html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #000000;
    background-color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
.owl-carousel .owl-item img {
    width: auto;
}


/* COMMON STYLE :START */

.mxcontainer {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.mxcontainer2 {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

/* ---- section spacing :start ---- */
.section-padding {
    padding: 100px 0px;
}
.section-margin {
    margin: 100px 0px;
}

.section-padding2 {
    padding: 70px 0px;
}
.section-margin2 {
    margin: 70px 0px;
}
/* ---- section spacing :end ---- */

/* ---- hd-type :start ---- */
.hd-type-1 :last-child {
    margin-bottom: 0;
}
.hd-type-1 h1,
.hd-type-1 h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    color: #343a40;
    margin-bottom: 15px;
}
/* ---- hd-type :end ---- */

/* ---- btn-style-1 :start ---- */
.btn-style-1 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.1;
    color: #ffffff;
    background-color: #1d4492;
    border: 1px solid #1d4492;
    border-radius: 100px;
    padding: 10px 20px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
    text-align: center;
}
.btn-style-1 img {
    width: auto;
    max-width: 100%;
    height: auto;
    transition: 0.5s;
    filter: brightness(0) invert(1);
}
.btn-style-1:hover {
    color: #ffffff;
    background-color: #255ecf;
    border-color: #255ecf;
}
.btn-style-1:hover img {
    filter: brightness(0) invert(1);
    /* transform: rotate(45deg); */
}
/* ---- btn-style-1 :end ---- */

/* ---- btn-style-2 :start ---- */
.btn-style-2 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.1;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 100px;
    padding: 10px 20px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
    text-align: center;
}
.btn-style-2 img {
    width: auto;
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}
.btn-style-2:hover {
    color: #ffffff;
    background-color: #1d4492;
    border-color: #1d4492;
}
.btn-style-2:hover img {
    filter: brightness(0) invert(1);
    /* transform: rotate(45deg); */
}
/* ---- btn-style-2 :end ---- */

/* ---- btn-style-3 :start ---- */
.btn-style-3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.1;
    color: #000000;
    padding: 0;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
    text-align: center;
}
.btn-style-3 img {
    width: auto;
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}
.btn-style-3:hover {
    color: #153a8d ;
}
.btn-style-3:hover img {
    /* filter: brightness(0) invert(1); */
    /* transform: rotate(45deg); */
}
/* ---- btn-style-3 :end ---- */

/* ---- owlnav-1 :start ---- */
.owlnav-1 {
    padding: 0px 0px;
} 
.owlnav-1 .owl-nav {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 24px;
} 
.owlnav-1 .owl-nav button.owl-prev, 
.owlnav-1 .owl-nav button.owl-next  {
    width: 36px;
    height: 36px;
    opacity: 1;
    transition: 0.5s;
    font-size: 16px;
    color: #000000;
    border: 2px solid #d6d8d9;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owlnav-1 .owl-nav button.owl-next  {
    left: auto;
    right: 0px;
}
.owlnav-1 .owl-nav button.owl-prev:hover, 
.owlnav-1 .owl-nav button.owl-next:hover  {
    opacity: 1;
    color: #ffffff;
    background-color: #46a1d9;
    border-color: #46a1d9;
}
.owlnav-1 .owl-nav button.owl-prev.disabled, 
.owlnav-1 .owl-nav button.owl-next.disabled  {
    opacity: 0.1 !important;
    pointer-events: none;
}
/* ---- owlnav-1 :end ---- */

