body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "Poppins", sans-serif;
    position: relative;
    background: #fff;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

ul {
    padding: 0;
    margin: 0;
}

a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

@-webkit-keyframes bounce {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 30;
    }
}

@-moz-keyframes bounce {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 30;
    }
}

@-o-keyframes bounce {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 30;
    }
}

@keyframes bounce {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 30;
    }
}

a:hover {
    text-decoration: none;
}

ul li {
    padding: 0;
    margin: 0;
}

p {
    color: #000000;
    font-size: 16px;
}

.clr {
    clear: both;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1075px;
    }
}

.container-fluid {
    padding-right: 34px;
    padding-left: 34px;
}

.header {
    padding: 14px 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    position: absolute;
}


.logo img {
    width: 74%;
}

.menu {
    margin: 28px 0 0;
}

.menu-icon {
    position: absolute;
    top: 48px;
    right: 163px;
    z-index: 99999;
}

.menu-icon img {
    width: 39px;
}

.back-top-bottom {
    position: absolute;
    right: 10%;
    bottom: 0;
    border: 1px solid #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 20px 25px;
    animation: UpDown 1s linear infinite;
    margin-bottom: 57px;
}

.back-top-bottom img {
    animation: UpDown 1s linear infinite;
}

.background-cover {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    background-image: linear-gradient(rgb(0 0 0 / 62%), #0000);
}

.close img {
    width: 12px;
}

.banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(to bottom, #000000b8, #00000070, #0000001a);
}

.banner_txt h5 {
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    letter-spacing: 2px;
    letter-spacing: 15%;
    font-weight: 500;
    font-size: 28px;
}

.banner_txt h5 span {
    font-family: "Alex Brush", cursive;
}

.banner-text-area {
    margin-top: 20%;
    width: 100%;
    text-align: center;
}

.banner_txt h3 {
    color: rgb(255 255 255);
    font-size: 43px;
    font-weight: 600;
    margin: 22px 0 27px;
    line-height: 26px;
    position: relative;
    width: 55%;
    margin: 23px auto 33px;
}


.banner_txt p {
    color: #fff;
    font-size: 16px;
}

.banner_txt a {
    color: #ffffff;
    padding: 10px 24px;
    display: inline-block;
    margin-top: 19px;
    background: #0A7CDE;
    font-size: 15px;
    border-radius: 6px;
    text-align: center;
    margin-right: 8px;
}

.banner_txt a:hover {
    color: #fff;
    background: #c48408;
    transition: .5s ease-in-out;
}

.boxba-boader {
    border: 1px solid #f6f6f6;
    padding: 9px;
}

#banner-carousel .owl-nav img {
    width: 45px;
}

#banner-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    right: 8%;
}

#banner-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 8%;
}

#banner-carousel .owl-nav [class*='owl-']:hover {
    background: transparent;
}

.head-social ul {
    margin: 0;
    /* text-align: right; */
}

.stripe-wrapper {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stripe-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pin-stripe.white {
    background-color: rgba(255, 255, 255, 0.12);
}

.pin-stripe {
    width: 1px;
    background-color: rgba(243, 246, 252, 0.09);
}

.pin-stripe.hide-horizontal-mobile {
    background-color: rgba(243, 246, 252, 0.09);
}

.pin-stripe.hide-tablet {
    background-color: rgba(243, 246, 252, 0.09);
}

.conjunto.no-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.conjunto {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1400px;
}

.home-hero-2 {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    padding-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.preloader-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10000;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.left-preloader {
    width: 100%;
    border-bottom: 1px solid #f3f6fc;
    background-color: #fff;
}

.preloader-middle {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -ms-grid;
    display: grid;
    width: 100vw;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.middle-preloader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.right-preloader {
    width: 100%;
    border-bottom: 1px solid #f3f6fc;
    background-color: #fff;
}

.page-wrapper {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
}



.our-project .latest-div a {
    padding: 5px 18px;
    z-index: 99999;
    position: relative;
}

.latest-div a {
    padding: 5px 0px;
    display: inline-block;
    color: #000000;
    border: 2px solid #fff;
    border-radius: 20px;
    margin: 7px 0 -1px;
}

.latest-div a:hover {
    color: #c48408;
}

.our-service {
    position: relative;
}

.our-service>img {
    width: 100%;
    height: auto;
}

.blue-overlay-bg {
    background: #0121694f;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.our-service .itembox h4 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
}

#testimonial-carousel .owl-dots {
    display: none;
}

.our-service .itembox p {
    font-size: 12px;
    color: #000;
    margin: 0px 0 12px 0;
}

.our-service .itembox h5 {
    padding: 11px 0 0;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

.our-service .itembox h6 {
    font-size: 14px;
    color: #000000;
}

.our-service h3 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    margin: 38px 0 38px 18px;
    text-align: center;
    width: 100%;
}

.our-service h4 {
    font-weight: 600;
    font-size: 31px;
}

.face-test {
    border-radius: 50%;
    display: inline-block !important;
    width: 80px !important;
}

.face-details {
    display: inline-block;
    position: relative;
    top: 15px;
    left: 13px;
}

#testimonial-carousel .itembox img {
    border-radius: 23px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
}

#testimonial-carousel .owl-prev {
    position: absolute;
    left: 0;
    top: 39%;
    background: #434343;
    color: #fff;
    padding: 0px 17px 6px !important;
    display: inline-block;
    font-size: 30px;
    line-height: 37px;
}

