*{margin: 0; padding: 0;}
body{font-family: 'Roboto', sans-serif;}
body p{ color: #000; font-size: 16px; line-height: 28px;}
h1, h2, h3, h4, h5, h6{font-family: 'Poppins', sans-serif;}

.bg-warning {
    background-color: #00256b!important;
}
.navbar-dark .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
    color: rgb(0 37 107);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.bg-warning-inr{}
.bg-warning-inr ul{ width: 100%; float: left;}
.bg-warning-inr ul li{
    display: inline-block;
    padding: 5px 17px;
    border-radius: 50px;
    margin-right: 20px;
}
.bg-warning-inr ul li .fa-solid{
    color: #f6cc36;
    margin-right: 8px;
}
.bg-warning-inr ul li a{
    color: #ffd747;
    font-size: 17px;
}
.bg-warning-inr ul li .fa-solid:hover,  .bg-warning-inr ul li a:hover{ color: #fff !important; }
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0rem;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(246 204 54);
    background: #00256b;
    border-radius: 8px;
}
.navbar-dark .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-size: 17px;
    margin-right: 18px;
}
.btn-area{}
.button{
    /*=====Undefult-settings====*/
    border:none;
    outline:none;
    /*=========================*/
    display:block;
    margin:20px auto;
    border-radius:50px 50px 50px 50px;
    width:200px;
    height:60px;
    font-size:30px;
    font-weight:700;
    font-family:segoe ui light
    }
    .span-1{
        background-color:transparent;
	         color:#FFFFFF;
border:3px solid #FFFFFF;
position:relative;
transition:all .5s ease-in-out;
overflow: hidden;
border-radius:1px 1px 1px 1px;
z-index: 2;
    }
    .span-1:before{
        content:"";
        display:inline-block;
        position:absolute;
        width: 301px;
        height:57.1px;
        background-color: rgb(0 37 107);
        left:-312px;
        top:0px;
        /*border-radius:50px 50px 50px 50px;*/
        z-index:-1;
        transition:all .5s ease-in-out;
        padding:1px;
    }
    .span-1:hover:before{
        transform:translate(309px,0);
    }
    .span-1:hover{color:#FFF}
.span-1{
    background: #f6cc36;
    border: 2px solid #fff;
    color: #000;
    padding: 6px 20px;
    border-radius: 50px;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-size: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.bg-primary {
    background-color: #ffffff!important;
    box-shadow: 0 2px 9px #adb5bd70;
}

.area-1{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 25px 0;
    background-image: url(../images/banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
    }
.area-inr1{width: 100%; float: left;}

.area-2{width: 100%;float: left;position: relative;overflow: hidden;padding: 35px 0;}
.area-inr2{width: 100%; float: left;}
.area-inr2 h2{
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    color: #00256b;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.area-inr2 span{
    color: #ffd334;
}
.area-inr2 h2:before{
    content:"";
    width: 274px;
    height: 2px;
    display: block;
    background: #00256b;
    position: absolute;
    top: 89px;
    margin-left: 415px;
    margin-top: -16px;
    }
.area-inr2 p{}
.area-inr2 iframe{width: 87%;height: 301px;z-index: 1;box-shadow: 0 2px 8px rgb(0 0 0 / 50%);border-radius: 4px;}
.area-inr2 .box-area{border: 3px solid #ffd334;display:block;width: 86%;padding: 167px 95px;margin-top: -326px;margin-left: 35px;}

.area-3{width: 100%;float: left;position: relative;overflow: hidden;padding: 30px 0;background-color: rgb(248 249 250);}
.area-inr3{width: 100%; float: left;}
.area-inr3 h3{
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    color: #00256b;
    margin-bottom: 38px;
}
.area-inr3 span{
    color: #ffd334;
}
.area-inr-3{}
.area-inr-3 img{
    width: 100px;
}
.area-inr-3 h3{
    font-size: 22px !important;
    margin-left: -104px !important;
    margin-top: 40px !important;
}
.area-inr-3 h3::before{ content: ""; display: none !important;}

.area-inr3 h3:before{
    content:"";
    width: 245px;
    height: 2px;
    display: block;
    background: #00256b;
    position: absolute;
    top: 75px;
    margin-left: 429px;
    margin-top: -12px;
    }


.area-4{width: 100%;float: left;position: relative;overflow: hidden;padding:50px 0;}
.area-inr4{width: 100%; float: left;}
.box-area-new{
    width: 100%;
    float: left;
    background: #f8f9fa;
    height: 285px;
}
.box-area-new img{
    width: 100%;
}
.box-area-new h3{
    background: #ffd334a3;
    padding: 10px;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    font-size: 15px !important;
    font-weight: 600;
    text-transform:initial;
}
.box-area-new h3:before{ content:""; display:none !important;}
.area-4 h3{
    text-align: center;
    font-weight: 700;
    font-size: 39px;
    color: #00256b;
    margin-bottom: 40px;
    text-transform: uppercase;
    height: 75px;
    }
    .area-4 span{
    color: #ffd334;
}
.area-4 h3:before{
    content:"";
    width: 274px;
    height: 2px;
    display: block;
    background: #00256b;
    position: absolute;
    top: 89px;
    margin-left: 601px;
    margin-top: -29px;
    }

.area-5{width: 100%;float: left;position: relative;overflow: hidden;padding: 30px 0;background: #f8f9fa;}
.area-inr5{width: 100%; float: left;}
.area-inr5 h4{
    font-size: 37px;
    font-weight: 700;
    color: #00256b;
}
.area-inr5 span{
    color: #ffd334;
}
.area-inr5 p{}
.truted-heading{width: 100%;float: left;margin-top: 40px;}
.truted-heading h4{
    font-size: 28px;
    font-style: italic;
    color: #000;
    font-weight: 500;
    position: relative;
}
.truted-heading::before{content:"";background: #ffd3377d;width: 51px;height: 51px;display: block;border-radius: 50px;margin-top: -11px;position: absolute;margin-left: -10px;}
.area-inr5 img{
    width: 100%;
    margin: 11px 2%;
}

#faq__accordian-main-wrapper2 {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6;
}
.faq__accordion-content2 p {
	margin: 0;
	color: #fff;
}
.faq__accordian-heading2 {
	background-color: #ffffff;
	padding: 17px 30px 10px 45px;
	display: block;
	margin-bottom: 16px;
	position: relative;
	font-weight: 700;
	text-decoration: navajowhite;
	color: #000000;
}
.faq__accordian-heading2::before {
	content: "\f059";
	color: #ffc837;
	font-family: fontawesome;
	position: absolute;
	left: 20px;
	top: 57%;
	-webkit-transition: 0.3s linear all;
	-moz-transition: 0.3s linear all;
	-ms-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	transition: 0.3s linear all;
	-webkit-transform: translateY(-50%) rotate(0deg);
	-moz-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	-o-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
}
.faq__accordian-heading2.active {
	background-color: #ffd334;
	color: #000000;
}
.faq__accordian-heading2.active::before {
	-webkit-transition: 0.3s linear all;
	-moz-transition: 0.3s linear all;
	-ms-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	transition: 0.3s linear all;
	-webkit-transform: translateY(-50%) rotate(360deg);
	-moz-transform: translateY(-50%) rotate(360deg);
	-ms-transform: translateY(-50%) rotate(360deg);
	-o-transform: translateY(-50%) rotate(360deg);
	transform: translateY(-50%) rotate(360deg);
}
.faq__accordian-heading2.active::before {
	color: #ffffff;
}
.faq__accordion-content {
	display: none;
	padding: 10px 20px;
}

a:hover {
    text-decoration: none !important;
}
.faq-area{width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    background-image: url(../images/faq-bnner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    border-radius: 15px;
    height: 468px;
}


.faq-area h4{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px;
}
.faq-area span{
    font-size: 21px;
    color: #ffd334;
    font-weight: 600;
}
.faq-area p{
    color: #fff;
    font-size: 18px;
}
.faq-area .fa-solid{
    color: #ffd334;
    font-size: 14px;
    margin-right: 9px;
}

.faq-area h5{
    color: #ffd334;
    font-size: 20px;
    margin-right: 9px;
}


.area-6{width: 100%;float: left;position: relative;overflow: hidden;padding: 45px 0;}

.benefit-area{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    background-image: url(../images/benefit-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    border-radius: 15px;
    height: 468px;
    }
.benefit-area h4{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px;
}
.benefit-area span{
    font-size: 21px;
    color: #ffd334;
    font-weight: 600;
}
.benefit-area p{
    color: #fff;
    font-size: 18px;
}
.benefit-area .fa-solid{
    color: #ffd334;
    font-size: 20px;
    margin-right: 9px;
}

.benefit-area a{
     color: #ffd334;
 }

.benefit-area h5{
    color: #ffd334;
    font-size: 22px;
    margin-top: 18px;
}


.benefit-btn{margin-top: 26px;}
.button{
    /*=====Undefult-settings====*/
    border:none;
    outline:none;
    /*=========================*/
    display:block;
    margin:20px auto;
    border-radius:50px 50px 50px 50px;
    width:200px;
    height:60px;
    font-size:30px;
    font-weight:700;
    font-family:segoe ui light
    }
    .span-2{
        background-color:transparent;
        color: #00256b;
        position: relative;
        z-index: 9;
        overflow: hidden;
        border:2px solid #FFFFFF;
    }
    .span-2:before{
        background-color: #00256b;
        content: "";
        display: inline-block;
        position: absolute;
        width: 418px;
        height:300px;
        border-radius: 500px 100px 100px 100px;
        right: 226px;
        top:-79px;
        z-index: -90;
        transition: all .5s ease-in-out;
    }
    .span-2:hover:before{
        transform: rotate(60deg) translate(0,-300px);
    }
    .span-2:hover{color:#f0c63e}
.span-2{
    background: #f0c63e;
    padding: 7px 24px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #00256b;
}

.area-7{width: 100%;float: left;position: relative;overflow: hidden;padding: 40px 0;}
.area-inr7{width: 100%;float: left;}
.gallery-box{
    background: #f8f9fa;
    padding: 15px;
    margin: 7px 0;
    box-shadow: 0 2px 8px #e7e7e7;
}
.gallery-box img{width: 100%; transform:scale(1); overflow:hidden;}
.gallery-box img:hover{ transform:scale(1.2); transition:0.8s;}
.area-inr7 h4{
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #00256b;
    margin-bottom: 50px;
}
.area-inr7 span{
    color: #f0c63e;
}
.area-inr7 h4:before{content:"";background: #00256b;display: block;width: 200px;height: 2px;margin-left: 648px;margin-top: 63px;position: absolute;}
.gallry-btn{text-align: center;}
.button{
    /*=====Undefult-settings====*/
    border:none;
    outline:none;
    /*=========================*/
    display:block;
    margin:20px auto;
    border-radius:50px 50px 50px 50px;
    width:200px;
    height:60px;
    font-size:30px;
    font-weight:700;
    font-family:segoe ui light
    }
    .g-btn{
        background-color:transparent;
        color: #00256b;
        position: relative;
        z-index: 9;
        overflow: hidden;
        border:2px solid #00256b;
    }
    .g-btn:before{
        background-color: #00256b;
        content: "";
        display: inline-block;
        position: absolute;
        width: 418px;
        height:300px;
        border-radius: 500px 100px 100px 100px;
        right: 226px;
        top:-79px;
        z-index: -90;
        transition: all .5s ease-in-out;
    }
    .g-btn:hover:before{
        transform: rotate(60deg) translate(0,-300px);
    }
    .g-btn:hover{color:#f0c63e}
.g-btn{
    background: #f0c63e;
    padding: 10px 34px;
    border-radius: 50px;
    border: 2px solid #00256b;
    font-size: 18px;
    font-weight: 700;
    margin-top: 45px;
}

.area-8{
    width: 100%;
    float: left;
    padding: 30px 0;
    overflow: hidden;
    position: relative;
    background-image: url(../images/banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    }
.area-inr-8 img{
    margin-bottom: 6px;
    width: 100px;
    margin-left: 45%;
}
.area-inr-8 p{
    color: #fff;
    font-size: 20px;
}
.area-inr-8 .fa-solid{margin-right: 20px;font-size: 35px;color: #f0c63e;}
.area-inr-8{
    text-align: center;
}
.area-inr-8 span{
    color: #f0c63e;
    margin-left: 195px !important;
    font-size: 22px;
    font-weight: 500;
}

.area-8 h4{
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.area-8 span{
    color: #f0c63e !important;
}

.area-9{
    width: 100%;
    float: left;
    padding: 21px 0;
    overflow: hidden;
    position: relative;
    background: #022569;
    }
.area-inr9{
    width: 100%;
    float: left;
    margin-bottom: -16px;
    }
.area-inr9 p{
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}
.area-inr9 a{color:#ffd859;}
.area-inr9 a:hover{color:#fff;}

.area-inr9 span:hover{color:#fff;}


.area-10{width: 100%;float: left;position: relative;overflow: hidden;padding: 50px 0 40px;background-color: #24262b;}
.area-inr10{}
.social-area h4{
    color: #ffd859;
    margin-top: 30px;
    font-weight: 600;
    font-size: 24px;
    margin-left: 51px;
}
.social-area{}
.social-area ul{
    text-align: center;
    transform: translate(0,-50%);
    margin-left: -82px;
    margin-top: 42px;
 }
 .social-area ul li{
     list-style: none;
     display: inline-block;
     margin: 0 5px;
     position: relative;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     border: 3px solid #ffd859;
     overflow: hidden;
 }
 .social-area ul li a{
     text-decoration: none;
     display: inline-block;
     width: 100%;
     height: 100%;
     line-height: 47px;
     border-radius: 50%;
     font-size: 23px;
     transition: .5s;
 }
 .social-area ul li a:nth-of-type(1){
     position: relative;
     left: 0;
     color: #00256b;
     background: #ffffff;
 }
 .social-area ul li a:nth-of-type(2){
     position: absolute;
     top: 0;
     left: -100%;
     color: #ffd859;
     background: #00256b;
     z-index: -1;
 }
 .social-area ul li:hover a:nth-of-type(1){
     left: 100%
 }
 .social-area ul li:hover a:nth-of-type(2){
     left: 0;
 }

.list-1{ width: 100%; float: left;}
.list-1 p{
    color: #fff;
}
.list-1 h4{
    font-size: 22px;
    font-weight: 600;
    color: #ffd859;
    margin-bottom: 15px;
    margin-top:20px;
}
.list-1 ul{width: 100%; float: left;}
.list-1 ul li{
    display: flex;
}
.list-1 ul li .fa-solid{
    color: #ffd859;
    font-size: 9px;
    margin-right: 9px;
    margin-top: 15px;
}

.list-1 ul li .fa{
    color: #ffd859;
    font-size: 18px;
    margin-right: 9px;
    margin-top: 9px;
}

.list-1 ul li a{
    color: #fff;
    font-size: 17px;
    line-height: 39px;
}
.list-1 ul li a:hover{ color:#ffd859;}

.copy-area{width: 100%;float: left;position: relative;overflow: hidden;padding: 6px 0;background: #ffd859;text-align: center;font-weight: 500;}
.copy-inr{width: 100%;float: left;margin-bottom: -18px;}
.copy-inr p{}


.page-inr1{width: 100%; float: left;}
.page-inr1 ul{width: 100%;float: left;margin-top: 18px;}
.page-inr1 ul li{
    display: block;
}
.page-inr1 ul li .fa{
    color: #ffd95a;
    font-size: 20px;
    font-weight: 600;
}
.page-inr1 ul li a{
    margin-left: 9px;
    font-size: 20px;
    font-weight: 600;
    color: #ffd95a;
}
.page-inr1 h1{
    font-size: 46px;
    color: #fff;
    font-weight: 700;
}

.page-34{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background-image: url(../images/page-bnnr1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 315px;
    }

.page-35{ width: 100%; float: left; position: relative; overflow: hidden; padding: 25px 0;}
.page-inr35{ width: 100%; float: left;}
.page-inr35 h2{font-size: 29px;background: #0d3073;padding: 8px;border-left: 4px solid #ffd859;color: #fff;font-family: auto;font-weight: 600;width: 38%;}
.page-inr35 p{}
.box-new-5{width: 100%;float: left;border: 3px solid #00256b;padding: 8px;}
.box-new-5 p{}
.box-new-5 h3{
font-size: 19px;
font-weight: 700;

color: #000;
font-family: sans-serif;
}
.page-36{width: 100%;float: left;position: relative;overflow: hidden;padding: 7px 0;}
.page-inr36{ width: 100%; float: left;}
.page-inr36 strong{font-size: 21px;color: #ffd859;}
.page-inr36 p{}
.page-inr36 img{}
.page-inr36 .fa{
margin-right: 6px;
color: #24cfe6;
}
.page-inr36 h3{margin-top: 16px;background: #00256b;padding: 10px;border-left: 4px solid #ffd859;font-weight: 600;font-family: auto;color: #fff;width: 35%;}

.page-37{width: 100%;float: left;position: relative;overflow: hidden;padding: 14px 0;background-image: url(../images/banner-3.jpg);}
.page-37 p{
text-align: center;
font-weight: 700;
font-size: 20px;
}

.page-38{width: 100%;float: left;position: relative;overflow: hidden;padding: 10px 0;}
.page-38 p{}

.page-1{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-image: url(../images/page-bnnr2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 318px;
    }

    .page-2{ width: 100%; float: left; position: relative; overflow: hidden; padding: 40px 0;}
.page-inr2{width: 100%; float: left;}
.page-inr2 h2{
    font-weight: 700;
    color: #022569;
    font-size: 39px;
    margin-bottom: 13px;
}
.page-inr2 img{
    width: 100%;
}
.page-inr2 p{}
.box-area-new1{width: 100%;float: left;border: 2px solid #49ceed;padding: 9px;border-radius: 8px;}
.box-area-new1 p{}
.box-area-new1 h3{
    font-size: 24px;
    font-weight: 600;
    color: #f99e1e;
}
.page2-img{width: 100%; float: left;}
.page2-img img{
    width: 98px !important;
    margin-top: -18px;
}
.butn1:link,
.butn1:visited {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  background-color: #5e16bd;
  background-image: linear-gradient(90deg, #022569, #3547d3);
  padding: 8px 23px;
  height: auto;
  width: 44%;
  margin-right: 13px;
  border-radius: 4px;
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  margin-top: 27px;
}
.butn1::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butn1::after {
  background: #ffffff45;
  content: "";
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(28deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 8rem;
}
.butn__new2::before {
  left: -50%;
}

.butn__new2::after {
  left: -100%;
}

.butn1:hover,
.butn1:active {
  transform: translateY(-3px);
  color: #ffd859;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.butn__new2:hover::before {
  left: 120%;
  opacity: 0.5s;
}

.butn__new2:hover::after {
  left: 200%;
  opacity: 0.6;
}
.butn1 span {
  z-index: 20;
}

.page-3{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-image: url(../images/page-bnnr3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 318px;
    }
  
  .page-4{ width: 100%; float: left; position: relative; overflow: hidden; padding: 20px 0;}
  .page-inr4{width: 100%; float: left;}
  .page-inr4 h2{
      font-weight: 700;
      color: #022569;
      font-size: 34px;
  }
  .page-inr4 p{}
  .page-inr4 .fa{
      margin-right: 7px;
      color: #ffda56;
      font-size: 9px;
  }
  .page-inr4 img{}
  .box-area-new2 p{}
  .box-area-new2{width: 100%;float: left;border: 2px solid #022569;padding: 9px;}
  .box-area-new2 h3{
      font-size: 20px;
      font-weight: 700;
      color: #ffd859;
      font-family: sans-serif;
      margin-left: 52px;
  }
  
  .page-inr4 h4{font-family: sans-serif;margin-top: 27px;font-size: 21px;}
  
  .page-5{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-image: url(../images/page-bnnr5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    }

  .page-6{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-image:  url(../images/page-bnnr4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 318px;
    }

.page-7{ width: 100%; float: left; position: relative; overflow: hidden; padding: 20px 0;}
.page-inr7{ width: 100%; float: left;}
.page-7 h2{
    font-size: 31px;
    text-align: center;
    font-weight: 700;
    color: #022569;
}
.page-inr7 span{
    text-align: center;
    font-size: 26px;
    color: #ffd95a;
    margin-left: 27%;
    font-weight: 600;
}
.page-inr7 p{}
.page-inr7 h3{
    font-size: 30px;
    font-weight: 700;
    color: #022569;
    margin-bottom: 18px;
    font-family: auto;
}
.page-inr7 p{}
.page-inr7 img{
    width: 100%;
    margin-top: -86px;
    margin-bottom: 20px;
}
.page-inr7 h4{
    font-size: 23px;
    font-weight: 600;
    color: #000;
    font-family: sans-serif;
}
.page-inr7 .fa{
    color: #ffd95a;
    margin-right: 6px;
    font-size: 9px;
}

.page-inr7 strong{
    font-size: 18px;
    color: #ffd95a;
    margin: 0 4px;
    letter-spacing: 1px;
}

.box-area-new3{width: 100%;float: left;border: 2px solid #022569;padding: 6px;margin-bottom: 10px;}
.box-area-new3 p{}
.box-area-new3 strong{
    margin-left: 65px;
}
.page7-inr{width: 100%;float: left;}
.page7-inr h4{
    font-family: auto;
    font-weight: 700;
    font-size: 27px;
    background: #022569;
    padding: 9px;
    width: 35%;
    border-left: 4px solid #ffd95a;
    color: #fff;
}
.page7-inr p{
    margin-top: 8px;
}
.page7-inr strong{}
.page7-inr span{
    margin-left: 0 !important;
    font-size: 21px;
    font-weight: 700;
    color: #444;
}

.page-11{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-image: url(../images/page-bnnr6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 318px;
    }
  
  .page-12{ width: 100%; float: left; position: relative; overflow: hidden; padding: 20px 0;}
  .page-inr12{ width: 100%; float: left;}
  .contact-heading{width: 100%;float: left;text-align: center;margin-bottom: 35px;}
  .contact-heading img{
      width: 100px;
      margin-top: -14px;
  }
  .contact-heading h2{
      font-weight: 700;
      color: #000;
      font-size: 38px;
  }
  .contact-box{
      text-align: center;
  }
  .contact-box h3{
      font-weight: 700;
      color: #000;
      font-size: 25px;
  }
  .contact-box .fa-solid,  .contact-box .fa{
      background: #022569;
      padding: 23px;
      font-size: 32px;
      border-radius: 50px;
      width: 85px;
      height: 85px;
      color: #f6cc36;
      margin-bottom: 15px;
      border-style: dashed;
      text-align: center;
  }
  .contact-box p{}
  
  
  .page-13{width: 100%; float: left; position: relative; overflow: hidden; padding: 20px 0;}
  .page-inr13{width: 100%; float: left;}
  .page-inr13 img{
      width: 103%;
  }
  .form-main2{width: 100%;float:left;padding: 0;margin: 0;}
  .form-group2{width:100%;float:left;}
  .form-main2 h4{
      font-size: 28px;
      font-weight: 700;
      color: #022569;
      font-family: sans-serif;
  }
  .form-lbl2{width: 100%;float:left;color: #000000;}
  
  .form-inpt2{
      width: 100%;
      padding: 8px 8px;
      margin: 0;
      border: 1px solid #022569;
      color: #000;
      background: none;
      border-radius: 3px;
      background: #fff;
      font-size: 14px;
      }
  .form-text2{
      width: 100%;
      float: left;
      padding: 8px 12px;
      margin: 0;
      resize: auto;
      border: 1px solid #022569;
      border-radius: 0;
      background: none;
      margin-top: 0;
      border-radius: 3px;
      background: #fff;
      font-size: 14px;
      }
  
  .inpt-btn2{
      width: 26%;
      float: left;
      background-color: #022569;
      border: 2px solid transparent;
      color: #ffd859;
      padding: 6px 9px;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 17px;
      margin-top: 23px;
      border-radius: 3px;
      transition: 0.8s;
      box-shadow: 0 0 7px #6a6f7282;
      margin-left: 4px;
  }
  .inpt-btn2:hover{
      border: 2px solid #ffd859;
      background: none;
      color: #022569;
  }

  .page-14{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-image:  url(../images/page-bnnr7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 318px;
    }
  
  
  .page-15{width: 100%;float: left;position: relative;overflow: hidden;padding: 30px 0;}
  .page-inr15{width: 100%; float: left;}
  .page-inr15 img{width: 100%;margin-bottom: 30px;}
  .page-inr15 h2{
      background: #022569;
      width: 30%;
      padding: 8px;
      font-size: 29px;
      font-weight: 600;
      color: #ffffff;
      border-left: 5px solid #ffd857;
  }
  .page-inr15 p{}
  
  .page-inr15 h3{
    background: #00256b;
    width: 62%;
    padding: 8px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    border-left: 5px solid #ffd859;
    margin-bottom: 20px;
    }
  
    .form-main3{
      width: 100%;
      float:left;
      padding: 0;
      margin: 0;
      padding: 20px;
      margin-top: -90px;
      }
    .form-group3{width:100%;float:left;}
    .form-main3 h4{
        font-size: 34px;
        font-weight: 700;
        color: #000000;
        font-family: sans-serif;
    }
    .form-lbl3{width: 100%;float:left;color: #000000;}
    
    .form-inpt3{
        width: 92%;
        padding: 10px 8px;
        margin: 0 4%;
        border: 1px solid #00256b;
        color: #000;
        background: none;
        border-radius: 3px;
        background: #fff;
        font-size: 14px;
        }
    .form-text3{
        width: 92%;
        float: left;
        padding: 8px 12px;
        margin: 0px 4%;
        resize: auto;
        height: 158px;
        border: 1px solid #00256b;
        border-radius: 0;
        background: none;
        margin-top: 0;
        border-radius: 3px;
        background: #fff;
        font-size: 14px;
        }
    
    .inpt-btn3{
        width: 20%;
        float: left;
        background-color: #00256b;
        border: 2px solid transparent;
        color: #ffffff;
        padding: 8px 9px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 17px;
        margin-top: 23px;
        border-radius: 3px;
        transition: 0.8s;
        box-shadow: 0 0 7px #6c757d;
        margin-left: 4%;
    }
    .inpt-btn3:hover{border: 2px solid #00256b;color:#000;background:none;}
    
  .call-back{width: 100%;float: left;margin-top: 10px;margin-left: 38px;}
  .call-back .fa{}
  .call-back a{
      margin-left: 9px;
  }
  
  .form-main3 h4{
      text-align: center;
      color: #00256b;
  }
  .form-main3 p{
      text-align: center;
      line-height: 9px;
      margin-top: 18px;
      margin-bottom: 23px;
  }

  .page-8{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-image: url(../images/page-bnnr8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 315px;
    }
  
  .page-9{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 15px 0;
    }
  .page-inr9{width: 100%;
    float: left;}
  .page-inr9 img{
      width: 100%;
  }
  .page-inr9 h3{
      margin-top: 20px;
      font-weight: 700;
      color: #000;
      font-family: auto;
  }
  .page-inr9 h2{
      font-size: 32px;
      font-weight: 700;
      color: #000;
      margin-top: 35px;
  }
  .page-inr9 p{}
  .page-inr9 strong{
      font-size: 20px;
  }
  
  .page-10{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 15px 0;
    margin-top:30px;
    }
  .page-inr10{width: 100%;
    float: left;}
  
  #faq__accordian-main-wrapper {
      max-width: 1140px;
      padding: 0;
      line-height: 1.6;
      margin: 0px 2%;
  }
  .faq__accordion-content p {
      margin: 0;
  }

  .faq__accordion-content ul {
      margin-left: 25px;
  }
  .faq__accordian-heading {
      background-color: #00256b;
      padding: 10px 30px 10px 45px;
      display: block;
      margin-bottom: 15px;
      position: relative;
      font-weight: 500;
      text-decoration: navajowhite;
      color: #ffd859;
      border-radius: 6px;
  }
  .faq__accordian-heading::before {
      content: "\f059";
      color: #f6cc36;
      font-family: fontawesome;
      position: absolute;
      left: 20px;
      top: 50%;
      -webkit-transition: 0.3s linear all;
      -moz-transition: 0.3s linear all;
      -ms-transition: 0.3s linear all;
      -o-transition: 0.3s linear all;
      transition: 0.3s linear all;
      -webkit-transform: translateY(-50%) rotate(0deg);
      -moz-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
      -o-transform: translateY(-50%) rotate(0deg);
      transform: translateY(-50%) rotate(0deg);
  }
  .faq__accordian-heading.active {
      background-color: #ffd859;
      color: #00256b;
  }
  .faq__accordian-heading.active::before {
      -webkit-transition: 0.3s linear all;
      -moz-transition: 0.3s linear all;
      -ms-transition: 0.3s linear all;
      -o-transition: 0.3s linear all;
      transition: 0.3s linear all;
      -webkit-transform: translateY(-50%) rotate(360deg);
      -moz-transform: translateY(-50%) rotate(360deg);
      -ms-transform: translateY(-50%) rotate(360deg);
      -o-transform: translateY(-50%) rotate(360deg);
      transform: translateY(-50%) rotate(360deg);
  }
  .faq__accordian-heading.active::before {
      color: #ffffff;
  }
  .faq__accordion-content {
      display: none;
      padding: 10px 20px;
  }
  
  a:hover {
      text-decoration: none !important;
      color: #ffd859 !important;
  }

  .page-16{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-image:  url(../images/page-bnnr9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 318px;
    }
  
  .page-17{}
  .page-inr17{}
  .page-inr17 img{
      margin-left: -99px;
  }
  
  .form-main4{
    width: 100%;
    float:left;
    margin: 0;
    padding: 20px;
    }
  .form-group4{width:100%;float:left;}
  .form-main4 h2{
      font-size: 27px;
      font-weight: 700;
      color: #000000;
      font-family: sans-serif;
  }
  .form-lbl4{width: 100%;float:left;color: #000000;}
  
  .form-inpt4{
      width: 100%;
      padding: 10px 8px;
      border: 1px solid #ffd859;
      color: #000;
      background: none;
      border-radius: 3px;
      background: #fff;
      font-size: 14px;
      }
  .form-text4{
      width: 100%;
      float: left;
      padding: 8px 12px;
      resize: auto;
      height: 158px;
      border: 1px solid #a6eff8;
      border-radius: 0;
      background: none;
      margin-top: 0;
      border-radius: 3px;
      background: #fff;
      font-size: 14px;
      }
  
  .inpt-btn4{
      width: 72%;
      float: left;
      background-color: #083fa8;
      border: 2px solid transparent;
      color: #ffffff;
      padding: 8px 9px;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 17px;
      margin-top: 23px;
      border-radius: 3px;
      transition: 0.8s;
      box-shadow: 0 2px 7px transparent;
      margin-left: 0%;
  }
  .inpt-btn4:hover{ box-shadow:0 2px 8px #000000a8;}
  
  .page-18{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-image:  url(../images/page-banner9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 318px;
    }
  
    .form-main5{
      width: 100%;
      float:left;
      margin: 0;
      padding: 20px;
      background-image: linear-gradient(87deg, #14b3d7, #4bcfee);
      border-radius: 5px;
      box-shadow: 0 0 7px #00000091;
      }
    .form-group5{width:100%;float:left;}
    .form-main5 h2{
        font-size: 28px;
        font-weight: 700;
        color: #000000;
        font-family: sans-serif;
        margin-bottom: 20px;
    }
    .form-lbl5{width: 100%;float:left;color: #000000;}
    
    .form-inpt5{
        width: 100%;
        padding: 10px 8px;
        border: 1px solid #a5eff8;
        color: #000;
        background: none;
        border-radius: 3px;
        background: #fff;
        font-size: 14px;
        }
    .form-text5{
        width: 100%;
        float: left;
        padding: 8px 12px;
        resize: auto;
        height: 158px;
        border: 1px solid #a6eff8;
        border-radius: 0;
        background: none;
        margin-top: 0;
        border-radius: 3px;
        background: #fff;
        font-size: 14px;
        }
    
    .inpt-btn5{
        width: 48%;
        float: left;
        background-color: #ffffff;
        border: 2px solid transparent;
        color: #000000;
        padding: 8px 9px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 17px;
        margin-top: 23px;
        border-radius: 3px;
        transition: 0.8s;
        box-shadow: 0 0 7px #6c757d;
        margin-left: -3%;
    }
    .inpt-btn5:hover{ border:2px solid #fff; background:none; color:#fff;}
  
    .page-20{
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        padding: 100px 0;
        background-image:  url(../images/page-bnnr10.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 318px;
        }
      
      .page-21{ width: 100%; float: left; position: relative; overflow: hidden; padding: 30px 0;}
      .page-inr21{width: 100%; float: left;}
      .page-inr21 h2{
          font-weight: 700;
          font-size: 28px;
          text-align: center;
          margin-bottom: 19px;
          color: #000;
      }
      .page-inr21 h3{
          background: #00256b;
          padding: 8px;
          color: #fff;
          font-weight: 600;
          font-size: 24px;
          border-left: 4px solid#f6cc36;
          margin-bottom: 19px;
          width: 69%;
      }
      .page-inr21 h4{
        font-weight: 600;
        font-size: 23px;
        color: #000;
        font-family: inherit;
      }
      .page-inr21 p{}
      .page-inr21 img{}
      .page-inr21 span{
          font-size: 21px;
          margin: 0 30%;
          color: #ffd859;
          font-weight: 600;
      }
      .page-inr21 .fa-solid{
          color: #f6cc36; font-size:9px; margin-right:10px
      }
      
      .page21-inr{width: 100%; float: left;}
      .page21-inr h3{
        background: #00256b;
        padding: 8px;
        color: #fff;
        font-weight: 600;
        font-size: 24px;
        border-left: 4px solid#f6cc36;
        width: 60%;
        }
      
        .page21-inr span{
          font-size: 21px;
          margin: 0 !important;
          color: #f6cc36;
          font-weight: 600;
          }
      
          .page21-inr .fa{
          margin-right: 10px;
          color: #f99f1e;
      }
      
      .new-btn{width: 100%;float: left;margin-top: 20px;}
      .new-btn1{
          padding: 8px 28px;
          border: none;
          background: #ffd859;
          color: #000;
          font-weight: 800;
          font-size: 19px;
      }
      .new-btn1 .fa{
          color: #000;
          margin-right: 9px;
          font-size: 19px;
      }
      
      .page-22{
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        padding: 9px 0;
        background-image: url(../images/banner-3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        }
      .page-inr22{width: 100%; float: left;}
      .page-inr22 h4{
          text-align: center;
          font-size: 37px;
          font-weight: 800;
          color: #fff;
      }
      .page-inr22 p{
          text-align: center;
      }
      .page-23{width: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        padding: 13px 0;}
      .page-23 span{
          color: #ffd859;
          font-weight: 700;
      }
      .page-23 p{
          text-align: center;
          font-size: 20px;
      }
      
      .page-18{
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        padding: 100px 0;
        background-image:  url(../images/page-bnnr11.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 318px;
        }
      
        .form-main5{
          width: 100%;
          float:left;
          margin: 0 0 30px 0;
          padding: 20px;
          background-image: linear-gradient(87deg, #022569, #2655b1);
          border-radius: 5px;
          box-shadow: 0 0 7px #00000091;
          }
        .form-group5{width:100%;float:left;}
        .form-main5 h2{
            font-size: 28px;
            font-weight: 700;
            color: #ffd859;
            font-family: sans-serif;
            margin-bottom: 20px;
        }
        .form-lbl5{width: 100%;float:left;color: #000000;}
        
        .form-inpt5{
            width: 100%;
            padding: 10px 8px;
            border: 1px solid #ffd859;
            color: #000;
            background: none;
            border-radius: 3px;
            background: #fff;
            font-size: 14px;
            }
        .form-text5{
            width: 100%;
            float: left;
            padding: 8px 12px;
            resize: auto;
            height: 158px;
            border: 1px solid #ffd859;
            border-radius: 0;
            background: none;
            margin-top: 0;
            border-radius: 3px;
            background: #fff;
            font-size: 14px;
            }
        
        .inpt-btn5{
            width: 48%;
            float: left;
            background-color: #ffd859;
            border: 2px solid transparent;
            color: #000000;
            padding: 8px 9px;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 17px;
            margin-top: 23px;
            border-radius: 3px;
            transition: 0.8s;
            box-shadow: 0 0 7px #6c757d;
            margin-left: -3%;
        }
        .inpt-btn5:hover{border: 2px solid #ffd859;background:none;color:#fff;}
      
      .page-19{width: 100%;float: left;position: relative;overflow: hidden;padding: 26px 0;}
      .page-inr19{width: 100%; float: left;}
      .page-inr19 img{
          width: 100%;
      }
      
      .select-dropdown,
      .select-dropdown * {
          margin: 0;
          padding: 0;
          position: relative;
          box-sizing: border-box;
      }
      .select-dropdown {
          position: relative;
          background-color: #ffffff;
          border-radius: 4px;
      }
      .select-dropdown select {
          font-size: 1rem;
          font-weight: normal;
          max-width: 100%;
          padding: 8px 24px 8px 10px;
          border: none;
          background-color: transparent;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          color: #8b758b;
      }
      .select-dropdown select:active, .select-dropdown select:focus {
          outline: none;
          box-shadow: none;
      }
      .select-dropdown:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 8px;
          width: 0;
          height: 0;
          margin-top: -2px;
          border-top: 5px solid #aaa;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent;
      }

      .page-24{
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        padding: 79px 0;
        background-image: url(../images/page-bnnr12.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 283px;
        }
      
        .page-inr24{width: 100%; float: left;}
        .page-inr24 ul{width: 100%;float: left;margin-top: 18px;}
        .page-inr24 ul li{
            display: block;
        }
        .page-inr24 ul li .fa{
            color: #ffd95a;
            font-size: 20px;
            font-weight: 600;
        }
       .page-inr24 ul li a{
            margin-left: 9px;
            font-size: 20px;
            font-weight: 600;
            color: #ffd95a;
        }
        .page-inr24 h1{
            font-size: 35px;
            color: #fff;
            font-weight: 700;
        }
      
      .page-25{ width: 100%; float: left; position: relative; overflow: hidden; padding: 30px 0;}
      
      
      
      .page-inr25{width: 100%; float: left;}
      .page-inr25 h2{
          background: #00256b;
          padding: 8px;
          font-size: 27px;
          font-family: auto;
          font-weight: 700;
          color: #fff;
          border-left: 4px solid #ffd95a;
          margin-bottom: 17px;
          width: 70%;
          max-width: 450px;
      }
      .page-inr25 p{ float: left;width: 100%; }
      .page-inr25 img{border-radius: 5px;width: 100%;}
      
      .page-26{ width: 100%; float: left; position: relative; overflow: hidden; padding: 20px 0;}
      .page-inr26{width: 100%; float: left;}
      .page-inr26 img{width: 100%;}

      .page-29{
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        padding: 79px 0;
        background-image: url(../images/page-bnnr13.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 315px;
        }

        .page-30{
            width: 100%;
            float: left;
            position: relative;
            overflow: hidden;
            padding: 79px 0;
            background-image: url(../images/page-bnnr14.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            height: 315px;
            }

            .page-39{width: 100%;float: left;position: relative;overflow: hidden;padding: 14px 0;}
            .page-inr39{width: 100%;float: left;}
            .page-inr39 img{width: 100%;}

            .page-31{
                width: 100%;
                float: left;
                position: relative;
                overflow: hidden;
                padding: 79px 0;
                background-image: url(../images/page-bnnr15.jpg);
                background-repeat: no-repeat;
                background-size: cover;
                height: 315px;
                }

                .test-area2{
                    width: 100%;
                    float: left;
                }
                .test-area2 img{}
                .testimonial-text{
                    position: absolute;
                    padding: 7px;
                    margin: 97px 9%;
                }
                .testimonial-text p{
                    font-size: 16px;
                }
                .testimonial-text h3{
                    font-size: 20px;
                    font-family: auto;
                    font-weight: 700;
                    color: #000;
                    margin-left: 36px;
                }

                .page-27{
                    width: 100%;
                    float: left;
                    position: relative;
                    overflow: hidden;
                    padding: 79px 0;
                    background-image: url(../images/page-bnnr16.jpg);
                    background-repeat: no-repeat;
                    background-size: cover;
                    height: 315px;
                    }

                    .page-32{
                        width: 100%;
                        float: left;
                        position: relative;
                        overflow: hidden;
                        padding: 79px 0;
                        background-image: url(../images/page-bnnr17.jpg);
                        background-repeat: no-repeat;
                        background-size: cover;
                        height: 315px;
                        }

                        .page-28{
                            width: 100%;
                            float: left;
                            position: relative;
                            overflow: hidden;
                            padding: 79px 0;
                            background-image: url(../images/page-bnnr18.jpg);
                            background-repeat: no-repeat;
                            background-size: cover;
                            height: 315px;
                            }

                            .page-33{
                                width: 100%;
                                float: left;
                                position: relative;
                                overflow: hidden;
                                padding: 79px 0;
                                background-image: url(../images/page-bnnr19.jpg);
                                background-repeat: no-repeat;
                                background-size: cover;
                                height: 315px;
                                }

.mobile-responsive{display: none;}
.contact-img{}
.contact-img img{}
.small-text{font-size: 75%;line-height: 16px;text-align: center;margin-top: 10px;}
.page-inr25 h3{font-size: 20px;font-weight: 600;margin-top: 20px;color: #00256b;}
.page-inr25 h4{font-size: 18px;font-weight: 600;margin-top: 20px;}



.demo-gallery > ul {
                margin-bottom: 0;
            }
            .demo-gallery > ul > li {
                float: left;
                margin-bottom: 15px;
                list-style: none;

            }
            .demo-gallery > ul > li a {
                border: 3px solid #FFF;
                border-radius: 3px;
                display: block;
                overflow: hidden;
                position: relative;
                float: left;
            }
            .demo-gallery > ul > li a > img {
                -webkit-transition: -webkit-transform 0.15s ease 0s;
                -moz-transition: -moz-transform 0.15s ease 0s;
                -o-transition: -o-transform 0.15s ease 0s;
                transition: transform 0.15s ease 0s;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
                width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
                opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.1);
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transition: background-color 0.15s ease 0s;
                -o-transition: background-color 0.15s ease 0s;
                transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
                left: 50%;
                margin-left: -10px;
                margin-top: -10px;
                opacity: 0;
                position: absolute;
                top: 50%;
                -webkit-transition: opacity 0.3s ease 0s;
                -o-transition: opacity 0.3s ease 0s;
                transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
                -webkit-transition: -webkit-transform 0.15s ease 0s;
                -moz-transition: -moz-transform 0.15s ease 0s;
                -o-transition: -o-transform 0.15s ease 0s;
                transition: transform 0.15s ease 0s;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
                height: 100%;
                width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
                opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.1);
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transition: background-color 0.15s ease 0s;
                -o-transition: background-color 0.15s ease 0s;
                transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
                left: 50%;
                margin-left: -10px;
                margin-top: -10px;
                opacity: 0;
                position: absolute;
                top: 50%;
                -webkit-transition: opacity 0.3s ease 0s;
                -o-transition: opacity 0.3s ease 0s;
                transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
                height: 48px;
                margin-left: -24px;
                margin-top: -24px;
                opacity: 0.8;
                width: 48px;
            }
            .demo-gallery.dark > ul > li a {
                border: 3px solid #04070a;
            }
            .home .demo-gallery {
                padding-bottom: 80px;
            }

.new-span{color: #022569 !important;font-weight: 600;margin-right: 10px;}
.area-9-new{width: 100%;float: left;position: relative;overflow: hidden;background-image: url(../images/banner-2.jpg);
    background-repeat: no-repeat;background-size: cover;padding: 30px 30px;}
    .area-inr9 h2{text-align: center;font-weight: 700;font-size: 36px;color: #ffd334;margin-bottom: 30px;text-transform: uppercase;}

    .box-area-3 {
    border: 1px solid #ffd334;
    height: 200px;
    box-shadow: 0 0 7px #6c757d;
}

.subsTable{float: left;width: 100%; margin:10px 20px;}
   .yearSp{width: 40%; float: left;color: #000 !important;}
   .amountSp{width: 40%; float: left;color: #000 !important;}
   .inputSp{width: 20%; float: left;color: #000 !important;}

.page-inr-7 h4 {
    text-align: center;
    background: #ffd334;
    padding: 14px;
    color: #00256b;
    font-size: 21px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.box-area-3 ul li a {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
}

.box-area-3 ul li .fa {
    margin-right: 8px;
    font-size: 25px;
    color: #6c757da8;
    line-height: 41px;
}

.box-area-3 p {
    text-align: center;
    font-weight: 700;
    font-size: 60px;
    margin-top: 30px;
    color: #ef6821;
    margin-bottom: 0;
}

.box-area-3 strong {
    margin-left: 0;
    text-decoration: line-through;
    font-size: 20px;
    color: #000;
}


.styled-checkbox {
  /*position: absolute; */// take it out of document flow
  opacity: 0; // hide it

  & + label {
    position: relative;
    cursor: pointer;
    padding: 0;
  }

  // Box.
  & + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
  }

  // Box hover
  &:hover + label:before {
    background: #f35429;
  }
  
  // Box focus
  &:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }

  // Box checked
  &:checked + label:before {
    background: #f35429;
  }
  
  // Disabled state label.
  &:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }

  // Disabled box.
  &:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }

  // Checkmark. Could be replaced with an image
  &:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 
      2px 0 0 white,
      4px 0 0 white,
      4px -2px 0 white,
      4px -4px 0 white,
      4px -6px 0 white,
      4px -8px 0 white;
    transform: rotate(45deg);
  }
}



.login-img .page {
  position: relative;
  background: #00256b !important;
}

.page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}

.container-login100 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  z-index: 999;
}

.wrap-login100 {
  background: #fff;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  z-index: 1;
}

.login100-form-title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: block;
  padding-bottom: 30px;
  color: #424344;
}

.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.64rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #888;
}
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-muted {
  color: #74829c !important;
}

.input100 {
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  display: block;
  width: 80%;
  background: #ffffff;
  height: 44px;
  padding: 0 30px 0 20px;
  border-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  border: 1px solid #888;
    border-left-color: rgb(236, 240, 250);
    border-left-style: solid;
    border-left-width: 1px;
}

.login100-form-btn {
  line-height: 1.5;
  color: #fff;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 25px;
  border-radius: 5px;
}

.container-login100-form-btn{
    padding-top: 15px;
}

.text-end {
  text-align: right !important;
}

.login100-form p a, .login100-form p{font-size: 15px; color: #00256b;}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.tabs-menu ul li a {
    padding: 10px 12px 11px 13px;
    display: block;
    color: #282f53;
}

.tabs-menu ul li .active {
    color: var(--primary-bg-color);
}

.tabs-menu1 ul li a {
    padding: 10px 20px 11px 20px;
    display: block;
    color: #282f53;
    border: 1px solid #00256b;
    margin-right: 5px;
}

.tabs-menu-body p:last-child {
    margin-bottom: 0;
}

.tab-menu-heading {
    padding: 0px;
    border-bottom: 1px solid #e9edf4 !important;
    font-size: 16px;
    font-weight: 500;
}

.tab_wrapper .content_wrapper .tab_content.active p:last-child {
    margin-bottom: 0;
}

.tabs-menu2 ul li a {
    color: #636262;
    padding: 10px 20px 11px 20px;
}

.tabs-menu2 ul li .active {
    font-weight: 600;
}

.tabs-menu2 ul li .fade {
    color: #eeee;
}

.nav.panel-tabs a.active {
    color: var(--primary-bg-color);
}

.nav.panel-tabs.panel-secondary a.active {
    background-color: #05c3fb !important;
    color: #fff;
}

.nav.panel-tabs.panel-secondary a {
    color: #05c3fb;
}

.nav.panel-tabs.panel-danger a.active {
    background-color: #e82646 !important;
    color: #fff;
}

.nav.panel-tabs.panel-danger a {
    color: #e82646;
}

.nav.panel-tabs.panel-success a {
    color: #09ad95;
}

.nav.panel-tabs.panel-success a.active {
    background-color: #09ad95 !important;
    color: #fff;
}

.nav.panel-tabs.panel-info a {
    color: #00256b;
}

.nav.panel-tabs.panel-info a.active {
    background-color: #00256b !important;
    color: #fff;
}
table{font-size: 15px;}

.profile-1 .nav-link{color:#000; text-transform: uppercase; }
.profile-1 .nav-link:hover{color:#00256b !important;}
.profile-1{
    background: #f6cc36;
    border: 2px solid #fff;
    color: #000;
    padding: 0px 5px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;     
}

.profile-1 .nav-link .fa{margin-left: 5px;margin-top: 5px;}

.dropdown-menu{
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 15rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.15);
border-radius: .25rem;
}

.dropdown-menu h5{
    font-size: 1rem;
    text-transform: capitalize;
}

.dropdown-item:hover {
  background-color: #00256b;
}


/*---------------Sidebar */


.wrapper {
  width: 100%; }

#sidebar {
  min-width: 270px;
  max-width: 270px;
  background: #00256b;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  #sidebar.active {
    min-width: 150px;
    max-width: 80px;
    text-align: center; }
    #sidebar.active ul.components li {
      font-size: 14px; }
      #sidebar.active ul.components li a {
        padding: 10px 0; }
        #sidebar.active ul.components li a span {
          margin-right: 0;
          display: block;
          font-size: 24px; }
    #sidebar.active .logo {
      padding: 10px 0; }
    #sidebar.active .footer {
      display: none; }
  #sidebar .logo {
    display: block;
    color: #fff;
    font-weight: 900;
    padding: 10px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      #sidebar .logo {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  #sidebar ul.components {
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      #sidebar ul.components {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  #sidebar ul li {
    font-size: 16px; }
    #sidebar ul li > ul {
      margin-left: 10px; }
      #sidebar ul li > ul li {
        font-size: 14px; }
    #sidebar ul li a {
      padding: 10px 30px;
      display: block;
      color: white;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      #sidebar ul li a span {
        margin-right: 15px; }
        @media (max-width: 991.98px) {
          #sidebar ul li a span {
            display: block; } }
      #sidebar ul li a:hover {
        color: #fff; }
    #sidebar ul li.active > a {
      background: transparent;
      color: #fff; }
  @media (max-width: 991.98px) {
    #sidebar {
      min-width: 80px;
      max-width: 80px;
      text-align: center;
      margin-left: -80px !important; }
      #sidebar.active {
        margin-left: 0 !important; } }

a[data-toggle="collapse"] {
  position: relative; }

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#content{margin: 25px; width: 100% !important;}
.yellow-btn .active{
    background-color: #ffd747 !important;  
    color: #00256b;
}

.yellow-btn a:hover{ 
    color: #000 !important;  
}

.is-danger p, .is-danger{color: red;}
.is-success p, .is-success{color: green;}
.green{color:green;}