a.Study_in_Uzbekistan {
	
	cursor: pointer;
	
}
a.Study_in_Uzbekistan span{
	color: #0070c0;
	
	transition: color 1s ease;
}
a.Study_in_Uzbekistan:hover span{
	color: #4c701e;
	
	transition: color 1s ease;
}

.table-responsive {
	display: table !important;
}

.bgimg {
	background-image: url('/images/bg-img.png');
}
.bgimg .course-list {
	background-color: #FFF;
}

.ytp-cued-thumbnail-overlay-image {
	background-size: contain !important;
}


header .header-sticky .dropdown_menu a {
	display:inline-block !important;
	text-transform: lowercase !important;
}

header .header-sticky .dropdown_menu a:first-letter {
    text-transform: uppercase !important;
}

@media screen and (min-width: 1200px) {

	.struct-teachers table {
		display: table !important;
	}

}

@media screen and (max-width: 1200px) {
	table, tr,td {
		    border: 0px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1600px){
	.single_courses .title > a {font-size: 0.85rem !important; font-weight: bold;}
	.single_courses .title > p {font-size: 0.8rem !important;}
}
.elon .single_courses.course-list {
	display: flex;
	flex-direction: row;
}

.elon .single_courses.course-list .single_courses_thumb {
	width: 100%;
    flex: 0 0 48%;
}

.elon .single_courses.course-list .single_courses_desc {
	flex: 0 0 52%;
}



@media (max-width: 1600px) {
	
	.elon .single_courses.course-list .single_courses_thumb {
		flex: 0 0 50%;
		background-size: cover;
	}

	.elon .single_courses.course-list .single_courses_desc {
		flex: 0 0 50%;
	}
	
}

@media (max-width: 1440px) {
	.elon .col-lg-6 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	
	
	.elon .single_courses.course-list .single_courses_thumb {
		width: 100%;
		background-size: cover;
		flex: 0 0 39%;
	}

	.elon .single_courses.course-list .single_courses_desc {
		flex: 0 0 61%;
	}
	
}


@media (max-width: 991px) {

	
	.elon .single_courses.course-list .single_courses_thumb {
		width: 100%;
		background-size: cover;
		flex: 0 0 48%;
	}

	.elon .single_courses.course-list .single_courses_desc {
		flex: 0 0 52%;
	}
	
}


@media (max-width: 768px) {
	.elon .col-lg-6 {
		height: 100%;
	}
	.elon .single_courses.course-list {
		flex-direction: column;
	}
	
	.elon .single_courses.course-list .single_courses_thumb {
		width: 100%;
		background-size: cover;
		flex: 0 0 48%;
		min-height: 35vh;
	}

	.elon .single_courses.course-list .single_courses_desc {
		flex: 0 0 52%;
	}
	
}



@media (max-width: 576px) {
	
	.elon .single_courses.course-list .single_courses_thumb {
		
		min-height: 230px;
	}

	header .icofont-phone {
		font-size: 22px;width: 22px;height: 22px; line-height: 22px;
	}
	header .icofont-camera {
		font-size: 22px;width: 22px;height: 22px; line-height: 22px;
	}
	
	
	header .icofont-phone:before {
		line-height: normal;
		
	}
}


br {
	    content: "";
		margin: 2em;
		display: block;
		font-size: 24%;
}
.file-footer-buttons {
	display: none !important;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
	display: none !important;
}
.file-drop-zone {
	min-height: 30vh;
}

@media (max-width: 768px){
	.single-slide {
   
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    }

}

@media (max-width: 480px){
	.single-slide {
    
    background-size: 100% 60% !important;
    background-repeat: no-repeat !important;
    }

}

.childli a{
	
}


.childli a h2{
 	text-transform:lowercase; 
}


.childli a h2:first-letter{
 	text-transform:uppercase; 
	
}

.dropdown_menu h2 {
	font-size: 15px;
	font-weight: 400;
	height: auto;
	line-height: 30px;
}

.dropdown_menu li{
	position: relative;
}

.dropdown_menu .dm-child{
	display: none;
	opacity: 0;
	left: 120%;
	top: 0;
	width: 300px;
	position: absolute;
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 3px 9.3px 0.7px rgb(0 0 0 / 15%);
	
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.dropdown_menu .dm-child.active{
	display: unset;
	opacity: 1;
	position: absolute;
	padding: 20px;
	width: 300px;
	left: calc(100% + 20px);
	top: 0;
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 3px 9.3px 0.7px rgb(0 0 0 / 15%);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.dropdown_menu .dm-child.active  {
    animation: SHW .5s;
    animation-fill-mode: both
}
@keyframes SHW {
    from {
        left: 120%;
        opacity:0
    }
    to {
        left: calc(100% + 20px);
        opacity:1
    }
}

/*
.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 2.5px #000;
	
	position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall,snowflakes-shake;
    -webkit-animation-duration: 10s,3s;
    -webkit-animation-timing-function: linear,ease-in-out;
    -webkit-animation-iteration-count: infinite,infinite;
    -webkit-animation-play-state: running,running;
    animation-name: snowflakes-fall,snowflakes-shake;
    animation-duration: 10s,3s;
    animation-timing-function: linear,ease-in-out;
    animation-iteration-count: infinite,infinite;
    animation-play-state: running,running;
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s,1s;
    animation-delay: 1s,1s;
}
.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s,.5s;
    animation-delay: 6s,.5s;
}
.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s,2s;
    animation-delay: 4s,2s;
}
.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s,2s;
    animation-delay: 2s,2s;
}
.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s,3s;
    animation-delay: 8s,3s;
}
.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s,2s;
    animation-delay: 6s,2s;
}
.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s,1s;
    animation-delay: 2.5s,1s;
}
.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s,0s;
    animation-delay: 1s,0s;
}
.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s,1.5s;
    animation-delay: 3s,1.5s;
}
.snowflake:nth-of-type(10) {
    left: 25%;
    -webkit-animation-delay: 2s,0s;
    animation-delay: 2s,0s;
}

.snowflake:nth-of-type(11) {
    left: 65%;
    -webkit-animation-delay: 4s,2.5s;
    animation-delay: 4s,2.5s;
}


@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}
*/


.ijodiy_button_div{
	display: flex;
    flex-direction: column;
	
}
.ijodiy_result-btn {

	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center; 
	margin: 10px 0;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	
}

.slider-single img, .slider-nav img {
	height: 100% !important;
}

.btn.ijodiy_result-btn p{
	margin-bottom: 0;
}

@media (max-width: 576px){
	.camera iframe {
		height: 300px !important;
	}
}

.fa.tp.lnr {
	font-size: 18px;
	line-height: 18px;
}

.post-cont img{
	width: 100%;
}

td {
    padding: 5px;
}

.single-blog p ,
.single-blog h4 {
  text-overflow: ellipsis;
    overflow: hidden; 
    
    white-space: nowrap;
}

.bvi-hide {
	display: none !important;
}
.lnr.lnr-eye ,
.lnr.lnr-list {
	font-size: 22px;
}

================================================
/* Table of Content
==================================================

1. Fonts - Roboto and Lato
2. Common CSS
3. Loader CSS
4. Top Wrapper
5. Header Inner
6. Home Services Wrapper
7. Counters Wrapper
8. Award Winning Wrapper
9. Our Best Garden Wrapper
10. Home Services Wrapper
11. Our Testimonials Wrapper
12. Call to Action
13. House Design Wrapper
14. Inner Page Banner Wrapper
15. Breadcromb Text
16. Inner Page Wrapper
17. About Us Page
18. Services Page
19. Gallery Page
20. Our Team
21. FAQ
22. 404 Page
23. Coming Soon Wrapper
24. Single Blog Wrapper
25. Contact Wrapper
26. Footer Wrapper
27. Media Quires 

/*
================================================
1. Fonts - Roboto and Lato
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:300,400,500,700');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
	outline: none !important;
}
body {
	font-family: 'Times New Roman', sans-serif;
	font-size: 15px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Times New Roman', sans-serif;
	margin-top: 0;
}
a {
	font-family: 'Times New Roman', sans-serif;
	color: #2d2e2e;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #242c42;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
.bg-dark-1 {
	background: #242c42;
}
.bg-white {
  background-color: #ffffff;
  color: #3d4051;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}

/*ul, li {
	list-style: outside none none;
}
*/
.width-55 {
  width: 55%;
}
.padding-four-all {
  padding: 4%;
}
.bg-light-grey {
  background-color: rgba(0, 0, 0, 0.5);
}
.absolute-middle-center {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.space-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.m-bot-40 {
	margin-bottom: 40px;
}
.m-top-40 {
	margin-top: 40px;
}
.m-top-20 {
	margin-top: 20px;
}
.border-none {
  border:none !important;
}
.pad-bottom-0 {
	padding-bottom: 0 !important;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
section {
	float: left;
	width: 100%;
	padding: 80px 0;
}
#scrollUp {
	background: #3d9973;
	border-radius: 50%;
	bottom: 100px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000;
	border-bottom: 3px solid #97d44b;
}
#scrollUp:hover {
	background: #000;
	border-bottom: 3px solid #999;
	color: #fff;
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}
.no-padding {
	padding: 0;
}
/** Title **/
div.title {
	display: inline-block;
	margin: 0 0 40px;
	text-align: center;
	width: 100%;
	position: relative;
}
.title h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 20px;
	 
	color: #242c42;
}
.title h2 span {
	color: #3d9973;
}
.section-title p {
	font-size: 16px;
	margin-bottom: 5px;
}
.separator {
	background: #3f3f3f none repeat scroll 0 0;
	bottom: 0;
	clear: both;
	display: inline-block;
	height: 1px;
	position: relative;
	width: 33%;
}
.title:hover .separator::before {
	width: 75%;
}
.title .separator i {
	background: #fff;
	color: #3f3f3f;
	display: block;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: -20px;
	width: 40px;
}
.title .separator::before {
	background: #3d9973 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	transition: all 0.4s ease 0s;
	width: 100px;
}
.title .separator i:after {
	border: none;
}
.my.separator {
	width: 23%;
}
.text-center .separator::before, .text-center .separator i, .text-center .separator span {
	left: 50%;
	transform: translateX(-50%);
}
.my.separator::before {
	width: 0;
}
/* Overlay styles */
.overlay-style-one {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	transform: rotateX(150deg);
	transition: all 500ms ease;
	background-color: rgba(0, 0, 0, 0.70);
}
.overlay-style-one .box {
	display: table;
	height: 100%;
	width: 100%;
}
.overlay-style-one .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.overlay-style-one .box .content a {
}
/* Button Effects */
.btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border-radius: 0;
	padding: 11px 40px 12px;
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	background: #3d9973;
	border: none;
}
.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #242c42;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn:hover, .btn:focus, .btn:active {
	color: #fff;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.ijodiy_result-btn:before, .ijodiy_result-btn:focus:before, .ijodiy_result-btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*
================================================

================================================
4. Header Top Area
================================================
*/
.bg-header {
	background: #ebedef;
}

.header-top-area {
	display: block !important;
	padding: 0;
	transition: all .3s linear;
}
.header-sticky.sticky {
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	background: #242c42;
	left: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.sticky .main-menu-area {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin-bottom: 0;
}

.header-area .gover{
	display: flex;
	align-items: center;
}

.header-area .gover ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
    justify-content: center;
}

.header-area .gover ul li a{
    display: block;
    transition: all 0.25s linear;
    box-shadow: none;
    padding: 5px 7.5px;
    //border-right: 1px solid #ccc;
    text-align: center;
}

.header-area .gover ul li a:hover h4,
.header-area .gover ul li a:hover{
    transition: all 0.25s linear;
    color: #3d9973;
}

.header-area .gover ul li:last-child a{
    border-right: none;
}

.header-area .gover ul li a i{
    display: inline-block;
    vertical-align: middle;
}

.header-area .gover ul li a .iconic-flag {
    width: 40px;
    height: 26px;
    padding-left: 5px;
}

.header-area .gover ul li a .iconic-gimn {
    width: 33px;
    height: 26px;
}

.header-area .gover ul li a .iconic-gerb {
    width: 33px;
    height: 26px;
    padding-left: 1px;
}

.header-msg span {
	color: #ffffff;
	font-weight: 400;
	line-height: 25px;
}
.header-msg span span {
	color: #3d9973;
}
.header-area .lang {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-links {
	text-align: right;
}
.header-links a {
	/*border-radius: 50%;*/
	display: inline-block;
	text-align: center;
	margin: 0 7.5px;
	background: transparent !important;
	transition: none !important;
}

.header-links a:hover {
	/*border-radius: 50%;*/
	background: transparent !important;
	transition: none !important;
}

.header-links a .fh{
	color: #242c42 !important;
	font-size: 22px;
	transition: all .3s linear;
}

.header-links a:hover .fh{
	color: #3d9973 !important;
	transition: all .3s linear;
}

.header-links .searching {
	font-size: 22px !important;
	transition: all .3s linear;
}


.lang .dropdown img{
	width: 35px;
	height: 30px;
}

.lang .dropdown .btn{
	background: transparent;
	transform: none;
	padding: 10px 0px 10px 15px !important;
	outline: none !important;
}

.lang .dropdown .btn span{
	color: #242c42;
}

.lang .dropdown-menu{
	z-index: 99999999;
}

.lang .dropdown-toggle:after{
	color: #242c42;
}

.lang .dropdown .btn:active,
.lang .dropdown .btn:hover,
.lang .dropdown .btn:focus{
	background: transparent;
	transform: none;
	padding: 10px 0px 10px 15px !important;
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}
/*
================================================
5. Logo Area
================================================
*/
.logo {
	padding: 15px 0 15px;
    flex: 0 0 15%;
}

.logo a img {
	width: 100%;
}
.information-right {
	padding: 40px 0;
	display: flex;
	align-items: flex-start;
}
.single-information {
	/*width: 33.33333%;*/
	display: flex;
	align-items:center;
}
.single-information h4 {
  transition: all 0.3s ease-out 0s;

}
.single-information i {
    border: 2px solid #3d9973;
    border-radius: 50%;
    color: #3d9973;
    float: left;
    font-size: 13px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    width: 25px;
}
.single-information:hover i {
	background: #3d9973;
	color: #ffffff;
}
.information-text {
	overflow: hidden;
	padding-left: 10px;
}
.single-information h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.single-information h5 {
  color: #737373;
  font-size: 15px;
  font-weight: 400;
  margin:0;
}
/*
================================================
6. Main Menu Area
================================================
*/
.main-menu-area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 2;
}
.header-sticky.sticky .main-menu-area nav {
	width: 100%;
}
.main-menu-area nav {
	display: inline-block;
	width: 100%;
	position: relative;
}
.mean-container .mean-nav {
	position: absolute;
}
.mean-container a.meanmenu-reveal {
	border: 1px solid #313131;
	color: #313131;
	margin: 0;
	padding: 5px 7px;
	position: absolute;
}
.main-menu-area ul li {
	display: inline-block;
}

.main-menu-area ul li:hover {
	cursor: pointer;
}

.main-menu-area ul li > h5 ,
.main-menu-area ul li > a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: block;
	font-size: 15px;
	font-weight: 500;
	height: 60px;
	line-height: 30px;
	padding: 15px 15px;
	position: relative;
	text-transform: lowercase;
	margin-bottom: 0;
}

