@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,900);

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 14px;
    font-family: Poppins,sans-serif;
}

html, body{
overflow-x: hidden;
}

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

ul li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

img {
    border: none;
}



header{
    background-color: #ffffff;
    z-index: 999;

}

.head-top {
    background: #1e1e2a;
    border-top: 2px solid #007df8;
    padding: 13px 0px;
}

.top-left ul li {
    display: inline;
    color: #fff;
    margin-right: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.top-social {
    text-align: right;
}

.top-social ul li {
    display: inline;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid transparent;
}

.top-social ul li a {
    color: #0086CB;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid transparent;
    display: inline-block;
}

.top-social ul li:hover a {
    background: transparent;
    border-color: #fff;
    color: #fff;
    transition: .5s;
}

.logo img {
    float: left;
    margin-right: 10px;
}

.logo h1 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #0086CB;
    text-transform: uppercase;
    font-weight: 700;
}

.logo {
    margin-top: -83px;
    padding: 20px 0px;
    display: block;
}

.top-btn a {
    display: block;
    margin-top: 15px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: #0086CB;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 10px 20px;
    transition: .3s;
    font-family: 'Roboto', sans-serif;
}

.top-btn a:hover {
    color: #0086CB;
    border-color: #0086CB;
    background: transparent;
}

.parent {
    width: 100%;
    height: 500px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    overflow: hidden;
    position: relative;
 /* -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);*/
}

.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: -105px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

svg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 500px;
}

.slider button {
    position: absolute;
    z-index: 50;
    width: 40px;
    overflow: hidden;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
}

.slider button:focus {
    outline-width: 0;
}

circle {
    stroke: #fff;
    fill: none;
    transition: 0.3s;
}

#svg1 circle {
    transition-timing-function: linear;
}

#svg2 circle {
    transition-timing-function: linear;
}

#Capa_1 {
    position: absolute;
    width: 16px;
    height: 16px;
    transform: translate(-7px, -8px);
}

#Capa_2 {
    position: absolute;
    width: 16px;
    height: 16px;
    transform: translate(-9px, -8px);
}

.right {
    margin-left: 24%;
    margin-top: 4.5%;
    border: 1px solid #849494;
    background-color: #0086CB;
    transition: .5s;
}

.right:hover {
    background-color: #fff;
}

.left {
    margin-left: 0.5%;
    margin-top: 4.5%;
    border: 1px solid #849494;
    background-color: #0086CB;
    transition: .5s;
}

.left:hover {
    background-color: #fff;
}

.circle1 {
    transition-delay: 0.05s;
}

.circle2 {
    transition-delay: 0.1s;
}

.circle3 {
    transition-delay: 0.15s;
}

.circle4 {
    transition-delay: 0.2s;
}

.circle5 {
    transition-delay: 0.25s;
}

.circle6 {
    transition-delay: 0.3s;
}

.circle7 {
    transition-delay: 0.35s;
}

.circle8 {
    transition-delay: 0.4s;
}

.circle9 {
    transition-delay: 0.45s;
}

.circle10 {
    transition-delay: 0.05s;
}

.circle11 {
    transition-delay: 0.1s;
}

.circle12 {
    transition-delay: 0.15s;
}

.circle13 {
    transition-delay: 0.2s;
}

.circle14 {
    transition-delay: 0.25s;
}

.circle15 {
    transition-delay: 0.3s;
}

.circle16 {
    transition-delay: 0.35s;
}

.circle17 {
    transition-delay: 0.4s;
}

.circle18 {
    transition-delay: 0.45s;
}

.slide1 {
    background-image: url("../images/slider1.jpg");
}

.slide2 {
    background-image: url("../images/slider2.png");
}

.slide3 {
    background-image: url("../images/slider3.jpg");
}

.slide4 {
    background-image: url("../images/slider4.jpg");
}

.slider {
    position: absolute;
    width: 400%;
    height: 100%;
    background: #000;
    display: inline-flex;
    overflow: hidden;
}

