


@font-face {
    font-family: "Mont-Light";
    src: url(../fonts/Mont-Light.otf);
}

@font-face {
    font-family: "Mont-Heavy";
    src: url(../fonts/Mont-Heavy.otf);
}


/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Mont-Light';
    color: #393939;
    overflow-x: hidden;
    font-weight: 600;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #3ec9a7;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    line-height: 28.8px;
    font-size: 18px;
    font-weight: 600;
    color: #5B5B5B;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 12px 25px;
    border: unset;
    border-radius: 50px;
    color: #ffffff;
    z-index: 1;
    background: #0E7EA4;
    position: relative;
    font-size: 17px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: 'Mont-Heavy';
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0;
    background-color: #3EC9A7;
    z-index: -1;
    transition: all 650ms;
    background: linear-gradient(90deg, #0e7ea4 0%, #f5a623 50%, #3ec9a7 100%);
}

.theme_btn:hover {
    color: #fff;
}

.theme_btn:hover::before {
    width: 100%;
}

.theme_btn img{
    margin: 0 0 0 10px !important;
    animation: tada 1s linear infinite !important;
}



.theme_btn1 {
    padding: 12px 25px;
    border: unset;
    border-radius: 50px;
    color: #ffffff;
    z-index: 1;
    background: #3EC9A7;
    position: relative;
    font-size: 17px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: 'Mont-Heavy';
}

.theme_btn1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0;
    z-index: -1;
    transition: all 650ms;
    background: linear-gradient(90deg, #3ec9a7 0%, #f5a623 50%, #0e7ea4 100%);
}

.theme_btn1:hover {
    color: #fff;
}

.theme_btn1:hover::before {
    width: 100%;
}

.theme_btn1 img{
    margin: 0 0 0 10px !important;
    animation: tada 1s linear infinite !important;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Mont-Heavy';
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Mont-Heavy';
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Mont-Heavy';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Mont-Heavy';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Mont-Heavy';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Mont-Heavy';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
    margin: 0px 175px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 #00000014;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #6C6C6C;
    padding: 0px 15px;
    font-size: 18px;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: unset;
    bottom: -5px;
    right: 0;
    left: 0;
    width: 80%;
    height: 2px;
    background-color: #393939;
    margin: 0 auto;
    display: none;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

/*.menuSec ul li:last-child a:after {display: none; }*/

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #0e7ea4;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */



/*Css start -----------------*/


header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    background: transparent;
    transition: 1s;
    transform: translateY(25px);
}


header .btnss {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}


.banner_home {
    position: relative;
    padding: 180px 0 150px 0;
}

.banner_home img.bann_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}


.bannr_img img {
    animation: bounceIn 3s ease-out infinite;
}


.bannr_txt h1 {
    color: #0C0D3F;
    font-size: 50px;
}


.bannr_txt ul {
    margin: 20px 0 20px 0;
}

.bannr_txt ul li {
    padding: 0 0 12px 0;
    font-size: 15px;
    color: #5B5B5B;
}

.bannr_txt ul li img {
    margin: 0 5px 0 0;
}

.bannr_txt .btnss {
    margin: 0 0 20px 0;
}

.bannr_txt p {
    margin: 30px 0 0 0;
    color: #262626;
}


.bannr_txt p strong {
    font-family: 'Mont-Heavy';
}

.bannr_txt .btnss a{
    background: #fff;
    color: #000;
}


section.logo_patti {
    padding: 25px 0;
    background: #3EC9A7;
}

.logo_patti p {
    display: flex !important;
    align-items: center;
    margin: 0;
    font-size: 22px;
    color: #fff;
    gap: 30px;
}

.logo_patti p img {
    width: auto;
}


.logo_patti .slick-active {
    opacity: 1;
}


.logo_patti .slick-slide {
    opacity: 1;
}


.logo_patti.secnd{
    background: #0B2D45;
    transform: rotate(
-7deg);
    position: relative;
    top: -70px;
    left: 0;
    z-index: -1;
}