/*
.main-menu-area ul li > h5:first-letter ,
.main-menu-area ul li > a:first-letter {
	text-transform: uppercase;
}
*/

.home-2 .main-menu-area ul li > h5 ,
.home-2 .main-menu-area ul li > a {
	color: #333;
}

.main-menu-area ul li > h5:hover,
.main-menu-area ul li a:hover {
	color: #3d9973;
	font-weight: 500;
}
.main-menu-area ul li:last-child h5 ,
.main-menu-area ul li:last-child a {
	padding-right: 0px;
}
.main-menu-area ul li.active > a {
	color: #3d9973;
}
.main-menu-area ul li h5 i ,
.main-menu-area ul li a i {
	font-size: 14px;
	padding: 0 0 0 7px;
}
/*--- mega-menu css ---*/
.main-menu-area ul li ul.mega-menu{
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 3px 9.3px 0.7px rgba(0, 0, 0, 0.15);
	padding: 20px 20px;
	position: absolute;
	width: 100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 99;
}

.main-menu-area ul li ul.dropdown_menu {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 3px 9.3px 0.7px rgba(0, 0, 0, 0.15);
	padding: 20px 20px;
	position: absolute;
	width: 100%;
	/*left: 0;*/
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 99;
}

  .main-menu-area .mega-menu {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.main-menu-area .mega-menu li{
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	margin-bottom: 20px;
}

.main-menu-area ul li ul.mega-menu ul li {
	width: 100%;
	margin-bottom: 0;
	max-width: 100%;
}
.main-menu-area ul li ul.mega-menu > li h2 {
	font-size: 20px;
	color: #242c42;
	margin-bottom:0;
}
.main-menu-area ul li ul.mega-menu li a::before {
	top: 21px;
	display: none !important;
}
.main-menu-area ul li ul.mega-menu li a, .main-menu-area ul li ul.dropdown_menu li a {
	color: #2c2c2c;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	padding: 5px 0;
	height: auto;
}

.sticky .main-menu-area ul li ul.mega-menu li a, 
.sticky .main-menu-area ul li ul.dropdown_menu li a {
	
	padding: 10px 0 0;
	
}


.sticky .main-menu-area ul li ul li a:hover {
    
        padding-left: 10px;
    
}


.main-menu-area ul li ul.mega-menu li a:hover {
	color: #3d9973;
}
.main-menu-area ul li ul.mega-menu > li ul li, .main-menu-area ul li ul.dropdown_menu li {
	display: block;
	padding: 0 4px;
}
.main-menu-area ul li ul.mega-menu > li ul li a {
	color: #2c2c2c;
	display: block;
	font-size: 15px;
	font-weight: 400;
	height: auto;
	line-height: 25px;
	 
}
.main-menu-area ul li ul.mega-menu > li ul li a:hover {
	color: #3d9973;
}
.main-menu-area ul li ul.mega-menu.mega-menu-2 {
	width: 600px;
}
.main-menu-area ul li ul.mega-menu.mega-menu-2 > li {
	float: left;
	width: 33.333%;
}
.main-menu-area ul li:hover ul.mega-menu, .main-menu-area ul li:hover ul.dropdown_menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
}
.main-menu-area ul li ul.dropdown_menu {
	width: 250px;
	padding: 20px;
}

.main-menu-area ul li ul.dropdown_menu .childli h2 {
	margin:0;
}

.main-menu-area ul li ul.dropdown_menu li a {
	font-size: 14px;
	font-weight: 400;
	height: auto;
	line-height: 26px;
	padding: 3px 0;
	 
	transition: all 0.3s ease-in-out 0s;
}
.main-menu-area ul li ul li a::before {
	background-color: #3d9973;
	content: "";
	height: 5px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 24px;
	transition: all 500ms ease 0s;
	width: 10px;
}
.main-menu-area ul li ul li a:hover::before {
	opacity: 1;
	display: none;
}
.main-menu-area ul li ul li a:hover {
	color: #3d9973;
	padding-left: 10px;
}
/*** Search ***/
.mainmenu-area .search-form {
	float: right;
	position: relative;
	padding: 10px 10px 0 0;
}
.mainmenu-area .search-form form {
	position: relative;
}
.mainmenu-area .search-form .form-group input {
	background: #2d3752;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	line-height: 30px;
	padding: 10px 35px 10px 18px;
	position: relative;
	transition: all 300ms ease 0s;
	width: 350px;
	border: none;
	box-shadow: none;
}
.mainmenu-area .search-form .form-group input::placeholder {
	color: #FFF !important;
}

