
@font-face {
	font-family: circular-bold;
	src: url(../fonts/euclid-circular-bold.woff) format('woff');
	font-style: normala
}
@font-face {
	font-family: circular-regular;
	src: url(../fonts/euclid-circular-regular.woff) format('woff')
}
.btn-default, a, h1, h2, h3, h4, h5, h6, li, p, span, textarea, ul {
	margin: 0;
	padding: 0
}

/*************sec 12****************/
.h_sec12{background:radial-gradient(circle,#36348d,#2e2c7f,#262471,#1e1c64,#161457);color:#fff; padding: 60px 0;
}
.s12_top{width:100%;text-align:center;margin:0 0 50px;}
.s12_box{width:100%;padding:20px 30px;background:#514fa7;color:#fff;border-top:6px solid #ffaa17;position:relative;}
.s12_box::before{content:"\f10e";position:absolute;font-family:'FontAwesome';top:87px;right:30px;font-size:60px;line-height:0;color:#ffaa17;}
.s12_box_top{width:100%;}
.s12_box_top img{float:left;margin:0 20px 0 0;border-radius:50%;}
.s12_box_top h3{margin:30px 0 10px;display:inline-block;}
.s12_box_bot{width:100%;display:inline-block;margin:30px 0 0;}
.s12_right h2{font-size:30px;color:#fff;}
.s12_right p{margin:20px 0;color: #fff;}
.s12_right ul li{display:inline-block;}
.s12_right ul li span{color:#ffaa17;}
span.white{color:#fff!important;}
.s12_box p {
    color: #fff;
}


.s12_bot {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
/*************sec 12****************/

h1,h2,h3,h4{
	font-family: circular-bold;
}
p{
	font-family: circular-regular;
	color: grey;
}
* {
	margin: 0;
	padding: 0
}
a:hover {
	text-decoration: none
}
a:focus {
	text-decoration: none
}
.container {
	max-width: 1140px;
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #3c97cb;
	outline: 0;
	box-shadow: 0 0 0 0.25rem #3c97cb73;
}
.main-heading h2 {
	font-weight: 700;
	color: #002768;
}
h2 {
	font-size: 38px;
}
::-webkit-scrollbar {
	width: 10px
}
::-webkit-scrollbar-track {
	background-color: #ebebeb;
	-webkit-border-radius: 10px;
	border-radius: 10px
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #002768
}
::-moz-selection {
	color: #fff;
	background: #002768
}
::selection {
	color: #fff;
	background: #002768
}
.mobile-menu {
	display: none
}
.mobile-menu .circle {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	background: #002768;
	margin: 0 auto;
	font-size: 16px;
	position: fixed;
	right: 20px;
	top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	border: 2px solid #fff
}
.mobile-menu .mobile-cross {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	background: #002768;
	margin: 0 auto;
	font-size: 16px;
	position: fixed;
	right: 0;
	top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	border: 2px solid #fff
}
.mobile-menu .nveMenu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 280px;
	height: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	transform: translateX(-320px);
	transition: all .5s cubic-bezier(.7, 0, .3, 1);
	padding: 40px 20px;
	border: 2px solid #fff
}
.mobile-menu .nveMenu.is-opened {
	opacity: 1;
	visibility: visible;
	transform: translateX(0)
}
.mobile-menu .overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: calc(100% - 280px);
	height: 100%;
	background: rgba(0, 0, 0, .71);
	opacity: 0;
	visibility: hidden;
	transition: all .5s cubic-bezier(.7, 0, .3, 1)
}
.mobile-menu .overlay.is-on {
	opacity: 1;
	visibility: visible;
	z-index: 999
}
.mobile-menu .navlinks li {
	display: block;
	padding: 8px 0
}
.mobile-menu .navlinks li a {
	color: #666;
	font-weight: 700;
	text-decoration: none
}
.mobile-menu .navlinks li a:hover {
	text-decoration: none
}
.mobile-dropdown button {
	background: 0 0;
	border: none;
	color: #666;
	font-weight: 700;
	text-decoration: none
}
.mobile-dropdown ul.dropdown-menu.show {
	border-radius: 0 0 20px 20px;
	border: none;
	height: 225px;
	padding: 15px;
	box-shadow: 0 15px 35px #00000029;
	overflow: auto
}
.preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-image: url(../images/preloader.html);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center
}
.active-class {
	border: 2px solid #000
}
.header {
	position: fixed;
	z-index: 99;
	top: 50px;
	width: 100%;
	background: #0000001f;
	padding: 20px 0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
	border-bottom: 2px solid transparent
}
.active-header {
	background-color: white!important;
	top: 0px;
	box-shadow: 0 3px 30px #0000004a;
}
.second-header {
	background: #fff;
	display: none;
	visibility: hidden;
	position: fixed;
	transition: all .75s linear!important;
	width: 100%;
	border-bottom: 1px solid #f2653a;
	padding: 10px 0;
	line-height: 0
}
.second-header.sticky-header {
	display: flex;
	visibility: visible;
	transition: all .75s linear!important;
	top: -100px;
	transform: translateY(100px);
	z-index: 200
}
.second-header .dropdown-nav {
	margin: 12px 0;
	padding: 10px 15px 0 15px
}
.second-header-dropdown li a:hover {
	color: #f2653a
}
.second-header ul.nav.navbar-na {
	line-height: 70px;
	top: 0
}
.header-top-bg {
	background: #18355e;
	line-height: 35px;
}
.header-top {
	display: flex;
	justify-content: flex-end;
}
.header-top-bg .top-number a {
	border-radius: 0 20px 20px 0;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: 400;
}
.header-top-bg .top-number a:hover {
	color: #3c97cb
}

.top-btn-1 {
	background: #3c97cb;
	border-radius: 5px;
	text-decoration: none;
	padding: 10px 25px;
	color: #fff;
	border: 2px solid #3c97cb;
	transition: 0.3s;
}
.top-btn-1:hover{
	background: #2f5d9e;
	border: 2px solid #2f5d9e;
	color: #fff;
}
.main-logo {
	width: 200px
}
.main-header-bg {
	background: #fff0;
	/* box-shadow: 0 3px 30px #0000004a; */
	line-height: 60px;
	padding: 7px 0 0 0;
}
.main-header-bg .main-header {
	display: flex;
	justify-content: space-between
}
.main-header-bg .main-header ul {
	list-style: none;
}
.main-header .main-navigation ul li a {
	color: #000;
	text-decoration: none;
	padding: 0 20px;
	font-weight: 600;
	font-size: 15px
}

.navi-drop-hr{width:95%!important;margin:0}
.main-header .main-navigation ul li a:hover {
	color: #002768;
	background: none!important;
}
.main-header .dropdown .dropdown-menu {
	box-shadow: 0 15px 35px #00000029;
	border-radius: 10px;
	opacity: 1;
	top: 55px;
	padding: 10px 20px;
	background-color: rgb(255 255 255 / 36%);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px)
}
.main-header .dropdown .dropdown-menu ul li a {
	letter-spacing: 0;
	color: #000;
	font-size: 14px;
	padding: 0 10px 0 40px
}
.main-navigation ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block
}
.main-navigation .dropdown-menu {
	line-height: 40px;
	width: max-content
}
.main-dropdown-arrow .button {
	position: relative
}
.main-dropdown-arrow .button:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: -5px;
	width: 8px;
	height: 8px;
	border: 2px solid #3c97cb;
	border-left: 0;
	transform: rotate(316deg);
	border-top: 0;
	transition: all .3s ease
}
.main-dropdown-arrow .button:hover:after {
	left: 3px;
	left: 3px
}

section.main-banner-bg {
	margin: 0px 0 0 0;
	padding: 60px 0;
	background-size: cover;
	background-repeat: no-repeat
}
.main-banner-bg h5 {
	color: #3c97cb;
	padding: 10px 0;
}
.main-banner-bg h1 {
	font-size: 50px;
	font-weight: 700;
	color: #18355e;
	line-height: 50px;
	padding: 10px 0;
}
.main-banner-bg p {
	font-size: 15px;
	color: #fff
}
.main-banner-btn {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	padding: 0 200px 0 0
}
.main-banner-btn .service-btn a {
    background: #3c97cb;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    margin: 0 2px;
    padding: 10px 14px!important;
    transition: .3s;
    border: 2px solid #3c97cb;
}
.main-banner-btn .service-btn a:hover {
	background: 0 0;
	color: #3c97cb;
	border: 2px solid #3c97cb
}
.main-banner-btn .contact-btn a {
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none
}
.main-banner-btn .contact-btn a:hover {
	background: #3c97cb;
	color: #fff;
	border: 2px solid #3c97cb
}
.banner-content {
    padding: 50px 0;
}
.banner-content ul{
	list-style: none;
	padding: 40px 0;
}
.banner-content ul li{
	padding: 7px 0;
	color: #000;
	font-weight: 700;
}
.banner-content ul li i{
	color: #3c97cb;
}

.banner-form {
	box-shadow: 0 3px 30px #00000029;
	border-radius: 15px;
	padding: 25px;
	position: relative;
	bottom: 75px;
	background: rgb(60,151,203);
	background: linear-gradient(117deg, rgba(60,151,203,1) 0%, rgba(24,53,94,1) 33%);
	color: #fff;
}

.banner-form h6{
	font-size: 22px;
}
.banner-btn button {
	background: #3c97cb;
	color: #fff;
	border-radius: 50px;
	border: 1px solid #3c97cb;
	padding: 10px 15px;
	box-shadow: 0 0px 10px 2px #3c97cb;
	transition: 0.3s;
}
.banner-btn button:hover{
	color: #18355e;
}
.banner-btn button i {
    padding: 0 0px 0 0px;
}
.quality-experts-bg {
	padding: 0 0 30px 0;
}
.quality-experts-bg h2{
	color: #18355e;
	font-weight: 700;
}
.quality-experts-bg p{
	padding: 20px 0;
}
.our-states-bg {
	padding: 50px 0;
}
.our-states-bg h2{
	color: #18355e;
	font-weight: 700;
	padding: 10px 0;
}
.our-states-bg h6{
	color: #3c97cb;
	font-weight: bold;
}
.our-states-card {
	margin: 12px 0;
	border: 2px solid #adc1ed;
	border-radius: 5px;
	padding: 30px 40px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(173,193,237,0.44021358543417366) 47%);
}
.our-states-card h3{
	color: #000;
	height: 50px;
	font-size: 22px;
}
.our-states-card p{
	padding: 5px 0;
}
.best-online-bg {
	padding: 50px 0;
}
.best-online-bg h2{
	color: #18355e;
	font-weight: 700;
}
.best-online-bg h6{
	color: #3c97cb;
	font-weight: bold;
}
.best-online-cart{
	padding: 20px;
	margin: 10px 0px;
}
.best-online-cart h4{
	padding: 5px 0;
}
.best-online-cart p{
	padding: 5px 0;
	height: 200px;
}
.best-online-bg-1{
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(228,245,253,1) 50%);
}
.best-online-bg-2{
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(209,222,239,1) 50%);
}
.main-cta-bg {
	padding: 25px 0;
}
.main-cta {
	box-shadow: 0 3px 30px #00000029;
	border-radius: 15px;
	padding: 25px;
	background: rgb(60,151,203);
	background: linear-gradient(117deg, rgba(60,151,203,1) 0%, rgba(24,53,94,1) 33%);
	color: #fff;
}
.main-cta h2{
	padding: 15px 0px;
	font-size: 25px;
}
.main-cta h6{
	font-size: 22px;
	padding: 10px 0;
}
.our-experts-bg {
	padding: 50px 0;
}

