/* Primary color: #1A478F */
/* Hover yellow color: #f8d443 */

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Gordita';
    font-size: 16px;
    color: #202937;
    background: #ffffff;
}
.wow {
    visibility: hidden;
}

a {
    text-decoration: none;
}
a, 
button, 
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
p:last-child {
    margin-bottom: 0 !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(32, 41, 55, 0.5);
}
::-moz-placeholder { /* Firefox 19+ */
    color: rgba(32, 41, 55, 0.5);
}
:-ms-input-placeholder { /* IE 10+ */
    color: rgba(32, 41, 55, 0.5);
}
:-moz-placeholder { /* Firefox 18- */
    color: rgba(32, 41, 55, 0.5);
  }
.form-control:focus {
    color: #000000;
    background-color: inherit;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 60px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 32px;
    height: 32px;
    font-size: 10px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    color: #ffffff;
    background-color: #1A478F;
    border-color: #1A478F;
}

.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}
.owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #E7E7E7;
    border-radius: 100%;
}
.owl-carousel .owl-dots .owl-dot:hover {
    background-color: #1A478F;
}
.owl-carousel .owl-dots .owl-dot.active {
    background-color: #1A478F;
}

.inner-page {
    padding: 100px 0px 120px;
}
.secpadding {
    padding: 120px 0px;
}
/* Common Style :start */
.fw-500 {
    font-weight: 500;
}

.color-1 {
    color: #1A478F !important;
}

.hover-color-1 {
    color: #1A478F !important;
}

.bg-color-1 {
    background-color: #1A478F !important;
}
.bg-color-2 {
    background-color: #F8FCFF !important;
}

.hover-bg-color-1 {
    color: #1A478F !important;
}
.hover-bg-color-1 {
    color: #F8FCFF !important;
}

.hd-style-0 {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.5;
    color: #111827;
    margin-bottom: 10px;
}
.hd-style-1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: #111827;
    margin-bottom: 15px;
}
.hd-style-2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3;
    color: #111827;
    margin-bottom: 15px;
}

.subhd-style-0 {
    font-size: 36px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 20px;
}    
.subhd-style-1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    color: #1A478F;
    background: #F2F7FF;
    border-radius: 50px;
    padding: 14px 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}


.btn-style-1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #FFFFFF;
    background: #1A478F;
    border: 1px solid #1A478F;
    border-radius: 8px;
    padding: 15px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.btn-style-1 svg path {
    stroke: #ffffff;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-1:hover {
    color: #1A478F;
    background-color: transparent;
}
.btn-style-1:hover svg path {
    stroke: #1A478F;
}

.btn-style-1.btn-inverse {
    color: #1A478F;
    background: transparent;
    border-color: #1A478F;
}
.btn-style-1.btn-inverse svg path {
    stroke: #1A478F;
}
.btn-style-1.btn-inverse:hover {
    color: #ffffff;
    background-color: #1A478F;
}
.btn-style-1.btn-inverse:hover svg path {
    stroke: #ffffff;
}


.underline-style-1 {
    position: relative;
}
.underline-style-1::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background-image: url('../images/underline-shape-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 15px;
}
.underline-style-1.uline-small::after {
    bottom: -30px;
    background-image: url('../images/underline-shape-1-small.png');
}

.underline-style-2 {
    position: relative;
}
.underline-style-2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    background-image: url('../images/underline-shape-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 15px;
}

