/*=================================== bootstrap 5 start*==================================== */
.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}
.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}



/*=================================== bootstrap 5 end*==================================== */




















.sticky-header .main-menu .navigation > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -13px;
    width: 10px;
    height: 30px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
}

.main-header .logo-outer .logo img {width: 37vh;}
.main-menu .navigation > li > ul{width: 250px;}
.main-header .header-upper {padding: 0;}
.main-header .header-upper .upper-right {padding: 27px 0px 0px;}
.icon-box svg {
    fill: #1b57b0;
}
.w-120 {
    width: 120px;
}
.about-title .image-box {
    position: relative;
    margin-bottom: 0;
}
.counter-section .image-column .image-box:before {
    position: absolute;
    content: '';
    right: -70px;
    bottom: -100px;
    width: 615px;
    height: 519px;
    background: url(../images/background/pattern.png) center bottom no-repeat;
}
/* .team-member .inner-box .image-box {
  border: 1px solid #efefef;
} */
.footer-widget .list-style-one li .icon, .footer-widget .list-style-one li a{    color: #e4e6eb;}
.footer-widget .list-style-one li .icon svg{    fill: #e4e6eb;}
.main-header .info-box li{text-transform: none;color: #000000;}
.news-section .owl-controls .owl-nav {
    margin: 0px !important;
    position: absolute;
    right: 0px;
    top: -100px;
}
#FreeConsultation .modal-header{position: relative;}
#FreeConsultation .modal-header .close {
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 30px;
}
.tp-style-selector.content-popup {
    z-index: 999;
    position: fixed;
    right: 0;
       top: 45%;
    padding: 0;
    
    width: 0;
    transition: background-color .3s ease-in-out .3s,width 0s ease-in-out .6s,padding 0s ease-in-out .6s;
}

#tp_style_selector .group-style-toggle {
    position: absolute;
    top: 25%;
    opacity: 1;
    z-index: 999;right: 0;
    width: 54px;
}

#tp_style_selector .style-toggle {
    display: block;
    width: 100%;
    height: 62px;
    cursor: pointer;
    background: #fff;
    border-radius: 6px 0 0 6px;
    text-shadow: 0 0 0;
    font-weight: 400;
    color: #333;
    box-shadow: -3px 2px 6px -1px rgba(0,0,0,.14);
    font-size: 12px;
    line-height: 1;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 5px;
    transition: background-color 200ms ease-out;
}
#tp_style_selector .style-toggle a, #tp_style_selector .style-toggle span {
    color: #333;
    display: block;
    letter-spacing: -.3px;
    transition: unset;
}
#tp_style_selector .style-toggle a:before, #tp_style_selector .style-toggle span:before {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    margin: 6px auto;
    background-color: #36ccb1;
    -webkit-mask: url(../images/icon-demo.svg) no-repeat center center;
    mask: url(../images/icon-demo.svg) no-repeat center center;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.partner-section {
    position: relative;
    padding: 0px 0px 50px;
}

.partner-section h2 {
    position: relative;
    color: #1c1c1c;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
        font-family: 'Agency FB', sans-serif;
}
.partner-section .owl-controls {
    margin: 0px !important;
}
.partner-section .owl-controls .owl-nav {
    margin: 0px !important;
    position: absolute;
    right: 0px;
    top: -72px;
}
.partner-section .owl-controls .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 6px;
    width: 32px;
    height: 32px;
    padding: 0px;
    border: 1px solid #e8e8e8;
    color: #bcbcbc;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    border-radius: 0px;
    background: none !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.partner-section .owl-controls .owl-dots {
    display: none !important;
}
.partner-section .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
    border-color: #1c4583 !important;
    background-color: #1c4583 !important;
}

span.image_title {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2c5daf;
}
.partner_title {
    font-weight: 600;
    font-size: 18px;
    color: #1e4484;
}
.team-member .inner-box .lower-content .designation {
    position: relative;
    font-size: 17px;
    color: #000000;
    font-style: italic;
    font-weight: 500;
    margin-top: 20px;
}

