:root {
    /*    --mainColor: #7b8086;*/
    --mainColor: #666;
    --Color: #ffcc00;
    --grayColor: #cfd8dc;
    --bgColor: #eee;
    --textColor: #3D3A3A;

}

@font-face {
    font-family: "HelveticaWorld";
    src: url("../webfonts/HelveticaWorld-Regular.ttf") format("opentype");
}


@font-face {
    font-family: "AnekGurmukhi";
    src: url("../webfonts/fonts/AnekGurmukhi-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "ArchivoNarrow";
    src: url("../webfonts/fonts/ArchivoNarrow-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "BaiJamjuree";
    src: url("../webfonts/fonts/BaiJamjuree-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "Baloo2";
    src: url("../webfonts/fonts/Baloo2-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "ChakraPetch";
    src: url("../webfonts/fonts/ChakraPetch-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "DMSans";
    src: url("../webfonts/fonts/DMSans-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "GothicA1";
    src: url("../webfonts/fonts/GothicA1-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "Gudea";
    src: url("../webfonts/fonts/Gudea-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "RopaSans";
    src: url("../webfonts/fonts/RopaSans.ttf") format("opentype");
}

@font-face {
    font-family: "Sarabun";
    src: url("../webfonts/fonts/Sarabun-Regular.ttf") format("opentype");
}

.p-0 {
    padding: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

body {
    font-family: "BaiJamjuree";
    color: var(--textColor);
    overflow-x: hidden
        /*    font-family: "Montserrat";*/
        /*    font-family: "AnekGurmukhi";*/
        /*    font-family: "ArchivoNarrow";*/
        /*    font-family: "BaiJamjuree";*/
        /*    font-family: "Baloo2";*/
        /*    font-family: "ChakraPetch";*/
        /*    font-family: "DMSans";*/
        /*    font-family: "GothicA1";*/
        /*    font-family: "Gudea";*/
        /*    font-family: "RopaSans";*/
        /*    font-family: "Sarabun";*/

}

* {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

input,
select,
textarea,
button {
    box-shadow: none !important;
    outline: none !important;
}

.top-background {
    height: 400px;
    padding-top: 200px;
    position: relative;
    z-index: 0;
    background-image: url(../images/about/top.jpg);
    background-position: center;
    background-size: cover;
}


.top-background:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    background-color: rgba(0, 0, 0, 0.5);
}

.top-background h3 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px
}

.top-background ul {
    list-style: none;
    text-align: center;
    margin-top: 15px;

}

.top-background ul li {
    display: inline-block;
    padding: 2px 6px;
}

.top-background ul li,
.top-background ul li a {
    color: #fff;
}

@media (max-width: 992px) {
    .top-background .container {
        max-width: 100%;
    }

    .top-background h3 {
        font-size: 40px
    }
}

/*button */
.btn-color {
    background: none;
    border-radius: 2px;
    color: #323232 !important;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 14px 33px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    background-color: var(--Color);
    z-index: 0;
    box-shadow: none !important;
    outline: none !important;
}

.btn-color::before,
.btn-color::after {
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.btn-color::after {
    height: 100%;
    left: -50%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

.btn-color:hover:after {
    height: 100%;
    width: 160%;
}

/* btn-color 1*/
.btn-color1 {
    background: none;
    border-radius: 2px;
    color: #323232 !important;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 13px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    background-color: #fff;
    z-index: 0;
    box-shadow: none !important;
    outline: none !important;
}

.btn-color1::before,
.btn-color1::after {
    background: var(--Color);
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.btn-color1::after {
    height: 100%;
    left: -50%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

.btn-color1:hover:after {
    height: 100%;
    width: 160%;
}

/*  end button */
.title {
    color: var(--mainColor) !important;
    position: relative;
    font-size: 33px;
    margin-top: 10px;
}

.sub_title {
    color: var(--Color) !important;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inherit;
    padding-left: 55px;
    padding-right: 55px;
    display: inline-block;
    margin-bottom: 0;
}

.sub_title:before {
    content: "";
    width: 35px;
    height: 2px;
    background-color: var(--Color);
    position: absolute;
    left: 0;
    top: 11px;
}

.white_title .sub_title:after {
    content: "";
    width: 35px;
    height: 2px;
    background-color: var(--Color);
    position: absolute;
    right: 0;
    top: 11px;
}

.white_title.wh .title {
    color: #fff !important;
}

/* navbar */
.navbar .navbar-brand {
    padding-top: 4px;
    color: var(--mainColor);
    font-size: 30px;
}

.navbar .sps {
    position: fixed;
    top: 0px;
    left: 0;
    transition: all 0.5s ease;
    width: 100%;
    z-index: 10;
    padding: 3px 0;
}

@media (max-width: 768px) {
    .navbar .sps {
        padding: 0 !important;
        min-height: 60px;
    }
}

@media (max-width: 992px) {
    .navbar .sps .container {
        max-width: 100% !important;
        padding: 0;
    }
}


.navbar .sps .navbar-nav .nav-item {
    padding: 18px 8px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.navbar .sps.sps--blw .navbar-nav .nav-item {
    padding: 12px 8px;
}

.navbar .sps.sps--blw .navbar-nav .nav-item a {
    color: var(--mainColor);
}

.navbar .sps .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


.navbar .sps .navbar-nav .nav-item:nth-child(1):before {
    background-color: #22b9d7;
}

.navbar .sps .navbar-nav .nav-item:nth-child(2):before {
    background-color: #ea8968;
}

.navbar .sps .navbar-nav .nav-item:nth-child(3):before {
    background-color: var(--mainColor);
}

.navbar .sps .navbar-nav .nav-item:nth-child(4):before {
    background-color: #dc5b98;
}

.navbar .sps .navbar-nav .nav-item:nth-child(5):before {
    background-color: #8855b5;
}

.navbar .sps .navbar-nav .nav-item:nth-child(6):before {
    background-color: #f7f766;
}

.navbar .sps .navbar-nav .nav-item:nth-child(7):before {
    background-color: #e64f4f;
}

.navbar .sps .navbar-nav .nav-item:last-child:before {
    display: none;
}

.navbar .sps .navbar-nav .nav-item a {
    color: #fff;
    font-size: 17px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.navbar .sps .navbar-nav .nav-item a:hover {
    color: var(--Color);
}

.navbar .sps .navbar-nav .nav-item .dropdown-toggle:after {
    content: "\f107";
    font-weight: 100;
    font-family: "Font Awesome 5 Pro";
    border: 0;
    line-height: 0;
    position: relative;
    top: 5px;
    right: -1px;
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu {
    margin-top: -2px;
    border: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 3px #c8c8c8;
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 14px;
    border-bottom: 1px solid #eee;
    color: var(--mainColor)
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: var(--Color)
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0 !important;
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:active,
.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
    background-color: #f5f5f5;
    outline: none;
    box-shadow: none;
}

.navbar .sps .navbar-nav .nav-item .active {
    color: var(--mainColor) !important;
}

.navbar .sps .navbar-toggler {
    top: 0px;
}

.navbar .sps--abv {
    top: 0px;
    transition: all 0.5s ease;
}

.navbar .sps .container {
    border-radius: 5px
}

.logo_blow {
    display: none;
    transition: .5s
}

.navbar .sps--blw .logo {
    display: none;

    transition: .5s
}

.navbar .sps--blw .logo_blow {
    display: block;
    transition: .5s
}

.navbar .sps--abv .logo {
    display: block;
    transition: .5s
}

.navbar .sps--abv .logo_blow {
    max-width: 0;
    transition: .5s
}

.navbar .sps--abv .logo {
    width: 130px !important;
    margin-top: 6px;
    margin-left: 6px;
    transition: all 0.5s ease;
}

.navbar .sps--blw {
    background-color: #fff !important;
    z-index: 30;
    top: 0px;
    transition: all 0.5s ease;
    box-shadow: 0 0 3px 0px #d6d6d6;
}

.navbar .sps--blw .logo {
    width: 100px !important;
    transition: all 0.5s ease;
    margin-top: 6px;
    margin-left: 6px;
}

.navbar .sps--blw .navbar-toggler {
    top: 0px;
}

.navbar .navbar-toggler {
    background: var(--mainColor);
    margin: 11px 0;
    position: absolute;
    right: 15px;
}

.navbar .navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
    display: block;
    margin: 6px 0;
    height: 2px;
}

.navbar.nav-pages .sps--abv,
.navbar.nav-pages .sps--blw {
    background-color: #fff !important;
}

.navbar.nav-pages .sps--abv .logo,
.navbar.nav-pages .sps--blw .logo {
    padding: 0 !important;
}

.navbar.nav-pages .sps .navbar-nav {
    margin-top: 8px;
}

.navbar.nav-pages .sps .navbar-toggler {
    top: 0;
}
@media(max-width: 992px){
    .navbar .sps .navbar-nav {
        margin-top: 0;
    }
    .navbar .sps .navbar-collapse {
        float: initial !important;
        padding-bottom: 15px;
    }
    .navbar .sps .navbar-nav .nav-item .dropdown-menu {
        box-shadow: none;
        background-color: #f9f9f9;
    }

    .navbar .sps .navbar-nav .nav-item:last-child:before {
        display: block;
    }

    .navbar .sps .navbar-nav .nav-item {
        padding: 4px 8px !important;
    }
    .navbar .sps--blw .logo {
        width: 78px !important;
    }
    .navbar .sps--abv {
        background-color: #fff !important;
        top: 0px !important;
        min-height: 60px;
        z-index: 50;
    }
    .navbar .sps--abv .logo {
        display: none;
    }

    .navbar .sps--abv .logo_blow {
        display: block;
        min-width: 78px;
        width: 78px !important;
    }

   

    .navbar .sps .navbar-nav .nav-item a {
        color: var(--mainColor) !important;
    }
}

@media (max-width: 767px) {}


/* footer */
footer {
    position: relative;
    padding-bottom: 15px;
    padding-top: 25px;
    background-image: url(../images/services/f-bg.jpg);
    position: relative;
    z-index: 3;
    background-position: center;
    background-size: cover;
}

footer:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /*    background-color: rgba(0, 0, 0, 0.85);*/
    z-index: -1
}

footer .box p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #dadada;
    padding-right: 20px;
    max-width: 450px
}

footer .box h4 {
    font-size: 19px;
    color: #dadada;
    margin-bottom: 35px;
}

footer .box ul {
    list-style: none;
    margin-top: 20px;
    padding-left: 18px;
    margin-bottom: 0;
}

footer .box ul.social-icon {
    padding: 0;
}

footer .box ul.social-icon li:after {
    display: none !important;
}

footer .box ul.social-icon li i {
    padding-right: 10px;
    color: var(--Color);
    text-align: center;
    width: 30px;
    padding-top: 4px;
    font-size: 14px;
}

footer .box ul li {
    color: #dadada;
    font-size: 14px;
    margin-bottom: 8px;
    position: relative;
}

footer .box ul li:after {
    content: '\f111';
    position: absolute;
    left: -18px;
    top: 8px;
    font-family: "Font Awesome 5 Pro";
    font-size: 5px;
    font-weight: 700;
    color: var(--Color);
}

footer .box ul li a {
    color: #dadada;
    font-size: 13px;
    transition: .5s;
}

footer .box ul li a:hover {
    color: var(--Color)
}

footer .input-group .input-group-text {
    background-color: var(--Color);
    color: #fff;
    border: 0;
    font-size: 14px;
    min-width: 90px;
    text-align: center;
    display: grid;
}

footer .input-group input {
    background-color: #fff;
    border-color: #e2e2e2;
    min-height: 39px;
    font-size: 15px;
}

/* copy-right*/
.copy-right {
    color: #fff;
    border-top: 1px solid #535353;
    padding: 2px 0;
    font-size: 14px;
    position: relative;
    padding-top: 14px;
    margin-top: 55px !important;
}


.copy-right .list-social li {
    display: inline-block;
    padding: 10px;
}

.copy-right .list-social li.icon {
    color: #dadada;
    text-align: center;
    width: 28px;
    height: 30px;
    font-size: 16px;
    padding: 0;
    padding-top: 6px;
    margin: 0 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.copy-right .list-social li.icon:hover a {
    color: var(--Color);
}

.copy-right .list-social li.icon a {
    color: #fff;
    transition: .5s;
    font-size: 13px
}

.copy-right p {
    float: left;
    /*  background-image: url(../images/footer_arrow.png);*/
    padding: 0px 50px 0px 0px;
    margin: 6px 7px 4px 0px;
    background-position: right 5px;
    background-size: 40px 13px;
    background-repeat: no-repeat;
    font-size: 13px
}

.copy-right span {
    padding-top: 9px;
    display: block;
    font-size: 11px;
}

/* about us */
.about_us {
    background-image: url(../images/home/slider.jpg);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 500px
}

.about_us p {
    font-size: 17px;
    color: var(--mainColor);
    text-align: justify;
    margin-top: 30px
}

.about_us .focse_text {
    font-size: 18px;
    margin-left: 15px;
    margin-bottom: 0;
}

@media(max-width:992px) {
    .about_us {
        background-size: cover;
        background-position: center;
    }
}

@media(max-width:768px) {
    .about_us {
        background-position: right;
    }
}

/* our_services */
.our_services h6 {
    color: var(--mainColor);
    margin-bottom: 0;
    padding: 0 100px;
    line-height: 25px;
    font-size: 16px;
}

.services_sec {
    /* background-image: url(../images/slider/slider_02.jpg);*/
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.services_sec .effect:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1
}

.services_sec .vision-content h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}

.services_sec .vision-content p {
    color: #fff;
    font-size: 15px;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.services_sec .effect {
    /* overflow: hidden;*/
    height: 500px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 99;
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

}

.services_sec .vision-content {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    padding: 15px;
    transition: all 0.3s;
    z-index: 9;
}

.services_sec .effect:hover .vision-content {
    bottom: 10px;
}

.services_sec .effect:hover p {
    visibility: visible;
    opacity: 1;
}

@media(min-width:768px) {
    .services_sec .effect {
        background-image: none !important;
    }  
}

@media(max-width:768px) {
    .services_sec {
        background-image: none !important
    }
    .our_services h6{
        padding: 0 0px;
    }

    .services_sec .item {
        padding: 10px;
    }

    .services_sec .effect {
        height: 350px
    }
}

/* image before  */
.image_befor .container {
    position: relative;
    max-width: 1100px;
    height: 500px;
    border: 2px solid white;
}

.image_befor .container .img {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: 1100px 100%;
}


.image_befor .container .foreground-img {
    width: 50%;
}

.image_befor .container .slider {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0);
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image_befor .container .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 11px;
    height: 500px;
    background: white;
    cursor: pointer;
}

.image_befor .container .slider::-moz-range-thumb {
    width: 11px;
    height: 500px;
    background: white;
    cursor: pointer;
}

.image_befor .container .slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 22px);
    top: calc(50% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.image_befor .container .slider-button:after {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}

.image_befor .container .slider-button:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
}

/* our projects */


.projects .gallery-wrap,
.projects #gallery {
    overflow: hidden;
}

.projects .filters {
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: inline-block;
    background-color: #f4f4f4;
    padding: 8px 10px;
}

.projects .filters li {
    transition: .5s;
    display: inline-block;
    border-radius: 2px;
    margin: 3px 0;
}

.projects .filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    cursor: pointer;
    transition: all ease-in-out 0.25s;
    border-radius: 2px;
    font-size: 15px
}

.projects .filters li:hover {
    background-color: var(--Color)
}

.projects .filters li:hover span {
    color: #000;
}

.projects .filters li span.active {
    background: var(--Color);
    color: #fff;
}

.projects .gallery-item {
    float: left;
    width: 33.333%;
    padding: 10px;
    position: relative;
    z-index: 10;
    display: none;
}

.projects .inside {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.projects .details,
.projects .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.projects .details {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    border: 1px solid #777;
    width: 94%;
    height: 91%;
    margin: auto;
    border-radius: 5px
}

.projects .details h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
}

.projects .details p {
    color: #fff;
    font-size: 11px;
    margin-top: 7px !important;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    color: var(--Color)
}

.projects .inside img {
    float: left;
    width: 100%;
    height: 290px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px
}

.projects .overlay {
    background: rgb(34 34 34 / 85%);
    z-index: 1;
    transition: all 0.7s ease-in-out;
}

.projects .gallery-item:hover .details,
.projects .gallery-item:hover .overlay {
    opacity: 1;
}

@media(max-width:992px) {
    .projects .gallery-item {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .projects .wrap {
        padding-left: 1em;
        padding-right: 1em;
    }

    .projects .gallery-item {
        float: none;
        width: 100%;
    }
}

/*to_contact*/
/*
.to_contact {
    position: relative;
    background-color: var(--Color);
}

.to_contact .container {
    background-color: var(--Color);
    border-radius: 7px 7px 0 0;
}

.to_contact img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.to_contact p {
    font-size: 16px;
    margin-bottom: 11px;
    margin-top: 5px
}

.to_contact h5 {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.to_contact .btn {
    max-width: 190px;
}

@media(max-width:768px) {
    .to_contact {
        text-align: center;
        padding-top: 30px
    }

    .to_contact .container {
        text-align: center;
        padding: 20px 15px
    }

    .to_contact .btn {
        margin-top: 24px;
        font-size: 14px;
        margin-bottom: 30px
    }

    .left-img-block,
    .left-img-block:before {
        display: none;
    }
}
*/
.to_contact .container {
    background-color: var(--Color);
    border-radius: 7px 7px 0 0
}
.to_contact img {
    width: 100%;
    max-width: 115px;
    margin: -45px auto 0;
}
.to_contact p {
    font-size: 16px;
    margin-bottom: 11px;
    margin-top: 5px
}
.to_contact h5 {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1px;
}
@media(max-width:992px){
    .to_contact .container{
        max-width: 100%
    }
}

@media(max-width:768px){
    .to_contact img {
        display: none
    }
    .to_contact .container {
        text-align: center;
        padding: 20px 15px
    }
    .to_contact .btn {
        max-width: 190px;
        margin-top: 24px;
        font-size: 14px;
    }
}
/*  our_client   */

.our_client .item {
    padding: 10px 25px;
}

.our_client .item img {
    width: 100%;
    filter: grayscale(1);
    transition: .5s;
    max-height: 90px;
    object-fit: contain;
}

.our_client .item:hover img {
    filter: grayscale(0)
}

.owl-buttons .carousel-control {
    position: absolute;
    top: 45%;
    color: var(--Color);
}

.owl-buttons .carousel-control.left {
    right: 0%
}

.owl-buttons .carousel-control.right {
    left: 0%
}

/* contact_us */
.contact_us .contact_info h6 {
    text-align: justify;
    margin-bottom: 30px
}

.contact_us .contact_info h4 {
    font-size: 20px;
    font-weight: bold;
    color: var(--Color)
}

.contact_us .contact_info h5 {
    font-size: 17px;
    color: var(--mainColor)
}

.contact_us .contact_info h5 i {
    font-size: 16px;
    color: var(--Color);
    width: 27px;
    margin-top: 10px;
}

.contact_us .contact_info a {
    font-size: 17px;
    color: var(--mainColor)
}

.contact_us .form-control {
    border: 0;
    background-color: #eee;
}

.contact_us label {
    font-size: 14px;
    margin-bottom: 3px;
}

.contact_us label span {
    color: #ea2828;
    position: relative;
    top: 5px;
    left: 2px;
    font-size: 15px;
}


.contact_form {
    max-width: 500px;
    margin: 18px auto 20px !important
}

/* career_page */
.career_page img {
    max-width: 500px;
}

.title_bottom {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
}

.title_bottom span {
    color: var(--Color);
}

@media(max-width:992px) {
    .career_page .container {
        max-width: 100%;
    }
}

@media(max-width:768px) {
    .title_bottom {
        font-size: 30px
    }

    .top-background h3 {
        font-size: 30px
    }
}

@media(max-width:500px) {
    .title_bottom {
        font-size: 20px
    }

    .top-background h3 {
        font-size: 20px
    }
}

/**     about process    **/
.process {
    position: relative;
}

.process .process-icon .process-img {
    border-style: solid;
    border-width: 8px 8px 8px 8px;
    border-color: #E6E6E6;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border: 8px solid rgba(238, 238, 238, 0.5);
    padding: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease-in-out;
}

.process .process-icon .process-img img {
    max-width: 80px;
    transition: .5s;
}

.process .process-img .tag {
    background-color: var(--mainColor);
    color: #fff;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
    position: absolute;
    line-height: 1;
    bottom: 5px;
    right: -5px;
    transition: all .3s ease-in-out;
}

.process .process-img:hover img {
    transform: rotateY(180deg)
}

.process .process-img:hover .tag {
    background-color: var(--Color);
    color: #000;
}

.process .arrow {
    position: absolute;
    top: 50px;
    right: -58px;
    z-index: -1;
    width: 94px;
}

.process h4 {
    font-size: 18px;
    margin-top: 20px
}

.our_story img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.about-two__count {
    position: absolute;
    bottom: -10px;
    left: -20px;
    z-index: 12;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
}

.about-two__count:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px dashed rgba(1, 34, 55, 0.15);
    border-radius: 50%;
}

.about-two__count-text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 600;
    color: #81868a;
}

.about-two__count span {
    display: block;
    color: var(--Color);
    letter-spacing: 0em;
    font-weight: bold;
    font-size: 30px;
}

.about-two__image {
    width: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    height: 100%;
    margin-left: auto;
    max-width: 430px;
    max-height: 430px;
    aspect-ratio: 1;
}

.about-two__image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    border: 3px solid var(--Color);
    border-radius: 50%;
    z-index: -1
}

.our_story p {
    font-size: 17px;
    color: var(--mainColor);
    text-align: justify;
    margin-top: 30px;
}

@media(max-width:992px) {
    .process .arrow {
        display: none;
    }

    .our_story .container {
        max-width: 100%;
    }

    .about-two__image {
        margin: auto
    }
}

/* */
.bg_about {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    background-image: url(../images/slider/slider_09.jpg);
    padding: 120px 0;
    text-align: center;
}

.bg_about:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-color: rgb(21 21 21 / 83%);
}

.bg_about h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.bg_about p {
    color: #f9f9f9;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 26px;
    max-width: 900px;
    margin: auto
}

/* services */
.our_services .card-style1 {
    position: relative;
    display: block;
    z-index: 1;
    margin-top: 65px;
}

.our_services .card-style1 .card-main-img {
    position: relative;
    display: block;
    z-index: 1;
}


.our_services .card-style1 .card-image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.our_services .card-style1 .card-image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: .5s;
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform-origin: top;
    z-index: 1;
}

.our_services .card-style1 .card-image img {
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    min-height: 260px
}

.our_services .card-style1 .card-content {
    position: relative;
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 16px 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
    z-index: 2;
    box-shadow: 0px 7px 20px 0px rgb(0 0 0 / 7%);
    border-radius: 10px;
    transition: .5s
}

.our_services .card-style1 h3,
.our_services .card-style1 h3 a {
    font-size: 18px;
    color: var(--mainColor);
    font-weight: bold;
    margin-bottom: 0;
}

.our_services .card-style1:hover .card-image:before {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg) scale(1);
}

.our_services .card-style1:hover .card-image img {
    transform: scale(1.1) rotate(2deg);
}

.our_services .card-style1:hover .card-content {
    background-color: var(--Color);
    color: #000;
}

.our_services .card-style1:hover .card-content a {
    color: #000;
}

/* project_details  */
.project_details .carousel-control-prev,
.project_details .carousel-control-next {
    width: 27px;
    height: 71px;
    line-height: 71px;
    background-color: #2f2f2f !important;
    border-radius: 2px !important;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    cursor: pointer;
    bottom: 10px;
    top: auto;
    position: relative !important
}

.project_details .carousel-control-next-icon,
.project_details .carousel-control-prev-icon {
    width: 15px
}

.project_details .carousel-control {
    position: absolute;
    left: 10px;
    display: flex;
    align-items: center;
    top: 5px;
}

.project_details .carousel-control-next:hover,
.project_details .carousel-control-prev:hover {
    background-color: var(--Color) !important;
    width: 71px;
}

.content_project h3 {
    color: var(--Color);
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px
}

.content_project p {
    font-size: 16px;
    color: var(--mainColor);
    text-align: justify;
}

.content_project ul {
    list-style: none
}

.content_project li {
    line-height: 32px;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: var(--mainColor);
}

.content_project li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 5px;
    line-height: 35px;
    color: var(--Color);
}

.content_project h4 {
    font-size: 15px;
    color: var(--mainColor);
    margin-bottom: 17px;
}

.content_project h4 span {
    color: #000;
    margin-right: 5px;
    font-weight: bold
}

.content_project h5 {
    color: var(--Color);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

/*  testmonial  */
.testimonial_sec {
    background-color: #f5f5f5;
    padding: 40px 20px 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.testimonial_sec p {
    font-size: 15px;
    color: var(--mainColor);
    text-align: justify;
    text-align-last: center;
    margin-bottom: 22px;
}

.testimonial_sec img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border: 1px solid #eee;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.testimonial_sec h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}

.testimonial_sec h4 {
    font-size: 14px;
    margin-bottom: 0;
    color: #ecc50f;
    font-weight: 800;
    letter-spacing: 1px;
}

.testimonial_sec i {
    color: rgba(0, 0, 0, 0.09);
    position: absolute;
    bottom: 14px;
    font-size: 65px;
    opacity: 0.6;
    transform: rotate(-15deg);
    left: 40px;
    z-index: 0;
}

.modal .close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    z-index: 5;
    opacity: 1;
}

.services_details.projects .gallery-item {
    display: block;
}



/* new */
.left-img-block {
    margin-top: -21px;
}

.left-img-block:before {
    position: absolute;
    top: 0;
    right: -16px;
    content: "";
    border-left: 8px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 21px solid #232323;
    z-index: 2;
    transform: rotate(-1deg);
}

.left-img {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);

}

/* about manager */
.about-two .bottom-title {
    background: linear-gradient(to left, var(--Color) 0%, rgb(255 255 255 / 63%) 100%);
    padding: 15px 10px;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.about-two p {
    font-size: 17px;
    color: var(--mainColor);
    text-align: justify;
    margin-top: 17px;
}

.about-two .bottom-title h4 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 3px;
    
}

.about-two .img-div {
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 13px;
}
.about-two .img-div img{
    max-height: 350px;
    object-fit: cover;
    object-position: top;
    /*border-radius: 6px;*/
    border-radius: 50%;
}
@media(max-width:992px){
    .about-two .img-div img {
        max-width: 500px;
        max-height: 500px;
        object-fit: cover;
        object-position: top;
    }
}

/* video */
.video_page {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    background-image: url(../images/slider/slider_02.jpg);
    padding: 120px 0;
    text-align: center;
}

.video_page:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-color: rgb(21 21 21 / 90%);
}

.video_page .title {
    color: #fff !important
}

.small_img{
    object-fit:cover;
    height:450px;
}
.large_img{
    object-fit:cover;
    height:450px;
}

/** Loader **/

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
    width: 3%;
}

/*tag label*/
.new {
    background: red;
    color: white;
    padding: 2px;
    text-transform: uppercase;
    position: absolute;
    top: 19px;
    left: 14px;
    z-index: 100;
    transform: rotate(-45deg);
}
.new:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(45deg);
    border-width: 20px 21px 0 20px;
    border-color: red transparent transparent transparent;
    position: absolute;
    right: -27px;
    bottom: -3px;
}
.new:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(-45deg);
    border-width: 20px 21px 0 20px;
    border-color: red transparent transparent transparent;
    position: absolute;
    left: -27px;
    bottom: -3px;
}

