
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    background-color: #FCFCFA;
    font-family: "Poppins", sans-serif;
}

.container {
    max-width: 1580px;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #242424;
}

a {
    text-decoration: none !important;
    outline: none !important;
}

img {
    max-width: 100%;
}

.p-0 {
    padding-left: 0;
    padding-right: 0;
}

#moveup {
	width: 45px;
    height: 45px;
    border-radius: 10px;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	position: fixed;
	right: 30px;
	left: auto;
	bottom: 50px;
	color: #fff;
	background-color: #00bd61;
	z-index: 9999;
}

#moveup:hover {
    background-color: #0552ba;
}

#moveup .bi {
    font-size: 18px;
    color: #fff;
}

.jumper.j1 {
	opacity: 0;
	
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.jumper.j1.showup{
	opacity: 1;
}

.slide-upright-div {
    transform: translate(10px, 120px);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.slide-upright-div.come-in {
    transform: translate(0, 0);
    opacity: 1;
}

.slide-upleft-div {
    transform: translate(-120px, 10px);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.slide-upleft-div.come-in {
    transform: translate(0, 0);
    opacity: 1;
}

.tab-hidden {
    display: flex;
}

/*---- Mbile Menu Toggle Button -----*/

.navbar-toggler,
.navbar-toggler:focus {
    outline: 0;
    border: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    width: 36px;
    height: 26px;
    position: relative;
    transition: .5s ease-in-out;
    /* border: 1px solid red; */
}

.navbar-toggler-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    background-color: #00bd61;
}


.navbar-toggler.collapsed .navbar-toggler-icon span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

.navbar-toggler.collapsed .navbar-toggler-icon span:nth-child(2) {
    top: 10px;
    transform-origin: left center;
}

.navbar-toggler.collapsed .navbar-toggler-icon span:nth-child(3) {
    top: 20px;
    transform-origin: left center;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
    left: -5px
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
    left: -5px
}

/*------- headertop-section ------*/

.headertop-section {
    background-color: #0552ba;
    padding: 7px 0;
}

.headertop-container .cntboxx {
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-right: 30px;
    display: inline-block;
}

.headertop-container .cntboxx a {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

.headertop-container .cntboxx a:hover {
    color: #00bd61;
}

.headertop-container .cntboxx span {
    display: inline-block;
    margin-left: 5px;
}

.headertop-container .cntboxx .bi {
    font-size: 18px;
}

.headertop-container .sicons {
    text-align: right;
}

.headertop-container .sicons .bi {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin: 0 7px;
    font-size: 20px;
    
    transition: .2s ease-in-out;
}

.headertop-container .sicons .bi:hover {
    color: #00bd61;   
}





/*------- top-main-header-section -------*/

.top-main-header-section {
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;

    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.top-main-header-section .navbar {
    padding: 0;
}

.main-header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;

    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* .main-header .navbar {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
} */

/* .main-header.shrink {
    transform: translateY(-49px);
} */

.main-header.shrink {
   box-shadow: rgb(5 82 186 / 20%) 0px 1px 30px 0px;
}

.main-header.shrink .top-main-header-section {
    background-color: rgba(252, 252, 250, .6);
    backdrop-filter: blur(10px);

    padding-top: 3px;
    padding-bottom: 3px;
}

.main-header.shrink .top-main-header-section {
    padding-top: 3px;
    padding-bottom: 3px;
}

.top-main-header-container .brainy-logo {
    width: 80px;
    height: auto;

    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-header.shrink .brainy-logo {
    width: 45px;
}

/* .main-header.half-sticky .brainy-logo,
.main-header.full-sticky .brainy-logo {
    width: 140px;
} */

/* .main-header.half-sticky .btn-primary,
.main-header.full-sticky .btn-primary {
    padding: .6rem 1.5rem;
    font-size: 14px;
} */

/* .main-header.half-sticky .btn-primary img,
.main-header.full-sticky .btn-primary img {
    width: 14px;
} */

.top-main-header-container .navbar-nav .nav-link,
.top-main-header-container .navbar-nav li > a{
    font-size: 16px;
    color: #212120;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    padding: .5rem 1.6rem;
    transition: .2s ease-in-out;
}

.top-main-header-container .navbar-nav .dropdown-menu li > a {
    padding: .3rem 1rem;
    display: block;
}

.top-main-header-container .navbar-nav .nav-link:hover,
.top-main-header-container .navbar-nav li > a:hover{
    color: #0552ba;
}

.top-main-header-container .navbar-nav .nav-link.active,
.top-main-header-container .navbar-nav li.current-menu-item > a{
    color: #0552ba;
}

.btn-primary {
    background-color: #00bd61;
    color: #fff;
    text-transform: capitalize;
    border-radius: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    outline: 0 !important;
    border: none;
    padding: 8px 22px;
    transition: .3s ease-in-out;
    
}

.btn-primary.wh {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #0552ba;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .25);
}

.btn-primary.wh:hover,
.btn-primary.wh:focus {
    background-color: #00bd61;
    border-color: #00bd61;
    color: #fff;
    box-shadow: none;
}

.big-grn-btn {
    background-color: #00bd61;
    color: #fff;
    text-transform: capitalize;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    outline: 0 !important;
    border: none;
    padding: 12px 32px;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}

.big-grn-btn:hover,
.big-grn-btn:focus{
    background-color: #84ba4a;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .25);
}

.dropdown:hover > .dropdown-menu,
.dropdown:focus > .dropdown-menu {
  display: block;
}

.dropdown-menu {
    min-width: 250px;
}

/*--------- topbanner-section ---------*/

.topbanner-section {
    padding-top: 150px;
    background-color: rgba(3, 81, 183, .8);
}

.topbanner-container h1 {
    color: #fff;
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 28px;
}

.topbanner-container h1 span {
    color: #000;
}

.topbanner-container p {
    color: #fff;
    font-weight: 400;
    margin: 0 0 20px;
}

.topbanner-container .icns-wrp {
    display: flex;
    flex-direction: row;   
    gap: 20px;
    margin: 40px 0 0;
}

.topbanner-container .icns-wrp .icn-bx {
    width: 138px;
    height: 60px;
    border-radius: 7px;  
    padding: 8px;
    box-sizing: border-box;
    background-color: #fff;  
    align-items: center;
    align-content: center;
    text-align: center;
}

.topbanner-container .icns-wrp .icn-bx img {
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}

.topbanner-container .pr4 {
    padding-right: 80px;
}

.topbanner-section .owl-carousel .owl-item img.rimg {
    max-height: 650px;
    width: auto;
    max-width: 100%
}

.topbanner-section .owl-carousel .owl-item .item {
    height: 650px;
    display: flex;
    align-items: end;
}

.topbanner-section .owl-carousel .owl-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
}

.topbanner-section .owl-carousel .owl-nav .bi{
    color: #fff;
    font-size: 32px;
}

.topbanner-section .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.topbanner-section .owl-theme .owl-nav [class*=owl-]:hover .bi {
    color: #8EC63F
}

.topbanner-section .owl-theme .owl-dots {
    margin-top: -50px !important;
    padding-bottom: 30px !important;
    position: relative;
    z-index: 1000;
}

.topbanner-section .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #fff;
}

.topbanner-section .owl-theme .owl-dots .owl-dot.active span, 
.topbanner-section .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00bd61;
}

/*------ serv-section ------*/

/* .serv-section {
    overflow: hidden;
} */

.padd-section {
    padding: 80px 0;
}

.main-heading {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
}

.serv-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
    overflow-y: scroll;
    margin: 60px 0 0;
}

.serv-wrap .serv-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px;
    height: 480px;
    width: 20%;
     position: relative; 
    overflow: hidden;

    transition: .3s ease-in-out;
}