/* --- pagination 1 :start --- */
.pagination-1 .pagination {
    gap: 15px;
}
.pagination-1 .pagination .page-item .page-link {
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    color: #202937;
    background-color: transparent;
    border: 1px solid #F1F1F1;
    border-radius: 100% !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.pagination-1 .pagination .page-item.active .page-link,
.pagination-1 .pagination .page-item:hover .page-link {
    color: #fff;
    background-color: #1A478F;
    border-color: #1A478F;
}
/* --- pagination 1 :end --- */

/* Common Style :end */

/* Header Section :start */
header {
    background: #FFFFFF;
    border-bottom: 1px solid #F3F4F6;
    position: relative;
    z-index: 999;
}
/* Header Section :end */

/* footer section :start */
footer {
    color: #ffffff;
    background-color: #031736;
}
footer .fsec-top {
    padding: 80px 0px 50px;
}
footer .fsec-top .fst-logo-block .flogo {
    margin-bottom: 40px;
}
footer .fsec-top .fst-logo-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

footer .fsec-top .fst-block h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
}
footer .fsec-top .fst-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
footer .fsec-top .fst-block ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer .fsec-top .fst-block ul li:last-child {
    margin-bottom: 0 !important;
}
footer .fsec-top .fst-block ul li a {
    color: inherit;
}
footer .fsec-top .fst-block ul li a:hover {
    color: #f8d443;
}

footer .fsec-bottom .fsb-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 30px 0px;
    border-top: 1px solid rgba(238, 238, 238, 0.08);
}
footer .fsec-bottom .fsb-inner .fsb-copyright p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
footer .fsec-bottom .fsb-inner .fsb-socialmedia ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}
footer .fsec-bottom .fsb-inner .fsb-socialmedia ul li {
    flex-grow: 0;
    flex-shrink: 0;
}
footer .fsec-bottom .fsb-inner .fsb-socialmedia ul li a {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
    color: #ffffff;
    background-color: #1A478F;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
footer .fsec-bottom .fsb-inner .fsb-socialmedia ul li:nth-child(even) a {
    color: #1A478F;
    background-color: #ffffff;
}
footer .fsec-bottom .fsb-inner .fsb-socialmedia ul li a:hover {
    color: #1A478F;
    background-color: #ffffff;
}
footer .fsec-bottom .fsb-inner .fsb-socialmedia ul li:nth-child(even) a:hover {
    color: #ffffff;
    background-color: #1A478F;
}

.backtotop {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    font-size: 20px;
    color: #ffffff;
    background: #1A478F;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
}
.backtotop:hover {
    color: #ffffff;
    background-color: #f8d443;
}
/* footer section :end */


/* newsletter section :start */
.newsletter-section {
    background: #F8FCFF;
    padding: 120px 0px;
}
.newsletter-section .nlsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.newsletter-section .nlsec-left h3 {
    font-size: 42px;
    font-weight: 500;
    line-height: 60px;
}
.newsletter-section .nlsec-left form {
    margin-top: 65px;
    padding: 14px 14px;
    background: #FFFFFF;
    box-shadow: 0px 4px 61px rgba(151, 151, 151, 0.07);
    border: 1px solid transparent;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 88px;
}
.newsletter-section .nlsec-left form:focus-within {
    border-color: #1A478F;
}
.newsletter-section .nlsec-left form .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #202937;
    height: 100%;
    border-radius: 8px;
    border: 0;
}
.newsletter-section .nlsec-left form .btn-nlsubmit {
    width: 172px;
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 5px 5px;
}

.newsletter-section .nlsec-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* newsletter section :end */

/* our blog section :start */
.ourblog-section {
    padding: 120px 0px;
}
.ourblog-section .bloglist-wrap {
    margin-top: 60px;
}

.ourblog-slider .owl-stage-outer {
    filter: drop-shadow(0px 4px 127px rgba(0, 0, 0, 0.06));
}
.ourblog-slider .ourblog-block {
    box-shadow: none;
}