#testimonial-carousel .owl-next {
    position: absolute;
    right: 0;
    top: 39%;
    background: #434343;
    color: #fff;
    padding: 0px 17px 6px !important;
    display: inline-block;
    font-size: 30px;
    line-height: 37px;
}

#testimonial-carousel .owl-dots .owl-dot span {
    width: 20px;
    border-radius: 0;
    height: 4px;
    margin: 4px;
}

#testimonial-carousel .owl-dots .owl-dot.active span {
    background: #434343;
}

.subscribe-part {
    padding: 15px 0;
}

.subscribe-part h4 {
    text-align: center;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin: 10px 0 16px;
}

.Subscribe-form {
    width: 41%;
    margin: 0 auto;
    position: relative;
}

.Subscribe-form .form-control {
    font-size: 13px;
    border-radius: 0;
    padding: 7px 118px 7px 7px;
}

.Subscribe-form .subscribe-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 6px;
}

.explore-work {
    padding: 34px 0;
    position: relative;
}

.leftpart {
    position: relative;
}

.leftpart img {
    width: 100%;
    animation: UpDown 1s linear infinite;
}

@keyframes UpDown {
    0% {
        bottom: 0;
    }

    50% {
        bottom: .5em;
    }

    100% {
        bottom: 0;
    }
}

.rightpart {
    position: relative;
}

.position {
    padding: 9% 74px 10% 15px;
}

.position h5 {
    font-size: 17px;
    color: #0A7CDE;
    font-weight: 500;
    text-align: left;
    border-radius: 16px;
    padding: 7px 0px;
}

.position h3 {
    color: #050708;
    font-size: 34px;
    font-weight: 600;
    margin: 2px 0 18px;
    /* font-family: "Montserrat", sans-serif; */
    padding-right: 9%;
}

.position a {
    color: #fff;
    font-size: 13px;
    border: 1px solid #0A7CDE;
    padding: 7px 19px;
    border-radius: 6px;
    margin: 12px 0;
    display: inline-block;
    transition: .9s ease-in-out;
    background: #0A7CDE;
}

.position a:hover {
    color: #fff;
    background: #000;
    transition: .9s ease-in-out;
}

.rightpart img {
    padding: 5px;
}

footer {
    text-align: center;
    padding: 34px 0 0;
    background: url(../images/footer-bg.png) no-repeat 0 0;
    position: relative;
}



.footer-menu ul li {
    display: contents;
    padding: 0px 0px;
    position: relative;
}


.footer-menu ul li:last-child::after {
    display: none;
}

.footer-menu ul li a {
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    display: block;
    padding-bottom:10px;
}

.footer-ph a {
    padding: 0 6px 13px 0px;
    color: #ffffff;
    font-size: 13px;
    text-align: left;
    display: flex;
    font-weight: 500;
}

.contact-link a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 11px 30px;
    border-radius: 20px;
    margin: 19px 0 35px;
    font-weight: 600;
    display: inline-block;
    background: #d6a445;
}

.footer-so-link ul li {
    display: inline-block;
    padding: 0 4px 0 0;
}

.footer-so-link ul li a {
    color: #b9db00;
    font-size: 18px;
    border: 1px solid #8b8b8b;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 20px;
    padding: 6px;
    text-align: center;
    background: #000;
}

.copyright p {
    color: #ffffff;
    font-size: 13px;
    margin: 0;
    padding: 15px 0 16px;
    font-weight: 500;
    position: relative;
    z-index: 9;
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
    }
}

.stripe-preloader {
    width: 33.33%;
    border-right: 1px solid #f3f6fc;
    border-bottom: 1px solid #f3f6fc;
    background-color: #fff;
}

.stripe-preloader.left {
    border-left: 1px solid #f3f6fc;
}

.hdr_fix {
    background: #000;
    padding: 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    transform: translate(0);
    z-index: 9999;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    animation: slide-down 0.7s;
    -ms-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
}