.slide1, .slide2, .slide3, .slide4 {
    position: absolute;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-size: 62px;
    padding-top: 138px;
    font-weight: 800;
    font-family: 'Heebo', sans-serif;
    text-align: center;
    width: 25%;
    height: 100%;
    z-index: 10;
    transition: 1.4s;
}

.tran {
    transform: scale(1.3);
}

.up1 {
    z-index: 20;
}

.up2 {
    z-index: 40;
}

.steap {
    stroke-width: 0;
}

.streak {
    stroke-width: 82px;
}

@media (max-width: 700px) {
}

.text-bg {
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    background-color: rgba(0, 134, 203, 0.6);
    display: inline-block;
    padding: 40px 150px 50px;
    -webkit-clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
    clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
}

.about {
    padding: 80px 0px 0px 0px;
}

.about h1{
    font-size: 40px;
    color: #000;
    line-height: 1.4;
    font-weight: 500;
}

.about h1 span{
    font-size: 40px;
    color: #007ef8;
    font-weight: 600;
    padding-top: 50px;
}


.about p {
    color: #000;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}

.about a {
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    padding: 11px 30px;
    border-radius: 4px;
    z-index: 1;
    transition: all 0.3s ease-out;
    background-color: #0086CB;
    color: #fff;
    text-decoration: none;
    text-align: left;
}

.about a:hover {
    background-color: #0086CB;
}

.product {
    background: url('../images/product-bg.png');
    padding: 50px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0086CB;
}

.product h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
    clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
    background-color: rgba(0, 134, 203, 1);
    display: inline-block;
    padding: 10px 50px;
}

.service-box-layout1 {
    text-align: center;
    padding: 20px 2rem;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .service-box-layout1 {
        padding: 0px 5px;
    }
}

.service-box-layout1 .item-img {
    position: relative;
    border-radius: 50%;
    margin-bottom: 10px;
    display: inline-block;
    border: 5px solid #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-box-layout1 .item-img img {
    border-radius: 50%;
    max-width: 100%;
}

.service-box-layout1 .item-img .sl-number {
    position: absolute;
    top: -15px;
    right: 4px;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #0086CB;
}

.service-box-layout1 .item-content .item-title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-family: Poppins,sans-serif;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
}

.service-box-layout1 .item-content a {
    font-family: Poppins,sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    padding: 11px 30px;
    border-radius: 4px;
    z-index: 1;
    transition: all 0.3s ease-out;
    background-color: #0086CB;
    border: 1px solid transparent;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.service-box-layout1:hover a {
    color: #fff;
    background-color: transparent;
    border-color: #0086CB;
}

.service-box-layout1 .item-content p {
    color: #cccccc;
}

.service-box-layout1:hover .item-img {
    border-color: #0086CB;
    animation: pulse 3000ms infinite;
}

.product .owl-theme .owl-nav [class*="owl-"] {
    background: #0086CB !important;
    font-size: 20px !important;
    padding: 5px 12px !important;
    color: #fff;
}

.product .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #570000 !important;
}

.product .owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 35%;
    right: -50px;
}

.product .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 35%;
    left: -50px;
}

.service {
    margin-top: -58px !important;
    padding: 50px 0px;
    background-color: #00264c;
}

.service h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    text-transform: uppercase;
    margin-top: 100px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 50px;
}

.service-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0px;
}

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

.slider-text h3 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    color: #dea240;
    border-bottom: 1px solid #0d80eb;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.service-inner a {
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    padding: 11px 30px;
    border-radius: 4px;
    z-index: 1;
    transition: all 0.3s ease-out;
    background-color: #0086CB;
    color: #fff;
    text-decoration: none;
    text-align: left;
}

.service-inner a:hover {
    background: #0086CB;
    transition: .5s;
}
.slider-text{
    padding: 20px;
}

.slider-text p {
    color: #ffffff;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: justify;
}

