/*start css for Openfin Advisory*/
@font-face {
    font-family: HelveticaNeueLight;
    src: url(../font/HelveticaNeueLight.otf);
}
@font-face {
    font-family: HelveticaNeueBold;
    src: url(../font/HelveticaNeueBold.otf);
}
@font-face {
    font-family: HelveticaNeueMedium;
    src: url(../font/HelveticaNeueMedium.otf);
}
@font-face {
    font-family: HelveticaNeueRoman;
    src: url(../font/HelveticaNeueRoman.otf);
}



*,
*::before,
*::after {
  box-sizing: border-box; 
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    color: var(--dark-color);
    font-family: HelveticaNeueLight;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    line-height: 1.5;
}
   
a {
    text-decoration: none !important;
    transition: 0.3s;
}

button {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    border: 0px;
    outline: none !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.bx{
   font-family: HelveticaNeueMedium; 
}
.mx{
   font-family: HelveticaNeueBold;
}
.boldm{
    font-weight: 700;
}
:root {
  --primary-color: #0b3f92;
  --secondary-color: #3bb54c;
  --dark-color: #333;
  --sub-color:#3481cc;
  --font-montserrat: 'Montserrat', sans-serif;
  --sub-font:
}
h1, h2, h3{
    font-family: var(--font-montserrat);
    font-weight: 700;
}
/*===========for modal popup============*/
.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}
/*==============preset css======*/
.gp_35 {
    margin-top: 20px;
}
.pad_t_b_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mb-n9 {
    padding-top: 50px;
}
.pad_t_b_79 {
    padding-top: 79px;
    padding-bottom: 79px;
}
.pad_t_b_60 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.pad_l_r_0{
    padding-left: 0px;
    padding-right: 0px;
}
.pad_t_60{
    padding-top: 60px;
}
.pad_t_118{
    padding-top: 118px;
}
.pad_b_60{
    padding-bottom: 60px;
}
.pad_b_20{
    padding-bottom: 20px;
}
.pad_t_b70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pad_t_35{
    padding-top: 35px;
}
.pad_b_35{
    padding-bottom: 35px;
}
.m_0{
    margin: 0;
}
.mar_b60{
    margin-bottom: 70px;
}

.pad_t_83 {
    padding-top: 83px;
    padding-bottom: 24px;
}
.smfont{
    font-size: 28px;
}
.pl_40{
  padding-left: 40px;
}
.gp35 {
    margin-bottom: 54px;
}
.pad_right {
    padding-right: 100px;
}
.pad_left {
    padding-left: 100px;
}
.pad-60 {
    padding-top: 48px;
    padding-bottom: 32px;
}
.col-lg-12.jk {
    padding: 0;
    margin-top: 35px;
    margin-bottom: 31px;
}
.dabtn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    background: transparent;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    font-size: 14px;
    color: #fff;
    padding: 12px 32px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    border-radius: 5px;
    box-shadow: 0px 0px 0px #cbcbcb;
    background-color: var(--primary-color); /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    border-radius: 8px;
    font-family: var(--font-montserrat);
    font-weight: 600;

}

.dabtn:hover, .dabtn:focus, .dabtn:active {
  color: #fff;
  box-shadow: -1px 3px 7px #cbcbcb;
  background-color: #0c5390;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transform: scale(1.1);

}
.dabtn_wh {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    background: transparent;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    font-size: 14px;
    color: #fff;
    padding: 12px 32px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    border-radius: 5px;
    box-shadow: 0px 0px 0px #cbcbcb;
    background-color: #0c3f91; /* For browsers that do not support gradients */
    border-radius: 8px;
    font-family: var(--font-montserrat);
    font-weight: 600;
}

.navbar .dropdown-menu{
    margin-top: 0;
    top: 100%;
}

.navbar .dropdown{
    position:relative;
}