.hdr_fix .logo img {
    width: 39% !important;
}
.hdr_fix .top-articno p {
    margin-top: 28px;
}
   .hdr_fix .top-right {
    margin-top: 11px;
} 
}
.hdr_fix .stellarnav {
    margin-top: 6px;
}

.hdr_fix .menu {
    margin: 19px 0 8px;
}

.hdr_fix .stellarnav.light li a {
    color: #fff;
}

.hdr_fix .menu-icon {
    top: 28px;
}

.hdr_fix .stellarnav.light li a.active {
    color: #fff !important;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}


.inner-banner {
    position: relative;
    overflow: hidden;
}

.inner-banner img {
    width: 100%;
}

.innerpage_wrapper {
    width: 100%;
    padding: 50px 0 50px;
    background: #ffffff;
    display: inline-block;
}

.innerpage_wrapper h1 {
    text-transform: uppercase;
    color: #0a7cde;
    font-size: 31px;
    font-weight: 800;
    margin: 0 0 30px;
}

.innerpage_wrapper img {
    max-width: 410px;
    float: left;
    margin: 0 20px 20px 0;
}

.innerpage_wrapper p {
    margin: 0 0 15px;
    letter-spacing: 1.1px;
    line-height: 26px;
    font-weight: 300;
}

.contact_left {
    margin: 0;
    padding: 0;
}

.contact_left ul {
    list-style-type: none;
    padding: 0;
}

.contact_left ul>li {
    padding: 0 0 0 40px;
    position: relative;
    margin-bottom: 20px;
}

.contact_left ul>li>svg {
    padding: 7px;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    font-size: 16px;
    text-align: center;
    background: #000000;
    height: 30px;
    width: 30px !important;
}

.contact_left ul>li h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Arial';
}

.contact_left ul>li p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
}

.contact_left ul>li p a {
    color: #000;
    text-decoration: none;
}

.contact_right {
    margin: 0;
    padding: 0;
}

.contact_right .form-group input {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #a7a6a4;
    background: #fff;
    height: 45px;
    font-family: 'Arial';
}

.contact_right .form-group textarea {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #adaba9;
    background: #fff;
    height: 200px;
    resize: none;
}

.send_btn {
    margin: 7px 0 0;
    padding: 10px 20px;
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #492902;
    display: block;
    height: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    letter-spacing: 2px;
    -o-transition: all 0.5s ease;
}

.send_btn:hover {
    background: #66990c;
    color: #fff;
    border: 1px solid #66990c;
    letter-spacing: 2px;
}

.map_area {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.map_area iframe {
    width: 100%;
    height: 100%;
}

.contact_right .form-group {
    margin-bottom: 23px;
}

.header-social-media {
    padding: 13px 0;
}

.header-social-media ul li {
    display: inline-block;
}

.header-social-media ul li a {
    color: #b0b6bc;
    padding: 0 15px 0 0;
    font-size: 14px;
}

.header-top {
    /* border-bottom: 1px solid #b0b6bc; */
    /* padding: 8px 0; */
}

.header-bottom {
    padding: 12px 0;
}

.top-right {
    text-align: right;
    margin-top: 24px;
}

.top-right ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 0 10px 0 0;
}

.top-right ul li a {
    font-size: 14px;
    color: #fff;
}

.top-right ul li .fa {
    padding: 0 5px 0 9px;
    font-size: 13px;
}

.top-right ul li:last-child {
    background: #c48408;
    padding: 14px 17px;
}

.banner_txt a .fa {
    padding: 0 0 0 10px;
}

#banner-carousel .owl-dots {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
}

#banner-carousel .owl-dots .owl-dot span {
    background: #F3F3F3;
    position: relative;
    width: 8px;
    height: 8px;
    margin: 5px 2px;
}

#banner-carousel .owl-dots .owl-dot.active span:before {
    content: "";
    position: absolute;
    width: 33px;
    height: 18px;
    border-radius: 30px;
    /* border: 2px solid #b7410e; */
    left: -4.3px;
    top: -4px;
}

#banner-carousel .owl-dots .owl-dot.active span {
    background: #16C1F3;
    width: 25px;
}

.blog-txt h3 strong {
    font-weight: 600;
    display: block;
}

.about-hover {
    position: absolute;
    background: #c48408;
    padding: 40px;
    width: 32%;
    right: 27px;
    top: -31%;
    z-index: 999;
}

.about-hover img {
    width: 33%;
}

.about-hover h3 {
    color: #fff;
    margin: 20px 0;
}

.about-hover p {
    color: #fff;
    margin: 0;
}