footer {
    padding: 40px 0px;
    background: #00264c;
    background-image: url(../images/footer0bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

footer h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 20px 0;
    position: relative;
    padding-bottom: 22px;
}

footer h4:after {
    content: "";
    height: 4px;
    width: 49px;
    background-color: #0086CB;
    position: absolute;
    bottom: 0;
    left: 0;
}

footer p {
    color: #c5d1dc;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.foot-social ul li {
    display: inline-block;
    margin-right: 2px;
}

.foot-social ul li a {
    display: block;
    text-align: center;
    height: 42px;
    width: 47px;
    line-height: 42px;
    background-color: #1b466a;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-list ul li a {
    color: #c5d1dc;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 30px;
    padding: 5px 0;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.menu-list ul li {
    margin-bottom: 12px;
}

.menu-list ul li:hover a {
    color: #fff;
}

footer .location i {
    color: #c5d1dc;
    position: absolute;
    font-size: 20px;
    margin-top: 5px;
}

.location p {
    padding-left: 35px;
    margin-bottom: 15px;
    color: #c5d1dc;
}

.footer-end {
    background: #010d27;
    padding: 10px 0px;
    border-top: 1px solid #4d4d4d;
}

.footer-end p {
    color: #fff;
    margin: 0;
    text-align: center !important;
    font-size: 14px;
}

.footer-end a {
    text-decoration: none;
    color: #fff;
}

.modal-btn {
    display: block;
    margin-top: 15px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: #0086CB;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 5px 20px;
    transition: .3s;
    font-family: 'Roboto', sans-serif;
}

.modal-header {
    background: #0086CB;
    color: #fff;
}

.form-control {
    font-size: 14px;
    color: #0086CB;
}

.modal label {
    color: #0086CB;
}

.banner {
    background: url('../images/contactbgg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0px;
}

.breadcrumbs-area {
    position: relative;
    z-index: 1;
}

.breadcrumbs-area h1 {
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .breadcrumbs-area h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumbs-area h1 {
        font-size: 28px;
    }
}

.breadcrumbs-area ul li {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    margin-right: 12px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.breadcrumbs-area ul li:before {
    content: ".";
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    right: -3px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    color: #cccccc;
}

.breadcrumbs-area ul li a {
    color: #dcdcdc;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.breadcrumbs-area ul li a:hover {
    color: #ffffff;
}

.breadcrumbs-area ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumbs-area ul li:last-child:before {
    display: none;
}

@media only screen and (max-width: 1229px) {
    .about-box-layout1 {
        padding-left: calc((100% - 1110px) / 2);
    }
}

@media only screen and (max-width: 1199px) {
    .about-box-layout1 {
        padding-left: calc((100% - 930px) / 2);
    }
}

@media only screen and (max-width: 991px) {
    .about-box-layout1 {
        width: 100%;
        padding-left: calc((100% - 690px) / 2);
        clip-path: none;
    }
}

@media only screen and (max-width: 767px) {
    .about-box-layout1 {
        padding-left: calc((100% - 510px) / 2);
    }
}

@media only screen and (max-width: 575px) {
    .about-box-layout1 {
        padding: 0 15px;
    }
}

.about-box-layout1 .about-box-content {
    padding: 4rem 12rem 8rem 0;
}

@media only screen and (max-width: 1199px) {
    .about-box-layout1 .about-box-content {
        padding: 4rem 10rem 8rem 0;
    }
}

@media only screen and (max-width: 575px) {
    .about-box-layout1 .about-box-content {
        padding: 2rem 0;
    }
}

.about-box-layout1 .about-box-content .item-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    color: #ffffff;
    padding-bottom: 27px;
    margin-bottom: 22px;
}

.about-box-layout1 .about-box-content .item-header .experience-year {
    font-size: 48px;
    font-weight: 700;
    line-height: 76px;
    margin-right: 15px;
    margin-top: 5px;
}

@media only screen and (max-width: 767px) {
    .about-box-layout1 .about-box-content .item-header .experience-year {
        font-size: 70px;
        line-height: 66px;
        margin-top: 0;
    }
}

.about-box-layout1 .about-box-content p {
    color: #ececec;
    margin-bottom: 35px;
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
}

/* ---------vision start -------- */
.vision-section{
    margin: 80px auto;
}

.vision-details h1{
    font: 24px;
    font-weight: 600px;
    padding-bottom: 20px;
    color: #007ef8;
}

.vision-details p{
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    text-align: justify;
}
/* ---------vision end -------- */

.vision {
    background: url(../images/thm-pattern-4.png);
    padding: 70px 0px;
    display: block;
    position: relative;
}

.vision::after{
    content: '';
    position: absolute;
    background-color: #ebebeb;
}

.vision h4 {
    position: relative;
    font-weight: 700;
    padding-bottom: 18px;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 20px 0;
    color: #111111;
}

.vision h4:after {
    content: "";
    height: 4px;
    width: 50px;
    background-color: #0086CB;
    position: absolute;
    bottom: 0;
    left: 0;
}

.vision p {
    margin: 0 0 20px 0;
    color: #646464;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.vision-inner img {
    max-width: 100%;
    margin-bottom: 30px;
    border-radius: 4px;
    transform: scale(1);
    transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}

.vision-inner:hover img {
    transform: scale(1.1);
}

.vision-inner {
    overflow: hidden;
}

.different {
    background: #eee;
    padding: 70px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.different h2 {
    font-size: 40px;
    color: #0086CB;
    font-weight: 700;
    line-height: 76px;
    margin-right: 15px;
    margin-top: 5px;
}

.different p {
    color: #000;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
}

.different strong {
    font-size: 15px;
    color: #0086CB;
    line-height: 30px;
}

.different ul li {
    color: #000;
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
}

.pro-bar {
    margin-top: 50px;
    display: block;
}

.contact {
    padding: 70px 0px;
}

.cont-btn {
    display: block;
    margin-top: 15px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: #0086CB;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 8px 40px;
    transition: .3s;
    font-family: 'Roboto', sans-serif;
}

.cont-btn:hover {
    color: #0086CB;
    border-color: #0086CB;
    background: transparent;
}

.contact-form .form-group .form-control {
    border: 1px solid #777777;
    margin-bottom: 10px;
    background-color: #f1f1f1;
    padding: 10px 22px;
    font-size: 16px;
    color: #111111;
}

.contact-form .form-group .form-control:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.contact-form .form-group input {
    height: 45px;
}

.product-main {
    padding: 70px 0px;
}

.product-main .service-box-layout1 {
    overflow: hidden;
}

.product-main .item-img {
    border-color: #0086CB;
    border-radius: 5%;
}

.product-main .item-content .item-title {
    color: #0086CB;
}

.product-main .service-box-layout1:hover a {
    color: #0086CB;
}

.service-main {
    padding: 70px 0px;
}

.service-main-img img {
    max-width: 100%;
    margin-bottom: 30px;
    border: 3px solid #0086CB;
}

.service-main h2 {
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 48px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    color: #0086CB;
}

.service-main h2:after {
    content: "";
    height: 4px;
    width: 50px;
    background-color: #0086CB;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.service-main p {
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px;
}

.service-main ul li {
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
}

.service-main ul li i {
    color: #0086CB;
}

.service-main ul {
    margin-bottom: 20px;
}

.service-main h4 {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    color: #0086CB;
}

.service-main h3 {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 20px 0;
    color: #0086CB;
}

.sidebar {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 35px 40px 20px;
    margin-bottom: 40px;
}

.sidebar h4 {
    position: relative;
    font-weight: 700;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 20px 0;
    color: #0086CB;
}

.sidebar ul li {
    border-bottom: 1px solid #dddddd;
}

.sidebar ul li:last-child {
    border-bottom: none;
}

.sidebar ul li a {
    position: relative;
    display: block;
    color: #111111;
    font-size: 15px;
    padding: 13px 0 13px 26px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.sidebar ul li a:hover {
    color: #0086CB;
    padding-left: 35px;
}

.sidebar ul li a:hover i {
    color: #0086CB;
}

.sidebar ul li a i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-weight: bold;
}

.action-wrap-layout1 {
    padding: 5rem 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.action-wrap-layout1:before {
    content: '';
    background-color: #0086CB;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: block;
    opacity: 0.7;
}

@media only screen and (max-width: 991px) {
    .action-box-layout1 {
        text-align: center;
        margin-bottom: 30px;
    }
}

.action-box-layout1 .item-title {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .action-box-layout1 .item-title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .action-box-layout1 .item-title {
        font-size: 34px;
    }
}

@media only screen and (max-width: 575px) {
    .action-box-layout1 .item-title {
        font-size: 32px;
    }
}

.btn-fill-xl {
    box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.3);
    color: #0086CB;
    background-color: #ffffff !important;
    display: inline-block;
    font-weight: 700;
    padding: 14px 40px;
    border-radius: 4px;
    z-index: 1;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.btn-fill-xl:hover {
    color: #ffffff;
    background-color: #0086CB !important;
}

.logo a {
position: relative;
}

.logo a::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100000px;
    bottom: 0;
    right: -31px;
    z-index: 999;
    border-top: 117px solid #000c26;
    border-right: 70px solid transparent;
}


.logo a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -67px;
    height: 35px;
    width: 70px;
    border-bottom: 57px solid #2d2d3a;
    border-left: 27px solid transparent;
    border-right: 35px solid transparent;
    z-index: 1;
}

.logo img {
    position: relative;
    z-index: 999;
    padding: 10px 10px;
}

a.about-btn{
  margin-top: 40px;
  display: inline-block;
  background: #000a24;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  font-family: 'Poppins';
  line-height: 25px;
  width: 150px;
  color: #fff;
  -webkit-transition: all 8s ease;
  transition: all 8s ease;
  position: relative;
  z-index: 9999;
  overflow: hidden;
}
a.about-btn::before {
  content: '';
  background: #3e81bb;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  transition: all 0.5s;
  z-index: -1;
  top: 0;
  border-radius: 5px;
}
a.about-btn:hover::before {
  left: 0;
}

.service{
  margin: 40px 0px;
}


.bg-conver{
    background-color: #010d27;
    padding: 50px 20px;
    border-radius: 0px 40px 0px 0px;
}

.bg-converr{
    background-color: #010d27;
    border-radius: 40px 0px 0px 0px;
    padding: 50px 20px;
}


.image-box img{
    width: 15%;
    padding-right: 20px;
    float: left;
}

.image-box h1{
    font-size: 24px;
    color: #fff;
}

.image-box p{
    font-size: 14px;
    color: #fff;
    font-weight: 400px;
    line-height: 1.8;
}

.carousel-indicators button{
    display: none;
}

.carousel-caption p{
    font-size: 18px;
    color: #ffffff;
}

.carousel-caption h5{
    font-size: 24px;
    color: #ffffff;
}


 /* --------start counter ---------- */
section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats .fa {
  color: #008080;
  font-size: 60px;
}

/*/ end count stats /*/


.counter{
    background: #ffffff;
    padding-bottom: 40px;
    z-index: 999;
}


.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 28%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    }

.contact-fill{
    border-bottom: 1px solid #4d4d4d;
}


/*=============================
    1. Button style
===============================*/
.btn{
    user-select: none;
    -moz-user-select: none;
    background: #007df9 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    float: right;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 34px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: #ffffff;
}
.btn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn:hover{
    color: #000;
}

.btn-two{
    font-size: 15px;
    color: #fff;
    float: left;
    display: inline-flex;
    background: #010d27;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 34px;
    border-radius: 5px;
    transition: all 0.3s ease;
    line-height: 1;
    border: 2px solid #007df9;
}
.btn-two:hover{
    font-size: 15px;
    color: #fff !important;
background:#007df9;
}

.animation p {
    position: relative;
    font-size: 14px;
    font-weight: 700px;
    letter-spacing: 4px;
    overflow: hidden;
    background: linear-gradient(90deg, #fff, #fff, #fff);
    background-repeat: no-repeat;
    float: right;
    background-size: 80%;
    animation: animate 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
  }
  
  @keyframes animate {
    0% {
      background-position: -500%;
    }
    100% {
      background-position: 500%;
    }
  }

.top-left ul li {
    float: right;
}


.stats img{
    width: 30%;
    float: left;
    padding-left: 20px;
}

.stats h5{
    font-size: 16px;
}

.fixed-side {
    position: fixed;
    top: 50%;
    right: 25px;
    z-index: 99999;
}

.fixed-side .whats {
    background: #47c856;
}

.fixed-side li {
    background: #fff;
    list-style: none;
    width: 50px;
    height: 50px;
    margin: 2px 0px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 6px 1px 1px #ccc;
    margin: 10px 0px;
    transition: all 0.2s;
}

.fixed-side li:hover {
    transform: scale(1.2, 1.2);
    box-shadow: 0px 0px 0px #ccc;
    border: 1px solid #fff;
}

.fixed-side li a i {
    color: #fff;
    transition: all 0.2s;
    font-size: 22px;
    line-height: 50px;
}

.fixed-side .face {
    background: #1877f2;
}

.fixed-side li a i {
    color: #fff;
    transition: all 0.2s;
    font-size: 22px;
    line-height: 50px;
}

.fixed-side li:hover i {
    transform: scale(1.2, 1.2);
}

.fixed-side li i {
    animation: zoomm 1.2s linear infinite;
}

@keyframes zoomm {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2, 1.2);
    }
}


.fa-whatsapp:before {
    content: "\f232";
    font-size: 33px;
}


/* <-------double button ------> */

.double_button {
    width: 85%;
}

.double_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.double-btn.double-btn-one {
    color: #ffffff;
    border-radius: 10px 0px 0px 0px;
    text-align: center;
    background-color: #075E54;
    padding: 13px 13px 13px 13px;
}

.double-btn.double-btn-one:hover{
    background-color: #1f958a;
}


.button_middle_text{
    color: #000000;
    width: 31px;
    height: 31px;
}
.double-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    outline: 0;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center; 
    overflow: hidden;
    color: #fff;
    width: 100%;
    background-color: #3b3b3b;
    padding: 20px;
    z-index: 1;
}

