@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
@import url('bootstrap.min.css');
@import url('owl.carousel.min.css');
* {
  margin: 0;
  padding: 0;
}
body {
  color: #777575;
  font-size: 18px;
  font-weight: 400;
  background: #FFF;
  line-height: 1.4;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}
a, i, .btn, button, img, span, .dropdown-item, .hover-translate {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
dl, ol, ul {
  margin-bottom: 0;
}
a {
  color: #777575;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  padding-bottom: 20px;
  margin: 0;
  color: #002248;
}
h1 {
  font-size: 46px;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  font-weight: 700;
}
p {
  line-height: 1.5;
  padding-bottom: 20px;
  margin: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.container {
  max-width: 1170px;
}
.headcommon {
  padding: 0 0 45px 0;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.headcommon h2 {
  position: relative;
  padding: 0 0 12px 0;
}
.headcommon h2:after {
  position: absolute;
  width: 100px;
  height: 4px;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 0;
  background: #E0AA4B;
  content: "";
}
.gra-bg {
  background: #f5f6f8;
}
.blue-bg {
  background: #002248 !important;
}
.course-wrapp .blue-bg:hover, .testimonials-btn .blue-bg:hover, .enquirepremium .Premium-button:hover {
  background: #053468 !important;
}
.gold-bg {
  background: #E0AA4B;
}
.w-color {
  color: #fff;
}
/* ============================================= header */
/* ================== top head */
.top-head {
  background: #0B3565;
  padding: 5px 0;
}
.top-head ul {
  list-style: none;
  text-align: right;
}
.top-head ul li {
  display: inline-block;
}
.top-head ul li a {
  color: #fff;
  font-size: 10px;
  border-right: solid 1px #fff;
  padding: 0 5px;
}
.top-head ul li:last-child a {
  border-right: 0;
  padding-right: 0;
}
/* ================== navbar */
.mobile-menu {
  /* display:none; */
}
header .nav-bg {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #002248;
}
header .nav-main ul li {
  padding: 0 15px;
}
header .nav-main ul li:last-child {
  padding-right: 0;
}
header .nav-main ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 0;
}
header .nav-main ul li a:hover {
  color: #E0AA4B;
}
.header .search {
  border: 0;
  background: none;
}
.header .search .bi.bi-search path {
  color: #E0AA4B;
}
.logintextm {
  display: none;
}
.searchwrapp {
  margin: 0 0 0 28px;
}
.searchwrapp input {
  border: 0;
  border-radius: 4px;
  right: 0;
  bottom: -38px;
  position: absolute;
  padding: 6px 10px;
  font-size: 16px;
  max-width: 350px;
  width: 100%;
  display: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.searchwrapp input:focus {
  outline: 0;
}
.search-show .searchwrapp input {
  display: block;
}
/* ================== banner */
.banner {
  padding: 30px 0;
}
.banner h1 {
  padding: 30px 0 65px 0;
}
.banner h1 span {
  color: #E0AA4B;
}

.modalpopup .modal-header{ padding: 12px 15px;}
.modalpopup h4{ padding-bottom: 0px;  font-size: 18px; font-weight: 600;}
.modalpopup .form-control{ height: 48px; font-size: 15px;}
.start-btn{ border-radius: 5px; background: #002248; color: #fff; font-size: 16px; font-weight: 600; padding: 8px 15px; width: 100%; text-align: center;}



/* ================== Product-highlights */
.Product-highlights {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.Product-highlights h2 {
  text-align: center;
  font-size: 48px;
  padding: 0 0 10px 0;
}
.Product-highlights h3 {
  font-size: 26px;
  font-weight: 600;
  padding: 0 0 20px 0;
}
.Product-highlights ul {
  padding: 0;
  margin: 0 0 0 -4px;
}
.Product-highlights ul li {
  list-style: none;
  font-size: 17px;
  padding: 0 0 12px 35px;
  color: #626262;
  position: relative;
}
.Product-highlights ul li svg {
  position: absolute;
  left: 0;
  top: 2px;
}
.Product-highlights ul li svg path {
  color: #0BEC73;
}
.Product-highlights ul li.guaranteetext {
  color: #002248;
  text-decoration: underline;
}
.enquirepremium a {
  background: #E0AA4B;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 14px 0;
  margin: 20px 0 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.enquirepremium .Premium-button {
  background: #002248;
}
.enquirepremium a:hover {
  background: #c98f29;
}
/* ================== Accordionarea */
.accordionarea {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.accordionarea .accordionlft {
  max-width: 49%;
  width: 100%;
}
.accordionarea .accordion-item .accordion-collapse {
  border-top: solid 1px #a9abac;
}
.accordionarea h2 {
  padding: 0;
}
.accordionarea .accordion-button:focus {
  box-shadow: none;
}
.accordionarea h2 button {
  color: #002248;
  font-size: 18px;
  font-weight: 600;
  background: #F2F4F6;
  border-radius: 5px;
  padding: 14px;
}
.accordionarea .accordion-item {
  border: 0;
  padding: 5px 0;
}
.accordionarea .accordion-button:not(.collapsed) {
  color: #002248;
  background-color: #f2f4f6;
  box-shadow: inherit;
}
.accordionarea .accordion-body {
  background: #F2F4F6;
  border-radius: 0 0 5px 5px;
  padding: 14px;
}
.accordionarea .accordion-body p {
  font-size: 15px;
  line-height: 24px;
  padding: 0;
  color: #777575;
}
.accordionarea .accordion-body p a {
  font-weight: 700;
  color: #002248;
}
/* ================== books-wrapp */
.books-wrapp .headcommon, .companies-wrapp .headcommon {
  padding: 0 0 77px 0;
}
.books-wrapp .bookimg {
  border: solid 4px #fff;
  margin-bottom: 25px;
}
.books-wrapp .item p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 0;
}
.books-wrapp button.owl-prev, .books-wrapp button.owl-next {
  width: 48px;
  height: 48px;
  margin: 0 14px;
  background: #E0AA4B !important;
  border-radius: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.books-wrapp button.owl-prev span, .books-wrapp button.owl-next span {
  width: 16px;
  height: 20px;
  display: block;
  font-size: 0;
}
.books-wrapp button.owl-prev span {
  background: url(../images/arrow-l.svg) no-repeat;
}
.books-wrapp button.owl-next span {
  background: url(../images/arrow-r.svg) no-repeat;
}
.books-wrapp .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0 0 0;
}
.buy-button {
  text-align: center;
  padding: 35px 0 0 0;
}
.buy-button a {
  font-size: 20px;
  font-weight: 600;
  color: #002248;
  border-radius: 5px;
  background: #E0AA4B;
  padding: 16px 31px;
  display: inline-block;
}
.books-wrapp button.owl-prev:hover, .books-wrapp button.owl-next:hover, .buy-button a:hover {
  background: #e5ba6f !important;
}
/* ================== companies-wrapp */
.companies-wrapp ul {
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.companies-wrapp ul li {
  width: 100%;
  max-width: 25%;
  padding: 0 0 60px 0;
  text-align: center;
}
/* ================== books-wrapp */
.parttop {
  font-size: 22px;
  padding: 0 0 20px 0;
}
.parttop h5 {
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 2px 0;
}
.parttop h6 {
  font-size: 20px;
  color: #777575;
  padding: 0;
}
.purchase-p-b {
  padding: 0 0 80px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.purchase-img .commonbutton {
  display: none;
}
.parttop p {
  font-size: 24px;
  color: #777575;
  padding: 0;
  line-height: 32px;
  font-weight: 600;
}
.partbottom {
  font-size: 18px;
}
.partbottom h2 {
  font-size: 55px;
  padding: 0 0 10px 0;
}
.partbottom p {
  color: #767474;
}
.commonbutton {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  background: #E0AA4B;
  padding: 16px 31px;
  display: inline-block;
}
.commonbutton:hover {
  background: #dd9f33;
  color: #FFF;
}
/* ================== review-wrapp */
.reviewcard {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border-radius: 10px;
  padding: 18px 20px 30px;
  margin: 0 0 30px 0;
}
.reviewcard-user {
  padding: 0 0 20px 0;
}
.reviewcard-user img {
  border-radius: 100%;
}
.reviewcard p {
  font-size: 15px;
  line-height: 23px;
}
.reviewcard h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 10px 0;
}
.testimonials-btn {
  padding-top: 15px;
}
.testimonials-btn a {
  margin: 0 10px;
  max-width: 306px;
  width: 100%;
  padding: 15px 0;
}
/* ================== tabssection */
.tabssection {
  padding-bottom: 40px;
}
.tabssection .nav-tabs .nav-link {
  font-size: 18px;
  color: #A8A3A3;
  font-weight: 600;
  padding: 10px 2px;
  margin: 0 70px 0 0;
}
.tabssection .nav-tabs {
  border-bottom: 1px solid #D9D9D9;
}
.tabssection .nav-tabs .nav-link.active {
  color: #002248;
  background-color: inherit;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: solid 3px #002248;
}
.tabssection .nav-tabs .nav-link {
  border: 0;
}
.tabssection .tab-content {
  padding: 42px 0 0 0;
}
.tabssection .tab-pane h3 {
  font-size: 28px;
  font-weight: 700;
  padding: 0 0 15px 0;
}
.tabssection .tab-pane h6 {
  font-size: 22px;
  font-weight: 600;
  padding: 0 0 15px 0;
}
.tabssection .tab-pane p {
  padding: 0 0 30px 0;
}
/* ================== featured-wrapp */
.featured-wrapp {
  padding: 0 0 47px 0;
}
.media-img {
  border: solid #777575 1px;
  margin: 0 0 30px 0;
}
.featured-wrapp .col-md-4 {
  padding: 0 21px;
}
/* ================== course-wrapp */
.course-wrapp h2 {
  color: #000;
  padding: 0 0 35px 0;
}
.course-wrapp p {
  color: rgb(0 0 0 / 59%);
  font-size: 22px;
  font-weight: 600;
  padding: 0 0 25px 0;
}
.course-wrapp .blue-bg {
  max-width: 224px;
  width: 100%;
  padding-inline: 0;
}
/* ============================================= socialcontact */
.socialcontact {
  display: none;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.socialcontact a {
  font-size: 20px;
  color: #FFF;
  background: #00C800;
  width: 50%;
  display: block;
  text-align: center;
  padding: 12px 0;
}
.socialcontact a.calltext {
  background: #15A5F6;
}
.socialcontact a img {
  margin: 0 12px 0 0;
}
/* ============================================= footer */
.footertext {
  padding: 30px 0 40px 0;
  background: #002248;
}
.footerlogo {
  padding: 0 0 20px 0;
}
.footerlogom {
  display: none;
}
.footer p, .footer-address, .footer-address span {
  color: #cdd2d8;
}
.footer p, .footer-address {
  color: #cdd2d8;
  padding: 0;
  line-height: 29px;
}
.footer-address h5 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 0 10px 0;
}
.footer-address span {
  display: block;
  padding: 2px 0;
}
.reservedtext {
  padding: 0 120px 0 15px;
}

/* LOGIN PAGE CSS */
.loginpage{ width: 100%; position: relative; background: #002248;}
.loginLeft{ height: 100vh; width: 50%; background: #fff; padding: 0 15px;}
.loginLeft h2{  color: #002248; font-size: 24px; font-weight: 600; line-height: 110%; padding-bottom: 10px; margin-bottom: 10px;}
.loginLeft p{ color: #666; margin: 10px 0 15px; font-size: 16px;}

.LoginCard{ width: 90%; margin:25px auto 0;}

.loginRight{ width: 50%; padding: 5% 11% 0;}
.loginRight.signpage{ padding: 2% 11% 0;}
.loginRight h2{  color: #E0AA4B; font-size: 26px; font-weight: 600; margin: 0; padding-bottom: 0; text-align: center;}
.loginRight h4{  color: #E0AA4B; font-size: 20px; font-weight: 600; margin: 0; padding-bottom: 10px;}
.loginRight h5{  color: #E0AA4B; font-size: 18px; font-weight: 600; margin: 0; padding-bottom: 10px;}
.loginRight p{ text-align: center; color: #fff; margin: 25px 0 15px; font-size: 16px;}
.loginRight .form-control{ font-size: 16px; color: #9ABBE0; background: #345172; height: 50px; border: 0px; box-shadow: none;}

.loginRight .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #9ABBE0;
}
.loginRight .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #9ABBE0;
   opacity:  1;
}
.loginRight .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #9ABBE0;
   opacity:  1;
}
.loginRight .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #9ABBE0;
}
.loginRight .form-control::-ms-input-placeholder { /* Microsoft Edge */
   color:    #9ABBE0;
}
.font-size16{ font-size: 16px;}
.login-btn{ background: #E0AA4B; border-radius:5px; padding: 12px 20px; width: 100%; text-align: center; border: 0px; font-weight: 600;}
.login-btn:hover{ background: #cd9431;}

.sign-txt{ font-size:17px; color: #fff;}
.sign-txt a{ color: #E0AA4B; font-weight: 600;}


.loginRight input.file-input{ font-size: 16px; color: #9ABBE0; background: #345172; height: 50px; border: 0px; box-shadow: none; border-radius: 5px; width: 100%; padding: 0 0 5px 15px; line-height: 44px;}
.loginRight input[type=file]::file-selector-button {
  margin-left: 20px;
  border: none;
  background: #E0AA4B;
  padding: 8px 20px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
	float: right;
	margin-top: 5px;
	line-height: 24px;
}

.loginRight .form-check{ margin-bottom: 22px; font-size: 16px; color: #9ABBE0;}
.loginRight .form-check a{ color: #fff;} 

.otpfrom{ width: 100%; margin-bottom: 20px;}
.otpfrom ul{ margin: 0px; padding: 0px; }
.otpfrom li{ display: inline-block; padding:0 5px ; width: 24%;}
.otpfrom li .form-control{ font-size: 30px; text-align: center; line-height: 50px; padding-top: 6px; color: #9ABBE0; background: #345172; height: 56px; border: 0px; box-shadow: none;}