/** social media **/
.side-social-static {
    position: fixed;
    right: 0;
    top: 180px;
    z-index: 30;
    list-style: none;
    padding: 0;
    right: 0px;
    transition: .8s;
    padding-left: 40px;

}

.side-social-static li {
    margin-bottom: 0px;
    font-size: 22px;
    position: relative;
}

.side-social-static li i {
    border-radius: 10px 0 0 10px;
    margin-right: 0 !important;
    padding: 9px 13px !important;
    height: 40px;
    width: 42px;
    text-align: center;
    margin-bottom: 3px;
}

.side-social-static li a:hover .social-ic {
    border-radius: 0 5px 5px 0 !important;
}

.about-link {
    color: #14728d;
    text-decoration: underline;
}

.side-social-static a:hover > span {
    visibility: visible;
    left: -122px;
    opacity: 1;
    top: 0px;
    border-radius: 5px 0 0 5px;
}

/* .side-social-static a {
    position: relative;
} */

.side-social-static a span {
    line-height: 37px;
    left: 60px;
    position: absolute;
    text-align: center;
    height: 40px;
    width: 120px;
    margin-top: 0px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    font-size: 18px;
}

.side-social-static .fb-anime {
    background-color: #3b5998;
    color: #fff;
}

.side-social-static .tw-animation {
    background-color: #00aced;
    color: #fff;
}