.button_middle_text {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 0 0 6px rgba(255,255,255,.2);
    background: #fafaf8;
    color: #444;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    z-index: 5;
}

.double-btn.double-btn-two {
    color: #ffffff;
    border-radius: 0px 0px 10px 0px;
    position: relative;
    text-align: center;
    background-color: #007df9;
    padding: 13px 13px 13px 13px;
}

.double-btn.double-btn-two:hover{
    background-color: #3798fa; 
}

.double-btn.double-btn-two i{
    padding-left: 5px;
}

.double-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    outline: 0;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    overflow: hidden;
    color: #fff;
    width: 100%;
    background-color: #3b3b3b;
    padding: 20px;
    z-index: 1;
}
.service-down{
    margin-top: 40px;
    margin-bottom: 40px;
}

.service-down h3{
font-size: 18px;
font-weight: 500;
color: #dea240;
text-transform: uppercase;
padding: 20px 10px 10px 10px;
text-align: left;
}

.service-down p{
    font-size: 14px;
    font-weight: 400px;
    color: #ffffff;
    padding: 0px 10px 20px 10px;
    text-align: left;
}

.work-process{
    margin-top: 40px;
    padding: 40px 0;
    margin-bottom: 40px;
    border-top: 1px solid #dbdbdd;
}