.team-member .inner-box .lower-content p.pt-5 {
    font-weight: 500;
    color: #000;
    text-align: justify;
}

.service_content ul, .service_content ul li {
    list-style: disc;
    list-style-position: inside;
}
.default-two-column .content-column .inner-box .style-text{color:#000;font-weight: 700;    font-style: normal;}
.default-two-column .content-column .inner-box h3{    font-weight: 700;}
.default-two-column .image-column h3 {
    position: relative;
    font-size: 40px; font-weight: 700;
    color: #1c1c1c;
    line-height: 1.2em;
    font-family: 'Roboto', sans-serif;
}
.program-block .inner-box .text {
    position: relative;
    color: #000000;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: unset;
}

.testimonial-block .inner .text {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
}

.testimonial-block .inner .client-info .designation {
    color: #ffffff;
    font-size: 16px;
    font-style: italic;
}

.fullwidth-section-two .outer-box .left-column h3 {
    position: relative;
    color: #ff831e;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 22px;
}
.program-block .inner-box h3 a{font-size: 27px;background: #2577BE;    font-weight: bold;
background: linear-gradient(to right, #2577BE 13%, #F09700 68%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;} 

.program-section {
   
    background-color: #ffffff;
}

.program-section h2 {
    position: relative;
    color: #1c1c1c;
    font-size: 36px;    font-family: 'Agency FB', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.program-section .title-box {
    position: relative;
    margin-bottom: 15px;
}

.icon_image{width:50px;} 

.program-block .inner-box .icon-box {
    position: absolute;
    left: -33px;
    top: 50%;
    width: 64px;
    height: 53px;
    color: #ffffff;
    font-size: 36px;
    margin-top: -25px;
    text-align: center;
   background-color: #295ead;
}

.program-block .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -20px;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-bottom: 20px solid #295ead;
}

.program-block .inner-box .icon-box:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -20px;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-top: 20px solid #295ead;
}

.team-section .team-member{   
    box-shadow: 0px 0px 27px -9px rgba(0,0,0,.35);   
    --e-column-margin-right: 8px;
    --e-column-margin-left: 8px;
    padding: 0;
}
.team-section .team-member .inner-box .lower-content, .partner-section .team-member .inner-box .lower-content {
    
    padding: 24px 10px 10px  10px;
}

.team-section .team-member .inner-box, .partner-section .team-member .inner-box {
    position: relative;
    border: 2px solid #2c5daf5c;
    border-radius: 5px;
}

.team-section .owl-carousel .owl-stage, .partner-section .owl-carousel .owl-stage{display: flex;}
.team-section .team-member,.partner-section .team-member {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.team-section .inner-box,.partner-section .inner-box {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.partner-section .image-box {
    border-bottom: 1px solid #ededed;
}
.testimonial-block .inner .client-info .image img{height:100%;}
.sidebar .sidebar-widget {
    
    box-shadow: 0px 0px 27px -9px rgba(0,0,0,.35);
    --e-column-margin-right: 8px;
    --e-column-margin-left: 8px;
    padding: 10px;
}

.news-block .inner-box {
    position: relative;
    box-shadow: 0px 0px 27px -9px rgba(0,0,0,.35);
    --e-column-margin-right: 8px;
    --e-column-margin-left: 8px;
    padding: 10px;
}

.about-title .btn-style-one {
    position: relative;
    padding: 11px 24px;
    line-height: 24px;
    text-transform: uppercase;
    background: #ff8432;
    color: #ffffff;
    border: 2px solid #ff8432;
    font-size: 16px;
    font-weight: 700;
}
.btn-style-one:hover,.about-title .btn-style-one:hover {
    background: none;
    color: #ff8432 !important;
}

.default-two-column .content-column .inner-box .text p {
    position: relative;
    font-size: 17px;
    color: #000000;    text-align: justify;
    font-weight: 400;
    margin-bottom: 20px;
}
.fullwidth-section-one .outer-box .left-column .text {
    font-size: 17px;
    color: #fffdfd;
    font-weight: 600;
    margin-bottom: 33px;
}

.fullwidth-section-one .outer-box .left-column h4 {
    position: relative;
    color: #ff831e;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 22px;
}
.news-block .inner-box .image-box {
        height: 200px;
}

.service-page .news-block .inner-box .image-box {    
    height: auto;
}
.news-block .inner-box .image-box img {
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.contact-detail a {
    color: #fff;
}
.contact-detail .inner-box {
   
    padding: 25px 27px;
    
}
.whatsapp-button {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    position: fixed;
    bottom: 0;
    z-index: 111;
}
.whatsapp-button a {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    opacity: 1;
    width: 0;
    height: 0;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    color: #fff;
    font-size: 60px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26), 0 2px 10px 0 rgba(0, 0, 0, .22);
    cursor: pointer;
}
.whatsapp-button a {
    opacity: 1;
    width: 70px;
    height: 70px;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: #00c300;
}











@media (max-width: 767px) {
    .d-sm-block {
    display: block !important;
  }
  .default-two-column .content-column .inner-box .text p {text-align: left ;}
}

@media only screen and (max-width: 767px){
.main-menu .collapse.in, .main-menu .collapsing {
    padding: 0px 0px 0px!important;
    position: absolute;
}
.main-header.header-style-one .header-upper .upper-right {
    text-align: center;
    display: flex;
}
/* .main-header .header-upper .info-box {
    display: block;
    width: 44%;
    text-align: center;
    padding: 10px;
    margin: 0 auto 10px;
    max-width: none;
} */
.main-header .info-box li,.main-header .info-box strong {
    font-size: 12px;
}
.main-header .info-box li a {
    color: #000;
    font-size: 14px;
}
.main-header .nav-outer .outer-btn .consultation {    font-size: 15px;}
.main-header .info-box .whatsapp.icon-box{    margin: 0 auto 9px;}
.header-lower .auto-container{padding: 0;}
.main-header .nav-outer .outer-btn {  left: 7px!important;}
.main-header .nav-outer { padding: 0px 5px!important;}
.main-header .nav-outer .outer-btn .consultation {  padding: 9px 0!important;    font-size: 14px;}





}






.testimonial-block .inner .client-info {padding-left: 0px;
    display: flex;
}
.testimonial-block .inner .client-info .image {
    width: 150px;
    border-radius: 0;
    margin-right: 30px;position: relative;
    height: auto;
}
.testimonial-block .inner .client-info .image img {
    border-radius: 5%;
}
.main-footer .upper-box {
   
    background: #030303;
}
.default-two-column .image-column .image-box img {
    width: 100%;
    border: 2px solid #b8b8b8;
    border-radius: 5px;
}
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.service_content li::marker {
    color: #2c5daf;
    font-size: 2em;
}
/* .tp-banner-container{position: relative!important;} */
.about_heading h3 {
    position: relative;
    font-size: 40px;
    font-weight: 700;    margin-bottom: 20px;
    color: #1c1c1c;
    line-height: 1.2em;text-transform: uppercase;
    font-family: 'Agency FB', sans-serif;
}

.default-two-column .content-column .inner-box .text {
    position: relative;
    margin-top: -5px;
}
.about-title .inner-box span{font-family:"Calibri", sans-serif;}
.default-two-column {
    position: relative;
    padding-bottom: 30px;
}

.fullwidth-section-one .outer-box .left-column h2,.video-section .inner-box h3,.team-section h2,.fullwidth-section-two .outer-box .left-column h2,.fullwidth-section-two .right-column .form-outer h2{    font-family: 'Agency FB', sans-serif;}
.team-section h2{margin-bottom: 20px;}
 


