.latest-div .overflow-backround {
    position: absolute;
    background: rgb(0 0 0 / 32%);
    height: 100%;
    width: 100%;
}

.explore-work .leftpart-image img {
    width: 100%;
    border-radius: 40px 40px 0 40px;
    padding: 5px 0;
    height: 63vh;
}


.leftpart .position a{
    font-size:16px;
}
.rightpart-image .topimg {
    width: 100%;
    margin: 38px 0 17px 0px;
    border-radius: 31%;
}

.rightpart-image .bottomimg {
    width: 100%;
    border-radius: 0px 50px 50px 50px;
}

.explore-work .rightpart img {
    width: 100%;
    border-radius: 46px;
}

.position p {
    color: #050708;
    /* display: flex; */
}

.our-project .project-box {
    display: none;
    background: rgb(0 0 0 / 53%);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    text-align: center;
    padding: 27% 0;
}

.our-project .project-box::after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 90%;
    height: 90%;
    left: 20px;
    top: 20px;
}

.our-project .latest-div:hover .project-box {
    display: block;
}

.home-product .latest-div a {
    border: 0;
}

.footer-menu h5 {
    font-size: 13px;
    font-weight: 500;
    display: flex;
    margin-bottom: 10px;
    color: #fff;
}

.footer-menu h5 .fa {
    color: #b9db00;
    padding: 0 11px 0 0;
    font-size: 20px;
}

.footer-menu h5 span {
    display: block;
}

.footer-logo {
    margin: 0 0 20px 0;
    text-align: left;
}

.floting-icon {
    position: absolute;
    right: 20px;
    top: -29px;
}

.floting-icon img {
    width: 52%;
}

.top-right a {

    color: #ffffff;

    font-weight: 600;

    padding: 8px 16px;

    border-radius: 6px;

    display: inline-block;

    margin: 6px 0 5px;

    font-size: 12px;

    border: 1px solid #fff;

    /* border: none; */
}

.top-right a img {

    padding: 0 6px 0 2px;

    filter: invert(1);
}

.banner_txt a img {
    width: 19px !important;
    display: inline-block !important;
    margin: 0 0 0 4px;
}

.latest-div a img {
    width: 16px;
    margin: 0 0 0 11px;
}

.explore-work p img {
    width: 20px;
    margin: 2px 10px 0 0px;
    height: 19px;
}

.testimonial a {
    background: #b9db00;
    color: #000;
    padding: 5px 19px;
    border-radius: 20px;
    margin: 13px 0 0;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}

.testimonial .itembox a {
    background: transparent;
    padding: 0;
    margin: 0;
    color: #5f5f5f;
}

.service-content-div .item {
    background: #fff;
    text-align: center;
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 21px;
    min-height: 350px;
}

.service-content-div .item>img {

    width: 49px !important;

    background: #16C1F3;

    padding: 10px;

    margin: 0 auto;
}

.blog-imgpart img {
    width: 11px !important;
    margin: 16px 8px 0 15px !important;
    text-align: center;
    margin: 0 auto;
}


.our-service .form-home-left h3 {
text-align: left;
}

.blog-imgpart .sevice-item-btn a {

    background: #0a7cde;

    border-radius: 30px;

    width: 45px;

    height: 45px;

    border: 2px solid #fff;

    display: inline-block;

    text-align: center;

    margin: 0 auto;
}

.blog-imgpart h6 {
    font-size: 22px;
    font-weight: 500;
    padding: 9px 32px;
        line-height: 22px;
}
.serredmore p a{
    font-size: 18px
}

.itembox>img {
    border-radius: 50%;
}


.footer-top {
    width: 31%;
    margin: 23px auto;
}

.footer-top h4 {
    color: #fff;
    font-size: 38px;
    margin: 0 0 0px 0;
}

.footer-top h4 span {
    font-family: "Alex Brush", cursive;
    display: block;
}

.footer-top h3 {
    color: #fff;
    font-size: 19px;
    margin: 0 0px 12px 0;
}

.footer-top a {
    background: #fff;
    color: #b9db00;
    padding: 7px 18px;
    display: inline-block;
    border-radius: 11px;
}

.footer-top a img {
    width: 21px;
    padding: 0 0 2px 3px;
}

.footer-bottom {

    padding: 1px 0 33px 0;
}

.footer-logo img {
    width: 74%;
    padding: 15px 0;
}

.footer-bottom p {
    margin: 14px 0;
    color: #16C1F3;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.footer-menu {
    text-align: left;
}

.footer-so-link ul {
    text-align: left;
}

.footer-menu a .fa {
    color: #b9db00;
    padding: 0 11px 0 0;
    font-size: 15px;
}

.rightpart span {
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px 0 10px 10px;
}