.ourblog-block {
    background: #FFFFFF;
    box-shadow: 0px 4px 127px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    overflow: hidden;
}
.ourblog-block .obb-image {
    width: 100%;
    height: 270px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
}
.ourblog-block .obb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.ourblog-block .obb-text {
    padding: 32px 24px;
    position: relative;
}
.ourblog-block .obb-text .btheart {
    position: absolute;
    top: 0;
    right: 32px;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    font-size: 24px;
    color: #ffffff;
    background: #FC6C7D;
    border-radius: 100%;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.ourblog-block .obb-text .btcategory {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ourblog-block .obb-text .btcategory p {
    font-size: 14px;
    font-weight: 400;
    color: #202937;
    margin-bottom: 0;
}
.ourblog-block .obb-text .btcategory > i {
    font-size: 5px;
    color: #202937;
}
.ourblog-block .obb-text .btcategory .type {
    font-weight: 500;
    color: #20B072;
}

.ourblog-block .obb-text .btdescription {
    margin: 32px 0px;
}
.ourblog-block .obb-text .btdescription p {
    font-size: 16px;
    font-weight: 400;
    color: #202937;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ourblog-block .obb-text .btbuttons {
    margin-top: auto;
}
.ourblog-block .obb-text .btbuttons p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #1A478F;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.ourblog-block .obb-text .btbuttons p img {
    width: auto;
    max-width: 100%;
    height: auto;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}

.ourblog-block:hover .obb-image img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.ourblog-block:hover .obb-text .btbuttons p img {
    padding-left: 10px;
}
/* our blog section :end */

/* featured universities section :start */
.funiversities-section {
    background: #F8FCFF;
    padding: 72px 0px;
}
.funiversities-section .fuhead {
    margin-bottom: 60px;
}
.funiversities-section .fuhead h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    color: #111827;
    text-align: center;
    margin-bottom: 0;
}
.feauniversities-slider .item .fulogo {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
/* featured universities section :end */

/* Process section :start */
.process-section {
    padding: 120px 0px;
}
/* Process section :end */

/* Tied Universities across Countries section :start */
.tieduniversities-section {
    background: #F8FCFF;
    padding: 120px 0px;
}
.tieduniversities-section .tulist-wrap {
    margin-top: 60px;
}
.tuni-block {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.tuni-block::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(108, 108, 108, 0) 0%, rgba(0, 0, 0, 0.64) 85.43%);
}
.tuni-block .tuimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.tuni-block .tu-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 0px 24px 24px 24px;
    z-index: 1;
}
.tuni-block .tu-caption h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #F3F4F6;
    margin-bottom: 0;
}

.tuni-block:hover .tuimg {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
/* Tied Universities across Countries section :end */

/* active task section :start */
.activetask-section {
    padding: 60px 0px;
}
.activetask-section .atask-outer {
    background: #F8FCFF;
    padding: 40px 40px;
    border-radius: 16px;
}
.activetask-section .at-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.activetask-section .at-block .atimg {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.activetask-section .at-block h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 20px;
}
.activetask-section .at-block p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #202937;
}
/* active task section :end */

/* Testimonials Section :start */
.testimonials-section {
    padding: 120px 0px;
    position: relative;
}
.testimonials-section::before {
    content: url('../images/testimonials-shape-1.png');
    position: absolute;
    top: 20%;
    left: 0;
}
.testimonials-slider {
    margin-top: 60px;
}
.testimonials-slider .owl-stage-outer {
    filter: drop-shadow(0px 4px 127px rgba(0, 0, 0, 0.06));
}
.testimonials-block {
    color: #202937;
    background-color: #ffffff;
    padding: 32px 32px;
    border-radius: 16px;
    overflow: hidden;
}
.testimonials-block .tb-image {
    width: 100%;
    height: auto;
}
.testimonials-block .tb-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.testimonials-block .tb-text {
    margin-top: 30px;
}
.testimonials-block .tb-text .txt-head h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #111827;
    margin-bottom: 0px;
}
.testimonials-block .tb-text .txt-head p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #111827;
}
.testimonials-block .tb-text .txt-desc {
    margin-top: 24px;
}
.testimonials-block .tb-text .txt-desc p {
    font-size: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #202937;
}
.testimonials-block .tb-text .txt-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}
.testimonials-block .tb-text .txt-date p {
    font-size: 14px;
    font-weight: 400;
    color: #202937;
    margin-bottom: 0;
}
.testimonials-block .tb-text .txt-date > i {
    font-size: 5px;
}
/* Testimonials Section :end */