.mainmenu-area .search-form .form-group .subscribe-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	float: right;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	position: absolute;
	right: 14px;
	top: 0;
	border: none;
}
/*
================================================
7. Our Services Wrapper
================================================
*/
.services-wrapper {
	float: left;
	width: 100%;
	padding: 0px 0 90px;
}
.services-wrapper .separator i {
	background: #ffffff none repeat scroll 0 0;
}
.services-wrapper .title {
	margin: 0
}
/** Single Service Section **/	
.single-service {
	margin: 30px 0 0;
	width: 100%;
	display: block;
	text-align: center;
	background:transparent;
	padding:30px;
	
}
.single-service span.icofont {
    box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.1);
}
.single-service:hover span.icofont {
    box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.2);
}
.single-service h4 {
	font-weight: 600;
	color:#002147;
	font-size:22px;	
}
.single-service p {
	font-size: 14px;
	margin:0;
}
.single-service span {
	display: inline-block;
}
.single-service .icofont {
	font-size: 60px;
	height: 120px;
	line-height: 120px;
	width: 120px;
	color: #3d9973;
	position: relative;
	text-align: center;
	background:#fff;
	border-radius:50%;
	transition: all 0.3s ease 0s;
	border-bottom:2px solid #3d9973;	
}
.single-service .caption {
	margin-top: 25px;
}
/*
================================================
8. Satisfied Wrapper
================================================
*/
.satisfied-wrapper:before {
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.85;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	background: #242c42;
}
.satisfied-wrapper {
	float: left;
	background: url(../images/satisfied-wrapper-bg.jpg);
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 9;
	background-attachment: fixed;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
.satisfied-wrapper .counter {
	width: 100%;
	padding: 76px 0 83px;
}
.satisfied-wrapper .counter .icon {
	text-align: center;
}
.satisfied-wrapper .counter .icon span {
	font-size: 34px;
}
.satisfied-wrapper .counter .lnr {
	font-size: 35px;
	display: inline-block;
}
.satisfied-wrapper .counter .number {
	font-size: 55px;
	font-weight: 700;
	margin: 0 auto;
	padding: 0;
	color: #fff;
}
.satisfied-wrapper .counter p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 22px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.satisfied-wrapper .counter-classic-decor {
	background: #3d9973;
	bottom: 0;
	font-size: 0;
	height: 5px;
	left: 50%;
	line-height: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.4s ease 0s;
	width: 53px;
}
@media (min-width: 992px) {
.satisfied-wrapper .counter:hover::before {
	opacity: 0;
	visibility: hidden;
	transform: scaleX(0);
}
.satisfied-wrapper .counter:hover::after {
	opacity: 1;
	visibility: visible;
	transform: none;
}
.satisfied-wrapper .counter:hover .counter-classic-decor {
	bottom: 52px;
	transform: translateX(-50%) rotate(180deg);
}
}
/*
================================================
9. Our Team Wrapper
================================================
*/
.our-team-wrapper {
	float: left;
	width: 100%;
	padding: 89px 0 90px;
}
.box-team .group-sm {
	font-size: 0;
	line-height: 0;
	display: inline-block;
}
.box-team * + .group-sm {
	margin-top: 15px;
}
.btn-new.our-team {
	margin-left: 15px;
}
.btn-new-one {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.75;
	padding: 18px 15px 17px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s, padding 0.3s ease 0s;
	white-space: nowrap;
}
.our-team-btn {
	display: inline-block;
	margin-left: 15px;
}
.our-team-wrapper .owl-nav i {
	font-size: 20px;
	color: #3d9973;
}
.our-team-wrapper .owl-nav > div {
	background: none;
	color: #3d9973;
	padding: 0;
	position: static;
	text-align: center;
	transform: none;
	top: -30px;
	position: absolute;
}
.our-team-wrapper .owl-nav .owl-prev {
	right: 50px;
}
.our-team-wrapper .owl-nav .owl-next {
	right: 0px;
}
.team-modern {
	position: relative;
	text-align: center;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	transition: all .3s ease;
	z-index: 1;
}
.team-modern-figure {
	position: relative;
	display: block;
}
.team-modern-figure img {
	width: 100%;
	transition: all .3s ease;
	will-change: transform;
}
.team-modern-caption {
	padding: 26px 0 30px;
	overflow: hidden;
	background:#f5f5f5;	
}
.team-modern-name {
	font-weight: 900;
	color: #002147;
	text-transform: uppercase;
	padding: 0 10%;
}
.list-inline > li {
	display: inline-block;
}
.team-modern-social-list {
	text-align: center;
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -3px;
	margin-right: -3px;
}
.team-modern-social-list > * {
	margin-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
}
.team-modern-social-list .icofont {
	width: 31px;
	height: 31px;
	font-size: 15px;
	line-height: 31px;
	background: #3d9973;
	color:#fff;
	box-shadow: none;
	opacity: 1;
	display: inline-block;
	border: none;
}
.team-modern-social-list .icofont:hover {
	background: #002147;
}
.team-modern-social-list .icofont-google-plus {
	font-size: 18px;
}
.team-modern-social-list a, .team-modern-social-list a:focus, .team-modern-social-list a:active {
	color: #151515;
}
.team-modern-social-list a:hover {
	color: #ffffff;
}
* + .team-modern-status {
	margin-top: 2px;
}
* + .team-modern-social-list {
	margin-top: 12px;
}
@media (min-width: 992px) {
.team-modern::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
	opacity: 0;
	visibility: hidden;
	transition: inherit;
	z-index: -1;
}
.team-modern-social-list {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -3px;
	margin-right: -3px;
}
.team-modern-social-list > * {
	margin-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
}
.team-modern-social-list li {
	transition: all .2s ease;
}
.team-modern:hover {
	transform: translate3d(0, -20px, 0);
}
.team-modern:hover::before {
	top: -12px;
	right: -12px;
	bottom: -24px;
	left: -12px;
	opacity: 1;
	visibility: visible;
}
.team-modern:hover .team-modern-social-list li {
	transform: none;
}
}
 @media (min-width: 992px) {
.mac-os .team-modern::before {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
}
}
/*
================================================
10. Our Testimonials Wrapper
================================================
*/
.our-testimonials-wrapper:after {
	background: rgba(36, 44, 66, 0.9);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.inner-page-wrapper.our-testimonials-wrapper {
   padding: 90px 0 103px;
}
.our-testimonials-wrapper {
	background: url("../images/testimonials-bg.jpg") no-repeat center 30% / cover;
	padding: 90px 0 103px;
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
}
/*------------ Start testimonial section ------------*/
.testimoni p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	text-align: right;
}
.testimoni p.name {
	font-size: 22px;
	font-weight: 700;
	 
	border-right: 6px solid #3d9973;
	padding-right: 15px;
	letter-spacing: 2px;
	line-height: 23px;
}
.testimonial .owl-dots {
	top: 100%;
	position: absolute;
	right: -6px;
	bottom: 0;
}
.testimonial .owl-theme .owl-dots .owl-dot span {
	width: 21px;
	height: 8px;
	margin: 5px;
	background: #ffffff;
	border-radius: 15px;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span {
	background: #3d9973;
}
.testimonial-brand-img {
	position: relative;
	overflow: hidden;
	right: 0;
	top: 0;
	text-align: right;
}
.testimonial-brand-img img {
	width: 350px;
}
.testimoni-img {
	border: 1px solid #3d9973;
	padding: 10px;
}
.our-testimonials-wrapper .owl-dots {
	bottom: 0;
	position: absolute;
	right: -6px;
	top: 100%;
}
.our-testimonials-wrapper .owl-dots .owl-dot {
	display: inline-block;
}
.our-testimonials-wrapper .owl-dots .owl-dot span {
	background: #fff;
	border-radius: 15px;
	height: 8px;
	margin: 5px;
	width: 21px;
	display: inline-block;
}
.our-testimonials-wrapper .owl-dots .owl-dot.active span {
	background: #3d9973;
}
/*
================================================
11. Our FAQ Wrapper
================================================
*/
.our-faq-wrapper {
	float: left;
	width: 100%;
	padding: 89px 0 60px;
	background:#f5f5f5;
}
.our-faq-wrapper  .title .separator i {
	background:#f5f5f5;	
}
.inner-page-wrapper.our-faq-wrapper {
    padding: 90px 0 60px;
	background:#fff;	
}
.accordion {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.accordion .card {
	flex: 0 0 100%;
	width: 100%;
	margin-bottom: 25px;
}
.our-faq-wrapper .btn-link {
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	background: #242c42;
	color: #fff;
	border-radius: 0;
	padding: 7px 15px 12px;
	font-size: 16px;
	overflow: hidden;
	border: none;
	font-weight:600;	
}
.our-faq-wrapper .btn-link:hover, .our-faq-wrapper .btn-link:focus {
	text-decoration: none;
}
.our-faq-wrapper .btn-link:after {
	position: absolute;
	content: '\f068';
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: fontawesome;
}
.our-faq-wrapper .btn-link.collapsed:after {
	content: '\f067';
}
.our-faq-wrapper .btn-link:before {
	position: absolute;
	content: '';
	background: #3d9973;
	-webkit-transform: skew(-35deg);
	transform: skew(-35deg);
	height: 100%;
	width: 50%;
	left: 90%;
	top: 0;
}
.card-header {
	padding: 0;
	background: transparent;
	border-bottom: none;
}
.card-body {
	position: relative;
}
.card-body:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #242c42;
}
.card-body:before {
	position: absolute;
	content: '';
	height: 2px;
	width: 50%;
	left: 0;
	bottom: 0;
	background: #3d9973;
	z-index: 1;
}
/*
================================================
12. Our Gallery Wrapper
================================================
*/
.our-gallery-wrapper {
	float: left;
	width: 100%;
	padding: 75px 0 0;
}

.our-gallery-wrapper .container-fluid {
	padding: 0 15px !important;
}

.glry-img {
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	height: 15vw;
}

@media screen and (max-width: 480px) {
    .glry-img {
    	width: 25%;
    	float: left;
    	position: relative;
    	overflow: hidden;
    	cursor: pointer;
    	height: 90%;
    }
}

.glry-img img {
    height: 100% !important;
}
    
.glry-layer, .glry-img img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width:100%;
}
.glry-img:hover img {
	-webkit-transform: scale(1.3) rotate(10deg);
	transform: scale(1.3) rotate(10deg);
}
.glry-img:hover .glry-layer a {
	-webkit-animation: galryview 1s linear infinite;
	animation: galryview 1s linear infinite;
}
@-webkit-keyframes galryview {
 0% {
 -webkit-transform: translate(-50%, -50%) rotate(0deg);
 transform: translate(-50%, -50%) rotate(0deg);
}
 50% {
 -webkit-transform: translate(-50%, -50%) rotate(180deg);
 transform: translate(-50%, -50%) rotate(180deg);
}
 100% {
 -webkit-transform: translate(-50%, -50%) rotate(360deg);
 transform: translate(-50%, -50%) rotate(360deg);
}
}
@keyframes galryview {
 0% {
 -webkit-transform: translate(-50%, -50%) rotate(0deg);
 transform: translate(-50%, -50%) rotate(0deg);
}
 50% {
 -webkit-transform: translate(-50%, -50%) rotate(180deg);
 transform: translate(-50%, -50%) rotate(180deg);
}
 100% {
 -webkit-transform: translate(-50%, -50%) rotate(360deg);
 transform: translate(-50%, -50%) rotate(360deg);
}
}
.glry-img:hover .glry-layer {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.glry-img:hover .glry-layer:after {
	width: 100%;
}
.glry-layer, .glry-layer a, .glry-layer:after, .glry-layer a:after, .glry-layer a:before {
	position: absolute;
}
.glry-layer {
	height: 80%;
	width: 80%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.glry-layer, .glry-layer a, .glry-layer a:after, .glry-layer a:before {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.glry-layer a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: block;
	border-radius: 50%;
	background: #fff;
	z-index: 1;
}
.glry-layer a:after, .glry-layer a:before {
	content: '';
	background: #212121;
}
.glry-layer a:after {
	height: 20px;
	width: 2px;
}
.glry-layer a:before {
	height: 2px;
	width: 20px;
}
.mfp-bottom-bar {
	display: none;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}
/** Masonry Gallery **/
.full-gallery .glry-img {
   width:33.3333%
}
/*
================================================
13. Our Pricing Wrapper
================================================
*/
.our-pricing-wrapper {
	float: left;
	width: 100%;
	padding: 90px 0 114px;
}
.our-pricing-wrapper .title {
	margin: 0;
}
/** Pricing Plan **/
.wrap_pricing_plans {
	padding-left: 40px;
	padding-top: 70px;
	padding-right: 40px;
	flex-wrap: wrap;
}
.wrap_pricing_plans li {
	flex: 1;
}
.pricing_content {
	box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.06);
	position: relative;
	overflow: hidden;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	background: #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.wrap_pricing_plans li:nth-child(2) {
	z-index: 2;
}
.pricing_content.most_requested, .pricing_content:hover {
	box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.1);
	transform: scale(1.1) !important;
	-webkit-transform: scale(1.1) !important;
	-moz-transform: scale(1.1) !important;
	-o-transform: scale(1.1) !important;
	cursor: pointer;
}
.wrap_pricing_plans li:last-child {
	margin-right: 0;
}
.head_plan {
	padding: 20px;
	padding-bottom: 0;
	background: #eceded;
	position: relative;
	z-index: 1;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.head_plan::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: -31%;
	left: -10%;
	right: -10%;
	background: #eceded;
	border-radius: 50%;
	z-index: -1;
}
.head_plan span {
	display: block;
	text-align: center;
}
.plan_icon {
	font-size: 48px;
	line-height: 1;
}
.plan_price {
	font-size: 42px;
	font-weight: 600;
	line-height: 1.5
}
.content_plan {
	padding: 78px 20px 20px;
}
.tp_medium_title.plan_title {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.plan_duration {
	 
	font-size: 16px;
	font-style: italic;
	line-height: .5;
}
.plan_features {
	text-align: center;
	padding: 0 0 20px 0;
}
.plan_features li {
	padding-bottom: 5px;
}
.plan_features li:last-child {
	padding-bottom: 0;
}
.plan_select {
	padding: 10px 0 15px;
	text-align: center;
}
.plan_select a {
	display: inline-block;
	padding: 12px 28px;
	text-transform: uppercase;
	line-height: 1.4;
	box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.06);
	font-size: 13px;
	border-radius: 50px;
	font-weight: 500;
}
.plan_select a:hover, .pricing_content:hover .plan_select a {
	background: #3d9973;
	transform: scale(.95);
	color: #fff;
}
.pricing_content.most_requested .head_plan, .pricing_content.most_requested .head_plan::after {
	background: #3d9973;
	color: #fff;
}
.tagpoint_row_section.our_pricing {
	padding-bottom: 130px;
}


