@import 'https://fonts.googleapis.com/css?family=Open+Sans:300i,400i,600i,300,400,600,700,800|Roboto:300i,400i,500i,300,400,500,700,900" rel="stylesheet';

body {
	font-family: 'Poppins', sans-serif;
	line-height:26px;
	font-size:0.9375rem;
	font-weight:400;
    padding:0;
    margin:0;
	color:#777777;
}
h1, 
h1 span,
h1 a { 
	font-size:1.75rem;
    margin-bottom:15px;
}
h2,
h2 span, 
h2 a {
	font-size:1.5rem;
}
h3,
h3 span, 
h3 a { 
	font-size:1.375rem;
}
h4, 
h4 span,
h4 a { 
	font-size:1.25rem;
}
h5, 
h5 span,
h5 a {
	font-size:1.125rem; 
}
h6, 
h6 span,
h6 a {
	font-size:1rem; 
}
label,  
ul, 
ol, 
a, 
blockquote, 
input, 
textarea, 
select, 
[type=date], 
[type=text], 
[type=email] { 
	font-size:0.9375rem;
	line-height:26px;
	color:#777777;
}
img {
    display:inline-block;
    vertical-align: middle;
    max-width:100%;
    height: auto;
}
p {
	font-size:1rem;
	line-height:26px;
	color:#343333;
}
h1,
h2,
h3,
h4,
h5,
h6, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	color:#444444;
	line-height:normal;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-weight:600;
	color:#fed901; 
	font-family: 'Poppins', sans-serif;
}
a {
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	color:#1c345a;
	font-size:.9375rem;
	transition: all 400ms ease;
}
a:hover {
	color:#0056b3; 
	text-decoration:none;
}
iframe {
	width:100%;
	border:0px; 
}
.btn {
	text-transform: uppercase;
	font-size: 1rem;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	border:0;
	border-radius:0;
}
.btn-padding {
    padding:16px 22px;
    min-width:165px;
}
.btn.btn-primary {
	background-color:#1c345a;
	color:#ffffff;
}
.btn.btn-primary:hover {
	background-color:#fed901;
	color:#ffffff;
}
.btn.btn-secondary {
	background-color:#fed901; 
	color:#ffffff;
}
.btn.btn-secondary:hover {
	background-color:#1c345a;
	color:#ffffff;
}
.btn.btn-light {
    background-color: #fed901;
    color:#ffffff;
    border-radius: 15px;
	padding-right:25px;
	padding-left:25px;
}
.btn.btn-light:hover {
	background-color:#1c345a;
	color:#ffffff;
}
.btn.btn-dark {
	background-color:#1c345a;
	color:#ffffff;
	border-radius:15px;
	padding-right:25px;
	padding-left:25px;
}
.btn.btn-dark:hover {
	background-color:#fed901;
	color:#ffffff;
}
.module {
	position:relative;
	margin-bottom:85px; 
}
.grey-bg {
	padding-top:85px;
	padding-bottom:85px;
	position:relative;
}
.grey-bg-color {
	background-color:#f2f3f5;
	position:relative;
}
.col-padding-y {
	padding-top:.9375rem;
	padding-bottom:.9375rem;
}
.dark-bg {
	position:relative;
}
.dark-bg:before{
	content: "";
	background-color: #3e5eb9;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index:-1;
}
.dark-bg:after {
	content: "";    
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index:-2;
}
dl dt {
	font-weight:bold;
	margin-bottom:.3rem;
}
.main-container {
	width:100%;
	margin:auto;
	overflow:hidden;
}
hr {
	border-bottom: 1px solid #ededed;
}
.container {
	max-width:75rem;
}
ul.menu {
	padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -ms-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.btn-dark-animated:after {
	background-color:#1c345a;
}
.btn-animated:after {
	background:#fed901;
}
.btn-dark-animated:after ,
.btn-animated:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index:-1;
	opacity: .9;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
	-moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transform: translateY(-50%) translateX(-50%) rotate(90deg);

}
.btn-dark-animated:hover:after ,
.btn-animated:hover:after {
	opacity:1;
	height: 600% !important;
}
.btn-dark-animated ,
.btn-animated {
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
	z-index:2;
}
.btn-dark-animated:hover ,
.btn-animated:hover {
	background-color:transparent !important;
}


.animated { 
	visibility:hidden;
}
.visible {
	visibility:visible;
} 


.hover-info {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
	background-color:rgba(28, 52, 90, 0.85);
	transition: opacity .6s;
}
.hover-img,
.hover-bottom {
	position:relative;
	z-index:0;
}
.hover-bottom:after {
    content: '';
    background-color:rgba(28, 52, 90, 0.85);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
	opacity: 0;
	transition: opacity .6s;
}
.hover-wrap:hover .hover-bottom p ,
.hover-wrap:hover .hover-bottom a {
	color:#ffffff;
}
.hover-wrap:hover .hover-bottom a:hover {
	color:#fed901;
}