/* home banner section :start */
.homebanner-section {
    padding: 60px 0px;
}
.homebanner-section .hbcap-outer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.homebanner-section .hbanner-caption h3 {
    font-size: 50px;
    font-weight: 500;
    line-height: 67px;
    color: #111827;
    margin-bottom: 24px;
}
.homebanner-section .hbanner-caption p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #202937;
}
.homebanner-section .hbanner-caption .btn-applyonline {
    height: 56px;
    margin-top: 40px;
}

.ycircle {
    position: relative;
    padding: 5px 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
/* .ycircle::after {
    content: url('../images/yellow-circle.svg');
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} */
.ycircle::after {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    background-image: url('../images/yellow-circle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 110%;
    height: 130%;
}


.homebanner-section .hbanner-image {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: right;
    /* display: flex; */
    /* justify-content: flex-end; */
    /* align-items: center; */
    padding-left: 130px;
}
.homebanner-section .hbanner-image .hbimage {
    max-width: 100%;
    height: auto;
}
.homebanner-section .hbanner-image .hbanbox {
    width: 300px;
    height: auto;
    background: linear-gradient(180deg, rgba(213, 213, 213, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(30px);
    border-radius: 16px;
    display: inline-flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 16px;
    
    text-align: left;
}
.homebanner-section .hbanner-image .hbanbox .hbb-item {
    width: 100%;
    height: 104px;
    background: #FFFFFF;
    border: 1px solid #FFD400;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 16px;
}
.homebanner-section .hbanner-image .hbanbox .hbb-item .hbi-img {
    width: 64px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homebanner-section .hbanner-image .hbanbox .hbb-item .hbi-img img {
    max-width: 100%;
    height: auto;
}
.homebanner-section .hbanner-image .hbanbox .hbb-item .hbi-txt h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    color: #1A478F;
    margin-bottom: 8px;
}
.homebanner-section .hbanner-image .hbanbox .hbb-item .hbi-txt p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    color: #202937;
}




.homebanner-section .hbanner-image .hbanbox.b1 {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.homebanner-section .hbanner-image .hbanbox.b1::before {
    content: url('../images/hban-shape-1.svg');
    position: absolute;
    top: -45px;
    left: -60px;
}


.homebanner-section .hbanner-image .hbanbox.b2 {
    position: absolute;
    bottom: 0;
    left: 355px;
}
.homebanner-section .hbanner-image .hbanbox.b2 .hbb-item {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
}
.homebanner-section .hbanner-image .hbanbox.b2 .hbb-item .hbi-img {
    justify-content: flex-start;
}
/* home banner section :end */

.img-txt-box {
    padding: 150px 0px;
    overflow: hidden;
}
.img-txt-box .itb-image {
    display: flex;
    align-items: center;
    padding-left: 70px;
    padding-right: 140px;
}
.img-txt-box .itb-image .timage {
    position: relative;
}
.img-txt-box .itb-image .timage .dotsimg {
    position: absolute;
    top: -85px;
    left: -50px;
}
.img-txt-box .itb-image .timg {
    max-width: 100%;
    height: auto;
    min-width: 400px;
    min-height: 450px;
    object-fit: cover;
    object-position: center;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}
.img-txt-box .itb-image .ibox {
    padding: 24px 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 61px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    overflow: hidden;
    width: 390px;
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.img-txt-box .itb-image .ibox > div:first-child {
    width: 72px;
    flex-grow: 0;
    flex-shrink: 0;
}
.img-txt-box .itb-image .ibox h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 5px;
}
.img-txt-box .itb-image .ibox p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.img-txt-box .itb-image .ibox.box-1 {
    position: absolute;
    top: 95px;
    right: -150px;
}
.img-txt-box .itb-image .ibox.box-2 {
    position: absolute;
    bottom: 50px;
    left: -70px;
}

.img-txt-box .itb-image.s2 {
    padding-right: 70px;
    padding-left: 150px;
}
.img-txt-box .itb-image.s2 .ibox.box-1 {
    position: absolute;
    top: 95px;
    right: -70px;
}
.img-txt-box .itb-image.s2  .ibox.box-2 {
    position: absolute;
    bottom: 50px;
    left: -140px;
}

.img-txt-box .itb-text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.img-txt-box .itb-text .ticon {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.img-txt-box .itb-text h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
}
.img-txt-box .itb-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.img-txt-box .itb-text .btn {
    width: 172px;
    height: 50px;
    margin-top: 40px;
}

.pdbblock {
    position: relative;
}
.pdbblock::before {
    content: '';
    position: absolute;
    top: 0;
    left: 11%;
    transform: translateY(-100%);
    width: 80px;
    height: 80px;
    background-image: url('../images/pdb-shape.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


/* Blog List Page :start */
.bloglist-head {
    border-bottom: 1px solid #E3EEFF;
    padding-bottom: 65px;
}
.bloglist-wrap {
    padding: 65px 0px;
}
/* Blog List Page :end */

/* Blog Detail Page :start */
.blogdetail-pg {
    overflow-x: hidden;
}

.backtblog {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #1A478F;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.backtblog:hover {
    color: #1A478F;
    text-decoration: underline;
}

.blogdetail-wrap .bdet-left h3 {
    font-size: 40px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 15px;
}
.blogdetail-wrap .bdet-left .btcategory {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
}
.blogdetail-wrap .bdet-left .btcategory p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.blogdetail-wrap .bdet-left .btcategory > i {
    font-size: 5px;
}
.blogdetail-wrap .bdet-left .btcategory .type {
    font-weight: 500;
    color: #20B072;
}
.blogdetail-wrap .bdet-left p {
    font-size: 18px;
    font-weight: 400;
}

.blogdetail-wrap .bdet-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
}
.blogdetail-wrap .bdet-right .bdr-inner {
    width: 100%;
    padding-top: 90px;
    position: relative;
}
.blogdetail-wrap .bdet-right .bdr-inner .dotsimg {
    position: absolute;
    top: 0;
    right: -75px;
    z-index: 0;
}
.blogdetail-wrap .bdet-right .bdr-inner .blogdimg {
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}

.similiarblogs-section {
    position: relative;
}
.similiarblogs-section .shape-1 {
    position: absolute;
    top: 0;
    transform: translate(0%, -50%);
}
/* Blog Detail Page :end */

/* Contact us Page :start */
.contactus-head {
    border-bottom: 1px solid #E3EEFF;
    padding-bottom: 65px;
}
.locationmap {
    padding-top: 64px;
}
.contactf-head {
    text-align: center;
    margin-bottom: 60px;
}
.contactf-form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.contactf-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
/* Contact us Page :end */


.form-style-1 {
    width: 100%;
    height: auto;
}
.form-style-1 .frms-block {
    margin-bottom: 20px;
}
.form-style-1 .frms-block:last-child {
    margin-bottom: 0px !important;
}
.form-style-1 .form-control {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #202937;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 4px 61px rgba(203, 203, 203, 0.07);
    border-radius: 8px;
    padding: 15px 20px;
    overflow: hidden;
}
.form-style-1 .form-control:focus {
    border-color: #1A478F !important;
}
.form-style-1 button {
    padding: 20px 20px;
    margin-bottom: 0;
}

.emptybox {
    width: 100%;
    /* height: calc(100vh - 0px); */
    text-align: center;
}
.emptybox .ebx-image img {
    width: auto;
    max-width: 100%;
}
.emptybox .ebx-text h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 56px;
    margin-bottom: 5px;
}
.emptybox .ebx-text p {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #202937;
}


.sNowModal .modal-content {
    border-radius: 16px;
}
.sNowModal .modal-body {
    padding: 60px 60px;
    position: relative;
    border-radius: 16px;
}
.sNowModal .modal-body .btn-close {
    width: 45px;
    height: 45px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d4d4d4'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-color: #FFFFFF;
    border: 3px solid #F3F3F3;
    border-radius: 24px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    opacity: 1;
    padding: 0;
}
.sNowModal .modal-body .btn-close:hover {
    background-color: #1A478F;
    border-color: #1A478F;
}
.sNowModal .snm-head {
    margin-bottom: 40px;
}
.sNowModal .snm-head .smh-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.sNowModal .snm-head .smh-title h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 0;
}
.sNowModal .snm-head .smh-title p {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #202937;
}
.sNowModal .snm-form .form-control {
    border-color: #ECECEC;
}
.sNowModal .frms-block.btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

/* About page :start */
.aboutus-head {
    border-bottom: 1px solid #E3EEFF;
    padding-bottom: 65px;
}
.aboutus-details {
    padding: 100px 0px;
    overflow: hidden;
}
.aboutus-details .circle {
    z-index: 0;
}
.aboutus-details .circle.c1 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-120px, 50px);
}
.aboutus-details .circle.c2 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50px, -10px);
}
.aboutus-details .row {
    z-index: 1;
    position: relative;
}
.aboutus-details .audet-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.aboutus-details .audet-left h3 {
    margin-bottom: 30px;
}
.aboutus-details .audet-left .btn {
    width: 175px;
    height: 50px;
    margin-top: 25px;
}
.aboutus-details .audet-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.teambehind-slider {
    margin-top: 75px;
    position: relative;
}
.teambehind-slider .tmdots {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50px, -90px);
}
.tmember-block {
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.tmember-block .tmem-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.tmember-block .tmb-content {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    padding: 24px 24px;
    text-align: center;
}
.tmember-block .tmb-content h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 10px;
}
.tmember-block .tmb-content h3 b {
    font-weight: 500;
}
.tmember-block .tmb-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 0;
}
.tmember-block .tmb-content .tmsocialmedia {
    list-style: none;
    padding: 0;
    margin: 15px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: -45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.tmember-block .tmb-content .tmsocialmedia a img {
    max-width: 100%;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.tmember-block .tmb-content .tmsocialmedia a:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.tmember-block:hover .tmb-content .tmsocialmedia {
    margin-bottom: 0px;
    opacity: 1;
    visibility: visible;
}


.flynpersue-section {
    position: relative;
}
.flynpersue-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    background-color: #ffffff;
}
.flynpersue-section .fnps-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 70px;
}
.flynpersue-section .fnps-left  .btn {
    width: 172px;
    height: 50px;
}
/* About page :end */



