body {
    transition: all 0.25s ease 0s;
    font-family: 'Montserrat', sans-serif;
}

header .navbar {
    z-index: 1000;
}

.banner-title {
    font-family: 'Parisienne', cursive;
    font-size: 70px;
}

.section-title {
    font-weight: 800;
}

.navbar .nav-link,
.navbar .navbar-brand {
    color: #fff;
}

.navbar-brand {
    padding: 10px;
}

.static {
    position: static;
}

.content {
    /*background: url('/img/webpattern.jpg');
    background-size: cover;
    background-repeat: no-repeat; */
    background-color: #f7f7f7;
}

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container-fluid-full {
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
}

.container-fluid-full .row {
    margin-right: 0;
    margin-left: 0;
}

.container-fluid-full .row>.col,
.container-fluid-full .row>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.owl-carousel .owl-slide {
    position: relative;
    height: 100vh;
    background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
    color: #fff;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
    color: #fff;
}

.owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid var(--main-black-color);
    transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--main-black-color);
}

.owl-carousel .owl-nav {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    margin: 0;
}

.owl-carousel .owl-nav svg {
    opacity: 0.3;
    transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
    opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

section {
    display: none;
}

@media screen and (max-width: 575px) {
    .owl-carousel .owl-nav {
        top: 5%;
    }
    .owl-carousel .owl-nav svg {
        width: 24px;
        height: 24px;
    }
}


/*Projects*/


/* DEMO 3 ============================== */

.text-small {
    font-size: 11px;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    display: flex;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
    background-color: rgb(68 68 68 / 25%);
}

.hovereffect h2,
.hovereffect img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect img {
    display: block;
    position: relative;
}

.hovereffect h2 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
    border: 2px solid #fff;
    font-size: 25px;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    height: 100%;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
}

.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
}


/*Projects End*/


/* Our News*/

.our-news-title {
    font-size: 46px;
    line-height: 46px;
    font-weight: 900;
    letter-spacing: 0px;
}


/*Our News End*/


/**/

.our-group-companies img {
    filter: grayscale(100%);
    transition: all 0.5s ease 0s;
}

.our-group-companies img:hover {
    filter: grayscale(0);
}

.our-group-companies p {
    padding-top: 5;
}


/**/


/**/

.hover-container {
    position: relative;
    width: 100%;
}

.hover-image {
    display: block;
    width: 100%;
    height: auto;
}

.hover-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
}

.hover-icon {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


/**/

.mt-60 {
    margin-top: 60px;
}


/*Footer*/

.bg-grey {
    background: #292929;
}

.logo-footer {
    margin-bottom: 20px;
    height: 70px;
}

footer {
    color: grey;
}

footer p,
a {
    font-size: 12px;
    display: block;
}

footer .list-inline-item a:hover {
    color: #ff6600;
}

footer h6 {
    margin-bottom: 40px;
    position: relative;
}

footer h6:after {
    position: absolute;
    content: "";
    background: grey;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: -20px;
}

.btn-footer {
    color: grey;
    text-decoration: none;
    border: 1px solid;
    border-radius: 43px;
    font-size: 13px;
    padding: 7px 30px;
    line-height: 47px;
}

.btn-footer:hover {
    text-decoration: none;
}

.form-footer input[type="text"] {
    border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;
}

.form-footer input[type="button"] {
    border: none;
    background: #232323;
    margin-left: -5px;
    color: #fff;
    outline: none;
    border-radius: 0 16px 16px 0;
    padding: 2px 12px;
}

.social .fab {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}

footer ul li {
    list-style-type: disc;
    padding-right: 15px;
}

footer ul {
    padding-left: 15;
}

footer ul li a {
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bolder;
}

footer .btn-company {
    font-weight: 500;
}

footer .form-control {
    font-weight: 500;
}

footer .social-list {}

footer .social-list li {}

footer .social-list li a {
    border: 2px solid #ff6600;
    padding: 4px;
    color: #ff6600;
    border-radius: 50%;
    width: 45px;
}

.footer label {
    border-radius: 10%;
    padding: 10px;
    background-color: #f79220;
    color: #000;
    text-align: center;
    display: block;
    border: 2px solid #ff6600;
}

.btn-company {
    color: #212529;
    padding: 5px 15px;
    background: rgb(244, 119, 38);
    background: linear-gradient(90deg, rgba(244, 119, 38, 1) 0%, rgba(247, 148, 30, 1) 50%, rgba(244, 119, 38, 1) 100%);
    color: #000;
    text-align: center;
    border: 2px solid #ff6600;
}

.text-company {
    color: #ff6600;
}

a.text-company:hover {
    color: #ff6600b9;
}

.bg-company {
    background-color: #ff6600;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.logo-part {
    border-right: 1px solid grey;
    height: 100%;
}


/**/


/**/

.parallax {
    /* The image used */
    /* Set a specific height */
    height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax .info {
    padding-left: 35px;
}

.parallax .info a {
    text-align: center;
    display: inline-block;
    margin-right: 35px;
}


/**/

.bottom-0 {
    bottom: 0;
}


/**/

.box {
    transition: box-shadow .3s;
    border: 1px solid #ff6600;
    float: left;
    display: block;
    transition: box-shadow .3s;
}

.box:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}


/**/


/**/

.banner {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: flex;
}

.banner .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.banner h2,
.banner img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.banner img {
    display: block;
    position: relative;
}

.banner h2 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
}

