@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Montserrat Semi Bold';
    src: url('../fonts/Montserrat Semi Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --white: #fff;
    --paragraph: #303030;
    --blue: #182E5B;
    --red: #D80621;
    --sky: #6ECBF7;
    --grey: #E5E5E5;
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    /*max-height: 0;
    min-height: auto;*/
}
/*//*/
/* html, body {
  height: 100%;
  overflow: hidden; 
}

[data-scroll-container] {
  min-height: 100vh;
} */
/*//*/
/*::selection {
    background-color: #D4DC27;
    color: #fff;
    text-shadow: none;
}*/

h1, h2, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
}

p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: var(--paragraph);
    font-weight: 400;
    line-height: 26px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
    overflow-x: hidden;
}


.p-100 {
    padding: 100px 0;
}

.bannertext h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
}

/*.banner_sec .owl-item.active h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
}*/

.title2 h2 {
    font-size: 45px;
    color: var(--blue);
    font-weight: 500;
    margin: 0 0 15px;
}

.headertext h3 {
    font-size: 48px;
    color: var(--blue);
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 54px;
}


/*.headertext h3 span {
    color: var(--theme-color);
    font-weight: 600;
}*/

.small_title h4 {
    font-size: 26px;
    color: var(--blue);
    font-weight: 700;
    margin: 20px 0 10px;
    text-align: center;
}

.small_title h5 {
    font-size: 20px;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 8px;
    transition: 0.6s;
}

.small_title h6 {
    font-size: 16px;
    color: var(--paragraph);
    font-weight: 500;
    margin-bottom: 0px;
    transition: 0.6s;
}

.btn01 {
    font-size: 17px;
    font-weight: 500;
    padding: 12px 30px;
    color: var(--white);
    text-align: center;
    line-height: normal;
    background-color: var(--blue);
    position: relative;
    border-radius: 30px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.6s;
    box-shadow: 5px 5px 5px #0003;
    transition: transform 0.3s ease;
}

.btn01:hover {
   background-color: var(--red);
   color: var(--white);
   animation: bounceIn 0.6s ease;
}

.btn01 .fa-circle-arrow-right {
    font-size: 18px;
    transform: rotate(-45deg);
    transition: 0.6s;
    margin-left: 5px;
}

.btn01:hover .fa-circle-arrow-right {
   color: var(--white);
   transform: rotate(0deg);
}

/*// backToTop //*/
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    padding: 10px;
    background: linear-gradient(to bottom, #446cb4, #182e5b);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(255 255 255 / 89%);
    transition: 0.6s;
}
#backToTop .fa-arrow-up { font-size: 18px; color: #fff; top: -1px; position: relative; }
#backToTop:hover { background-color: #f15c5a; transform: scale(1.1); }
#backToTop:hover svg { transform: translateY(-3px); }
/*// backToTop //*/

.form-select:focus {
    box-shadow: none;
}

a {
    color: rgb(110 203 247);
    text-decoration: none;
}

.btntag {
    background-color: rgb(243,245,191);
    padding: 6px 20px;
    border-radius: 30px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 17px;
    color: #092611;
    font-style: italic;
    display: inline-block;
}

.headerarea.fix .logo {
    max-width: 205px;
}

/* ======================================================================= */
    /* header start */
/* ======================================================================= */

.headerarea {
    box-shadow: none;
    padding: 25px 0;
    position: relative;
    z-index: 11;
}

.headerarea .logo {
    width: 100%;
    max-width: 235px;
    position: relative;
    display: inline-block;
}

.footer_sec .logo img, .footer_sec .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}

.headerarea .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}
img.twentytwenty-after {
    filter: grayscale(1);
}
.headerarea .header-contact .call {
    width: 100%;
    min-width: 43px;
    max-width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F6F7FB;
    background-color: #F6F7FB;
    color: #000000;
    border-radius: 100%;
    margin-left: 10px;
    transition: 0.5s;
}