.our-experts-bg ul{
	list-style: none;
	padding: 5px 0;
}
.our-experts-bg ul li {
	padding: 7px 0;
}
.our-experts-bg ul li i{
	color: #3c97cb;
}
.our-experts-bg p{
	padding: 10px 0;
}
.uni-logo-bg {
	padding: 25px 0 50px 0px;
}
.uni-logo-bg h3{
	 font-size: 25px;
	 font-weight: bold;
	 color: #18355e;
	 padding: 30px 0;
}
.uni-logo-bg .uni-logo-inner img{
	width: 140px!important;
}
.subjects-bg {
	background-color: #d3effd;
	position: relative;
}
.subjects-card {
	height: 180px;
	width: 100%;
	padding: 50px 0;
}
.subjects-card h6{
	padding: 10px 0;
}
.subjects-card.subjects-bg-1{
	background-color: #d3effd;
}
.subjects-card.subjects-bg-2{
	background-color: #19355d;
	color: #fff;
}
.subjects-card.subjects-bg-3{
	background-color: #3c4d61;
	color: #fff;
}
.subjects-card.subjects-bg-4{
	background-color: #305d9e;
	color: #fff;
}
.subjects-card.subjects-bg-5{
	background-color: #30a3e4;
	color: #fff;
}
.subjects-card.subjects-bg-6{
	background-color: #4685a8;
	color: #fff;
}
.subjects-card.subjects-bg-7{
	background-color: #7599cd;
	color: #fff;
}
.subjects-bg .subjects-img img {
	position: absolute;
	bottom: -0px;
	right: 0;
}
.faqs-bg{
	padding: 50px 0;
}
.faqs-bg p{
	padding: 25px 0 50px 0;
}

