/*
  Project Name: Lango - Language Course Html Template
  Demo : https://www.theme-house.com/demo/lango/;
  Description: Language Course Html Template
  Version: 1.0
*/


/* CSS Index
-----------------------------------
01. Import Font
02. Default css
03. Component Css
04. Header css
05. Hero css
06. Promo css
07. Language css
08. Counter css
09. Application css
10. Review css
11. Our Process css
12. Timetable css
13. faq css
14. Course Details css
15. News css
16. Footer css
17. Breadcrumb css
18. Blog Page css
19. Contact Page css
20. login css
21. About css
21. Bbutton Top css


*/


/* ================================
01. Import Font 
==================================*/
@import url('css-OpenSans400600700800.css');
@import url('css-Montserrat400500600700800.css');
@import url('css-Oswald400500600700.css');
@import url('css-Raleway400500600700800900.css');

/*  =================================
02. Default css
 =========== ==================*/
body {
	background-color: #fff;
	color: #6f6f6f;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	overflow-wrap: break-word;
	word-break: normal;
}

.body_wrap {
	overflow: hidden;
	position: relative;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a {
	text-decoration: none;
}

a:focus,
a:hover,
.gallery-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}

a,
button {
	color: #000;
	outline: medium none;
	cursor: pointer;
}

a:hover {
	color: #fe4a55;
}