.logo_patti.secnd:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 0;
    height: 100%;
    width: 10%;
    background: #0b2d45;
}

.logo_patti.secnd:after {
    position: absolute;
    content: "";
    right: -180px;
    top: 0;
    height: 100%;
    width: 10%;
    background: #0b2d45;
}

section.servi_Sec {
    padding: 150px 0 60px 0;
}




.head {
    font-size: 55px;
    color: #0B2D45;
}


.servi_txt {
    text-align: center;
}


.servi_txt1 ul {
    margin: 50px 0 50px 0;
    text-align: center;
}

.servi_txt1 ul li {
    display: inline-block;
    padding: 12px 25px;
    border: unset;
    border-radius: 50px;
    color: #262626;
    z-index: 1;
    background: #fdf2de;
    position: relative;
    font-size: 17px;
    transition: all 250ms;
    margin: 0 0 15px 0;
    cursor: pointer;
}

.servi_txt1 ul li:hover{background: #3EC9A7 !important;
    color: #fff;
    box-shadow: rgb(62 201 167) 2px 2px 5px 0px;}


.tabs {
    display: none;
}

.tabs.current {
    display: block;
}


.tabs.bgg {
    padding: 40px 50px;
    border-radius: 20px;
    background: linear-gradient(90deg, #f8f3dd 0%, #ebfaed 50%, #e4fef5 100%);
}

html {
    overflow-x: hidden;
}

.servi_img img {
    height: 390px;
    border-radius: 20px;
}


.servi_txt1 ul li.current {
    background: #3EC9A7 !important;
    color: #fff;
    box-shadow: rgb(62 201 167) 2px 2px 5px 0px;
}


.package_sec {
    padding: 60px 0;
}


.pack_wrp {
    text-align: center;
    margin: 0 0 60px 0;
}


.package_main {
    background: #E4F8FF;
    padding: 30px 30px;
    border-radius: 20px;
    transition: .5s;
    margin: 0 0 30px 0;
}


.package_main h6 {
    font-size: 14px;
    font-family: 'Mont-Light';
    padding: 10px 30px;
    background: #0E7EA4;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    letter-spacing: 1px;
}


.package_main h4 {
    color: #0B2D45;
    font-size: 35px;
}


.package_main h5 {
    color: #262626;
    font-size: 20px;
}

.package_main .d-flex .itm h2 {
    font-size: 35px;
    margin: 0;
}

.package_main .d-flex .itm {
    width: 40%;
}


.package_main .d-flex .itm1 {
    width: 60%;
    text-align: end;
}

.package_main .d-flex .itm h2 span {
    font-size: 18px;
    display: block;
    font-family: 'Mont-Light';
}

.package_main .d-flex {
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #bee7f5;
    margin: 50px 0 0px 0;
    padding: 20px 0px 0px 0;
}


.package_main ul {
    margin: 0;
    padding: 0;
}


.package_main ul li {
    padding: 0 0 10px 0;
    font-size: 16px;
    color: #5B5B5B;
}

.package_main ul li img {
    margin: 0 10px 0 0;
}


.package_main .listscroll {
    height: 190px;
    overflow-y: scroll;
}




.listscroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

 .listscroll::-webkit-scrollbar
{
    width: 3px;
    background-color: #fff;
}

 .listscroll::-webkit-scrollbar-thumb
{
    background-color: #0E7EA4;
}


.package_main .d-flex .itm1 a{background: #fff;color: #262626;}
.package_main .d-flex .itm1 a:hover{color: #fff;}

.package_main p {font-size: 17px; }





/* 2nd package column */
.row .col-md-4:nth-child(3) .package_main{background: #FFF2DB; }
.row .col-md-4:nth-child(3) .package_main h6{background: #F5A623;}
.row .col-md-4:nth-child(3) .package_main .d-flex{    border-top: 2px solid #FFD999;}
.row .col-md-4:nth-child(3) .package_main .listscroll::-webkit-scrollbar-thumb {background-color: #F5A623; }


/* 3rd package column */
.row .col-md-4:nth-child(4) .package_main{background: #E4FFF8;}
.row .col-md-4:nth-child(4) .package_main h6{background: #3EC9A7;}
.row .col-md-4:nth-child(4) .package_main .d-flex{    border-top: 2px solid #BAFFEE;}
.row .col-md-4:nth-child(4) .package_main .listscroll::-webkit-scrollbar-thumb {background-color: #3ec9a7;}



.mini {
    box-shadow: rgb(139 139 139 / 25%) 2px 2px 8px 0px;
    display: inline-block;
    padding: 12px 35px;
    border: unset;
    border-radius: 50px;
    color: #262626;
    z-index: 1;
    background: #fff;
    position: relative;
    font-size: 17px;
    transition: all 250ms;
    margin: 0 0 20px 0;
    font-family: 'Mont-Light';
}

.mini strong{
    font-family: 'Mont-Heavy';
}
.package_main:hover{transform: translateY(-21px);}

.package_main_combo {
    padding: 40px;
    border: 2px solid transparent;
    border-radius: 20px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgb(14 126 164) 0%, rgb(62 201 167) 50%, rgb(245 166 35) 100%) border-box;
    transition: .5s;
}

.package_main_combo .d-flex {
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
}


.package_main_combo .d-flex img {
}


.package_main_combo .d-flex h6 {
    margin: 0;
    font-size: 14px;
    color: #5B5B5B;
    font-family: 'Mont-Light';
    padding: 10px 30px;
    display: inline-block;
    border-radius: 20px;
    letter-spacing: 1px;
    background: #E4F8FF;
}


.package_main_combo .btnss {
    margin: 40px 0 0 0;
    gap: 10px;
    display: flex;
}


.package_main_combo h3 {
    font-size: 35px;
    color: #0B2D45;
    margin: 0 0 20px 0;
}

.package_main_combo .btnss a.theme_btn{background: #0B2D45;}
.package_main_combo .btnss a.theme_btn1{border: 1px solid #D9D9D9; background: transparent;  color: #6C6C6C;}
.package_main_combo .btnss a.theme_btn1:hover{  color: #fff ;}
.package_main_combo:hover{    transform: scale(1.05) translate(0);}

.package_main_combo1 img {
    width: 100%;
    height: 355px;
    object-fit: cover;
    border-radius: 20px;
    transition: .5s;
}

.package_main_combo1:hover img{transform: scale(1.05) translate(0);}


.case_studies_Sec {
    background: #0B2D45;
    padding: 80px 0;
    text-align: center;
}

.case_studies_Sec .case_wrp h6 {color: #000; }
.case_studies_Sec .case_wrp h2 {color: #fff;margin: 0;}
.case_wrp {
    padding: 0 160px;
    margin: 0 0 0px 0;
}

.slider_wrpr .itm .btn_wpw {
    text-align: end;
    margin: -80px 20px 0 0;
}

.slider_wrpr .itm {
    margin: 40px 20px;
}

.slider_wrpr .itm .btn_wpw a img{
    width: unset;
    display: inline-block;
}
.slider_wrpr .itm .btn_wpw a {
    background: #fff;
    color: #000;
}

.slider_wrpr .itm .btn_wpw a:hover{color: #fff;}


.slider_wrpr .slick-slide {
    opacity: 1;
}


.slider_wrpr .slick-dots li button:before{color: #fff; font-size: 35px;opacity: 1}
.slider_wrpr .slick-dots li.slick-active button:before{color: #F5A623; opacity: 1}
.slider_wrpr .slick-dots li {opacity: 1}
.slider_wrpr .slick-dots {bottom: -60px;} 


.testi_Sec {
    padding: 80px 0;
    background: url(../images/testi_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.testi_txt {
    text-align: center;
    padding: 0 210px;
    margin: 0 0 60px 0;
}

.main_review {
    padding: 50px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 4px 10px 20px rgb(255 246 230), 0px 12px 30px rgb(255 245 228);
    margin: 0 0 30px 0;
    transition: all 900ms;
}


.main_review p {
    font-size: 28px;
    color: #262626;
    line-height: 42px;
}

.main_review .d-flex {
    justify-content: space-between;
    margin: 140px 0 0 0;
}


.main_review .d-flex .main_revi_left h6 {
    font-size: 22px;
    margin: 0 0 10px 0;
}

.main_review .d-flex .main_revi_left p{
    color: #5B5B5B;
    font-size: 18px;
    line-height: 16px;
    margin: 0;
}

.main_review .d-flex .main_revi_right a{
    background: #EFEFEF;
    color: #000;
}

.main_review .d-flex .main_revi_right a:hover{color: #fff;}

.main_review .d-flex .main_revi_left {
    padding: 0 0 0 15px;
    border-left: 1px solid #F5A623;
}


.mini_review {
    padding: 30px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 10px 20px rgb(255 246 230), 0px 12px 30px rgb(255 245 228);
    transition: all 900ms;
}

.mini_review .d-flex {
    gap: 20px;
    margin: 0 0 20px 0;
}

.mini_review .d-flex .right_dbv h6{
    margin: 0;
}
.mini_review .d-flex .right_dbv p{
    margin: 0;
    font-size: 14px;
}

.mini_review p{
    color: #5B5B5B;
}

.main_review:hover{transform: scale(0.9) translate(0);}
.mini_review:hover{transform: scale(1.05) translate(0);}


.cta_Sec {
    padding: 60px 0;
}

.cta_Sec .cta_Wrpr {
    text-align: center;
    padding: 0 200px;
    margin: 0 0 60px 0;
}

.cta_Sec .cta_left {
    text-align: center;
}

.cta_Sec .cta_left img {
    width: 100%;
    height: 565px;
}

.cta_Sec .cta_left .cta_btn {
    margin: -90px 0 0 0;
}



.cta_Sec .cta_left .cta_btn a img {
    width: auto;
    display: inline-block;
    height: auto;
}

.cta_Sec .cta_left .cta_btn a {
    background: #fff;
    color: #001;
}
.cta_Sec .cta_left .cta_btn a:hover{color: #fff;}

.cta_right {
    padding: 60px 40px 30px 40px;
    background: url(../images/jadu.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    height: 565px;
}


.cta_right h3 {
    color: #fff;
    text-align: left;
    font-size: 35px;
}

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

.cta_right ul li {
    margin: 30px 0;
}

a.sadabtn {
    padding: 12px 10px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    display: block;
    border-radius: 15px;
    font-family: 'Mont-Heavy';
}


.cta_right ul li:nth-child(4){
    margin: 80px 0 0 0;
}

.cta_right ul li a.theme_btn{
    background: #fff;
    color: #000;
    display: block;
}

.cta_right ul li a.theme_btn:hover{color: #fff;}
.cta_right ul li a:hover{
    background: #3ec9a7;
    color: #0e7ea4;
    border-color: #0e7ea4;
}


.botm_form {
    padding: 0;
    background: #3EC9A7;
    margin: 60px 0 0 0;
}

.botm_form .btm_form_counter ul {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 60px;
    margin: 0 0 10px 0;
}

.botm_form .btm_form_main form {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: anchor-center;
}

.btm_left_wrp img {
    margin: -50px 0 0 0;
}


.botm_form .btm_form_counter ul li {}
.botm_form .btm_form_counter ul li h4{
    font-size: 45px;
    color: #fff;
    margin: 0 0 10px 0;
}
.botm_form .btm_form_counter ul li h4 span{}
.botm_form .btm_form_counter ul li p{
    font-size: 16px;
    color: #fff;
}

.btm_form_main {
    background: #fff;
    margin: 0 150px;
    padding: 10px 10px;
    border-radius: 50px;
}

.botm_form .btm_form_main form .grp {
    width: 27%;
    position: relative;
}

.botm_form .btm_form_main form .grp input {
    width: 100%;
    border: 0;
    height: 50px;
    padding: 10px 10px;
}


.botm_form .btm_form_main form .grp:nth-child(4){width: 19%;}
.botm_form .btm_form_main form .grp button{
    width: 100%;
    border: 0;
    background: #F5A623;
    padding: 10px 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    height: 50px;
}


.botm_form .btm_form_main form .grp:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 70%;
    background: #D9D9D9;
    margin: auto;
}

.botm_form .btm_form_main form .grp:nth-child(4):after{display: none;}
.botm_form .btm_form_main form .grp:nth-child(3):after{display: none;}
.botm_form .btm_form_main form .grp input::placeholder{color:5B5B5B; }



footer {
    background: #0B2D45;
    padding: 100px 0 20px 0;
}

.footer_wrp img {
    margin: 0 0 30px 0;
}

.footer_wrp p {
    color: #fff;
}

.footer_wrp1 {
    padding: 0 0 0 20px;
}

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


footer h4 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 40px 0;
}

footer ul {
    margin: 0 0 0 0;
}

footer ul li {
    padding: 0 0 18px 0;
}

footer ul li a {
    color: #fff;
    font-size: 18px;
}

footer ul li a:hover{color: #fff;text-decoration: underline;}

.smm {
    display: flex;
    gap: 30px;
    margin: 40px 0 0 0;
}

.smm a {}

.smm a img {
    margin: 0;
}

.smm a:hover img {
animation: .7s tada;}



.copy_right p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.copy_right {
    padding: 30px 0 0 0;
}


/*popup form css start*/

/*Bouce close window*/
#ouibounce-modal h4:before {
    background: #ff851d;
    content: "";
    height: 100%;
    width: 6px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 16px;
}

.expertise-col a:hover {
    background: #de122e;
    border-color: #de122e;
    color: #fff;
}

#ouibounce-modal .modal-body a {
    padding-right: 62px;
    margin-bottom: 23px;
    font-size: 14px;
    margin-top: 10px;
}

.modal-footer a {
    cursor: pointer;
    border: #0c8a41 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    display: block;
    padding: 15px;
}

#ouibounce-modal .modal:before {
    content: "";
    background: url(../images/opt-shark.png) no-repeat left top;
    width: 187px;
    height: 273px;
    position: absolute;
    left: -27px;
    top: 18px;
    visibility: hidden;
}

#ouibounce-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}

#ouibounce-modal .modal:after {
    background: url('../images/sprite.png') no-repeat 0 0;
    width: 22px;
    height: 60px;
    content: "";
    position: absolute;
    z-index: 1;
    visibility: hidden;
    right: 0;
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#ouibounce-modal .modal {
    width: 410px;
    height: 425px;
    background-color: #ffffff;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 24px;
    display: block;
    -webkit-animation: popin .3s;
    animation: popin .3s;
    padding: 14px 24px 24px 20px;
    overflow: visible;
}

#ouibounce-modal .modal-body p {
    font-size: 15px;
    margin-bottom: 7px;
    margin-top: 0;
}

#ouibounce-modal h4 {
    color: #000;
    font-size: 25px;
    text-transform: none;
    font-weight: 800;
    position: relative;
    padding-left: 19px;
    margin-top: 13px;
    margin-bottom: 8px;
}

#ouibounce-modal .modal-body {
    font-size: 13px;
    padding: 7px 0 10px;
}

#ouibounce-modal h2+p {
    color: #344a5f
}

#ouibounce-modal form {}

#ouibounce-modal form input[type=text],
#ouibounce-modal form input[type=email],
#ouibounce-modal form textarea {
    padding: 12px 12px 12px 32px;
    font-size: 12px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
    background: #f4f4f4;
    margin: 0;
    color: #000;
}

#ouibounce-modal form input[type=submit] {
    text-transform: uppercase;
    padding: 12px;
    font-size: 22px;
    border-radius: 4px;
    margin-right: 8px;
    color: #fff;
    background-color: #ff851d;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    font-weight: 800;
    text-shadow: #000 0px 1px 1px;
    width: 49%;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

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

@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

#ouibounce-modal {
    display: none;
}

#ouibounce-modal .modal-footer {}

.popupform ul li {
    text-align: left;
    position: relative;
    width: 98%;
    margin: 8px 3px;
    display: inline-block;
}

.popupform ul li input[type="text"],
.popupform ul li input[type="email"],
.popupform ul li input[type="tel"],
.popupform ul li textarea {
    background: #fafafa;
    border: #dcdcdc 1px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}

.popupform ul li i {
    position: absolute;
    top: 12px;
    left: 10px;
}


.popupform ul li.first,
.popupform ul li:nth-child(4) {
    width: 98%;
}

.popupform ul li textarea {
    height: 110px;
}

.popupform ul li.last {
    text-align: center;
    width: 100%;
}

.popupform ul li input[type="submit"] {
    background: linear-gradient(90deg, #3ec9a7 0%, #f5a623 50%, #0e7ea4 100%);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    letter-spacing: 1px;
    border-radius: 30px;
    outline: 0px none;
    width: 100%;
    display: inline-block;
    border: 0;
}

.popupform ul li input[type="text"]:focus,
.popupform ul li input[type="email"]:focus,
.popupform ul li textarea:focus {
    border: #3EC9A7 1px solid !important;
}


.popupform {
    width: 1000px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible;
    border-bottom: #0E7EA4 5px solid;
    background: linear-gradient(90deg, #f8f3dd 0%, #ebfaed 50%, #e4fef5 100%);
}

.popupform h2 {
    font-size: 28px;
    color: #000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #000 6px solid !important;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}





.popupform .fancybox-close-small {
    border: #0E7EA4 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
    opacity: 1;
}

.popupform .fancybox-close-small:after {
    color: #ca2f35;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}


input.required.error,
textarea.required.error,
select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}

label.error {
    display: none !important;
}

.modal-footer a:after {
    content: "x";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #0c8a41;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
}

#ouibounce-modal .modal-footer {
    position: absolute;
    top: -10px;
    right: -8px;
    border: 0px none;
}

div#btmsticky b {
    color: #fcb314;
    font-size: 24px;
}

div#btmsticky span {
    display: block;
    color: #fcb314;
    font-size: 29px;
}

div#btmsticky .content a {
    display: inline-block;
    /* width: 250px; */
    position: relative;
    top: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600 !important;
    border: 0px none;
    cursor: pointer;
    color: #000;
    padding: 18px 6px;
    font-size: 15px;
    margin: 0 0 0 19px;
    border-radius: 2px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    background: #fcb314;
}

div#btmsticky h2 {
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    width: 61%;
    color: #f5f5f5;
    margin: 13px 0 0 0;
}

.btm-sticky {
    position: fixed;
    bottom: -1px;
    display: none;
    left: 0;
    width: 100%;
    background: #2b2b2b;
    padding: 16px 0;
    border-top: #000 2px solid;
    z-index: 4;
}

.hide {
    opacity: 0;
    left: -100%;
}

.show {
    opacity: 1;
    left: 0;
}


.img_form_wrp img {
    margin: 0 0 -41px 0;
    width: 90%;
}

/*popup form css end*/


header.stickyheader {
    transform: translateY(0px);
}


section.privacy_Sec {
    padding: 200px 0 40px 0;
    background: #3ec9a7;
}


section.privacy.terms {
    padding: 60px 0;
}

section.privacy.terms h2 {
    font-size: 40px;
}


section.privacy {
    padding: 60px 0;
}

section.privacy h2 {
    font-size: 40px;
}