.serv-wrap .serv-box .inner {
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
}

.serv-wrap .serv-box:hover {
    width: 45%;
}

.serv-wrap .top-bx {
    padding: 30px 20px;
}

.serv-wrap .top-bx .hadr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.serv-wrap .top-bx .hadr .lft {
    width: 100%;
    min-width: 300px;
}

.serv-wrap .top-bx .hadr .rght {
    width: 0;
    height: 0;
    visibility: hidden;

    transition: .3s ease-in-out;
}

.serv-wrap .top-bx .hadr .rght p {
    color: #fff;
}

.serv-wrap .top-bx .hadr h3 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: capitalize;
    margin: 0 0 30px;
}

.serv-wrap .top-bx .hadr h4 {
    font-size: 38px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0;
}

.serv-wrap .serv-box .mid {
    margin-top: 40px;
}

.serv-wrap .serv-box .mid img {
    width: 60px;

    transition: .3s ease-in-out;
}

.serv-wrap .serv-box .mid .inr {
    width: 0;
    height: 0;
    visibility: hidden;
}

.serv-wrap .serv-box .bottom-bx {
    border-top: 1px solid #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 8px 20px 18px;
    width: 100%;
}

.serv-wrap .serv-box .bottom-bx a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    outline: 0;
}

.serv-wrap .serv-box .bottom-bx a .bi {
    margin-left: 10px;
    margin-top: 2px;
    font-size: 18px;
    display: inline-block;
    vertical-align: text-top; 
}

