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;
}
.container-fluid{
     padding: 0 3%;
}
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: 15px;
}

.clr {
    clear: both;
}

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

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


.logo img {
    width: 100%;
}

.menu {
    margin: 15px 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: rgb(0 0 0 / 38%);
}

.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: 3px;
    font-weight: 700;
    font-size: 41px;
    font-family: "Montserrat", sans-serif;
}

.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: 22px;
    font-weight: 300;
    margin: 22px 0 27px;
    line-height: 26px;
    letter-spacing: 8px;
    position: relative;
    width: 42%;
    margin: 21px auto 24px;
}

.banner_txt h3::before {
    content: "";
    position: absolute;
    width: 69px;
    height: 2px;
    background: #fff;
    left: 0;
    top: 12px;
}

.banner_txt h3::after {
    content: "";
    position: absolute;
    width: 69px;
    height: 2px;
    background: #fff;
    right: 0;
    top: 12px;
}

.banner_txt a {
    color: #ffffff;
    padding: 7px 27px;
    display: inline-block;
    margin-top: 19px;
    background: #0024B9;
    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;
}

.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 {
    text-align: left;
    border-radius: 4px;
    /* padding: 30px 0; */
    position: relative;
}

.our-service>img {
    width: 100%;
    object-fit: cover;
    min-height: 764px;
}

.blue-overlay-bg {
    background: #012169d4;
    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: #ffffff;
}

.our-service h3 {
    font-size: 38px;
    color: #fff;
    font-weight: 400;
    margin: 45px 0 28px 0;
    position: relative;
    left: 4%;
}

.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: 13px;
    color: #000;
    font-weight: 400;
    border: 1px solid #000;
    width: 102px;
    text-align: center;
    border-radius: 16px;
    padding: 7px 7px;
}

.position h3 {
    color: #001981;
    font-size: 36px;
    font-weight: 500;
    margin: 20px 0 18px;
    font-family: "Montserrat", sans-serif;
  /*  padding-right: 24%;*/
}

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

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

.rightpart img {
    padding: 5px;
}

footer {
    text-align: center;
    padding: 34px 0 9px;
    background-image: linear-gradient(#ffffff, #b7410e1c, #b7410e05, #ffffff);
    position: relative;
}

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

footer:after {
    content: "";
    position: absolute;
    background: url(../images/footer-right.png) no-repeat;
    width: 168px;
    height: 209px;
    right: 21px;
    top: -6px;
    background-size: contain;
    z-index: -9;
    opacity: .1;
}

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


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

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

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

.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: #000000;
    font-size: 13px;
    margin: 0;
    padding: 20px 0 13px;
    font-weight: 600;
}

@-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 9px;
    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: 57% !important;
    padding: 16px 0 0;
}

.hdr_fix .stellarnav {
    margin-top: 6px;
}

.hdr_fix .menu {
    margin: 12px 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 12px;
    background: #ffffff;
}

.innerpage_wrapper h1 {
    text-transform: uppercase;
    color: #b7410e;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 30px;
}

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

.innerpage_wrapper p {
    margin: 0 0 15px;
}

.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;
}

.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: #fff;
    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: #D21D10;
    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: 49%;
    border-radius: 29px;
    padding: 5px;
}

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

.position p {
    color: #000;
   /* 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: 600;
    display: flex;
    margin-bottom: 10px;
}

.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 {
    background: #B7410E;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 10px;
    display: inline-block;
    margin: 20px 0 5px;
    font-size: 20px;
}

.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 p {}

.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;
}

.blog-imgpart {

    position: absolute;

    display: flex;

    bottom: 0;

    width: 100%;

    justify-content: space-between;

    background-image: linear-gradient(to top, #000000, #0000002e, #ffff0000);

    height: 100%;

    /* justify-content: end; */

    align-items: end;

    border-radius: 17px;
}

.blog-imgpart img {
    width: 43px !important;
    margin: 2px 19px 0 0 !important;
    padding: 15px 14px;
}

.blog-imgpart a {

    background: #fff;

    border-radius: 30px;

    width: 45px;

    height: 45px;

    /* margin: 2px 7px 16px 2px; */

    display: inline-block;
}

.blog-imgpart h6 {
    margin-right: 20px;
    font-size: 22px !important;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 9px 15px;
    border-radius: 0 0 0 21px;
}

.itembox>img {
    border-radius: 17px;
}


.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: 18px 0 68px 0;

    border-bottom: 1px solid #dcdcdc;
}

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