/*
================================================
14. Our Partners Wrapper
================================================
*/
/*.our-partners-wrapper:after {
  background: rgba(36, 44, 66, 0.9) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}*/
.our-partners-wrapper {
	float: left;
	width: 100%;
	padding: 75px 0 75px;
	background: #242c42 no-repeat center 30% / cover;
	position: relative;
	z-index: 9;
}
.our-partners-wrapper .owl-carousel .owl-item {
	float: none;
	text-align: center;
	display: inline-block;
}
.our-partners-wrapper .owl-carousel .owl-item .item {
	text-align: center;
	display: inline-block;
}
.our-partners-wrapper .owl-carousel .owl-item img {
	width: 125px !important;
	height: auto;
	margin-bottom: 15px;
	text-align:center;
}
.our-partners-wrapper .owl-carousel .owl-item p{
	font-size: 18px;
	color: #FFF;
}
.our-partners-wrapper .owl-carousel .owl-item .item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
/*
================================================
15. Our Blog Wrapper
================================================
*/
.our-blog-wrapper {
	float: left;
	width: 100%;
	padding: 75px 0 75px;
}
.inner-page-wrapper.our-blog-wrapper {
   padding:50px 0 90px;
}
.our-blog-wrapper .title {
	margin: 0;
}
/** Single Blog Section **/
.single-blog {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e4e4e4;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
  padding: 20px;
  transition: all 0.3s linear 0s;
  margin:40px 0 0;
  font-size:14px;
}
.single-blog-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #000000;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

}
.single-blog-img * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-blog-img img {
	width: 100%;
	height: 200px;
}
.index .single-blog-img img {
	height: 300px;
	object-fit: fill;
}
.single-blog-img div {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	opacity: 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	background: #ffffff;
}
.single-blog-img div:before, .single-blog-img div:after {
	content: '';
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-blog-img i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	color: #000000;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.single-blog-img a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}
.single-blog-img.green {
	background-color: #3d9973;
}
.single-blog-img.green i {
	color: #3d9973;
}
.single-blog:hover .single-blog-img img, .single-blog-img.hover img {
	opacity: 0.3;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.single-blog:hover .single-blog-img div, .single-blog-img.hover div {
	opacity: 1;
}
.single-blog:hover .single-blog-img div:after, .single-blog:hover .single-blog-img.hover div:after, .single-blog:hover .single-blog-img div:before, .single-blog:hover .single-blog:hover .single-blog-img div:before {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.single-blog:hover .single-blog-img div:before, .single-blog-img.hover div:before {
	-webkit-transform: scale(1.45);
	transform: scale(1.45);
}
.single-blog:hover .single-blog-img div:after, .single-blog-img.hover div:after {
	-webkit-transform: scale(1.88);
	transform: scale(1.88);
}
.single-blog h4 {
  font-size: 19px;
  line-height: 27px;
  margin: 20px 0 8px;
  color: #002147;
}
.single-blog h4 a {
  color: #002147;
  font-weight:900; 
}
.single-blog .blogDate {
  display: block;
  list-style: outside none none;
  margin:0 0 10px;
}
.single-blog .blogDate li {
  display: inline-block;
  margin-bottom: 2px;
  padding-right: 8px;
}
.single-blog .blogDate li i {
  color: #3d9973;
}
.single-blog .blogDate li span {
  margin-left: 5px;
}
.single-blog:hover{
 -webkit-box-shadow:0 4px 61px rgba(0, 0, 0, 0.09);
 box-shadow:0 4px 61px rgba(0, 0, 0, 0.09);
 }
.single-blog .btn:hover:before, .single-blog .btn:focus:before, .single-blog .btn:active:before {
  border-radius:8px;
}
.single-blog .btn:before {
  border-radius:8px;
}
.single-blog .btn {
  padding: 5px 30px 6px;
  font-size:14px;
  color:#fff;
  border-radius:8px;
} 
/** Blog List Right **/
.blog-list-simple {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.blog-list-simple.last {
  margin:0;
  padding:0;
  border:none;
}
.blog-list-simple-img {
  margin:0 0 25px;
}
.blog-list-simple-img img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.blog-list-simple-text > span {
  color: #3d9973;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.blog-list-simple-text h4 {
  color: #232323;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 5px;
}
.blog-list-simple-text .meta {
  margin: 0 0 5px;
}
.blog-list-simple-text ul li {
  color: #999999;
  font-size: 18px;
  font-weight: 500;
  padding: 3px 0;
  margin: 5px;
  display: inline-block;  
}
.blog-list-simple-text ul li i {
  color:#3d9973;
}
.blog-main-wrapper ul li  a {
  text-decoration: none;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  font-weight:300;
  font-size: 17.5px;
}
.blog-main-wrapper ul li a:hover, .blog-main-wrapper ul li a:focus {
  color:#3d9973;
}
.blog-list-simple-text p {
  border-top: 1px solid #ececec;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 0;
  padding: 15px 0;
}
.blog-list-simple-text .btn:hover:before, .blog-list-simple-text.btn:focus:before, .blog-list-simple-text .btn:active:before {
  border-radius:8px;
}
.blog-list-simple-text .btn:before {
  border-radius:8px;
}
.blog-list-simple-text .btn {
  padding: 8px 40px 9px;
  font-size:16px;
  color:#fff;
  border-radius:8px;
}
.side-bar .widget {
  margin-bottom: 30px;
}
.side-bar .widget.last {
  margin:0
}
.side-bar .widget.last li {
  margin:0;
}
.side-bar .search form input {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d1d1d1;
  height: 50px;
  margin: 0;
  padding: 0 10px;
  width: calc(100% - 50px);
  font-size: 18px;
}
.side-bar .search form button {
  background: #1c1c1c none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  float: right;
  height: 50px;
  line-height: 50px;
  width: 50px;
  cursor:pointer;
}
.side-bar .widget .widget-title h6::after {
  background: #3d9973;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 30px;
}
.side-bar .widget .widget-title h6 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative;
  color:#242c42;
}
.side-bar .widget li::after {
  background-color: #6f6f6f;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 5px;
}
.side-bar .widget li {
  color: #6f6f6f;
  margin: 0 0 9px;
  padding: 0 0 0 12px;
  position: relative;
}
.side-bar .widget .social-listing {
  margin-bottom: 0;
}
.side-bar .widget .social-listing li {
  display: inline-block;
  list-style: outside none none;
}
.side-bar .widget .social-listing li:first-child {
  padding-left: 0;
}
.side-bar .widget .social-listing li::after {
  background: none;
}
/** Blog Details Section **/
.posts .post {
  margin-bottom: 30px;
}
.post .post-img img {
  width: 100%;
}
.post .content {
  background: #fafafa none repeat scroll 0 0;
  padding: 15px 15px 30px;
}

.post .post-cont img {
	width: 100%;
	height: auto;
}

.post .content .post-title h5 {
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.post .content p {
  font-size: 19px;
}
.post .content .special {
  background: #f7f7f7 none repeat scroll 0 0;
  border-left: 2px solid #111111;
  font-size: 20px;
  margin: 30px 0;
  padding: 15px;
}
.post .share-post {
  border-top: 1px dashed #dddddd;
  margin-top: 30px;
  padding-top: 20px;
  text-align: left;
}
.post .share-post span {
  font-weight: 400;
}
.post .share-post ul {
  float: right;
}
.post .share-post ul li {
  display: inline-block;
  margin: 0 5px;
}
.posts .title-g h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  color:#3d9973;
}
.posts .comments-area .comment-box:nth-child(2n+1) {
  margin-left: 80px;
}
.posts .comments-area .comment-box {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.posts .comment-box .author-thumb {
  float: left;
  width: 80px;
}
.posts .comment-box .author-thumb img {
  width:95%;
  border-radius:50%;
  background:#eee;
}
.posts .comment-box .comment-info {
  margin-left: 100px;
}
.posts .comment-box .comment-info h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.posts .comment-box .comment-info .reply {
  margin-top: 10px;
}
.posts .comment-box .comment-info .reply a {
  color:#3d9973;
}
.posts input, .posts textarea, .posts select {
  border: 1px solid #d1d1d1;
  font-size: 14px;
  margin: 0 0 15px;
  max-width: 100%;
  padding: 8px 15px;
  resize: none;
  width: 100%;
}
.posts .btn:hover:before, .posts.btn:focus:before, .posts .btn:active:before {
  border-radius:8px;
}
.posts .btn:before {
  border-radius:8px;
}
.posts .btn {
  padding: 8px 40px 9px;
  font-size:16px;
  color:#fff;
  border-radius:8px;
}
/*
================================================
16. Bread Cromb Wrapper
================================================
*/
.breadcromb-wrapper {
	background: rgba(0, 0, 0, 0) url("../images/breadcrumb-bg.jpg") no-repeat center top / cover;
	float:left;
	padding: 60px 0 40px;
	position: relative;
	width: 100%;
	text-align: center;
}
.breadcromb-overlay {
	background: rgba(0, 33, 71, 0.65);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.breadcromb-wrapper h1 {
	color: #3d9973;
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	padding: 12px 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.breadcromb-text {
	background: #f6f6f6 none repeat scroll 0 0;
	float: left;
	width: 100%;
	text-align: center;
}
.breadcromb-text ul {
	border-radius: 4px;
	display: inline-block;
	margin: 0;
	padding: 20px 0;
}
.breadcromb-text li + li::before {
	color: #b8b8b8;
	content: "/";
	padding: 0 12px;
}
.breadcromb-text li {
	color: #3d9973;
	display: inline-block;
	margin: 0;
	font-size: 18px; 
}
.breadcromb-text li a {
	color: #242c42;
}
/*
================================================
17. Inner Page Wrapper
================================================
*/
.inner-page-wrapper {
	float: left;
	width: 100%;
	padding: 40px 0;
}
/*
================================================
18. About Wrapper
================================================
*/
.inner-page-wrapper.about .list-icons li, .inner-page-wrapper.about .list li {
	padding: 5px 0;
}
.inner-page-wrapper.about .list-icons li i {
	min-width: 25px;
	text-align: center;
}
.inner-page-wrapper.about .owl-pagination {
	display: none;
}
.inner-page-wrapper.about .item img {
	display: block;
	width: 100%;
	height: auto;
}
.inner-page-wrapper.about .owl-theme .owl-controls {
	margin-top: 0;
}
.inner-page-wrapper.about .owl-theme .owl-controls .owl-nav div {
	width: 20px;
	height: 21px;
	border-radius: 0;
	opacity: 1;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10px;
}
.inner-page-wrapper.about .owl-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity: 0.5;
}
.inner-page-wrapper.about .owl-prev {
	background: url(../images/logos-left-arrow.jpg) no-repeat left top;
	right: 40px;
}
.inner-page-wrapper.about .owl-next {
	background: url(../images/logos-right-arrow.jpg) no-repeat left top;
	right: 10px
}
/*
================================================
19. Courser Wrapper
================================================
*/
.inner-page-wrapper.course-wrapper {
	padding: 90px 0 93px;
}
.single_courses {
	margin-bottom: 40px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
.single_courses_desc {
	padding: 15px 0 0 0;
	position: relative;
	z-index: 1;
}
.single_courses .title {
	padding: 0 25px;
	margin: 0;
	text-align: left;
}
.single_courses .title > a {
	font-size: 1.20em;
	margin-bottom: 15px;
	display: block;
	color: #2d2d2d;
}
.single_courses .title > a:hover {
	color: #3d9973;
}
.price_rating_area {
	padding: 5px 30px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background-color: #f9f9f9;
}
.price_rating_area .price span {
	font-size: 1.5em;
}
.price_rating_area .rating {
	font-size: 14px;
	color: #ff9800;
}
.price_rating_area .rating span {
	font-size: 13px;
	color: #888;
}
.single_courses_thumb {
	background-color: #f9f9f9;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.single_courses_thumb img {
	width: 100%;
	transition: all 0.5s ease 0s;
}
.single_courses:hover img {
	-webkit-transform: scale(1.3) rotate(10deg);
	transform: scale(1.3) rotate(10deg);
}
.single_courses:hover {
	background-color: #f9f9f9;
	box-shadow: 10px 14px 14px rgba(0, 0, 0, 0.075);
}
.courses_badge > span {
	background: #3d9973;
	clear: both;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	margin: 0 0 5px;
	padding: 0 1px 0 10px;
	position: absolute;
	text-align: center;
	z-index: 2;
	top: 30px;
	left: 0;
}
.courses_badge > span:before {
	border-color: #3d9973 transparent #3d9973 #3d9973;
	border-style: solid;
	border-width: 11px 6px;
	content: "";
	height: 100%;
	position: absolute;
	right: -15px;
	top: 0;
	width: 15px;
	z-index: 1;
}
.popular_coureses_slides .owl-dot.active:before {
	display: none;
}
.popular_coureses_slides .owl-dot.active {
	background-color: #009688;
}
.popular_coureses_slides .owl-dot {
	background-color: #fff;
	width: 50px;
	height: 5px;
	border-radius: 0;
}
.course-wrapper .pagination {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.course-wrapper .pagination li {
	display: inline-block;
	line-height: 37px;
	text-align: center;
}
.course-wrapper .pagination li a {
	border: 2px solid #dddddd;
	padding: 10px 15px;
}
.course-wrapper .pagination li a:hover, 
.course-wrapper .pagination li a:focus {
	background-color: #3d9973;
	border: 2px solid rgba(0, 0, 0, 0);
	color: #ffffff;
}
.course-wrapper .pagination li a.active{
	background-color: #3d9973;
	border: 2px solid rgba(0, 0, 0, 0);
	color: #ffffff;
}

.pagination li.disabled {
	display: none !important;
}

.single_courses.course-list {
	position: relative;
	z-index: 1;
	height: 100%;
	margin-bottom: 25px;
}
.single_courses.course-list .single_courses_desc {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	/*margin-left: 50%;*/
	position: relative;
	z-index: 1;
}
.single_courses.course-list .single_courses_thumb {
	background-position: center center;
	background-size: cover;
	background-color:#FFF;	
	height: 100%;
	/*width: 51%;*/
	left: 0;
	/*position: absolute;*/
	top: 0;
	z-index: 9;
}
.single_courses.course-list .single_courses_desc .price_rating_area {
	border-bottom: 6px solid #3d9973;
}
/** Course Details Wrapper **/
.inner-page-wrapper.course-details {
   padding: 90px 0 50px;
}
.courses_details_thumb {
	position: relative;
	width: 100%;
	z-index: 1;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	margin-bottom: 50px;
}
.courses_details_thumb img {
    width:100%;
}
.event_overview_schildle, .related_upcoming_event_title, .courses_overview, .courses_description {
  background-color: #ffffff;
  border-left: 10px solid #3d9973;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 20px 0 20px 30px;
}
.event_overview_schildle h5, .related_upcoming_event_title h5, .courses_overview h5, .courses_description h5 {
  margin:0;
  color:#242c42;
}
.event_overview_content, .couress_overview_content, .courses_description_content {
  padding: 45px 0 40px;
}
.courses_details_thumb:hover {
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.couress_overview_content p,  .courses_description_content p {
	line-height: 28px;
}
.single_courses.related {
	margin-top: 50px;
}
.courses_details_title {
	display: inline-block;
}
.main_icon > i {
	font-size: 16px;
}
.single_courses_area {
	background-color: #f5f5f5;
	padding: 20px 0 25px;
	text-align: center;
}
.courses_teacher_image {
	border: 1px solid #dedddd;
	border-radius: 50%;
	height: 95px;
	margin: 0 auto 15px;
	padding: 3px;
	width: 95px;
}
.courses_teacher_image > img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
}
.single_courses_area {
	background-color: #f5f5f5;
	padding: 20px 0 25px;
	text-align: center;
	border-bottom: 2px solid #fff;
}
.courses_teacher_image {
	border: 1px solid #dedddd;
	border-radius: 50%;
	height: 95px;
	margin: 0 auto 15px;
	padding: 3px;
	width: 95px;
}
.courses_teacher_image > img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
}
.courses_teacher_info > h5 {
	font-size: 16px;
	text-transform: uppercase;
}
.courses_teacher_info > p {
	color: #666666;
}
.single_courses_area .social_links > a {
	margin: 0 5px;
}
.single_courses_area .social_links a i {
	color: #546371;
	border: 1px solid #afafaf;
}
.single_courses_area .social_links a i:hover {
	color: #fff;
	border: 1px solid transparent;
	background-color: #3498db;
}
.courses_details_title_area {
	margin-top: 50px;
	margin-bottom: 50px;
}
.event_share_links {
    text-align: center;
}
.single_share_link {
	border: 1px solid #e0dfdf;
	display: inline-block;
	height: auto;
	margin-right: 12px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	width: auto;
}
.single_share_link i {
	font-size: 20px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
.single_share_link:last-child {
	margin-right: 0;
}
.single_share_link > a {
	display: block;
	padding: 12px 10px 8px;
}
.single_share_link:hover {
	background-color: #3d9973
}
.single_share_link:hover i {
	color: #fff;
}	
.single_option {
	background: #fff;
	margin-bottom: 30px;
	padding: 30px 15px 20px;
	text-align: center;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.single_option > i {
	font-size: 25px;
	margin-bottom: 5px;
	color:#3d9973;
}
.single_option > p {
	margin-bottom: 5px;
}
/*
================================================
20. Coming Soon
================================================
*/
.coming-soon::before {
    background: #171d2d;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.coming-soon {
    background-image: url(../images/coming-soon.jpg);
    background-position: center center;
    background-size: cover;
    float: left;
    padding: 80px 0;
    position: relative;
    width: 100%;
    z-index: 2;
    text-align: center;
    height: 100vh;
}
.coming-soon-logo {
    display:inline-block;
	margin:50px 0 0;
}
.coming-soon img {
    margin: 0 0 10px 0;
}
.coming-soon h2 {
    color: #3d9973;
	font-weight:400;
    margin: 20px 0 45px 0;
}
.coming-soon h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}
.coming-soon .coutndown {
    margin: 40px 0;
}
.coming-soon .cntdown {
    float: left;
    width: 25%;
    text-align: center;
	border-right: 1px solid #626262;
	display: inline-block;
}
.coming-soon .cntdown:last-child{
    border:none;
}
.coming-soon .cntdown span {
    color: #fff;
    font-size: 40px;
	line-height:30px;
}
.coming-soon .cntdown span strong {
    display: inline-block;
	color:#6f6f6f;
	margin:0;
}
.coming-soon .cntdown p {
    font-size: 12px;
    margin: 0;
	color:#6f6f6f;
	font-weight:400;
}
/** Social Icons **/
.coming-soon .social-icons {
    margin:0 0 45px;
}
.coming-soon .social-icons li {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
.coming-soon .social-icons li a {
  border: 1px solid #6f6f6f;
  border-radius: 35px;
  color: #6f6f6f;
  display: inline-block;
  height: 35px;
  line-height: 32px;
  width: 35px;
}
.coming-soon .social-icons li a:hover{
	background:#232323;
	color:#fff;
}
/*
================================================
21. 404
================================================
*/
.inner-page-wrappe.error-404 {
padding: 76px 0 90px;
}
.error-404 {
  text-align:center;
}
.error-404 .not-found {
  width:90%;
  margin:0 auto;
}
.error-404 h2 {
  font-size: 87px;
  font-weight: 700;
  color:#000;
}
.error-404 h2 span {
  color: #3d9973;
  margin: 0 15px;
}
.error-404 .search-form {
  margin: 40px auto 0;
  max-width: 480px;
  position: relative;
}
.error-404 .search-form input.search-field {
  border: 6px solid #f7f7f7;
  width: 100%;
   padding: 12px 10px 12px 15px;
}
 .error-404 input[type="submit"] {
  background: #242c42;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: auto;
  line-height: 1.5;
  padding: 10px 35px;
  width: auto;
  transition: all 0.3s ease 0s;
}
.error-404 input[type="submit"]:hover {
  background: #3d9973;
}
.error-404 input.search-submit {
  padding: 17px 25px;
}
.search-submit, input.search-submit:visited {
  font-size: 13px;
  margin: 0;
  padding: 16px 20px;
  position: absolute;
  right: 0;
  top: 0;
}
/*
================================================
22. Sign Up
================================================
*/
.inner-page-wrapper.sign-in-wrapper {
  padding: 80px 0;
}
.sign-in-wrapper .main-body {
  margin: 10px auto;
  max-width: 480px;
}
.sign-in-wrapper .body-inner::before {
  background-color: #3d9973;
  bottom: 0;
  content: " ";
  height: 220px;
  left: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.sign-in-wrapper .body-inner {
  padding: 0 20px 20px;
  position: relative;
}
.sign-in-wrapper .card {
  border: medium none;
  border-radius: 0;
  margin: 10px 0 9px;
  overflow: hidden;
  position: relative;
  box-shadow:0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.sign-in-wrapper .card .card-content {
  padding: 30px 20px;
}
.sign-in-wrapper .card-action {
  background: #242c42 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  padding: 18px 20px 20px;
}
.sign-in-wrapper .card-action a {
  color: #ffffff;
}
.sign-in-wrapper .additional-info {
  font-size: 14px;
  text-align: center;
  margin:10px 0 0
}
.sign-in-wrapper .additional-info .divider-h {
  border-right: 1px solid #fafafa;
  margin: 0 15px;
}
.sign-in-wrapper .additional-info a {
  color: #fff;
}
.sign-in-wrapper .logo {
  font-size: 26px;
  font-weight: normal;
  padding:0;
}
.sign-in-wrapper .form-group {
  margin: 0;
  position: relative;
}
.ui-input-group {
  margin: 18px 0 12px;
  position: relative;
}
.sign-in-wrapper .ui-input-group .form-control {
  color: #555555;
  border-radius:0;
}
/* Checkbox styling */
.sign-in-wrapper form [type="checkbox"]:not(:checked), .sign-in-wrapper form [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.sign-in-wrapper form [type="checkbox"]:not(:checked) + label, .sign-in-wrapper form [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	color: #777;
}
/* checkbox aspect */
.sign-in-wrapper form [type="checkbox"]:not(:checked) + label:before, .sign-in-wrapper form [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border: solid 1px #555;
	border-radius: 50%;
}
/* checked mark aspect */
.sign-in-wrapper form [type="checkbox"]:not(:checked) + label:after, .sign-in-wrapper form [type="checkbox"]:checked + label:after {
	content: '✔';
	position: absolute;
	top: 8px;
	left: 5px;
	font-size: 12px;
	line-height: 0.8;
	color: #666;
	transition: all .2s;
}
/* checked mark aspect changes */
.sign-in-wrapper form [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.sign-in-wrapper form [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
.ui-input-group .input-bar {
  display: block;
  position: relative;
  width: 100%;
  background:#3d9973;
}
.ui-input-group .input-bar::before, .ui-input-group .input-bar::after {
  background: #3d9973;
  bottom: 1px;
  content: "";
  height: 1px;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  width: 0;
}
.ui-input-group > label {
  color: #999999;
  font-size: 14px;
  font-weight: normal;
  left: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 10px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.ui-input-group > input {
	padding-left: 0;
	padding-right: 0;
	border: none;
	box-shadow: 0 0 0 #fff;
	border: none;
	border-bottom: 1px solid #CBD5DD;
	margin: 0;
}
.ui-input-group > input:focus {
	border-bottom: 1px solid #CBD5DD;
	box-shadow: 0 0 0 #fff;
}
.page-signin .ui-input-group .form-control {
	color: #555;
}
.ui-input-group .input-bar {
	position: relative;
	display: block;
	width: 100%;
}
.ui-input-group .input-bar:before {
	left: 50%;
}
.ui-input-group .input-bar:before, .ui-input-group .input-bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #3d9973;
	-webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-input-group .input-bar:after {
	right: 50%;
}
.ui-input-group .input-bar:before, .ui-input-group .input-bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #3d9973;
	-webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-input-group > label {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	-webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	margin: 0;
}
.ui-input-group>input:focus ~ label, .ui-input-group>input:valid ~
label {
	top: -20px;
	left: 0;
	font-size: 12px;
}
.ui-input-group>input:focus ~ label, .ui-input-group>textarea:focus ~
label {
	color: #3d9973;
}
.ui-input-group>input:focus ~ .input-bar:before, .ui-input-group>input:focus ~
.input-bar:after {
	width: 50%;
}
.ui-input-group>input:focus ~ .input-bar:before, .ui-input-group>input:focus ~
.input-bar:after {
	width: 50%;
}
/*
================================================
23. Contact Us
================================================
*/
.contact-wrapper h4:before{
  background: #3d9973;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: auto;
  width: 100px;
}
.contact-info-main {
  float:left;
  width:100%;
  margin:0 0 70px;
}
.inner-page-wrapper.contact-wrapper {
  padding:84px 0 0;
}
.contact-wrapper h4 {
   font-weight: 500;
   margin:0 0 30px;
   padding:0 0 10px;
   position: relative;
}
.medium-input, .medium-textarea, .medium-select select {
  border-radius: 0;
  font-size: 14px;
  line-height: normal;
  padding: 12px 20px;
  outline: medium none;
  width: 100%;
  border: 1px solid #d1d1d1;
  margin: 0 0 15px;
}
.contact-wrapper .btn:hover:before, .contact-wrapper .btn:focus:before, .contact-wrapper .btn:active:before {
  border-radius:8px;
}
.contact-wrapper .btn:before {
  border-radius:8px;
}
.contact-wrapper .btn {
  padding: 8px 40px 9px;
  font-size:16px;
  color:#fff;
  border-radius:8px;
}
/*** Address ***/
.contact-info-section {
  padding:20px 0;
  margin:10px 0 0;
  border-bottom: 1px solid #ececec;
  transition-duration: 0.5s;
}
.contact-info-section.no-space {
  padding-top:0;
  margin-top:0;
}
.contact-info-section h4 {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
.contact-info-section p {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.list-style-1 li {
  padding: 5px 0;
}
.contact-info-section i {
  background: #3d9973;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  height: 25px;
  line-height: 11px;
  margin-right: 5px;
  padding-top: 7px;
  width: 25px;
}
.list-style-2 {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.list-style-2 li::before {
  background-color: #232323;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 5px;
}
.list-style-2 li {
  margin: 0 0 9px;
  padding: 0 0 0 12px;
  position: relative;
}
.google-map {
  float: left;
  pointer-events: none;
  width: 100%;
}
.google-map iframe {
  border: medium none;
  height: 300px;
  margin: 0 0 -6px;
  width: 100%;
}
/*
================================================
24.1. Pre Footer Wrapper
================================================
*/
.prefooter {
	background: #242c42;
	float: left;
	padding: 83px 0 0px;
	margin: 0;
	width: 100%;
}
.prefooter h3 {
	color: #fff;
	margin: 0 0 20px;
}
.prefooter .footer-text {
	color: #dce3f8;
	margin-bottom: 25px;
	/*border-right: 1px solid green;*/
    padding-right: 15px;
    height: 100% !important;
}
.prefooter .footer-text a {
	color: #3d9973;
}
.prefooter .footer-text .address li {
	color: #dce3f8;
	font-size: 15px;
	margin-bottom: 10px;
	display: flex;
}
.prefooter .footer-text .address li i {
	color: #3d9973;
	font-size: 18px;
	margin-right: 8px;
	line-height: normal;
	vertical-align: top;
	display: inline-block;
	margin-top: 3px;
	width: auto;
	height: auto;
}
.prefooter .footer-text .address li span {
	display: inline-block;
}
.prefooter .quick-links > li > a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    color: #fff;
}
.prefooter .quick-links > li > a:hover {
    
    color: #3d9973;
}


/*
================================================
24. Footer Wrapper
================================================
*/
footer {
	background: #242c42;
	float: left;
	padding: 83px 0 75px;
	margin: 0;
	width: 100%;
}
footer h3 {
	color: #fff;
	margin: 0 0 20px;
}
footer .footer-text {
	color: #dce3f8;
}
footer .footer-text a {
	color: #3d9973;
}
footer .footer-text .address li {
	color: #dce3f8;
	font-size: 15px;
	margin-bottom: 10px;
	display: flex;
}
footer .footer-text .address li i {
	color: #3d9973;
	font-size: 18px;
	margin-right: 8px;
	line-height: normal;
	vertical-align: top;
	display: inline-block;
	margin-top: 3px;
	width: auto;
	height: auto;
}
footer .footer-text .address li span {
	display: inline-block;
}
.social-icon.bg-theme li {
	background: #3d9973;
}
.social-icon.bg-theme li:hover {
	background: #2d2e2e;
}
.social-icon li {
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	transition: all 0.3s ease 0s;
}
.social-icon.bg-theme li a {
	color: #ffffff;
}
.quick-links > li + li {
	margin-top: 14px;
}
.quick-links > li > a {
	display: inline-block;
	padding-left: 20px;
	position: relative;
	color: #fff;
}
.quick-links > li > a:hover {
	color: #3d9973;
}
.quick-links > li > a:before {
	content: '\f105';
	position: absolute;
	left: 0;
	top: -1px;
	font: 400 18px/24px 'FontAwesome';
	color: #3d9973;
	transition: .33s all ease;
}
.quick-links > li > a:hover:before {
	left: 4px;
}
.copyright-wrapper {
	background: #172240;
	float: left;
	padding: 15px 0;
	margin: 0;
	width: 100%;
}
.copyright-wrapper p {
	color: #fff;
	margin: 0;
	text-align: center;
	font-size: 13px;
}
/*
================================================
25. Media Quires 
================================================
*/

@media (min-width: 480px) and (max-width: 1600px) {
/** Navigation **/
.main-menu-area ul li > h5 ,
.main-menu-area ul li > a {
	padding: 15px 9px;
}


}
@media (min-width: 992px) and (max-width: 1199px) {
/** Logo **/
.single-information {
}
/** Navigation **/
.main-menu-area ul li:first-child {
  padding-left: 10px;
}
.main-menu-area ul li > h5 ,
.main-menu-area ul li > a {
	padding: 15px 5px;
}
/** Slider **/
.slider-area .owl-controls {
	display: none;
}
div.banner-content h1 {
	line-height: 45px;
	font-size: 35px;
	margin: 0 0 15px;
}
div.banner-content h2 {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 15px;
}
/** Our Blog Wrapper **/
.single-blog {
	padding: 20px 12px 20px 12px;
	font-size: 13px;
}
.single-blog h4 {
	font-size: 18px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
/** Common Styles **/
.width-55 {
  width: 70%;
}
/** Logo Info Area **/
/*.single-information {
  padding: 5px 0 0 3%;
  width: 43%;
}
.single-information h5 {
	font-size: 12px;
}*/
.mean-container a.meanmenu-reveal {
	margin: -65px 0 0;
	padding: 5px 7px;
	position: absolute;
	top: 0;
}
/** Slider **/
div.slider-area {
	margin-top: 0;
	height: 45vw;
}
.slider-area .owl-controls {
	display: none;
}
div.single-slide {
	background-position: 78% center;
	position: relative;
}

div.banner-content h1 {
	font-size: 29px;
	line-height: 32px;
	margin-bottom: 20px;
	text-shadow: 1px 2px 2px #ffffff;
}
div.banner-content h2 {
	font-size: 28px;
	margin-bottom: 14px;
	padding-top: 0;
	text-shadow: 1px 2px 2px #ffffff;
}
div.banner-content p {
	text-shadow: 1px 1px 2px #ffffff;
}
/** Our Services Wrapper **/
.single-service {
	padding: 20px 10px;
}
.single-service h4 {
	font-size: 17px;
    line-height: 26px;
}
/** Our Team Wrapper **/
.our-team-wrapper {
  padding: 90px 0;
}
/** breadcromb Wrapper **/
.breadcromb-wrapper {
	margin-top: 0;
}
/** Our Testimonials Wrapper **/
.testimoni p {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 10px;
}
/** Our Pricing Wrapper **/
.wrap_pricing_plans {
	padding-left: 0;
	padding-right: 0;
}
/** Our Blog Wrapper **/
.posts .comment-form {
	margin: 0 0 50px;
}
/** About Wrapper **/	
.about-text {
	margin: 0 0 25px;
}
/** Contact Wrapper **/
.contact-info-section.no-space {
    margin-top: 25px;
}
/** Footer Wrapper **/
footer .footer-text.one {
	margin: 0 0 40px;
}
}
@media (max-width: 767px) {
	
/** Common Styles **/
.my.separator {
	width: 75%;
}
.icofont {
	color: #2d2e2e;
	font-size: 40px;
	height: 80px;
	line-height: 80px;
	position: relative;
	text-align: center;
	width: 80px;
}
.title h2 {
	line-height: 40px;
	font-size:30px;
}
.sm-width-90 {
   width: 90%;
}
.xs-padding-eight-tb {
  padding-bottom: 8%;
  padding-top: 8%;
}
/** logo **/
.logo {
	padding: 30px 0;
}
/** Navigation **/
.header-sticky.sticky {
	position: inherit;
}
/** Slider **/
div.slider-area {
	height: 80vw;
	margin: 0;
}
div.banner-content h1 {
	font-size: 29px;
	line-height: 32px;
	margin-bottom: 20px;
	text-shadow: 1px 2px 2px #fff;
}
div.banner-content h2 {
	font-size: 28px;
	margin-bottom: 14px;
	padding-top: 0;
	text-shadow: 1px 2px 2px #fff;
}
div.single-slide {
	background-position: 78% center;
}
.banner-content p, .slider-area .owl-controls {
	display: none;
}
/** Satisfied Wrapper **/
.satisfied-wrapper {
	padding: 30px 0 90px;
}
.satisfied-wrapper .counter {
	padding: 50px 0 30px;
	margin: 15px 0 0;
}
/** Gallery Wrapper **/
.glry-img {
	width: 100%;
}
/** Our Team Wrapper **/
.our-team-wrapper #our-team {
	margin: 20px 0 0;
}
.team-modern {
	max-width: 100%;
}
.testimoni-img {
	margin-bottom: 15px;
}
.testimoni p {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
.testimoni p.name {
	border-right: medium none;
}
.our-testimonials-wrapper .owl-dots {
	right: 50%;
	transform: translateX(50%);
}
/** Our Team Wrapper **/
.our-team-wrapper {
  padding: 90px 0;
}
/** Our FAQ Wrapper **/
.our-faq-wrapper .btn-link::after {
	right: 6px;
	top: 52%;
}
/** Our Gallery Wrapper **/
.img-fluid {
	width: 100%;
}
/** Our Pricing Wrapper **/
.our-pricing-wrapper {
	padding: 86px 0 60px;
}
.wrap_pricing_plans > li {
	flex: 1 1 auto;
	margin-bottom: 40px;
	width: 100%;
}
.wrap_pricing_plans {
	padding-left: 0;
	padding-right: 0;
	padding-top: 50px;
}
.pricing_content.most_requested, .pricing_content:hover {
	box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.1);
	transform: scale(1.03) !important;
	-webkit-transform: scale(1.03) !important;
	-moz-transform: scale(1.03) !important;
	-o-transform: scale(1.03) !important;
}
/** Inner Page Wrapper **/
.breadcromb-wrapper {
	padding-bottom: 53px;
}
.breadcromb-wrapper h1 {
	font-size: 30px;
}
.breadcromb-wrapper {
	margin-top: 0;
}
/** About Wrapper **/	
.about-text {
	margin: 0 0 25px;
}
/** Course Grid **/	
.price_rating_area .rating {
	font-size: 11px;
}
/** Our Gallery Wrapper **/
.full-gallery .glry-img {
  width: 100%;
}
/** Course list **/	
.single_courses.course-list .single_courses_thumb {
	height: 30vh;
	position: relative;
	width: 100%;
}
.single_courses.course-list .single_courses_desc {
	margin-left: 0;
}
.course-wrapper .pagination {
  margin: 0 auto !important;
}
.course-wrapper .pagination li:first-child {
  margin:0;
}
.course-wrapper .pagination li {
  margin:20px 0 0;
}
/** Coming Soon **/	
.coming-soon img {
  width: 100%;
}
.coming-soon h2 {
  font-size: 22px;
}
.coming-soon .cntdown span {
    font-size: 26px;
}
/** 404 **/
.error-404 h3 {
    font-size: 19px;
	}
/** Our Blog Wrapper **/
.single-blog {
	padding: 20px 10px;
	font-size: 13px;
}
.single-blog h4 {
    font-size: 18px;
}
.single-blog .blogDate li {
  padding-right: 6px;
}
.single-blog h4 {
    font-size: 18px;
}
.post .content {
  padding: 30px 15px;
}
.posts .comment-form {
	margin: 0 0 40px;
}
/** Contact Wrapper **/
.contact-info-section.no-space {
    margin-top: 25px;
}
.contact-wrapper h4 {
  font-size:20px;
}
/** Footer Section **/	
footer .footer-text.second {
	margin: 20px 0 30px;
}
}


@media (min-width: 1900px){
	.index.our-blog-wrapper .single-blog-img img {
			height: 30vh;
	}

	.logo {
		flex: 0 0 12.5%;
	}
}

@media (max-width: 1400px){
	.main-menu-area ul li > h5, .main-menu-area ul li > a {
		padding: 15px 8px;
	}
	.main-menu-area ul li > h5, .main-menu-area ul li > a {
		font-size: 13px;
	}

	.main-menu-area ul li ul.mega-menu > li h2 {
		font-size: 16px;
	}

	.main-menu-area ul li ul.mega-menu > li ul li a {
		font-size: 13px;
		line-height: 20px;
	}

	.main-menu-area ul li ul.dropdown_menu li a {
		font-size: 13px;
		line-height: 20px;
	}


}

@media (max-width: 1200px){
	.main-menu-area ul li > h5, .main-menu-area ul li > a {
		font-size: 12px;
	}
}

@media (max-width: 1100px){
	.main-menu-area ul li > h5, .main-menu-area ul li > a {
		font-size: 9px;
	}
}

@media (min-width: 1401px){
	.single_courses.course-list .single_courses_thumb {
		/*width: 45%; */
		height: 27.5vh !important;
	}
	
	.elon .single_courses.course-list {
		
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	
	.elon .single_courses.course-list .single_courses_desc {
		flex: 0 0 45%;
	}
	
	.elon .single_courses.course-list .single_courses_thumb {
		width: auto;
		flex: 1 0 50%;
	}
	
}

@media (min-width: 1601px){
	

	.single_courses.course-list .single_courses_desc {
		/*margin-left: 45%; */
	}
	
	.index .single-blog-img img {
		height: 30vh;
	}
	.single-service {
	    padding: 30px 15px;
	}
	
	

}


@media (max-width: 1600px){
	

	.single_courses.course-list .single_courses_desc {
		/*margin-left: 45%;*/
	}
	.single_courses.course-list .single_courses_thumb {
		/*width: 45%;*/
		background-size: 100% 80%;
		background-repeat: no-repeat;
	}
	
	.index .single-blog-img img {
			height: 30vh;
		}
		.single-service {
		    padding: 30px 15px;
		}	


}

@media (max-width: 1200px){
	.elon .col-6 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.single_courses.course-list .single_courses_thumb {
	    background-size: 100% 100%;
	    background-repeat: no-repeat;
	}


	.mainmenu-area .search-form .form-group input {
		width: 100%;
	}

	.single-blog-img img {
		width: 100%;
		height: 250px;
	}

	.single-service .icofont {
	    font-size: 40px;
	    height: 75px;
	    line-height: 75px;
	    width: 75px;
	}


	.header-area .gover ul li:nth-last-child(1) ,
	.header-area .gover ul li:nth-last-child(2) {
		
	}

	.header-links a {
		margin: 0 4px;
	}

	.octf-btn-cta {
		margin: 0 4px 0 0 !important;
	}

	.single-service h4 {
		font-size: 20px;
	}




}

@media (max-width: 1024px){
	.logo {
		width: 250px;
	}
	.single-information i {
			display: none !important;
	 }

	.single-service {
	    padding: 30px 10px;
	}

	.satisfied-wrapper .counter .number {
		font-size: 35px;
		font-weight: 700;
		margin: 0 auto;
		padding: 0;
		color: #fff;
	}
	.satisfied-wrapper .counter p {
		color: rgba(255, 255, 255, 0.8);
		font-size: 18px;
		font-weight: 500;
		margin: 0;
		padding: 0;
	}
}



@media (max-width: 991px) and (min-width:768px){
	.index .single-blog-img img {
	    height: 400px;
	}
}

@media (max-width: 991px){

	header {
		position: fixed;
		width: 100%;
		background-color: #FFF;
		z-index:99;
		top: 0;
	}
	
	.logo-info-area .col-4 {
		display: none !important;
	}

	.mean-container .mean-nav {
		background: #f8f9fa!important;
	}

	.mean-container .mean-nav ul li a {
		color: #000 !important;
	}
	.mainmenu-area .search-form {
	    float: right;
	    position: relative;
	    padding: 0px;
	    width: 100%;
	}

	.mainmenu-area .search-form form {
	    position: relative;
	    width: 100%;
	}

	.mainmenu-area .search-form form .form-group {
	    margin-bottom: 1rem;
	    width: 100%;
	    overflow: hidden;
	    margin-bottom: 0;
	}  

	.mainmenu-area .search-form .form-group input{
	    width: 100% !important;
	    background: #3d9973 !important;
	    border-radius: 0px !important; 
	    color: #FFF !important;
        padding: 10px 35px 10px 35px !important;
	}

	.mainmenu-area .search-form .form-group input::placeholder{
	    color: #FFF !important;
	}

	.mainmenu-area .search-form .form-group .subscribe-btn {
		top: 10px;
		color: #FFF;
	}


	.prefooter h3 {
		text-align: center;
		font-size: 20px;
	}

	.prefooter .footer-text {
		border-right: none;
	    padding-right: 0;
	}

	.prefooter .first ,
	footer .first {
		padding-left: 15px;
	}


	.single-blog-img img {
		width: 100%;
		height: 450px;
	}

	.elon .single_courses.course-list .single_courses_thumb {
		height: 100% !important;

	}

	.single_courses.course-list .single_courses_desc {
	    height: 100% !important;
	}

}


@media screen and (max-width: 768px){

	.mob-order-1 {
		order:1;
	}
	.mob-order-12 {
		order:12;
	}


	.header-links a {
		margin: 0 7.5px 0 0;
	}

	.header-area .gover ul li:nth-last-child(1) ,
	.header-area .gover ul li:nth-last-child(2) ,
	.header-area .gover ul li:nth-last-child(3) {
		
	}


	.mainmenu-area .search-form .form-group input{
        padding: 10px 35px 10px 15px !important;
	}

	.accordion .card {
		flex: 0 0 100%;
	}

	.testimoni p.name {
		padding-right: 0;
	}

	.our-gallery-wrapper {
		padding: 50px 0;
	}

	.octf-btn-cta {
		margin: 0 7.5px 0 0 !important;
	}

}

@media screen and (max-width: 767px){
	
	.elon .single_courses {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.elon .single_courses.course-list .single_courses_thumb {
		height: 30vh !important;
		width: 100%;
	}	

	.single_courses.course-list .single_courses_desc {
		height: auto !important;
		margin-left: 0;
	}

	
}

@media screen and (max-width: 576px){
	.elon .single_courses.course-list .single_courses_thumb {
		height: 27.5vh !important;
		background-position: center;
		background-size: contain;
		width: 100%;
	}	
	
	.header-top-area {
		
		padding: 12px 0;
		
	}
	.inner-page-wrapper .pagination li a {
		padding: 6px;
	}

	.title h2 {
	    line-height: 30px;
	    font-size: 24px;
	}
	
	.gover {
		justify-content: center;
		margin-bottom: 7.5px;
	}

	.lang {
		justify-content: center !important;
	}

	.header-top-area {
		position: relative;
		transition: all .3s linear;
		margin-top: 0;
	}

	.prefooter .quick-links > li > a {
	    padding-left: 10px;
	}

	.single-blog-img img {
		width: 100%;
		height: 300px;
	}

	.team-modern-figure {
	    position: relative;
	    text-align: center;
	    display: flex;
	    justify-content: center;
	}

	.team-modern-figure img{
		width: 50% !important;
	}

	.single-service {
	    padding: 15px 5px;
		height: 150px;
	}

	.single-service .icofont {
	    font-size: 27px;
	    height: 55px;
	    line-height: 55px;
	    width: 55px;
	}

	.single-service h4 {
	    font-size: 15px;
	}



}

@media screen and (max-width: 480px){
	.single-blog-img img {
		width: 100%;
		height: 250px;
	}
	
	.our-gallery-wrapper {
		padding: 30px 0 20px;
	}

}

.tp_medium_title.plan_title.s_color,
.tp_medium_title.plan_title {
	font-size: 1.25rem;
}

.plan_price {
    font-size: 34px;
}

footer .logo{
	padding: 0 0 25px;
    width: 75%;
}

footer p {
    color: #dce3f8;
    font-size: 15px;
    margin-bottom: 10px;
}

#map {
    height: 300px;
    width: 100%;
    margin: 20px 0;
}

/**********JS customing************/
.header-area.box-shadowed {
	transition: all .3s linear;
	box-shadow: 0px 10px 27px 3px rgba(221, 221, 221, 1) !important;
}

.logo.paddinged {
	transition: all .3s linear;
	padding: 15px 0;
}

.mean-container a.meanmenu-reveal.topped {
	transition: all .3s linear;
	top: -60px;
}

.owl-item .text-content {
	opacity: 0;
	transition: all .3s linear;
}

.owl-item.active .text-content {
	opacity: 1;
	transition: all .3s linear;
}

/***************************/
.our-partners-wrapper .title{
	margin-bottom: 50px;
}
.our-partners-wrapper .title h2 {
	color: #FFFF;
}
.our-partners-wrapper .title  .separator {
    background: #FFF none repeat scroll 0 0;
}

.our-partners-wrapper .title  .separator i {
    background: #3d9973; 
    color: #FFF;
}

.prefooter .first ,
footer .first {
	padding-left: 2.5vw;
}

.elon.inner-page-wrapper.course-wrapper {
	padding: 40px 0 0px;
}

.elon .price_rating_area {
	padding:0;
}

.elon .col-lg-6 {
	margin-bottom: 30px;
}

.elon .price_rating_area .banner-btn{
	width: 100%;	
}

.elon .price_rating_area .banner-btn .btn{
	width: 100%;	
}
.elon .single_courses.course-list .single_courses_desc .price_rating_area{
	border: none;
}

.elon .single_courses {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
    transition: all .3s linear;
}

.elon .single_courses:hover {
    -webkit-box-shadow: 0 4px 61px rgba(0, 0, 0, 0.09);
    box-shadow: 0 4px 61px rgba(0, 0, 0, 0.09);
    transition: all .3s linear;
}

.elon .single_courses:hover {
	cursor: pointer;
}

.inner-page-wrapper .pagination {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}
.inner-page-wrapper .pagination li {
	display: inline-block;
	line-height: 37px;
	text-align: center;
}
.inner-page-wrapper .pagination li a {
	border: 2px solid #dddddd;
	padding: 10px 15px;
}
.inner-page-wrapper .pagination li a:hover, .inner-page-wrapper .pagination li a:focus, .inner-page-wrapper .pagination li.active a  {
	background-color: #3d9973;
	border: 2px solid rgba(0, 0, 0, 0);
	color: #ffffff;
}
.inner-page-wrapper .pagination li a.active{
	background-color: #3d9973;
	border: 2px solid rgba(0, 0, 0, 0);
	color: #ffffff;
}


/* Header Call To Action */
.octf-btn-cta {
  display: inline-flex;
  position: relative;
  margin: 0 7.5px;
}
.octf-btn-cta .toggle_search {
  cursor: pointer;
}
.octf-btn-cta .h-search-form-field {
  position: absolute;
	z-index: 99;
	top: -10px;
	right: 35px;
	width: 400px;
}
.octf-btn-cta .h-search-form-field .h-search-form-inner {
  padding: 15px;
  background-color: #fff;
  box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
}
.octf-btn-cta .h-search-form-field.show {
  -webkit-animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.h-search-form-inner label {
  margin-bottom: 0;
}
.octf-btn-cta .octf-cta-icons i {
  color: #1b1d21;
  text-align: center;
  display: inline-block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.octf-btn-cta .octf-cta-icons i:before, .octf-btn-cta .octf-cta-icons i:after {
  font-size: 22px;
}
.octf-btn-cta .octf-cta-icons i.flaticon-close:before {
  font-size: 22px;
}
.octf-btn-cta .octf-cta-icons i.flaticon-shopper:before {
  font-size: 22px;
}
.octf-btn-cta .btn-cta-group {
  margin-left: 40px;
}
.octf-btn-cta .contact-header {
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1;
  border-left: 1px solid #dcdde1;
  padding: 5px 0 5px 40px;
}
.octf-btn-cta .contact-header i {
  font-size: 22px;
  color: #43baff;
  margin-right: 12px;
}
.octf-btn-cta .contact-header span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #6d6d6d;
}
.octf-btn-cta .contact-header span.main-text, .octf-btn-cta .contact-header span a {
  font-size: 22px;
  color: #1b1d21;
  margin-top: 7px;
}

.octf-btn-cta .toggle_search.octf-cta-icons i{
	color: #242c42 !important;
	font-size: 22px;
	transition: all .3s linear;
}

.octf-btn-cta .toggle_search.octf-cta-icons:hover i{
	color: #3d9973 !important;
	transition: all .3s linear;
}

.octf-btn-cta form.search-form {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.octf-btn-cta form.search-form input {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d1d1d1;
    height: 45px;
    margin: 0;
    padding: 0 10px;
    width: calc(100% - 50px);
    font-size: 18px;
}

.octf-btn-cta form.search-form button {
    background: #1c1c1c none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    float: right;
    height: 45px;
    width: 50px;
    cursor: pointer;
    position: relative;
    transition: all .3s linear;
    padding: 15px;
    text-align: center;
}

.octf-btn-cta form.search-form button:hover {
    background: #3d9973 none repeat scroll 0 0;
    transition: all .3s linear;
    position: relative;
}

.octf-btn-cta form.search-form button i{
    transition: all .3s linear;
	color: #FFF !important;    
	line-height: 0;
}

.octf-btn-cta form.search-form button:hover i{
    transition: all .3s linear;
	color: #FFF !important;    
}


@-webkit-keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


@media screen and (max-width: 480px){
	.octf-btn-cta .h-search-form-field {
	    z-index: 9999999;
	    top: calc(100% + 25px);
	    left: 0;
	    width: 75vw;
	}
}

.form-group .help-block {
	color: red;
}

/*******Gallery******/
.popup-gallery {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.popup-gallery .glry-img{
	flex: 0 0 25%;
}


@media screen and (max-width: 768px){
	flex: 0 0 100%;
}








.struct-menu, .struct-menu * {
	transition: all 0.3s ease 0s;
}

.struct {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 50px !important;
}
.struct::last-child {
	margin-bottom: 40px !important;
}

.struct a{
	width: 100%;
	margin-bottom: 5px;
}

.struct .child-struct{
	width: 100%;
	overflow: hidden;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.struct .child-struct.show{
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease 0s;
	height: 100%;
}


.struct-menu.header i{
	transform: rotateZ(0deg) !important;
	transition: all .3s ease;
	font-style: normal;
	font-size: 14px;
}

.struct-menu.header.active i{
	transition: all .3s ease;
	transform: rotateZ(-180deg) !important;
	font-style: normal;
	font-size: 14px;
}


.struct-menu.header {
	background: #242c42;
	display: flex;
	align-items: center;
	justify-content: space-between;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border-radius: 0;
	padding: 11px 20px 12px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	border: none;
}


.struct-menu.child.active {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border-radius: 0;
	padding: 11px 20px 12px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	background: #4c701e;
	border: none;
}

.struct-menu.child.active:before {
	display: none !important;
}

.struct-menu.child {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border-radius: 0;
	padding: 11px 20px 12px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	background: #fff;
	border-bottom: 1px solid #000;
}
.struct-menu.child:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #4c701e;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.struct-menu.child:hover, .struct-menu.child:focus, .struct-menu.child:active {
	color: #fff;
}
.struct-menu.child:hover:before, .struct-menu.child:focus:before, .struct-menu.child:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}




.struct-teachers {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}

.struct-teachers .row {
    width: 100%;
	
    
}

.struct-teachers .steacher-img img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	object-fit:cover;
}

.struct-teachers img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 480px){
    .struct-teachers img{
    
    	height: auto;
    	
    }
}

/*******struct-teachers backend ckeditpr -> frontend configs******/

.struct-teachers h5{
	margin-bottom: 0;
	font-family: 'Times New Roman', sans-serif;
	font-size: 18px;
	
}

.struct-teachers p{
	margin-bottom: 10px;
	font-family: 'Times New Roman', sans-serif;
	font-size: 18px;
}

.struct-teachers h5 i{
	margin-right: 5px;
	font-size: 18px;
}

.struct-teachers h5 span{
	font-weight: bold;
}

@media screen and (max-width: 576px) {
    
    .struct-teachers .row {
        width: calc(100vw - 15px);
    }
    
        
    .struct-teachers h5{
    	margin-bottom: 0;
    	font-family: 'Times New Roman', sans-serif;
    	font-size: 16px;
    	
    }
    
    .struct-teachers p{
    	margin-bottom: 0;
    	font-family: 'Times New Roman', sans-serif;
    	font-size: 16px;
    }
    
    .struct-teachers h5 i{
    	margin-right: 5px;
    	font-size: 16px;
    }
    
    .struct-teachers h5 span{
    	font-weight: bold;
    }

}


.mb-1rem {
	margin-bottom: 1rem;
}


.mt-1rem {
	margin-top: 1rem;
}

.struct-teachers ol {
	padding-left: 15px;
}

.struct-teachers ol li {
	list-style-type: decimal !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.symbol-img {
	text-align: center;
}
.symbol-post {
	margin-bottom: 40px;
}

.symbol-img img{
	width: auto;
	height: 250px;
	margin-bottom: 40px;
}

@media screen and (max-width: 480px) {

	.symbol-img img{
		width: 75%;
		height: auto;
	}
	
	
}


.nextpagecssstyle, .prevpagecssstyle {
	display: none !important;
}


.modalbuttonhidden {
        display: none;
    }

    .modal-header {
        border: none !important;
        padding-bottom: 0 !important;

    }

    .info-block {
        transition: all .3s linear;
        transform: scale(1);
        text-align: center;
        padding: 0 5px 25px;
    }

    .info-block:hover {
        transition: all .3s linear;
        transform: scale(1.03);
    }

    .info-block .img{
        padding: 0 15px;
    }

    .info-block img{
        width: 100%;
    }

    .info-block .text p {
        font-size: 16px;
    }

    .info-block .btn {
        border-radius: 10px;
        font-size: 16px;
    }
    .info-block .btn:hover {
        border-radius: 10px;
    }

    @media screen and (max-width: 991px){
        .modal-dialog{
            max-width: 720px;
        }
    }
    @media screen and (max-width: 480px){
        .info-block .img{
            padding: 0 15vw;
        }
        
        .info-block .text p {
            font-size: 18px;
        }
    }