.serv-wrap .serv-box:hover .hadr .lft {
    width: 50%;
}

.serv-wrap .serv-box:hover .hadr .rght {
    width: 50%;
    height: auto;
    visibility: visible;
}

.serv-wrap .serv-box:hover .inner {
    backdrop-filter: blur(15px);
}

.serv-wrap .serv-box:hover .mid img {
    width: 0;
    height: 0;
    visibility: hidden;
    transform: translateX(-50px);
}

.serv-wrap .serv-box:hover .mid .inr {
    width: 100%;
    height: auto;
    visibility: visible;
}

.serv-wrap .serv-box:hover .mid .inr h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.serv-wrap .serv-box:hover .mid .inr h5 span {
    font-size: 42px;
    font-weight: 700;
    display: block;
    margin: 0 0 12px
}

.serv-wrap .serv-box .bottom-bx a:hover {
    color: #00bd61;
}

/*============ chooseus-section ============*/

.chooseus-section {
    background-color: #ddf3fd;
    padding: 80px 0 0;
}

.chooseus-container .choose-box {
    padding: 30px 24px;
    border-radius: 30px;
    margin: 0 0 20px;
}

.chooseus-container .choose-box .head-box {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 0 0 30px;
}

.chooseus-container .choose-box .head-box svg {
    color: #84ba4a;
}

.chooseus-container .choose-box .head-box h3 {
    color: #0552ba;
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.chooseus-container .choose-box p {
    margin: 0;
}

.chooseus-container .choose-box:hover {
    background-color: #84ba4a
}

.chooseus-container .choose-box:hover h3,
.chooseus-container .choose-box:hover p{
    color: #fff;
}

.chooseus-container .choose-box:hover svg path {
    stroke: #fff;
}

/*============ indicator-section ==========*/

.indicator-section {
    background-color: #f7f7f7;
}

.section-heading {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: capitalize;
    color: #000;
    margin: 0 0 30px;
}

.indicator-container .section-heading {
    color: #0552ba; 
}

.counter-wrap {
    text-align: center;
}

.counter-wrap.mt5 {
    margin-top: 100px;
}

.counter-wrap span {
    font-size: 52px;
    font-weight: 700;
    color: #333;
    display: inline-block;
}

.counter-wrap .lght {
    font-weight: 300;
}

.counter-wrap p {
    font-size: 20px;
    color: #333;
    margin: 0;
}

.indicator-container .cntr{
    margin: 100px auto 0;
    text-align: center;
    display: block;
}

/*========= speciality-section ========*/

.speciality-section {
    /* position: relative; */
    background-image: url('../images/cirlce-icon.webp');
    background-position: bottom left;
    background-repeat: no-repeat;
}

.speciality-container .cntr {
     margin: 150px auto 80px;
    text-align: center;
    display: block;
}

.icntxt-bx-wrap {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    margin: 100px 0 0;
    flex-flow: row wrap;
}

.icntxt-bx-wrap .icntxt-bx {
    text-align: center;
    flex: 0 1 calc(18% - 10px);
}

.icntxt-bx-wrap .icntxt-bx svg,
.icntxt-bx-wrap .icntxt-bx img{
    width: auto;
    height: 86px;
}

.icntxt-bx-wrap .icntxt-bx h3 {
    font-size: 20px;
    font-weight: 500;
    color: #4f4f4f;
    margin: 40px 0 0;
}


/*========= logos-section =======*/

.logos-section {
    background-color: #effaff;
}

.logos-section .section-heading {
    text-align: center;
    margin: 0 0 100px;
}

#home-logos-slider .logo-box {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;    
}

