@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700;800;900&family=Raleway:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap');
/*Main Css */

::selection {
    background: #ff5e14;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #1b21bd;
}


/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordion CSS */

.myaccordion li .faq-opt {
    display: none;
}

.myaccordion li.active .faq-opt {
    display: block;
}

.myaccordion li.active .faq-ang h4:before {
    content: "\f077";
}

body {
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
}

h1 span{
    display: initial;
}

h2{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: -0.72px;
    color: #293462;
}

h2 span{
    color: #1b21bd;
    display: initial;
}


*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}


/* Padding Classes */
.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}


/* Heading Classes */

.para {
    font-family: 'Lexend', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75;
    color: #000;
}


/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #f3c919;
    width: 11px;
    height: 11px;
}


/*header css*/

header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.main-header {
    padding: 16px 0 0;
}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
    width: 240px;
    height: 100px;
    object-fit: contain;
}


/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #1b21bd;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #fff;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}


/* Menu Css */

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 38px;
}

.menu li a {
    display: block;
    font-size: 13.5px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.75;
    color: #484848;
}

.menu li:hover a{
    color: #1b21bd;
}

.menu li.active a {
    color: #484848;
}

.menu li.theme-btn a {
    font-family: 'Raleway', sans-serif;
    color: #fcfcfd;
    font-size: 14px;
    font-weight: 600;
}

.menu li.theme-btn a:hover{
    color: #1b21bd;
}

.menu li.active.theme-btn a {
    color: #fcfcfd;
}


/* Menu Dropdown CSS */