.heading-two h3{
    font-size: 40px;
    color: #000000;
    font-weight: 700px;
   padding: 20px 0 !important;
}

.heading-two h3 span{
    font-size: 40px;
    color: #027deb;
}


.iconnn{
    border-top: 4px solid #027deb;
    padding: 10px;
    margin-top: 40px;
    border-radius: 10px 10px 0px 0px ;
}

.iconnn img{
    width: 25%;
    margin-left: 38%;
}

.iconnn h5{
    font-size: 20px;
    padding-top: 15px;
    text-align: center;
}

.divider{
    position: relative;
    display: inline;
}

.divider::before{
    content: '';
    position: absolute;
    width: 65px;
    height: 1px;
    background:#000b25;
    left: -123px;
    top: 12px;
}

.divider::after{
    content: '';
    position: absolute;
    width: 65px;
    height: 1px;
    background:#000b25;
    right: -123px;
    top: 12px;
}


.services-button{
    font-size: 16px;
    color: #ffffff;
    background-color: #00254a;
    border: 2px solid #007af3;
    padding: 10px 50px;
    margin: 50px 0;
}

.services-button:hover{
    background-color: #ffffff;
    color: #007af3;
}

/*-----testimonial start -----*/



/*-----testimonial end -----*/


/*-----benefits  start -----*/
.benifits-roofing{
    margin-top: 80px;
}