.banner .page-title {
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
    font-size: 25px;
    font-weight: normal;
    height: 100%;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
}


/**/

.form-control-solid {
    font-size: 12px;
    line-height: 26px;
    font-weight: 300;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: transparent;
    padding: 16px 25px;
    height: 57px;
    background-color: #f2f2f2;
    color: rgba(17, 17, 17, .5);
    -webkit-transition: border-bottom-color .3s ease-in, color .3s ease-in;
    transition: border-bottom-color .3s ease-in, color .3s ease-in;
}

.form-control-solid:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff6600;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.company-logo img {
    height: 75px;
}

.project-detail .banner img {
    width: 100vw;
}

.blogpost-detail .banner img {
    width: 100vw;
    max-height: 400px;
}

.page-detail .banner img {
    width: 100vw;
    max-height: 400px;
}

.p-75-100 {
    padding: 75px 100px;
}

.p-lg-80 {
    padding-left: 80px;
}

.m-l-80 {
    padding-left: 80px;
}

.p-head-75-100 {
    padding: 30px 70px;
}

@media (max-width: 575.98px) {
    .hovereffect img {
        display: block;
        position: relative;
        height: 245px !important;
        object-fit: cover;
    }
    .our-news-title {
        font-size: 30px;
    }
    .bg-opacity-dark {
        background: rgba(0, 0, 0, 0.5);
    }
    .m-l-80 {
        padding-left: 65px;
    }
    .p-head-75-100 {
        padding: 7px 10px;
    }
    .p-75-100 {
        padding: 7px 10px;
    }
    /*.owl-carousel .owl-slide{
        height: 338px;
    }
    .owl-carousel .owl-slide .cover{
        height: auto;
        background-position:top;
    }*/
    .company-logo img {
        height: 45px;
    }
    .parallax .banner-title {
        padding-top: 15px;
        font-size: 50px;
        text-align: center;
    }
    .parallax .info {
        text-align: center;
        padding-left: 0;
        padding-top: 15px;
    }
    .parallax .info img {
        height: 90px;
    }
    .parallax {
        background-size: cover;
        background-position: inherit;
        background-attachment: inherit;
        width: 100vw;
        height: 260px;
    }
    .project-detail .banner img {
        width: 100vw;
        height: 200px;
    }
    .blogpost-detail .banner img {
        width: 100vw;
        height: 200px;
    }
    .page-detail .banner img {
        width: 100vw;
        height: 200px;
    }
    .navbar.navbar-expand-lg .container-fluid {
        background-color: rgba(0, 0, 0, 0.4);
        padding: 5px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .parallax {
        height: 333px;
        background-size: contain;
        background-position: inherit;
        background-attachment: inherit;
    }
    .m-l-80 {
        padding-left: 80px;
    }
    .p-head-75-100 {
        padding: 7px 10px;
    }
    /*.owl-carousel .owl-slide{
        height: 338px;
    }
    .owl-carousel .owl-slide .cover{
        height: auto;
        background-position:top;
    }*/
    .company-logo img {
        height: 45px;
    }
    .project-detail .banner img {
        width: 100vw;
        height: auto;
    }
    .blogpost-detail .banner img {
        width: 100vw;
        height: auto;
    }
    .page-detail .banner img {
        width: 100vw;
        height: auto;
    }
    .navbar.navbar-expand-lg .container-fluid {
        background-color: rgba(0, 0, 0, 0.4);
        padding: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .parallax {
        background-size: contain;
        background-position: inherit;
        background-attachment: inherit;
    }
    .m-l-80 {
        padding-left: 80px;
    }
    .bg-opacity-dark {
        background: rgba(0, 0, 0, 0.5);
    }
    .p-lg-80 {
        padding-left: 80px;
    }
    .p-head-75-100 {
        padding: 30px 70px;
    }
    .p-75-100 {
        padding: 30px 10px;
    }
    /*.owl-carousel .owl-slide{
        height: 500px;
    }
    .owl-carousel .owl-slide .cover{
        height: auto;
        background-position:top;
    }*/
    .project-detail .banner img {
        width: 100vw;
        height: auto;
    }
    .blogpost-detail .banner img {
        width: 100vw;
        height: auto;
    }
    .page-detail .banner img {
        width: 100vw;
        height: auto;
    }
    .navbar.navbar-expand-lg .container-fluid {
        background-color: rgba(0, 0, 0, 0.4);
        padding: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .bg-opacity-dark {
        background: rgba(0, 0, 0, 0.0);
    }
    .p-lg-80 {
        padding-left: 80px;
    }
    .p-head-75-100 {
        padding: 30px 70px;
    }
    .p-75-100 {
        padding: 7px 10px;
    }
    .owl-carousel .owl-slide {
        height: 655px;
    }
    .owl-carousel .owl-slide .cover {
        height: auto;
        background-position: top;
    }
    .project-detail .banner img {
        width: 100vw;
        height: auto;
    }
    .blogpost-detail .banner img {
        width: 100vw;
        height: auto;
    }
    .page-detail .banner img {
        width: 100vw;
        height: auto;
    }
    footer .btn-company {
        font-size: 12px;
    }
}

@media (min-width: 1020px) and (max-width: 1376px) {
    footer .btn-company {
        font-size: 12px;
    }
    footer h4 {
        padding-top: 15px;
    }
}


/* Small devices (landscape phones, 576px and up)*/
.p-20px{
    padding: 20px;
}
@media (min-width: 576px) {
    .w-sm-100 {
        width: 100%!important;
    }
    .w-sm-75 {
        width: 75%!important;
    }
    .w-sm-50 {
        width: 50%!important;
    }
    .w-sm-25 {
        width: 25%!important;
    }
    .w-sm-auto {
        width: auto!important;
    }
    .h-sm-100 {
        height: 100%!important;
    }
    .h-sm-75 {
        height: 75%!important;
    }
    .h-sm-50 {
        height: 50%!important;
    }
    .h-sm-25 {
        height: 25%!important;
    }
    .h-sm-auto {
        height: auto!important;
    }
}


/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
    .w-md-100 {
        width: 100%!important;
    }
    .w-md-75 {
        width: 75%!important;
    }
    .w-md-50 {
        width: 50%!important;
    }
    .w-md-25 {
        width: 25%!important;
    }
    .w-md-auto{
        width: auto!important;
    }
    .h-md-100 {
        height: 100%!important;
    }
    .h-md-75 {
        height: 75%!important;
    }
    .h-md-50 {
        height: 50%!important;
    }
    .h-md-25 {
        height: 25%!important;
    }
    .h-md-auto{
        height: auto!important;
    }
}


/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
    .w-lg-100 {
        width: 100%!important;
    }
    .w-lg-75 {
        width: 75%!important;
    }
    .w-lg-50 {
        width: 50%!important;
    }
    .w-lg-25 {
        width: 25%!important;
    }
    .w-lg-auto{
        width: auto!important;
    }
    .h-lg-100 {
        height: 100%!important;
    }
    .h-lg-75 {
        height: 75%!important;
    }
    .h-lg-50 {
        height: 50%!important;
    }
    .h-lg-25 {
        height: 25%!important;
    }
    .h-lg-auto{
        height: auto!important;
    }
}


/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100%!important;
    }
    .w-xl-75 {
        width: 75%!important;
    }
    .w-xl-50 {
        width: 50%!important;
    }
    .w-xl-25 {
        width: 25%!important;
    }
    .w-xl-auto{
        width: auto!important;
    }
    .h-xl-100 {
        height: 100%!important;
    }
    .h-xl-75 {
        height: 75%!important;
    }
    .h-xl-50 {
        height: 50%!important;
    }
    .h-xl-25 {
        height: 25%!important;
    }
    .h-xl-auto{
        height: auto!important;
    }
}