.rightpart span img {
    width: 36px !important;
    background: #B7410E;
    border-radius: 9px !important;
    padding: 9px;
    margin: 9px;
}

.position .rating {
    width: 32%;
    margin: 18px 0 0 0;
}

.leftpart-image {
    margin: 35px 0 0 0;
}

.leftpart-image-top {
    margin-top: 29%;
}

.clients-review {
    width: 100%;
    text-align: center;
    background: #1583C2;
    box-shadow: 2px 3px 23px #00000021;
    border-radius: 25px 0px 25px 25px;
    padding: 14px 13px;
    display: flex;
}

.clients-review h5 {
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    padding: 3px 0px 0 15px;
    font-weight: 600;
    width: 123px;
    margin: 0;
}

.clients-review ul {
    margin: 9px auto;
    text-align: center;
}

.clients-review ul li {
    display: inline-block;
    width: 13px;
    color: #FFF600 !important;
}

.clients-review ul li img {
    width: 100% !important;
    padding: 0px !important;
    position: relative;
    border: 2px solid #fff;
}




.explore-work::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 320px;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgb(255 255 255) 100%), url(../images/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}



.red-section {
    position: relative;
}

.red-section img {
    width: 100%;
}

.red-sec-conversion {
    position: absolute;
    top: 0;
    width: 100%;
    top: 18%;
}

.red-overlay-bg {
    background: #1383c2c4;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.red-section h3 {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    padding: 0 0 0 16px;
}

.red-section p {
    color: #FFE7E5;
    font-weight: 400;
    font-size: 14px;
    padding: 0 45% 0 0;
}

.red-section a {
    color: #fff;
    padding: 9px 19px;
    border-radius: 9px;
    margin: 33px 10px 0 0;
    font-size: 15px;
    font-weight: 600;
}

.service-content-div {
    position: absolute;
    top: 0px;
    width: 100%;
    /* height: 100%; */
}

#service-carousel .owl-nav {
    position: absolute;
    top: -76px;
    right: 85px;
}

#service-carousel .owl-nav .owl-prev {
    color: #fff;
    margin-right: 17px;
}

#service-carousel .owl-nav .owl-prev span {
    font-size: 0;
    background: url(../images/Next-Arrow.png) no-repeat;
    width: 14px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    transform: rotate(180deg);
    bottom: 8px;
    position: relative;
}

#service-carousel .owl-nav .owl-next {
    color: #fff;
    background: #B7410E;
    height: 38px;
    width: 38px;
    border-radius: 30px;
}

#service-carousel .owl-nav .owl-next span {
    font-size: 0;
    background: url(../images/Next-Arrow.png) no-repeat;
    width: 21px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    position: relative;
    top: 6px;
}

.sec-btn {
    text-align: center;
    margin: 8%0 0;
}

.sec-btn a {
    background: #B7410E;
    color: #fff;
    padding: 12px 30px;
    border-radius: 11px;
    font-weight: 600;
    font-size: 16px;
}


.sevice-item-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
}

.footer-social {
    text-align: left;
}

.footer-social li {
    display: inline-block !important;
    padding: 0 3px !important;
}

.footer-social li a img {
    width: 25px;
}


.footer-menu h5 img {
    width: 27px;
    padding: 3px 8px 0 0;
    height: 26px;
}

.footer-ph a img {
    width: 26px;
    padding: 0 8px 0 0;
    height: 20px;
    display: inline-block;
}

.copyright p a {
    color: #16c1f3;
}

.home-blog {
    background: url(../images/blog-bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 58px 0 89px;
    position: relative;
}

.home-blog::before {
    content: "";
    position: absolute;
    background: #2b5677de;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.home-blog h3 {
    color: #fff;
    position: relative;
    z-index: 9;
    padding: 0 0 36px 0;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}

.home-blog .item img {
    border-radius: 40px 0 40px 0;
}

.home-blog .item h5 {
    color: #58D9FF;
    font-size: 13px;
    padding: 20px 0 6px;
    font-weight: 400;
}

.home-blog .item h4 {
    color: #fff;
    font-size: 18px;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 500;
    margin-right: 41px;
}

.home-blog .view-btn {
    margin: 53px 0 auto;
    position: relative;
    text-align: center;
}

.home-blog .view-btn a {
    background: #B7410E;
    color: #fff;
    padding: 13px 28px;
    display: inline-block;
    font-size: 16px;
    border-radius: 11px;
    pointer-events: none;
    font-weight: 600;
}

.home-blog item {
    position: relative;
}

#blog-carousel .owl-nav .owl-prev {
    color: #fff;
    margin-right: 17px;
}