.benefits-headind h2{
    font-size: 40px;
    color: #3b3b3b;
    font-weight: 500px;
    line-height: 1.4;
}

.benefits-headind span{
    color: #007df9;
}

.heading-icon img{
    float: left;
    padding-right: 10px;
}

.heading-icon h3{
    font-size: 18px;
    color: #1e1e2a;
    line-height: 36px;
}

.heading-icon p{
    font-size: 13px;
    color: #000;
    padding-left: 72px;
}
/*-----benefits  end -----*/


/*-----client logo start -----*/


.slider-two {
	display: flex;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 2.5rem;
}
.item {
	animation: animate 25s linear infinite;
}
.item img
	{
		min-width: 200px;
		padding: 0 30px;
	}
.slider-two:hover .item {
	animation-play-state: paused;
}
@keyframes animate {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-1800px, 0, 0);
	}
}

/*-----client logo end -----*/


/*-----Testimonial-------*/
.testimonial-section{
	position:relative;
	overflow:hidden;
	padding:100px 0px 100px;
	background-color:#001a34;
}

.testimonial-section .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:442px;
	height:880px;
	background-repeat:no-repeat;
}

.testimonial-section .pattern-layer-two{
	position:absolute;
	right:0px;
	top:0px;
	width:441px;
	height:877px;
	background-repeat:no-repeat;
}