.side-social-static .ins-animation {
    background-color: #FE1F49;
    color: #fff;
}

.side-social-static .in-animation {
    background-color: #0077b5;
    color: #fff;
}

.side-social-static .yt-animation {
    background-color: #bb0000;
    color: #fff;
}

.footer-li a {
    color: #fff;
}

.footer-li .tw {
    background-color: #00aced;
}

.footer-li .ins {
    background-color: #FE1F49;
}

.footer-li .in {
    background-color: #0077b5;
}

.footer-li .fb {
    background-color: #3b5998;
}

.footer-li .yt {
    background-color: #bb0000;
}

.side-social-static:hover {
    right: 0px !important;
    padding-left: 10px;
}

/** reload page **/
body.royal_loader {
    background: none;
    visibility: hidden;
}

#royal_preloader {
    width: 100%;
    height: 100%;
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9999999999;
    -webkit-transition: opacity 0.2s linear 0.8s;
    -moz-transition: opacity 0.2s linear 0.8s;
    -ms-transition: opacity 0.2s linear 0.8s;
    -o-transition: opacity 0.2s linear 0.8s;
    transition: opacity 0.2s linear 0.8s;
}

#royal_preloader.complete {
    opacity: 0;
}

#royal_preloader .background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: #000000;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}


#royal_preloader.text .loader {
    position: absolute;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    text-align: center;
    top: 50%;
    right: 50%;
    width: 240px;
    margin-right: -60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    font-size: 30px;
    white-space: nowrap;
}