.faqs-bg .accordion-item {
    /* border: 1px solid #e7f1ff; */
    margin: 10px 0;
    border-radius: 10px;
    background-color: #f7faff;
}
.faqs-bg .accordion-button {
    color: #3c97cb;
    background-color: transparent;
    font-weight: bold;
}

.footer-bg{
	background-color: #305d9e;
	padding:30px 0
}
.footer-content-1 {
    line-height: 45px;
}
.footer-content-1 ul{
	display: flex;
	list-style: none;
	justify-content: end;
	flex-wrap: wrap;
}
.footer-content-1 ul li a{
	text-decoration: none;
	color: #fff;
	padding: 10px 15px;
}
.footer-bg p{
	color: #fff;
	padding: 10px;
}
.footer-content-img {
    display: flex;
    justify-content: space-between;
}
.footer-btm {
	padding: 10px 0;
	background-color: #3c97cb;
	border-radius: 15px;
}
.reviews-bg {
	background-color: #d3effd;
	padding: 50px 0;
}
.table-header {
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
.table-btn-1 button{
	border-radius: 15px;
	border: 1px solid #d3c8c8;
	padding: 5px 20px;
	font-size: 13px;
}
.table-header span{
	color: #808080;
	font-size: 15px;
	padding: 0 20px;
}
.reviews-table {
	background-color: #fff;
}
.reviews-head {
	color: #808080;
	text-align: center;
	height: 57px;
	border-left: 3px solid #3c97cb;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
hr.reviews-hr {
    height: 40px;
    width: 2px;
    padding: 0;
    margin: 8px 0;
}
.reviews-content p{
	color: #808080;
}
.reviews-content i{
	color: #3c97cb;
}
.reviews-footer {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 0 15px;
}
.reviews-footer span{
	background-color: #ffcd3c4d;
	padding: 2px 10px;
	color: #d7ab2d;
	font-size: 11px;
}
.reviews-footer span i{
	color: #ffcd3c;
}
.reviews-table-p {
	padding: 50px 0;
}
.reviews-content img{
	width: 40px!important;
	margin: 0 10px 0 0px;
}
.reviews-content .owl-theme .owl-nav {
    color: #3c97cb;
    margin-top: 10px;
}
.our-services-card-bg {
	padding: 0 0 50px 0;
}
.our-services-card-bg h2{
	color: #18355e;
	font-weight: 700;
	padding: 10px 0;
}
.our-services-card {
	margin: 12px 0;
	border: 2px solid #adc1ed;
	border-radius: 5px;
	padding: 30px 40px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(173,193,237,0.44021358543417366) 47%);
}
.our-services-card h3{
	color: #000;
	/* height: 50px; */
	padding: 0 0px 0 10px;
	font-size: 20px;
}
.our-services-card p{
	padding: 5px 0;
	height: 155px;
	overflow: auto;
}
.s-process-bg{
	padding: 30px 0;
}
.s-process-content h3{
	font-size: 30px;
	padding: 0px 0 20px 0;
}
.s-process-content-inner{
	padding: 20px 0;
}
.s-process-content-inner h5 {
    font-size: 15px;
    padding: 0 0 10px 0;
    display: flex;
}
.s-process-content-inner p {
    font-size: 14px;
    height: 235px;
    overflow: auto;
}
.s-process-content p {
    height: 315px;
    overflow: auto;
}
.s-process-content-inner img {
    height: 100%;
    padding: 0 8px 0 0;
}
.privacy-bg {
    padding: 120px 0 0 0;
}
.privacy-bg h3{
	padding: 25px 0 5px 0;
}
.our-services-card-bg {
    padding: 0 0 20px 0;
}

.contact-banner-bg .main-header-content h1 {
    padding: 0 0 15px 0;
    color: #3c97cb;
}
.services-head h2 {
    color: #3c97cb;
    font-size: 50px;
}
/* Contact Page */
.contact-banner-bg{
  padding: 30px 0 60px 0;
}
.online-assign-content h6 {
    color: #3c97cb;
    font-size: 20px;
    padding: 10px 0 0 0;
}
.services-head input,
.services-head textarea {
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 2px solid #3c97cb;
}
.contact-bg {
    padding: 150px 0 50px 0;
}
.main-btn-3 {
    margin: 10px 0;
}
.main-btn-3 a,
.main-btn-3 button{
  border-radius: 25px;
  padding: 10px 30px;
  color: #fff;
  border: 2px solid #3c97cb;
  background-color: #3c97cb;
  transition: 0.5s;
  text-transform: capitalize;
}
.main-btn-3 a:hover,
.main-btn-3 button:hover{
  color: #3c97cb;
  background-color: #fff;
  border: 2px solid #3c97cb;
}