#blog-carousel .owl-nav .owl-prev span {
    font-size: 0;
    background: url(../images/Next-Arrow.png) no-repeat;
    width: 14px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    transform: rotate(180deg);
    bottom: 8px;
    position: relative;
}

#blog-carousel .owl-nav .owl-next {
    color: #fff;
    background: #B7410E;
    height: 38px;
    width: 38px;
    border-radius: 30px;
}

#blog-carousel .owl-nav .owl-next span {
    font-size: 0;
    background: url(../images/Next-Arrow.png) no-repeat;
    width: 21px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    position: relative;
    top: 6px;
}

#blog-carousel .owl-nav {
    position: absolute;
    top: -76px;
    right: 2px;
}

.date-blog {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #fff;
    color: #000;
    border-radius: 4px;
    font-size: 10px;
    padding: 2px 10px;
}

.chooes {
    text-align: center;
    padding: 34px 0 65px;
    background-image: linear-gradient(#ffffff, #b7410e1c, #b7410e1a, #ffffff);
    position: relative;
}

.chooes:before {
    content: "";
    position: absolute;
    background: url(../images/color-drop.png) no-repeat;
    width: 190px;
    height: 172px;
    left: 21px;
    top: 11px;
    background-size: contain;
    /* opacity: .1; */
}

.chooes:after {
    content: "";
    position: absolute;
    background: url(../images/Logo-Icon.png) no-repeat;
    width: 168px;
    height: 209px;
    right: 21px;
    top: 19px;
    background-size: contain;
    /* z-index: -1; */
}

.chooes h3 {
    padding: 20px 0 41px;
    color: #001981;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
}

.left-imgtext {
    display: flex;
    text-align: left;
    gap: 19px;
    background: #fff;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #D0D4E5;
    box-shadow: 0px 1px 8px #69240726;
    margin: 0 0 5px 0;
}

.chooes .left-imgpart {
    background: #EEF1FF;
    padding: 18px;
    border-radius: 10px;
}

.chooes .left-imgpart.orange {
    background: #FFE8E6 !important;
}

.chooes .left-imgpart img {
    width: 45px;
}

.chooes .right-textpart h4 {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #001981;
    font-weight: 600;
    margin: 0;
}

.chooes .right-textpart p {
    margin: 0 0 0;
    font-size: 11px;
}

.chooes-right img {
    width: 100%;
    border-radius: 23px;
    position: relative;
    z-index: 9;
}

.black-section {
    position: relative;
}

.black-section img {
    width: 100%;
}

.black-sec-conversion {
    position: absolute;
    top: 0;
    width: 100%;
    top: 24%;
}

.black-overlay-bg {
    background: #0000007a;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.black-section h3 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: 600;
}

.black-section p {
    color: #FFE7E5;
    font-weight: 400;
    font-size: 14px;
    padding: 0 45% 0 0;
}

.black-section a {
    background: #B7410E;
    color: #fff;
    padding: 9px 19px;
    border-radius: 4px;
    margin: 33px 7px 0 0;
    font-size: 14px;
    float: right;
}

.our-client {
    position: relative;
    padding: 51px 0 95px;
    background: url(../images/comments-bg.png) no-repeat 0 0;
    background-size: cover;
}

.our-client h3 {
    padding: 20px 0 26px;
    color: #000;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}





.item-content {
    background: #fff;
    padding: 19px;
    border-radius: 16px;
    position: relative;
    box-shadow: 2px 3px 14px #0000001c;
    margin-bottom: 20px;
    margin-right: 12px;
}

.item-content h4 {
    color: #001981;
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.item-content p {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.client-bottom {
    display: flex;
    justify-content: space-between;
}

.client-bottom h5 {
    color: #1583C2;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
}

.client-bottom h5 span {
    color: #7B7B7B;
    display: block;
    font-weight: 500;
    font-size: 12px;
    font-style: italic;
    padding: 3px 0 0px 0;
}

.client-bottom img {
    width: 32px !important;
    border-radius: 50%;
    height: 32px;
}

.star-ration li {
    display: inline-block;
}

.star-ration li img {

    width: 12px !important;
}

#client-carousel .owl-dots {
    position: absolute;
    bottom: -57px;
    left: 0;
    right: 0;
}

#client-carousel .owl-dots .owl-dot span {
    background: #C5C5C5;
    position: relative;
    width: 8px;
    height: 8px;
    margin: 5px 2px;
}

#client-carousel .owl-dots .owl-dot.active span:before {
    content: "";
    position: absolute;
    width: 33px;
    height: 18px;
    border-radius: 30px;
    left: -4.3px;
    top: -4px;
}

#client-carousel .owl-dots .owl-dot.active span {
    background: #0A7CDE;
    width: 25px;
}