.hover-wrap:hover .hover-bottom:after ,
.hover-wrap:hover .hover-info {
	opacity:1;
	cursor:pointer;
}


.section-title {
    position:relative;
    display:block;
	text-align:center;
    max-width:51.875rem;
    margin:auto;
    margin-bottom:64px;
    padding-right:.9375rem;
    padding-left:.9375rem;
}
.section-title h2 span ,
.section-title h2 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 45px;
}
.section-title h2:after {
    content: '';
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 78px;
    height: 4px;
    background-color: #3e5eb9;
}
.section-title p {
	font-family: 'Poppins', sans-serif;
	margin-bottom:0;
	font-weight:300;
	font-size:1.3125rem;
	line-height:31px;
}

.inner-banner{
	position: relative;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #354b8b url(../images/inner-banner-img.png) repeat-x right bottom;
}

.title-section-text {
	text-align: left;
    padding: 0px;
}
.title-section-text h2 {
	font-size:1.875rem;
	font-weight:400;
	line-height: 40px;
}
.title-section-text h1 {
	font-size: 22px;
    line-height: normal;
}
.title-section-text h2 ,
.title-section-text h1 {
	color:#ffffff;
	margin-bottom:0;
}
.title-section.dark-bg:before {
    background-image: url(../images/slider/slide-gradient.png);
    background-size: cover;
    background-repeat: no-repeat;
	background-color:transparent;
    background-position: center;
    background-position-y: top;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index:0;
}
.title-section.dark-bg:after {
    content: "";
    /* background: url(../images/bg-img.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.top-bar {
	background:linear-gradient(90deg, #3e5eb9 70%, #b10c0c 30%);
	position:relative;
	height: 54px;
}
.top-bar .left-side ,
.top-bar .right-side {
	padding:12px 0px;
	height: 54px;
}
.top-bar ul a ,
.top-bar ul li {
	font-family: 'Poppins', sans-serif;
}
.top-bar ul a ,
.top-bar ul i ,
.top-bar ul li {
	font-size:1rem;
}
.top-bar ul i {
	margin-right:10px;
}
.top-bar .left-side ul li:last-child ,
.top-bar .right-side ul li:last-child{
	margin-right:0;
	height: 54px;
}
.top-bar .right-side {
	position: relative;
    background-color: #b10c0c;
}

.top-bar .left-side ul li {
	margin-right:24px;
}


.top-bar .left-side ul li:last-child {
	margin-right:0px;
}

.top-bar .top-links{
	color:#ffffff;
	font-size: 13px;
}

.top-bar .top-links:hover{
	color:#ffd900;
}

.top-bar .top-sep{
	color:#768ed4;
}

.top-bar .right-side ul li {
	margin-right:20px;
}

.top-bar .right-side i{
	margin-right: 5px;
    vertical-align: sub;
}



.header {
	position:relative;
	background-color:#ffffff;
	padding: 5px 0px;
}
.info-container {
	position:relative;
	float:right;
	padding:9px 0px;
}
.icon-box,
.info-side,
.icon-side {
	float:left;
}
.info-side p {
	margin-bottom:0;
	font-size:0.75rem;
	line-height:19px;
	color:#777777;
}
.info-side p,
.info-side p strong {
	font-family: 'Poppins', sans-serif;
	font-weight:600;
}
.info-side p strong {
	font-size:.9375rem;
	color:#444444;
	letter-spacing: 0.01rem;
}
.icon-side img {
	margin-right:0px;
}
.icon-box {
	margin-right:52px;
}
.icon-box:last-child {
	margin-right:0;
}
.logo {
	padding:10px 0px;
}

.right-logo{
	width: 200px;
}


.fixed-top {
	position: fixed !important;
	top: 0;
	right: 0;
	left: 0;
	z-index:99999;
}
.navigation .dropdown .dropdown-menu{
	width: 250px;
	top:100%;
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
	-webkit-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.navigation .navbar .dropdown-item {
	position: relative;
	width: 100%;
	padding:5px 15px;
	border-top: 1px solid #cbced4;
    transition: all 500ms ease;
	background-color: #f2f5f8;
}
.navigation .navbar .dropdown-item:hover {
	background-color: #000000;
    color: #fed901;
}
.navigation .dropdown-item:focus {
	background-color:transparent;
}
.navigation {
	position:relative;
	background-color:#000000;
	transition: all 400ms ease-in-out;
	padding: 7px 0px;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.navigation .navbar {
	padding:0;
}
.navigation .dropdown-toggle::after {
	display:none;
}
.navbar-light .navbar-nav .nav-link {
	color:#f7f7f7;
}
.navigation .navbar-light .navbar-nav .nav-link:focus ,
.nav-icon a:hover ,
.navbar-light .navbar-nav .nav-link:hover {
	color:#fed901;
}
.navigation .navbar a {
	font-weight: 600;
    font-size: 13px;
    letter-spacing: 0;
}
.navbar-light .navbar-nav .nav-link {
	text-transform:uppercase;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
}
.navbar-light .navbar-nav .nav-item:first-child .nav-link {
	padding-left:0;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link {
	padding-right:0;
}
.navbar .navbar-toggler .icon-bar {
    background:#ffffff;
    height: 2px;
    width: 29px;
    display: block;
    margin: 6px 6px;
}
.navbar-light .navbar-toggler {
	border-color:transparent;
	padding:13px 0px;
}


.banner-container {
	position:relative;
}
.slide.transparent-background {
    height:100%;
    width:auto;
    position:relative;
}
.transparent-background:before {
    content: "";
    background-image: url(../images/slider/slide-gradient.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: top;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.main-banner .slide.slide-one:after,
.main-banner .slide.slide-two:after,
.main-banner .slide.slide-three:after,
.main-banner .slide.slide-four:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}
.main-banner .slide.slide-one:after {
    background-image: url(../images/slider/slide1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
}
.main-banner .slide.slide-two:after {
    background-image: url(../images/slider/slide2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
}

.main-banner .slide.slide-three:after {
    background-image: url(../images/slider/slide3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
}

.main-banner .slide.slide-four:after {
    background-image: url(../images/slider/slide4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
}

.slide-text h2 span ,
.slide-text h2 {
	font-size:2rem;
	font-weight:600;
	line-height:normal;
	margin-bottom:20px;
}
.slide-text h2 ,
.slide-text p {
	color:#ffffff;
}
.slide-text {
	padding-right:526px;
	padding-top:125px;
	padding-bottom:125px;
}
.slide-text p {
	margin-bottom:26px;
	line-height:27px;
	margin-right:14px;
}
.slide-text a {
	margin-right:12px;
}
.slide-text a:last-child {
	margin-right:0;
}


.events-block ,
.featured-box {
	-webkit-box-shadow: 0px 0px 20px 10px rgba(85,79,139,0.1);
	-moz-box-shadow: 0px 0px 20px 10px rgba(85,79,139,0.1);
	box-shadow: 0px 0px 20px 10px rgba(85,79,139,0.1);
}
.featured-img img {
	width:100%;
	height:auto;
}
.featured-text {
	background-color:#ffffff;
	padding: 26px 30px
}
.featured-text a {
	font-weight:600;
	font-size:1rem;
}
.featured-text h5 a {
	font-size:1.125rem;
}
.events-block {
	background-color:#ffffff;
	margin-top: -171px;
	z-index:100;
	position: relative;
	min-height: 646px;
}
.events-head {
	background-color:#3e5eb9;
	display:flex;
	padding-top:22px;
	padding-bottom:22px;
}
.events-head h5 {
	width:50%;
	margin-bottom:0;
	color: #ffffff;
}
.events-head h5 a {
	color: #ffffff;
}
.events-head h5:last-child {
	text-align:right;
	line-height:26px;
}
.events-head {
	padding-left:30px;
	padding-right:30px;
}
.events-date h6 i {
	color:#000000;
	margin-right:6px;
}
.events-date h6 {
	color:#777777;
}
.events-date a {
	font-family: 'Poppins', sans-serif;
	font-size:1rem;
	color:#444444;
	margin-bottom:0;
}
.events-date a:hover {
	color:#0056b3;
}
.events-date h6 i ,
.events-date h6 {
	font-size:.875rem;
}
.events {
	padding-top: 7px;
    padding-bottom: 7px;
}
.events .events-date {
	padding:25.5px 0px;
	border-bottom:1px solid #f1f2f4;
	padding-left:30px;
	padding-right:30px;

}
.events .events-date:first-child {
	padding-top:0;
}
.events .events-date:last-child {
	padding-bottom:0;
	border-bottom:0;
}


.about-text p {
	margin-bottom:26px;
}
.about-text p:nth-child(2) {
	margin-bottom:38px;
}
.about-text ul li i {
	color:#fed901;
}
.about-text ul li ,
.about-text ul li i {
	font-size:1rem;
}
.about-text ul li {
	margin-bottom:22px;
}
.about-text ul li i {
	margin-right:6px;
}
.about-text ul li:last-child {
	margin-bottom:55px;
}
.about-text a {
	margin-right:12px;
}
.about-text a:last-child {
	margin-right:0px;
}
.about-img {
	display:block;
}
.about-img img {
	position:absolute;
	left:-76px;
}


.course-img {
	position:relative;
}
.course-img img {
	width:100%;
	border-bottom:3px solid #fed901;
	margin-bottom:35px;
}
.course-warp {
	background-color:#ffffff;
}
.course-teacher h6 ,
.course-price {
	background-color:#fed901;
}
.course-teacher h6 ,
.course-price h6 {
	margin-bottom:0;
	color:#ffffff;
}
.course-teacher h6 ,
.course-teacher img ,
.course-price {
	position: absolute;
}
.course-teacher h6 ,
.course-price {
    padding:6.5px 15px;
}
.course-price {
    padding:6.5px 15px;
    border-radius:15px;
	top:30px;
    right:30px;
}
.course-teacher img {
	bottom:0;
	left: 30px;
	z-index:1;
}
.course-teacher h6 {
    bottom: 38px;
    left: 76px;
    border-radius: 15px;
    padding-left: 45px;
}
.course-text {
	padding:30px;
}
.course-teacher img {
    margin-bottom: 0;
    border-bottom: 0;
    background-color: #eeeeee;
    border-radius: 100%;
    width:80px;
    height:80px;
    border:3px solid #fed901;
}
.course-text h5 {
	margin-bottom:12px;
}
.course-text p {
	margin-bottom:12px;
}
.course-text ul {
	margin-bottom:24px;
}
.course-text ul li i {
	color:#fed901;
}
.course-price h6 {
	text-transform:uppercase;
}
.our-courses .row .col-sm-12:nth-child(6) .course-text ul li i ,
.our-courses .row .col-sm-12:nth-child(2) .course-text ul li i {
		color:#1c345a;
}
.our-courses .row .col-sm-12:nth-child(6) .course-teacher h6 ,
.our-courses .row .col-sm-12:nth-child(6) .course-price ,
.our-courses .row .col-sm-12:nth-child(2) .course-teacher h6 ,
.our-courses .row .col-sm-12:nth-child(2) .course-price {
	background-color:#1c345a;
}
.our-courses .row .col-sm-12:nth-child(6) .course-teacher img ,
.our-courses .row .col-sm-12:nth-child(2) .course-teacher img ,
.our-courses .row .col-sm-12:nth-child(6) .course-img img ,
.our-courses .row .col-sm-12:nth-child(2) .course-img img {
	border-color:#1c345a;
}


.our-exp-gallery .row{
	margin-right:15px;
	margin-left:15px;
}
.our-exp-gallery-wrap img {
	width:100%;
	height:auto;
}
.our-exp-gallery-wrap {
	position:relative;
}
.staff-text {
	background-color:rgba(28, 52, 90, 0.85);
	width:100%;
	position:absolute;
	bottom:0;
	padding:30px;
}
.staff-text ul li i ,
.staff-text h5 a {
	color:#ffffff;
}
.staff-text h5 ,
.staff-text p {
	margin-bottom:0;
}
.hover-wrap:hover .staff-text.hover-bottom p ,
.staff-text p {
	color:#fed901;
	font-family: 'Poppins', sans-serif;
}
.staff-text ul {
	float:right;
	padding:11px 0px;
}
.staff-name {
	float:left;
}
.staff-text ul li i {
    border-radius: 100%;
    margin: auto;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 8.5px 0px;
}
.staff-text ul li:nth-child(1) i {
	background-color:#3b5998;
	margin-right:10px;
}
.staff-text ul li:nth-child(2) i {
	background-color:#00a9ed;
}
.staff-text ul li i:hover {
	color:#fed901;
	background-color:transparent;
	transition: all 500ms ease;
}
.staff-text:after {
	content:'';
	clear:both;
	display:table;
	position:relative;
}


.testimonial-slid .testimonial-img img {
	width:80px;
	height:auto;
	margin:auto;
	border-radius:100%;
	margin-bottom: 14px;
}
.testimonial-slid {
	text-align:center;
	margin:0px 108px;
}
.testimonials .owl-dot {
	background-color:#ffffff;
	padding:5px;
	border-radius:100%;
	width:0px;
	margin-left:5px;
	margin-right:5px;
}
.testimonials .owl-dot.active {
	background-color:#fed901;
}
.testimonials .owl-dots {
	display:inline-flex;
}
.testimonials .owl-controls {
	text-align:center;
}
.testimonial-img h6 ,
.testimonial-text p {
	color:#ffffff;
}
.testimonial-img h6 {
	margin-bottom:0;
}
.testimonial-img p {
	margin-bottom:34px;
}
.testimonial-img p {
	color:#fed901;
}
.testimonial-text p {
	font-weight:500;
	font-size:1.8125rem;
	line-height:2.375rem;
	margin-bottom:52px;
}
.testimonial-slid .testimonial-text:before {
    content: '';
    background-image: url(../images/double-quote.png);
    margin: auto;
    margin-bottom: -31px;
    width: 125px;
    height: 110px;
    background-repeat: no-repeat;
    display: block;
}


.faq-wrap p {
	letter-spacing:.025em;
	margin-bottom:20px;
}
.faq-wrap p:nth-child(2) {
	margin-bottom:52px;
}
.faq-wrap .card-header {
	padding: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}
.faq-wrap .card {
	border:0;
}
.faq-wrap .btn {
	position:relative; 
	display:block;
    width:100%;
    text-align:left;
    padding:16.5px 30px;
    color:#ffffff;
    font-weight:400;
	background-color:#fed901;
    text-transform:none;
    border-radius:5px;
	text-decoration:none;
}
.faq-wrap .btn.btn-link:after {
	content:"";
	position:absolute;
	right:0px;
	left:91%;
	bottom:0;
	margin:auto;
}
.faq-wrap .btn.btn-link.collapsed:after {
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -7.5px;
}
.faq-wrap .btn.btn-link:after {
	background-image: url(../images/minus.png);
	background-repeat: no-repeat;
	top: 50%;
	margin-top:0;
}
.faq-wrap .btn.btn-link.collapsed {
	margin-bottom:10px;
	background-color:#444444;
}
.faq-wrap .btn {
	white-space: normal;    

}
.faq-wrap .card-body {
	padding:22px 30px;
	background-color:#f2f3f5;
	margin-bottom:10px;
	letter-spacing:0.020em;
	padding-right:70px;
	line-height:27px;
}
.faq-wrap .accordion .card:last-of-type .card-body ,
.faq-wrap .accordion .card:last-of-type .btn{
	margin-bottom:0;	
}
.video-preview-one {
	position:relative;
	margin-bottom:20px;
}
.video-icon {
    position: absolute;
    left: 50px;
    top: 30px;
}
.play-icon i {
    width:70px;
    height:70px;
    background-color:#ffffff;
	color:#1c345a;
    padding:22px 23px;
	font-size:1.6875rem;
}
.video-icon ,
.play-icon ,
.play-icon i {
	border-radius: 100%;
}
.video-icon ,
.play-icon {
	padding: 10px;
}
.play-icon i ,
.video-icon ,
.play-icon {
	transition: all 400ms ease;
}
.play-icon {
	background-color: rgba(255, 255, 255, 0.18);
}
.video-icon {
	background-color: rgba(255, 255, 255, 0.12);
}
.video-preview-one:hover .play-icon ,
.video-preview-one:hover .video-icon {
	background-color: rgba(255, 255, 255, 0.0);
	transition: all 400ms ease;
}
.video-preview-one:hover .play-icon i {
	background-color: rgba(255, 255, 255, 0.18);
	color:#fed901;
	transition: all 400ms ease;
}
.video-preview-one img {
	width:auto;
	height: 593px;
	margin-left:20px;
	display: block;
}
.video-preview-one:after {
	content: '';
	position: absolute;
	bottom: -20px;
	width: 95%;
	height: 583px;
	display: block;
	background-color: #fed901;
	z-index: -1;
}


.call-to-action {
    position: relative;
    background-color: #f2f3f5;
}
.call-to-action-img {
    width: auto;
    height: 100%;
    margin-bottom: -253px;
}
.call-box-green {
	background-color:#50b36f;
}

.call-box-violet {
	background-color:#7c559f;
}

.call-box {
	padding:60px 60px;
	text-align: center;
	margin: auto;
	-webkit-box-shadow:0 0px 20px 4px rgba(68, 68, 68, 0.35);
	-moz-box-shadow: 0 0px 20px 4px rgba(68, 68, 68, 0.35);
	box-shadow: 0 0px 20px 4px rgba(68, 68, 68, 0.35);
}

.call-to-action .row .col-sm-12:nth-child(2) .call-box {
    background-color: #e73573;
    padding-top:90px;
	padding-bottom:90px;
    margin-top: -30px;
	border-radius: 20px;
}
.call-to-action .row .col-sm-12:nth-child(1) .call-box {
	    border-radius: 20px 0px 0px 20px;
}
.call-to-action .row .col-sm-12:nth-child(3) .call-box {
	    border-radius: 0px 20px 20px 0px;
}
.call-box p ,
.call-box h3 a {
	color:#ffffff;
}
.call-box h3 a {
	text-transform:uppercase;
}
.call-box img {
	margin-bottom:38px;
	width:auto;
	height:75px;
}
.call-box h3 {
	margin-bottom:18px;
}
.call-box p {
	margin-bottom:0px;
	line-height:27px;
}

.call-box h3 a:hover {
	color:#fed901;
}
.call-to-action .row .col-sm-12:nth-child(2) .call-box h3 a:hover {
	color:#444444;
}


.blog-img img {
	width:100%;
	height:auto;
}
.blog-text {
    background-color:#ffffff;
    padding:30px;
    margin:0px 30px;
    margin-top:-135px;
    position:relative;
	border-bottom:4px solid #fed901;
}
.blog-post .row .col-sm-12:nth-child(2) .meta-tags {
	color:#1c345a;
}
.blog-post .row .col-sm-12:nth-child(2) .blog-text {
	border-bottom:4px solid #1c345a;
}
.meta-tags {
    color:#fed901;
    margin-bottom:12px;
}
.meta-tags i {
    position:relative;
}
.meta-tags i a:last-child,
.meta-tags span {
    margin-left:2px;
}
.meta-tags i:first-child:after {
    content: '';
    margin-left:20px;
    margin-right:20px;
    margin-top: auto;
    margin-bottom: auto;
    height: 20px;
    font-size: 10px;
    border-right: 2px solid #9c9c9c;
}
.meta-tags span ,
.meta-tags a ,
.meta-tags i {
	font-size:.75rem;
}
.blog-text p {
	margin-bottom:26px;
}


.fixed-top {
	position: fixed !important;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.fixed-top .navbar-light .navbar-nav .nav-link {
	padding-top:30px;
	padding-bottom:30px;
}

.animated { 
	visibility:hidden;
}
.visible {
	visibility:visible;
} 


.about-us-page .call-to-action {
	background-color:transparent;
}
.request-appointment {
	padding:42px 0px;
	background-color:#fed901;
}
.appointment-text h2 ,
.appointment-text p {
	color:#ffffff;
}
.appointment-text h2 {
	font-size:2.25rem;
	margin-bottom:16px;
}
.appointment-text p {
	font-size:1.5rem;
	margin-bottom:0;
}
.appointment-btn {
	text-align: right;
	padding: 18px 0;
	position: relative;
}
.appointment-btn .btn {
	background-color:#ffffff;
	color:#444444;
}
.appointment-btn .btn:after {
	background-color:#064273;
	color:#ffffff;
}

.portfolio-gallery {
	margin: auto;
	position: relative;
	display: table;
}
.breadcrumb-section nav ol li:first-child {
	color:#444444;
}
.breadcrumb-section nav ol {
	background-color:transparent;
	margin-bottom:0;
	margin-top:15px;
	float:right;
	padding:62px 0px;
}
.breadcrumb-section {
	position:relative;
}
.breadcrumb-section nav:after {
	content:'';
	display:table;
	clear:both;
}
.portfolio-row {
	margin:40px 0;
}
.portfolio-gallery .portfolio-row:first-child {
	margin-top:0;
}
.portfolio-gallery .portfolio-row:last-child {
	margin-bottom:0;
}
.portfolio-row .portfolio-info {
	margin: 0px 18.5px;
}
.portfolio-row .portfolio-info:first-child {
	margin-left:0;
}
.portfolio-row .portfolio-info:last-child {
	margin-right:0;
}
.portfolio-info {
	position: relative;
    display: inline-block;
    width: 22%;
    border: 10px solid #e6e6e6;
}
.portfolio-info:hover .portfolio-text {
	opacity:1;
}
.portfolio-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	background-color: rgba(62, 94, 185, 0.95);
	transition: opacity .6s;
	padding: 30px;
	text-align: center;
}
.portfolio-text h6 ,
.portfolio-text h2 {
	color:#ffffff;
}

.header-v2 .navigation {
    position: relative;
    border-top: 0px solid #1c345a;
    border-bottom:0px solid #1c345a;
    background-color: rgba(237, 169, 0, 0.8);
	z-index:99;
}
.header-v2 .banner-container {
	margin-top:-70px;
}
.header-v2 .navigation .navbar-light .navbar-nav .nav-link:focus,
.header-v2 .nav-icon a:hover,
.header-v2 .navbar-light .navbar-nav .nav-link:hover {
    color:#1c345a;
}
.header-v2 .navigation .navbar .dropdown-item:hover {
    background-color:#fed901;
    color:#ffffff;
}
.header-v2 .navigation .navbar .dropdown-item {
    border-top:1px solid #fed901;
}

body.box {
    z-index: -10;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.boxed {
    max-width: 1250px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0px 0px 3px 1px #CCC;
    position: relative;
    z-index: 0;
}


.event-text {
	padding:15px;
}
.events-wrap {
	-webkit-box-shadow: 0px 0px 20px 10px rgba(85,79,139,0.1);
	-moz-box-shadow: 0px 0px 20px 10px rgba(85,79,139,0.1);
	box-shadow: 0px 0px 20px 10px rgba(85,79,139,0.1);
	border: 1px solid #ededed;
}


.testimonials-page .testimonial-img h6,
.testimonials-page .testimonial-text p {
	color:#444444;
}
.testimonials-page .testimonial-slid {
	border-bottom:2px dashed #CCCCCC;
}
.testimonials-page .testimonial-img p {
	margin-bottom:15px;
}


.pricing-table {
	position:relative;
	z-index:0;
}
.pricing-detail ul li ,
.pricing-head h3 ,
.pricing-head h2 {
	color:#fff;
}
.pricing-head h2 {
	font-size:3.5rem;
	margin-bottom:0;
}
.pricing-head h2 sub {
	font-size:1.25rem;
}
.pricing-head {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(246, 246, 246, 0.12);
}
.pricing-list {
	text-align: center;
	padding:60px 30px;
}
.pricing-detail ul li {
	padding:10px 0px;
}

.pricing-list.dark-bg:before {
    content: "";
	background-color: rgba(28, 52, 90, 0.7);
}

.locations iframe {
	height:600px;
}

.error-taxt {
	position:relative;
	text-align:center;
}
.error-taxt h2 {
	font-size:2rem;
}

.our-exp-gallery-page .owl-dot {
	background-color:#444444;
	padding:10px;
	border-radius:100%;
	width:0px;
	margin-left:5px;
	margin-right:5px;
}
.our-exp-gallery-page .owl-dot.active {
	background-color:#3e5eb9;
}
.our-exp-gallery-page .owl-dots {
	display:inline-flex;
}
.our-exp-gallery-page .owl-controls {
	text-align:center;
	margin-top:30px;
}

.progress-wrap h6 ,
.progress-wrap .progress {
	margin-bottom:1rem;
}
.progress-wrap .progress:last-child {
	margin-bottom:0;
}
.progress-wrap .impressive {
	width:90%;
}
.progress-wrap .bg-success {
	width:80%;
}
.progress-wrap .bg-info {
	width:70%;
}
.progress-wrap .bg-warning {
	width:65%;
}
.progress-wrap .bg-danger {
	width:65%;
}

.appointment-form p {
	font-size:1.5rem;
	line-height:37px;
}

.page-filter {
    padding-top:30px;
    margin-top:30px;
    border-top: 1px solid #fed901;
}

.single-post {
	background-color: #f2f5f8;
}
.single-post-no-bg {
	background-color:transparent;
}
.single-post-no-bg .img-thumbnail {
	margin-bottom:30px;
}
.single-post-no-bg .blog-text {
	background-color:transparent;
	padding:0px;
}
.sharing-posts {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sharing-posts .tags li:first-child {
	padding: .5rem .5rem;
	padding-left:0;
}
.sharing-posts .tags li a {
	padding: .5rem .5rem;
}
.tags.nav {
	float:left;
}
.social-links.nav {
	float:right;
}
.sharing-posts:after {
	content:'';
	display:table;
	clear:both;
}
.comment-box {
	margin-bottom:25px;
}

.contact-map iframe {
	width:100%;
	height:460px;
	margin-bottom:44px;
}
.contact-address {
	text-align:center;
}
.comment-form h2 {
	font-size:2.25rem;
	margin-bottom:46px;
}
.comment-form p {
	margin-bottom:50px;
}
.contact-address {
	padding:26px 34px;
}
.contact-address:first-child {
	padding-top:0;
}
.contact-address:last-child {
	padding-bottom:0;
}
.contact-address i {
	font-size:2.5rem;
	color:#3e5eb9;
	margin-bottom:22px;
}
.contact-address h6 {
	text-transform:uppercase;
}
.contact-address p {
	margin-bottom:0;
}
.contact-address a {
	display:block;
}

.side-bar.widget {
    margin-top: 1.875rem;
}
.side-bar.widget:first-child {
    margin-top:0rem;
}
.side-bar .content ul li {
	margin-bottom:1rem;
}
.side-bar .content ul ,
.side-bar .content ul li:last-child {
	margin-bottom:0rem;
}
.content.widget-Social ul li {
	margin-bottom:0;
}
.side-bar .content ul li a {
	width: 100%;
	display: block;
	padding: 6px 12px;
	background-color: #fff;
	color:#444444;
	border-radius: .25rem;
	transition: all 200ms ease-in-out;
}
.side-bar .content ul li a:hover {
	color:#fff;
	background-color:#1c345a;
}
.side-bar h6 {
	font-size:1.125rem;
}
.side-bar {
    padding: 25px;
    background-color: #f2f3f5;
    border-radius: 5px;
}
.side-bar .input-group-text ,
.side-bar .custom-file-label::after ,
.side-bar .custom-file-label ,
.side-bar .custom-select ,
.side-bar .form-control {
	border:0;
}
.side-bar .input-group-text {
	padding-top:.4375rem;
	padding-bottom:.4375rem;
}
.side-bar .custom-file-label::after {
	height:100%;
}
.side-bar .input-group-prepend {
    margin-right: 0px;
    position: absolute;
    right: 0;
    z-index: 11;
}
.side-bar .btn {
	min-width:inherit;
	padding-top:10px;
	padding-bottom:10px;
}
.side-bar .info-container {
	padding:0;
	float:none;
}
.side-bar .icon-box:first-child {
	margin-bottom:1rem;
}
.side-bar .icon-box {
	margin-right:0;
	width:100%;
}
.Top-product ,
.side-bar .content {
	position:relative;
}
.side-bar .widget-search button {
    position: absolute;
    right: 0;
	bottom:0;
    min-width: 60px;
    padding: 7px 0;
}
.content:first-child {
	margin-top:0px;
}
.content {
	margin-top:40px;
}
.widget-tags a {
	padding:10px;
}
.Top-product img {
	width:80px;
	height:auto;
	margin-right:20px;
}
.Top-product:after {
	content:'';
	display:table;
	clear:both;
}
.Top-product img {
	float:left;
}
.side-bar .widget-Social ul li a {
	background-color:transparent;
}
.side-bar table th {
	width:70%;
	vertical-align:top;
}
.side-bar table td {
	width:30%;
}
.widget-popular-posts img {
	padding:1rem;
}
.contact-sidebar {
	box-shadow: 0rem 0.813rem 1.313rem rgba(0, 0, 0, 0.05);
	padding:15px;
}
.border-btm h6 {
	position:relative;
	margin-bottom:41px;
}
.border-btm h6:after {
	content: "";
	border:1px solid #fed901;
	width:60px;
	height:2px;
	position: absolute;
	left: 0px;
	bottom: -18px;
	right: 0;
}

.preloader {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	z-index:99999999999;
	background-color:#f7f7f7; 
}
.spinner.animated {
	width:65px;
    height:38px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top:-19px;
    margin-left:-32.5px;
	-webkit-animation-duration:2s;
    animation-duration:2s;
}
.preloader-img {
	background-image:url(../images/preloader-img.png);
	opacity:1;
	background-repeat:no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
}

.footer-top {
	position:relative;
}
.footer-top-text {
	text-align:center;
	padding: 0 144px;
}
.footer-top-text h2 {
	font-size:3.006875rem;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:16px;
}

.footer-Copyright{
	background-color: #354b8b;
    padding: 10px;
}

.footer-bg {
	padding-top: 85px;
	padding-bottom:5px;
	position: relative;
}
.footer-top-text h2 ,
.footer-top-text p ,
.footer-box h6 ,
.footer-Copyright .copyrightinfo ,
.footer-Copyright .copyrightinfo a:hover {
	color:#ffffff;
	font-size: 13px;
}
.footer-top .form-group input::placeholder {
	color:#ffffff;
}
.footer-top-text p {
	font-size:1.5375rem;
	line-height:32px;
	margin-bottom: 64px;
}
.form-group {
	margin-bottom:0;
	position:relative;
}
.footer-top-text .form-group input {
    background-color: rgba(255, 255, 255, 0.16);
    border: 0;
    padding: 10px 59px;
    height: 48px;
    position: relative;
	width:600px;
}
.footer-top-text .footer-top-btn button ,
.footer-top .form-group input {
    border-radius: 24px;
}
.footer-box .subscribe-us button:focus ,
.footer-box .subscribe-us button:hover ,
.subscribe-us ul li:first-child input:focus,
.footer-top-text .footer-top-btn button:focus ,
.footer-top-text .footer-top-btn button:hover ,
.footer .form-group input:focus {
	background-color: transparent;
	color:#ffffff;
	border-color: #fdfdfe;
	box-shadow: 0 0 0 0.2rem rgb(255, 255, 255);
}
.footer-top .form-group:before {
    content: '';
    background-image: url(../images/envelope.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 29px;
    right: 0;
    bottom: 0;
    top: 50%;
    margin-top: -6px;
}
.footer-top-text .footer-top-btn button {
	padding-top:12px;
	padding-bottom:12px;
	padding-right:49px;
	padding-left: 49px;
}
.footer-border {
	border-bottom: 1px solid rgba(255, 255, 255, 0.48);
	margin-bottom: 70px;
	padding-bottom: 70px;
}
.footer-box ul li a:hover ,
.copyrightinfo a {
	color:#fed901;
}
.footer-box h6 {
	font-weight:400;
	margin-bottom:26px;
	text-transform:uppercase;
}
.footer-box ul {
	padding-left:0;
	list-style:none;
}
.footer-box ul li a {
	text-decoration:none;
	padding:4px 0px;
	display:block;
}
.footer-box ul li:nth-child(2) a {
	padding-top:0;
}
.footer-box ul li:last-child a {
	padding-bottom:0;
}
.footer-box ul li a {
	font-size:14px;
	color:#f2f3f5;
}
.footer-box.Courses ul {
	float:left;
	margin-bottom:0;
}
.footer-box.Courses ul:first-child {
	margin-right:50px;
}
.social-icons ul li a {
	padding:0;
}
.social-icons ul li a i {
    font-size: 1.5rem;
    margin: 0px 5px;
    padding: 0px 8px;
}
.social-icons ul li:first-child a i {
	margin-left:0;
	padding-left:0;
}
.social-icons ul li:last-child a i {
	padding-right:0;
	margin-right:0;
}
.social-icons {
	margin-bottom:40px;
}
.subscribe-us h6 {
	margin-bottom:32px;
}
.footer-box:after {
	content:'';
	display:table;
	clear:both;
}
.subscribe-us ul li:first-child input {
    background-color: #eff0f4;
    border-radius: 24px;
    width: 270px;
    height: 48px;
    padding: 0px 30px;
	margin-right:18px;
}
.subscribe-us ul li:first-child ::placeholder {
	color:#4f5362;
}
.footer-box .subscribe-us button {
	padding: 12px 19px;
	border-radius: 100%;
}
.footer-Copyright {
	text-align: center;
    margin-top: 40px;
    padding-top: 25px;
}
#top {
    position: fixed;
    background-color:#ffffff;
    right: 20px;
    bottom: 78px;
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 30px;
    box-shadow: 0px 0px 15px #f8f8f8;
    z-index: 999;
}

.footer-text{
	color: #ffffff;
	font-size: 14px;
	margin-top: 10px;
	text-align: justify;
}

.footer-stamp{
	width: 60px;
}

.footer-card{
	width: 280px;
	padding-top: 10px;
}