#home-logos-slider .logo-box img {
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    transition: .2s ease-in-out;
}

#home-logos-slider .logo-box:hover img {
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

/*============= form-section ==========*/

.align-text-center {
    text-align: center;
}

.dsp-inblk {
    display: inline-block !important;
}

.form-section {
    background-image: url('../images/footer-form-bg.webp');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
}

.form-container .frm-para {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    margin: 60px 0 0;
}

.frm-wrp .hw {
    margin: 0 2% 26px 0;
    width: 47%;
    display: inline-block;
}

.frm-wrp p {
    margin-bottom: 0;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
}

.frm-wrp .fw {
    display: block;
    width: 98%;
}

.frm-wrp .frm-fld {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #c5c5c5;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    color: #000;
    padding: 15px 0;
    width: 100%;
    outline: 0;

    /* transition: .2s ease-in-out; */
}

.frm-wrp textarea.frm-fld {
    width: 100%;
    height: 120px;
}

.frm-wrp .frm-fld:focus {
    border-color: #00bd61;
}

.frm-wrp .smbt-btn {
    background-color: #00bd61;
    border: none;
    width: 100%;
    display: block;
    border-radius: 10px;
    text-align: center;
    padding: 16px 24px;
    color: #fff;
    text-transform: uppercase;
    margin: 40px 0 0;

    transition: .2s ease-in-out;
}

.frm-wrp .smbt-btn:hover {
    background-color: #0552ba;
    color: #fff;
}

/*-------  testimonials-section -------*/

.testimonials-section {
    /* position: relative; */
    padding: 137px 0 150px;
    overflow: hidden;

    background-image: url('../images/testimonial-bg-circle.svg');
    background-position: top right;
    background-repeat: no-repeat;

}

.testimonials-section .section-heading {
    margin-bottom: 100px;
}

.testimonials-container .testi-heading {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #111;
    font-size: 140px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

.testimonials-container .blu-arw {
    margin: 50px auto 0;
    display: block;
}

.testim .testi-box {
    background-color: rgba(255, 255, 255, .88);
    border-radius: 15px;
    padding: 43px 32px;
    backdrop-filter: blur(10px);
    border: 1px solid #DCDCDC;
    min-height: 377px;
    position: relative;
}

.testim .testi-box .testi-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 17px;
    margin-bottom: 20px;
    position: relative;
}

.testim .testi-box .testi-head:after {
    content: url('../images/icon-quotes2.svg');
    position: absolute;
    right: -10px;
    top: -30px;
    z-index: -1;
    height: 126px;
    width: auto;
}

.testim .testi-box .testi-head .img-box {
    width: 107px;
    height: 107px;
    border-radius: 8px;
    overflow: hidden;
}

.testim .testi-box .testi-head .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testim .testi-box .testi-head .cnt-box h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #111;
}