.form-button {
	display: inline-block;
	background: #fe4a55;
	border: 1px solid #fe4a55;
	padding: 17px 35px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.form-button:hover {
	background: transparent;
    color: #fe4a55
}

button {
	padding: 0px;
	border: none;
	outline: none;
	background: none;
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

img {
	max-width: 100%;
	height: auto;
}

p {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #777;
	margin-bottom: 15px;
}

p:last-child {
	margin: 0
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

input,
textarea,
select {
	width: 100%;
	background-color: #f8f8f8;
	border: none;
	padding: 0px 20px;
	outline: none
}



.section_100 {
	padding: 100px 0;
}

.section_80 {
	padding: 100px 0;
}

.section_50 {
	padding: 50px 0;
}

.section_b_50 {
	padding-bottom: 50px;
}



.section_t_80 {
	padding-top: 80px;
}

.section_70 {
	padding: 70px 0;
}

.section_t_70 {
	padding: 70px 0;
}

.section_15 {
	padding: 15px 0
}

.pad-right {
	padding-right: 0
}

.section_t_100 {
	padding-top: 100px
}

.section_b_70 {
	padding-bottom: 70px
}

.section_b_40 {
	padding-bottom: 40px
}

.no-pad-right {
	padding-right: 0;
}


.cta-btn {
	display: inline-block;
	padding: 15px 35px;
	font-weight: 500;
	text-transform: capitalize;
	border: 1px solid transparent
}

.btn-fill {
	background: #fe4a55 none repeat scroll 0 0;
	color: #fff;
	padding: 17px 35px;
	border-color: #fe4a55
}

.btn-fill:hover {
	background: transparent;
	color: #fe4a55
}

.btn-border {
	border-color: #000;
	color: #000
}

.site-heading {
	margin-bottom: 30px
}

.sub-title {
	color: #fe4a55;
	letter-spacing: 5px;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 24px;
}

.section-title {
	color: #000;
	font-size: 60px;
	letter-spacing: 2px;
	font-weight: 500;
	line-height: 70px;
}

*::-moz-selection {
	background: #fe4a55;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #fe4a55;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #fe4a55;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #999;
	font-size: 16px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*:-ms-input-placeholder {
	color: #999;
	font-size: 16px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*::placeholder {
	color: #999;
	font-size: 16px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lango-heading h2{
	color: #01a2a6

}
.lango-heading p{
	color: #222;
	font-size: 14px;
	padding-top: 10px
}


/* ===================================
3. Component css
============================== */
.component_contnet{
	margin-top: 20px
}

.style-1{
	margin-top:130px;
	margin-bottom:30px;
}

h3.component-title{
	font-size: 20px;
	font-weight: normal;

}



/*  =============================
04.  Header css
 =========================== */

.header {
	position: absolute;
	z-index: 99;
	width: 100%;
	padding-right: 5%;
}

.header:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #fff;
	content: "";
	z-index: -1;
}

.header:before {
	border-color: #01a2a6 transparent;
	border-style: solid;
	border-width: 0 60px 100px;
	content: "";
	right: -700px;
	position: absolute;
	width: 1150px;
	z-index: 1;
}

.header .container {
	margin-left: 0
}

.header .col-lg-12 {
	padding-left: 0
}

.header-inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.site-logo a {
	padding: 35px 25px;
	background: #fff;
	width: 195px;
	display: inline-block;
}

.header-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	z-index: 11;
}

.mainmenu ul {
	padding-left: 50px;
}

.mainmenu ul li {
	display: inline-block;
	list-style: none;
	margin-right: 20px;
	position: relative
}

.mainmenu ul li a {
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	display: block;
	padding: 38px 0;
	position: relative;
	background: -webkit-linear-gradient(left, #fe4a55, #fe4a55 50%, #000 50%);
	background: linear-gradient(to right, #fe4a55, #fe4a55 50%, #000 50%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%;
}

.mainmenu ul>li.active a:before {
	position: absolute;
	content: '';
	background: #fe4a55;
	left: 50%;
	bottom: 25px;
	width: 25px;
	height: 3px;
	border-radius: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mainmenu ul li a:hover {
	background-position: 0 100%;
	border-color: #fe4a55;
}

.mainmenu ul>li.active>a {
	background-position: 0 100%;
	border-color: #fe4a55;
}

.mainmenu ul li ul {
	position: absolute;
	top: 120%;
	left: 0;
	width: 200px;
	background: #fff;
	padding: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.mainmenu ul li ul {
	position: absolute;
	top: 120%;
	left: 0;
	width: 200px;
	background: #fff;
	padding: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.mainmenu ul li ul li.menu-first{
	float: left;
	width: 200px !important;
}
.mainmenu ul li ul li.menu-mid{
	float: left;
	width: 200px !important;
}

.mainmenu ul li ul li.menu-last{
	float: left;
	width: 200px !important;
}

.mainmenu ul li ul.component_width{
	 width: 700px !important;
	 background: #fff;
	 left: -150px
}



.mainmenu ul li:hover ul {
	visibility: visible;
	top: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.mainmenu ul li ul li {
	margin: 0;
	display: block;
	border-top: 1px solid #eee
}

.mainmenu ul li ul li a {
	display: block;
	padding: 6px 20px;
	text-transform: capitalize;
	font-size: 15px
}

.header-btn {
	display: inline-block;
	padding: 16px 25px 16px 40px;
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	text-transform: capitalize;
	font-weight: 500;
	margin-left: 35px;
	position: relative;
	color: #fe4a55
}

.header-btn>div {
	position: absolute;
	left: -16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: #fe4a55;
	text-align: center;
	color: #fe4a55;
	border-radius: 5px;
	line-height: 40px;
	z-index: 1;
}

.header-btn>div i {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 8px;
	border-radius: 5px;
}

.header-btn>div:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 4px solid #fe4a55;
	z-index: -1;
	border-radius: 5px;
}

.search-toggle {
	color: #fff;
	padding: 10px
}

.search-toggle:hover {
	color: #000
}

#search-overlay {
	display: none;
}

.block {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	text-align: center;
	background: rgba(0, 0, 0, 0.9);
	margin: 0;
	z-index: 99
}

.block:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.centered {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 10px 15px;
	color: #FFF;
	border: none;
	background: transparent;
}

#search-box {
	position: relative;
	width: 100%;
	margin: 0;
}

#search-form {
	height: 4em;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	overflow: hidden;
}

#search-box input[type="text"] {
	width: 100%;
	padding: 20px;
	color: #fff;
	outline: none;
	font-size: 20px;
	background: transparent
}

#search-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: auto;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 42px;
	border-width: 0;
	background-color: transparent;
	border-radius: 0 2px 2px 0;
	cursor: pointer;
}

#close-btn {
	position: fixed;
	top: 20px;
	right: 20px;
	color: #fff
}

.spinner-master {
	display: none;
}

.spinner-spin {
	text-indent: -99999px
}

.spinner-spin {
	width: 22px
}


/*============================= 
05. Hero css
 =================================*/

.hero-area {
	padding: 0;
	position: relative;
}

.hero-area .hero-slide-item {
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-size: cover
}

.hero-area .owl-item {
	overflow: hidden
}

.hero-area .hero-slide-item:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #02050b;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	z-index: -1
}



.hero-slide-item .container {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.hero-slide-item .hero-text {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 60px
}

.hero-text h2 {
	color: #fff;
	font-size: 75px;
	letter-spacing: 6px;
	text-transform: uppercase;
	font-weight: 600
}

.hero-action {
	margin-top: 30px;
}

.hero-text .btn-border {
	border-color: #fff;
	color: #fff;
	margin-left: 20px
}

.hero-text .cta-btn:hover {
	color: #fff
}

.hero-text .btn-border:hover {
	background: #fe4a55 none repeat scroll 0 0 !important;
	border-color: #fe4a55
}


.hero-slider .owl-nav {
	padding-left: 44%;
	position: absolute;
	bottom: 30px
}

.hero-slider .owl-nav button {
	width: 50px;
	height: 50px;
	border: 1px solid #737373 !important;
	color: #737373 !important;
	margin-right: 10px;
	border-radius: 10%;
	font-size: 20px !important;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.hero-slider .owl-nav button:hover {
	border: 1px solid #fff !important;
	color: #fff !important;
}



/*================================================
06 - PROMO AREA CSS
==================================================*/ 

.lango-promo-area {
    background: #fbfbfb none repeat scroll 0 0;
}


.lango-promo .card{
border-radius: 10%;
border: none;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05), 2px 2px 12px 2px rgba(0, 0, 0, 0.09);
margin-bottom: 20px
}

.lango-promo .card:hover{
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05), 5px 5px 12px 5px rgba(0, 0, 0, 0.09);
}

.lango-promo .iconBox:hover{
  	background: #01a2a6;
  	
  }

.lango-promo .card:nth-child(1) .lango-promo .box .lango-promo .icon .lango-promo .iconBox {
    background: #d3b19a;
  }

  .lango-promo .card:nth-child(2) .lango-promo .box .lango-promo .icon .lango-promo .iconBox {
    background: #70b3b1;
  }

  .lango-promo .card:nth-child(3) .lango-promo .box .lango-promo .icon .lango-promo .iconBox {
    background: #d05fa2;
  }

  .lango-promo .content {
    padding: 0.938rem 0.625rem;
  }

  .lango-promo .content h3 {
    text-transform: capitalize;
    font-size:20px;
  }

  .lango-promo .card-inner {
    position: relative;
    width: inherit;
    height: 18.75rem;
    background: var(--clr);
    border-radius: 1.25rem;
    border-bottom-right-radius: 0;
    overflow: hidden;
  }

  .lango-promo .box {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
  }

  .lango-promo .imgBox {
    position: absolute;
    inset: 0;
  }

  .lango-promo .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .lango-promo .icon {
    position: absolute;
    bottom: -0.375rem;
    right: -0.375rem;
    width: 6rem;
    height: 6rem;
    background: var(--clr);
    border-top-left-radius: 50%;
  }

  .lango-promo .icon:hover .lango-promo .iconBox {
    transform: scale(1.1);
  }

  .lango-promo .icon::before {
    position: absolute;
    content: "";
    bottom: 0.375rem;
    left: -1.25rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
  }

  .lango-promo .icon::after {
    position: absolute;
    content: "";
    top: -1.25rem;
    right: 0.375rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
  }

  .lango-promo .iconBox {
    position: absolute;
    inset: 0.625rem;
    background: #fe4a55;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    color:#fff;
  }
 

/*================================================
07 - language AREA CSS
==================================================*/
.lango-language-area{
	background: #fff
}
.portfolio-warp {
	position: relative;
}

.sp-container {
	width: 70%;
	margin-left: 15%;
	padding-left: 15px;
	padding-right: 15px;
}

.portfolio-filter {
	margin-bottom: 30px;
	text-align: center;
}

.portfolio-filter li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	
	padding: 7px 15px;
	position: relative;
	text-transform: capitalize;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 0px 16px;

	color:rgba(255,255,255,0.8);
    background: #01a2a6;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 13px 25px;
    border-radius: 50px 50px/30px 50px;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.portfolio-filter li:last-child {
	margin-right: 0
}

.portfolio-filter li:hover,
.portfolio-filter li.active {
	-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);

	color: #fff; 
    background: #fe4a55;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}



.portfolio-filter li:before,
.portfolio-filter li:after{
    content: "";
    background: #fe4a55;
    width: 0;
    height: calc(100% - 25px);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.portfolio-filter li:after{
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}
.portfolio-filter li:hover:before,
.portfolio-filter li:hover:after{ 
    width: 100%;
    left: 0;
}
.portfolio-filter li:hover:after{
    top:auto;
    bottom: 0;
    left: auto;
    right: 0;
}



.single-popular-lango {
	padding: 5px;
	background: #EEEEEE none repeat scroll 0 0;
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	margin-top: 30px
}
.langu-content p{
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px
}

.popular-lango-image {
	position: relative;
	overflow: hidden;
}

.popular-lango-image {
	background: #111 none repeat scroll 0 0;
	display: block;
	max-width: 100%;
	-webkit-perspective: 1200px;
	perspective: 1200px;
	-webkit-transform: translate3d(0px, 0px, 300px);
	transform: translate3d(0px, 0px, 300px);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.popular-lango-image img {
	background: #111 none repeat scroll 0 0;
	display: block;
	width: 100%;
	overflow: hidden;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.single-popular-lango:hover img {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.popular-lango-hover {
	position: absolute;
	left: 0;
	top: 35%;
	-webkit-transform: scale(0);
	transform: scale(0);
	right: 0;
	text-align: center;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	padding: 15px;
}

.single-popular-lango:hover .popular-lango-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	transform: scale(1);
}

.single-popular-lango:hover .popular-lango-image img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.popular-lango-hover ul {
	text-align: center;
}

.popular-lango-hover ul li {
	display: inline-block;
}

.popular-lango-hover ul li a {
	display: block;
	background: #fff none repeat scroll 0 0;
	color: #fe4a55;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	font-size: 15px
}

.lango-desc-top {
	padding: 15px;
}

.lango-desc-top h3 {
	color: #111;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	text-transform: capitalize;
	letter-spacing: 0px;
	display: inline-block;
}

.lango-desc-top h3 a {
	color: #111
}

.lango-desc-top h3 a:hover {
	color: #fe4a55
}

.lango_duration {
	margin-top: 5px;
}

.lango_duration p {
    color: #fe4a55;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.lango_duration p i {
	color: #fe4a55;
	margin-right: 5px;
}

.lango-desc-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px
}

.lango_feature {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.lango-rating {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.lango-rating ul {
	text-align: left
}

.lango-rating ul li {
	display: inline-block;
	font-size: 15px;
	margin: 0;
	line-height: 20px;
}

.lango-rating ul li i {
	color: #ffa11a;
}

.lango_feature p {
	color: #222;
	font-size: 16px
}



.lango-desc-bottom {
	padding: 15px;
	border-top: 1px solid #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lango-desc-length p{
	color: #222;
	font-size: 14px
}

.lango-details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.lango-desc-price p {
	color: #111;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
}

.lango-details a {
	display: inline-block;
	padding: 5px 10px;
	background: #01a2a6 none repeat scroll 0 0;
	color: #fff;
	border-radius: 25px;
	text-transform: capitalize;
	font-weight: 600;
		border: 1px solid #01a2a6;

}
.lango-btn{
	display: inline-block;
	padding: 5px 10px;
	background: #01a2a6 none repeat scroll 0 0;
	color: #fff;
	border-radius: 25px;
	text-transform: capitalize;
	font-weight: 600;
		border: 1px solid #01a2a6;
}

.lango-btn:hover{
	border: 1px solid #01a2a6;
		background: #fff none repeat scroll 0 0;
		color: #222;
}

.lango-details a i {
	margin-right: 5px
}

.lango-details a:hover {
	border: 1px solid #01a2a6;
		background: #fff none repeat scroll 0 0;
		color: #222;

}

/* ======================================== */
   /* 08 counter Css
/* ======================================== */

.lango-counter-area {
	background: url(../image/looking_bg.png) no-repeat fixed 0 0/cover;
	position: relative;
	z-index: 1;
}

.lango-counter-area::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: -1;
}


.lango-counter{
    color: #222;
    background: #01a2a6;
    font-family: 'Crete Round', serif;
    text-align: center;
    width: 200px;
    padding: 70px 15px 50px;
    margin: 50px auto 0;
    border-radius: 25px;
    box-shadow: -1px -1px 0 1px #fff, 1px 1px 0 1px #fff;
    position: relative;
    z-index: 1;
}
.lango-counter:before{
    content:"";
    background: #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius:100%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.lango-counter .lango-counter-icon{
    color: #fff;
    background: #fe4a55;
    font-size: 35px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -35px;
    left: 50%;
    box-shadow: -1px -1px 0 1px #fff, 1px 1px 0 1px #fff;
}
.lango-counter .lango-counter-icon i {line-height:inherit;}
.lango-counter h3{
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.lango-counter .lango-counter-value{
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    display: block;
}

@media screen and (max-width:990px){
    .lango-counter{ margin-bottom: 40px; }
}


/* ======================================== */
   /* 09 Application Css
/* ======================================== */
.lango-apillication-area{
	background: #000
}
.lango-apply-1{
 margin-top: 30px;
}

.lango-apply-1 label{
	color: #fff;
}
.lango-apply-1 .form-control {
	outline: 0;
	border-width: 0 0 2px;
	border-color: #01a2a6;
	border-radius: 20px;
	width: 100%;
}

.lango-apply-1 .form-control:focus {
	box-shadow: 2px 1px 1px #01a2a6;
	outline: 0;
	border-width: 0 0 2px;
	border-radius: 20px;
	width: 100%;
}



.lango-apply-1 .form-select {
  outline: 0;
	border-width: 0 0 2px;
	border-color: #01a2a6;
	border-radius: 20px;
	width: 100%;
}

.lango-apply-1 .form-select:focus {
box-shadow: 2px 1px 1px #01a2a6;
	outline: 0;
	border-width: 0 0 2px;
	border-radius: 20px;
	width: 100%;
}


/*================================================
10 - REVIEWS AREA CSS
==================================================*/

.lango-reviews-area {
	background: #fbfbfb none repeat scroll 0 0;
}

.reviews-image {
	width: 140px;
	height: 140px;
	margin: 0 auto 30px;
	border: 1px solid #01a2a6;
	border-radius: 50%
}

.reviews-image img {
	border-radius: 50%;
	width: 100%;
	height: 100%
}

.reviews-slider {
	background: #EEEEEE;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	border-top-left-radius: 30%
}

.reviews-text p {
	font-size: 18px;
	line-height: 32px;
	color: #333;
}

.reviews-slider .owl-prev {
	position: absolute;
	left: -10%;
	top: 55%;
	width: 40px;
	height: 40px;
	color: #444 !important;
	font-size: 35px !important;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.reviews-slider .owl-next {
	position: absolute;
	right: -10%;
	top: 55%;
	width: 40px;
	height: 40px;
	color: #444 !important;
	font-size: 35px !important;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.reviews-slider .owl-prev:hover,
.reviews-slider .owl-next:hover {
	color: #1EC8E7 !important
}

.reviewer h3 {
    font-family: 'Ubuntu', sans-serif;
    white-space: nowrap;
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
    color: #111;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin: 10px 0;
}


/* ======================================== */
   /* 11 Our Process Css
/* ======================================== */


.process-area .section-title>h3 {
	color: #fff;
}

.process-area {
	background: #141212
}



.single-process {
	background: rgba(34, 34, 34, 0.54) none repeat scroll 0 0;
	border: 1px solid #fe4a55;
	border-bottom-left-radius: 20%;
	color: #fff;
	height: 160px;
	text-align: center;
	width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-process:hover {
	background: #01a2a6
}

.single-process h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 160px;
	text-transform: capitalize
}

.border-bottom {
	border-left: 1px solid #fe4a55;
	display: inline-block;
	height: 50px;
	margin-bottom: -10px
}

.single-process-item {
	text-align: center;
}

.process-company .single-process {

	height: 160px;
	margin: 0 auto;
	width: 160px;
}

.process-company {
	border-bottom: 1px solid #fe4a55;
	text-align: center
}

.portfolioFilter li a {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	line-height: 30px;
	text-decoration: none
}

.portfolioFilter li a:hover,
.portfolioFilter li a.active {
	color: #ffffff !important;
	background-color: #FCB80B;
}

.portfolio-box {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	overflow: hidden;
}

.portfolio-box-img {
	overflow: hidden;
}

.portfolio-box .portfolio-box-img img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.portfolio-box .portfolio-box-img .overlay-work {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: rgba(60, 72, 88, 0.65);
}

.portfolio-box .portfolio-box-img .overlay-work .work-content {
	position: absolute;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	right: 0;
	left: 0;
}

.portfolio-box .portfolio-box-img .overlay-work .work-content .work-icon {
	height: 45px;
	width: 45px;
	line-height: 43px;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.portfolio-box .portfolio-box-img .overlay-work .work-content .work-icon .image-icon {
	stroke-width: 2 !important;
}

.portfolio-box .portfolio-box-img .overlay-work .work-content .work-icon:hover {
	color: #FCB80B !important;
}

.portfolio-box .gallary-title {
	position: absolute;
	left: 42%;
	top: 20%;
}

.portfolio-box .gallary-title span {
	color: #fff;
}

.portfolio-box .gallary-title .title {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-weight: 500;
}

.portfolio-box .gallary-title .title:hover {
	color: #FCB80B !important;
}

.portfolio-box:hover {
	-webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
	box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.portfolio-box:hover .portfolio-box-img img {
	-webkit-transform: rotate(2deg) scale(1.15);
	transform: rotate(2deg) scale(1.15);
	opacity: 0.5;
}

.portfolio-box:hover .portfolio-box-img .overlay-work {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.portfolio-box:hover .portfolio-box-img .overlay-work .work-content .work-icon {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}



/* ======================================== */
   /* 12 Timetable Css
/* ======================================== */

.border-primary1{
	border: 1px solid #ccc;
}

.border-primary1 thead tr th{
	background: #01a2a6;
	color: #fff;
}
.table-hover>tbody>tr:hover>*{
	background: #fe4a55;
	color: #fff;
}
.lango-time-select{
	margin-bottom: 20px
}
.lango-time-select .form-select{
	  outline: 0;
	border-color: #01a2a6;
	border-radius: 20px;
	width: 100%;
}


/* ======================================== */
   /* 13 Faq Css
/* ======================================== */
.accordion-button:not(.collapsed){
	background: #01a2a6;
	color: #fff;
}


/* ======================================== */
   /* 14 Course Details Css
/* ======================================== */


.course-tab .tab .nav-tabs{
    background-color: transparent;
    border: none;
}
.course-tab .tab-content .tab-pane{
	border:none;
}
.course-tab .tab .nav-tabs li a{
    color: #222;
    background: transparent;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 15px 10px;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.course-tab .tab .nav-tabs li:last-child a{ margin-right: 0; }
.course-tab .tab .nav-tabs li a:hover,
.course-tab .tab .nav-tabs li a.active {
    color: #fe4a55;
    background: #fff;
    border: none;
}
.course-tab .tab .nav-tabs li a.active{ color: #fe4a55; }
.course-tab .tab .nav-tabs li a:before,
.course-tab .tab .nav-tabs li a:after{
    content: "";
    background-color: #d1d1d1;
    height: 7px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.course-tab .tab .nav-tabs li a:after{
    background-color: #fe4a55 ;
    height: 100%;
    opacity: 0;
}
.course-tab .tab .nav-tabs li a.active:before,
.course-tab .tab .nav-tabs li a:hover:before{
    height: 100%;
    opacity: 0;
}
.course-tab .tab .nav-tabs li a.active:after,
.course-tab .tab .nav-tabs li a:hover:after{
    height: 7px;
    opacity: 1;
}
.course-tab .tab .tab-content{
    color: #555;
    background: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 20px;
}

@media only screen and (max-width: 479px){
    .course-tab .tab .nav-tabs li{ width: 100%; }
    .course-tab .tab .nav-tabs li a{ margin: 0 0 10px; }
    .course-tab .tab .tab-content h3{ font-size: 18px; }
}

.tab-overview h3{
	    color: #222;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0;
}

.tab-overview p{
	font-size:14px;
	line-height: 1.7
}
.tab-curriculam li{
	font-size: 14px;
}
.tab-curriculam i.fa{
	margin-right: 10px;
	font-size: 12px;
	color: #01a2a6;
}

.tab-instructor .card {
  border: 2px solid #01a2a6;
  box-shadow: 5px 6px 0px #01a2a6;
  transition: 0.3s all;
  border-radius: 3px;
  background-color: #fff;
  padding: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 340px;
  max-width: 95%;

  .avatar {
    img {
      border-radius: 50%;
      border: 4px solid #01a2a6;
    }
  }

  .ins-title {
    font-size: 26px;
    margin-top: 18px;
    color: #222;
  }

  .ins-description {
    font-size: 17px;
    margin-top: 18px;
    color: #222;
  }

  .ins-social {
    ul {
      margin-top: 22px;
      list-style-type: none;
      li {
        display: inline;
        font-size: 22px;
        cursor: pointer;
        color: #fe4a55;
      }
    }
  }
}
/*rating css*/
.google-review {
  margin-top: 40px;
}
.rating-review-item {
    display: flex;
    align-items: center;
  
    .left-rating {
        flex: 1 1 20%;
      

        .star-rating {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            
            h3 {
                margin: 0 12px 0 0;
                font-size: 40px;
            }
            .fa-star {
                font-size: 30px;
                color: #ffc107;
            }
        }
        .number-rating {
            span {
                display: block;
                margin-bottom: 2px;
                color: #474848;
                font-size: 14px;
            }
        }
    }
    .right-rating {
        flex: 1 1 80%;
        max-width: 80%;
        ul.order-list {
           margin-bottom: 0;
           padding-left: 0;
           list-style: none;
            li {
                display: flex;
                align-items: center;
                margin-bottom: 15px;
                &:last-child {
                    margin-bottom: 0;
                }
                .star-value {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-right: 15px;
                    min-width: 25px;
                    h5 {
                        margin: 0 2px 0 0;
                        font-size: 16px;
                    }
                    .fa-star {
                        font-size: 14px;
                    }
                }
                .progress {
                    flex: 1 1 315px;
                    max-width: 315px;
                    height: 6px;
                    margin-right: 20px;
                    margin-bottom: 0;
                    background-color: #ddd;
                }
                .rating-hit {
                    color: #B2B2B2;
                    font-size: 16px;
                }
            }
        }
    }
}

.course-details-widget {
	border: 6px solid #f4f9fc;
	padding: 20px;
}

.course-details-widget h3 {
	font-size: 22px;
	text-transform: capitalize;
	color: #061538;
	font-weight: 600;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	position: relative
}

.course-details-widget h3:after {
	position: absolute;
	content: "";
	bottom: -10px;
	height: 2px;
	width: 35%;
	background: #fe4a55 none repeat scroll 0 0;
	left: 0;
}

.course-details-widget ul li {
	margin: 20px 0
}

.course-details-widget ul li i {
	color: #fe4a55;
	width: 25px;
}

.course-details-widget ul li span {
	font-weight: 600;
	width: 115px;
	display: inline-block;
}

.course-details-action {
	text-align: center;
	margin-top: 50px
}

.course-details-action a {
	background: #061333 none repeat scroll 0 0
}

.course-details-action a:hover {
	background: #fe4a55 none repeat scroll 0 0;
}

.briffs-recent-course {
	background: #f4f9fc none repeat scroll 0 0
}

.briffs-recent-course .course-single-item {
	margin-top: 30px
}




/* =================================
     15. News css 
==================================*/

.news-box {
	display: block;
	margin-top: 30px;
	position: relative
}

.news-img img {
	width: 100%
}

.news-text {

 
    left: 50%;

    padding: 30px 20px;
    background: #01a2a6;
    bottom: -50px;
    text-align: center;
    border-bottom-left-radius: 10%;
}

.news-date {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}

.news-text h3 {
	color: #fff;
	margin: 0;
	letter-spacing: 2px;
	font-size: 24px;
}

.news_more {
	margin-top: 100px
}

.latest-news-area .row .col-md-6:last-child {
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px)
}


/* ================================
   16. Footer css 
================================*/

.footer-area {
	background: #000
}

.footer-top {
	background: #000;
	padding: 70px 0
}

.single-footer h3 {
	color: #fff;
	margin-bottom: 20px
}

.single-footer li {
	list-style: none;
	margin-bottom: 10px;
	color: #777;
	font-weight: 500;
	font-size: 16px
}

.single-footer li:last-child {
	margin-bottom: 0
}

.single-footer a,
.single-footer p {
	color: #777;
	font-weight: 500;
	font-size: 16px
}

.single-footer a:hover {
	color: #fff
}

.footer-contact i {
	color: #fe4a55;
	margin-right: 5px
}

.footer-contact li {
	color: #ccc
}

.newsletter_form form {
	position: relative;
	height: 50px;
}

.newsletter_form input {
	background: transparent;
	font-weight: 500;
	padding: 0;
	height: 100%;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	width: 100%;
	color: #fff
}

.newsletter_form button {
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px
}

.newsletter_form input:focus {
	outline: none
}

.footer-social {
	margin-top: 30px
}

.footer-social li {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 0
}

.footer-social a {
	display: block;
	color: #fff;
	font-size: 20px
}

.newsletter_form {
	margin-top: 35px
}

ul.footer-contact {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid rgba(119, 119, 119, 0.32);
}

.copyright {
	padding: 30px 0;
	text-align: center;
	background: #000
}

.copyright p {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0
}

.fade_rule {
	height: 1px;
	background-color: rgba(119, 119, 119, 0.32);
	width: 66%;
	background-image: -webkit-linear-gradient(right, #000 2%, rgba(119, 119, 119, 0.32) 50%, #000 98%);
	background-image: linear-gradient(to left, #000 2%, rgba(119, 119, 119, 0.32) 50%, #000 98%);
	background-image: -webkit-linear-gradient(to left, #000 2%, rgba(119, 119, 119, 0.32) 50%, #000 98%);
	background-image: -ms-linear-gradient(to left, #000 2%, rgba(119, 119, 119, 0.32) 50%, #000 98%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.02, #000), color-stop(0.5, rgba(119, 119, 119, 0.32)), color-stop(0.98, #000));
	margin: auto;
}


/* ===============================
17. Breadcrumb css
=============================== */

.breadcrumb-pad{
	padding-top: 200px;
}
.lango-breadcrumb-area {
	background: url(../image/breadcrumb.jpg) no-repeat scroll 0 0 /cover;
	position: relative;
	z-index: 1
}

.lango-breadcrumb-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.62) none repeat scroll 0 0;
	z-index: -1
}

.breadcrumb-box ul li {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	margin-right: 5px
}

.breadcrumb-box ul li a {
	color: #27d0ee;
	text-transform: capitalize;
	font-weight: 600
}

.breadcrumb-box ul li a:hover {
	color: #27d0ee
}

.breadcrumb-box h2 {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 700;
	margin: 20px 0 0;
	text-transform: uppercase;
}

.breadcrumb-box {
	width: 60%;
	color: #fff;
}


/* ==========================================
18. Blog Page css
==================================== */

.blog-left .news-box {
	margin-top: 0;
	margin-bottom: 100px
}

.sidebar-post-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0
}

.sidebar-post-img {
	width: 30%;
	margin-right: 20px;
	background: #111;
	padding: 4px
}

.sidebar-post-text h5 {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 16px
}

.sidebar-post-text h5:hover {
	color: #fe4a55
}

.sidebar-post-text p {
	font-size: 16px;
	margin-bottom: 5px
}

.blog-search-box input {
	background: #111;
	color: #fff
}

.blog-search-box button {
	position: absolute;
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px
}

.blog-sidebar-heading {
	margin: 50px 0 20px
}

.sidebar-content a {
	display: block;
	font-size: 16px;
	color: #111;
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
}

.sidebar-content a:hover {
	color: #fe4a55
}

.sidebar-content a span {
	float: right
}

.sidebar-post-text {
	width: 100%;
}

.siderbar-newslater form {
	position: relative
}

.siderbar-newslater p {
	padding: 0 30px
}

.siderbar-newslater input {
	background: #111;
	color: #fff
}

.siderbar-newslater button {
	position: absolute;
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px
}

.sidebar-tags ul li {
	display: inline-block
}

.sidebar-tags ul li a {
	display: block;
	padding: 5px 10px;
	margin: 5px 0
}

.sidebar-tags ul li a:hover {
	background: #111;
	color: #fff;
	border-radius: 5px
}

.sidebar-gallery ul li {
	display: inline-block;
	width: 28%;
	margin: 5px
}

.blog-page-area .news_more {
	margin-top: 50px;
}

.blog-comment-area h3,
.blog-leave-comment h3,
.blog-left-content-share h3 {
	margin-bottom: 20px
}

.blog-search-box form {
	position: relative
}

.blog-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 0
}

.b_info_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.blog-left-content h3 {
	margin-bottom: 10px
}

.blog-info-img {
	width: 50px;
	background: #111;
	border: 1px solid #111
}

.blog-info p span {
	color: #111;
	font-weight: 500;
	font-size: 20px
}

.blog-info p i {
	margin-right: 10px;
	color: #fe4a55
}

.blog-info-date {
	margin: 0 20px
}

.blog-left-content-share {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px
}

.blog-left-content-share ul li {
	display: inline-block;
	margin: 0 3px
}

.blog-left-content-share ul li a {
	display: block;
	background: #111;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.blog-left-related-post {
	margin-top: 50px;
}

.blog-left-related-post .news-img {
	margin-top: 20px
}

.blog-left-related-post .news-text {
	width: 80%;
	padding: 10px
}

.blog-left-related-post .news-text h3 {
	font-size: 22px
}

.blog-left-related-post .news-date {
	font-size: 15px
}

.blog-comment-box {
	margin-left: 100px;
	position: relative;
	margin-bottom: 20px
}

.blog-comment-people {
	width: 80px;
	position: absolute;
	left: -100px;
}

.blog-comment-people img {
	border-radius: 50%;
}

.blog-comment-text {
	background: #EEF3FA;
	padding: 30px;
	border-radius: 30px;
	position: relative
}

.blog-replay-box {
	margin-left: 200px
}

.blog-comment-text:before {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-style: solid;
	top: 25px;
	border-width: 11px 13px 11px 0;
	border-color: transparent #EEF3FA;
	left: -12px;
}

.blog-comment-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.blog-comment-date p {
	margin-bottom: 15px;
	color: #111
}

.blog-comment-date p i {
	margin-right: 10px;
	color: #fe4a55
}

.blog-leave-comment {
	margin-top: 50px
}

.comment-form-group {
	position: relative;
	width: 100%
}

.comment-form-group input {
	background: #EEF3FA;
	padding: 0px 10px 0px 40px;
}

.comment-form-text textarea {
	background: #EEF3FA;
	height: 200px;
	margin-top: 20px;
	padding: 20px
}

.comment-form-group i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10px
}

.blog-comment-submit {
	text-align: center;
	margin-top: 50px
}


/* ===============================
19. Contact Page css 
====================================*/
.lango-contact-page-area {
	background: #fe4a55 none repeat scroll 0 0;
	position: relative;
	z-index: 1
}

.lango-contact-page-area:after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: -15%;
	position: absolute;
	top: 0;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	width: 55%;
	z-index: -1;
}


.contact-page-left>h3{
	color: #162337;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	text-transform: capitalize;
}

.contact-page-left>h3:before {
	background: #162337 none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 40%;
}
.contact-page-right>h3 {
	color: #fff;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	text-transform: capitalize;
}

.contact-page-right>h3:before {
	background: #fe4a55 none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 40%;
}

.single-contact-info {
	-ms-grid-row-align: center;
	align-items: center;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 25% 75%;
	grid-template-columns: 25% 75%;
	margin-bottom: 40px;
}

.single-contact-info:last-child {
	margin-bottom: 0
}

.contact-info-icon {
	font-size: 25px;
	height: 100%;
	padding: 22px 0;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.contact-info-icon span {
	color: #fe4a55;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.contact-info-text {
	margin-left: 20px;
}


.contact-page-left>h3 {
	margin-bottom: 40px;
}

.contact-info-text>h4 {
	color: #162337;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
}




.contact-page-right>form {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
	margin-top: 10px;
	padding: 30px;
}

.contact-page-right form p {
	margin-top: 15px;
}

.contact-page-right form .row:first-child p {
	margin-top: 0
}

.contact-page-right form p input {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #000;
	height: 40px;
	padding: 5px 10px;
	width: 100%;
}

.contact-page-right form p textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #000;
	height: 100px;
	padding: 5px 10px;
	resize: none;
	width: 100%;
}

.contact-page-right form p button {
	border: 1px solid #ddd;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 13px 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.contact-page-right form p button:hover {
	background: #fe4a55 none repeat scroll 0 0;
	color: #fff;
	border-color: #fe4a55
}



/* ======================================== */
   /* 20 Login Css
/* ======================================== */

.lango-login-1{
 margin-top: 20px;
}
.lango-login-1 label{
	color: #222;
}


.lango-login-1 .form-control {
	outline: 0;
	border-color: #01a2a6;
	border-radius: 20px;
	width: 100%;
}

.lango-login-1 .form-control:focus {
	outline: 0;
	border-color: #01a2a6;
	border-radius: 20px;
	width: 100%;
}


/* ================================
21. About css
================================= */

.about-area {
	background-repeat: no-repeat;
	background-position: center
}

.about-counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.counter-box {
	padding-left: 20%;
	margin-bottom: 30px;
}

.counter-box h2 {
	font-size: 48px;
	margin: 0;
	line-height: 40px;
	margin-bottom: 5px;
}

.counter-box p {
	line-height: 24px;
	color: #4a4a4a;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
	letter-spacing: 2px;
	margin: 0;
}

.about-right {
	position: relative;
}

.about_img_1 {
	position: absolute;
	bottom: -50px;
	left: 0;
}

.about_img_2 {
	margin-left: auto;
	display: block;
}

.about-signature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

.signature-left {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px solid rgba(183, 141, 101, 0.6);
}

.signature-right h3 {
	color: #000;
	font-size: 26px;
	text-transform: capitalize;
	margin-bottom: 0;
	letter-spacing: 2px;
	font-weight: 500;
}

.signature-right p {
	margin: 0
}

.about-page-area .site-heading {
	margin-bottom: 50px
}

.about-page-area .about-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px
}

.about-page-area .single-about-image:first-child {
	padding-top: 43px
}

.about-icon {
	float: left;
	width: 80px;
	overflow: hidden;
	margin-right: 30px;
}

.single-about-listing {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.single-about-listing:last-child {
	margin-bottom: 0
}
/*================================================
22 - BTN TOP CSS
==================================================*/

.btntoTop:before {
	color: #fff;
	content: "";
	display: inline-block;
	font: 20px "FontAwesome";
	vertical-align: middle;
}

.btntoTop {
	background-color: #fe4a55;
	border: 2px solid #fe4a55;
	border-radius: 5px;
	bottom: 30px;
	cursor: pointer;
	height: 50px;
	line-height: 47px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	right: 20px;
	text-align: center;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 50px;
	z-index: 99999;
}

.btntoTop.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.btntoTop.active:hover {
	background: #212121 none repeat scroll 0 0;
	border: 2px solid #fe4a55;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
	color: #fff;
}
