@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: "Mona Sans";
    src: url("../fonts/Mona-Sans-Thin.woff"), url("../fonts/Mona-Sans-Thin.woff2");
    font-weight: 100;
}

@font-face {
    font-family: "Mona Sans";
    src: url("../fonts/MonaSans-Black.woff2");
    font-weight: 900;
}

@font-face {
    font-family: "Mona Sans";
    src: url("../fonts/MonaSans-Bold.woff2");
    font-weight: 700;
}

@font-face {
    font-family: "Mona Sans";
    src: url("../fonts/MonaSans-ExtraBold.woff2");
    font-weight: 800;
}

@font-face {
    font-family: "Mona Sans";
    src: url("../fonts/MonaSans-Regular.woff2");
    font-weight: 400;
}

/*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: #eda810;
}


/* 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: 'Roboto', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-family: "Mona Sans";
    font-weight: normal;
}

h1{
    font-size: 60px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.33;
    letter-spacing: -1.8px;
    color: #fff;
}

h2{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.38;
}

*: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;
}

a:hover {
    color: #ff5e14;
}

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: #333333;
    font-weight: 400;
}

::-moz-placeholder {
    color: #333333;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #333333;
    font-weight: 400;
}

:-moz-placeholder {
    color: #333333;
    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;
}

/* 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;
    width: 100%;
    z-index: 2;
}

.main-header {
    padding: 26px 0 0;
}

.logo {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.logo:hover{
    color: #fff;
}

.logo img {
    display: block;
}


/* 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: #0f4c97;
    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: #b70404;
}

.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: 20px;
}

.menu .first{
    padding-left: 0;
}

.menu li a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.menu li:hover a,
.menu li.active a {
    color: #fff;
}


/* Menu menu-item-has-children CSS */