.testim .testi-box .testi-head .cnt-box h3 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(17, 17, 17, .83);
    margin: 10px 0;
}

.testim .testi-box .testi-head .cnt-box .stars {
    height: 18px;
    width: auto;
}

.testim .testi-box .testi-body {
    position: relative;
    padding-bottom: 20px;
}

.testim .testi-box:after {
    content: url('../images/icon-quotes.svg');
    position: absolute;
    right: 21px;
    bottom: 18px;
    z-index: -1;
    height: 42px;
    width: auto;
}

.testim .testi-box .testi-body p { 
    font-size: 19px;
    color: rgba(36, 36, 36, .90);
    margin: 0;
}

.testim .owl-theme .owl-nav {
    margin-top: 40px;
}

.testim .owl-carousel .owl-nav button.owl-next,
.testim .owl-carousel .owl-nav button.owl-prev {
    margin: 8px;
    font-size: 28px;
    color: #484848;
}

.testim .owl-carousel .owl-nav button.owl-next:hover,
.testim .owl-carousel .owl-nav button.owl-prev:hover {
    color: #00bd61;
}

.testim .owl-carousel .owl-nav button.owl-next:hover,
.testim .owl-carousel .owl-nav button.owl-prev:hover {
    background: none;
} 

/*========= footer CTA =========*/

.cta-section {
    background-color: #0552ba;
    padding: 60px 0;
}

.cta-container h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 16px;
    color: #fff;
}

.cta-container p {
    color: #fff;
    margin: 0;
}

.cta-container .align-right {
    text-align: right;
}