/* ---- owldots-1 :start ---- */
.owldots-1 .owl-dots {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
.owldots-1 .owl-dots .owl-dot {
    width: 42px;
    height: 5px;
    background-color: #bbc7de;
    border: 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
}
.owldots-1 .owl-dots .owl-dot:hover {
    background-color: #44abe1;
}
.owldots-1 .owl-dots .owl-dot.active {
    background-color: #44abe1;
}
/* ---- owldots-1 :end ---- */

/* ---- owlsameheight :start ---- */
.owlsameheight .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.owlsameheight .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
.owlsameheight .owl-item .item {
    width: 100% !important;
    height: 100% !important;
}
/* ---- owlsameheight :end ---- */

/* COMMON STYLE :END */


/* Header section :start */
header .cnavright {
    margin-left: 15px;
    display: flex;
    flex-shrink: 0;
}
header .cnavright .cnr-call {
    flex-shrink: 0;
}
header .cnavright .cnr-call a {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #000000;
    background-color: transparent;
    border: 3px solid #153a8d;
    border-radius: 50px;
    padding: 7px 12px 7px 7px;
    display: flex;
    align-items: center;
    gap: 7px;
}
header .cnavright .cnr-call a img {
    width: auto;
    max-width: 100%;
    height: auto;
    flex-grow: 0;
    flex-shrink: 0;
    transition: 0.5s;
}
header .cnavright .cnr-call a:hover img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
header .cnavright .cnr-call a span {
    display: inline-block;
    text-wrap: nowrap;
}
header .cnavright .cnr-call a:hover {
    color: #ffffff;
    background-color: #153a8d;
    border-color: #153a8d;
}
/* Header section :end */

/* Home banner section :start */
.homebanner-section .hbsec-block {
    width: 100%;
    height: auto;
    min-height: 520px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 45px 0px;
}
.homebanner-section .hbsec-block > img,
.homebanner-section .hbsec-block > video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.homebanner-section .hbsec-block .hbcaption {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    padding: 0px 90px;
}
.homebanner-section .hbsec-block .hbcaption .hbcap-inner {
    width: 100%;
    height: auto;
    /* padding: 0px 50px; */
}
.homebanner-section .hbsec-block .hbcaption h1 {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 0.9;
    color: #ffffff;
    margin-bottom: 0px;
}
.homebanner-section .hbsec-block .hbcaption h6 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}

.homebanner-section .owl-dots {
    position: absolute;
    bottom: 30px;
    margin: 0;
}
/* Home banner section :end */

/* About section :start */
.aboutus-section {
    overflow: hidden;
}


.aboutus-section .abtusec-left {
    display: flex;
    align-items: center;
}
.aboutus-section .abtusec-left .asltitle {
    writing-mode: sideways-lr;
    margin-right: 24px;
}
.aboutus-section .abtusec-left .asltitle h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    color: #343a40;
    margin: 0px;
}
.aboutus-section .abtusec-left .aslimage {
    width: 100%;
    height: auto;
    /* background-color: rgb(29, 68, 146); */
    border-radius: 25px;
    overflow: hidden;
}
.aboutus-section .abtusec-left .aslimage img {
    max-width: 100%;
    height: auto;
}


.aboutus-section .abtusec-right {}
.aboutus-section .abtusec-right p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1.3;
    color: #221f1f;
    margin-bottom: 15px;
}
/* About section :end */



/* why choose section :start */
.whychoose-section .whychoose-inner {
    width: 100%;
    height: auto;
    display: flex;
    gap: 20px;
}

.whychoose-section .whychoose-inner .wcsec-left {
    flex-shrink: 0;
    flex-grow: 0;
    width: 205px;
}
.whychoose-section .whychoose-inner .wcsec-left .wcsimage {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
.whychoose-section .whychoose-inner .wcsec-left .wcsimage img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.whychoose-section .whychoose-inner .wcsec-right {
    width: 100%;
}

.wc-list-wrap {
    width: 100%;
    height: auto;
    margin: 30px 0px;
    display: flex;
    gap: 5px;
}
.wc-list-wrap .wchoose-block {
    /* width: 180px; */
    /* height: 365px; */
    width: calc(20% - 4px);
    height: 365px;
    background-color: #1c4392;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}
.wc-list-wrap .wchoose-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(28,67,146);
    background: linear-gradient(0deg, rgba(28,67,146,1) 0%, rgba(28,67,146,0) 80%);
    z-index: 1;
}
.wc-list-wrap .wchoose-block .wcbinner {
    width: 100%;
    height: auto;
    padding: 10px 10px 25px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.wc-list-wrap .wchoose-block .wcbinner h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 0px;
}
/* why choose section :end */

/* our service section :start */
.ourservice-section {
    padding: 70px 0;
    background: url(../images/bg-1.png) center repeat;
}
.ourservice-section .cell {
    height: 230px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.ourservice-section .cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: 0.3s;
}
.ourservice-section .cell .overlay {
    background: url(../images/bg-2.png) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    padding: 5px 5px 30px 30px;
}
.ourservice-section .cell .overlay span {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    display: block;
    line-height: 26px;
}
.ourservice-section .cell .overlay span sup {
    display: block;
    top: auto;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 400;
}
.ourservice-section .cell:hover img {
    transform: scale(1.1)
}
.ourservice-section .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 45px 0;
}
.ourservice-section .top p {
    font-size: 20px;
    line-height: 24px;
    color: #1d4492;
    margin: 0;
    font-weight: 500;
    text-align: right;
}
.ourservice-section .top h2 {
    color: #1d4492;
}
/* our service section :end */