.testimonial-section .owl-dots{
	display:none;
}

.testimonial-section .owl-nav{
	position:absolute;
	right:25px;
	top:-110px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next{
	position:relative;
	width:60px;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:28px;
	margin-left:15px;
	display:inline-block;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover{
	background-color:#c1a974;
	color:#ffffff;
}

.testimonial-section .owl-carousel .owl-stage-outer{
	padding:10px 0px 30px;
}

.testimonial-section .owl-theme .testimonial-block{
	margin:0px 20px;
}

.testimonial-section .owl-carousel{
	margin:0px -20px;
	width:auto;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	padding:40px 45px 40px 15px;
}

.testimonial-block .inner-box:before{
	position:absolute;
	content:'';
	left:70px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#ffffff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.testimonial-block .inner-box .content{
	position:relative;
	padding-left:150px;
}


.testimonial-block .inner-box h3{
	font-weight:700;
	color:#222222;
}

.testimonial-block .inner-box .text{
	position:relative;
	margin-bottom:16px;
}

.testimonial-block .inner-box .rating{
	position:relative;
	color:#ac9157;
}

.testimonial-block .inner-box .icon{
	position:absolute;
	right:45px;
	bottom:-30px;
	color:#222222;
	font-size:70px;
	line-height:1em;
	display:inline-block;
}

.title{
    font-size: 24px;
    color: #fff;
    font-weight: 700px;
}

.sec-title h2{
    font-size: 22px;
    color: #fff;
    font-weight: 500px;
    padding: 10px 0 50px 0;
}

.owl-carousel .owl-nav button.owl-prev{
    background-color: #ffffff !important;
}

.owl-carousel .owl-nav button.owl-next{
    background-color: #ffffff !important;   
}

/* ------testimonial  close-------*/
.counting{
    color: #000;
}

.contact-question h2{
font-size: 45px;
color: #000;
font-weight: 700px;
}

.contact-question p{
    font-size: 33px;
    color: #646464;
    padding: 20px 0;
    font-weight: 400px;
}

/* ------contact page start------ */
.contact-details{
    margin: 40px 0;
}

.details{
    padding: 20px 10px;
    border: 1px solid #646464;
}

.details span i {
    font-size: 50px;
    float: left !important;
    padding-right: 5px !important;
    padding-top: 4px !important;
    color: #007af2 !important;
}
.details h1{
    font-size: 24px;
    color: #000;
    font-weight: 500;

}

.details p{
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding-left: 35px;
}

.details-two{
    padding: 20px 10px;
    background-color:#007af2;
}

.details-two span i {
    font-size: 33px;
    float: left !important;
    padding-right: 5px !important;
    padding-top: 0px !important;
    color: #fff !important;
}


.details-two h1{
    font-size: 24px;
    color: #fff;
    font-weight: 500;

}

.details-two p{
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #fff;
    line-height: 33px;
    padding-left: 35px;
}

.send-mail  span i{
    font-size: 28px;
    float: left !important;
    padding-right: 5px !important;
    color: #007af2 !important;  
}
/* ------contact page end------ */


/*--------about-img-------*/

.about-background{
    background: url(../images/about-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0px;
}

/*--------about end -------*/

/*--------products start-----*/

.all-products{
    background-color: #010d27;
    padding: 40px 0px 70px 0px;
    margin-bottom: 5px;
}
.product-text h1{
padding-top: 40px;
font-size: 28px;
color: #fff;
text-align: center;
}

.products-details{
    padding: 10px;
    border: 1px solid #007af2;
}

.products-details h1{
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    padding: 15px 10px 5px 10px;
}

.products-details p{
    font-size: 14px;
    color: #c6c6c6;
    font-weight: normal;
    padding: 0px 10px 10px 10px;
    text-align: left;
    line-height: 1.6;
}
.product-btn{
    border: 1px solid #e8e8e852;
    padding: 10px 5px;
    position: relative;
    overflow: hidden;
}

.product-btn::before{
    content: '';
    position: absolute;
    background: #3e81bb;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    left: -100%;
    z-index: 1;
    top: 0;
}

.product-btn:hover::before{
    left: 0;
}

.product-btn a{
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.product-btn a i{
padding-left: 2px;
color: #fff !important;
font-weight: 400;
}
.only-border{
    border: 1px solid #e8e8e852;
}


/*-------prodcuts end----------*/


.containerr {
    max-width: 1000px; /* Adjust as needed */
    margin: 0 auto; /* Center the container horizontally */
    padding: 20px; /* Optional padding for spacing */
  }
  
  .row-two {
    display: flex; /* Use flexbox for column layout */
    flex-wrap: wrap; /* Allow columns to wrap on smaller screens */
  }
  
  .column {
    flex: 1 0 33.33%; /* Set columns to be 1/3rd width */
    padding: 10px; /* Optional padding for content */
  }
  
  /* Media Queries for Responsive Adjustments */
  
  @media (max-width: 768px) {
    .column {
      flex: 1 0 50%;  /* Adjust column width for smaller screens (e.g., tablets) */
    }
  }
  
  @media (max-width: 480px) {
    .column {
      flex: 1 0 100%; /* Make columns stack on top of each other for very small screens (e.g., phones) */
    }
  }

.product-section{
    display: flex;
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}

.product-title{
    font-size: 28px;
    width: 600;
    color: #000b25;
    text-transform: uppercase;
    line-height: 1.5;

}

.product-details{
    font-size: 14px;
    font-weight: normal;
    font-family: poppins;
    line-height: 30px;
    color: #555555;
    text-align: justify;
    padding: 0 10px;
    margin: 20px 0;
}

.feature-list li{
font-size: 16px;
color: #555555;
font-weight: 6000;
padding: 5px 0;
}

.material li{
    font-size: 16px;
    color: #555555;
    display: inline;
    font-weight: 6000;
    padding: 5px 50px 5px 0;  
}

.product-title-change{
    font-size: 18px;
    width: 600;
    color: #000b25;
}

.product-title-sandwich{
        font-size: 18px;
        width: 600;
        color: #000b25;
    
}

.material-changes li{
    font-size: 16px;
    color: #555555; 

    display: inline;
    font-weight: 6000;
    padding: 5px 12px 5px 0;  
}
.color-coated li{
display: inline;
font-size: 18px;
padding-right: 15px;
color: #007df5;
}

.product-details span{
    color: #007df5;  
}

.gs-heading {
    font-size: 18px;
    font-weight: 500;
    color:#007df5;
}