.top-articno p {
    text-align: right;
    margin-top: 36px;
    color: #fff;
    font-size: 15px;
}

.calltop {
    background: #0A7CDE;
    border: 1px solid #0a7cde !important;
    margin-left: 15px !important;
}

.ab-enquire {
    border: 1px solid #0A7CDE !important;
    background: transparent !important;
    color: #0A7CDE !important;
    margin-left: 13px !important;
}

.thump {
    border-radius: 14px !important;
    width: 43px !important;
    height: 43px !important;
    background: #26A7F0;
    padding: 10px !important;
}

.clients-review h5 span {
    display: block;
    font-weight: 400;
    font-size: 13px;
}

.footer-overlay {
    background: #151d30c9;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.service-list h3 {

    font-size: 18px;

    color: #16C1F3;

    padding: 20px 0;
}

.copy-div {
    background: #26475E;
}

.footer-gallery li img {
    width: 24%;
    height: 43px;
    margin: 2px 0;
    border-radius: 5px;
}

.Enquire-btn {
    text-align: right;
    margin: 42px 0;
}

.Enquire-btn .enquire-now {
    background: #16C1F3;
    border: 1px solid #16C1F3;
}

.Enquire-btn .footer-call {
    border: 1px solid #fff;
}

.home-blog .item img {
    width: 100%;
    height: 372px;
    object-fit: cover;
}

/* Icon */
.service-content-div .itembox>img {
    width: 140px !important;
    height: 140px;
    object-fit: contain;
    /*background: #16C1F3;*/
    padding: 10px;
    border-radius: 50%;
    margin: 0 auto 7px;
    display: block;
}



.form-section {
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    padding: 40px 20px;
}



.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

/* Inputs */
.form-grid input,
.form-grid select {
    padding: 13px 13px;
    border-radius: 10px 0 10px 0;
    border: none;
    outline: none;
    background: #4C88B5;
    color: #fff;
    font-size: 14px;
        width: 100%;
}

/* Placeholder color */
.form-grid input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

/* Full width field */
.full-width {
    grid-column: span 2;
}

/* Button */
.submit-btn {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    background: #1d7ed8;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}

.submit-btn:hover {
    background: #155fa0;
}

/* Responsive */
@media (max-width: 600px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .full-width {
        grid-column: span 1;
    }
}

.home-form {
    padding: 54px 14px 0;
}

.form-home-left .clients-review {
    width: 56%;
    border-radius: 16px;
}

.form-home-left .clients-review h5 {
    width: 143px;
}

.form-home-left h3 {
    text-align: left;
    margin-left: 0;
    width: 83%;
}

.form-home-left ul {
    display: flex;
    margin-bottom: 17px;
    gap: 10px;
}

.form-home-left ul li {
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

.form-home-left ul li img {
    width: 30px;
    background: #16C1F3;
    padding: 7px;
    border-radius: 7px;
    position: relative;
    /* top: 1px; */
}

.form-home-left .clients-review ul {
    margin: 13px 0 0 0 !important;
    gap: 7px;
    /* color: #000; */
}

.form-home-left .clients-review ul li {
    font-size: 20px;
}

.big-img {
    height: 113vh !important;
}

.innerpage-overlaybg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(to bottom, #000000b8, #00000030, #0000001a);
}

.innerpage_wrapper ul{
    margin-left: 18px;
}

.innerpage_wrapper ul li {
    font-size: 16px;
    padding-bottom: 5px;
}

.thfaqf-faq-list h4 {
    color: #000;
    line-height: 35px;
    font-size: 18px;
    font-weight: 400;
}

/* =========================
   Modern Blog Page Design
   ========================= */

.modern-blog-section {
    padding: 100px 0;
    background: #ffffff;
}

.container {
    width: 90%;
    max-width: 1280px;
    margin: auto;
}

/* Section Title */

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h1 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #111;
    font-weight: 700;
}

.section-title p {
    font-size: 17px;
    color: #777;
}

/* Blog Grid */

.modern-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 35px;
}

/* Blog Card */

.modern-blog-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    transition: 0.35s;
}

.modern-blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.10);
}

/* Image */

.blog-image {
    position: relative;
}

.blog-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

/* Date Badge */

.blog-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #111;
    color: #fff;
    width: 65px;
    height: 65px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.blog-date span {
    font-size: 22px;
    line-height: 1;
}

.blog-date small {
    font-size: 13px;
    text-transform: uppercase;
}

/* Content */

.blog-details {
    padding: 30px;
}

.blog-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.blog-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.blog-title a {
    color: #111;
    text-decoration: none;
    transition: 0.3s;
}

.blog-title a:hover {
    color: #0073aa;
}