.dabtn_wh:hover, .dabtn_wh:focus, .dabtn_wh:active {
  color: var(--primary-color);
  box-shadow: -1px 3px 7px #cbcbcb;
  background-color: var(--sub-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transform: scale(1.1);
  color:#fff;

}
/*-----------------------------------*/
/*==============end preset css======*/
.formbox::placeholder {
  color: #d1d5db;
}

.formbox:-ms-input-placeholder { 
   
 color: #d1d5db;
}

.formbox::-ms-input-placeholder {

 color: #d1d5db;
}

.formbox textarea::placeholder {
  color: #d1d5db;

}
/*==================content area==========================*/
.hedbox {
    z-index: 9;
    margin-left: 30px;
}
.hedbox h1 {
    font-size: 60px;
    margin-bottom: 10px;
    font-weight: 700;
}

.hedbox p {
    font-size: 23px;
    color: #fff;
    /*font-family: HelveticaNeuelight;*/
    font-family: HelveticaNeueRoman;
    margin-bottom: 33px;
}
.hed h2 {
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 700;
    font-family: var(--font-montserrat);
}
.hed h3 {
    font-size: 20px;
    color: var(--sub-color);
    font-weight: 700;
    font-family: var(--font-montserrat);
}
.side_con {
    position: relative;
    padding-left: 20px;
}
.side_con:before{
    position: absolute;
    background-color: var(--secondary-color);
    content: "";
    height: 50px;
    width: 4px;
    left: 0;
}
.side_con h4 {
    font-size: 18px;
    font-family: HelveticaNeueBold;
    color: var(--primary-color);
}
.side_con p {
    font-size: 16px;
    font-family: HelveticaNeueBold;
    color: var(--secondary-color);
}
.cobox {
    z-index: 9;
}
.cobox p {
    font-size: 24px;
    color: #fff;
    font-family: HelveticaNeuelight;
    padding-bottom: 30px;
}
.banner h1 {
    font-size: 45px;
    color: #fff;
    padding-bottom: 10px;
}
.w-300{
    font-weight: 400 !important;
}
.banner{
background-image: url("../images/3.png");
background-repeat:no-repeat;
background-size:cover;
background-position:center;
position:relative;
transition: background-image 1s ease-in-out;


}
.banner2 {
    background-image: url(../images/aboutbanner.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.banner2 h1 {
    font-size: 60px;
    color: #fff;
    padding-bottom: 10px;
}
.con-banner {
    background-image: url(../images/contact2.webp);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
    height:420px;
    display:flex;
    align-items:center;
    padding:80px 0;
}
.con-banner h1 {
    font-size: 60px;
    color: #fff;
    padding-bottom: 10px;
}
.faq-banner {
    background-image: url(../images/faq1.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
    height:420px;
    display:flex;
    align-items:center;
    padding:80px 0;
}
.faq-banner h1 {
    font-size: 60px;
    color: #fff;
    padding-bottom: 10px;
}
.knowledge-banner {
    background-image: url(../images/knowledge.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
    height:420px;
    display:flex;
    align-items:center;
    padding:80px 0;
}
.knowledge-banner h1 {
    font-size: 60px;
    color: #fff;
    padding-bottom: 10px;
}
.terms-banner {
    background-image: url(../images/termspri.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
    height:420px;
    display:flex;
    align-items:center;
    padding:80px 0;
}
.terms-banner h1 {
    font-size: 60px;
    color: #fff;
    padding-bottom: 10px;
}
.serv-banner {
    background-image: url(../images/law2.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
    height:420px;
    display:flex;
    align-items:center;
    padding:80px 0;
}
.serv-banner h1 {
    font-size: 45px;
    color: #fff;
    padding-bottom: 10px;
}
.serv-banner2 {
    background-image: url(../images/HRCompliance.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
    height:420px;
    display:flex;
    align-items:center;
    padding:80px 0;
}
.serv-banner2 h1 {
    font-size: 60px;
    color: #fff;
    padding-bottom: 10px;
}

.serv-banner3 {
    background-image: url(../images/Payroll.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
    height:420px;
    display:flex;
    align-items:center;
    padding:80px 0;
}
.serv-banner3 h1 {
    font-size: 60px;
    color: #fff;
    padding-bottom: 10px;
}
.serv-banner4 {
    background-image: url(../images/ComplianceAudits.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
    height:420px;
    display:flex;
    align-items:center;
    padding:80px 0;
}
.serv-banner4 h1 {
    font-size: 60px;
    color: #fff;
    padding-bottom: 10px;
}
.serv-banner5 {
    background-image: url(../images/VendorCompliance.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
    height:420px;
    display:flex;
    align-items:center;
    padding:80px 0;
}
.serv-banner5 h1 {
    font-size: 60px;
    color: #fff;
    padding-bottom: 10px;
}
.serv-banner6 {
    background-image: url(../images/Licensing.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
    height:420px;
    display:flex;
    align-items:center;
    padding:80px 0;
}
.serv-banner6 h1 {
    font-size: 60px;
    color: #fff;
    padding-bottom: 10px;
}
.serv-banner7 {
    background-image: url(../images/StrategicAdvisory.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
    height:420px;
    display:flex;
    align-items:center;
    padding:80px 0;
}
.serv-banner7 h1 {
    font-size: 60px;
    color: #fff;
    padding-bottom: 10px;
}
.serv-banner8 {
    background-image: url(../images/HumanCapital.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
    height:420px;
    display:flex;
    align-items:center;
    padding:80px 0;
}
.serv-banner8 h1 {
    font-size: 60px;
    color: #fff;
    padding-bottom: 10px;
}
.background_black:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1e1e1eb3;
    top:0;
}
.bmn {
    width: 51px;
}
.fbox {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}
.plan {
    background: url(../images/lawbooks.webp) no-repeat center;
    background-size: cover;
    padding: 32px 48px;
    border-radius: 8px;
    position: relative;
    
}
.plan::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    left: 0px;
    top: 0;
}
.mnx {
    width: 70px;
    margin-right: 15px;
}
.headingbox h2 {
    color: #000;
    text-align: center;
    font-size: 36px;
    margin-bottom: 16px;
}
.headingbox p {
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.cerclebox {
	display: flex;
	justify-content: center;
	gap: 18px;
}
.l_cercle {
    width: 192px;
    height: 192px;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    border: 6px solid var(--primary-color);
    text-align: center;
    overflow: hidden;
    padding-top: 21px;
    margin: 0px auto;
}
.l_cercle:before {
    position: absolute;
    content: "";
    width: 165px;
    height: 165px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    left: 8px;
    top: 7px;
}
.l_cercle h2 {
    font-family: var(--font-montserrat);
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: 700;
    padding-top: 27px;
}
.l_cercle h4 {
    font-size: 12px;
    line-height: 1.5;
    color: var(--primary-color);
}
.l_cercle p:before {
    position: absolute;
    content: "";
    width: 64px;
    height: 2px;
    background-color: var(--primary-color);
    bottom: -5px;
    left: 60px;
}
.l_cercle p{
    position: relative;
}

.r_cercle {
    width: 192px;
    height: 192px;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    border: 6px solid var(--secondary-color);
    text-align: center;
    overflow: hidden;
    padding-top: 13px;
    margin: 0px auto;
}
.r_cercle::before{
   position: absolute;
    content: "";
    width: 165px;
    height: 165px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    left: 8px;
    top: 7px;
}
.r_cercle h2 {
    font-family: var(--font-montserrat);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 3px;
    padding-top: 41px;
}
.r_cercle h4 {
    font-size: 12px;
    line-height: 1.5;
    color: var(--primary-color);
}
.r_cercle p:before {
    position: absolute;
    content: "";
    width: 64px;
    height: 2px;
    background-color: var(--primary-color);
    bottom: -5px;
    left: 60px;
}
.r_cercle p{
    position: relative;
}

.sbox2 {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    background: #fff;
    position: relative;
    transition: all;
    padding: 24px;
    margin-bottom: 30px;
    min-height: 380px;
    transition: transform 0.3s ease;
}
.sbox {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    background: #fff;
    position: relative;
    transition: all;
    padding: 24px;
    margin-bottom: 30px;
    min-height: 296px;
    transition: transform 0.3s ease;
}
.sbox h2 {
  color: var(--sub-color);
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.5s;
}
.sbox2 h2 {
  color: var(--sub-color);
  font-size: 20px;
  margin-bottom: 13px;
  line-height: 1.5s;
}
.sbox2 h5 {
  color: var(--secondary-color);
  font-size: 16px;
  margin-bottom: 13px;
  line-height: 1.5s;
  font-family: HelveticaNeueMedium;
}
.ic {
    border-radius: 8px;
    width: 64px;
    height: 64px;
    background-color: var(--primary-color);
    background-image: linear-gradient(to bottom right, var(--primary-color), var(--secondary-color));
    padding: 10px;
    text-align: center;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 16px;
    font-size: 25px;
}
.icg{
   background-color: #ebf7ed;
    border-radius: 50%;
    width: 64px;
    height: 64px; 
    padding: 10px;
    text-align: center;
    line-height: 1.7;
    color: var(--secondary-color);
     margin-bottom: 16px;
    font-size: 25px;
}
.green{
    color: var(--secondary-color);
    font-family: HelveticaNeueMedium;
}
.eco {
    padding-bottom: 25px;
    font-size: 32px;
    color: var(--primary-color);
    font-weight: 700;
    font-family: var(--font-montserrat);
}
.eco1 {
    padding-bottom: 18px;
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 700;
    font-family: var(--font-montserrat);
}
.eco2 {
    padding-bottom: 40px;
    font-size: 24px;
    color: #374151;
    font-weight: 600;
    font-family: var(--font-montserrat);
}
.sbox:hover{
     -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
      transform: scale(1.05);
}
.sbox2:hover{
     -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
      transform: scale(1.05);
}
.iccon h4{
    font-size: 20px;
    font-family: var(--font-montserrat);
    color: var(--sub-color);
    font-weight: 600;
}
.whybox {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}
.icm{
   margin-right: 16px; 
   color: var(--secondary-color);
}
.col1 .icm {
    background-color: #e6ebf4;
    width: 118px;
    height: 46px;
    border-radius: 8px;
    text-align: center;
    line-height: 2.7;
    color:var(--primary-color)
}
.col2 .icm {
    background-color: #ebf7ed;
    width: 118px;
    height: 46px;
    border-radius: 8px;
    text-align: center;
    line-height: 2.7;
    color:var(--secondary-color)
}
.col1 .iccon h4{
    color: var(--primary-color);
}
.col2 .iccon h4{
    color: var(--secondary-color);
}
.boximg2 img {
    width: 100%;
}
.boximg2 {
    width: 445px;
    height: auto;
    margin: 0px auto;
}
.realbox {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    background: #fff;
    position: relative;
    transition: all;
    padding: 24px;
    margin-bottom: 30px;
    min-height: 380px;
    transition: transform 0.3s ease;
    border-top: 4px solid var(--secondary-color);
    border-radius: 8px;
}
.realbox:hover {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transform: scale(1.05);
}
.realbox2 {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    background: #fff;
    position: relative;
    transition: all;
    padding: 24px;
    margin-bottom: 30px;
    min-height: 380px;
    transition: transform 0.3s ease;
    border-top: 4px solid var(--primary-color);
    border-radius: 8px;
}
.realbox2:hover {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transform: scale(1.05);
}
.realcon h4 {
     font-family: var(--font-montserrat);
     font-size: 16px;
     font-weight: 600;
     text-align: center;
     padding-top: 32px;
     padding-bottom: 10px;
}
.green.text-center {
    display: block;
}

/*================end=================*/
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 11px;
    vertical-align: middle;
    content: "";
    border-top: .3em solid !important;
    border-right: .3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: .3em solid transparent !important;
    display: none;
}

/*new*/
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
    justify-content: flex-end;
}
.navbar {
    padding: 0rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px !important;
    padding-left: 15px !important;
    color: #5c5c5c !important;
    font-size: 18px !important;
    position: relative;
    font-family: var(--font-montserrat);
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    padding-right: 15px !important;
    padding-left: 15px !important;
    color: #0b3f92 !important;
    font-size: 18px !important;
    position: relative; 
}
.nav-item2 {
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 0;
    list-style: none;
}
.navbar-brand img {
    height: 80px;
}
.dropdown-menu {
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 319px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff !important;
    background-clip: padding-box;
    border: none;
    border-radius: inherit;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    border-radius: 8px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 0px 8px 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--primary-color);
    letter-spacing: 0.5px;
    text-decoration: none;
    background-color: transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
/*=============for sticky=========*/
.sticky {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0px;
    background: #f2f2f2;
    height: 80px;
    padding: 5px 0px;
    box-shadow: 0px 0px 5px #ccc;
    z-index: 999;
}
      #menu-bar{
      transition: 0.4s;
      border-bottom: 1px solid #eff0f0;
        }
/*==============end==*/
#banner {
    position: relative;
    background-position: 0% 40%;
    object-fit: cover;
}
.carousel-item img {
    width: 100%;
    object-fit: cover;
}
.carousel-caption h5 {
    font-family: JosefinSans-Regular;
    font-size: 35px;
}
.carousel-caption p {
    font-family: Poppins-Light;
     font-size: 18px;
    color: #fff;
}
.overlay {
    width: 100%;
    height: 100%;
    background: url(../images/overlay.png) repeat center;
    position: absolute;
    top: 0;
}
.carousel-caption h3 {
    font-size: 50px;
    color: #fff;
    font-family: JosefinSans-Regular;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
    bottom: 36px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 32%;
}
.offerTitle {
    background-color: #f2f2f2;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 12px;
}
.offerTitle h4{
   font-family: JosefinSans-Regular;
   font-size: 18px;
   color: #333;
   margin: 0;
  }
.offerTitle a{
   font-family: JosefinSans-Regular;
   font-size: 18px;
   color: #333;
  }

  .offerContent:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #000;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.offerContent:hover:after { 
  width: 100%; 
  left: 0; 
}
  .offerContent{
    background-color: #f2f2f2;
    cursor: pointer;
    position: relative;

  }
  .offerTitle{
     background-color: #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
  }

.offerContent:hover .offerTitle {
 cursor: pointer;
 background-color: #d7d7d7;
}

.owl-ptnr .owl-nav button {
    margin-left: 5px;
    margin-right: 5px;
}
.owl-ptnr .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    display: none;
}
.owl-ptnr .owl-dots{
    display: none;

}
.offerPrice h5 {
    font-size: 18px;
    text-align: center;
    color: #000;
    font-family: JosefinSans-Regular;
}
.offerContent2.ts {
    background-color: transparent;
    border:none; 
}

.owl-prftn .owl-dots button {
    width: 14px;
    height: 14px;
    background-color: #ccc !important;
    border-radius: 50%;
    margin-left: 3px;
    margin-right: 3px;
}
.owl-prftn .owl-nav{
  display: none;
}
.owl-prftn .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.title_hed.gap20 {
    padding-bottom: 30px;
}

.owl-prftn .owl-dots .active  {
    width: 14px;
    height: 14px;
    background-color: #000 !important;
    border-radius: 50%;
    margin-left: 3px;
    margin-right: 3px;
}

.title_hed h3 {
    text-align: center;
   font-family: JosefinSans-Regular;
    font-size: 22px;
    margin-bottom: 35px;
}

.title_hed {
    position: relative;
}

.smline{
  width: 139px;
  height: 2px;
  background-color: #c3c3c3;
  display: block;
  margin-left: auto;
  margin-right:auto; 
}
.bigine{
  width: 93px;
  height: 2px;
  background-color: #c3c3c3;
  display: block;
  margin-left: auto;
  margin-right:auto;
      margin-top: 15px;
      margin-bottom: 6px;
 
}
.ser_slide p {
    padding-top: 25px;
    margin: 0;
    padding-bottom: 20px;
    font-size: 14px;
}
.ptext h2{
  text-transform: uppercase;
  font-family: JosefinSans-Regular;
  font-size: 35px;
  text-align: center;
  color: #fff;
  padding-top: 233px;
}
.box_xon {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bfbfbf;
}
.box_xon p {
    font-size: 25px;
    color: #333;
}
.img-responsive {
    max-width: 100%;
}

.bgcont h4 {
    font-size: 20px;
    font-family: JosefinSans-Regular;
    padding-top: 20px;
    margin: 0;
    padding-bottom: 10px;
}
.bgcont {
    padding-left: 15px;
    padding-right: 15px;
}
.more  {
    color: #121212;
    font-size: 14px;
    transition: 0.3s;
}
.more:hover {
    color: #0c67b5;
    font-size: 14px;
}
.blurbox {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.sub_sldr h4 {
    color: #fff;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 46px;
    font-size: 35px;
    text-shadow: 3px 3px 5px #000;
}



/*======================footer=================================*/
footer {
    background-color: var(--primary-color);
}
.fcon h2 {
    color: #fff ;
    font-size: 20px;
    margin-bottom: 19px;
}
.fcon h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 19px;
}
.wh-sm {
    color: #fff !important;
    font-size: 14px !important;
    margin-left: 12px;
}
.cbox p {
    margin-bottom: 3px;
}

.kl li a {
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    font-size: 14px;
    padding-left: 0px;
}
.kl li a:hover {
    color:var(--secondary-color);
     transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;

}
.kl li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;

}
.kl li:last-child {
    display: flex;
    border-bottom: none;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 8px;
}
.kl {
    margin-top: 5px;
}
.fcon h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.footerdown {
    background-color: var(--primary-color);
    color: #fff;
}
.bdr p {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 40px;
    text-align: left;
    font-size: 16px;
    color: #fff;
}
.hedm h3 {
    font-size: 18px;
    color: #fff;
}
.bdr {
    border-top: 1px solid #3481cc;
}
.top-socil ul {
    display: flex;
    text-align: center;
}
.top-socil svg {
    width: 40px;
    height: 40px;
}
.top-socil ul li a {
    text-align: center;
    line-height: 1.7;
    font-size: 19px;
    color: #fff;
}
.top-socil ul li a:hover {
color: var(--secondary-color);
}

.top-socil {
    margin-top: 0px;
    margin-bottom: 45px;
}
.top-socil ul li {
    vertical-align: middle;
    margin-right: 19px;
}
.ibox p {
    font-size: 12px;
    color: var(--primary-color);
    padding-top: 15px;
}
.ibox {
    padding: 24px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    text-align: center;
    min-height: 203px;
}
.item {
    padding: 10px;
}

.setic {
    font-size: 54px;
    margin-bottom: 2px;
    color:var(--secondary-color)
}
.bg_dark {
    background-color: #e9ebed;
}
.eco h4 {
    padding-bottom: 20px;
    font-size: 20px;
    color: var(--sub-color);
    font-weight: 500;
    font-family: var(--font-montserrat);
}
.mnbox p {
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 30px;
    font-size: 15px;
}
.mnbox h4 {
    margin-bottom: 24px;
    font-weight: 800;
    font-family: var(--font-montserrat);
    font-size: 20px;
    color: var(--primary-color);
}
.blbox {
    border-top: 4px solid var(--primary-color);
    border-radius: 12px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    padding: 40px;
    background-color: #fff;
    transition: transform 0.3s ease;
    min-height: 337px;
}
.blbox:hover{
  -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
      transform: scale(1.05);
      box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 20px;
}
.rlbox{
    border-top:4px solid var(--secondary-color);
    border-radius:12px;    
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)
;
padding: 40px;
background-color: #fff;
transition: transform 0.3s ease;
min-height: 337px;
}
.rlbox:hover{
  -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
      transform: scale(1.05);
      box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 20px;
}

.flex {
    display: flex;
    align-items: inherit;
    padding-top: 10px;
}
.circle {
    background-color: var(--primary-color);
    background-image: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    font-family: HelveticaNeueMedium;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 2.6;
    font-size: 18px;
    margin-right: 15px;
}
.blm h5 {
    font-size: 16px;
    color: var(--primary-color);
    font-family: HelveticaNeueMedium;
    margin-bottom: 5px;
    margin-top: 6px;
}
.blm p {
    font-size: 12px;
    color: #6b7280;
}
.mlm h5 {
    font-size: 16px;
    color: var(--secondary-color);
    font-family: HelveticaNeueMedium;
    margin-bottom: 5px;
    margin-top: 6px;
}
.mlm p {
    font-size: 12px;
    color: #6b7280;
}
/*===========================================================
====================================================================css start for other page
===================================================================================================================================*/
.cobox h1 {
    font-size: 45px;
    margin-bottom: 10px;
    font-weight: 700;
}

.cobox h2 {
    font-size: 24px;
    margin-bottom: 24px;
    font-family: HelveticaNeueBold;
    color:#fff
}
.cobox p{
    font-size: 16px;
    color: #fff;
}
.cobox4 h1 {
    font-size: 60px;
    margin-bottom: 10px;
    font-weight: 700;
}

.cobox4 h2 {
    font-size: 24px;
    margin-bottom: 24px;
    font-family: HelveticaNeueBold;
    color:#fff
}
.cobox4 p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 30px;
}
.block_b {
    background-color: #fff;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 30px;
    display: flex;
    align-items: normal;
}
.block_b h4 {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 700;
    font-family: var(--font-montserrat);
    margin-bottom: 5px;
}
.block_b p{
    color: var(--primary-color);
     font-size: 14px;
    font-family: HelveticaNeueMedium;
     margin-bottom: 0px;
}

.block_g {
    background-color: #fff;
    border-radius: 8px;
    padding: 18px;
    display: flex;
    align-items: normal;
    margin-bottom: 30px;
}
.block_g h4 {
    font-size: 24px;
    color: var(--secondary-color);
    font-weight: 700;
    font-family: var(--font-montserrat);
    margin-bottom: 5px;
}
.block_g p{
    color: var(--secondary-color);
     font-size: 14px;
      font-family: HelveticaNeueMedium;
     margin-bottom: 0px;
}
.icabout svg {
    width: 55px;
    height: 55px;
    color: var(--primary-color);
}
.icabout, .icabout2 {
    margin-right: 22px;
}

.ebox h3{
  font-weight: 700;
   font-family: var(--font-montserrat);
   color:#4b5563;
   margin-bottom: 20px;
   font-size: 18px;
}
.ebox p{
   color:#4b5563;
   margin-bottom: 0px;
   font-size: 16px;
}
.ebox{
    padding: 26px;
}
.color1{
  background-color: #e5eaf3;
  border:2px solid #a4b8d6;
  border-radius: 8px;
}
.color1 h2{
   font-weight: 700;
   font-family: var(--font-montserrat);
   font-size: 30px;
   color:var(--primary-color);
}

.color2{
  background-color: #dfedf7;
  border:2px solid #accee9;
  border-radius: 8px;
}
.color2 h2{
   font-weight: 700;
   font-family: var(--font-montserrat);
   font-size: 30px;
   color:var(--sub-color);
}

.color3{
  background-color: #ebf7ed;
  border:2px solid #b9e5be;
  border-radius: 8px;
}
.color3 h2{
   font-weight: 700;
   font-family: var(--font-montserrat);
   font-size: 30px;
   color:var(--secondary-color);
}
.line1 {
    width: 4px;
    height: 128px;
    background: linear-gradient(to bottom, #0f4394 0%, #839dc8 50%, #fff 100%);
    position: relative;
    margin: 0px auto;
}
.line1:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    background-color: #fff;
    border: 4px solid #0f4394;
    border-radius: 50%;
    left: -8px;
    top: -3px;
}
.line2 {
    width: 4px;
    height: 128px;
    background: linear-gradient(to bottom, #207bc2 0%, #7bb2dc 50%, #fff 100%);
    position: relative;
    margin: 0px auto;
}
.line2:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    background-color: #fff;
    border: 4px solid #207bc2;
    border-radius: 50%;
    left: -8px;
    top: -3px;
}
.line3 {
    width: 4px;
    height: 128px;
    background: linear-gradient(to bottom, #3bb54c 0%, #8cd496 50%, #fff 100%);
    position: relative;
    margin: 0px auto;
}
.line3:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    background-color: #fff;
    border: 4px solid #3bb54c;
    border-radius: 50%;
    left: -8px;
    top: -3px;
}
.anback{
   background: linear-gradient(to right, #0B3F92 0%, #1E7BC3 50%, #3BB54C 100%);
   height: 32px;
   border-radius: 50px; 
   overflow: hidden;
   box-shadow:  0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
   
}
.abox{
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background-color: #fff;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.disbox p {
    font-size: 19px;
    color: #374151;
    font-weight: 500;
    margin-bottom: 35px;
    line-height: 1.7;
}
.specp {
    color: #374151;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
}
.iccon2 h4{
    font-size: 20px;
    font-family: var(--font-montserrat);
    color: var(--primary-color);
    font-weight: 700;
}
.iccon2 p {
    margin-bottom: 0;
    line-height: 1.7;
}
.identitybox {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 48px;
    border-radius: 8px;
}
.icm2 svg {
    width: 30px;
    height: 30px;
    color:var(--secondary-color);
    margin-right: 15px;
}
.mandate {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
    transition: all;
    transition-duration: 0.3;
    padding: 40px;
    border-radius: 8px;
    min-height: 329px;
    background-color: #F8F9FA;
}
.mandate:hover {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.mandatecon h3 {
  font-size: 24px;
    font-family: var(--font-montserrat);
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 16px;
}
.mandatecon h4 {
  font-size: 18px;
    font-family: var(--font-montserrat);
    color: var(--secondary-color);
    font-weight: 700;
    margin-bottom: 12px;
}
.mandatecon p{
    color: #374151;
    font-family: HelveticaNeueLight;
    font-size: 17px;
}
.mandate_ic svg {
    width: 45px;
    height: 45px;
    color:var(--secondary-color);
    margin-right: 15px;
}
.mandate_ic2 svg {
    width: 45px;
    height: 45px;
    color:var(--secondary-color);
    margin-right: 15px;
}
.mandate_ic2 img {
    margin-right: 15px;
}
.clolor_spec h3{
    color:#3bb54c !important;
}
.clolor_spec h4{
    color:#0b3f92 !important;
}
.leadeshipbox {
    padding: 35px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    transition: 0.3s;
    min-height: 393px;
    background-color: #fff;
}
.leadeshipbox:hover {
    padding: 35px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 20px;
    border-radius: 8px;
    transition: 0.3s;
}
 
.led{
    display: flex;
    align-items: start;
    margin-bottom: 24px;
}
.lic img {
    margin-right: 15px;
}
.lic svg {
    width: 35px;
    height: 35px;
    color:var(--primary-color);
    margin-right: 15px;
}
.led h3{
    font-size: 24px;
    font-family: var(--font-montserrat);
    color: var(--primary-color);
    font-weight: 700;
}
.leadeshipbox h4 {
    font-size: 18px;
    font-family: var(--font-montserrat);
    color: var(--secondary-color);
    font-weight: 700;
    margin-bottom: 24px;
}
.ledcon p{
    color: #374151;
    margin-bottom: 0;
    line-height: 1.6;
}
.ledcon {
    position: relative;
    padding-left: 30px;
}
.ledcon:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background-color: var(--secondary-color);
    left: 0;
}

.clolor_spec .ledcon:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background-color: #0b3f92 !important;
    left: 0;
}
.clolor_spec .lic svg {
    width: 35px;
    height: 35px;
    color:#3bb54c;
    margin-right: 15px;
}
.boximg img {
    width: 100%;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.color_g{
    color: #3bb54c !important;
}
.color_b{
    color: var(--primary-color);
}
.cgn p{
    border-bottom:2px solid var(--primary-color)
}
/*------------------contact----------------------*/
.bibbox2 h2 {
    font-size: 29px;
    color: var(--primary-color);
    margin-bottom: 0px;
}
.bibbox2 h3 {
	font-size: 28px;
    color:var(--primary-color);
    margin-bottom: 24px;
}
.bibbox2 p{
   margin-bottom: 32px;
color: #4b5563;
font-family: HelveticaNeueLight;
}
.sm-color{
   color: #4b5563;
   font-size: 17px; 
}
.sm-color:hover{
   color: #3bb54c !important;
   font-size: 17px; 
}
.items-start svg {
    width: 20px;
    height: 20px;
}
.cobox p {
    font-size: 20px;
    color: #ffffffe6;
    font-family: HelveticaNeueRoman;
}
.cbox h3 {
    color: var(--primary-color);
    font-size: 20px;
}
.con-lic svg {
    width: 24px;
    height: 24px;
    color: var(--secondary-color);
    margin-right: 10px !important;
}
.led2 {
    display: flex;
    align-items: start;
}
.leadeshipbox2 {
    padding: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    transition: 0.3s;
    margin-bottom: 30px;
}
.leadeshipbox2:hover {
    padding: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 20px;
    border-radius: 8px;
    transition: 0.3s;
}
.leadeshipbox3 {
    padding: 35px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    transition: 0.3s;
    margin-bottom: 30px;
}
.leadeshipbox3:hover {
    padding: 35px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 20px;
    border-radius: 8px;
    transition: 0.3s;
}
.bibbox2 h2 {
	font-size: 28px;
    color:var(--primary-color);
    text-align: left;
}
.form-control-clasic{
display:block;
width:100% !important;
padding:.375rem .75rem;
font-size:1rem;
line-height:1.5;
color:#495057;
background-color:#fff;
border-radius:8px;
border:1px solid #d1d5db;
}
.formbox{
    margin-top: 30px;
}
.formbox label{
    color: var(--primary-color);
     font-family: HelveticaNeueMedium;
}
textarea.form-control{
min-height:150px;
padding:12px 14px;
line-height:1.4;
resize:vertical;
}

textarea.form-control::placeholder{
color:#888;
opacity:1;
}



.mihe{
    min-height: 150px;
    
}
.mb-5 {
    margin-bottom: 26px !important;
}
.dabtn.w-full {
    width: 100%;
    text-align: center;
}
.gaps{
   border-left:8px solid var(--primary-color);
    border-radius:12px; 
    padding: 48px;
    position: relative;
    background-color: #fff; 
    transition: all; 
}
.gaps:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 20px;
    border-radius: 8px;
    transition: 0.3s;
}
.gap{
   border-left:8px solid var(--primary-color);
    border-radius:12px; 
    padding: 48px;
    position: relative;
    background-color: #fff; 
    transition: all; 
}
.gap:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 20px;
    border-radius: 8px;
    transition: 0.3s;
}
.gap p {
    position: relative;
    padding-left: 19px;
}
.gap p:before {
    width: 8px;
    height: 8px;
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: var(--secondary-color);
    top: 7px;
    left: 0px;
}
.blbox2 {
    position: relative;
    padding: 2px 0px 7px 0px;
}

.blbox2:before {
    content: "";
    position: absolute;
    background-color: rgba(11, 63, 146, 0.4);
    background-image: linear-gradient(to right, rgba(11, 36, 146, 0.4), rgba(59, 181, 76, 0.4));
    filter: blur(10px);
    border-radius: 8px;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}
.blbox5 {
    position: relative;
    padding: 2px 0px 7px 0px;
}

.blbox5:before {
    content: "";
    position: absolute;
    background-color: rgba(11, 63, 146, 0.4);
    background-image: linear-gradient(to right, rgba(59, 181, 76, 0.4), rgba(11, 36, 146, 0.4));
    filter: blur(10px);
    border-radius: 8px;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}



.mnbox2 p {
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 40px;
    font-size: 20px;
    font-style: italic;
    color: #1f2937;
}
.flex-massage {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.blm h6 {
    font-size: 14px;
    margin-bottom: 4px;
    font-family: HelveticaNeueMedium;
}
.colon {
    font-size: 72px;
    position: absolute;
    right: 46px;
    top: 12px;
    color:var(--primary-color);
    opacity: 0.3;
}
.cerblock img {
    width: 100%;
    border-radius: 50%;
    height: 97px;
    display: block;
    text-align: center;
    margin-top: 15px;
    border: 1px solid #3481cc;
    padding: 5px;
}

.connectwith {
    background: url(../images/cont_home.avif) no-repeat center;
    background-size: cover;
    padding: 83px 48px;
    margin-bottom: 50px;
   

}
.ched h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    font-family: var(--font-montserrat);
    text-align: left;
}
.setic svg {
    width: 80px;
    height: 80px;
}
.certification {
    background-color: #F8F9FA;
}
.icg svg {
 color: #3bb54c !important;
  width: 30px;
    height: 30px;
}
.certbox {
    width: 250px;
    height: 250px;
}

.certbox img {
    width: 100%;
    border-radius: 50%;
    border: 4px solid var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.certbox2 {
    width: 250px;
    height: 250px;
}

.certbox2 img {
    width: 100%;
    border-radius: 50%;
    border: 4px solid var(--secondary-color);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ledership {
    background-color: #F8F9FA;
}
.partner{
   background-color: #F8F9FA; 
}
.bibbox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 48px;
}
.bibbox svg {
    width: 28px;
    height: 28px;
    color:var(--secondary-color)
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; 
}



.nav-tabs .nav-link {
    
}


.ic svg {
    width: 30px;
    height: 30px;
}
.bibbox3 h2 {
    font-size: 24px;
    color: var(--primary-color);
    text-align: left;
}

/*====================================for faq style================================================================================*/

.fqbox{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 48px;
}
.fqbox svg {
    width: 32px;
    height: 32px;
    color: var(--secondary-color);
}
.fqbox h2 {
    font-weight: 700;
    font-size: 30px;
    font-family: var(--font-montserrat);
    color: var(--primary-color);
    margin-bottom: 0px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0b3f92;
    /* border-radius: 8px; */
}
.nav-pills .nav-link {
    border-radius: 8px;
    padding: 12px 27px;
    margin-right: 16px;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    color:var(--primary-color);
    font-family: HelveticaNeueMedium;
    font-size: 13px;
}
.nav-pills {
    display: flex;
    justify-content: center;
}

.nav-pills .nav-link:hover{
    background-color: #f3f4f6;
    color:var(--primary-color);
}

.accordion .btn svg {
  transition: 0.3s;
  color: #9ca3af;
}

/* When accordion is open */
.accordion .btn:not(.collapsed) svg {
  transform: rotate(180deg);
  color: var(--secondary-color);
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: none;
}
.card-body {
    background-color: #f3f7f8;
    border-top: #e3e1e1 1px solid;
}

button.btn.btn-link.btn-block.text-left {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: var(--primary-color);
    font-family: HelveticaNeueLight;
    font-weight: 600;
    text-decoration: none;
}
.accordion>.card {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    margin-bottom: 30px;
    border-radius: 8px !important;
    border: none;
}
.tab-content {
    margin-top: 44px;
}
.kbox {
    display: flex;
    justify-content: center;
    padding-bottom: 48px;
}
.kbox svg {
    width: 32px;
    height: 32px;
    color: var(--secondary-color);
}
.kbox h2 {
    font-weight: 700;
    font-size: 30px;
    font-family: var(--font-montserrat);
    color: var(--primary-color);
    margin-bottom: 0px;
}

.kwnodgebox {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    background: #fff;
    transition: transform 0.3s ease;
    margin-bottom: 35px;
    cursor: pointer;
    height:100%;
    display:flex;
    flex-direction:column;
}

    
.kwnodgebox:hover{
   box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 35px 0px;
    background: #fff;
     transition: transform 0.3s ease;
     -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
      transform: scale(1.05);
     
}
.pbox{
      padding: 20px;
     border-bottom-left-radius: 8px;  
     border-bottom-right-radius: 8px;  
      flex:1;
    display:flex;
    flex-direction:column;
}

.imgbox {
    overflow: hidden;
            border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.imgbox img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: transform 0.3s ease;
    height:180px;
    object-fit:cover;
}
.kwnodgebox:hover .imgbox img {
     transition: transform 0.3s ease;
     -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
      transform: scale(1.05);
      
}
.col-lg-4{
    margin-bottom:30px;
}
.kwnodgebox:hover .pbox h3 {
    color: var(--secondary-color);
}
.pbox h3 {
    font-weight: 700;
   font-size: 20px;
   font-family: var(--font-montserrat);
   color:var(--primary-color);
}
.pbox p{
    color: #4b5563;
    font-size: 16px;
    margin-bottom: 16px;
}
.dset svg {
  color: var(--secondary-color);
}
.dset {
    font-size: 14px;
    margin-top:auto;
}
.blue {
    color: var(--primary-color);
    font-family: HelveticaNeueMedium;
}
.blue:hover {
    color: var(--secondary-color);
    font-family: HelveticaNeueMedium;
}
.hdme {
    max-width: 84%;
}
.gback{
    background-color: #ebf7ed;
    color: var(--secondary-color);
    padding: 15px;
    border-radius: 8px;
    border:1px solid #d8e4d8;
   /* display: none;*/
}

/* services css*/
.scont {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 38px;
    border-radius: 8px;
}
.scont svg {
  color:var(--secondary-color);
}
.adbox {
    position: relative;
}












.title{
  text-align:center;
  font-size:36px;
  margin-bottom:40px;
}

.card-container{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.card2{
  position:relative;
  height:260px;
  border-radius:20px;
  overflow:hidden;
  cursor:pointer;
  transition:transform 0.4s ease;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.card2 img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 0.6s ease;
}

.overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.5);
  transition:background 0.4s ease;
}

/* Content Center */
.content2{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  padding:20px;
}

/* Default Title */
.default-content{
  transition:all 0.4s ease;
}

.default-content h3{
  font-size:24px;
}

/* Hover Content */
.hover-content{
  position:absolute;
  opacity:0;
  transform:translateY(20px);
  transition:all 0.4s ease;
}

.hover-content p{
  font-size:14px;
  margin-bottom:15px;
  color:#000;;
}

.btn{
  display:inline-block;
  padding:8px 16px;
  background:#fff;
  color:#000;
  text-decoration:none;
  border-radius:6px;
  font-size:14px;
}

/* ================= HOVER EFFECT ================= */

.card2:hover .content2{
  opacity:1;
  transform:translateY(0);
  background-color: rgba(255,255,255);
}

.bakgroundspec{
background-color: #F8F9FA;
}

.ckm {
    color: #3bb54c;
    font-size: 8px;
}

.card2:hover{
  transform:translateY(-8px);
}

.card2:hover img{
  transform:scale(1.1);
}

.card2:hover .overlay{
  background:rgba(0,0,0,0.65);
}

.card2:hover .default-content{
  opacity:0;
  transform:translateY(-20px);
}

.card2:hover .hover-content{
  opacity:1;
  transform:translateY(0);
}

/* ================= RESPONSIVE ================= */

@media(max-width:992px){
  .card-container{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .card-container{
    grid-template-columns:1fr;
  }
}

.mnbox3 p {
    padding-bottom: 15px;
    font-size: 16px;
}
.text-c {
    text-align: center;
}

#managed {
  scroll-margin-top: 180px;
}
#year {
  scroll-margin-top: 160px;
}
/*=======================blog details======================================*/
.blogdetails {
    border-bottom: 1px solid #e5e7eb;
}
.bdetails h3 {
    font-size: 48px;
    color: var(--primary-color);
      font-family: var(--font-montserrat);
      font-weight: 700;
}
.dset {
    font-size: 16px;
    color: #4b5563;
    font-family: HelveticaNeueLight
}
.main {
    padding-left: 44px;
    position: relative;
}
.main:before {
    content: ".";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--secondary-color);
    left: 11%;
    top: 7px;
    border-radius: 50%;
}
.dbox h3{
        font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(11 63 146 / var(--tw-text-opacity, 1));
}
.btn_box {
    display: flex;
    justify-content: center;
    gap: 19px;
    margin-top: 57px;
}
.pad_t_b_101 {
    padding-top: 51px;
    padding-bottom: 30px;
}

.whatsapp_float{
position:fixed;
width:55px;
height:55px;
bottom:20px;
right:20px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow:2px 2px 5px rgba(0,0,0,0.3);
z-index:1000;
display:flex;
align-items:center;
justify-content:center;
}

.whatsapp_float:hover{
background-color:#1ebe5d;
color:#fff;
text-decoration:none;
}

.loader {
  border: 3px solid #fff;
  border-top: 3px solid transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 0.8s linear infinite;
  display:inline-block;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

.pt-list {
    list-style: none;
    padding-left: 0;
}

.pt-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    line-height: 1.4;
}

.pt-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #3BB54C;   /* green dot */
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}