#royal_preloader.text .loader div {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: right 0.3s linear;
    -moz-transition: right 0.3s linear;
    -ms-transition: right 0.3s linear;
    -o-transition: right 0.3s linear;
    transition: right 0.3s linear;
}

#royal_preloader.logo .loader {
    width: 180px;
    height: 180px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    background-size: 100% auto;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#royal_preloader.logo .loader div {
    position: absolute;
    bottom: 0%;
    right: 0px;
    left: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: bottom 0.3s linear;
    -moz-transition: bottom 0.3s linear;
    -ms-transition: bottom 0.3s linear;
    -o-transition: bottom 0.3s linear;
    transition: bottom 0.3s linear;
}

#royal_preloader.logo .percentage {
    position: absolute;
    width: 180px;
    height: 30px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 2px;
    top: 50%;
    right: 50%;
    transform: translate(50%, 50px);
    color: var(--mainColor);
    text-align: center;
}

@-webkit-keyframes fly {
    0% {
        opacity: 0;
        top: 50%;
    }

    20% {
        opacity: 1;
        top: 40%;
    }

    100% {
        opacity: 0;
        top: 20%;
    }
}

@-moz-keyframes fly {
    0% {
        opacity: 0;
        top: 50%;
    }

    20% {
        opacity: 1;
        top: 40%;
    }

    100% {
        opacity: 0;
        top: 20%;
    }
}