.footer-bottom p {
    margin: 10px 0;
    color: #001981;
    font-size: 17px;
    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 {
    width: 159px;
    text-align: center;
    background: #fff;
    box-shadow: 2px 3px 23px #00000021;
    border-radius: 15px;
    padding: 19px 6px;
    left: 32%;
    position: absolute;
    top: 18%;
}

.clients h5 {
    color: #001981;
    font-size: 16px;
}

.clients ul {
    margin: 0 auto;
    text-align: center;
}

.clients ul li {
    display: inline-block;
    width: 33px;
}

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

.bg-gradient {
    background-image: linear-gradient(#ffffff, #b7410e21, #b7410e1f, #ffffff);
}

.bg-gradient .leftpart {
    margin: 20px 0;
}

.explore-work {
    /* position: relative; */
}

.clients ul li:first-child img {
    left: 15px;
}

.clients ul li:nth-child(2) img {
    left: 7px;
}

.clients ul li:nth-child(3) img {
    right: 4px;
}

.clients ul li:nth-child(4) img {
    right: 16px;
}

.explore-work::before {
    content: "";
    position: absolute;
    background: url(../images/color-drop.png);
    width: 205px;
    height: 186px;
    left: 21px;
    top: 11px;
    background-size: cover;
}

.explore-work::after {
    content: "";
    position: absolute;
    background: url(../images/Logo-Icon.png) no-repeat;
    width: 189px;
    height: 166px;
    right: 21px;
    top: 11px;
    background-size: contain;
    z-index: 9999;
}

.red-section {
    position: relative;
}

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

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

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

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

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

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

.service-content-div {
    position: absolute;
    top: 16px;
    width: 100%;
}

#service-carousel-scroll .owl-nav {
    position: absolute;
    top: -76px;
    right: 85px;
    /* margin-bottom: 26px; */
}

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

#service-carousel-scroll .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: 16px;
    position: relative;
}

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

#service-carousel-scroll .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: -2px;
}

.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;
}

#service-carousel-scroll {
    left: 4%;
}

.sevice-item-btn {
    background: #0e2d6b;
    padding: 12px 13px;
    border-radius: 20px 0 0 0;
}

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

.footer-social li {
    display: inline-block;
    padding: 0 8px;
}

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

.service-list {
    display: flex;
    gap: 69px;
}

.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: #B7410E;
}

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

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

.home-blog h3 {
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 0 36px 0;
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
}

.home-blog .item img {
    border-radius: 18px;
    height: 500px;
}

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

.home-blog .item h4 {
    color: #fff;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    margin-right: 38%;
}

.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;
    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: 0px;
}

#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-image: linear-gradient(#ffffff, #b7410e1c, #b7410e1a, #ffffff);}
.our-client h3{
    padding: 20px 0 41px;
    color: #001981;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    text-align: center;
}
.our-client:before {
    content: "";
    position: absolute;
     background: url(../images/Logo-Icon.png) no-repeat;
   
    width: 190px;
    height: 172px;
    left: 21px;
    top: 11px;
    background-size: contain;
    /* opacity: .1; */
}

.our-client:after {
    content: "";
    position: absolute;
    background: url(../images/footer-right.png) no-repeat;
    width: 168px;
    height: 209px;
    right: 21px;
    top: 19px;
    background-size: contain;
    opacity: .1;
}
.item-content{
    background: #fff;
    padding: 27px;
    border-radius: 6px;position: relative;
}
.item-content:after{
 content: "";
 position: absolute;
 background: url(../images/comma.png) no-repeat;
 width: 37px;
 height: 40px;
 right: 32px;
 top: 24px;
 background-size: contain;
 /* opacity: .1; */
}
.item-content h4{
    color: #001981;
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.item-content p{}
.client-bottom{
    display: flex;
    justify-content: space-between;
}
.client-bottom h5{
    color: #B7410E;
    font-size: 13px;
}
.client-bottom h5 span{
    color: #1B1B1B80;
}
.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: #C3ACA2;
    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;
    /* border: 2px solid #b7410e; */
    left: -4.3px;
    top: -4px;
}

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

 /*kishor css*/

.section-title h5 {
    text-transform: uppercase;
    color: #b7410e;
    font-size: 31px;
    font-weight: 800;
    margin: 0 0 30px;
    text-align: center;
    padding-bottom: 25px;
}

.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: 492px;
    text-align: center;
}

.latest-div img {
    width: 100%;
    max-width: 100%;
    border-radius: 30px;
    height: 300px;
    object-fit: cover;
}


.itembox img{
     width: 100%;
    max-width: 100%;
    height: 450px;
    object-fit: cover;
}

.itembox .sevice-item-btn img{
    height: auto;
}

.latest-div h4 {
    margin: 20px 0 0 0;
    font-size: 24px;
    /* min-height: 58px; */
}

.latest-div p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin: 10px 0 4px;
    line-height: 27px;
    min-height: 100px;
}

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