.headerarea .header-contact .call:hover {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #fff;
    /*padding: 5px 100px;*/
    z-index: 33;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.headerarea.fix .menu ul li a {
    color: #000000;
}

.headerarea.fix .menu {
    margin-top: 0px;
    margin-right: 0;
}

.headerarea.fix .menu ul li a:hover, .headerarea.fix .menu ul li.active a {
    color: var(--blue);
}

/*.headerarea.fix .menu ul li.active a {
    color: #fff;
}*/


.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right .header-contact .btn {
    margin-right: 10px;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/*menu CSS
--------------------------------------------------------------------------------------------------*/
.menu {
    margin-top: 0px;
    margin-right: 30px;
    /*background-color: var(--green);;
    border-radius: 30px;*/
}
.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active {
    position: relative;
    background-color: var(--sky);
    border-radius: 30px;
}
.menu ul li.active::before {content: '';position: absolute;top: -5px;left: 0;width: 100%;max-width: 50px;height: 50px;background-repeat: no-repeat;background-size: contain;background-position: center;background-image: url(../images/menu-active-shape.svg);}
.menu ul li span {
    position: absolute;
    top: 32%;
    right: 22px;
}
.menu ul li span::after {
    content: '\f107';
    color: #000000;
    font-family: FontAwesome;
    font-size: 11px;
}
.menu ul li:hover span::after { color: var(--theme-color); }
.headarea.innerheader .menu ul li a { color: #000; }
.menu ul li a {
    color: var(--blue);
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 8px 25px;
    margin: 0 10px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu ul li.active a { 
    background-color: #D4DC27;
    border-radius: 30px;
    color: var(--blue);
}
.menu ul li.active a::after { width: 100%; }
.menu ul li a span { display: inline-block; vertical-align: 0px; margin-left: 6px; font-size: 10px; }
.menu ul li:hover ul li a:hover { color: var(--white) !important; background-color: var(--blue); border-radius: 0; }
.menu ul li ul { width: 325px; position: absolute; top: calc(100% + 30px); left: 0; z-index: 2; background-color: #ffffff; text-align: left; transition: 0.3s; opacity: 0; visibility: hidden; box-shadow: 0px 0px 5px 0px #ddd; }
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a { font-size: 14px; text-transform: none; padding: 12px 15px; color: #000; line-height: 20px; font-weight: 500; transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s; display: block; margin: 0; }
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px #dbdbdb;border-right:none;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span { width: 100%; height: 2px; background: #fff; margin-bottom: 6px; float: left; transition: all 0.3s ease-in-out 0s; }
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px) {
    .menu ul {
        display: block!important;
    }

    .menu ul li:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:15px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}

.headerarea .menu .active>a {
    color: var(--blue);
    background: transparent;
}

.menu ul li a:hover, .menu ul li.active a {
    color: var(--blue);
    background-color: var(--sky);
    border-radius: 30px;
}



/* ======================================================================= */
    /* banner_sec start */
/* ======================================================================= */
.banner_sec { 
    width: 100%;
    height: 100%;
    position: relative;
    height: 700px;
}

/*.bannerimg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3609e96e;
}*/

.banner_sec .bannertext {
    width: 47%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    z-index: 1;
}

.bnr_para {
    width: 40%;
    margin-left: auto;
}

.bnrpicimg {
    width: 100%;
    height: 400px;
    flex-basis: 50%;
    flex-shrink: 0;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #fff;
}

.lefttext_box h6 {
    font-family: 'Montserrat Semi Bold';
    font-size: 22px;
    color: #ffffff;
    font-style: italic;
    margin: 15px 0;
}
.lefttext_box p {
    margin-bottom: 0;
}

.bnrpicimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_sec p { 
    font-size: 18px;
    color: var(--white);
    margin-bottom: 25px;
    /*text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);*/
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.banner_sec .btn01 {
    background-color: var(--sky);
	color:#000;
}

.banner_sec .btn01:hover {
    background-color: var(--red);
    animation: inherit;
    color: #fff;
}

.bannerimg { background-position: center center !important; background-repeat: no-repeat !important; background-size: cover !important; height: 700px; position: relative; display: flex; align-items: center; justify-content: center; z-index: 1;}
.banner-carousel .owl-carousel .owl-stage-outer { padding: 55px 0 0 !important; }
.banner-carousel .owl-nav button.owl-prev, .banner-carousel .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 30px;}
.banner-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.banner-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.banner-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.banner-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.banner-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #000 !important; }
.banner-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #000 !important; }
.banner-carousel .owl-nav button.owl-prev { left: 0px; position: relative;}
.banner-carousel .owl-nav button.owl-next { right: 0px; position: relative;}
.banner-carousel .owl-nav { position: relative; bottom: 210px; left: 30%; display: inline-flex; justify-content: flex-start; border-radius: 10px 0 0 0; }
.banner-carousel .owl-nav button.owl-prev:hover, .banner-carousel .owl-nav button.owl-next:hover { background: #fff; border: 1px solid #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .banner-carousel .owl-dots.disabled, .owl-carousel .banner-carousel .owl-nav.disabled { display: block !important; }

.banner-carousel .owl-nav:before {
    content: "";
    position: absolute;
    left: -200px;
    bottom: 24px;
    width: 26px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
}

.banner-carousel .owl-nav:after {
    content: "";
    position: absolute;
    left: -168px;
    bottom: 24px;
    width: 150px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
}


/* ======================================================================= */
    /* ourservices start */
/* ======================================================================= */
.ourservices {
    width: 100%;
}

.ourservicesin {
    width: 100%;
    margin-top: 40px;
    display: inline-block;
}

.ourservices_card {
    width: 100%;
    position: relative;
    text-align: center;
    transition: transform 0.3s ease;
}

.ourservices_cardpic {
    width: 100%;
    height: 520px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.ourservices_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.ourservices_cardpic:hover img {
    transform: scale(1.1);
}



.ourservices_cardpic::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 115, 184, 0) 0%, rgb(0 0 0) 100%);
}

.ourservices_cardpic_in {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.ourservices_cardpic_in .small_title h4 {
    color: #ffffff;
}

.ourservices_cardpic_in  p {
    color: #fff;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* Bounce-in animation keyframes */
@keyframes bounceIn {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }
    60% {
        transform: scale(1.05);
        opacity: 1;
    }
    80% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

/* Hover effect */
/*.ourservices_card:hover {
    animation: bounceIn 0.6s ease;
}*/

/*.different_color:nth-child(1) .ourservices_card, .different_color:nth-child(3) .ourservices_card, .different_color:nth-child(5) .ourservices_card {
    background: linear-gradient(206deg, #DAD6EC, #e9e7f6, #f6f4fe);
}

.different_color:nth-child(2) .ourservices_card, .different_color:nth-child(4) .ourservices_card, .different_color:nth-child(6) .ourservices_card  {
    background: linear-gradient(206deg, #ffd0d0, #fde1e0, #feefef);
}*/

.ourservices_card p {
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ourservices_icon {
    width: 250px;
    height: 250px;
    position: relative;
    display: flex;
    overflow: hidden;
    margin: 0 auto 25px;
}

.ourservices_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(16%) sepia(16%) saturate(2191%) hue-rotate(187deg) brightness(91%) contrast(90%);
    transition: 0.6s;
}

.ourservices_card:hover .ourservices_icon img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(16%) saturate(2104%) hue-rotate(191deg) brightness(89%) contrast(93%);
}

/*.ourservices .small_title {
    margin: 85px 0 55px;
}*/

.ourservices .quotebtn {
    background-color: var(--sky);
    color: #182e5b;
    font-size: 18px;
    padding: 10px 25px !important;
    border-radius: 30px;
    text-align: center;
    width: auto;
    font-weight: 600;
    display: block;
    /* box-shadow: 0px 0px 5px 0px #ddd; */
    transition: 0.6s;
    display: inline-block;
}

.ourservices_cardpic:hover .quotebtn {
    background-color: var(--red);
    color: var(--white);
}

.ourservices:hover {
    margin-top: -7px;
}

.ourservices .quotebtn .fa-arrow-right {
    transform: rotate(-45deg);
    transition: 0.6s;
    font-size: 15px;
}

.ourservices .quotebtn:hover .fa-arrow-right {
    transform: rotate(0deg);
    color: var(--white);
}

/* ======================================================================= */
    /* step_details start */
/* ======================================================================= */
.step_details {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.step_details .headertext {
    width: 45%;
    margin: 0 auto;
}

.step_details_card {
    width: 100%;
    position: relative;
}

.step_details_card:after {
    content: "";
    position: absolute;
    right: -52px;
    top: 30%;
    background-image: url(../images/arrow.png);
    width: 83px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgb(245 245 245);
    padding: 20px 30px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.step_detailsin .rightline:last-child .step_details_card:after {
    display: none;
}

.step_details_circle {
    width: 200px;
    height: 200px;
    padding: 15px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    border: 2px solid var(--red);
    margin: 0 auto;
}

.step_details_circle_pic {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: flex;
}

.step_details_circle_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step_detailsin {
    margin-top: 50px;
}

.step_details_card .small_title {
    margin-top: 25px;
}

.step_details_card .small_title h4 {
    width: 75%;
    margin: 0 auto;
}

.step_details_card p {
    font-size: 17px;
    color: var(--blue);
    text-align: center;
    font-weight: 400;
    line-height: 22px;
}

.step_icon_circle {
    width: 80px;
    height: 80px;
    padding: 5px;
    border-radius: 50%;
    background-color: #fff;
    border: 10px solid #d8062129;
    position: absolute;
    left: -30px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step_icon_circle img {
    max-width: 35px;
    object-fit: contain;
}

.rightline {
    border-right: 1px solid #ccc;
}

.rightline:last-child {
    border-right: none;
}

/* ======================================================================= */
    /* step_details start */
/* ======================================================================= */
.certification {
    width: 100%;
}

.certification_pic {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.certification_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

/*.certification_pic:hover img {
    transform: scale(1.1);
}*/

.certification .headertext {
    width: 75%;
    margin: 0 auto;
}

.accordion {
    margin-top: 40px;
    width: 95%;
    margin-left: auto;
}
.accordion-item { border: none; margin-bottom: 15px; background-color: #fff; border-left: 2px solid #182e5b; }
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.accordion-item:first-of-type>.accordion-header .accordion-button { border-top-left-radius: 0; border-top-right-radius: 0; }
.accordion-item:first-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }
.accordion-item:last-of-type { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #182e5b;
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: 0.6s;
}
.accordion-button { 
    padding: 15px; 
    /*font-size: 18px; 
    color: #000; 
    font-weight: 400; 
    box-shadow: 0px 0px 5px 0px #ddd; 
    transition: 0.6s;*/
}

.accordion-button h5 { 
    font-size: 20px; 
    color: #000; 
    font-weight: 600;
    transition: 0.6s;
}

.accordion-button:hover h5 { 
    margin-left: 10px;
}
.accordion-button span { color: #ec1d25; margin-right: 10px; }
.accordion-body { padding: 0 15px 15px 15px; }
.accordion-body p { width: 100%; margin: 0 auto; padding: 15px; background-color: #fff; border-radius: 10px; }
/*.accordion-button::after {
    background-color: #182e5b;
    padding: 4px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-position: 8px 8px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill='%23fff' d='M1.5 5l6.5 6 6.5-6z'/></svg>");
}*/

.accordion-button::after {
    background-color: #182e5b;
    padding: 4px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-position: 9px 6px;
    background-size: 18px;
    background-repeat: no-repeat;
    content: "";
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill='%23fff' d='M5.854 14.146a.5.5 0 0 1-.708-.708L9.793 9 5.146 4.354a.5.5 0 1 1 .708-.708l5 5a.5.5 0 0 1 0 .708l-5 5z'/></svg>");
}

/* Rotate on open */
.accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill='%23fff' d='M5.854 14.146a.5.5 0 0 1-.708-.708L9.793 9 5.146 4.354a.5.5 0 1 1 .708-.708l5 5a.5.5 0 0 1 0 .708l-5 5z'/></svg>");
}


.accordion-button:not(.collapsed)::after {
    background-color: #182e5b;
}
.accordion-item { border-radius: 8px; overflow: hidden; box-shadow: 0px 0px 5px 0px #ddd; }
.accordion-item:first-of-type { border-top-left-radius: 8px; border-top-right-radius: 8px; }
.accordion-item:last-of-type { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }

.certification .btn01 {
    margin: 50px auto 0;
    display: table !important;
    text-align: center;
}

.certification .headertext h3 {
    font-size: 30px;
}

.certification p {
    font-style: italic;
}

.accordion-item p {
    font-style: normal;
}

/* ======================================================================= */
    /* gallery_sec start */
/* ======================================================================= */
.gallery_sec {
    width: 100%;
}

.gallery_sec .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
}

.gallery_sec .headertext {
    width: 42%;
    margin: 0 auto;
}

.gallery_secin {
    margin-top: 40px;
}

.gallery_seccard {
    width: 100%;
}

.gallery_seccard_pic {
    width: 100%;
    height: 350px;
    position: relative;
    display: flex;
    border-radius: 0px;
    overflow: hidden;
}

.gallery_seccard_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.gallery_seccard_pic:hover img {
    transform: scale(1.1);
}

.gallery_sec .btn01 {
    margin: 50px auto 0;
    display: table !important;
    text-align: center;
}

/* ======================================================================= */
    /* testimonial_sec start */
/* ======================================================================= */
.testimonial_sec {
    width: 100%;
}

.testimonial_card {
    width: 60%;
  margin: 0 auto;
  text-align: center;
}

.testimonial_card h4 {
    font-size: 36px;
    color: var(--paragraph);
    text-align: center;
    font-weight: 400;
    width: 80%;
    margin: 0 auto;
}

.testimonial_card ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial_card ul li {
    font-size: 18px;
    margin: 0 2px;
    color: #ffd43b;
    text-align: center;
    display: inline-flex;
}

.testimonial_btm {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.testimonial_btmpic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    overflow: hidden;
    border: 2px solid #fff;
}

.testimonial_btmpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial_btm h6 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

/**/
.testimonial_slide .owl-nav button.owl-prev, .testimonial_slide .owl-nav button.owl-next { width: 50px; height: 50px; border: 1px solid #fff; background-color: #446cb4; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; box-shadow: 0px 0px 5px 0px #ddd;}
.testimonial_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.testimonial_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.testimonial_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.testimonial_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.testimonial_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.testimonial_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.testimonial_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.testimonial_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.testimonial_slide .owl-nav {
    position: absolute;
    display: flex;
    bottom: 150px;
    left: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    pointer-events: none;
    margin: 0 auto;
}
.testimonial_slide .owl-nav button.owl-prev:hover, .testimonial_slide .owl-nav button.owl-next:hover { background: #6ecbf7; border: 1px solid #6ecbf7; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
/**/


/* ======================================================================= */
    /* footer_sec start */
/* ======================================================================= */
.footer_sec { width: 100%; padding-bottom: 30px !important; background-color: var(--grey); }
.footer_sec .logo { width: 100%; max-width: 205px; position: relative; display: inline-block; margin-bottom: 20px; }
.footer_card { width: 100%; }
.footer_sec h5 { font-size: 20px; color: var(--blue); font-weight: 600; margin: 0 0 15px; }
.footer_card ul { padding: 0; }
.footer_card ul li { width: 100%; }
.footer_card ul li a {
    display: block;
    position: relative;
    width: 100%;
    font-size: 15px;
    color: var(--paragraph);
    font-weight: 500;
    padding: 0 5px 10px 10px;
    list-style: disc;
    transition: 0.6s;
}
.footer_card ul li a:before { content:""; position: absolute; left: 0; top: 9px; width: 4px; height: 4px; border-radius: 50%; background-color: #303030; }
.footer_card ul li a:hover { color: #000; }
.footer_card_grid { display: grid; grid-template-columns: 1fr 1fr; }
.footer_sec h6 { font-size: 16px; color: var(--paragraph); font-weight: 400; margin: 0; }

.copyright { width: 100%; background-color: var(--blue); padding: 20px 0; text-align: center;}
.footer-social {
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.footer-social li { margin: 0px 4px; width: auto !important;}
.footer-social li a {
    width: 100% !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    background-color: #182e5b !important;
    border-radius: 50%;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    color: #fff !important;
    transition: 0.5s;
    text-decoration: none;
    padding: 0 !important;
}
.footer-social li a:hover { background-color: var(--red) !important; color: #fff; }
.leftline:before { content:""; display: inline-block; height: 0.5em; width: 100%; margin-left: -100%; margin-right: 10px; margin-top: 20px; border-top: 1px solid #cdcdcd; }
.copyright p { text-align: center; font-size: 15px; color: #fff; }
.copyright p span { color: var(--green); font-weight: 500; }
.footer-social li a:before {
    display: none;
}
.footer_card p {
    display: block;
    position: relative;
    width: 100%;
    font-size: 15px;
    color: var(--paragraph);
    font-weight: 500;
    padding: 0 5px 10px 15px;
    list-style: disc;
    transition: 0.6s;
}

.footer_card p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #000;
}

.footer_sec h6 {
    font-size: 15px;
    color: var(--paragraph);
    font-weight: 500;
    margin-bottom: 8px;
}

/* ======================================================================= */
    /* about_page start */
/* ======================================================================= */
.about_page {
    width: 100%;
    height: 400px;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;  
    display: flex;  
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about_page:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.breadcrumb-item {
    font-size: 15px;
    color: var(--white);
}

.breadcrumb {
    position: relative;
    z-index: 1;
}

.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item.active {
    color: var(--white);
}

.inner_title {
    margin-top: 100px;
}

/* ======================================================================= */
    /* contact_sec start */
/* ======================================================================= */
.contact_sec {
    width: 100%;
}

.adress_box {
    width: 100%;
    position: relative;
    background-color: var(--theme-color);
    padding: 65px 40px;
    border-radius: 25px;
    z-index: 1;
}

.adress_box .small_title h4 {
    font-size: 30px;
    color: var(--white);
    margin-bottom: 20px;
}

.adress_box .small_title h4 span {
    font-weight: 600;
}

.info_circle {
    width: 38px;
    height: 38px;
    border: 1px solid var(--white);
    ;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_circle i {
    color: var(--white);
    font-size: 17px;
}

.contact_sec .small, .contact_sec small {
    font-size: .745em;
    color: var(--white);
    display: block;
}

.contact_sec p {
    color: var(--white);
}

.adress_card {
    margin-bottom: 20px;
}

.adress_box .footer-social {
    border-top: 1px solid #fff;
    padding-top: 20px;
    justify-content: center;
}

.contact_sec_right {
    width: 130%;
    position: relative;
    left: -30%;
    background-color: #fff;
    padding: 80px 60px 80px 270px;
    border-radius: 25px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

.contact_sec_right .small_title h4 {
    font-size: 30px;
    margin-bottom: 20px;
}

.contact_sec_right .small_title h4 span {
    color: var(--theme-color);
    font-weight: 600;
}

.field02, .form-select, .form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    background-color: transparent;
    font-size: 15px;
    color: var(--blue);
    padding: 5px 15px 5px 15px;
    height: 55px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}

.form-control {
    height: 120px;
}

.contact_sec_right .btn01 {
    margin-top: 25px;
    border: none;
}

.form-select:focus, .field02:focus, .form-control:focus {
    border-color: var(--theme-color);
    box-shadow: none;
}

.contact_sec .footer-social li a {
    width: 100%;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D4DC27;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--blue);
    transition: 0.5s;
    text-decoration: none;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 24%);
}

.contact_sec .footer-social li a:hover {
    background-color: var(--blue);
    color: var(--white);
}

/*.mapsec {
    width: 100%;
    margin-top: 40px;
}

.mapsec iframe {
    width: 100%;
    min-height: 450px;
    border: 1px solid #d7d7d7;
    padding: 2px;
    border-radius: 15px;
}*/

.inner_connect:before {
    display: none;
}


/* ======================================================================= */
    /* about_page start */
/* ======================================================================= */
.about_page {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 150px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.about_page:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3609e99e;
}

.about_page h4 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* ======================================================================= */
    /* about_body start */
/* ======================================================================= */
.about_body {
    width: 100%;
}

.about_body_left {
    width: 100%;
    background-color: #fff;
    position: relative;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    min-height: 450px;
    box-shadow: 0px 0px 5px 0px #ddd;
}

.about_body .title2 {
    width: 90%;
    margin-left: auto;
}

.about_body .title2 p {
    margin-bottom: 15px;
}

.bluebox {
    width: 65%;
    position: absolute;
    left: -25px;
    bottom: -35px;
    background-color: var(--theme-color);
    border-radius: 30px;
    padding: 30px;
}

.bluebox img {
    max-width: 35px;
    height: 100%;
    object-fit: contain;
    flex-basis: 35px;
    flex-shrink: 0;
}

.bluebox h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    width: 100%;
}

.bluebox p {
    color: #fff;
    margin-top: 15px;
}

/* ======================================================================= */
    /* about_body_sec start */
/* ======================================================================= */
.about_body_sec {
    width: 100%;
}

.about_body_sec .headertext p {
    margin-bottom: 10px;
}

.about_body_sec .headertext h4 {
    margin: 0 0 15px;
}

.about_body_sec_right {
    width: 90%;
    margin-left: auto;
}

.grid-wrap {
    width: 100%;
    aspect-ratio: 1/1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    padding: var(--gap);
    box-sizing: border-box;
    background: transparent;
}

.slice {
    background-size: 200% 200%;
    background-repeat: no-repeat;
    /*border-radius: 8px;*/
    overflow: hidden;
    /*box-shadow: 0 6px 18px rgba(0,0,0,0.45);*/
    transition: transform .35s ease, box-shadow .35s ease;
}

.slice:nth-child(1) {
    background-position: 0%   0%;
}

.slice:nth-child(2) {
    background-position: 100% 0%;
}

.slice:nth-child(3) {
    background-position: 0%   100%;
}

.slice:nth-child(4) {
    background-position: 100% 100%;
}

.slice:hover {
    transform: translateY(-6px) scale(.9);
    box-shadow: 0 14px 40px rgba(0,0,0,0.6);
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width:480px) {
    .grid-wrap {
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: repeat(4, 1fr);
        background-size: 100% 400%;
    }
}

/**/
.products_different {
    width: 100%;
    position: relative;
    background-color: #EBF8EB;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    border-radius: 25px;
    margin: 50px 0;
}

@media (min-width: 992px) {
  .row .itemorder:nth-last-child(2) {
    order: 2; 
  }
  .row .itemorder:last-child {
    order: 1; 
  }
}

.about_body_sec_right:last-child {
    width: 90%;
    margin-left: 0;
}

.aboutsecB .small_title h4 {
    width: 100%;
    margin: 0 auto 5px;
}

.aboutsecB .step_details_circle {
    border: 2px solid var(--blue);
}
.aboutsecB .step_icon_circle {
    border: 10px solid #1a4db57a;
}

/* ======================================================================= */
    /* our_mission start */
/* ======================================================================= */
.our_mission {
    width: 100%;
    padding: 0 0 60px;
}

.our_mission h4, .core_values h4, .service_areas h4 {
    font-size: 40px;
    color: var(--blue);
    font-weight: 700;
    margin: 0 0 15px;
}

.mission_card {
    width: 80%;
    margin: 0 auto;
}

.mission_card img {
    max-width: 100px;
    margin: 0 auto 25px;
}

/*core_values*/
.core_values {
    width: 100%;
    padding: 0 0 60px;
}

.core_values h4, .service_areas h4 {
    text-align: center;
}

.countbx {
    width: 100px;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6ecbf7;
    padding: 5px;
    border-radius: 50%;
    border: 15px solid #d80621;
    font-family: "PT Serif", serif;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 0 auto 25px;
    font-style: italic;
}

.core_values h5 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

/*service_areas*/
.service_areas {
    width: 100%;
}

.service_areas h6 {
    font-size: 20px;
    color: var(--paragraph);
    font-weight: 600;
    font-style: italic;
    text-align: center;
}

.service_areas_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 12px;
    width: 80%;
    margin: 35px auto 0;
}

.areas_card {
    width: 100%;
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #b1b1b1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_areas_grid h5 {
    font-size: 17px;
    color: var(--blue);
    font-weight: 500;
}

.mapsec {
    width: 80%;
    margin: 50px auto 0;
    border: none;
}

.mapsec iframe {
    width: 100%;
    height: 450px;
}

/* ======================================================================= */
    /* contact_sec start */
/* ======================================================================= */
.contact_sec {
    width: 100%;
}

.contact_sec .headertext h3 {
    font-size: 37px;
    line-height: 44px;
    font-weight: 700;
    width: 90%;
    margin: 0 auto 65px;
}

.adress_box {
    width: 100%;
    position: relative;
    background-color: var(--blue);
    padding: 65px 40px;
    border-radius: 25px;
    z-index: 1;
}

.adress_box .small_title h4 {
    font-size: 30px;
    color: var(--white);
    margin-bottom: 20px;
}

.adress_box .small_title h4 span {
    font-weight: 600;
}

.info_circle {
    width: 38px;
    height: 38px;
    border: 1px solid var(--white);
    ;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_circle i {
    color: var(--white);
    font-size: 17px;
}

.contact_sec .small, .contact_sec small {
    font-size: 14px;
    color: var(--white);
    display: block;
}

.contact_sec p {
    color: #000;
}
.form-check br{ display:none;}
.form-check10{margin-left: 30px;}
.adress_card {
    margin-bottom: 20px;
}

.adress_box .footer-social {
    border-top: 1px solid #fff;
    padding-top: 20px;
    justify-content: center;
}

.contact_sec_right {
    width: 130%;
    position: relative;
    left: -30%;
    background-color: #fff;
    padding: 40px 60px 40px 270px;
    border-radius: 25px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

.contact_sec_right .small_title h4 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
}

.contact_sec_right .small_title h4 span {
    color: var(--theme-color);
    font-weight: 600;
}

.field02, .form-select, .form-control {
    width: 100%;
    border: none;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    background-color: transparent;
    font-size: 16px;
    color: #182E5B9C;
    padding: 5px 15px 5px 15px;
    height: 50px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}

.field02::placeholder {
    color: #182E5B9C;
}

.form-control {
    height: 120px;
}

.contact_sec_right .btn01 {
    margin-top: 25px;
    border: none;
}

.form-select:focus, .field02:focus, .form-control:focus {
    border-color: var(--theme-color);
    box-shadow: none;
}

.contact_sec .footer-social li a {
    width: 100%;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D4DC27;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--blue);
    transition: 0.5s;
    text-decoration: none;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 24%);
}

.contact_sec .footer-social li a:hover {
    background-color: var(--blue);
    color: var(--white);
}

.mapsec {
    width: 100%;
    margin-top: 40px;
}

.mapsec iframe {
    width: 100%;
    min-height: 450px;
    border: 1px solid #d7d7d7;
    padding: 2px;
    border-radius: 15px;
}

.form_grid {
    display: block;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  margin: 7px 0;
}
.contact_sec .footer-social li a {
    background-color: #ffffff !important;
    color: #182e5b !important;
}

.contact_sec .footer-social li a:hover {
    background-color: var(--sky) !important;
    color: var(--blue) !important;
}

.contact_sec_right .form-check a {
    text-decoration: underline;
}

/*.form-check-input[type=checkbox] {
    border-radius: 50%;
}*/
.form-check-input {
    border: 1px solid #ccc;
}
.contact_sec_right .btn01 {
    background-color: #182e5b;
}
.contact_sec_right .btn01:hover {
    background-color: var(--red);
}

/* ======================================================================= */
    /* service_sec start */
/* ======================================================================= */
.service_sec .contact_sec_right {
    width: 100%;
    left: 0;
    padding: 40px 25px;
}

.service_sec_left {
    width: 95%;
    background-color: #fff;
    padding: 0px;
    border-radius: 25px;
}
.adress_box p{ color:#fff !important;}

.service_sec_left h2 {
    font-size: 30px;
    color: var(--blue);
    font-weight: 700;
    margin-bottom: 15px;
}

.service_sec_left p {
    color: var(--paragraph);
    font-weight: 400;
}

.service_sec_left h5 {
    font-size: 22px;
    color: var(--blue);
    font-weight: 600;
    margin: 25px 0 10px;
}

.protect_box ul li {
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: var(--blue);
    font-weight: 400;
    padding: 0 0 8px 15px;
    list-style-position: inside;
    position: relative;
}

.protect_box ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--blue);
}

.protect_box:nth-of-type(2) ul li, .protect_box:nth-of-type(3) ul li {
  list-style: decimal;
}

.protect_box:nth-of-type(2) ul li:before, .protect_box:nth-of-type(3) ul li:before {
  display: none;
}

.protect_box:nth-of-type(2) ul li, .protect_box:nth-of-type(3) ul li {
  padding: 0 20px 8px 0;
  margin-left: 20px;
}



/* custom cursor start */
#cursor {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform;
    mix-blend-mode: difference;
}

@media (hover: hover) and (pointer: fine) {
    .cursor__circle {
        width: 20px;
        height: 20px;
        margin-top: -50%;
        margin-left: -50%;
        border-radius: 50%;
        border: solid 1px #fff;
    }

    #cursor.arrow .cursor__circle {
        width: 80px;
        height: 80px;
        background-color: #073099;
        border-color: #073099;
    }

    #cursor.arrow::after {
        content: '';
        position: absolute;
        left: -50%;
        top: -50%;
        width: 100%;
        height: 100%;
        background-image: url('https://svgshare.com/i/MzQ.svg');
        background-repeat: no-repeat;
        background-position: center;
    }

    #cursor.subtle .cursor__circle {
        opacity: 0.16;
    }

    #cursor.overlay .cursor__circle {
        width: 48px;
        height: 48px;
        background-color: rgba(227, 222, 193, 0.08);
        border-color: transparent;
    }
}
/* custom cursor end */



.sub-menu-toggle{ display:none;}

.form-check {
  display: block;
 
  padding-left: 0px;

}

.wpcf7-list-item {
  display: block;
  margin: 0px;
  color: #000;
  font-size: 15px;
  margin-right: 10px;
	margin-bottom: 2px;
}

.service_sec_left ul{ padding:0px 0px 0px 15px; margin:0px 0 0 7px; }
.service_sec_left ul li {
    list-style: outside;
    padding-bottom: 5px;
}
.wpcf7-spinner {
	display: none;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #182e5b;
}
.fild1 {
	margin-top: 8px;
}