@-ms-keyframes fly {
    0% {
        opacity: 0;
        top: 50%;
    }

    20% {
        opacity: 1;
        top: 40%;
    }

    100% {
        opacity: 0;
        top: 20%;
    }
}

@-o-keyframes fly {
    0% {
        opacity: 0;
        top: 50%;
    }

    20% {
        opacity: 1;
        top: 40%;
    }

    100% {
        opacity: 0;
        top: 20%;
    }
}

@keyframes fly {
    0% {
        opacity: 0;
        top: 50%;
    }

    20% {
        opacity: 1;
        top: 40%;
    }

    100% {
        opacity: 0;
        top: 20%;
    }
}

.dots_carousle .owl-controls .owl-page{
    width: 12px;
    height: 12px;
    background-color: #7a8086;
    border-radius: 50%;
    top: 20px;
    position: relative;
    margin: 6px;
}
.dots_carousle .owl-controls .owl-page.active{
    background-color:#fbd214;
}
.celebration img{
    background-color: var(--Color);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 6px;
    position: fixed;
    bottom: 30px;
    z-index: 10;
    right: 30px;
    box-shadow: 0 1px 3px #afacac;
}
.celebration .pulse {
    animation: pulse-animation 1.5s infinite;
    cursor: pointer;
}
@keyframes pulse-animation {
    0% {
        transform: scale(.9);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(.9);
    }
}