.whychoose-wrap {
    margin-top: 60px;
}
.whychoose-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 64px;
}
.whychoose-wrap ul li {
    position: relative;
}
.whychoose-wrap ul li:nth-child(even) {
    margin-top: 90px;
}
.whychoose-wrap ul li .wcw-block {
    background-color: #ECE7FF;
    border-radius: 24px;
    overflow: hidden;
    padding: 60px 38px;
    text-align: center;
}
.whychoose-wrap ul li .wcw-block.box2 {
    background: #E0F7F1;
}
.whychoose-wrap ul li .wcw-block.box3 {
    background: #F6E4FA;
}
.whychoose-wrap ul li .wcw-block .wcb-image {
    text-align: center;
}
.whychoose-wrap ul li .wcw-block .wcb-image img {
    max-width: 100%;
    height: auto;
}
.whychoose-wrap ul li .wcw-block h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
    color: #111827;
    margin-top: 30px;
    margin-bottom: 24px;
}
.whychoose-wrap ul li .wcw-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #202937;
}



.whychoose-wrap ul li:nth-child(2)::before {
    content: '';
    background-image: url('../images/wc-path-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: -64px;
    transform: translateY(-100%);
    width: 64px;
    height: 101px;
}
.whychoose-wrap ul li:nth-child(2)::after {
    content: '';
    background-image: url('../images/wc-path-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -64px;
    transform: translateY(-100%);
    width: 64px;
    height: 101px;
}


/* Whatsapp sticky :Start */
.floatbtn {
	position: fixed;
	width: 80px;
	height: 80px;
	bottom: 20px;
	right: 20px;
	border-radius: 100%;
	text-align:center;
    z-index: 99;
}
.floatbtn:hover {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
}
/* Whatsapp sticky :End */

/* who we are section :start */
.whoweare-section {}
/* who we are section :end */