.blog-excerpt {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 22px;
}

/* Button */

.blog-btn {
    display: inline-block;
    text-decoration: none;
    color: #0073aa;
    font-weight: 600;
    transition: 0.3s;
}

.blog-btn:hover {
    padding-left: 8px;
}

/* Pagination */

.pagination-wrap {
    margin-top: 60px;
    text-align: center;
}

.pagination-wrap a,
.pagination-wrap span {
    display: inline-block;
    margin: 0 5px;
    padding: 12px 18px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.pagination-wrap a:hover,
.pagination-wrap .current {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* Responsive */

@media (max-width: 768px) {
    .section-title h1 {
        font-size: 32px;
    }

    .modern-blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-title {
        font-size: 20px;
    }
}




/* =========================
   Creative Blog Details Design
   ========================= */

.creative-blog-details {
    padding: 80px 0;
    background: #f4f7fb;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* Main Wrapper */

.creative-blog-wrapper {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0,0,0,0.06);
}

/* Hero Section */

.blog-hero {
    position: relative;
}

.hero-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

/* Overlay Content */

.hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.1)
    );
    color: #fff;
}

.hero-category {
    display: inline-block;
    background: #0073aa;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-title {
    font-size: 46px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 15px;
}

/* Content Area */

.blog-main-content {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 40px;
    padding: 50px;
}

.content-area {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
}

.content-area p {
    margin-bottom: 24px;
}

.content-area h2,
.content-area h3,
.content-area h4 {
    margin: 35px 0 20px;
    color: #111;
}

.content-area blockquote {
    background: #f8fbff;
    border-left: 5px solid #0073aa;
    padding: 25px;
    margin: 35px 0;
    border-radius: 10px;
    font-style: italic;
}

.post-tags {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

/* Share Box */

.share-box {
    position: sticky;
    top: 100px;
    background: #f8fbff;
    padding: 30px;
    border-radius: 18px;
    height: fit-content;
    border: 1px solid #e5eef7;
}

.share-box h4 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #111;
}

.share-box a {
    display: block;
    text-decoration: none;
    color: #333;
    margin-bottom: 14px;
    transition: 0.3s;
}

.share-box a:hover {
    color: #0073aa;
    padding-left: 6px;
}

/* Responsive */

@media (max-width: 991px) {
    .blog-main-content {
        grid-template-columns: 1fr;
    }

    .share-box {
        position: relative;
        top: auto;
    }
}

@media (max-width: 768px) {
    .hero-image img {
        height: 350px;
    }

    .hero-content {
        padding: 30px 20px;
    }

    .hero-title {
        font-size: 30px;
    }

    .blog-main-content {
        padding: 30px 20px;
    }
}


.creative-blog-details ul{
    margin-left: 20px;
}


.latest-div {
    position: relative;
    margin: 0 0 30px 0;
    background: #fff;
    padding: 22px 22px 10px 22px;
    border-radius: 30px;
    box-shadow: 0px 0px 5px #00000036;
    min-height: 350px;
}

.latest-div img {
    width: 100%;
    border-radius: 30px;
    height: 225px;
}

.latest-div h4 {
    margin: 20px 0 0 0;
    font-size: 15px;
}

.coll_inner {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    padding-bottom: 6px;
    margin-bottom: 22px;
}

.coll_inner img {
    width: 100%;
    height: 281px;
    object-fit: contain;
}




.main .card {
  background: transparent;
  WIDTH: 29%;
  DISPLAY: inline-block;
  BORDER: 0;
}
.main .card-image {
  display: block;
  position: relative;
  border-radius: 5px;
}
.main .card-image img {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}



h3.thfaqf-faq-list-title {
    text-transform: uppercase;
    color: #0a7cde;
    font-size: 31px;
    font-weight: 800;
    margin: 0 0 30px;
}

.service-detailspg h2{
    color: #0a7cde;
    font-size: 26px;
    font-weight: 800;
      margin: 20px 0 20px;
}

.service-detailspg h3{
    color: #0a7cde;
    font-size: 24px;
    font-weight: 800;
       margin: 20px 0 20px;
}

.position p {
  margin: 0 0 15px;
    letter-spacing: 1.1px;
    line-height: 26px;
    font-weight: 300;
}


.innerpage_wrapper2 {
    width: 100%;
    padding: 0px 0 50px;
    background: #ffffff;
    display: inline-block;
}

.service-gallery {
    margin-bottom: 40px;
}
.innerpage_wrapper2 ul{
     margin-left: 17px;   
}

.service-detailspg p{
    margin: 0 0 15px;
    letter-spacing: 1.1px;
    line-height: 26px;
    font-weight: 300;
}