.btn_contact{
    border: 1px solid #005a78;
    background-color: #005a78;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    max-width: 200px;
}
.btn_contact img{
    height: 47px;
    background-color: #fff;
    padding: 5px;
    margin-right: 8px;
}
.btn_contact span{
    color: #fff;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
@media(max-width:1200px){
    .navbar .sps .container{
        max-width: 100%;
    }
}
.contact_box_text{
    background-color: #f5f5f5;
    padding: 25px 25px 15px;
    border-radius: 5px;
}
.contact_box_text h4 {
    color:#333 !important
}

/**** modal bbb ***/
.btn_Quote img{
    object-fit: contain;
    height: 55px;
    width: 55px;
    bottom: 98px;
    background-color:#fff;
    border-radius: 50%;
    padding: 2px;
    position: fixed;
    z-index: 10;
    right: 30px;
    box-shadow: 0 1px 4px #AFACAC;
}
.Quote_modal h6{
    position: absolute;
    top: 0;
    right: 2px;
    font-weight: bold;
    margin-top: -6px;
    cursor: pointer;
}
.Quote_modal h4{
    color: #005A78 !important;
    font-weight: bold;
    font-size: 27px;
}
.Quote_modal p{
    text-align: justify;
    margin-top: 20px;
}
.Quote_modal .btn-color{
    padding: 10px 25px;
}
.Quote_modal img{
    max-width:120px;
}
.Quote_modal .modal-dialog{
    max-width: 600px;
}
@media(max-width:768px){
    .text_text{
        text-align:center !important
    }
    .text_text p{
        text-align:center !important
    }
    .Quote_modal img {
        max-width: 90px;
    }
}

.footer-col h4::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 52px;
    background-color: var(--Color);;
    width: 50px;
    height: 2px;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}