@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Noto+Sans:wght@400;700&family=Pacifico&family=Work+Sans:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth !important;
}
body{
    width: 100%;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif !important;
}

input:hover,
input:focus {
    outline: none !important;
}

textarea:hover,
textarea:focus {
    outline: none !important;
}

button:hover,
button:focus {
    outline: none !important;
}

select:hover,
select:focus {
    outline: none !important;
}

a:hover,
a:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}


/*Header start*/

.header {
    width: 100%;
    position: fixed;
    background: #FFFFFF;
    color: #1e1e1e !important;
    z-index: 11111 !important;
/*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
    top: 0;
    left: 0;
    border: 1px solid rgba(255,255,255,0.4)
}

/*Top header start*/

/*
.top-header {
    width: 100%;
    height: auto;
    padding: 12px 0;
    background: #030f27;
}

.top-header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.email-con {
    height: 25px;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.email-icon {
    padding-top: 2px;
}

.email-icon i {
    color: #1ec3f3;
    font-size: 15px;
    padding-right: 10px;
}

.emailid {
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 400;
}

.emailid:hover {
    color: #1ec3f3;
    transition: 0.3s;
}
.top-header-hr-line{
    height: 30px;
    border-right: 1px solid #fff;
}
.phone-con {
    height: 25px;
    padding-left: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.phone-icon i {
    color: #1ec3f3;
    font-size: 15px;
    padding-right: 10px;
}

.phone-no {
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 400;
}

.phone-no:hover {
    color: #1ec3f3;
    transition: 0.3s;
}

.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
}

.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #1ec3f3;
    border: 1px solid #1ec3f3;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover {
    background: #1ec3f3;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #fff;
}
*/
/*Top header end*/


/*Main header start*/

.main-header-section{
    width: 100%;
/*    background: #fff;*/
    transition: 0.5s ease;
}
.sticky{
    background: #FFFFFF;
    width: 100%;
    position: fixed;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    transition: 0.5s ease;
}
.main-header {
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

.logo{
    max-width: 305px;
    padding: 0 !important;
}

.logo img {
    width: 70%;
    height: auto;
}


/*Header end*/

/*Whatsapp Icon*/
.phone-call {
    width: 50px;
    height: 50px;
    right: 13px;
    bottom: 15px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 115;
    display: block;
    line-height: 65px;
}

.phone-call img {
    vertical-align: baseline !important;
}

/*.phone-call:after {
    position: absolute;
    content: "Order On Whatsapp";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}*/

.phone-call::after {
    position: absolute;
    content: "Drop Your Message";
    z-index: -2;
    top: 11px;
    left: -163px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 18px;
    color: #0c9212;
    font-size: 13px;
    font-weight: bolder;
    padding: 5px 14px 6px 14px;
    border-radius: 18px;
    box-shadow: 0px 5px 20px 0 rgb(80 80 80 / 20%);
    border: 1px solid #25d366;
    cursor: default;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        opacity: 1;
    }

    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*  Whatsapp Icon */

/*Scrolltop*/


.hide{
    transform: scale(0,0);
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 15px;
    bottom: 75px;
    background: #111;
    color: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}
.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 7px;
    left: 9px;
    right: 9px;
}
.back-to-top:hover i {
    color: #fff;
}
/*Scrolltop*/


/*Banner start*/

.banner-section {
    position: relative;
    width: 100%;
}
.desk-banner-top{
    margin-top: 81px;
}

.owl-carousel{
    display: block !important;
}

.banner-image1 {
    width: 100%;
    height: 750px;
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image2 {
    width: 100%;
    height: 750px;
    position: relative;
    background-image: url(../images/banner-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image3 {
    width: 100%;
    height: 750px;
    position: relative;
    background-image: url(../images/banner-3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner-image4 {
    width: 100%;
    height: 750px;
    position: relative;
    background-image: url(../images/banner-4.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner-contentbox {
    position: absolute;
    height: 750px;
    top: 0px;
    left: 6%;
    right: 6%;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.social_con{
    margin-bottom: 30px;
}
.social_con .social_icons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover {
    color: #2a2a2a;
    background: #fff;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #2a2a2a;
}

.banner-contentbox .banner-heading1 {
    color: #ffceae;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
/*    margin-top: 50px;*/
}

.banner-contentbox .banner-heading2 {
    color: #fff;
    text-align: center;
    font-size: 64px;
    line-height: 64px;
    font-weight: bold;
    margin-top: 30px;
}

.banner-details {
    color: #fff;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}

.banner-section .owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.banner-section .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.banner-section .owl-prev span {
    font-size: 70px;
    line-height: 70px;
    padding-left: 10px;
    color: #fff !important;
}

.banner-section .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.banner-section .owl-next span {
    font-size: 70px;
    line-height: 70px;
    padding-right: 10px;
    color: #fff !important;
}


.btn1 {
    color: #ffceae;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 30px;
    text-align: center;
    transition: 0.3s ease;
    background: transparent;
    border: 1.5px solid #ffceae;
}

.btn1:hover{
    color: #fff;
    background: #ffceae;
    border: 1.5px solid #ffceae;
}
.btn2 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 20px;
    text-align: center;
    transition: 0.3s ease;
    background: #2a2a2a;
    border: 1.5px solid #2a2a2a;
}

.btn2:hover{
    color: #2a2a2a;
    background: #ffceae;
    border: 1.5px solid #ffceae;
}

.banner-button {
    margin-top: 50px;
    text-align: center;
}



/*Banner end*/



/*About Us section start*/

.aboutus-section {
    padding-top: 90px;
    padding-bottom: 100px;
}

.heading-1 {
    color: #1ec3f3;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 7px;
}
.heading-1::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    width: 60px;
    border-bottom: 2px solid #1ec3f3;
    margin-left: auto;
    margin-right: auto;
}
.heading-2 {
    color: #232323;
    font-size: 42px;
    text-align: center;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}

.content-con1{
    width: 100%;
    height: auto;
}
.about-content{
    padding-left: 20px;
}
.left-contentbox {
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 50px;
}


.left-contentbox .content-heading1::before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    bottom: 0px;
    width: 70px;
    border-bottom: 2px solid #ffceae;
}

.left-contentbox .content-heading1 {
    color: #ffceae;
    text-align: left;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 0px;
    padding-bottom: 7px;
/*    max-width: 380px;*/
}
.left-contentbox .content-heading2 {
    color: #2a2a2a;
    text-align: left;
    position: relative;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    margin-top: 10px;
/*    max-width: 380px;*/
}
.left-contentbox .left-contentbox-details {
    color: #777;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}


.nav-tab-container .nav-item {
    text-align: center;
    margin: 0;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    margin-right: 35px;
}
.nav-tab-container .nav-item:last-child {
    margin-right: 0;
}

.nav-tab-container .nav-pills .nav-link{
    color: #2a2a2a;
    font-size: 18px;
    position: relative;
    font-weight: 700;
    transition: 0.3s ease;
    border-bottom: 2px solid #e7e7e7;
}
.nav-tab-container .nav-pills .nav-link.active, 
.nav-tab-container .nav-pills .show>.nav-link {
    color: #ffceae;
    background-color: transparent !important;
    border-bottom: 2px solid #ffceae;
}
.nav-tab-container .nav-pills .nav-link:hover{
    color: #ffceae;
    background-color: transparent !important;
    border-bottom: 2px solid #ffceae;
}

.nav-tab-container .nav-item .nav-link.active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    bottom: 0;
    left: 50%;
    right: 50%;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: #fff;
    margin-bottom: -2px;
    margin-left: -7px;
}
.nav-tab-container .nav-item .nav-link.active:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -2px;
    left: 50%;
    right: 50%;
    border: 9px solid transparent;
    border-top: 0;
    border-bottom-color: #ffceae;
    margin-left: -10px;
}

.tab-content-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.tab-content-col-1{
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.tab-content-col-2{
    flex: 0 0 66.67%;
    max-width: 66.67%;
}
.tab-content-imagebox{
    width: 168px;
    height: 168px;
    overflow: hidden;
}
.tab-content-imagebox img{
    width: 100%;
    height: auto;
}

.tab-content-contentbox{
    padding-left: 20px;
    color: #777;
}


.list-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.list-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.check-iconbox{
    width: 16px;
    height: 16px;
    margin-right: 15px;
}
.check-iconbox img{
    width: 100%;
    height: auto;
}
.list-hr-line{
    width: 20px;
    border-top: 2px solid #1ec3f3;
    margin-right: 10px;
}

.list-content .icon-heading{
    font-size: 16px;
    line-height: 22px;
    color: #2a2a2a;
    font-weight: 700;
    margin-bottom: 0;
}
.list-content p{
    color: #2a2a2a;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 0;
}
.content-details{
    font-size: 14px;
    line-height: 26px;
    color: #777;
}
.learn-more-button {
    margin-top: 50px;
}
.mt-15{
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.read-more-button .btn1{
    color: #fff;
}
.read-more-button .btn1:hover{
    color: #fff;
}
.desk-d-none {
    display: none;
}

/*About Us section end*/


/*Our service section start*/

.our-service-section {
    padding-top: 90px;
    padding-bottom: 90px;
    width: 100%;
    height: auto;
    background: #f6f6f6;
}
.our-service-section .heading-1{
    color: #2a2a2a;
    text-align: left;
}
.our-service-section .heading-1::after {
    width: 105px;
    margin-left: 0;
    border-bottom: 2px solid #2a2a2a;
}
.our-service-section .heading-2{
    color: #2a2a2a;
    text-align: left;
}

.service-box{
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}
.service-imagebox{
    width: 100%;
    height: 415px;
    overflow: hidden;
    position: relative;
}
.service-imagebox img{
    width: 100%;
    height: auto;
}
.service-contentbox{
    width: 100%;
    height: auto;
    padding: 28px 28px 15px 28px;
    transition: 0.5s ease;
}
.service-heading{
    color: #2a2a2a;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    transition: 0.5s ease;
    margin-bottom: 10px;
}

.service-details{
    color: #777;
    font-size: 14px;
    transition: 0.5s ease;
}

.service-button{
    position: absolute;
    bottom: 15px;
}
.service-button .btn1{
    color: #fff;
    background: #2a2a2a;
    border: 1.5px solid #2a2a2a;
}
.service-button .btn1:hover{
    color: #2a2a2a;
    background: #ffceae;
    border: 1.5px solid #ffceae;
}

.mt-40 {
    margin-top: 40px !important;
}
.content {
  display: none;
}

.laod-more-button .btn1{
    color: #fff;
    background: #2a2a2a;
    border: 1.5px solid #2a2a2a;
}
.laod-more-button .btn1:hover{
    color: #fff;
    background: #ffceae;
    border: 1.5px solid #ffceae;
}
/*Our service section end*/


/*section3 start*/

.section3 {
    padding-top: 90px;
    padding-bottom: 0px;
    
}
.section3 .heading-1{
    color: #ffceae;
    text-align: center;
    width: 175px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 10px;
}
.section3 .heading-1::before {
    position: absolute;
    content: '';
    top: 14px;
    left: -60px;
    width: 50px;
    border-bottom: 2px solid #ffceae;
}
.section3 .heading-1::after {
    position: absolute;
    content: '';
    top: 14px;
    right: -60px;
    left: inherit;
    bottom: inherit;
    width: 50px;
    border-bottom: 2px solid #ffceae;
}
.section3 .left-contentbox .content-heading2{
    color: #fff;
}
.section3 .left-contentbox .left-contentbox-details{
    color: #e6e6e6;
}
.heading-section p{
    color: #777;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.products-box{
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}
.products-imagebox{
    width: 100%;
    height: auto;
}
.products-imagebox img{
    width: 100%;
    height: auto;
}

.products-contentbox{
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0px;
    background: rgba(0,0,0,0.7);
    transition: 0.5s ease;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
}

.products-box:hover .products-contentbox{
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.products-inner-content{
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}
.products-heading{
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
.products-details{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.products-button{
    margin-top: 50px;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.certi-column{
    width: 100%;
    height: auto;
/*    height: 601px;*/
    background: #fff;
    padding: 40px;
}
.certificate-icon{
    width: 48px;
    height: auto;
    margin-top: 30px;
}
.certificate-icon img{
    width: 100%;
    height: auto;
}
.certificate-heading{
    color: #1ec3f3;
    font-size: 36px;
    font-weight: 800;
    margin-top: 20px;
}
.certificate-details{
    color: #777;
    font-size: 16px;
    margin-top: 20px;
}
.certificate-box{
    width: 100%;
    height: auto;
    position: relative;
}
.gallery-iconbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-icon-1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid !important;
    place-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50% !important;
    z-index: 22;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.gallery-icon-1:hover{
    color: #fff !important;
}

.gallery-box:hover .gallery-icon-1{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background: #0c141d;
}
.gallery-hover-bg{
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.gallery-box:hover .gallery-hover-bg{
    opacity: 1;
    visibility: visible;
}

/*Section3 end*/

/*section4 start*/

.section4{
    padding-top: 90px;
    width: 100%;
    height: auto;
}
.why-us-row{
    position: relative;
}
.why-content-con{
    background: #232323;
    margin-top: 80px;
    padding-top: 80px;
    padding-left: 100px;
    padding-right: 160px;
    padding-bottom: 80px;
}

.why-content-con .left-contentbox .content-heading2 {
    color: #fff;
}
.why-content-con .left-contentbox .left-contentbox-details {
    color: #fff;
}

.why-us-image-con{
    position: absolute !important;
    top: 0;
    right: 0;
}
.iconbox2{
    width: 60px;
    height: 60px;
}
.iconbox2 img{
    width: 100%;
    height: auto;
}
.sub-cloumbox-heading{
    color: #fff;
    font-size: 26px;
    line-height: 28px;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 15px;
}

.sub-cloumbox-details{
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.hr-border-line{
    border-left: 1px solid rgba(255,255,255,0.3);
}
.sub-cloumbox2{
    padding-left: 20px;
}
.why-content-con .left-contentbox {
    padding-bottom: 30px;
}


/*section4 end*/


/*Section5 start*/

.section5{
    padding-top: 90px;
    padding-bottom: 90px;
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/section5-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 90px;
}
.section5 .heading-1{
    color: #ffceae;
    text-align: center;
    width: 175px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 10px;
}
.section5 .heading-1::before {
    position: absolute;
    content: '';
    top: 14px;
    left: -60px;
    width: 50px;
    border-bottom: 2px solid #ffceae;
}
.section5 .heading-1::after {
    position: absolute;
    content: '';
    top: 14px;
    right: -60px;
    left: inherit;
    bottom: inherit;
    width: 50px;
    border-bottom: 2px solid #ffceae;
}

.section5 .heading-2{
    color: #fff;
    margin-bottom: 20px;
}
.section5 .heading-section p{
    color: #fff;
}
.section5 .box{
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.7);
    padding: 30px 20px;
}

.box-heading1{
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 5px;
}
.box-icon-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.box-icon{
    width: 40px;
    height: 40px;
}
.box-icon img{
    width: 100%;
    height: auto;
}
.box-content{
    color: #ffceae;
    font-size: 36px;
    font-weight: 800;
    position: relative;
    margin-left: 50px;
}

.box-content::before{
    position: absolute;
    content: '';
    top: 27px;
    left: -50px;
    width: 40px;
    border-bottom: 2px solid #ffceae;
}

/*Section5 end*/


/*Testimonial section start*/

.testimonial-section{
    padding-top: 90px;
    padding-bottom: 90px;
}

.testimonial-section .heading-1{
    color: #ffceae;
    text-align: center;
    width: 215px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 10px;
}
.testimonial-section .heading-1::before {
    position: absolute;
    content: '';
    top: 14px;
    left: -60px;
    width: 50px;
    border-bottom: 2px solid #ffceae;
}
.testimonial-section .heading-1::after {
    position: absolute;
    content: '';
    top: 14px;
    right: -60px;
    left: inherit;
    bottom: inherit;
    width: 50px;
    border-bottom: 2px solid #ffceae;
}

.testimonial-section .heading-2{
    margin-bottom: 20px;
}

.testimonial-section .owl-carousel .owl-stage-outer{
    padding-top: 80px;
    padding-bottom: 20px;
}
.testimonial-section .testi-box{
    width: 90%;
    height: 294px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 30px 30px 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}
.testi-logobox{
    width: 110px;
    height: 110px;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}
.testi-contentbox .brand-name{
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
}
.commentbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.testi-contentbox .brand-comments{
    color: #777777;
    font-size: 14px;
    text-align: center;
    max-width: 70%;
}


/*Testimonial section end*/


/*Contact form section start*/

.contactus-section {
    background: #232323;
}
.contact-imagebox{
    width: 100%;
    height: auto;
}
.contact-imagebox img{
    width: 100%;
    height: auto;
}

.form-box{
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/contact-form-image2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.contact-form-heading{
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 40px;
}
.form-heading {
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-form-heading2 {
    color: #232323;
    text-align: left;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
}
.addressbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.iconbox {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    margin-right: 20px;
    transition: 0.3s;
}
.iconbox i{
    color: #ffceae;
    font-size: 20px;
}

/*
.iconbox:hover{
    color: #fff;
    background: #d48d04;
    transition: 0.3s;
}
*/
/*
.contactus-section2 .contact-no {
    color: #fff;
}
.contactus-section2 .contact-no:hover {
    color: #fff;
}
.contactus-section2 .email-address {
    color: #fff;
}
.contactus-section2 .email-address:hover {
    color: #fff;
}
*/


.emailbox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}
.email-address{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.email-address:hover{
    color: #fff;
}
.phonebox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-no{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.location{
    color: #fff;
    font-size: 18px !important;
    font-weight: 700  !important;
}
.contact-no:hover{
    color: #fff;
}
.contact-detailsbox p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.contact-form {
    width: 100%;
}

.contact-form .form-control {
    color: #656d75 !important;
    background-color: transparent !important;
    border: 1px solid #878787 !important;
    border-radius: 5px !important;
}

.submit-button {
    margin-top: 30px;
}
.submit-button .btn1{
    color: #ffceae;
    background: #232323;
    border: 1.5px solid #ffceae;
}
.submit-button .btn1:hover{
    color: #fff;
    background: #ffceae;
    border: 1.5px solid #ffceae;
}
/*Contact form section end*/


/*Footer start*/

.footer-section {
    padding: 70px 0 0;
    background-color: #232323;
}

.footer-clmn1 {
    padding-left: 0px;
}

.footer-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.footer-logo {
    width: 305px;
    height: auto;
}

.footer-logo a img {
    width: 33%;
    height: auto;
}

.company-details {
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
}
.footer-section .social_con .social_icons {
    justify-content: flex-start;
}
.ft_hd {
    color: #fff;
    font-weight: 700;
    font-size: 18px !important;
    margin-top: 50px;
    margin-bottom: 10px !important;
}

.quick-link {
    padding-left: 0;
    margin-bottom: 0;
}

.ql {
    list-style: none;
    padding: 2px 0;
    transition: 0.3s;
}
.ql:hover span{
    margin-left: 5px;
    transition: 0.3s;
}
.ql span{
    margin-right: 10px;
    transition: 0.3s;
}
.ql span i{
    font-size: 14px;
}
.ql a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    font-size: 14px;
    display: flex;
}

.ql a:hover {
    color: #ffceae !important;
    transition: 0.3s;
    text-decoration: none;
}

.social_con p {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
}
.contact-no-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.contact-no2 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.email-address-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.location-heading{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.email-address2{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.location2{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.subs-content {
    padding-bottom: 30px;
}

/*
.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #bc0000;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover {
    background: #fff;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #bc0000;
}
*/



.footer_end {
    width: 100%;
    height: auto;
    border-top: 1px solid #fff;
    margin-top: 50px;
    
}
.footer-end-content{
    padding: 20px 0;
    
}
.ft_end_txt {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.ft_end_txt a {
    color: #fff;
}

.ft_end_txt a:hover {
    color: #fff;
}

/*Footer end*/



/*About page start*/
.banner-heading-section{
    width: 100%;
    height: auto;
    padding-top: 150px;
    padding-bottom: 70px;
    position: relative;
    /*background-color: #232323;
    background-image: url(../images/banner-3.jpg);*/
    background-image: url(../images/under-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-content{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contlist ul li{
    list-style: disc !important;
    margin-left: 30px !important;
  }

.about-content h1 {
    color: #fff;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}
.about-content nav{
    width: 100% !important;
    margin-top: 10px;
}
.about-content .breadcrumb{
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
}
.about-content .breadcrumb-item a {
    color: #fff !important;
}
.about-content .breadcrumb-item.active {
    color: #fff !important;
}
.about-content .breadcrumb-item.active a {
    color: #fff !important;
}
.about-content .breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

.imagebox{
    width: 100%;
    height: auto;
}
.imagebox img{
    width: 100%;
    height: auto;
}

.about-content-heading1{
    
}
.about-content-heading1::before {
    top: 0px !important;
    height: 44px !important;
}

.about-page-mission-vision-section .tab-content-imagebox{
    width: 100%;
    height: auto;
}
/*About page end*/

.mt-80{
    margin-top: 80px !important;
}
.mt-90{
    margin-top: 90px !important;
}
.aboutus_page-section1 .heading-2 {
    text-align: left;
    margin-bottom: 0;
}
.aboutus_page-section1 .left-contentbox {
     padding-bottom: 0px; 
}
.aboutus_page-section1 .left-contentbox .left-contentbox-details {
    margin-bottom: 0;
}
/*Our Service page start*/

.our-products .left-contentbox .content-heading2{
    color: #030f27;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.our-products .product-code{
    font-size: 16px;
    color: #777;
}
.our-products .product-code strong{
    color: #454545;
    font-weight: 600;
}
.learn-more-btn{
    color: #fff !important;
    margin-left: 10px;
    background: #1ec3f3 !important;
    border: 1.5px solid #1ec3f3;
}
.learn-more-btn:hover{
    color: #ffff !important;
    background: #000a1d !important;
    border: 1.5px solid #000a1d;
}
.our-category-section{
    width: 100%;
    height: auto !important;
    background: #dfdfdf;
    padding-bottom: 80px;
}
.mb-80{
    margin-bottom: 80px !important;
}
.card-box{
    width: 100%;
    height: 385px;
    overflow: hidden;
    background: #fff;
}
.card-imgbox{
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding: 20px;
}
.card-imgbox img{
    width: 100%;
    height: auto;
}
.card-content{
    padding: 20px 0;
}
.card-content .card-heading{
    color: #0c141d;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 22px;
    padding: 0 0 0 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.card-content .card-heading a{
    color: #0c141d;
    
}
.card-button .read-more{
    color: #bc0000;
}
.button-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.image-contentbox{
    border: 5px solid #ebebeb;
}

/*Our Service page end*/

/*Our Service details page start*/

.hr-line{
    width: 100%;
    border-top: 1px solid #999;
    margin-bottom: 20px;
}

.details-heading{
    font-size: 22px;
    font-weight: 600;
    color: #030f27;
    margin-bottom: 20px;
    border-bottom: 1px solid #dad8d8;
    padding-bottom: 10px;
}

.our-products table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}
.our-products table tr:nth-child(odd) {
    background: #f4f4f4;
}
.our-products table th, td {
    width: 50%;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #dfdfdf !important;
}
.product-imgcon{
    border: 5px solid #999;
/*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}

/*Our Service details page end*/



/*Our Projects page start*/

.our-project-section2{
    padding-bottom: 90px;
}

.our-project-section2 .project-contentbox{
    padding: 40px;
}


/*Our Projects page end*/

.contactus-section2{
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 90px;
/*    background: #dfdfdf !important;*/
}
/*
.contactus-section2 .content-heading{
    color: #fff;
}
*/
.contactus-section2 .content-heading2{
    color: #2a2a2a;
}
.contactus-section2 .form-heading {
    color: #fff;
}
.contactus-section2 .contact-no {
    color: #2a2a2a;
}
.contactus-section2 .contact-detailsbox p {
    color: #fff;
}
.contactus-section2 .email-address {
    color: #2a2a2a;
}

/*
.contactus-section2 .submit-button .btn1{
    color: #fff;
    background: #000a1d;
    border: 1.5px solid #000a1d;
}
.contactus-section2 .submit-button .btn1:hover{
    color: #fff;
    background: #1ec3f3;
    border: 1.5px solid #1ec3f3;
}
*/


.mb-90{
    margin-bottom: 90px !important;
}
.aboutpage-section{
    padding-bottom: 90px !important;
}

.service-details-section1{
    padding-top: 80px;
    padding-bottom: 80px;
}
.more-servicebox{
    padding: 35px 25px 30px;
    background-color: #f7f7f7;
    overflow: hidden;
    position: sticky;
    top: 84px;
}
.service-heading-hr-line{
    width: 70px;
    border-bottom: 2px solid #ffceae;
}
.service-listbox{
    margin-top: 30px;
}
.service-list{
    padding-bottom: 15px;
}
.service-item{
    display: block;
    padding: 13px 15px 13px 15px;
    position: relative;
    z-index: 1;
    font-size: 15px;
    color: #2a2a2a;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 6%);
    -moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.06);
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 6%);
    transition: 0.3s ease;
}

.service-item:hover{
    color: #fff;
    background-color: #ffceae;
    transition: 0.3s ease;
}

@media screen and (max-width:1000px){
    
.more-service-col{
    display: none;
}    
    
    
    
}