.dropdown-nav {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.dropdown-nav:hover {
    overflow: visible;
}

ul.dropdown {
    position: absolute;
    width: 100%;
    left: -0px;
    margin: auto;
    background: #fff;
    padding: 20px;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0 0 10px 3px #00000014;
    opacity: 0;
    animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

ul.dropdown li a {
    padding: 0;
    font-size: 14px;
    color: #000 !important;
    display: block;
    width: 100%;
    margin: 0px 0 15px;
    text-align: center;
    font-weight: 600;
    background: transparent !important;
}

ul.dropdown li.last a {
    margin-bottom: 0px;
}

ul.dropdown li a:hover {
    color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
    animation: btot 0.5s forwards;
    z-index: 9;
}


/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}


/* Main Banner CSS */

.mainBanner {
    background-size: cover;
    background-position: center;
    height: 850px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    padding: 150px 0 0;
}

.mainBanner h1{
    font-size: 48px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -1.44px;
    color: #293462;
    width: 424px;
}

.mainBanner h1 span{
    color: #1b21bd;
}

.mainBanner .para{
    margin: 36px 0;
    padding-right: 90px;
}

.mainBanner h5{
    margin: 36px 0 6.5px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #293462;
}

.mainBanner .val span{
    margin: 0 0 0 4px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: #293462;
}

.mainBanner .val i{
    color: #1b21bd;
    font-size: 15px;
}

.mainBanner .pos-ab{
    position: absolute;
    right: 0;
    top: 150px;
    padding-right: 0;
}

.notice {
    padding: 11.5px 0;
    background-color: #1b21bd;
}

.notice a{
    font-size: 13px;
    font-weight: 300;
    line-height: 1.75;
    color: #fff;
    font-family: 'Lexend', sans-serif;
    margin-right: 20px;
}

.theme-btn{
    padding: 5.5px 23px;
    border-radius: 24px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #1b21bd;
    border: 2px solid #1b21bd;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.75;
    color: #fcfcfd;  
}

.theme-btn:hover{
    box-shadow: inset 200px 0 0 0 white;
    color: #1b21bd;
}

.menu li.first{
    padding-left: 0;
}

.menu li.last{
    padding-left: 60px;
}

.sec2{
    padding: 0 60px;
}

.sec2 .sect2{
    background-color: #F6F9FF;
    padding: 30px 30px 30px 20px;
}

.sec2 .sect2 img{
    width: 125.5px;
    height: 99.5px;
    mix-blend-mode: luminosity;
}

.sec3{
    padding: 50px 0 90px;
} 

.sec3 .slick-slide.slick-current.slick-active.slick-center{
    transform: scale(1);
}

.sec3 .slick-slide.slick-current.slick-active.slick-center img{
    border-radius: 0;
}

.sec3 .slick-slide{
    transform: scale(0.85);
}

.sec3 .slick-slide img{
    border-radius: 10px;
}

.sec3 h2{
    width: 750px;
    margin: auto;
    text-align: center;
}

.sec3 h2 span{
    color: #1b21bd;
}

.sec3 .para{
    margin: 26px auto 45px;
    width: 590px;
    text-align: center;
}

.sec3 .theme1{
    padding: 7px 29px 8px 28px;
    border-radius: 24px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
    background-color: #fff;
    margin: 45px 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.75;
    color: #1b21bd;
}

.sec3 .theme1:hover{
    background-color:  #1b21bd;
    color: #fff;
}

.sec4 .col-md-6 p{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #1b21bd;
}

.sec4 .col-md-6 .para{
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75;
    color: #000;
}

.sec4 .col-md-6 h5{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
    color: #2c324b;
}

.sec4 .bor-rig{
    border-right: 1px solid #1b21bd;
}

.sec4 .pad-left{
    padding-left: 45px;
}

.sec4 .col-md-6 p span{
    font-size: 14px;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    line-height: 1.75;
    margin-bottom: 8px;
    color: #2c324b;
}

.sec4 .para{
    margin: 36px 0;
}

.sec4 .padd-left{
    padding-left: 90px;
}

.sec5{
    padding: 90px 0;
    position: relative;
    z-index: 0;
}

.sec5 .para{
    margin: 29px 0;
    padding-right: 167px;
}

.sec5 .shape{
    background-color: #f6f9ff;
    position: absolute;
    bottom: 90px;
    right: 0;
    padding: 99px 256px;
    z-index: -1;
    -webkit-animation: action 2s infinite  alternate;
    animation: action 2s infinite  alternate;
}

@-webkit-keyframes action {
    0% { transform: translateX(0); }
    100% { transform: translateX(-20px); }
}

@keyframes action {
    0% { transform: translateX(0); }
    100% { transform: translateX(30px); }
}

.sec5 .boxed{
    padding: 10px 21px 10px 20px;
    border-radius: 10px;
    border: solid 1px #d1dbe3;
    margin-top: 36px;
}

.sec5 .boxed .col-md-4 p{
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    color: #1b21bd;
}

.sec5 .boxed .col-md-8 p{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #2c324b;
}

.sec5 .boxed .col-md-8 .para{
    margin: 4px 0 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    padding: 0;
    letter-spacing: normal;
    text-align: left;
    color: #9dafbd;
}

.sec5 .boxed .col-md-8 p span {
    color: #1b21bd;
    font-family: 'Raleway', sans-serif;
}

.sec5 .boxed .bor-left{
    border-left: 1px solid  #1b21bd;
}

.sec6 h2{
    width: 670px;
    margin: auto;
}

.sec6 h2 span{
    color: #1b21bd;
}

.sec6 .para{
    color: #bdbdbd;
    width: 589px;
    margin: 36px auto;
}

.sec6 .boxed{
    padding: 19px 19px 20px;
    text-align: center;
    border-radius: 10px;
    transition: .5s ease;
    border: solid 1px #9dafbd;
    cursor: pointer;
    width: 340px;
}

.sec6 .boxed:hover{
    box-shadow: 0 10px 30px 0 rgba(27, 33, 189, 0.4);
    background-color: #1b21bd;
}

.sec6 .boxed:hover .theme{
    padding: 7px 29px 8px 28px;
    border-radius: 24px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
    background-color: #fff;
}

.sec6 {
    padding: 0 0 90px;
}

.sec6 .boxed:hover .para{
    color: #f6f9ff;
}

.sec6 .boxed .para{
    width: 100%;
    margin: 22px 0;
}

.sec6 .boxed .theme{
    padding: 7px 29px 8px 28px;
    border-radius: 24px;
    border: solid 1px #9dafbd;
    background-color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.75;
    color: #9dafbd;
}

.sec7{
    padding: 0 64px 0 60px;
}

.sec7 .boxed{
    padding: 53.6px 330px 82.8px 330px;
    border-radius: 10px;
    background-color: #1b21bd;
    text-align: center;
}

.sec7 .boxed h2{
    color: #fff;
    text-transform: capitalize;
    line-height: 1.31;
}

.sec7 .boxed .para{
    margin: 27px 0;
}

.sec7 .boxed form input{
    padding: 7px 28.4px 8px 28.4px;
    border-radius: 24px;
    border: solid 1px #9dafbd;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.75;
    color: #9dafbd;
    width: 388.7px;
    margin-right: 14px;
}

.sec7 .boxed form .theme-btn {
    padding: 7.5px 41.5px 7.5px 42.5px;
    border-radius: 24px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.75;
    color: #1b21bd;
    width: auto;
}

footer {
    padding: 65px 0 44px;
}

footer .para{
    font-size: 13px;
    font-weight: 300;
    line-height: 1.75;
    margin: 20px 0 0;
    color: #9c9c9c;
}

footer h5{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.14px;
    margin-bottom: 25px;
    color: #000;
}

footer ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

footer ul li a{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.75;
    font-family: 'Lexend', sans-serif;
    color: #434343;
}

footer ul li a:hover{
    color: #1b21bd;
}

.social a{
    width: 31.7px;
    height: 31.7px;
    margin: 0 7.3px 0 0;
    padding: 4px 0;
    background-color: #1b21bd;
    text-align: center;
    border-radius: 50%;
}

.social a:hover{
    background-color: #2c324b;
}

.social a i{
    font-size: 14px;
    line-height: 1.75;
    color: #fff;
}

.copyright p{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: #9c9c9c;
    padding: 20px 0;
    font-family: 'Lexend', sans-serif;
}

.copyright .container{
    border-top: 1px solid rgb(0, 0, 0, 0.2);
}

.innerpage{
    height: 300px;
    background-color: #F6F9FF;
    padding: 110px 0 0;
}

.innerpage h1{
    width: 100%;
    text-transform: capitalize;
}

.sect4{
    padding: 90px 0;
}

.sect4 .col-md-6 .para {
    margin: 36px 0;
    padding-right: 25px;
}

.secti4 {
    padding-bottom: 0;
}

.sect5 .para{
    padding-right: 0;
}

.sect5 .pad-left{
    padding-left: 109px;
}

.sec8{
    padding: 90px 0;
}

.sec8 h2{
    width: 670px;
    margin: auto;
}

.sec8 .para{
    width: 600px;
    margin: 36px auto;
}

.sec8 h4{
    font-size: 26px;
    font-weight: 700;
    margin: 26px 0;
}

.sec8 .para1{
    width: 800px;
    margin: 0 auto;
}

.secti5 .boxed{
    margin: 36px 200px 36px 0;
}

.sec9 {
    padding: 58px 0 85px;
}

.sec9 h2{
    margin-bottom: 72px;
}

.sec9 img.mar-t{
    margin-top: 22px;
}

.sec9 .theme-btn{
    margin-top: 58px;
    padding: 10.1px 35.3px 10.6px 35.4px;
}

.sec10{
    padding:104px 0 97px;
}

.sec10 .img-wrap{
    position: relative;
}

.sec10 .img-wrap .boxed{
    position: absolute;
    bottom: 17px;
    right: 17px;
    padding: 3.1px 17.6px 7.7px 19.6px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
}

.sec10 .img-wrap .boxed h5{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #1b21bd;
}

.sec10 .img-wrap .boxed span{
    margin: 3.2px 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: -0.28px;
    color: #293462;
}

.sec10 .comment{
    margin-top: 18px;
}

.sec10 .comment img{
    width: 26.8px;
    height: 26.8px;
    object-fit: contain;
}

.sec10 .comment .fa-comments-alt{
    font-size: 17px;
    color: #1b21bd;
}

.sec10 .comment .fa-circle{
    font-size: 6.6px;
    color: #1b21bd;
}

.sec10 .comment span{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    font-family: 'Lexend', sans-serif;
    color: #293462;
    margin: 0 0 0 11.4px;
}

.sec10 .para{
    margin: 18px 0 20px;
}

.sec10 h4{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: -0.72px;
    color: #293462;
    margin-top: 19px;
}

.sec10 ul li{
    font-size: 14px;
    font-weight: 300;
    font-family: 'Lexend', sans-serif;
    line-height: 1.75;
    color: #aeaeae;
    display: flex;
    align-items: center;
}

.sec10 ul li i{
    font-size: 4px;
    margin-right: 5px;
}

.sec10 .col-md-9 span{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px;
    font-family: 'Lexend', sans-serif;
    line-height: 1.75;
    color: #293462;
}

.sec10 .col-md-9 h5{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: -0.44px;
    color: #293462;
}

.sec10 .boxs-gray{
    margin: 35px 0 39px;
    border-radius: 5px;
    padding: 10px;
}

.sec10 .col-md-8 h5 a{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: -0.32px;
    color: #293462;
    margin: 0 0 21.3px 0;
}

.sec10 .col-md-8 i{
    color: #1b21bd;
    font-size: 16px;
    margin-right: 5px;
}

.sec10 .col-md-8 span{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    font-family: 'Lexend', sans-serif;
    color: #aeaeae;
}

.sec11 h2{
    margin-bottom: 37px;
}

.sec11{
    padding: 60px 0;
}

.sec11 .col-md-8 .row .col-md-3 .theme-btn{
    padding: 7.5px 50.6px 7.5px 50.6px;
    text-align: center;
}

.sec11 .mar-bo{
margin-bottom: 76px;
}

.sec11 .col-md-8 .row .col-md-3 .theme{
    padding: 7.5px 50.6px 7.5px 51.6px;
    border-radius: 24px;
    border: solid 1px #1b21bd;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.75;
    text-align: center;
    color: #293462;
}


.sec11 .img-wrap{
    position: relative;
}

.sec11 .img-wrap .boxed{
    position: absolute;
    bottom: 17px;
    right: 17px;
    padding: 3.1px 17.6px 7.7px 19.6px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
}

.sec11 .img-wrap .boxed h5{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #1b21bd;
}

.sec11 .img-wrap .boxed span{
    margin: 3.2px 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: -0.28px;
    color: #293462;
}

.sec11 .comment{
    margin-top: 18px;
}

.sec11 .comment img{
    width: 26.8px;
    height: 26.8px;
    object-fit: contain;
}

.sec11 .comment .fa-comments-alt{
    font-size: 17px;
    color: #1b21bd;
}

.sec11 .comment .fa-circle{
    font-size: 6.6px;
    color: #1b21bd;
}

.sec11 .comment span{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    font-family: 'Lexend', sans-serif;
    color: #293462;
    margin: 0 0 0 11.4px;
}

.sec11 .para{
    margin: 18px 0 20px;
}

.sec11 h4{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: -0.72px;
    color: #293462;
    margin-top: 19px;
}

.sec11 ul li{
    font-size: 14px;
    font-weight: 300;
    font-family: 'Lexend', sans-serif;
    line-height: 1.75;
    color: #aeaeae;
    display: flex;
    align-items: center;
}

.sec11 ul li i{
    font-size: 4px;
    margin-right: 5px;
}

.sec11 .col-md-9 span{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px;
    font-family: 'Lexend', sans-serif;
    line-height: 1.75;
    color: #293462;
}

.sec11 .col-md-9 h5{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: -0.44px;
    color: #293462;
}

.sec11 .boxs-gray{
    margin: 35px 0 39px;
    border-radius: 5px;
    padding: 10px;
}

.sec11 .col-md-8 h5 a{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: -0.32px;
    color: #293462;
    margin: 0 0 21.3px 0;
}

.sec11 .col-md-8 i{
    color: #1b21bd;
    font-size: 16px;
    margin-right: 5px;
}

.sec11 .col-md-8 span{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    font-family: 'Lexend', sans-serif;
    color: #aeaeae;
}

.sec12{
    padding: 37px 0 60px;
}

.sec12 .para{
    width: 770px;
    margin: 18px auto 37px;
}

.sec12 input{
    margin: 0 0 27.5px 0;
    width: 100%;
    padding: 7px 28.4px;
    border-radius: 24px;
    border: solid 1px #9dafbd;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.75;
    color: #9dafbd;
}

.sec12 textarea{
    margin: 0 0 35.5px 0;
    width: 100%;
    padding: 7px 28.4px;
    border-radius: 24px;
    border: solid 1px #9dafbd;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.75;
    color: #9dafbd;
}

.sec12 .theme-btn{
    padding: 7.5px 51.5px 7.5px 51.5px;
}

.sec16{
    background-color: #f6f9ff;
    padding: 91.1px 0 122.5px 0;
    margin-bottom: 63px;
}

.sec16 .img-wrap{
    position: relative;
}

.sec16 .img-wrap .boxed{
    position: absolute;
    bottom: 17px;
    right: 17px;
    padding: 3.1px 17.6px 7.7px 19.6px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
}

.sec16 .img-wrap .boxed h5{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #1b21bd;
}

.sec16 .img-wrap .boxed span{
    margin: 3.2px 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: -0.28px;
    color: #293462;
}

.sec16 .comment{
    margin-top: 18px;
}

.sec16 .comment img{
    width: 26.8px;
    height: 26.8px;
    object-fit: contain;
}

.sec16 .comment .fa-comments-alt{
    font-size: 17px;
    color: #1b21bd;
}

.sec16 .comment .fa-circle{
    font-size: 6.6px;
    color: #1b21bd;
}

.sec16 .comment span{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    font-family: 'Lexend', sans-serif;
    color: #293462;
    margin: 0 0 0 11.4px;
}

.sec16 .para{
    margin: 18px 0 20px;
}

.sec16 h4{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: -0.72px;
    color: #293462;
    margin-top: 19px;
}

.sec16 ul li{
    font-size: 14px;
    font-weight: 300;
    font-family: 'Lexend', sans-serif;
    line-height: 1.75;
    color: #aeaeae;
    display: flex;
    align-items: center;
}

.sec16 ul li i{
    font-size: 4px;
    margin-right: 5px;
}

.sec16 .col-md-9 span{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px;
    font-family: 'Lexend', sans-serif;
    line-height: 1.75;
    color: #293462;
}

.sec16 .col-md-9 h5{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: -0.44px;
    color: #293462;
}

.sec16 .boxs-gray, .sec11 .boxs-gray, .sec10 .boxs-gray{
    margin: 35px 0 39px;
    border-radius: 5px;
    padding: 16.5px 14px;
    display: flex;
    align-items: center;
    background-color: #f3f3f3;
}

.sec16 .boxs-gray h5, .sec11 .boxs-gray h5, .sec10 .boxs-gray h5{
    color: black;
    font-size:14px;
    font-weight: 700;
    margin-right: 10px;
}

.sec16 .boxs-gray a i, .sec11 .boxs-gray a i, .sec10 .boxs-gray a i{
    color: white;    
    font-size: 11px;
}

.sec16 .boxs-gray a, .sec11 .boxs-gray a, .sec10 .boxs-gray a{
    border-radius: 50%;
    background-color: #a4a4a4;
    width: 24px;
    text-align: center;
    height: 24px;
    padding: 3px 0;
}

.sec16 .col-md-8 h5 a{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: -0.32px;
    color: #293462;
    margin: 0 0 21.3px 0;
}

.sec16 .col-md-8 i{
    color: #1b21bd;
    font-size: 16px;
    margin-right: 5px;
}

.sec16 .col-md-8 span{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    font-family: 'Lexend', sans-serif;
    color: #aeaeae;
}

.sec14{
    padding: 75px 0 85px;
}

.sec14 .para{
    margin: 26px 140px 0 0;
}

.sec15 {
    padding: 74px 0 90px;
}

.sec15 h3{
    font-size: 30.6px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: -0.61px;
    color: #293462;
}

.sec15 h3 span{
    color: #1b21bd;
}

.sec15 .para{
    margin-bottom: 27px;
}

.sec15 .paras{
    margin: 9.2px 0 19.8px 0;
    font-size: 18.6px;
    font-weight: 300;
    line-height: 1.75;
    color: #aeaeae;
}

.sec15 .desi{
    font-size: 16px;
    font-weight: 300;
    font-family: 'Lexend', sans-serif;
    line-height: 1.75;
    color: #1b21bd;
    margin-bottom: 45px;
}

.sec13{
    padding: 74px 0 107px;
}

.sec13 .boxed{
    text-align: center;
}

.sec13 .boxed h3{
    margin: 32.5px 0 1px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: -0.46px;
    color: #293462;
}

.sec13 .rowgap{
    gap: 66px 0;
    justify-content: center;
}

.sec13 .boxed span{
    color: #1b21bd;
}

.sec13 .boxed .para{
    margin-bottom: 23px;
}

.form {
    margin-top: 39px;
}

.form input{
    padding: 7px 17.9px 8px 17.9px;
    width: 100%;
    border-radius: 24px;
    border: solid 1px #9dafbd;
    font-size: 14px;
    line-height: 1.75;
    color: #9dafbd;
}

.form textarea{
    margin: 0 0 27.1px;
    padding: 14px 28.4px;
    width: 100%;
    border-radius: 24px;
    border: solid 1px #9dafbd;
    font-size: 14px;
    line-height: 1.75;
    color: #9dafbd;
}

.form .form-check {
    display: flex;
    min-height: auto;
    padding-left: 0;
    margin-bottom: 39px;
    margin-top: 32px;
    align-items: center;
}

.form .form-check label{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: #aeaeae;
}

.form .form-check .form-check-input{
    width: 17.1px;
    height: 17.1px;
    margin: 0 10.9px 0 0;
    border: solid 2px #1b21bd;
    padding: 0;
}

.sect6 .row{
    gap: 70px 0;
}

@media (max-width: 1440px) {
    .sec6 .boxed {
        width: 100%;
    }
    .sec7 .boxed {
        padding: 53.6px 250px 82.8px 250px;
    }
    .sec5 .shape {
        padding: 99px 220px;
    }
    .mainBanner .para {
        margin: 20px 0px 30px;
    }
}

@media (max-width: 1200px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #000;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
    }
    ul.menu li {
        display: block;
    }
    ul.menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 20px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 17px;
        text-transform: capitalize;
    }
    .logo img {
        max-width: 100%;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li {
        display: block;
        margin: 0px;
        padding: 0;
    }
    header .main-header ul.menu>li a {
        color: #fff;
    }
    header .main-header ul.menu>li a:before {
        display: none;
    }
    .menu li#menu-item-246 {
    padding-left: 0 !important;
    margin-left: 0 !important;
    }
    .menu li.theme-btn a {
    margin-bottom: 0;
    padding: 8px;
    }
    .CmsWrapAbout video.AboutUsVideo {
    z-index: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .mainBanner h1 {
    width: 100%;
    }
    .mainBanner .pos-ab {
    position: relative;
    top: 30px;
    }
    .mainBanner h5 {
    margin: 26px 0 5.5px 0;
    }
    .mainBanner .para {
    padding-right: 0 !important;
    }
    .page-template-Home .main-banner {
    min-height: 470px !important;
    }
    .notice a {
    margin-right: 15px;
    }
    .sec2 {
    padding: 50px 30px 20px;
    }
    .sec2 .sect2 {
    background-color: #F6F9FF;
    padding: 30px 20px 30px 20px;
    }
    .sec3 h2 {
    width: 100%;
    }
    .sec3 .para {
    margin: 20px auto;
    width: 100%;
    }
    .sec4 .padd-left {
    padding-left: 60px;
    }
    .sec5 .para {
    margin: 20px 0;
    padding-right: 0 !important;
    }
    .sec6 h2 {
    width: 100%;
    }
    .sec6 .para {
    width: 100% !important;
    }
    .sec7 .boxed {
    padding: 53.6px 150px 82.8px;
    }
    section.sec7 .col-md-12 .boxed div.para {
    padding: 0 !important;
    }
    .sec7 .boxed form input {
    padding: 7px 16.4px 8px;
    width: 60% !important;
    }
    .sec7 .boxed form input[type="submit"] {
    width: auto !important;
    }
    footer h5 {
    margin-bottom: 15px;
    margin-top: 18px;
    }
    .innerpage {
    padding: 150px 0 0;
    height: 300px !important;
    }
    .sect5 .pad-left {
    padding-left: 12px;
    }
    .sec5 {
    padding: 90px 0 70px;
    }
    .sect5 .para {
    text-align: center;
    }
    .sec4.sect4 .col-md-12 .para, .sec11 .col-md-8 .row .col-md-3 {
    text-align: center;
    }
    .sec11 .col-md-8 .row .col-md-3 .theme-btn {
    margin: 10px 0;
    }
    .sec11 .img-wrap .boxed h5 {
    font-size: 22px;
    }
    .form .form-check .form-check-input {
    width: 22px;
    height: 19.1px;
    }
    .secti5 .col-md-6.wow.zoomIn {
    margin: 20px 0 15px;
    }
    .sec8 h2 {
    width: 100%;
    }
    .sec8 .para {
    width: 100%;
    margin: 20px auto 36px;
    }
    main section.DefaultSingle article > a, main section.DefaultSingle article > a > img {
    width: 100% !important;
    margin: 0 auto 25px;
    }
    .sec13 .rowgap {
    gap: 50px 0;
    }
    .sec15 img {
    margin-bottom: 30px;
    }
    .sec14 .para {
    margin: 26px 40px 0 0;
    }
    .sec9 h2 {
    margin-bottom: 50px;
    }
    .sec9 .row{
    gap: 35px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mainBanner h1 {
    font-size: 40px;
    width: 100%;
    }
    .para {
    font-size: 16px;
    }
    .mainBanner {
    height: 100%;
    padding: 190px 0 0;
    }
    .mainBanner .pos-ab {
    position: relative;
    top: 30px;
    }
    .mainBanner h5 {
    margin: 26px 0 5.5px 0;
    font-size: 19px;
    }
    .mainBanner .para {
    padding-right: 0 !important;
    }
    .page-template-Home .main-banner {
    min-height: 400px !important;
    }
    .notice a {
    margin-right: 15px;
    }
    .sec2 {
    padding: 50px 30px 20px;
    }
    .sec2 .sect2 img {
    height: 90.5px;
    }
    .sec2 .sect2 {
    background-color: #F6F9FF;
    padding: 30px 20px 30px 20px;
    }
    .sec3 h2 {
    width: 100%;
    }
    .sec3 .para {
    margin: 20px auto;
    width: 100%;
    }
    .sec4 .padd-left {
    padding-left: 20px;
    }
    .bor-rig:last-of-type {
    padding-left: 33px;
    }
    .sec4 .para {
    margin: 15px 0 30px;
    }
    .sec5 .para {
    margin: 20px 0;
    padding-right: 0 !important;
    }
    .sec6 h2 {
    width: 100%;
    }
    .sec6 .para {
    width: 100% !important;
    margin: 20px auto !important;
    font-size: 16px !important;
    }
    .sec7 .boxed {
    padding: 53.6px 50px 82.8px;
    }
    section.sec7 .col-md-12 .boxed div.para {
    padding: 0 !important;
    }
    .sec7 .boxed form input {
    padding: 7px 16.4px 8px;
    width: 60% !important;
    }
    .sec7 .boxed form input[type="submit"] {
    width: auto !important;
    }
    footer h5 {
    margin-bottom: 15px;
    margin-top: 18px;
    }
    .innerpage {
    padding: 150px 0 0;
    height: 300px !important;
    }
    .logo img {
    width: 230px;
    }
    .sect4 .col-md-6 .para {
    padding-right: 0 !important;
    font-size: 16px;
    }
    .sect5 .pad-left {
    padding-left: 12px;
    }
    .sec5 {
    padding: 90px 0 70px;
    }
    .sect5 .para {
    text-align: center;
    }
    .sec4.sect4 .col-md-12 .para, .sec11 .col-md-8 .row .col-md-3 {
    text-align: center;
    }
    .sec11 .col-md-8 .row .col-md-3 .theme-btn {
    margin: 10px 0;
    }
    .sec11 .img-wrap .boxed h5 {
    font-size: 22px;
    }
    .form .form-check .form-check-input {
    width: 30px;
    height: 19.1px;
    }
    .page-template-Professional-Development .secti5 .col-md-6 .para {
    padding-right: 0px !important;
    }
    .secti5 .col-md-6.wow.zoomIn {
    margin: 20px 0 15px;
    }
    .sec8 h2 {
    width: 100%;
    }
    .sec8 .para {
    width: 100%;
    margin: 20px auto 36px;
    }
    .single-events section.DefaultSingle h1 a {
    font-size: 30px !important;
    }
    main section.DefaultSingle article > a, main section.DefaultSingle article > a > img {
    width: 100% !important;
    margin: 0 auto 25px;
    }
    .single-events section.DefaultSingle p {
    font-size: 16px !important;
    }
    .single-events section.DefaultSingle h3 {
    font-size: 26px !important;
    }
    .single-events section.DefaultSingle table td {
    font-size: 16px !important;
    }
    .sec13 .rowgap {
    gap: 50px 0;
    }
    .sec13 .boxed .para {
    margin-bottom: 18px;
    }
    .sec13 .boxed h3 {
    margin: 22.5px 0 1px;
    }
    .sec15 img {
    margin-bottom: 30px;
    }
    .sec14 .para {
    margin: 26px 0;
    }
    .sec9 h2 {
    margin-bottom: 50px;
    }
    .sec9 .row{
    gap: 35px 0;
    }
    .sec9 .theme-btn {
    margin-top: 10px;
    padding: 10.1px 21.3px 10.6px;
    }
    .innerpage h1 {
    font-size: 34px;
    }
}

@media (max-width: 767px) {
    .mainBanner h1 {
    font-size: 38px;
    width: 100%;
    }
    .para {
    font-size: 16px;
    }
    .mainBanner {
    height: 100%;
    padding: 190px 0 0;
    }
    .mainBanner .pos-ab {
    position: relative;
    top: 30px;
    }
    .mainBanner h5 {
    margin: 26px 0 5.5px 0;
    }
    .mainBanner .para {
    margin: 10px 0px 30px;
    padding-right: 0 !important;
    }
    .mainBanner .col-md-5 {
    text-align: center;
    }
    .mainBanner .slick-slide {
    margin: 0;
    }
    .mainBanner .slick-dots {
    padding: 20px 0 0;
    }
    .page-template-Home .main-banner {
    min-height: 370px !important;
    width: 100% !important;
    }
    .notice a {
    margin-right: 15px;
    }
    .sec2 {
    padding: 90px 20px 40px;
    }
    .sec2 .sect2 {
    background-color: #F6F9FF;
    padding: 30px 20px 30px 20px;
    }
    .sec2 .sect2 img {
    width: 170.5px;
    margin: 8px 0;
    height: 130.5px;
    }
    .sec3 h2 {
    width: 100%;
    }
    .sec3 .para {
    margin: 20px auto;
    width: 100%;
    }
    .sec4 .padd-left {
    padding-left: 12px;
    padding-top: 20px;
    text-align: center;
    }
    .sec4 .para {
    margin: 15px 0 30px;
    }
    h2 {
    font-size: 30px;
    }
    .sec5 .para {
    margin: 20px 0;
    padding-right: 0 !important;
    }
    .sec5 .col-md-5 {
    text-align: center;
    margin-bottom: 30px;
    }
    .sec5 .shape {
    padding: 50px 100px;
    bottom: 40px;
    }
    .sec6 h2 {
    width: 100%;
    }
    .sec6 .para {
    width: 100% !important;
    margin: 20px auto !important;
    font-size: 16px !important;
    }
    .sec6 .boxed {
    margin: 15px 0;
    }
    .sec7 {
    padding: 0;
    }
    .sec7 .boxed {
    padding: 53.6px 14px 70.8px;
    }
    .sec7 .boxed .para {
    margin: 16px 0 10px;
    }
    section.sec7 .col-md-12 .boxed div.para {
    padding: 0 !important;
    }
    div#es_form_f1-n1 form {
    display: block !important; 
    }
    .sec7 .boxed form input {
    padding: 7px 16.4px 8px;
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 16px;
    }
    .sec7 .boxed form input[type="submit"] {
    width: auto !important;
    }
    footer ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    }
    footer h5 {
    margin-bottom: 15px;
    margin-top: 18px;
    }
    .innerpage {
    padding: 150px 0 0;
    height: 300px !important;
    }
    .logo img {
    width: 230px;
    }
    .sect4 .col-md-6 .para {
    margin: 30px 0;
    padding-right: 0 !important;
    font-size: 16px;
    text-align: center;
    }
    .sect5 .pad-left {
    padding-left: 12px;
    }
    .sec5 {
    padding: 90px 0 70px;
    }
    .sect5 .para {
    text-align: center;
    }
    .sec4.sect4 .col-md-12 .para, .sec11 .col-md-8 .row .col-md-3 {
    text-align: center;
    }
    .sec11 .col-md-8 .row .col-md-3 .theme-btn {
    margin: 10px 0;
    }
    .sec11 .img-wrap .boxed h5 {
    font-size: 22px;
    }
    .sec11 .comment {
    gap: 12px 0;
    }
    .sec11 .para {
    text-align: center;
    }
    .sec11 h4 {
    font-size: 28px;
    text-align: center;
    }
    .form input {
    margin: 0 0 27.1px;
    }
    .form .form-check {
    margin-bottom: 26px;
    margin-top: 12px;
    }
    .form .form-check .form-check-input {
    width: 30px;
    height: 18.1px;
    }
    .secti5 {
    text-align: center;
    padding: 70px 0 70px;
    }
    .page-template-Professional-Development .secti5 .col-md-6 .para {
    padding-right: 0px !important;
    }
    .secti5 .col-md-6.wow.zoomIn {
    margin: 20px 0 15px;
    }
    .sec8 h2 {
    width: 100%;
    }
    .sec8 .para {
    width: 100%;
    margin: 20px auto 36px;
    }
    .single-events section.DefaultSingle h1 a {
    font-size: 26px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    }
    main section.DefaultSingle article > a, main section.DefaultSingle article > a > img {
    width: 100% !important;
    margin: 0 auto 25px;
    }
    .single-events section.DefaultSingle p {
    font-size: 16px !important;
    }
    .single-events section.DefaultSingle h3 {
    font-size: 26px !important;
    }
    .postid-236 main section.DefaultSingle div#DivPrint {
    overflow: scroll;
    overflow-y: hidden;
    margin-bottom: 40px;
    }
    .single-events section.DefaultSingle table td {
    font-size: 16px !important;
    }
    .single-events section.DefaultSingle ul li, .single-events section.DefaultSingle ol li {
    font-size: 16px !important;
    }
    .sec13 .rowgap {
    gap: 50px 0;
    }
    .sec13 .boxed .para {
    margin-bottom: 18px;
    }
    .sec13 .boxed h3 {
    margin: 22.5px 0 1px;
    }
    .sec15 img {
    margin-bottom: 30px;
    }
    .sec14 {
    text-align: center;
    }
    .sec14 .para {
    margin: 26px 0;
    }
    .sec9 h2 {
    margin-bottom: 50px;
    }
    .sec9 .row{
    gap: 35px 0;
    }
    .sec9 .theme-btn {
    margin-top: 10px;
    }
    .innerpage h1 {
    font-size: 34px;
    }
}