.menu-item-has-children-nav {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.menu-item-has-children-nav:hover {
    overflow: visible;
}

ul.menu-item-has-children {
    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.menu-item-has-children li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

ul.menu-item-has-children 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.menu-item-has-children li.last a {
    margin-bottom: 0px;
}

ul.menu-item-has-children li a:hover {
    color: #000 !important;
}

.menu-item-has-children-nav:hover ul.menu-item-has-children {
    animation: btot 0.5s forwards;
    z-index: 9;
}


/* menu-item-has-children 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: 878px;
    background-repeat: no-repeat;
    display: flex;
    padding-top: 150px;
    align-items: center;
    position: relative;
}

.mainBanner .para{
    margin: 23px 27px 31px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #fff;
}

.text-e{
    text-align: end;
}

.notice{
    background-color: #eda810;
    padding:  16px 0;
}

.notice .col-md-7 span {
    font-size: 14px;
    display: inline-flex;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 2;
    letter-spacing: normal;
    color: #222;
}

.notice span i{
    margin: 0 10px 0 0;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222;
}

.notice .col-md-5 span{
    margin: 0 10px 0 0;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #222;
}

.notice .col-md-5 i {
    margin: 0 0 0 10.1px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #222;
}

.menu .bt {
    padding-left: 49px;
}

.menu li a {
    display: flex;
    align-items: center;
}

.menu li a i{
    font-size: 8px;
    margin-left: 5px;
}

.menu li .line {
    position: relative;
}

.menu li .line:before {
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    top: 21px;
    background-color: #fff;
    width: 0;
    transition: .6s ease;
    height: 1.5px;
    margin: auto;
}

.menu li .line:hover::before {
    width: 100%;
    content: '';
    position: absolute;
}

.menu .bt .theme-btn{
    padding: 15px 63px 16px;
}

.menu .bt .theme-btn:hover{
    color: white;
}

.theme-btn{
    padding: 16px 29px 15px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 5px;
    background-color: #eda810;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    color: #222;
}

.theme-btn:hover{
    background-color: #222;
    color: white;
}

.span{
    font-size: 18px;
    font-weight: 600;
    line-height: 0.94;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1b3b54;
}

.sec2 {
    padding: 100px 0 84px;
}

.sec2 h2{
    text-transform: capitalize;
    color: #222;
    margin: 9px 0 0;
}

.sec2 .para{
    margin: 17px 0 30px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec2 .padd-l{
    padding-left: 40px;
}

.sec2 .mar-t{
    margin-top: 60px;
}

.sec2 .mar-t .para{
    margin: 16px 0 40px ;
}

.sec3 h2{
    margin: 0 0 23px;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #222;
}

.sec3 .play{
    position: relative;
}

.sec3 .play a {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}

.sec3 {
    padding: 0 0 116px;
}

.sec3 img {
    height: 453px;
    width: 100%;
}

.sec3 .boxed{
    padding: 66px 25px 62px 20px;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.sec3 .boxed h4{
    margin: 0 0 32px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #222;
}

.sec3 h4{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec3 ul {
    list-style: revert;
    padding-left: 2rem;
}

.sec3 ul li {
    margin-top: 10px;
}

.sec3 .para{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec3 .padd-l{
    padding-left: 25px;
}

.sec3 .boxed .form input{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec3 .theme-btn{
    margin-top: 20px;
}

.sec4 .container{
    position: relative;
    z-index: 0;
}

.sec4 .container:before{
    position: absolute;
    top: -25px;
    z-index: -1;
    right: -20px;
    content: '';
    width: 705px;
    height: 562px;
    padding: 26px 67px 295px 249px;
    border-radius: 10px;
    background-color: rgba(237, 168, 16, 0.1);
}

.sec4 .boxed{
    padding: 93px 160px 74px 50px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.sec4 .boxed::before{
    background-color: #1b3b54;
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 940px;
    height: 100%;
}

.sec4 .span{
    color: #fff;
}

.sec4 h2{
    color: white;
    margin: 17px 10px 0 0;
    font-size: 44px;
    line-height: 1.14;
}

.sec4 .para{
    margin: 19px 0 40px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #fff; 
}

.sec4 .front-si{
    position: relative;
    z-index: 0;
}

.sec4 .img1 img{
    height: 241px;
    margin-bottom: 30px;
}

.sec4 .img2 img{
    height: 306px;
}

.sec5{
    padding: 124px 0;
}

.sec5 h2{
    color: #222;
    margin: 11px 3px 30px 0;
    text-transform: capitalize;
}

.sec5 h6{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
    font-family: 'Roboto', sans-serif;
    letter-spacing: normal;
    color: #333;
}

.sec5 .para{
    margin: 20px 70px 40px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec6 {
    padding: 0 0 100px;
}

.sec6 h2{
    margin: 22px 0 33px;
    color: #222;
    text-transform: capitalize;
} 

.sec6 .boxed .theme-btn {
    padding: 16px 58px 15px 59px;
}

.sec6 .boxed h4{
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.46;
    letter-spacing: normal;
    color: #fff;
}

.sec6 .boxed{
    padding: 54px 57px 38px 56px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    border-radius: 10px;
    background-color: #1b3b54;
}

.sec7 {
    padding: 0 0 115px;
}

.sec7 h2{
    margin: 22px 0 10px 0;
    text-transform: capitalize;
    color: #222;
}

.sec7 .para{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    margin-right: 70px;
}

.sec7 .para a{
    text-decoration: underline;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #333;
}

.sec7 .mar-b span{
    margin-top: 60px;
}

.sec7 .mar-b h2{
    margin: 12px 0 10px;
}

.sec7 .mar-b .para{
    margin-bottom: 36px;
}

.sec8 {
    padding: 50px 0 29px;
    background-color: #f5f5f5;
}

.sec8 h2{
    margin: 10px 0 22px 0;
    text-transform: capitalize;
    color: #222;
}

.sec8 .boxed .title {
    padding-top: 20px;
}

.sec8 .slider-for .boxed .title h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.1;
    letter-spacing: normal;
    color: #333;
}

.sec8 .boxed .title span{
    font-size: 13px;
    font-weight: 300;
    line-height: 1.85;
    letter-spacing: normal;
    color: #1b3b54;
}

.sec8 .boxed .title .para{
    margin: 3.6px 0 17px;
    font-size: 16px;
    display: block;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec8 .slider-nav .boxed .title h4{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
    line-height: 1.35;
    letter-spacing: normal;
    color: #333;
}

.sec8 .boxed .title a{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.41;
    display: inline-flex;
    align-items: center;
    letter-spacing: normal;
    color: #1b3b54;
}

.sec8 .boxed .title a:hover, .sec8 .boxed .title a:hover i{
    color: #eda810;
}

.sec8 .boxed .title a i{
    margin-left: 14px;
    color: #1b3b54;
    font-size: 8px;
    font-weight: bold;
}

.sec8 .slider-nav .boxed .title .para, .sec8 .slider-nav .boxed .title a{
    display: none;
}

.sec9 {
    padding: 100px 0;
}

.sec9 h2{
    margin: 10px 0 30px 0;
    text-transform: capitalize;
    color: #222;
}

.sec9 ul{
    margin: 23px 0 27px;
}

.sec9 .para{
    margin: 0 0 30px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec9 .para i{
    font-style: italic;
}

.sec9 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sec9 ul li a{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec9 ul li i{
    font-size: 15px;
    margin: 0 15px 0 0;
    font-weight: 500;
}

.sec9 h6{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.88;
    font-family: 'Roboto', sans-serif;
    letter-spacing: normal;
    color: #1b3b54;  
}

.sec9 .play{
    position: relative;
}

.sec9 .play a {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    margin: auto;
    height: 100%;
}

.sec9 .contri li {
    margin-bottom: 5px;
}

.sec9 .contri {
    margin: 0px 0 27px;
}

.sec10 {
    padding: 50px 0 54px;
    background-color: #1b3b54;
}

.sec10 h1{
    font-size: 46px;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: normal;
    color: #fff;
}

.sec10 h4{
    font-size: 23px;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 12px;
    letter-spacing: normal;
    color: #f1f2f6;  
}

.sec10 .form{
    display: flex;
    width: 100%;
}

.sec10 .form input[type= "text"]{
    padding:  17px;
    border: solid 1px #f1f2f6;
    width: 100%;
    margin-right: 10px;
    background-color: #fff;
}

.sec10 .form .theme-btn{
    padding: 7px 54.9px 9px 54.9px;
    background-color: #eda810;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 500;
    line-height: 1.5;
}

.sec11 h2{
    margin: 11px 0 4px;
    color: #222;
}

.sec11 ul li {
    display: flex;
    align-items: center;
}

.sec11 ul li i{
    font-size: 4px;
}

.sec11 ul li h6{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: normal;
    margin-top: 35px;
    color: #333;
}

.sec11 ul li span{
    font-size: 16px;
    margin-left: 8px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec11 .rowgap{
    gap: 100px 0;
}

.sec11 .para{
    margin: 15px 60px 0 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333; 
}

.sec12 {
    padding: 100px 0 0;
}

.sec12 h2{
    margin: 0 0 14px;
    color: #222;
}

.sec12 .para{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec12 .padd-r {
    padding-right: 60px;
}

.sec12 h6{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec12 h5{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec12 ul{
    margin: 35px 0;
}

.sec12 ul li {
    display: flex;
    align-items: center;
}

.sec12 ul li i{ 
    color: #333;
    font-size: 4px;
    margin-right: 6px;
}

.sec12 ul li span{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec13 {
    padding: 0 0 100px;
}

.sec13 h2{
    margin: 0 0 15px 0;
    color: #222;
    text-transform: capitalize;
}

.sec13 h2 a{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.38;
    margin-bottom: 20px;
    color: #222;
}

.sec13 .span{
    margin-bottom: 30px;
}

.sec13 .para{
    margin: 0 0 44px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec14 {
    padding: 70px 0 202px;
}

.sec14 h2{
    margin: 13px 0 10px;
    color: #222;
    text-transform: capitalize;
}

.sec14 h6{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.88;
    word-wrap: break-word;
    letter-spacing: normal;
    color: #333;
}

.sec14 .para{
    font-size: 16px;
    font-weight: normal;
    margin-right: 28px;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec14 a {
    font-size: 16px;
    text-decoration: underline;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    word-break: break-all;
    color: #1b3b54;
}

.sec14 span{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    word-break: break-all;
    color: #1b3b54;
}

.sec14 h5{
    margin: 70px 0 0;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #222;
}
.sec14 figure a{  display: block; }
.rectshape{ width: 100%; height: 270px; object-fit: cover; }

.sec14 .rowgap{
    gap: 20p 0;
}

.sec14 h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 28px;
    line-height: 1.38;
    letter-spacing: normal;
    color: #222;
}

.sec14 .padd-l{
    padding-left: 10px;
}

.sec15 {
    padding: 0 0 119px;
}

.sec15 h2{
    margin: 13px 0 10px;
    color: #222;
    text-transform: capitalize;
}

.sec15 h6{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec15 .para{
    font-size: 16px;
    font-weight: normal;
    margin-right: 28px;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec15 a {
    font-size: 16px;
    text-decoration: underline;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    word-break: break-all;
    color: #1b3b54;
}

.sec15 h5{
    margin: 70px 0 0;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #222;
}

.sec15 .rowgap{
    gap: 20p 0;
}

.sec15 .padd-l{
    padding-left: 10px;
}

.sec16 {
    padding: 0 0 91px;
}

.sec16 h2{
    margin: 0 0 15px 0;
    color: #222;
    text-transform: capitalize;
}

.sec16 .para{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec17 .para{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec17 ul li{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
    margin-bottom: 25px;
}

.sec17 h6{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.88;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.sec17 ul li strong, .sec17 ul li a{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec17{
    padding: 0 0 91px;
}

.sec17 h2{
    margin: 0 0 14px 0;
    color: #222;
    text-transform: capitalize;
}

.sec17 .span{
    margin-bottom: 12px;
}

.sec18{
    padding: 70px 0 120px;
}

.sec18 h2{
    margin: 13px 0 24px;
    text-transform: capitalize;
    color: #222;
}

.sec18 h3{
    margin: 0 0 25px 0;
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #222;
}

.sec18 .para{
    margin: 25px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec18 .para strong{
    font-weight: 500;
}

.sec18 ul li{
    margin: 0 0 25px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.head .menu li a, .head .logo {
    color: #222;
}

.sec19{
    padding: 198px 0 90px;
}

.sec19 h1{
    margin: 0 0 105px 0;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 1.33;
    letter-spacing: -1.8px;
    color: #222;
}

.sec19 h2 {
    text-transform: capitalize;
    margin-bottom: 36px;
}

.sec19 label{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #333;
    width: 35%;
} 

.sec19 .form .detia{
    text-align: center;
}

.sec19 .form .detia span strong{
    font-weight: bold;
}

.sec19 .form .detia span{
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: normal;
    margin-top: 40px;
    text-transform: capitalize;
}

.sec19 .form{
    margin-bottom: 78px;
}

.sec19 .inputs{
    display: flex;
    margin-bottom: 20px;
}

.sec19 .para{
    margin: 49px 0  0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    width: 100%;
    letter-spacing: normal;
    color: #333;
}

.sec19 .para input{
    width: 13px;
    height: 13px;
    margin: 0 5px 0 0;
}

.sec19 input{
    width: 100%;
    border-bottom: 1px solid #333;
}

.sec19 .member{
    margin: 20px 0 0;
}

.sec19 .member h4, .sec19 .member a{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
}

.sec19 .member .theme-btn{
    margin: 20px 0;
}

.sec19 .member h5{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.88;
    margin: 15px 0 10px;
    letter-spacing: normal;
    color: #333;
}

.sect19 h4{
    color: black;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.sect19 .form {
    margin-bottom: 0;
}

.sect19 h4 a{
    color: #333;
    font-weight: normal;
}

.sect19 h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.sect19 h2 a {
    text-transform: lowercase;
    color: black;
}

.sec20 .para{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec20 ul li{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
    margin-bottom: 25px;
}

.sec20 h6{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.88;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.sec20 ul li strong, .sec20 ul li a{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec20{
    padding: 91px 0;
}

.sec20 h2{
    margin: 0 0 14px 0;
    color: #222;
    text-transform: capitalize;
}

.sec20 .span{
    margin-bottom: 12px;
}

.sec21{
    padding: 100px 0;
}

.sec21 .para{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sec21 .padd-r {
    padding-right: 60px;
}

.sec21 h6{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1.88;
    margin: 17px 0 7px;
    letter-spacing: normal;
    color: #333;
}

.sec21 h5{
    font-size: 23px;
    margin: 12px 0 0;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

footer {
    padding: 54px 0 60px;
}

footer .logo{
    font-size: 30px;
    font-weight: 600;
    color: #222;
    margin: 32px 0 90px;
}

footer .logo:hover{
    color: #222;
}

footer .social a {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background-color: #1b3b54;
}

footer .social a:hover{
    background-color: #eda810;
}

footer .social a i{
    font-size: 27.7px;
    color: #fff;
}

footer h5{
    margin: 0 0 18px 0;
    text-transform: capitalize;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: normal;
    color: #222;
}

footer .link li {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

footer .link li a{
    font-size: 16px;
    font-weight: normal;
    position: relative;
    transition: .7s ease;
    line-height: 1.5;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #333;
}

footer .link li a:hover{
    color: #1b3b54;
}

footer .link li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    transition: 1s all;
    height: 2px;
    transform: translateX(-10px);
}

footer .link li a:hover:before {
    transform: translateX(0);
    width: 100%;
    background-color: #1b3b54;
}

footer .link li i{
    font-size: 7px;
    margin-right: 9px;
    line-height: 1;
  color: #1b3b54;
}

footer .info li h6{
    font-size: 17px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
    line-height: 1.27;
    letter-spacing: normal;
    color: #333;
}

footer .info li a{
    font-size: 17px;
    font-weight: normal;
    line-height: 1.27;
    letter-spacing: normal;
    word-break: break-all;
    color: #333;
}

footer .info li span{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 7px;
    line-height: 1.27;
    letter-spacing: normal;
    color: #333;
}

footer .info .mail{
    font-weight: 500;
}

.copyright p{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #222;
}

.copyright{
    padding: 6px 0 8px;
    background-color: #eda810;
}

.innerpage{
    height: 500px;
}

.sect2 ul li{
    margin: 16px 0 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #333;
}

.sect4{
    padding: 146px 0 0;
}

.sect4 .boxed {
    padding: 93px 0px 25px 50px;
}

.sect4 .para {
    margin: 19px 0 0px;
}

.sect4 .mar-t{
    margin-top: 71px;
}

.sect4 .mar-t h2{
    margin: 0 0 10px 0;
    color: #222;
}

.sect4 .mar-t .para{
    color: #333;
}

.sect5 {
    padding-bottom: 90px;
}

.sect5 .para{
    margin: 0px 70px 0 0;
}

.sect5 h2 {
    margin: 11px 3px 4px 0;
}

.sect9{
    padding-top: 0;
}

.sect8 {
    padding-bottom: 100px;
}

.sect8 .boxed .title{
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
}

.sect8 .boxed .title h4 a{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
    line-height: 1.35;
    letter-spacing: normal;
    color: #333;
}

.sect8 .rowgap{
    gap: 50px 0;
}

.sect8 .boxed .title span {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.85;
    letter-spacing: normal;
    color: #1b3b54;
}

.sect8 .boxed .title h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: normal;
    color: #333;
}

.menu>li.menu-item-has-children {
    position: relative;
}

.menu>li.menu-item-has-children::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    top: 30px;
    cursor: pointer;
}

.menu>li.menu-item-has-children:hover::after {
    height: 130%;
}

ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 30px;
    left: 0;
    width: 200px;
    background-color: hsl(0, 0%, 20%, 0.8);
    text-align: left;
    right: 0;
    margin: auto;
    transition:visibility 0s linear 0.3s, opacity 0.3s linear;
    z-index: 2; 
}


ul.menu li.menu-item-has-children:hover ul.sub-menu {
       visibility:visible;
  opacity:1;
  transition-delay:0s;
  
}

ul.sub-menu>li {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    position: relative;
    border-bottom: 1px solid #fff;
}

ul.sub-menu>li.last {
    border-bottom: none;
}

ul.sub-menu>li>a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 20px;
}

ul.sub-menu>li:hover a {
    color: #fff !important;
}

ul.sub-menu>li:hover {
    background-color: #1b3b54;
}

ul.sub-menu>li::before {
    content: "";
    width: 120%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 1440px) {}

@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: #0f4c97;
        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: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }
    .logo img {
        max-width: 50%;
    }
    .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;
    }
}

@media (max-width: 824px) {}