/* Office & Training Centre section :start */
.officetraining-slider {
    width: 100%;
    height: auto;
    position: relative;
    padding: 15px 0px 15px 15px;
    margin-bottom: 20px;
}
.officetraining-slider::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: max(25%, 100px);
    height: 100%;
    background-color: #1d4492;
}
.officetraining-slider .otslide-block {
    width: 100%;
    height: auto;
}
.officetraining-slider .otslide-block img {
    width: 100%;
    height: auto;
}
.officetraining-slider .owl-dots {
    position: absolute;
}
/* Office & Training Centre section :end */

/* Our clients section :start */
.ourclients-slider {
    width: 100%;
    height: auto;
}
.ourclients-slider .ocslide-block {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dotted #bec3c7;
    padding: 40px 10px;
}
.ourclients-slider .ocslide-block img {
    width: auto;
    max-width: 100%;
    height: auto;
}
/* Our clients section :end */



.homebanner-section.inner .hbsec-block {
    min-height: 360px;
}
.contact-page {
    padding: 90px 0 90px 0;
}
.contact-page .top {
    display: flex;
    flex-direction: row;
    gap: 70px;
}
.contact-page .top .left {
    width: 350px;
}
.contact-page .top .left p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 20px 0 20px 0;
}
.contact-page .top .left .contact-detail {
    display: flex;
    flex-direction: column;
}
.contact-page .top .left .contact-detail a {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    margin: 0 0 5px 0;
}
.contact-page .top .left .contact-detail a:hover {
    color: #153a8d;
}
.contact-page .top .right {
    flex: 1;
}
.contact-page .top .right h2 {
    font-size: 36px;
    font-weight: 700;
    color: #343a40;
    margin: 0 0 20px 0;

}
.contact-page .top .right .form-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.contact-page .top .right .form-wrap .cell {
    width: calc(50% - 15px);
}
.contact-page .top .right .form-wrap .cell input,
.contact-page .top .right .form-wrap .cell textarea {
    width: 100%;
    height: 50px;
    border: 0;
    border: 0;
    outline: none;
    border-bottom: 2px solid #dedede;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.contact-page .top .right .form-wrap .cell.error input,
.contact-page .top .right .form-wrap .cell.error textarea {
    border-bottom: 2px solid red;
}
.contact-page .top .right .form-wrap .cell input::placeholder,
.contact-page .top .right .form-wrap .cell textarea::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.contact-page .top .right .form-wrap .cell.last {
    width: 100%;
}
.contact-page .map {
    height: 450px;
    margin: 90px 0 0 0;
}
.contact-page .map iframe {
    width: 100%;
    height: 100%;
}
.service-page {
    padding: 100px 0 100px 0;
}
.service-page .top {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
    padding: 0 0 20px 0;
}
.service-page .top h2 {
    white-space: nowrap;
}
.service-page .top p {
    font-size: 18px;
    font-weight: 500;
    color: #343a40;
    margin: 0;
}
.service-page .list-row {}
.service-page .list-row .sr-1 {
    font-size: 72px;
    color: #d4d4d4;
    font-weight: 900;
    line-height: 1;
}
.service-page .list-row .sr-2 {
    padding-left: 10px;
    padding-right: 20px;
}
.service-page .list-row .sr-2 label {
    font-size: 14px;
    color: #343a40;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
.service-page .list-row .sr-2 span {
    font-size: 24px;
    color: #1d4492;
    font-weight: 700;
    line-height: 26px;
}
.service-page .list-row .sr-3 {
    min-width: 312px;
    height: 144px;
}
.service-page .list-row .sr-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.service-page .list-row .sr-3 {
    width: 312px;
    height: 144px;
}
.service-page .list-row .sr-4 {
    padding-left: 35px;
}
.service-page .list-row .sr-4 p {
    font-weight: 500;
    font-size: 18px;
    color: #221f1f;
    line-height: 1.3;
    margin: 0 0 15px 0;
}
.service-page .list-row .sr-4 .brands {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.service-page .list-row .sr-4 .brands span {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px 10px;
    flex-wrap: wrap;
}
.service-page .list-row .sr-4 .brands span img {
    max-height: 40px;
}
.service-page .list-row hr {
    margin: 0;
    padding: 0;
    background: #dedede;
    opacity: 1;
    height: 2px;
}


.about-page {
    padding: 80px 0;
}
.about-page .cell-1 {
    border-radius: 28px;
    background: #1d4492 url(../images/bg-3.png) left center no-repeat;
    padding: 50px 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    height: 100%;
}
.about-page .cell-1 h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px 0;
}
.about-page .cell-1 p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.about-page .why-choose {
    padding: 100px 0 0 0;
}
.about-page .why-choose .hd-type-1 {
    margin: 0 0 30px 0;
}
.about-page .why-choose .cell {
    position: relative;
    padding: 30px 0 0 30px;
    z-index: 1;
}
.about-page .why-choose .cell span {
    font-size: 72px;
    font-weight: 900;
    color: #d4d4d4;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    z-index: -1;
}
.about-page .why-choose .cell h3 {
    font-size: 24px;
    color: #1d4492;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.about-page .why-choose .cell p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
}


.about-page .about-company {
    padding: 0 0 80px 0;
}
.about-page .about-company .hd-type-1 {
    margin: 0 0 25px 0;
}
.about-page .about-company img {
    width: 100%;
    height: 242px;
    border-radius: 25px;
    object-fit: cover;
    object-position: center;
}
.about-page .about-company p {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 0 30px;
}
























































































/* Footer section :start */
footer .ftop {
    width: 100%;
    height: auto;
    background-color: #1d4492;
    padding: 120px 0px 40px;
}
footer .ftop-block {
    width: 100%;
    height: 100%;
}
footer .ftop-block h2 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

footer .ftop-block address {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 20px;
}


footer .ftop .ftlist-1 {
    width: 100%;
    height: auto;
}
footer .ftop .ftlist-1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
}
footer .ftop .ftlist-1 ul li {
    width: 100%;
    padding-left: 0px;
    position: relative;
}
footer .ftop .ftlist-1 ul li a {
    color: inherit;
}
footer .ftop .ftlist-1 ul li a:hover {
    color: #44abe1 ;
}


footer .ftop .ftlist-2 {
    width: 100%;
    height: auto;
}
footer .ftop .ftlist-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 5px 0px;
}
footer .ftop .ftlist-2 ul li {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
}
footer .ftop .ftlist-2 ul li > div:first-child {
    width: 70px;
}
footer .ftop .ftlist-2 ul li a {
    color: inherit;
    font-weight: 700;
}
footer .ftop .ftlist-2 ul li a:hover {
    color: #44abe1;
}


footer .ftop .flcol-2 ul li {
    width: calc(50% - 5px);
}


footer .ftop .backtotop {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff ;
    background-color: #4a69a8;
    border: 2px solid #4a69a8;
    border-radius: 100px 0px 0px 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px 10px 15px;
    margin: 10px 20px 0px 0px;
    position: relative;
}
footer .ftop .backtotop span {
    position: absolute;
    right: -20px;
    width: 40px;
    height: 40px;
    background-color: #44abe1;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
footer .ftop .backtotop:hover {
    color: #ffffff;
    background-color: #44abe1 ;
    border-color: #44abe1 ;
}
footer .ftop .backtotop:hover span {
    transform: rotate(360deg);
}

footer .fbottom {
    width: 100%;
    height: auto;
    background-color: #173c86;
}
footer .fbottom .fbtm-inner {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    padding: 15px 0px;
    text-align: center;
}
/* Footer section :end */