.sidebar-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.sidebar-box h5 {
    margin-bottom: 15px;
    font-weight: 600;
}

.category-list li {
    margin-bottom: 8px;
}

.category-list a {
    text-decoration: none;
    color: #333;
}

.category-list a:hover {
    color: #0d6efd;
}

.blog-card {
    border: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.card-meta {
    font-size: 0.85rem;
    color: #6c757d;
}

.blog_category, .blog_tags, .blog_post {
    margin-bottom: 25px;
    box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);
    background: #fff;
}

.blog_post h2 {
    background-color: #B7410E;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Alegreya Sans', sans-serif;
}
.blog_post li {
    border-bottom: 1px solid #e1e1e1;
    padding: 25px 20px;
    list-style: none !important;
}
.blog_post .row {
    margin: 0;
}
.postimg {
    width: 95px;
    overflow: hidden;
    float: left;
}
.postimg img {
    border: 1px solid #e1e1e1;
    max-width: 100% !important;
    width: 100%;
    margin: 0 10px 0 0 !important;
}
.postcontent {
    float: left;
    width: 64%;
    padding: 0 15px;
}

.postcontent p {
    font-size: 13px !important;
    line-height: 19px !important;
    margin: 0 !important;
}
.blog_tags li.active a, .blog_tags li:hover a, .blog_post a {
    color: #40a2d5;
    display: block;
}

.blog_search .input-group {
    display: flex;
}
.blog_search .form-control {
    border-radius: 30px;
    border-color: #B7410E;
    height: 50px;
    padding: 6px 20px;
    box-shadow: none !important;
    z-index: 0;
    border-right: none;
}
.blog_search .input-group-addon {
    background-color: #fff;
    border-radius: 0 30px 30px 0;
    border: 1px solid #B7410E;
    color: #888;
    padding: 0;
    position: relative;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    border-left: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog_search .input-group-addon:before {
    position: absolute;
    content: '';
    background: #B7410E;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 84%;
    margin: auto;
    left: 0;
}

.blog_category h2 {
    background-color: #B7410E;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Alegreya Sans', sans-serif;
}

.blog_category ul {
    background-color: #ffffff;
    margin-bottom: 0;
}

.blog_category ul li:last-child, .blog_post li:last-child {
    border-bottom: none;
}
.blog_category ul li a {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
    padding: 8px 10px;
}

.service_sec2 {
    /* padding-top: 30px; */
    background: #cccccc3b;
    padding: 40px 0;
    margin: 30px 0;
}

.section-title h2{
    color: #001981;
    font-size: 28px;
    font-weight: 500;
    margin: 20px 0 18px;
    font-family: "Montserrat", sans-serif; 
}

.service_sec2 h2{
    color: #001981;
    font-size: 28px;
    font-weight: 500;
    margin: 20px 0 18px;
    font-family: "Montserrat", sans-serif; 
}

.service_sec2 ul {
    padding: revert-layer;
    margin: 0  0 20px 0;
}

.service_sec2 ul li {
    color: #000000;
    font-size: 15px;
    line-height: 28px;
}

.nav-links {
    padding: 0 4%;
}


.about_left h1 {
   text-transform: uppercase;
    color: #b7410e;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 30px;
}


.about_left h2 {
    color: #001981;
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0 18px;
    font-family: "Montserrat", sans-serif;
}

.about_left h3 {
    color: #001981;
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0 18px;
    font-family: "Montserrat", sans-serif;
}

.about_right img {
    width: 100%;
    max-width: 100%;
}

.about_right img {
    width: 100%;
    max-width: 100%;
}


.about_sec1.service_bottom {
    text-align: center;
    padding: 40px 0;
}

.about_sec2 h2 {
    color: #001981;
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0 18px;
    font-family: "Montserrat", sans-serif;
}

.about_sec2 ul {
    padding: revert-layer;
    margin: 0  0 20px 0;
}

.about_sec2 ul li {
    color: #000000;
    font-size: 15px;
    line-height: 28px;
}


.about_sec1 ul {
    padding: revert-layer;
    margin: 0  0 20px 0;
}

.about_sec1 ul li {
    color: #000000;
    font-size: 15px;
    line-height: 28px;
}

.leftpart h4{
    color: #001981;
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0 18px;
    font-family: "Montserrat", sans-serif; 
}

#service-carousel-scroll .item {
  position: relative;
}
.service-content-div .itembox{
      position: relative;
}


.faq-item-wrapper h4{
   font-size: 18px;
    font-weight: 400; 
}

section.our-service.formobile {
    display: none;
}

.thfaqf-faq-item span.thfaq-marker:after {
    color: #b7410e;
}