.cta-container .call-div {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.cta-container .call-div .bi {
    color: #fff;
    font-size: 42px;
}

.cta-container .call-div h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.cta-container .call-div h4 span {
    display: block;
    margin: 10px 0 0;
}

/*------------ jmprs ---------*/

.jmprs-box {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    right: auto;     
}

.jmprs-box .jmprs {
    position: relative;
    z-index: 9999;
    
    text-align: center;
    border: none;
    text-decoration: none;
    text-align: left;
    margin: 0 0 10px;
}

.jmprs-box .jmprs a {
    font-size: 12px;
    font-weight: 400;
    color: transparent;
    padding: 5px 8px;
    outline: 0;
    text-transform: uppercase;
    background-color: transparent;
    border-left: 2px solid #00bd61;
    display: inline-block;
    margin-left: 2px;
    cursor: pointer;
}

.jmprs-box .jmprs a:hover {
    background-color: #5c5c5c;
    color: #fff;
}

.pos-reltve {
    position: relative;
    z-index: 9999;
}

/*------------ rcnt-bars ---------*/

.rcnt-bars {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;   
    left: auto;
}

.rcnt-bars .rcnt-box {
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    cursor: pointer;
    background-color: #3E3E3E;

    transition: .3s ease-in-out;
    transform: translateX(135px);
}

.rcnt-bars .rcnt-box .bi {
    color: #00bd61;
    font-size: 22px;
}

.rcnt-bars .rcnt-box span {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

.rcnt-bars .rcnt-box a {
    color: #fff;
    text-decoration: none;
}

.rcnt-bars .rcnt-box:hover {
    transform: translateX(0);
    background-color: #111;
}

/*========== Service Page =========*/
 
.innerban-section {
    padding: 280px 0 60px;
    position: relative;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.innerban-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #044f94ba;
}

.innerban-section:after {
    content: '';
    background: linear-gradient(0deg, #00000080 19%, transparent) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    z-index: 1;
}

.innerban-container .inner {
    position: relative;
    text-align: center;
    z-index: 1000;
    width: 80%;
    margin: 0 auto;
}

.innerban-container .inner h1 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 50px;
}

.innerban-container .inner p {
    font-size: 16px;
    color: #fff;
    margin: 0 0 20px;
}

.main-heading.blu {
    color: #0552ba;
}

.icount-container .main-heading {
    text-align: center;
}

.icount-container .counter-wrap {
    margin-top: 40px;
}

.counter-wrap.smm span{
    font-size: 42px;
    font-weight: 400;
}

.counter-wrap.smm p {
    font-size: 16px;
    margin: 10px 0 0;
}

.icta-container {
    background-color: #0552ba;
    border-radius: 30px;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.icta-container .col-lg-3 {
    text-align: right;
}

.icta-container h3 {
    color: #fff;
    margin: 0;
    font-size: 32px;
    font-weight: 400;
}

.zz-section {
    position: relative;
}

.zz-section.zz1:after {
    content: url('https://prettylogics.com/wordpress/vexta/wp-content/uploads/2026/04/hc-1.webp');
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.zz-section.zz2:after {
    content: url('https://prettylogics.com/wordpress/vexta/wp-content/uploads/2026/04/hc-2.svg');
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.zz-section.blubk {
    background-color: #e6f5fd;
}

.zz-container {
    position: relative;
    z-index: 1000;
}

.zz-container .section-heading {
    text-align: center;
}

.zz-section.grybk {
    background-color: #F8F8F8;
}

.faq-contr .main-heading {
    text-align: center;
}

.faq-contr .faq-item {
    border: 1px solid #e4e6f1;
    border-radius: 0;
    width: 100%;
    cursor: pointer;
   
    margin-bottom: 24px;
    transition: all .3s
}

.faq-contr .faq-container {
    width: 80%;
    margin: 40px auto 0;
}

.faq-contr .faq-question {
    font-size: 18px;
    font-weight: 700;
    color: #151515;
    position: relative;
    padding: 28px 32px;
}

.faq-contr .faq-question:after {
    content: "\F282";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 20px;
    top: 24px;
    font-size: 22px;
    color: #00bd61;
    transition: .2s ease-in-out;
}

.faq-contr .faq-question.active:after {
    transform: rotate(180deg);
}

.faq-contr .faq-answer {
    display: none;
    font-size: 16px;
    color: #474747;
    width: 95%;
    
    padding: 0 32px 28px;
}

.cnt-padd {
    padding-top: 180px;
}

.post, .page {
    margin: 0;
}

/*=============== Footer ===========*/

.main-footer {
    padding: 60px 0 0;
}

.foter-container .fmenu-heading {
    font-size: 16px;
    font-weight: 700;
    color: #4F4F4F;
    margin: 0 0 18px;
}

.foter-container .fmenu {
    padding: 0;
    margin: 0;
}

.foter-container .fmenu li {
    list-style: none;
}

.foter-container .fmenu li a {
    font-size: 14px;
    font-weight: 400;
    color: #242424;
    padding: 5px 0;

    transition: .2s ease-in-out;
}

.foter-container .fmenu li a:hover {
    color: #0552ba;
}

.foter-container .vimg {
    width: 120px;
    height: auto;
}

.foter-container .social-div {
    margin-top: 40px;
}

.foter-container .social-div .bi {
    font-size: 22px;
    color: #7e7e7e;
    margin: 5px 10px;
    transition: .2s ease-in-out;
}

.foter-container .social-div .bi:hover {
    color: #0552ba;
}
 
.copy-section {
    border-top: 1px solid #dbdbdb;
    margin-top: 60px;
    padding: 20px 0;
}

.copy-section .copy-txt {
    text-align: center;
    margin: 0;
    color: #242424;
}

.sticky-fix {
    height: 120px; 
}

/*============== Blog ===========*/

.bpost-wrap {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: 60px 0 0;
}

.bpost-wrap .bpost-box {
    flex: 0 1 calc(32% - 10px);
}

.bpost-wrap .bpost-box .fimg-box {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.bpost-wrap .bpost-box .fimg-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bpost-wrap .bpost-box h2 {
    font-size: 28px;
    margin: 15px 0;
    font-weight: 600;
    color: #151515;
}

.bpost-wrap .bpost-box a {
    text-decoration: none;
}

.widget {
    margin: 0;
}

/*========== Media Queries ==========*/

@media screen and (max-width: 1919px) {
    .container,
    .contnr2 {
        max-width: 1360px;
    }
    
    .topbanner-container h1 {
        font-size: 54px;    
    }
    
    .testim .testi-box {
        padding: 36px 22px;
        min-height: 420px;
    }
    
    .serv-wrap .serv-box {
        height: 510px;
    }
    
    .serv-wrap .top-bx .hadr h4 {
        font-size: 28px;
    }
    
    .serv-wrap .serv-box:hover .top-bx .hadr {
        flex-direction: column;
    }
    
    .serv-wrap .serv-box:hover .hadr .lft,
    .serv-wrap .serv-box:hover .hadr .rght {
        width: 100%;
    }
    
    .serv-wrap .serv-box .mid {
        margin-top: 0;
    }
    
    .serv-wrap .top-bx {
        padding-bottom: 0;
    }
    
    .serv-wrap .top-bx .hadr .rght p {
        margin: 0;
    }
    
    .serv-wrap .serv-box:hover .mid img {
        margin: 0;
    }
    
    .serv-wrap .serv-box .mid img {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1440px) {
   
}

@media screen and (max-width: 1365px) {
    .container,
    .contnr2 {
        max-width: 1200px;
    }
    
    #section-products .col-lg-7 {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {

    .container,
    .contnr2 {
        max-width: 100%;
    }
    
    .jmprs-container {
        display: none;
    }
    
    .topbanner-container .col-lg-7 {
        width: 100%;
    }
    
    .topbanner-container .col-lg-5 {
        display: none;
    }
    
    .topbanner-section {
        padding: 60px 0;
    }
    
    .topbanner-container .col-lg-7.align-content-center {
        align-content: flex-start !important;
    }
    
    .topbanner-section .owl-theme .owl-dots {
        display: none;
    }
    
    .serv-wrap {
        flex-direction: column;
    }
    
    .serv-wrap .serv-box {
        width: 100%;
    }
    
    .serv-wrap .serv-box:hover {
        width: 100%;
    }
    
    .serv-wrap .serv-box .top-bx .hadr {
        flex-direction: column;
    }
    
    .serv-wrap .serv-box .hadr .lft,
    .serv-wrap .serv-box .hadr .rght,
    .serv-wrap .serv-box .mid .inr{
        width: 100%;
        height: auto;
        opacity: 1;
        visibility: visible;
    }
    
    .serv-wrap .serv-box .mid img {
        display: none;
    }
    
    .serv-wrap .serv-box .inner {
        backdrop-filter: blur(15px);
    }
    
    .serv-wrap .serv-box .mid .inr h5 {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
    }
    
    .serv-wrap .serv-box .mid .inr h5 span {
        font-size: 42px;
        font-weight: 700;
        display: block;
        margin: 0 0 12px;
    }
    
    .serv-wrap .serv-box .mid {
        margin-top: 40px;
    }
    
    .serv-wrap .serv-box {
        height: 450px;
    }
    
    .serv-wrap .top-bx .hadr h4 {
        font-size: 32px;
    }
    
    .serv-wrap .top-bx .hadr h4 br {
        display: none;
    }
    
    .counter-wrap span {
        font-size: 36px;
    }
    
    .icntxt-bx-wrap .icntxt-bx {
        flex: 0 1 calc(17% - 10px);
    }
    
    .bpost-wrap .bpost-box {
        flex: 0 1 calc(48% - 10px);
    }
}

@media screen and (max-width: 991px) {
    
    .tab-hidden {
        display: none;
    }
   
    .top-main-header-container .navbar-nav li > a {
        padding: .5rem 1rem;
    }
    
    .main-heading {
        font-size: 36px;
    }
    
    .counter-wrap {
        margin: 0 0 40px;
    }
    
    .counter-wrap.mt5 {
        margin-top: 0;
    }
    
    .icntxt-bx-wrap .icntxt-bx {
        flex: 0 1 calc(26% - 10px);
    }
    
    .form-container .frm-para {
        margin: 60px 0 40px;
    }
    
    .foter-container .fmenu-heading {
        margin: 32px 0 15px;
    }
    
    .icta-container h3 {
        text-align: center;
    }
    
    .icta-container .col-lg-3 {
        text-align: center;
        margin: 40px 0 0;
    }
    
    .faq-contr .faq-container {
        width: 100%;
    }
    
    .inv .container .row {
        flex-direction: column-reverse;
    }
    
}

@media screen and (max-width: 767px) {
    
      /*.dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
      }*/
    
    .headertop-section {
        display: none;
    }

    .top-main-header-section .navbar-nav {
        margin-top: 20px;
    }

    .top-main-header-container .navbar-nav .nav-link.active:after {
        content: none;
    }

    .top-main-header-container .navbar-nav .nav-link.active {
        background-color: #00bd61;
        color: #fff;
    }

    .top-main-header-container .navbar-nav .nav-link {
        margin: 0 0 5px;
    }
    
    .main-header .top-main-header-section,
    .main-header.shrink .top-main-header-section{
        padding-top: 5px;
        padding-bottom: 5px;
        backdrop-filter: blur(0);
        background-color: #fff;
    }
    
    .main-header.shrink .brainy-logo,
    .main-header .brainy-logo{
        width: 52px;
    }
    
    .topbanner-container h1 {
        font-size: 42px;
    }
    
    .topbanner-section .owl-carousel .owl-item .item{
        height: 550px;
    }
    
    .section-heading,
    .counter-wrap.smm span{
        font-size: 36px;
    }
    
    .indicator-container .cntr {
        margin: 60px auto 0;
    }
    
    .icntxt-bx-wrap .icntxt-bx {
        flex: 0 1 calc(43% - 10px);
    }
    
    .cta-container .col-sm-6 {
        width: 100%;
        text-align: center;
    }
    
    .cta-container .big-grn-btn {
        margin-top: 40px;
    }
    
    .form-container .frm-para {
        font-size: 28px;
    }
    
    .top-main-header-container .navbar-nav li > a {
        padding: .3rem 1rem;
        display: block;
    }
    
    .navbar-nav .dropdown-menu {
        background-color: #ccc;
    }
    
    .innerban-container .inner h1 {
        font-size: 42px;
    }
    
    .innerban-container .inner {
        width: 100%;
    }
    
    .innerban-section {
        padding-top: 150px;
    }
    
    .bpost-wrap {
        flex-direction: column;
    }
    
    .bpost-wrap .bpost-box {
        flex: 1;
    }
}

@media screen and (max-width: 576px) {

    .top-main-header-container .brainy-logo,
    .main-header.half-sticky .brainy-logo, 
    .main-header.full-sticky .brainy-logo {
        width: 52px;
    }
    
    .topbanner-section {
        padding: 80px 0 40px;
    }
    
    .topbanner-section .owl-carousel .owl-item .item {
        height: 600px;
    }
    
    .sticky-fix {
        height: 40px;
    }
    
    .topbanner-container .pr4 {
        padding-right: 15px;
    }

    .serv-wrap .serv-box {
        height: auto;
    }

    .serv-wrap .serv-box .bottom-bx {
        position: relative;
        margin: 30px 0 0;
    }
    
    .padd-section {
        padding: 60px 0;
    }
    
    .frm-wrp .hw {
        width: 100%;
        display: block;
    }
    
    .speciality-container .cntr {
        margin: 60px auto 40px;
    }
    
    .chooseus-container .choose-box .head-box h3 {
        font-size: 22px;
    }
    
    .rcnt-bars .rcnt-box {
        background-color: rgba(62, 62, 62, .4);
    }
    
    .rcnt-bars .rcnt-box:hover {
        background-color: rgba(62, 62, 62, 1);
    }
    
    #home-logos-slider .logo-box {
        width: 120px;
        height: 120px;
    }
    
}