
/*-------------------------------------
[Master Stylesheet]
Project: Smmart HTML

[Table of contents]

01. Typography;
02. Header style;
03. Common content styles;
04. Custom plugins styles;
05. Pages:
		
		05.01. Home page type 1;c
		05.02. Home page type 2;
		05.03. Home page type 3;
		05.04. Blog listing;
		05.05. Blog single post;
		05.06. Team;
		05.07. Single team;
		05.08. Courses;
		05.09. Single course;
		05.10. About;
		05.11. Services;
		05.12. Coming soon;
		05.13. Page 404;
		05.14. Process;
		05.15. Become a Teacher;
		05.16. Events;
		05.17. Single Events;
		05.18. Events calendar;
		05.19. Our Mission;
		05.20. For business;
		05.21. Gallery;
		05.22. Contact;

06. Footer style;
07. Indents;
08. Responsive style;
*/
/*============================================
//  Typography:
*/
@font-face {
   font-family: CircularStd;
   src: local('CircularStd'), url(../CircularStd.ttf) format('truetype');
   font-display: swap;
}

/* CSS for FAQs */
.ct-faqs{
}

.ct-faqs button{
    position:relative;
    padding: 25px 25px 25px 25px;
    box-shadow: 0 3px 6px #00000029;
    border: 2px solid #233f8c;
    border-radius: 20px;
    font-size: 20px;
    font-family: 'CircularStd' !important;
    position: relative;
    width:100%;
    background: white;
    text-align: left;
    transition: all 0.1s;
}
.ct-faqs button::after{
   position: absolute;
    content: "+";
    font-size: 46px;
    font-weight: 300;
    color: #233f8c;
    top: 46%;
    height: auto;
    width: 0;
    right: 50px;
    transform: translateY(-50%);
    
}

.ct-faqs button:not(:first-child){
    margin-top:25px;
}

.ct-faqs div{
    font-size: 20px;
    font-family: 'CircularStd' !important;
    background: #ededed;
    border-radius: 0 0 25px 25px;
}
.ct-faqs div p{
    padding: 20px;
    margin:0;
}

.ct-faqs button[aria-expanded='true']{
    border:none;
    background: #ededed;
    border-radius: 25px 25px 0 0;
    border-bottom: 0;
    box-shadow: none;
}

.ct-faqs button[aria-expanded='true']::after{

    content: "-";

    
}


/* CSS for FAQs */

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
    
    
    font-family: 'CircularStd';

	font-weight: 400;
	overflow-x: hidden;
	background-color: #fff;
	height: 100%;
}

input,button,.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th,p,b{
        font-family: 'CircularStd' !important;
}
/*
h1 {
    font-family: 'CircularStd';

	font-size: 48px;
	font-weight: 600;
	color: #303638;
	margin-top: 10px;
	margin-bottom: 22px;
}

h2 {
font-family: 'CircularStd';
	font-size: 34px;
	line-height: 48px;
	font-weight: 600;
	color: #303638;
	margin-top: 10px;
	margin-bottom: 14px;
}

h3 {
font-family: 'CircularStd';

	font-size: 30px;
	line-height: 48px;
	font-weight: 600;
	color: #303638;
	margin-top: 10px;
	margin-bottom: 12px;
}

h4 {
font-family: 'CircularStd';
	font-size: 24px;
	line-height: 48px;
	font-weight: 600;
	color: #303638;
	margin-top: 10px;
	margin-bottom: 10px;
}

h5 {
font-family: 'CircularStd';
	font-size: 18px;
	line-height: 5px;
	font-weight: 600;
	color: #01305c;
	margin-top: 10px;
	margin-bottom: 10px;
}

h6 {
font-family: 'CircularStd';
	font-size: 16px;
	line-height: 43px;
	font-weight: 600;
	color: #01305c;
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
font-family: 'CircularStd';



	font-size: 16px;
	line-height: 30px;
	color: #14181B;
	font-weight: 200;
}
*/
a {
	color: #a0ce4e;
	text-decoration: none;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	text-decoration: none;
}

a:hover {
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	text-decoration: none;
	color: #ccc;
}

a:active,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}


#comlete-order{
    display:none;
      padding: 20px 40px;
    font-size: 20px;
}

a:focus {
	color: #a0ce4e;
}

button {
	cursor: pointer;
	padding: 0;
}



button:active, button:focus {
	outline: none;
}

strong {
	font-weight: 500;
}

.browserupgrade {
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	padding: 20px;
}






.viewButton {
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:linear-gradient(to bottom, #1d2ada 5%, #121fc8 100%);
	background-color:#33bdef;
	border-radius:7px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'CircularStd';
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.viewButton:hover {
	background:linear-gradient(to bottom, #ffcc33 5%, #ffcc33 100%);
	background-color:#ffcc33;
}
.viewButton:active {
	position:relative;
	top:1px;
}























.section-eight{padding: 40px 0 0px 0;margin-top: 130px;position: relative;}
	.op-eight-section{position: relative;}
	.sec-eight-text-area{text-align: center;padding: 100px 0 240px;}
	.sec-eight-text-area img{padding: 2vh 0;}
	.sec-eight-text-area h1{padding: 2vh 0 3vh 0;color: #434C57;
    line-height: 1.3;
    font-size: 40px;
    font-family: 'CircularStd';
    letter-spacing: 2px;
    padding-bottom: 30px;}
	.sec-eight-text-area p{padding: 2vh 0;font-size: 14px;line-height: 1.6;color: #434C57;font-family: 'CircularStd';}
	.section-eight .container-pe-quote {position: absolute;height: 100%;top: 0px;z-index: 1;}
	.section-eight .container-pe-quote.left {left: 0px;}
	.section-eight .container-pe-quote.right {right: 0px;}
	.section-eight .container-pe-quote .pp-quote {
	    cursor: pointer;
	    position: absolute;
	    border-radius: 100%;
	    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	    animation-name: floating;
	    -webkit-animation-name: floating;
	    animation-iteration-count: infinite;
	    -webkit-animation-iteration-count: infinite;
	    -webkit-animation-timing-function: linear;
	    animation-timing-function: linear;
	    -webkit-transform-origin: 50% 1px;
	    -moz-transform-origin: 50% 1px;
	    -ms-transform-origin: 50% 1px;
	    -o-transform-origin: 50% 1px;
	    transform-origin: 50% 1px;
	    opacity: 0;
	    -webkit-transition: all 2s ease;
	    -moz-transition: all 2s ease;
	    -ms-transition: all 2s ease;
	    -o-transition: all 2s ease;
	    transition: all 2s ease;
	}
	.container-pe-quote .pp-quote img {
	    overflow: hidden;
	    border-radius: 100%;
	    height: 100%;
	    width: 100%;	    
	    position: relative;
	    z-index: 1;
	}
	.section-eight .container-pe-quote .pp-quote:after {
	    content: '';
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    height: calc(100% + 5px);
	    width: calc(100% + 5px);
	    border-radius: 100%;
	    background-color: #7fb3e4;
	    -webkit-transform: translate(-50%, -50%) scale(0.9);
	    -moz-transform: translate(-50%, -50%) scale(0.9);
	    -ms-transform: translate(-50%, -50%) scale(0.9);
	    -o-transform: translate(-50%, -50%) scale(0.9);
	    transform: translate(-50%, -50%) scale(0.9);
	    -webkit-transition: all .25s ease;
	    -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	    -o-transition: all .25s ease;
	    transition: all .25s ease;
	}
	.container-pe-quote .pp-quote:hover:after, .container-pe-quote .pp-quote.active:after {
	    -webkit-transform: translate(-50%, -50%) scale(1);
	    -moz-transform: translate(-50%, -50%) scale(1);
	    -ms-transform: translate(-50%, -50%) scale(1);
	    -o-transform: translate(-50%, -50%) scale(1);
	    transform: translate(-50%, -50%) scale(1);
	}
	.section-eight .container-pe-quote .li-quote-1 {
	    height: 104px;
	    width: 104px;
	    left: 15px;
	    top: 95px;
	    animation-duration: 10s;
	    -webkit-animation-duration: 10s;
	    -webkit-transition-delay: 0.6s;
	    transition-delay: 0.6s;
	    opacity: 1;
	}
	.section-eight .container-pe-quote .li-quote-2 {
	    height: 63px;
	    width: 63px;
	    left: 120px;
	    top: 270px;
	    animation-duration: 12s;
	    -webkit-animation-duration: 12s;
	    -webkit-transition-delay: 0s;
	    transition-delay: 0s;
	    opacity: 1;
	}
	.section-eight .container-pe-quote .li-quote-3 {
	    height: 64px;
	    width: 64px;
	    left: 68px;
	    top: 380px;
	    animation-duration: 6s;
	    -webkit-animation-duration: 6s;
	    -webkit-transition-delay: 0.2s;
	    transition-delay: 0.2s;
	    opacity: 1;
	}
	.section-eight .container-pe-quote .li-quote-4 {
	    height: 73px;
	    width: 73px;
	    right: -15px;
	    top: 110px;
	    animation-duration: 5s;
	    -webkit-animation-duration: 5s;
	    -webkit-transition-delay: 0.7s;
	    transition-delay: 0.7s;
	    opacity: 1;
	}
	.section-eight .container-pe-quote .li-quote-5 {
	    height: 73px;
	    width: 73px;
	    right: 28px;
	    top: 265px;
	    animation-duration: 8s;
	    -webkit-animation-duration: 8s;
	    -webkit-transition-delay: 0.4s;
	    transition-delay: 0.4s;
	    opacity: 1;
	}
	.section-eight .container-pe-quote .li-quote-6 {
	    height: 45px;
	    width: 45px;
	    right: 108px;
	    top: 170px;
	    animation-duration: 7s;
	    -webkit-animation-duration: 7s;
	    -webkit-transition-delay: 0.2s;
	    transition-delay: 0.2s;
	    opacity: 1;
	}
	.section-eight .container-pe-quote .li-quote-7 {
	    height: 48px;
	    width: 48px;
	    right: 40px;
	    top: 414px;
	    animation-duration: 7s;
	    -webkit-animation-duration: 7s;
	    -webkit-transition-delay: 0.3s;
	    transition-delay: 0.3s;
	    opacity: 1;
	}
	.section-eight .container-pe-quote .li-quote-8 {
	    height: 63px;
	    width: 63px;
	    left: 20px;
	    top: 250px;
	    animation-duration: 5s;
	    -webkit-animation-duration: 5s;
	    -webkit-transition-delay: 0s;
	    transition-delay: 0s;
	    opacity: 1;
	}

@keyframes floating{

	0% {
	    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    transform: rotate(0deg) translate(-10px) rotate(0deg);
	}
	100% {
	    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    transform: rotate(360deg) translate(-10px) rotate(-360deg);
	}

}
@-webkit-keyframes floating{

	0% {
	    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    transform: rotate(0deg) translate(-10px) rotate(0deg);
	}
	100% {
	    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    transform: rotate(360deg) translate(-10px) rotate(-360deg);
	}

}

.section-eight .container-quote {
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: 135px;
    -webkit-perspective: 10000px;
    -moz-perspective: 10000px;
    -ms-perspective: 10000px;
    perspective: 10000px;
}
.section-eight .container-quote .quote {
    max-width: 520px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    cursor: pointer;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
}
	.section-eight .container-quote .quote.hide-bottom {
	    opacity: 0;
	    -webkit-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
	    -moz-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
	    -ms-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
	    -o-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
	    transform: translateX(-50%) translateY(100%) rotateX(-70deg);
	}
	.section-eight .container-quote .quote.hide-top {
	    opacity: 0;
	    -webkit-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
	    -moz-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
	    -ms-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
	    -o-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
	    transform: translateX(-50%) translateY(-100%) rotateX(70deg);
	}
	.section-eight .container-quote .quote.show {
	    opacity: 1;
	    -webkit-transform: translateX(-50%) translateY(0%) rotateX(0deg);
	    -moz-transform: translateX(-50%) translateY(0%) rotateX(0deg);
	    -ms-transform: translateX(-50%) translateY(0%) rotateX(0deg);
	    -o-transform: translateX(-50%) translateY(0%) rotateX(0deg);
	    transform: translateX(-50%) translateY(0%) rotateX(0deg);
	}


	.section-eight .container-dp-name {
	    position: relative;
	    width: 100%;
	    margin-top: 10px;
	    height: 225px;
	    -webkit-perspective: 10000px;
	    -moz-perspective: 10000px;
	    -ms-perspective: 10000px;
		perspective: 10000px;text-align: center;
	}
	.section-eight .container-dp-name .box-dpname {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0px;
	    left: 0;
	    cursor: pointer;
	    text-align: center;
	    -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
	    -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
	    -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
	    transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
	}
	.section-eight .container-dp-name .box-dpname.hide-dp-bottom {
	    opacity: 0;
	    -webkit-transform: translateX(0%) translateY(100%) rotateX(-70deg);
	    -moz-transform: translateX(0%) translateY(100%) rotateX(-70deg);
	    -ms-transform: translateX(0%) translateY(100%) rotateX(-70deg);
	    -o-transform: translateX(0%) translateY(100%) rotateX(-70deg);
	    transform: translateX(0%) translateY(100%) rotateX(-70deg);
	}
	.section-eight .container-dp-name .box-dpname.hide-dp-top {
	    opacity: 0;
	    -webkit-transform: translateX(0%) translateY(-100%) rotateX(70deg);
	    -moz-transform: translateX(0%) translateY(-100%) rotateX(70deg);
	    -ms-transform: translateX(0%) translateY(-100%) rotateX(70deg);
	    -o-transform: translateX(0%) translateY(-100%) rotateX(70deg);
	    transform: translateX(0%) translateY(-100%) rotateX(70deg);
	}
	.section-eight .container-dp-name .box-dpname.look {
	    opacity: 1;
	    -webkit-transform: translateX(0%) translateY(0%) rotateX(0deg);
	    -moz-transform: translateX(0%) translateY(0%) rotateX(0deg);
	    -ms-transform: translateX(0%) translateY(0%) rotateX(0deg);
	    -o-transform: translateX(0%) translateY(0%) rotateX(0deg);
	    transform: translateX(0%) translateY(0%) rotateX(0deg);
	}

@media screen and (max-width:767px){
  .sec-eight-text-area{    padding: 10px 0 10px 0;}
  .section-eight .container-pe-quote{position: relative;height: 500px;top: 0px;z-index: 1;max-width: 300px;margin: -70px auto 0;}
}
@media screen and (max-width:480px){
  .section-eight{position: relative;}
	.section-eight .bottom-ani-cs{    position: absolute;top: 150px;right: 16px;}	
	.section-eight .container-pe-quote .li-quote-2 {left: 60px;top: 270px;}
	.section-eight .container-pe-quote .li-quote-6 { right: 100px;top: 179px;}
	.section-eight .container-pe-quote .li-quote-8 {height: 43px;width: 43px;left: 0px;top: 220px;}
	.section-eight .container-pe-quote .li-quote-3{left: 0;}
	.section-eight .container-quote{height: 205px;overflow: hidden;overflow-y: auto;}
	.sec-eight-text-area{padding: 10px 0 100px 0;}
}






























.reviews_sec {
    position: fixed;
    bottom: 7px;
    left: 20px;
    z-index: 222;
}


.review_pop .rating {
    color: #f3a304;
    font-size: 11px;
    display: block;
}

.popbottom {
    position: absolute;
    bottom: 7px;
    width: 100%;
}
.popbottom span {
    font-size: 11px;
    color: #f3a304;
    font-weight: 600;
}

.popbottom strong {
    color: #f3a304;
    font-size: 11px;
    float: right;
    margin-right: 25px;
    font-weight: 600;
}

.review_pop {
    position: relative;
    height: 140px;
    width: 301px;
    font-family: 'CircularStd';
    background: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: none;
    padding: 0 14px;
    color: #fff;
    font-size: 11px;
    transition: display 1s ease-in-out;
    -webkit-transition: display 1s ease-in-out;
    -moz-transition: display 1s ease-in-out;
    -ms-transition: display 1s ease-in-out;
    -o-transition: display 1s ease-in-out;
}

.review_pop a.close {
    font-size: 11px;
    color: #333030;
    position: absolute;
    right: 5px;
    top: 0;
    opacity: .7;
}

.review_pop h4 {
    font-size: 13px;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 10px;
}

.review_pop p {
    font-size: 10.5px;
    display: block;
    font-family: open sans;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
}

.popbottom {
    position: absolute;
    bottom: 7px;
    width: 100%;
}


.popbottom span {
    font-size: 11px;
    color: #f3a304;
    font-weight: 600;
}

.popbottom strong {
    color: #f3a304;
    font-size: 11px;
    float: right;
    margin-right: 25px;
    font-weight: 600;
}




.clearfix:after, .clear {
    clear: both;
}

i.fa {
    margin-right: 4px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


*, :after, :before {
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}























input[type="text"]:active,
input[type="search"]:active,
input[type="url"]:active,
input[type="email"]:active,
input[type="password"]:active,
textarea:active,
select:focus {
	outline: none;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	outline: none;
}

::-moz-selection {
	color: #fff;
	background-color: #a0ce4e;
}

::selection {
	color: #fff;
	background-color: #a0ce4e;
}

srtong {
	font-weight: 500;
}

.select-text {
	background-color: #a0ce4e;
	color: #fff;
}

.dropcap {
	font-size: 80px;
	line-height: 80px;
	font-weight: 600;
	color: #a0ce4e;
	float: left;
	display: block;
	margin-right: 36px;
	margin-bottom: 10px;
	margin-top: -5px;
}

blockquote {
	border: none;
	padding: 0;
}

blockquote p {
	font-size: 29px;
	line-height: 38px;
	color: #727e85;
	font-weight: 300;
	margin: 0 0 28px;
}

blockquote p::before {
	font-family: 'CircularStd';
	content: '\f10d';
	font-size: 30px;
	color: #a0ce4e;
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
}

blockquote .blockquote-author {
	font-size: 20px;
	line-height: 22px;
	color: #303638;
	font-weight: 500;
}

ol {
	margin: 0 0 40px;
	padding: 0;
}

ol li {
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	color: #727e85;
	display: block;
	padding-left: 19px;
	position: relative;
	margin-bottom: 17px;
	counter-increment: li;
}

ol li::before {
	content: "." counter(li);
	font-size: inherit;
	display: inline-block;
	text-align: right;
	direction: rtl;
	position: absolute;
	color: #a0ce4e;
	top: 0;
	left: 0;
}

.ol-list-01 {
	margin: 0;
	padding: 0;
}

.ol-list-01 li {
	display: block;
	counter-increment: li;
	position: relative;
	z-index: 5;
	padding: 0;
	margin-bottom: 63px;
}

.ol-list-01 li::before {
	font-size: 72px;
	line-height: 70px;
	font-weight: 700;
	content: "0." counter(li);
	display: inline-block;
	text-align: right;
	color: #ececec;
	position: absolute;
	letter-spacing: -7px;
	top: -40px;
	left: 0;
	z-index: -1;
}

.ol-list-01 li:last-child {
	margin-bottom: 0;
}

.ul-list-01 {
	margin: 0 20px 40px 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.ul-list-01 li {
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	color: #727e85;
	display: block;
	margin-bottom: 17px;
	position: relative;
	padding-left: 15px;
}

.ul-list-01 li::before {
	content: '';
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #a0ce4e;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 7px;
	left: 0;
}

.ul-list-02 {
	margin: 0 0 40px;
	padding: 0;
}

.ul-list-02 li {
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	color: #727e85;
	display: block;
	margin-bottom: 17px;
	position: relative;
	padding-left: 22px;
}

.ul-list-02 li::before {
	font-family: 'CircularStd';
	content: '\f107';
	color: #a0ce4e;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

.hr-01 {
	margin-top: 30px;
	margin-bottom: 45px;
}

/*// Align style //*/
.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

@media only screen and (max-width: 1199px) {
	.text-md-center {
		text-align: center;
	}

	.text-md-left {
		text-align: left;
	}

	.text-md-right {
		text-align: right;
	}
}

@media only screen and (max-width: 991px) {
	.text-sm-center {
		text-align: center;
	}

	.text-sm-left {
		text-align: left;
	}

	.text-sm-right {
		text-align: right;
	}
}

@media only screen and (max-width: 767px) {
	.text-xs-center {
		text-align: center;
	}

	.text-xs-left {
		text-align: left;
	}

	.text-xs-right {
		text-align: right;
	}
}

/*============================================
//  Header:
*/
/*/ Info box type 1 /*/
.info-box-01 {
	background-color: #e8e8ff;
}

.info-box-02 .main-nav__list {
	display: inline-block;
	vertical-align: middle;
	margin-right: -97px;
}

.info-box-03 .btn-03 {
	margin-left: 15px;
}

.info-box-04 {
	padding: 220px 0 320px;
	background: url("../img/bg_header_03.jpg") no-repeat center center;
	background-size: cover;
}

.info-box-04 .btn-01:focus {
	color: #fff;
}

.info-box-04 .btn-01:hover {
	border: 1px solid #fff;
	color: #fff;
}

/* Social list */
.social-list-01 {
	margin: 0;
	padding: 12px 0;
	text-align: left;
	position: relative;
    z-index: 50;
}

.social-list-01 li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 19px;
}

.social-list-01 li:last-child {
	margin-right: 0;
}

.social-list-01 li a {
	display: block;
}

.social-list-01 li a i {
	font-size: 14px;
	color: #727e85;
	display: inline-block;
	vertical-align: middle;
	opacity: 0.5;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.social-list-01 li a:hover i {
	color: #303638;
	opacity: 1;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/* Contact block */
.contact-block-01 {
	float: right;
	padding: 12px 0;
}

.contact-block-01__phone {
	font-size: 14px;
	line-height: 16px;
	color: #9aa2a7;
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 20px;
	letter-spacing: 0.6px;
	margin: 0 0 0 37px;
}

.contact-block-01__phone::before {
	font-family: 'CircularStd';
	content: '\f095';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
}

.contact-block-01__email {
	font-size: 14px;
	line-height: 16px;
	color: #9aa2a7;
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 26px;
}

.contact-block-01__email::before {
	font-family: 'CircularStd';
	content: '\f0e0';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
}

.contact-block-01__email:hover {
	color: #a0ce4e;
}

.contact-block-01__lang {
	font-size: 14px;
	line-height: 16px;
	color: #9aa2a7;
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
	padding-left: 16px;
	margin-left: 36px;
	position: relative;
	font-weight: 300;
}

.contact-block-01__lang::after {
	font-family: 'CircularStd';
	content: '\f107';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	margin-top: -8px;
	top: 50%;
	right: 0;
}

.contact-block-01__lang::before {
	font-family: 'CircularStd';
	content: '\f0ac';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}

.contact-block-01__lang:hover {
	color: #a0ce4e;
}

/*/ Logo /*/
.logo {
	display: block;
	float: left;
}

.logo:hover {
	color: transparent;
}

.logo img {
	display: block;
}






/*/ Main navigation /*/
.main-nav {
	width: 100%;
	text-align: center;
	background-color: #fff;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
	padding: 10px 0;
}

.main-nav::after {
	content: '';
	display: table;
	clear: both;
}

.main-nav__btn {
	vertical-align: middle;
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: none;
	padding: 0;
	color: #000;
	position: relative;
}

.main-nav__btn:hover .icon-left {
	background-color: #a7ce4e;
}

.main-nav__btn:hover .icon-left::before {
	background-color: #a7ce4e;
}

.main-nav__btn:hover .icon-left::after {
	background-color: #a7ce4e;
}

.main-nav__btn:hover .icon-right {
	background-color: #a7ce4e;
}

.main-nav__btn:hover .icon-right::before {
	background-color: #a7ce4e;
}

.main-nav__btn:hover .icon-right::after {
	background-color: #a7ce4e;
}

.main-nav__btn .icon-left {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	height: 4px;
	top: 23px;
	width: 15px;
	left: 11px;
	background-color: #303638;
}

.main-nav__btn .icon-left::before {
	content: "";
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #303638;
	top: -10px;
	left: 0;
}

.main-nav__btn .icon-left::after {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #303638;
	content: "";
	top: 10px;
	left: 0;
}

.main-nav__btn .icon-right {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	height: 4px;
	top: 23px;
	width: 15px;
	background-color: #303638;
	left: 15px;
	left: 25px;
}

.main-nav__btn .icon-right::before {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #303638;
	content: "";
	top: -10px;
	left: 0;
}

.main-nav__btn .icon-right::after {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #303638;
	content: "";
	top: 10px;
	left: 0;
}

.main-nav__btn.open .icon-left {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background: transparent;
}

.main-nav__btn.open .icon-left::before {
	-webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
	-ms-transform: rotate(45deg) scaleX(1.4) translate(2px, 2px);
	transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}

.main-nav__btn.open .icon-left::after {
	-webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
	-ms-transform: rotate(-45deg) scaleX(1.4) translate(2px, -2px);
	transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}

.main-nav__btn.open .icon-right {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background-color: transparent;
}

.main-nav__btn.open .icon-right::before {
	-webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
	-ms-transform: rotate(-45deg) scaleX(1.4) translate(-2px, 2px);
	transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}

.main-nav__btn.open .icon-right::after {
	-webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
	-ms-transform: rotate(45deg) scaleX(1.4) translate(-2px, -2px);
	transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}

.main-nav__list {
	margin: 0;
	padding: 15px 0 0;
	display: block;
	vertical-align: middle;
}

.main-nav__list li.active > a {
	color: #a0ce4e;
}

.main-nav__list > li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.main-nav__list > li > a {
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
}

.main-nav__list > li > a:hover {
	color: #b1ce4e;
}

.main-nav__list > li > .sf-with-ul {
	position: relative;
	padding: 10px 19px 10px 10px;
}

.main-nav__list > li > .sf-with-ul::before {
	font-family: 'CircularStd';
	content: '\f107';
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.main-nav__list > li > .sf-with-ul:hover::before {
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.main-nav__list li {
	position: relative;
	text-align: left;
}

.main-nav__list li:first-child {
	margin-left: 0;
}

.main-nav__list li a {
	font-size: 24px;
	line-height: 24px;
	color: #303638;
	font-weight: 500;
	display: block;
}

.main-nav__list li a:hover {
	color: #a0ce4e;
}

.main-nav__list li ul {
	position: absolute;
	top: 124%;
	left: 0;
	background-color: #fff;
	margin: 0;
	padding: 25px 30px;
	width: 237px;
	z-index: 100;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: none;
}

.main-nav__list li ul::before {
	content: '';
	border: 10px solid #f1f1f1;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -93px;
}

.main-nav__list li ul::after {
	content: '';
	border: 10px solid #fff;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -19px;
	left: 50%;
	margin-left: -93px;
}

.main-nav__list li ul li {
	list-style: none;
	margin-bottom: 20px;
}

.main-nav__list li ul li:last-child {
	margin-bottom: 0;
}

.main-nav__list li ul li a {
	font-size: 14px;
	line-height: 16px;
	color: #303638;
}

.main-nav__list li ul li a:hover {
	color: #a0ce4e;
}

.main-nav__list li ul li > .sf-with-ul {
	position: relative;
}

.main-nav__list li ul li > .sf-with-ul::before {
	font-family: 'CircularStd';
	content: '\f105';
	font-size: 16px;
	line-height: 18px;
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

.main-nav__list li ul li > .sf-with-ul:hover {
	color: #a0ce4e;
}

.main-nav__list li ul li > .sf-with-ul:hover::before {
	color: #a0ce4e;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.main-nav__list li ul li ul {
	top: -27px;
	left: 124%;
}

.main-nav__list li ul li ul::before {
	display: none;
}

.main-nav__list li ul li ul::after {
	display: none;
}

/*/ Header search /*/
.search-btn {
	font-size: 0;
	width: 15px;
	height: 15px;
	border: none;
	background-color: transparent;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.search-btn::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	background: url("../img/search_img.png") no-repeat center center;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	color: #303638;
	font-weight: 200;
}

.search-btn:hover::before {
	opacity: 0.5;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.search-block {
	float: right;
	margin-top: 15px;
	margin-left: 51px;
	position: relative;
}

.search-block__form {
	position: absolute;
	top: 213%;
	right: -30px;
	visibility: collapse;
	opacity: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	z-index: -100;
}

.search-block__form::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -20px;
	right: 25px;
	border: 10px solid #f0f0f0;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.search-block__form::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -19px;
	right: 25px;
	border: 10px solid #fff;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.search-block__form.active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	z-index: 20;
}

.search-block__form-text {
	border: 1px solid #eeeeee;
	height: 38px;
	width: 233px;
	padding: 5px 19px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/*============================================
//  Common content styles:
*/
/*/ Breadcrumbs /*/
.page-title-01 {
	font-size: 48px;
	padding:20px;
	line-height: 20px;
	color: #303638;
	margin: 120px 0 18px;
	text-align: center;
}

.breadcrumbs {
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.breadcrumbs li a {
	font-size: 14px;
	line-height: 16px;
	color: #303638;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.4px;
}

.breadcrumbs li a:hover {
	color: #a0ce4e;
}

.breadcrumbs li.active a {
	color: #727e85;
	font-weight: 200;
	position: relative;
	padding-right: 11px;
}

.breadcrumbs li.active a::after {
	font-family: 'CircularStd';
	content: '\f105';
	color: #a0ce4e;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}

.breadcrumbs li.active a:hover {
	color: #a0ce4e;
}

/*/ Content box /*/
.content-box-01 {
	background-color: #fff;
	overflow-x: hidden;
}

.content-box-01::after {
	content: '';
	display: table;
	clear: both;
}

.content-box-01__title {
	font-size: 36px;
	line-height: 38px;
	margin: 10px 0 37px;
	padding: 0;
}

.content-box-01__text {
	max-width: 450px;
	margin-bottom: 37px;
	text-align: left;
}

.content-box-01__text p {
	font-size: 18px;
	line-height: 30px;
	color: #727e85;
	font-weight:400;
}

.content-box-02 {
	background-color: #F8FBFF;
	overflow-x: hidden;
}

.content-box-02::after {
	content: '';
	display: table;
	clear: both;
}

.content-box-02--ak {
	overflow: visible;
	height: auto;
}

.content-box-03 {
	padding: 66px 0 70px;
	background: url("../img/process/process_bg_01.jpg") no-repeat center center;
	background-size: cover;
}

.content-box-04 {
	background-color: #fff;
}

.table-01 {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

.table-01__row {
	display: table-row;
}

.table-01__box-01 {
	display: table-cell;
	text-align: right;
}

.table-01__box-02 {
	display: table-cell;
	background: url("../img/banner.webp") no-repeat center center;
	background-size: cover;
}

.table-01__content {
	max-width: 590px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	padding-top: 84px;
	padding-bottom: 65px;
	padding-right: 40px;
}

.table-01__content .title-01 {
	text-align: left;
}

.table-01__img {
	display: none;
}

.table-02 {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	height: 625px;
}

.table-02__row {
	display: table-row;
}

.table-02__box-01 {
	display: table-cell;
	background: url("../img/about-img.webp") no-repeat center center;
	background-size: cover;
}

.table-02__box-02 {
	display: table-cell;
}

.table-02--height-01 {
	height: auto;
}

.table-02__box-02 {
	vertical-align: top;
}

.table-02__content {
	max-width: 590px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	padding-top: 96px;
	padding-bottom: 65px;
	padding-left: 42px;
}

.table-02__content .title-01 {
	text-align: left;
}

.table-02__img {
	display: none;
}

.table-03 {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

.table-03__row {
	display: table-row;
}

.table-03__box-01 {
	display: table-cell;
	background: url("../img/our_mission/our_mission_04.jpg") no-repeat center center;
	background-size: cover;
}

.table-03__box-02 {
	display: table-cell;
	vertical-align: top;
}

.table-03__content {
	max-width: 590px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	padding-top: 96px;
	padding-bottom: 65px;
	padding-left: 42px;
}

.table-03__content .title-01 {
	text-align: left;
}

.table-03__img {
	display: none;
}

.author-img {
	text-align: left;
}

.author-info {
	font-size: 14px;
	line-height: 16px;
	color: #303638;
	margin-bottom: 30px;
	text-align: left;
}

.author-info span {
	color: #a0ce4e;
}

.wrapp-content {
	display: table;
	height: 100%;
	width: 100%;
}

.content-row {
	display: table-row;
	height: 100%;
	overflow-x: hidden;
}

.title-01 {
	font-size: 34px;
	line-height: 36px;
	font-weight: 100;
	color: #01305C;
	margin: 0;
	letter-spacing: -0.7px;
	margin-bottom: 24px;
}

.title-01 span {
	font-weight: 500;
}

.title-02 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 200;
	color: #303638;
	margin: 0 0 28px;
}

.title-02 span {
	font-weight: 500;
}

.title-03 {
	font-size: 34px;
	line-height: 44px;
	color: #303638;
	margin: 0 0 45px;
	font-weight: 100;
}

.title-03 span {
	font-weight: 500;
}

.title-04 {
	font-size: 34px;
	line-height: 36px;
	color: #303638;
	font-weight: 100;
	margin: 0;
	text-align: center;
}

.title-04 span {
	font-weight: 500;
}

.title-05 {
	font-size: 34px;
	line-height: 36px;
	color: #303638;
	font-weight: 100;
	margin: 0 0 18px;
	text-align: center;
}

.title-05 span {
	font-weight: 500;
}

.title-02--mr-01 {
	margin-bottom: 18px;
}

.title-02--mr-02 {
	margin-bottom: 37px;
}

.subtitle-01 {
	font-size: 16px;
	line-height: 30px;
	color: #727e85;
	text-align: center;
	font-weight: 200;
	max-width: 790px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 40px;
}

.subtitle-01--mr-01 {
	margin-bottom: 50px;
}

.subtitle-02 {
	font-size: 22px;
	line-height: 36px;
	font-weight: 200;
	color: #727e85;
}

.subtitle-02--mr-01 {
	margin-bottom: 29px;
}

.btn-01 {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	background-color: #121fc8;
	padding: 16px 37px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #121fc8;
}

.btn-01:focus {
	color: #fff;
}

.btn-01:hover {
	background-color: transparent;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	color: #121fc8;
}

.btn-02 {
	font-size: 16px;
	line-height: 18px;
	color: #a0ce4e;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: 17px;
	font-weight: 300;
}

.btn-02:focus {
	color: #fff;
}

.btn-02::after {
	font-family: 'CircularStd';
	content: '\f105';
	font-size: 16px;
	line-height: 18px;
	color: #a0ce4e;
	margin-left: 10px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.btn-03 {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 17px 38px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: top;
}

.btn-03:focus {
	color: #fff;
}

.btn-03:hover {
	border: 1px solid #fff;
	background-color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	color: #a0ce4e;
}

.btn-02.more-info:hover::after {
	color: #ccc;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.btn-02.more-info:focus {
	color: #ccc;
}

#loader {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

/* Form Valid Style */
.notification_error,
.notification_ok {
	margin: 0 0 20px 0;
	padding: 13px 20px 15px 42px;
	position: relative;
	text-align: left;
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	line-height: 20px;
	font-size: 14px;
}

.notification_ok {
	color: #06955a;
	border-color: #06955a;
}

.notification_error {
	color: #db5031;
	border-color: #db5031;
}

.notification_error:before,
.notification_ok:before {
	position: absolute;
	left: 18px;
	top: 13px;
	font-family: 'CircularStd';
	font-weight: normal;
}

.notification_error:before {
	content: "\f071";
	color: #db5031;
}

.notification_ok:before {
	content: "\f087";
	color: #06955a;
}

/*============================================
//  Custom plugins styles:
*/
/*/ Parallax /*/
.parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax_01 {
	background-image: url("../img/parallax_01.jpg");
	background-size: cover;
	padding: 188px 0 192px;
	position: relative;
}

.parallax_01::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 21, 30, 0.6);
	z-index: 5;
}

.parallax_02 {
	background-image: url("../img/parallax_02.jpg");
	background-size: cover;
	padding: 185px 0 190px;
}

.parallax_03 {
	background-image: url("../img/parallax_03.jpg");
	background-size: cover;
	padding: 127px 0 126px;
}

.parallax_04 {
	background-image: url("../img/parallax_04.jpg");
	background-size: cover;
	padding: 89px 0 49px;
}

.parallax_04 .progress-circle__value {
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff;
}

.parallax_04 .progress-circle__text {
	color: #fff;
}

.parallax_04 .progress-circle-item {
	margin-bottom: 40px;
}

.parallax_05 {
	background-image: url("../img/parallax_05.jpg");
	background-size: cover;
	padding: 186px 0 190px;
}

.parallax-title {
	font-size: 48px;
	line-height: 50px;
	color: #fff;
	font-weight: 100;
	margin: 0 0 23px;
	text-align: center;
}

.parallax-title span {
	font-weight: 600;
}

.parallax-text {
	margin-bottom: 32px;
}

.parallax-text p {
	font-size: 24px;
	line-height: 36px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-weight: 200;
	max-width: 980px;
}

.parallax-btn {
	font-size: 27px;
	
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 30px;
	-webkit-border-radius: 30px;
	border-radius: 10px;
     box-shadow: 0 3px 7px 0 rgba(0,0,0,0.35);
	    transition: ease-in-out 0.15s;
	vertical-align: middle;
	touch-action: manipulation;
	
	border: 1px solid black;
  background-image: linear-gradient(to right, #121fc8 , #131421);
  
 
  cursor: pointer;
  border-color: #000000;
  color: white;
	
}




.parallax-btn:focus {
	color: #fff;
}

.parallax-btn:hover {
    background-image: linear-gradient(to right, #ffb347 , #ffcc33);
  color: black;
	
}

.parallax-content-01 {
	text-align: center;
	padding: 0 20px;
	position: relative;
	z-index: 10;
}

.img-position-01 {
	margin-left: -50%;
}

.img-position-02 {
	margin-left: -76%;
}

/*/ Accordion /*/
.accordion-wrapp {
	padding: 115px 0 0 83px;
	max-width: 600px;
	display: inline-block;
}

.accordion-01__title {
	font-size: 21px;
	line-height: 20px;
	color: #303638;
	font-weight: 300;
	margin: 0;
	padding-left: 51px;
	position: relative;
	cursor: pointer;
	margin-bottom: 34px;
}

.accordion-01__title::before {
	font-family: 'CircularStd';
	content: '\f107';
	line-height: 31px;
	display: inline-block;
	height: 31px;
	width: 31px;
	color: #c2c3c3;
	background: #eeeeee;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: -6px;
	left: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	text-align: center;
}

.accordion-01__title.state-active {
	margin-bottom: 0;
}

.accordion-01__title.state-active::before {
	font-family: 'CircularStd';
	content: '\f106';
	color: #fff;
	background-color: #e69500;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.accordion-01__body {
	display: none;
	padding-top: 17px;
	padding-bottom: 27px;
}

.accordion-01__text p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #727e85;
}

/*/ Owl carousel /*/
.owl-theme-01 {
	padding: 0 45px;
}

.owl-theme-01 .owl-item {
	padding: 35px;
}

.owl-theme-01 .owl-prev {
	font-size: 0;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	color: #b5bbbe;
	border: 1px solid #b5bbbe;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-theme-01 .owl-prev::before {
	font-family: 'CircularStd';
	font-size: 22px;
	line-height: 38px;
	display: inline-block;
	vertical-align: middle;
	content: '\f104';
	color: #b6bcc0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-theme-01 .owl-prev:hover {
	background-color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
}

.owl-theme-01 .owl-prev:hover::before {
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-theme-01 .owl-next {
	font-size: 0;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	color: #b5bbbe;
	border: 1px solid #b5bbbe;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-theme-01 .owl-next::before {
	font-family: 'CircularStd';
	font-size: 22px;
	line-height: 38px;
	display: inline-block;
	vertical-align: middle;
	content: '\f105';
	color: #b6bcc0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-theme-01 .owl-next:hover {
	background-color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
	transition: 0.5s all;
}

.owl-theme-01 .owl-next:hover::before {
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-theme-01__item {
	background-color: #fff;
	min-height: 50px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
	padding: 29px 38px 21px;
	position: relative;
}

.owl-theme-01__item-img {
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	max-width: 80px;
	position: absolute;
	top: -30px;
	left: -30px;
}

.owl-theme-01__item-img img {
	display: block;
	width: 100%;
}

.owl-theme-01__item-header {
	border-bottom: 1px solid #e9ecef;
	padding-left: 34px;
	padding-bottom: 13px;
	padding-right: 45px;
	position: relative;
}

.owl-theme-01__item-header::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url("../img/icon_01.png") no-repeat center center;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 2px;
	right: 4px;
}

.owl-theme-01__item-title {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	margin: 0 0 6px;
}

.owl-theme-01__item-subtitle {
	font-size: 14px;
	line-height: 16px;
	font-weight: 200;
	margin: 0;
}

.owl-theme-01__item-content {
	padding-top: 21px;
}

.owl-theme-01__item-content p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 200;
}

.owl-theme-01__item-content p:last-child {
	margin-bottom: 0;
}

.owl-carousel.owl-option-02 {
	max-width: 765px;
	max-height: 99px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	float: none;
	padding: 0 80px;
	position: relative;
}

.owl-carousel.owl-option-02.owl-loaded {
	max-height: none;
	overflow: visible;
}

.owl-carousel.owl-option-02 .item {
	display: inline-block;
	vertical-align: middle;
}

.owl-carousel.owl-option-02 .owl-prev {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	margin-top: -22px;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-02 .owl-prev::before {
	font-family: 'CircularStd';
	content: '\f104';
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-02 .owl-prev:hover {
	background-color: #fff;
}

.owl-carousel.owl-option-02 .owl-prev:hover::before {
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-02 .owl-prev.disabled {
	background-color: #fff;
}

.owl-carousel.owl-option-02 .owl-prev.disabled::before {
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-02 .owl-next {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	width: 40px;
	height: 40px;
	margin-top: -22px;
	border: 1px solid #fff;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-02 .owl-next::before {
	font-family: 'CircularStd';
	content: '\f105';
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-02 .owl-next:hover {
	background-color: #fff;
}

.owl-carousel.owl-option-02 .owl-next:hover::before {
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-02 .owl-next.disabled {
	background-color: #fff;
}

.owl-carousel.owl-option-02 .owl-next.disabled::before {
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-02__box-01 {
	background-color: #fff;
	width: 99px;
	height: 99px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display: inline-block;
	vertical-align: middle;
}

.owl-option-02__box-01:hover {
	background-color: #a7ce4e;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-02__box-01:hover .owl-option-02__title {
	color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-02__box-01:hover .hov-img-01 {
	background: url("../img/icon/icon_01.png") no-repeat center top;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-02__box-01:hover .hov-img-02 {
	background: url("../img/icon/icon_02.png") no-repeat center top;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-02__box-01:hover .hov-img-03 {
	background: url("../img/icon/icon_03.png") no-repeat center top;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-02__box-01:hover .hov-img-04 {
	background: url("../img/icon/icon_04.png") no-repeat center top;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-02__box-01:hover .hov-img-05 {
	background: url("../img/icon/icon_05.png") no-repeat center top;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-02__img-wrapp {
	display: inline-block;
	vertical-align: top;
}

.owl-option-02__title {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #303638;
	font-weight: 400;
	margin: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.hov-img-01 {
	width: 35px;
	height: 35px;
	background: url("../img/icon/icon_01.png") no-repeat center bottom;
	margin-top: 14px;
	margin-bottom: 15px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.hov-img-02 {
	width: 35px;
	height: 35px;
	background: url("../img/icon/icon_02.png") no-repeat center bottom;
	margin-top: 14px;
	margin-bottom: 15px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.hov-img-03 {
	width: 37px;
	height: 35px;
	background: url("../img/icon/icon_03.png") no-repeat center bottom;
	margin-top: 14px;
	margin-bottom: 15px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.hov-img-04 {
	width: 37px;
	height: 35px;
	background: url("../img/icon/icon_04.png") no-repeat center bottom;
	margin-top: 14px;
	margin-bottom: 15px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.hov-img-05 {
	width: 35px;
	height: 35px;
	background: url("../img/icon/icon_05.png") no-repeat center bottom;
	margin-top: 14px;
	margin-bottom: 15px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-03 {
	padding: 0 28px;
	overflow: hidden;
}

.owl-option-03 .owl-stage-outer {
	overflow: visible;
}

.owl-option-03 .owl-prev {
	font-size: 0;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 20;
	margin-top: -101px;
	cursor: pointer;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
}

.owl-option-03 .owl-prev::before {
	font-family: 'CircularStd';
	content: '\f104';
	font-size: 22px;
	line-height: 38px;
	color: #303638;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-03 .owl-prev:hover {
	background-color: #a0ce4e;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-03 .owl-prev:hover::before {
	color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-03 .owl-next {
	font-size: 0;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 20;
	margin-top: -101px;
	cursor: pointer;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
}

.owl-option-03 .owl-next::before {
	font-family: 'CircularStd';
	content: '\f105';
	font-size: 22px;
	line-height: 38px;
	color: #303638;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-03 .owl-next:hover {
	background-color: #a0ce4e;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-03 .owl-next:hover::before {
	color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-04 {
	padding: 0 28px;
	overflow: hidden;
}

.owl-option-04 .owl-stage-outer {
	overflow: visible;
}

.owl-option-04 .owl-prev {
	font-size: 0;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 20;
	margin-top: -101px;
	cursor: pointer;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
}

.owl-option-04 .owl-prev::before {
	font-family: 'CircularStd';
	content: '\f104';
	font-size: 22px;
	line-height: 38px;
	color: #303638;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-04 .owl-prev:hover {
	background-color: #a0ce4e;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-04 .owl-prev:hover::before {
	color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-04 .owl-next {
	font-size: 0;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 20;
	margin-top: -101px;
	cursor: pointer;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
}

.owl-option-04 .owl-next::before {
	font-family: 'CircularStd';
	content: '\f105';
	font-size: 22px;
	line-height: 38px;
	color: #303638;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-04 .owl-next:hover {
	background-color: #a0ce4e;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-04 .owl-next:hover::before {
	color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-04 .item .product-list__item {
	width: 100%;
}

/*/ Counter /*/
.counter-01 {
	margin-bottom: 50px;
}

.counter-01::after {
	content: '';
	display: table;
	clear: both;
}

.counter-01 .shortcode_counter {
	float: left;
	text-align: left;
	width: 33.33%;
	padding-right: 20px;
}

.counter-01 .shortcode_counter:last-of-type {
	padding-right: 0;
}

.counter-01 .stat_count {
	font-size: 48px;
	line-height: 48px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #8bc46e;
}

.counter-01 .counter_title {
	font-size: 18px;
	line-height: 20px;
	color: #727e85;
	font-weight: 200;
}

.counter-02::after {
	content: '';
	display: table;
	clear: both;
}

.counter-02 .shortcode_counter {
	float: left;
	text-align: left;
	width: 25%;
	padding-right: 20px;
}

.counter-02 .shortcode_counter:last-of-type {
	padding-right: 0;
}

.counter-02 .stat_count {
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}

.counter-02 .counter_title {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	font-weight: 200;
	text-align: center;
}

.stat_temp {
	width: 0 !important;
	display: none !important;
}

/*/ Skills /*/
.module_skills {
	padding-top: 20px;
}

.skills_list {
	padding: 0;
	margin: 0;
}

.skills_list li {
	display: block;
	list-style: none;
	position: relative;
	margin-bottom: 17px;
}

.skills_list li::before {
	display: none;
}

.skills_list li::after {
	display: none;
}

.skill_div-style {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	height: 5px;
	background: -webkit-gradient(linear, left top, right top, from(#121fc8), to(#4da7cc));
	background: -webkit-linear-gradient(left, #121fc8 0%, #4da7cc 100%);
	background: linear-gradient(to right, #121fc8 0%, #4da7cc 100%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.skill-title {
	font-size: 14px;
	line-height: 16px;
	color: #727e85;
	font-weight: 200;
	margin: 0 0 12px;
}

.skill_percent {
	font-size: 14px;
	line-height: 16px;
	color: #303638;
	font-weight: 400;
	text-align: right;
	width: 0;
	position: absolute;
	padding-left: 120px;
	margin: 0;
	z-index: 5;
	left: 0;
	top: 0;
}

.diagram_bar {
	background: #eaeaea;
	height: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

/*/ Circle progress bar /*/
.progress-circle-wrapp {
	padding-top: 30px;
	padding-left: 36px;
}

.progress-circle-wrapp .progress-circle-item {
	margin-right: 97px;
}

.progress-circle-wrapp .progress-circle-item:last-child {
	margin-right: 0;
}

.progress-circle-wrapp .progress-circle-item {
	margin-bottom: 30px;
}

.progress-circle-item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.progress-circle {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 155px;
	height: 155px;
	margin-bottom: 17px;
}

.progress-circle__value {
	font-size: 22px;
	line-height: 90px;
	color: #303638;
	font-weight: 600;
	text-align: center;
	position: absolute;
	width: 90px;
	height: 90px;
	margin-left: -45px;
	margin-top: -45px;
	left: 50%;
	top: 50%;
	background-color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.progress-circle__text {
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	color: #303638;
	margin-bottom: 0;
}

/*/ Pretty Photo /*/
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}

.pp_close {
	position: absolute;
	top: 0;
	right: -5px;
	font-size: 0;
	line-height: 0;
}

.pp_close::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url("../img/process/close_icon.png") no-repeat center center;
	width: 30px;
	height: 30px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.pp_close:hover::before {
	opacity: 0.5;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.pp_expand {
	position: absolute;
	top: 0;
	right: 30px;
	text-align: center;
	width: 40px;
	height: 40px;
	background: rgba(48, 54, 56, 0.5);
	font-size: 0;
	line-height: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.pp_expand::before {
	font-family: 'CircularStd';
	content: '\f065';
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	width: 40px;
	height: 40px;
}

.pp_expand:hover {
	background: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
	cursor: pointer;
}

.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}

.pp_description {
	display: none;
	margin: 0;
}

.pp_social {
	float: left;
	margin: 0;
}

.pp_social .facebook {
	display: none;
}

.pp_social .twitter {
	display: none;
}

.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0;
}

.pp_arrow_previous,
.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}

.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}

.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative;
}

.pp_gallery ul {
	float: left;
	height: 35px;
	position: relative;
	white-space: nowrap;
	margin: 0 0 0 5px;
	padding: 0;
}

.pp_fade,
.pp_gallery li.default a img {
	display: none;
}

.pp_loaderIcon {
	display: block;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	position: absolute;
	top: 50%;
	width: 50px;
	background: url("../img/circles_loader.svg") center center no-repeat;
	background-size: cover;
}

/*/ Back to Top /*/
.back2top {
	position: fixed;
	z-index: 999;
	width: 45px;
	height: 45px;
	background: #e69500;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: none;
	bottom: 30px;
	right: 30px;
	text-indent: -9999px;
	-webkit-transition: background-color 300ms, bottom 400ms;
	transition: background-color 300ms, bottom 400ms;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}

.back2top::after {
	content: '';
	position: absolute;
	left: 16px;
	top: 20px;
	width: 12px;
	height: 7px;
	background: url("../img/back2top__img.png") no-repeat center center;
}

.back2top:hover {
	background-color: #ccc;
}

/*// Swipebox //*/
#swipebox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#swipebox-container {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#swipebox-slider {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
	cursor: pointer;
}

#swipebox-slider .slide {
	height: 100%;
	width: 100%;
	padding: 70px;
	line-height: 1px;
	text-align: center;
	display: inline-block;
}

#swipebox-slider .slide::before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#swipebox-slider img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}

#swipebox-title {
	display: block;
	width: 100%;
	text-align: center;
}

#swipebox-overlay {
	background: rgba(0, 0, 0, 0.8);
}

#swipebox-close {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 30px;
	height: 30px;
}

#swipebox-close::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url("../img/process/close_icon.png") no-repeat center center;
	width: 30px;
	height: 30px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

#swipebox-close:hover::before {
	opacity: 0.5;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

#swipebox-prev {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -25px;
	width: 20px;
	height: 50px;
	z-index: 1000;
}

#swipebox-prev::before {
	font-family: 'CircularStd';
	content: '\f104';
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	opacity: 0.5;
}

#swipebox-prev:hover::before {
	opacity: 1;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

#swipebox-next {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -25px;
	width: 20px;
	height: 50px;
	z-index: 1000;
}

#swipebox-next::before {
	font-family: 'CircularStd';
	content: '\f105';
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	opacity: 0.5;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

#swipebox-next:hover::before {
	opacity: 1;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
	opacity: 1;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
	-webkit-animation: rightSpring 0.3s;
	animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
	-webkit-animation: leftSpring 0.3s;
	animation: leftSpring 0.3s;
}

.slide-loading {
	background: url(../img/loader.svg) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
	background: none;
	width: 98%;
	height: 100%;
	position: fixed;
	left: 0;
	display: block;
	text-align: right;
}

@-webkit-keyframes rightSpring {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@keyframes rightSpring {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes leftSpring {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

@keyframes leftSpring {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

/*/ Typed plugin /*/
.typed-cursor {
	opacity: 1;
	font-weight: 200;
	display: inline-block;
	vertical-align: middle;
	-webkit-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*============================================
//  Pages:
*/
/*/=== Home page type 1 ===/*/
.home-01 .wrapp-header {
	background: url("../img/bg_header.jpg") #121FC8 no-repeat center top;
	padding-bottom: 0px;
	background-size: cover;
}

.home-01 .info-box-01 {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-01 .social-list-01 li a i {
	color: #fff;
}

.home-01 .contact-block-01__email {
	color: #fff;
	opacity: 0.7;
}

.home-01 .contact-block-01__email:hover {
	color: #a0ce4e;
	opacity: 1;
}

.home-01 .contact-block-01__phone {
	color: #fff;
	opacity: 0.7;
}

.home-01 .contact-block-01__lang {
	color: #fff;
	opacity: 0.7;
}

.home-01 .contact-block-01__lang:hover {
	color: #a0ce4e;
}

.home-01 .main-nav {
	padding-top: 20px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.home-01 .main-nav__list {
	padding-top: 0;
}

.home-01 .main-nav__list > li > a {
	color: #fff;
}

.home-01 .main-nav__list > li > a:hover {
	color: #e69500;
}

.home-01 .main-nav__list > li.active > a {
	color:  #e69500;
}

.home-01 .search-block {
	margin-top: 11px;
}

.home-01 .search-btn::before {
	background: url("../img/search_img_02.png") no-repeat center center;
}

.home-01 .product-list__item {
	width: 262px;
	margin-right: 30px;
}

.home-01 .product-list__item:last-child {
	margin-right: 0;
}

.home-01 .product-list__item:nth-child(4n) {
	margin-right: 0;
}

.home-01 .product-list {
	margin-bottom: 20px;
}

/*/ Header select /*/
.search-bg {
	width: 100%;
	padding-top: 15px;
	text-align: center;
	font-size: 0;
	margin-bottom: 100px;
}

.search-bg__title {
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 19px;
}

.search-bg__title span {
	font-weight: 500;
}

.search-bg__text {
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-border-radius: 30px 30px 30px 30px;
	
	-moz-border-radius:30px 30px 30px 30px;
	
	border-radius: 30px 30px 30px 30px;
	border: none;
	width: 100%;
	max-width: 325px;
	height: 51px;
	padding: 15px 45px 15px 34px;
	font-size: 16px;
	color: #000;
	font-weight: 650;
}

.search-bg__text::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 700;
	color: #727e85;
	opacity: 1;
}

.search-bg__text::-moz-placeholder {
	font-size: 14px;
	font-weight: 300;
	color: #727e85;
	opacity: 1;
}

.search-bg__text:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 300;
	color: #727e85;
	opacity: 1;
}

.search-bg__text:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 700;
	color: #727e85;
	opacity: 1;
}

.search-bg__text-2 {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 650;
	border: none;
	background: #fff;
	color: #000;
	padding: 15px 85px 15px 30px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	text-transform: capitalize;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	height: 50px;
	margin-left: 5px;
	/*width: 100%;*/
	max-width: 325px;
	border: 1px solid E7EEF9;
}

.search-bg__text-2::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 700;
	color: #727e85;
	opacity: 1;
}

.search-bg__text-2::-moz-placeholder {
	font-size: 14px;
	font-weight: 300;
	color: #727e85;
	opacity: 1;
}

.search-bg__text-2:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 300;
	color: #727e85;
	opacity: 1;
}

.search-bg__text-2:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 300;
	color: #727e85;
	opacity: 1;
}

.search-bg__btn {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	border: none;
	background: #a3ce4e;
	color: #fff;
	padding: 15px 45px 15px 34px;
	-webkit-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0;
	text-transform: uppercase;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	min-height: 50px;
}

.search-bg__btn:hover {
	background-color: #7fa538;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.no-js .owl-carousel {
	display: block;
	background-color: red;
}

/*/=== Home page type 2 ===/*/
.home-02 .wrapp-header {
	background: url("../img/bg_header_02.jpg") #4ea2b4 no-repeat center top;
	padding-bottom: 80px;
	background-size: cover;
}

.home-02 .wrapp-header .btn-01:focus {
	border-color: #a0ce4e;
}

.home-02 .wrapp-header .btn-01:hover {
	border: 1px solid #fff;
	color: #fff;
}

.home-02 .info-box-01 {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-02 .social-list-01 li a i {
	color: #fff;
}

.home-02 .contact-block-01__email {
	color: #fff;
	opacity: 0.7;
}

.home-02 .contact-block-01__email:hover {
	color: #a0ce4e;
}

.home-02 .contact-block-01__phone {
	color: #fff;
	opacity: 0.7;
}

.home-02 .contact-block-01__lang {
	color: #fff;
}

.home-02 .contact-block-01__lang:hover {
	color: #a0ce4e;
}

.home-02 .logo {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin-top: 28px;
	margin-bottom: 25px;
}

.home-02 .search-block {
	margin-left: 0;
}

.home-02 .contact-block-01__lang {
	margin-left: 0;
	margin-right: 20px;
}

.home-02 .main-nav__list {
	padding-top: 0;
}

.home-02 .main-nav__list > li > a {
	color: #fff;
}

.home-02 .main-nav__list > li > a:hover {
	color: #b1ce4e;
}

.home-02 .main-nav__list > li.active > a {
	color: #b1ce4e;
}

.home-02 .product-list__item {
	width: 262px;
	margin-right: 30px;
}

.home-02 .product-list__item:last-child {
	margin-right: 0;
}

.home-02 .product-list__item:nth-child(4n) {
	margin-right: 0;
}

.home-02 .info-box-03 {
	padding-top: 140px;
	padding-bottom: 130px;
}

.home-02 .info-box-subtitle {
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 200;
	margin: 0;
	padding: 0;
	letter-spacing: 2.6px;
	margin-bottom: 14px;
}

.home-02 .info-box-title {
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: 700;
	margin: 0 0 30px;
	letter-spacing: 0.6px;
}

.home-02 .info-box-text {
	margin-bottom: 40px;
}

.home-02 .info-box-text p {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}

.home-02 .btn-01:focus {
	border-color: #a0ce4e;
}

.home-02 .btn-01:hover {
	border: 1px solid #a0ce4e;
	color: #a0ce4e;
}

.home-02 .btn-03:focus {
	border-color: #a0ce4e;
}

.info-box-title__text {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.info-box-title__text::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #fff;
}

.info-box-02__box-01 {
	float: right;
	padding-top: 10px;
}

.info-box-02__box-01 .search-block {
	margin-top: 0;
}

.info-box-02__box-01 .search-btn::before {
	background: url("../img/search_img_02.png") no-repeat center center;
}

/*/=== Home page type 3 ===/*/
.home-03 .product-list__item {
	width: 262px;
	margin-right: 30px;
}

.home-03 .product-list__item:last-child {
	margin-right: 0;
}

.home-03 .product-list__item:nth-child(4n) {
	margin-right: 0;
}

.home-03 .logo {
	float: left;
	width: 20%;
}

.home-03 .main-nav__list {
	float: right;
	width: 60%;
	text-align: center;
}

.home-03 .info-box-02__box-02 {
	float: right;
	width: 20%;
}

.home-03 .btn-01:focus {
	border-color: #a0ce4e;
}

.home-03 .btn-03:focus {
	border-color: #a0ce4e;
}

.intro-01 {
	text-align: center;
}

.intro-01 .btn-01 {
	margin: 10px 11px 10px;
}

.intro-01 .btn-03 {
	margin: 10px 11px 10px;
}

.intro-01-subtitle {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	margin: 0 0 16px;
}

.intro-01-title {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 32px;
}

.intro-01-text {
	max-width: 830px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 22px;
}

.intro-01-text p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 200;
	color: #fff;
}

.info-box-02__box-02 {
	float: right;
}

.info-box-02__box-02 .contact-block-01__lang {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #303638;
	margin-top: 17px;
	padding-right: 19px;
	margin-left: 0;
}

.info-box-02__box-02 .contact-block-01__lang::before {
	color: #a0ce4e;
	margin-right: 11px;
}

.info-box-02__box-02 .search-block {
	margin-left: 33px;
}

.home-service-01 {
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
	margin-top: -107px;
	padding: 40px 40px 22px;
}

.home-service-01::after {
	content: '';
	display: table;
	clear: both;
}

.home-service-01__box-01,
.home-service-01__box-02,
.home-service-01__box-03 {
	float: left;
	width: 33.33%;
}

.home-service-01__icon {
	margin-bottom: 34px;
}

.home-service-01__title {
	font-size: 18px;
	line-height: 20px;
	color: #303638;
	margin: 0 0 18px;
}

.home-service-01__box-01 {
	padding-right: 40px;
	position: relative;
}

.home-service-01__box-01::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 1px;
	background-color: #eeeeee;
	height: 136px;
	margin-top: -76px;
}

.home-service-01__box-02 {
	padding-right: 54px;
	padding-left: 10px;
	position: relative;
}

.home-service-01__box-02::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 35px;
	width: 1px;
	background-color: #eeeeee;
	height: 136px;
	margin-top: -76px;
}

.home-service-01__box-03 {
	padding-right: 10px;
}

/*/=== Blog listing ===/*/
.blog-listing.right {
	max-width: 800px;
	float: left;
}

.blog-listing.left {
	max-width: 800px;
	float: right;
}

.blog-listing.fullwidth {
	width: 100%;
}

.blog-listing.fullwidth .blog-post__img-02 {
	margin-right: 30px;
}

.blog-listing.fullwidth .single-related-posts__list {
	text-align: center;
	width: 100%;
}

.blog-listing.fullwidth .single-related-posts__list li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	max-width: 260px;
}

.blog-listing.fullwidth .custom-img {
	margin-bottom: 10px;
}

.blog-post {
	margin-bottom: 62px;
	border-bottom: 1px solid #e9ecef;
	padding-bottom: 62px;
	width: 100%;
}

.blog-post:last-of-type {
	margin-bottom: 50px;
}

.blog-post.single {
	padding-bottom: 28px;
}

.blog-post.single .blog-post__text {
	margin-bottom: 50px;
}

.blog-post__img {
	display: block;
	width: 100%;
	margin-bottom: 23px;
}

.blog-post__img a {
	display: block;
}

.blog-post__img img {
	display: block;
	width: 100%;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.blog-post__meta {
	margin-bottom: 16px;
}

.blog-post__meta-list {
	padding: 0;
	margin: 0;
}

.blog-post__meta-list li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding-right: 19px;
	position: relative;
}

.blog-post__meta-list li::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 4px;
	height: 4px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #a0ce4e;
}

.blog-post__meta-list li:last-child {
	padding-right: 0;
}

.blog-post__meta-list li:last-child::before {
	display: none;
}

.blog-post__meta-list li p {
	font-size: 14px;
	line-height: 16px;
	color: #727e85;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.blog-post__meta-author a {
	color: #727e85;
}

.blog-post__meta-author a:hover {
	color: #a0ce4e;
}

.blog-post__title {
	font-size: 34px;
	line-height: 36px;
	color: #303638;
	font-weight: 600;
	margin: 0 0 24px;
}

.blog-post__title a {
	color: #303638;
	font-weight: 600;
}

.blog-post__title a:hover {
	color: #a0ce4e;
}

.blog-post__btn-wrapp::after {
	content: '';
	display: table;
	clear: both;
}

.blog-post__text {
	margin-bottom: 27px;
}

.blog-post__text img {
	display: block;
	float: left;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.blog-post__img-01 {
	max-width: 100%;
	width: 385px;
	margin-right: 29px;
	margin-top: 23px;
	margin-bottom: 22px;
}

.blog-post__img-02 {
	max-width: 100%;
	width: 385px;
	margin-top: 23px;
	margin-bottom: 22px;
}

.blog-post__btn {
	font-size: 16px;
	line-height: 23px;
	position: relative;
	float: left;
}

.blog-post__btn::after {
	font-family: 'CircularStd';
	content: '\f105';
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.blog-post__likes {
	font-size: 14px;
	line-height: 21px;
	color: #727e85;
	font-weight: 200;
	float: right;
}

.blog-post__likes::before {
	font-family: 'FontAwesome';
	content: '\f08a';
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	color: #fe3f4c;
	margin-right: 9px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.blog-post__likes:hover {
	color: #ccc;
}

.blog-post__likes:hover::before {
	color: #ccc;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.post-tag-list {
	margin: 0;
	padding: 0;
	float: left;
}

.post-tag-list li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.post-tag-list li:last-child {
	margin-right: 0;
}

.post-tag-list li a {
	font-size: 13px;
	color: #727e85;
	padding: 5px 10px;
	font-weight: 200;
	display: inline-block;
	vertical-align: middle;
	background-color: #f8f8f8;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.post-tag-list li a:hover {
	background-color: #a0ce4e;
	color: #fff;
}

.preview_share_wrapper {
	display: block;
	float: right;
	position: relative;
	width: 45px;
	-webkit-transition: width 400ms;
	transition: width 400ms;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	padding: 0 24px 0 0;
}

.preview_share_wrapper:hover .preview_share_block {
	visibility: visible;
	width: 200px;
	opacity: 1;
}

.preview_share_wrapper:hover .share_facebook {
	left: 0;
	opacity: 1;
}

.preview_share_wrapper:hover .share_twitter {
	left: 47px;
	opacity: 1;
}

.preview_share_wrapper:hover .share_gplus {
	left: 93px;
	opacity: 1;
}

.preview_share_wrapper:hover .share_pinterest {
	left: 140px;
	opacity: 1;
}

.preview_share_wrapper:hover a {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.preview_share_block {
	width: 200px;
	height: 35px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: -5px;
	right: 50px;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	visibility: hidden;
}

.preview_share_block a {
	font-size: 14px;
	line-height: 45px;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: block;
	position: absolute;
	left: 165px;
	top: 0;
	text-align: center;
	margin-left: 10px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 0;
	-webkit-transition: background 400ms, left 400ms, opacity 400ms, -webkit-transform 400ms;
	transition: background 400ms, left 400ms, opacity 400ms, -webkit-transform 400ms;
	transition: background 400ms, transform 400ms, left 400ms, opacity 400ms;
	transition: background 400ms, transform 400ms, left 400ms, opacity 400ms, -webkit-transform 400ms;
}

.preview_share_toggler {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.share_facebook {
	background: #234fb1;
}

.share_facebook:hover {
	-webkit-box-shadow: 0 5px 7px 0 rgba(35, 79, 177, 0.35);
	box-shadow: 0 5px 7px 0 rgba(35, 79, 177, 0.35);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.share_twitter {
	background: #4ea1ee;
}

.share_twitter:hover {
	-webkit-box-shadow: 0 5px 7px 0 rgba(78, 161, 238, 0.35);
	box-shadow: 0 5px 7px 0 rgba(78, 161, 238, 0.35);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.share_gplus {
	background: #c7452d;
}

.share_gplus:hover {
	-webkit-box-shadow: 0 5px 7px 0 rgba(199, 69, 45, 0.35);
	box-shadow: 0 5px 7px 0 rgba(199, 69, 45, 0.35);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.share_pinterest {
	background: #fd4851;
}

.share_pinterest:hover {
	-webkit-box-shadow: 0 5px 7px 0 rgba(253, 72, 81, 0.35);
	box-shadow: 0 5px 7px 0 rgba(253, 72, 81, 0.35);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/*/ Blog post format - slider /*/
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 22px;
}

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	vertical-align: top;
	display: block;
}

.nivoSlider .nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}

.nivo-prevNav {
	font-size: 0;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 20;
	margin-top: -20px;
	cursor: pointer;
	text-align: center;
}

.nivo-prevNav::before {
	font-family: 'CircularStd';
	content: '\f104';
	font-size: 22px;
	line-height: 38px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.nivo-prevNav:hover {
	background-color: #fff;
}

.nivo-prevNav:hover::before {
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.nivo-nextNav {
	font-size: 0;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 20;
	margin-top: -20px;
	cursor: pointer;
	text-align: center;
}

.nivo-nextNav::before {
	font-family: 'CircularStd';
	content: '\f105';
	font-size: 22px;
	line-height: 38px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.nivo-nextNav:hover {
	background-color: #fff;
}

.nivo-nextNav:hover::before {
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.nivo-main-image {
	display: block;
	position: relative !important;
	width: 100% !important;
}

.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}

.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}

.nivo-box img {
	display: block;
}

.nivo-caption {
	position: absolute;
	overflow: hidden;
	display: none;
}

.nivo-html-caption {
	display: none;
}

/*/ Blog post format - video /*/
.video_frame {
	width: 100%;
	border: none;
	display: block;
}

.service-video .video_bg {
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
}

.video_bg {
	position: relative;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
	margin-bottom: 23px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.video_bg iframe {
	opacity: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	position: relative;
	z-index: 9;
}

.video_img-01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	z-index: 11;
	background-image: url("../img/blog_post/blog_post_05.jpg");
}

.video_img-02 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	z-index: 11;
	background-image: url("../img/service_img.jpg");
}

.video_img-03 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	z-index: 11;
	background-image: url("../img/img_05.jpg");
}

.play-video {
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 50%;
	width: 65px;
	height: 65px;
	margin: -33px 0 0 -33px;
	background: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: white;
	text-indent: -9999px;
}

.play-video::after {
	content: '';
	position: absolute;
	left: 27px;
	top: 23px;
	width: 20px;
	height: 20px;
	background: url("../img/video_play_img.png");
}

.play-video:hover {
	background: rgba(255, 255, 255, 0.8);
}

.play-video:hover::after {
	opacity: 0.8;
}

.show_video_now .video_img-01,
.show_video_now .video_img-02,
.show_video_now .video_img-03 {
	opacity: 0;
	z-index: 9;
}

.show_video_now .play-video {
	opacity: 0;
	z-index: -1;
}

.show_video_now.video_bg iframe {
	opacity: 1;
	z-index: 11;
}

.custom-img {
	width: 100%;
}

/*/ Blog post format - link format /*/
.link-format {
	margin-bottom: 26px;
}

.link-format__title {
	font-size: 30px;
	line-height: 32px;
	color: #727e85;
	font-weight: 200;
	position: relative;
	padding-left: 42px;
	margin-bottom: 32px;
}

.link-format__title::before {
	font-family: 'CircularStd';
	content: '\f0c1';
	font-size: 30px;
	color: #a0ce4e;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 4px;
	left: 0;
}

.link-format__subtitle {
	font-size: 20px;
	color: #303638;
	font-weight: 600;
	margin: 0;
}

/*/ Blog post format - link format /*/
.music-format {
	width: 100%;
	margin-bottom: 30px;
}

.music-format iframe {
	border: none;
	width: 100%;
}

/*/ Blog pagination /*/
.blog-pagination {
	margin: 0 0 42px;
}

.pagination-list {
	text-align: center;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.pagination-list li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}

.pagination-list li a {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	color: #727e85;
	min-width: 30px;
	min-height: 22px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 100%;
	background-color: #f8f8f8;
	padding: 4px;
}

.pagination-list li a:hover {
	background-color: #a0ce4e;
	color: #f8f8f8;
}

.pagination-list li.active a {
	background-color: #a0ce4e;
	color: #f8f8f8;
}

.pagination-list li:last-child a {
	font-size: 0;
	line-height: 0;
	position: relative;
	background-color: transparent;
	text-align: left;
}

.pagination-list li:last-child a::before {
	font-family: 'CircularStd';
	content: '\f105';
	font-size: 16px;
	line-height: 26px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	color: #727e85;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	top: 0;
	left: 0;
}

.pagination-list li:last-child a:hover::before {
	color: #a0ce4e;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/*/ Sidebar //*/
.blog-listing-sidebar {
	width: 100%;
	max-width: 340px;
}

.blog-listing-sidebar.right {
	float: right;
	padding-left: 30px;
}

.blog-listing-sidebar.left {
	float: left;
	padding-right: 30px;
}

.blog-listing-sidebar .widget-title {
	font-size: 30px;
	line-height: 32px;
	color: #303638;
	font-weight: 600;
	margin: 0 0 32px;
}

.blog-listing-sidebar .widget {
	margin-bottom: 36px;
}

.blog-listing-sidebar .categories {
	margin-bottom: 62px;
}

.blog-listing-sidebar .related-posts {
	margin-bottom: 64px;
}

.blog-listing-sidebar .instagram {
	margin-bottom: 59px;
}

.blog-listing-sidebar .text-widget .widget-title {
	margin-bottom: 7px;
}

/*/ Search /*/
.search-form {
	width: 100%;
}

.sidebar-search-block {
	max-width: 400px;
}

.sidebar-search {
	width: 100%;
}

.sidebar-search__label {
	border: 1px solid #d4d8da;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	width: 100%;
	display: block;
	margin: 0;
	padding: 6px 18px;
	position: relative;
}

.sidebar-search__inp-text {
	display: inline-block;
	vertical-align: middle;
	border: none;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	width: 100%;
	height: 36px;
	padding: 5px 10px;
}

.sidebar-search__inp-text::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.sidebar-search__inp-text::-moz-placeholder {
	font-size: 14px;
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.sidebar-search__inp-text:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.sidebar-search__inp-text:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.sidebar-search__inp-btn {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 16px;
	right: 30px;
	font-size: 0;
	line-height: 0;
	border: none;
	background-color: transparent;
	color: #727e85;
	font-weight: 400;
}

.sidebar-search__inp-btn::before {
	font-family: 'CircularStd';
	content: '\f002';
	font-size: 16px;
	line-height: 16px;
	color: #727e85;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.sidebar-search__inp-btn:hover::before {
	color: #a0ce4e;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/*/ Categories /*/
.categories-list {
	padding: 0;
	margin: 0;
}

.categories-list li {
	display: block;
	list-style: none;
	padding-left: 33px;
	position: relative;
	margin-bottom: 13px;
}

.categories-list li::before {
	font-family: 'CircularStd';
	content: '\f07b';
	font-size: 14px;
	line-height: 16px;
	color: #727e85;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 4px;
	left: 0;
}

.categories-list li a {
	font-size: 16px;
	line-height: 18px;
	color: #727e85;
	font-weight: 200;
	display: inline-block;
	vertical-align: middle;
}

.categories-list li a:hover {
	color: #7eaa2f;
}

.categories-list li ul {
	padding: 12px 0 0;
}

.categories-list li ul li {
	padding-left: 15px;
}

.categories-list li ul li::before {
	left: -17px;
	color: #a0ce4e;
}

.categories-list li ul li a {
	display: inline-block;
	vertical-align: middle;
	color: #a0ce4e;
}

/*/ Related posts /*/
.related-posts__list {
	margin: 0;
	padding: 0;
}

.related-posts__list li {
	list-style: none;
	margin-bottom: 20px;
}

.related-posts__list li::after {
	content: '';
	display: table;
	clear: both;
}

.related-posts__img {
	float: left;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-right: 20px;
}

.related-posts__img a {
	display: inline-block;
	vertical-align: middle;
}

.related-posts__img a img {
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.related-posts__data {
	padding-top: 10px;
	color: #727e85;
	font-weight: 200;
	margin-bottom: 6px;
}

.related-posts__title {
	font-size: 18px;
	line-height: 20px;
	color: #303638;
	font-weight: 600;
	margin: 0;
}

.related-posts__title a {
	color: #303638;
}

.related-posts__title a:hover {
	color: #a0ce4e;
}

/*/ Tags cloud /*/
.tags-cloud__list {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.tags-cloud__list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 10px 0;
}

.tags-cloud__list li a {
	font-size: 13px;
	line-height: 17px;
	color: #727e85;
	font-weight: 200;
	background-color: #f8f8f8;
	display: inline-block;
	vertical-align: middle;
	padding: 9px 14px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.tags-cloud__list li a:hover {
	color: #fff;
	background-color: #a0ce4e;
}

/*/ Instagram /*/
.instagram__list {
	padding: 0;
	font-size: 0;
}

.instagram__list li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	margin-bottom: 7px;
}

.instagram__list li a {
	display: inline-block;
	vertical-align: middle;
}

.instagram__list li a img {
	display: block;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.text-widget img {
	width: 100%;
	max-width: 300px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	display: block;
}

/*/ Comments /*/
.comments {
	margin-bottom: 35px;
}

.comments::after {
	content: '';
	display: table;
	clear: both;
}

.comments-title {
	font-size: 30px;
	line-height: 32px;
	color: #303638;
	margin-top: 0;
	margin-bottom: 46px;
}

.comments__list {
	padding: 0;
	margin: 0;
}

.comments__list li {
	display: block;
	list-style: none;
}

.comments__list li::after {
	content: '';
	display: table;
	clear: both;
}

.comments__list > li {
	margin-bottom: 20px;
}

.comments__user-wrapp {
	float: left;
	width: 13%;
}

.comments__user-img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.comments__content {
	float: left;
	width: 85%;
}

.comments__user-name {
	font-size: 18px;
	line-height: 15px;
	color: #303638;
	margin: 0 0 8px;
}

.comments__data {
	font-size: 14px;
	line-height: 16px;
	font-weight: 200;
	color: #727e85;
	margin: 0 0 11px;
}

.comments__content {
	position: relative;
}

.comments__reply {
	position: absolute;
	top: -4px;
	right: 0;
	color: #727e85;
	font-size: 13px;
}

.comments__reply::before {
	font-family: 'CircularStd';
	content: '\f122';
	margin-right: 5px;
}

.comments__reply:hover {
	color: #a0ce4e;
}

.comments__child-list {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-left: 111px;
}

.comments__child-list .comments__user-wrapp {
	width: 15%;
}

.comments__child-list .comments__content {
	width: 85%;
}

.comments__child-list > li:last-child {
	margin-bottom: 0;
}

/*/ Reply form /*/
.reply-form {
	padding-bottom: 44px;
}

.reply-form::after {
	content: '';
	display: table;
	clear: both;
}

.reply-form__title {
	font-size: 30px;
	line-height: 32px;
	font-weight: 600;
	margin: 0 0 46px;
}

.reply-form__form::after {
	content: '';
	display: table;
	clear: both;
}

.reply-form__box-01 {
	width: 50%;
	float: left;
	padding-right: 12px;
	margin-bottom: 20px;
}

.reply-form__box-01 label{
    padding-top:15px;
    font-family: 'CircularStd';
        font-weight: 600;
}

select,textarea{
    font-family: 'CircularStd' !important;
}

#btncheckout{
    margin-bottom:30px;
    display:block;
}

.reply-form__box-02 {
	width: 50%;
	float: left;
	padding-left: 12px;
	margin-bottom: 22px;
}

.reply-form__box-03 {
	float: left;
	width: 100%;
	padding-bottom: 22px;
}

.reply-form__box-04 {
	float: left;
	width: 100%;
	margin-bottom: 18px;
}

.reply-form__name {
	width: 100%;
	border: 1px solid #86d7ff;
	height: 45px;
	padding: 5px 29px;
	margin-bottom:10px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.reply-form__name::-webkit-input-placeholder {
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.reply-form__name::-moz-placeholder {
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.reply-form__name:-ms-input-placeholder {
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.reply-form__name:-ms-input-placeholder {
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.reply-form__email {
	width: 100%;
	border: 1px solid #86d7ff;
	height: 45px!important;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-bottom:10px;
	padding: 5px 29px;
}

.reply-form__email::-webkit-input-placeholder {
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.reply-form__email::-moz-placeholder {
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.reply-form__email:-ms-input-placeholder {
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.reply-form__email:-ms-input-placeholder {
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.reply-form__url {
	width: 100%;
	border: 1px solid #d4d8da;
	height: 48px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	padding: 5px 29px;
}

.reply-form__url::-webkit-input-placeholder {
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.reply-form__url::-moz-placeholder {
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.reply-form__url:-ms-input-placeholder {
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.reply-form__url:-ms-input-placeholder {
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.reply-form__message {
	width: 100%;
	border: 1px solid #d4d8da;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	padding: 14px 29px;
	resize: none;
	height: 120px;
}

.reply-form__message::-webkit-input-placeholder {
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.reply-form__message::-moz-placeholder {
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.reply-form__message:-ms-input-placeholder {
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

.reply-form__message:-ms-input-placeholder {
	font-weight: 200;
	color: #727e85;
	opacity: 1;
}

/*/=== Blog single post ===/*/
.single-post {
	margin-top: 79px;
	padding-bottom: 36px;
}

.single-post-nav {
	margin-bottom: 68px;
}

.single-post-nav::after {
	content: '';
	display: inline-block;
}

.single-post-nav__prew {
	float: left;
	font-size: 14px;
	line-height: 16px;
	color: #727e85;
	text-transform: uppercase;
}

.single-post-nav__prew::before {
	font-family: 'CircularStd';
	content: '\f104';
	font-size: 16px;
	color: #727e85;
	margin-right: 10px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.single-post-nav__prew:hover {
	color: #a0ce4e;
}

.single-post-nav__prew:hover::before {
	color: #a0ce4e;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.single-post-nav__next {
	float: right;
	font-size: 14px;
	line-height: 16px;
	color: #727e85;
	text-transform: uppercase;
}

.single-post-nav__next::after {
	font-family: 'CircularStd';
	content: '\f105';
	font-size: 16px;
	color: #727e85;
	margin-left: 10px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.single-post-nav__next:hover {
	color: #a0ce4e;
}

.single-post-nav__next:hover::after {
	color: #a0ce4e;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.single-related__title {
	font-size: 30px;
	line-height: 32px;
	color: #303638;
	margin: 0 0 45px;
}

.single-related-posts {
	margin-bottom: 69px;
}

.single-related-posts__list {
	padding-left: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

.single-related-posts__list li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	max-width: 245px;
	margin-right: 31px;
}

.single-related-posts__list li:last-child {
	margin-right: 0;
}

.single-related-posts__img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 18px;
}

.single-related-posts__img a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.single-related-posts__img a img {
	display: block;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	width: 100%;
}

.single-related-posts__img a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(14, 21, 30, 0.5);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	visibility: collapse;
	opacity: 0;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.single-related-posts__img a:hover::before {
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	visibility: visible;
	opacity: 1;
}

.single-related-posts__data {
	font-size: 14px;
	line-height: 16px;
	color: #727e85;
	margin-bottom: 10px;
}

.single-related-posts__title {
	font-size: 18px;
	line-height: 20px;
	color: #303638;
	margin-top: 0;
	margin-bottom: 14px;
}

.single-related-posts__title a {
	color: #303638;
}

.single-related-posts__title a:hover {
	color: #7fa538;
}

.single-related-posts__btn {
	font-size: 14px;
	line-height: 16px;
	color: #7fa538;
}

.single-related-posts__btn::after {
	font-family: 'CircularStd';
	content: '\f105';
	font-size: 16px;
	line-height: 18px;
	margin-left: 10px;
}

/*/=== Team ===/*/
.sort-group {
	text-align: center;
	padding-top: 7px;
	margin-bottom: 40px;
}

.sort-group a {
	display: inline-block;
	vertical-align: middle;
}

.sort-group--mr-01 {
	margin-bottom: 26px;
}

.sort-item {
	font-size: 16px;
	line-height: 18px;
	font-weight: 200;
	color: #727e85;
	margin: 5px 10px;
}

.sort-item.is-checked {
	color: #a0ce4e;
}

.sort-item:hover {
	color: #a0ce4e;
}

.team-block {
	margin-bottom: 50px;
	min-height:360px;
	text-align: center;
}

.team-img {
	-webkit-border-radius: 11px;
	border-radius: 11px;
	overflow: hidden;
	margin-bottom: 27px;
	position: relative;
	max-width: 370px;
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.team-img img {
	display: block;
	width: 100%;
	max-width: 370px;
	width: 100%;
}

.team-img::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 21, 30, 0);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	z-index: 10;
}

.team-img:hover .team-soc-list {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.team-img:hover::before {
	background: rgba(14, 21, 30, 0.5);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.team-title {
	text-align: center;
	margin: 0;
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	color: #303638;
}

.team-title a {
	color: #303638;
}

.team-title a:hover {
	color: #a0ce4e;
}

.team-subtitle {
	font-size: 14px;
	line-height: 30px;
	color: #a0ce4e;
	text-align: center;
}

.team-soc-list {
	margin: -5px 0 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 15;
	text-align: center;
	padding: 0;
	width: 100%;
	visibility: collapse;
	opacity: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.team-soc-list li {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	margin: 0 12px;
}

.team-soc-list li a {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
}

.team-soc-list li a:hover {
	color: #a0ce4e;
}

/*/=== Single team ===/*/
.single-team {
	margin-top: 60px;
	padding-bottom: 36px;
	padding-top: 20px;
}

.single-team p {
	margin-bottom: 14px;
}

.single-team .ul-list-01 {
	padding-top: 8px;
	padding-left: 20px;
	margin-bottom: 7px;
}

.single-team__img {
	margin-bottom: 30px;
}

.single-team__img img {
	display: block;
	width: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.single-team__info {
	-webkit-box-shadow: 0 0 24px 0 rgba(25, 35, 40, 0.09);
	box-shadow: 0 0 24px 0 rgba(25, 35, 40, 0.09);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 36px 39px 67px;
	margin-bottom: 30px;
}

.single-team__info-title {
	font-weight: 600;
	font-size: 33px;
	line-height: 36px;
	color: #303638;
	margin: 0 0 26px;
}

.single-team__info-list {
	padding: 0;
	margin: 0 0 40px;
}

.single-team__info-list li {
	font-size: 16px;
	line-height: 30px;
	font-weight: 200;
	color: #727e85;
	list-style: none;
	margin-bottom: 8px;
}

.single-team__info-list li span {
	color: #303638;
	font-weight: 600;
}

.single-team__info-list li a {
	color: #727e85;
}

.single-team__info-list li a:hover {
	color: #7fa538;
}

.single-team__info-list li:last-child {
	margin-bottom: 0;
}

.soc-list-01 {
	margin: 0;
	padding: 0;
}

.soc-list-01 li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}

.soc-list-01 li:last-child {
	margin-right: 0;
}

.soc-list-01 li a {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}

.soc-list-01 li a i {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 35px;
	color: #fff;
}

.facebook-style {
	background-color: #234fb1;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.facebook-style:hover {
	-webkit-box-shadow: 0 5px 7px 0 rgba(35, 79, 177, 0.35);
	box-shadow: 0 5px 7px 0 rgba(35, 79, 177, 0.35);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.twitter-style {
	background-color: #4ea1ee;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.twitter-style:hover {
	-webkit-box-shadow: 0 5px 7px 0 rgba(78, 161, 238, 0.35);
	box-shadow: 0 5px 7px 0 rgba(78, 161, 238, 0.35);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.google-style {
	background-color: #c7452d;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.google-style:hover {
	-webkit-box-shadow: 0 5px 7px 0 rgba(199, 69, 45, 0.35);
	box-shadow: 0 5px 7px 0 rgba(199, 69, 45, 0.35);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.pinterest-style {
	background-color: #fd4851;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.pinterest-style:hover {
	-webkit-box-shadow: 0 5px 7px 0 rgba(253, 72, 81, 0.35);
	box-shadow: 0 5px 7px 0 rgba(253, 72, 81, 0.35);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/*/=== Courses ===/*/
.product-list {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.product-list__item {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 30px;
}

.product-list__item:hover {
	-webkit-box-shadow: 0 10px 24px 0 rgba(25, 35, 40, 0.1);
	box-shadow: 0 10px 24px 0 rgba(25, 35, 40, 0.1);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.product-list__img a {
	display: block;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.product-list__img img {
	width: 100%;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	display: block;
}

.product-list__content {
	border: 1px solid #eeeeee;
	padding: 12px 18px 26px;
}

.product-list__content::after {
	content: '';
	display: table;
	clear: both;
}

.product-list__category {
	font-weight: 200;
	font-size: 12px;
	line-height: 14px;
	color: #a0ce4e;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: middle;
}

.product-list__category:hover {
	color: #000;
}

.product-list__title {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 15px;
	letter-spacing: 0.3px;
}

.product-list__title a {
	color: #303638;
}

.product-list__title a:hover {
	color: #727e85;
}

.product-list__star-list {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 0;
}

.product-list__star-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.product-list__star-list li a {
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
	color: #ffcb3e;
}

.product-list__star-list li a:hover {
	color: #a0ce4e;
}

.product-list__price {
	font-size: 12px;
	line-height: 16px;
	color: #fe3f4c;
	border: 1px solid #fe3f4c;
	padding: 3px 14px 3px;
	float: right;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	margin: -5px 0 0;
}

.product-list__item-info {
	border: 1px solid #eeeeee;
	border-top: none;
	float: left;
	width: 100%;
	padding: 12px 18px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.product-list__item-info::after {
	content: '';
	display: table;
	clear: both;
}

.item-info__text-01 {
	font-size: 14px;
	line-height: 18px;
	color: #727e85;
	margin: 0;
	float: left;
	opacity: 0.5;
	position: relative;
	padding-left: 24px;
}

.item-info__text-01::before {
	font-family: 'CircularStd';
	content: '\f02d';
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	top: 1px;
	left: 0;
}

.item-info__text-02 {
	font-size: 14px;
	line-height: 18px;
	color: #727e85;
	margin: 0;
	float: right;
	opacity: 0.5;
	position: relative;
	padding-left: 24px;
}

.item-info__text-02::before {
	font-family: 'CircularStd';
	content: '\f0c0';
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	top: 1px;
	left: 0;
}

.courses-pagination {
	padding-top: 28px;
	margin-bottom: 31px;
}

/*/=== Single course ===/*/
.single-course {
	padding: 30px 0 36px;
	margin: 50px 0 0;
}

.single-course-img {
	margin-bottom: 27px;
}

.single-course-img img {
	display: block;
	width: 100%;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.single-course__star-list {
	margin: 0 0 14px;
	padding: 0;
	font-size: 0;
}

.single-course__star-list li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

.single-course__star-list li a {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 18px;
	color: #ffcb3e;
}

.single-course__info-list {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.single-course__info-list li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 16px;
	position: relative;
}

.single-course__info-list li::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 4px;
	background-color: #a0ce4e;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.single-course__info-list li:last-child {
	padding-right: 0;
}

.single-course__info-list li:last-child::before {
	display: none;
}

.single-course__info-list li .category {
	font-size: 14px;
	line-height: 16px;
	color: #727e85;
	margin: 0;
}

.single-course__info-list li .lessons {
	font-size: 12px;
	line-height: 16px;
	color: #727e85;
	margin: 0 0 0 6px;
}

.single-course__info-list li .lessons::before {
	font-family: 'CircularStd';
	content: '\f02d';
	font-size: 14px;
	line-height: 16px;
	color: #c0c5c8;
	margin-right: 10px;
}

.single-course__info-list li .seats {
	font-size: 12px;
	line-height: 16px;
	color: #727e85;
	margin: 0 0 0 6px;
}

.single-course__info-list li .seats::before {
	font-family: 'FontAwesome';
	content: '\f0c0';
	font-size: 14px;
	line-height: 16px;
	color: #c0c5c8;
	margin-right: 10px;
}

.single-course__wrapp {
	padding-right: 40px;
	position: relative;
	margin-bottom: 26px;
}

.single-course__price-info {
	font-size: 16px;
	line-height: 18px;
	color: #fe3f4c;
	display: inline-block;
	border: 1px solid #fe3f4c;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	padding: 10px;
	max-width: 120px;
	width: 100%;
	position: absolute;
	top: 6px;
	right: 0;
	text-align: center;
}

.single-course-tabs {
	margin-bottom: 40px;
}

.single-course-tabs .tabs__caption {
	padding: 0;
	margin: 0 0 5px;
	font-size: 0;
}

.single-course-tabs .tabs__caption li {
	font-size: 14px;
	line-height: 16px;
	color: #303638;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	cursor: pointer;
	padding: 21px 10px;
	background-color: transparent;
	margin-right: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #eeeeee;
	letter-spacing: 1px;
	width: 100%;
	max-width: 180px;
	text-align: center;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.single-course-tabs .tabs__caption li.active {
	color: #fff;
	background-color: #a0ce4e;
	border: 1px solid #a0ce4e;
}

.single-course-tabs .tabs__caption li:last-child {
	margin-right: 0;
}

.single-course-tabs .tabs__caption li:hover {
	color: #fff;
	background-color: #a0ce4e;
	border: 1px solid #a0ce4e;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.tabs__content {
	display: none;
}

.tabs__content.active {
	display: block;
}

.single-course__btn-wrapp {
	text-align: left;
	margin-bottom: 76px;
}

.curriculum-list {
	padding: 8px 0 0;
}

.curriculum-list li {
	list-style: none;
}

.curriculum-list li ul {
	margin-bottom: 27px;
	padding-left: 0;
}

.curriculum-list li ul li {
	font-size: 16px;
	line-height: 18px;
	color: #727e85;
	font-weight: 300;
	border-bottom: 1px solid #e9ecef;
	padding: 17px 0 17px 35px;
	position: relative;
}

.curriculum-list li ul li::after {
	content: '';
	display: table;
	clear: both;
}

.curriculum-list li ul li::before {
	content: '';
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #a0ce4e;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 20px;
}

.curriculum-list li ul li:last-child {
	border-bottom: none;
}

.curriculum-list__title-01 {
	font-size: 18px;
	line-height: 20px;
	color: #303638;
	margin-top: 0;
	margin-bottom: 17px;
}

.curriculum-list__title-02 {
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #727e85;
}

.curriculum-list__box {
	float: left;
}

.curriculum-list__time {
	font-size: 14px;
	line-height: 16px;
	color: #fe6d76;
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}

.teachers-wrapp {
	margin-top: 14px;
}

.teachers__img {
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.teachers__img img {
	display: block;
	max-width: 100%;
}

.teachers__title {
	font-size: 24px;
	line-height: 26px;
	color: #303638;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.teachers__list {
	padding: 0;
	margin: 0;
	float: right;
}

.teachers__list li {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	margin-left: 20px;
}

.teachers__list li:first-child {
	margin-left: 0;
}

.teachers__list li a {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #bcc1c4;
}

.teachers__list li a:hover {
	color: #a0ce4e;
}

.teachers__box-01 {
	padding-top: 35px;
	margin-bottom: 9px;
}

.teachers__subtitle {
	font-size: 14px;
	line-height: 16px;
	color: #a0ce4e;
	margin: 0 0 10px;
}

.teachers__btn {
	font-size: 14px;
	line-height: 16px;
	color: #a0ce4e;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 14px;
	margin-top: 10px;
}

.teachers__btn::before {
	font-family: 'CircularStd';
	content: '\f105';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 0;
}

/*/=== About ===/*/
.about-us {
	padding-bottom: 78px;
}

.about-us h2 span {
	font-weight: 100;
}

.about-slider {
	overflow: visible;
}

.about-slider img {
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.about-slider .nivo-prevNav {
	background-color: #ffffff;
	left: -20px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
}

.about-slider .nivo-prevNav::before {
	color: #303638;
}

.about-slider .nivo-prevNav:hover {
	background-color: #a0ce4e;
	border-color: #a0ce4e;
}

.about-slider .nivo-prevNav:hover::before {
	color: #fff;
}

.about-slider .nivo-nextNav {
	background-color: #ffffff;
	right: -20px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
}

.about-slider .nivo-nextNav::before {
	color: #303638;
}

.about-slider .nivo-nextNav:hover {
	background-color: #a0ce4e;
	border-color: #a0ce4e;
}

.about-slider .nivo-nextNav:hover::before {
	color: #fff;
}

.about-img {
	margin-left: 29px;
	margin-top: -75px;
	display: block;
}

/*/ Content servises /*/
.servise-box-01 {
	padding-left: 30px;
}

.servises-item {
	padding-left: 81px;
	margin-bottom: 89px;
}

.servises-item__title {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: #303638;
	margin: 0 0 10px;
}

.servises-item__text p {
	font-size: 14px;
	line-height: 24px;
	color: #727e85;
	font-weight: 400;
}

.serv-item-01 {
	position: relative;
}

.serv-item-01::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 3px;
	left: 0;
	background: url("../img/icon2/servises-item_01.png") no-repeat center top;
	width: 50px;
	height: 50px;
	position: absolute;
}

.serv-item-02 {
	position: relative;
}

.serv-item-02::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 3px;
	left: 0;
	background: url("../img/icon2/servises-item_02.png") no-repeat center top;
	width: 50px;
	height: 50px;
	position: absolute;
}

.serv-item-03 {
	position: relative;
}

.serv-item-03::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 3px;
	left: 0;
	background: url("../img/icon2/servises-item_03.png") no-repeat center top;
	width: 50px;
	height: 50px;
	position: absolute;
}

.serv-item-04 {
	position: relative;
}

.serv-item-04::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 3px;
	left: 6px;
	background: url("../img/icon2/servises-item_04.png") no-repeat center top;
	width: 50px;
	height: 50px;
	position: absolute;
}

.serv-item-05 {
	position: relative;
}

.serv-item-05::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 3px;
	left: 1px;
	background: url("../img/icon2/servises-item_05.png") no-repeat center top;
	width: 50px;
	height: 50px;
	position: absolute;
}

.serv-item-06 {
	position: relative;
}

.serv-item-06::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 3px;
	left: 1px;
	background: url("../img/icon2/servises-item_06.png") no-repeat center top;
	width: 53px;
	height: 50px;
	position: absolute;
}

.partners_01 {
	display: inline-block;
	vertical-align: middle;
	float: none;
	max-width: 100%;
}

.hr-01 {
	margin-top: 0;
}

/*/=== Services ===/*/
.services-wrapp::after {
	content: '';
	display: table;
	clear: both;
}

.services-img-01 {
	float: left;
	margin-right: 28px;
}

.services-img-01 img {
	-webkit-border-radius: 7px;
	border-radius: 7px;
	display: block;
	width: 100%;
}

.services-img-02 {
	float: right;
	margin-left: 28px;
}

.services-img-02 img {
	-webkit-border-radius: 7px;
	border-radius: 7px;
	display: block;
	width: 100%;
}

.services-icon {
	margin-top: 28px;
	margin-bottom: 26px;
}

.services-content_title {
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 16px;
	font-weight: 600;
}

.services-content_title span {
	font-weight: 200;
}

.services-text {
	font-size: 16px;
	line-height: 30px;
}

.services-box-01 {
	padding-left: 43px;
	padding-right: 20px;
	padding-top: 103px;
}

.services-box-01 .ol-list-01 {
	max-width: 450px;
}

.services-box-01__title {
	margin-bottom: 70px;
}

.ol-list-01__title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 17px;
}

.service_img_01 {
	margin-left: -405px;
	display: block;
}

.wrapp-box-01 {
	width: 50%;
	float: left;
}

.wrapp-box-02 {
	width: 50%;
	float: left;
}

/*/ Price block /*/
.price-box-01 {
	text-align: center;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding-bottom: 50px;
	max-width: 360px;
	margin-bottom: 40px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.price-box-01::after {
	content: '';
	display: table;
	clear: both;
}

.price-box-01__header {
	padding-top: 37px;
	background: url("../img/services/price_01.jpg") repeat center center;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 23px;
}

.price-box-01__header-title {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #303638;
	margin: 0 0 14px;
	letter-spacing: 0.8px;
}

.price-box-01__header-price {
	font-size: 48px;
	line-height: 46px;
	color: #a0ce4e;
	font-weight: 400;
}

.price-box-01__in {
	font-size: 24px;
	display: inline-block;
	vertical-align: text-top;
	margin-right: 10px;
}

.price-box-01__date {
	font-size: 15px;
	display: inline-block;
	vertical-align: text-bottom;
}

.price-box-02 {
	text-align: center;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding-bottom: 50px;
	-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
	max-width: 360px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
}

.price-box-02::after {
	content: '';
	display: table;
	clear: both;
}

.price-box-02__header {
	padding-top: 37px;
	background: -webkit-gradient(linear, left top, right top, from(#94c860), to(#4da7cc));
	background: -webkit-linear-gradient(left, #94c860 0%, #4da7cc 100%);
	background: linear-gradient(to right, #94c860 0%, #4da7cc 100%);
	padding-bottom: 15px;
	margin-bottom: 23px;
	padding-left: 20px;
	padding-right: 20px;
}

.price-box-02__header-title {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 14px;
	letter-spacing: 0.8px;
}

.price-box-02__header-price {
	font-size: 48px;
	line-height: 46px;
	color: #fff;
	font-weight: 400;
}

.price-btn {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #a0ce4e;
	background-color: #a0ce4e;
	color: #fff;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	padding: 17px 39px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.price-btn:hover {
	background: transparent;
	color: #a0ce4e;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.price-list {
	padding: 15px;
	text-align: center;
	margin-bottom: 14px;
}

.price-list li {
	list-style: none;
	margin-bottom: 9px;
}

.price-list li span {
	font-size: 16px;
	line-height: 36px;
	color: #727e85;
	display: inline-block;
	vertical-align: middle;
	font-weight: 200;
}

.price-list li span::before {
	font-family: 'CircularStd';
	font-size: 14px;
	color: #a0ce4e;
	content: '\f107';
	margin-right: 9px;
}

.price-list .diactive span::before {
	content: '';
	background: url("../img/price_icon_img.png") no-repeat center center;
	width: 9px;
	height: 9px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
}

/*/ News block /*/
.news-block {
	padding: 0;
	font-size: 0;
}

.news-item {
	display: inline-block;
	vertical-align: top;
	width: 262px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.news-item:last-child {
	margin-right: 0;
}

.news-item__img {
	margin-bottom: 20px;
}

.news-item__img a {
	display: block;
	position: relative;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.news-item__img a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(14, 21, 30, 0.5);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	visibility: collapse;
	opacity: 0;
}

.news-item__img a:hover::before {
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	visibility: visible;
	opacity: 1;
}

.news-item__img img {
	width: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.news-item__date {
	font-size: 14px;
	line-height: 15px;
	color: #727e85;
	font-weight: 200;
	opacity: 0.7;
}

.news-item__title {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 13px;
}

.news-item__title a {
	color: #303638;
	font-weight: 500;
}

.news-item__title a:hover {
	color: #727e85;
}

.news-item__btn {
	font-size: 14px;
	line-height: 16px;
	color: #a0ce4e;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 10px;
}

.news-item__btn::before {
	font-family: 'CircularStd';
	content: '\f105';
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

.news-item__btn:hover {
	color: #7fa538;
}

.news-info {
	padding-left: 18px;
	margin-top: -7px;
}

.news-info__post {
	position: relative;
	margin-bottom: 15px;
	padding: 5px 15px 15px 84px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.news-info__post:hover {
	-webkit-box-shadow: 0 10px 24px 0 rgba(25, 35, 40, 0.1);
	box-shadow: 0 10px 24px 0 rgba(25, 35, 40, 0.1);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.news-info__title {
	font-size: 18px;
	line-height: 20px;
	margin: 5px 0 3px;
}

.news-info__title a {
	display: inline-block;
	vertical-align: middle;
	color: #303638;
	font-weight: 500;
}

.news-info__title a:hover {
	color: #a0ce4e;
}

.news-info__date-block {
	position: absolute;
	top: 8px;
	left: 20px;
	text-align: center;
}

.news-info__date-block p {
	font-size: 48px;
	line-height: 46px;
	color: #a0ce4e;
	margin: 0 0 4px;
	font-weight: 400;
}

.news-info__date-block span {
	font-size: 14px;
	line-height: #727e85;
	font-weight: 200;
}

.news-info__text p {
	font-size: 14px;
	line-height: 24px;
	color: #727e85;
	margin-bottom: 10px;
}

.news-info__btn {
	color: #a0ce4e;
	position: relative;
	padding-right: 10px;
}

.news-info__btn::after {
	font-family: 'CircularStd';
	content: '\f105';
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-left: 11px;
}

.news-info__btn:hover {
	color: #7fa538;
}

/*/=== Coming soon ===/*/
.coming-soon {
	background: url("../img/coming_soon_bg.jpg") #4d96b9 no-repeat center center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.coming-soon__logo {
	display: inline-block;
	vertical-align: middle;
	margin-top: 50px;
	margin-bottom: 100px;
}

.coming-soon__subtitle {
	font-size: 48px;
	line-height: 50px;
	color: #fff;
	font-weight: 100;
	text-align: center;
	margin-bottom: 80px;
}

.coming-soon__subtitle span {
	font-weight: 600;
}

.coming-soon__text {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: 200;
	text-align: center;
	margin-bottom: 70px;
}

.coming-soon__search {
	text-align: center;
	margin-bottom: 60px;
}

.coming-soon__inp-text {
	background-color: transparent;
	border: 1px solid #fff;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	width: 100%;
	max-width: 408px;
	height: 48px;
	padding: 10px 20px;
	color: #fff;
	margin-right: 18px;
}

.coming-soon__inp-text::-webkit-input-placeholder {
	font-size: 14px;
	opacity: 1;
	color: #fff;
}

.coming-soon__inp-text::-moz-placeholder {
	font-size: 14px;
	opacity: 1;
	color: #fff;
}

.coming-soon__inp-text:-ms-input-placeholder {
	font-size: 14px;
	opacity: 1;
	color: #fff;
}

.coming-soon__inp-text:-ms-input-placeholder {
	font-size: 14px;
	opacity: 1;
	color: #fff;
}

.coming-soon__btn {
	background-color: #a0ce4e;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #a0ce4e;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 15px 42px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.coming-soon__btn:hover {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.coming-soon__list {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	text-align: center;
}

.coming-soon__list li {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	margin: 0 8px;
}

.coming-soon__list li a {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 17px;
	color: rgba(255, 255, 255, 0.5);
}

.coming-soon__list li a:hover {
	color: white;
}

.is-countdown {
	text-align: center;
}

.countdown_wrapper {
	margin-bottom: 90px;
	text-align: center;
}

.countdown-row {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.countdown-section {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	width: 20%;
	text-align: center;
}

#countdown {
	max-width: 1170px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.countdown-amount {
	font-size: 100px;
	line-height: 100px;
	color: #fff;
	font-weight: 200;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 23px;
}

.countdown-period {
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-weight: 600;
}

.coming-soon__box-01 {
	text-align: center;
	padding: 0 15px;
}

.coming-soon__box-02 {
	padding: 0 15px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -250px;
}

/*/=== Page 404 ===/*/
.page404 {
	margin-top: 98px;
	padding-bottom: 120px;
	text-align: center;
}

.page404-title {
	font-size: 200px;
	line-height: 180px;
	font-weight: 200;
	margin-top: 0;
	margin-bottom: 23px;
	color: #a0ce4e;
}

.page404-subtitle {
	margin-top: 0;
	margin-bottom: 19px;
	font-size: 36px;
	line-height: 40px;
	color: #303638;
	font-weight: 600;
}

.page404-text {
	margin-bottom: 49px;
}

.page404-form {
	margin-bottom: 30px;
}

.page404-form__box {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #d4d8da;
	position: relative;
	max-width: 410px;
	width: 100%;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.page404-form__inp-text {
	width: 100%;
	padding: 10px 55px 10px 27px;
	border: none;
	height: 48px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.page404-form__inp-btn {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 15px;
	right: 31px;
	border: none;
	background-color: transparent;
}

.page404-form__inp-btn::before {
	font-family: 'CircularStd';
	content: '\f002';
	font-size: 14px;
	line-height: 18px;
	color: #aab2b6;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.page404-form__inp-btn:hover::before {
	color: #a0ce4e;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

/*/=== Process ===/*/
.process-img {
	display: inline-block;
	vertical-align: middle;
	margin-top: 30px;
}

.process-img img {
	display: block;
	width: 100%;
}

.process-info {
	margin-top: -35px;
}

.process-info::after {
	content: '';
	display: table;
	clear: both;
}

.process-info__box-01,
.process-info__box-02,
.process-info__box-03 {
	width: 33.33%;
	float: left;
	text-align: center;
	padding: 0 15px;
}

.process-info__box-03 .process-info__icon-wrapp::before {
	display: none;
}

.process-info__icon {
	display: inline-block;
	vertical-align: middle;
	background-color: #f8f8f8;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
	position: relative;
	cursor: pointer;
}

.process-info__icon img {
	display: inline-block;
	vertical-align: middle;
	margin: 33px 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.process-info__icon:hover img {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.process-info__icon-wrapp {
	position: relative;
}

.process-info__icon-wrapp::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 170px;
	height: 1px;
	background-color: #e1e5ea;
	margin-top: -62px;
	margin-left: -73px;
}

.process-info__step {
	font-size: 18px;
	line-height: 44px;
	color: #fff;
	background: #e69500;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 50px;
	height: 50px;
	border: 3px solid #fff;
	position: absolute;
	top: -19px;
	left: -19px;
}

.process-info__title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 100;
	margin-top: 0;
	margin-bottom: 20px;
}

.process-info__title span {
	font-weight: 600;
}

.process-info__text {
	font-size: 14px;
	line-height: 24px;
	color: #727e85;
	font-weight:300;
}

.process-gallary {
	margin-bottom: 30px;
}

.process-gallary img {
	display: block;
	width: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.process-banner-title {
	font-size: 36px;
	line-height: 38px;
	font-weight: 100;
	color: #fff;
	margin: 0 0 12px;
}

.process-banner-title span {
	font-weight: 500;
}

.process-banner-text {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 0;
}

.process-banner-btn {
	font-size: 14px;
	line-height: 16px;
	float: right;
	padding: 16px 40px;
	background-color: #fff;
	color: #303638;
	text-transform: uppercase;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	margin-top: 11px;
	letter-spacing: 1px;
}

.process-banner-btn:active {
	color: #fff;
}

.process-banner-btn:focus {
	color: #303638;
}

.process-banner-btn:hover {
	background-color: #a0ce4e;
	color: #fff;
}

.process-list {
	padding-top: 8px;
}

.process-list li {
	margin-bottom: 25px;
	padding-left: 30px;
}

.process-title-01 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 100;
	margin: 0 0 27px;
}

.process-title-01 span {
	font-weight: 600;
}

.process-text-01 {
	max-width: 780px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.module_skills-process {
	padding-top: 0;
}

/*/ Process gallary /*/
.gallary-01 {
	margin-bottom: 20px;
}

.grid-sizer,
.gallary-01__item {
	width: 23.1%;
}

.gallary-01__item {
	float: left;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.gallary-01__item img {
	width: 100%;
}

.gallary-01__width-01 {
	width: 48.7%;
}

.gutter-sizer {
	width: 2.5%;
}

.pretty-photo {
	display: block;
	position: relative;
}

.pretty-photo::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 21, 30, 0.5);
	visibility: collapse;
	opacity: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.pretty-photo::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: url("../img/process/gallary_icon.png");
	width: 30px;
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	visibility: collapse;
	opacity: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.pretty-photo:hover::before {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.pretty-photo:hover::after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.pretty-photo img {
	max-width: 100%;
}

.gallary-btn-wrapp {
	padding: 33px 0 44px;
	text-align: center;
}

/*/=== Become a Teacher ===/*/
.offer-img-01 {
	display: block;
	margin-top: 35px;
}

.offer-box__img {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.offer-box__img a {
	display: block;
	position: relative;
}

.offer-box__img a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(14, 21, 30, 0.5);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	visibility: collapse;
	opacity: 0;
}

.offer-box__img a:hover::before {
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	visibility: visible;
	opacity: 1;
}

.offer-box__img img {
	display: block;
}

.offer-box__category {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
}

.offer-box__category a {
	color: #727e85;
}

.offer-box__category a:hover {
	color: #303638;
}

.offer-box__title {
	font-size: 18px;
	line-height: 20px;
	color: #303638;
	margin-top: 0;
	margin-bottom: 10px;
}

.offer-box__title a {
	color: #303638;
}

.offer-box__title a:hover {
	color: #a0ce4e;
}

.offer-box__text {
	margin-bottom: 20px;
}

.offer-box__text p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 200;
	color: #727e85;
}

.offer-box__btn {
	font-size: 14px;
	line-height: 16px;
	color: #a0ce4e;
	position: relative;
	padding-right: 14px;
}

.offer-box__btn::after {
	font-family: 'CircularStd';
	content: '\f105';
	position: absolute;
	top: 1px;
	right: 0;
}

.offer-box__btn:hover {
	color: #ccc;
}

.offer-tabs .tabs__caption {
	padding: 0;
	margin: 0 0 5px;
	font-size: 0;
}

.offer-tabs .tabs__caption li {
	font-size: 14px;
	line-height: 16px;
	color: #303638;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	cursor: pointer;
	padding: 21px 10px;
	background-color: transparent;
	margin-right: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #eeeeee;
	letter-spacing: 1px;
	width: 100%;
	max-width: 175px;
	text-align: center;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.offer-tabs .tabs__caption li.active {
	color: #fff;
	background-color: #a0ce4e;
	border: 1px solid #a0ce4e;
}

.offer-tabs .tabs__caption li:last-child {
	margin-right: 0;
}

.offer-tabs .tabs__caption li:hover {
	color: #fff;
	background-color: #a0ce4e;
	border: 1px solid #a0ce4e;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.offer-tabs .tabs__content p {
	font-weight: 18px;
	line-height: 30px;
	font-weight: 200;
}

.offer-list {
	margin-left: 19px;
	margin-top: 18px;
	margin-bottom: 23px;
}

.offer-list li {
	margin-bottom: 25px;
	padding-left: 23px;
}

/*/=== Events ===/*/
.events {
	padding-bottom: 80px;
	padding-top: 30px;
}

.events-form {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
}

.events-form__text-01 {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #d4d8da;
	height: 50px;
	width: 100%;
	max-width: 300px;
	padding: 10px 38px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	margin: 0 10px 10px;
}

.events-form__text-02 {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	border: 1px solid #d4d8da;
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	width: 100%;
	max-width: 300px;
	padding: 10px 38px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	margin: 0 10px 10px;
}

.events-list {
	border-top: 1px solid #e9ecef;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.events-list::after {
	content: '';
	display: table;
	clear: both;
}

.events-list:last-of-type {
	border-bottom: 1px solid #e9ecef;
}

.events-list__img {
	float: left;
	width: 23.7%;
}

.events-list__img a {
	display: inline-block;
	vertical-align: middle;
}

.events-list__img a img {
	display: block;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
}

.events-list__info {
	float: left;
	width: 20%;
	padding: 10px 10px 0;
	text-align: center;
}

.events-list__info-date {
	font-size: 72px;
	line-height: 69px;
	font-weight: 400;
	color: #a0ce4e;
}

.events-list__info-month {
	font-size: 14px;
	line-height: 16px;
	color: #727e85;
	margin-bottom: 28px;
}

.events-list__info-time {
	font-size: 13px;
	line-height: 15px;
	color: #727e85;
	font-style: italic;
	text-align: left;
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}

.events-list__info-time::before {
	font-family: 'CircularStd';
	content: '\f017';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	font-style: normal;
	top: 0;
	left: 13px;
	color: #a0ce4e;
}

.events-list__info-location {
	font-size: 13px;
	line-height: 15px;
	color: #727e85;
	font-style: italic;
	text-align: left;
	padding-left: 30px;
	position: relative;
}

.events-list__info-location::before {
	font-family: 'CircularStd';
	content: '\f041';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	font-style: normal;
	top: 0;
	left: 13px;
	color: #a0ce4e;
}

.events-list__content {
	float: left;
	width: 56.3%;
	position: relative;
}

.events-list__content-title {
	font-size: 18px;
	line-height: 20px;
	color: #303638;
	margin-top: 17px;
	margin-bottom: 18px;
	padding-right: 75px;
}

.events-list__content-title a {
	color: #303638;
}

.events-list__content-title a:hover {
	color: #ccc;
}

.events-list__status {
	font-size: 12px;
	line-height: 14px;
	border: 1px solid #fe3f4c;
	color: #fe3f4c;
	display: inline-block;
	vertical-align: middle;
	padding: 4px 17px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	position: absolute;
	top: 16px;
	right: 0;
}

.events-list__btn {
	font-size: 14px;
	line-height: 16px;
	color: #a0ce4e;
	position: relative;
	padding-right: 16px;
}

.events-list__btn:hover {
	color: #ccc;
}

.events-list__btn:hover:after {
	color: #ccc;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.events-list__btn::after {
	font-family: 'CircularStd';
	content: '\f105';
	font-size: 16px;
	line-height: 16px;
	color: #a0ce4e;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 1px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	right: 0;
}

.events-pagination {
	padding-top: 44px;
}

/*/=== Single Events ===/*/
.single-event {
	margin: 50px 0;
	padding: 30px 0;
}

.single-event .contacts_map {
	margin-bottom: 0;
}

.single-event #map-canvas {
	height: 425px;
}

.single-event-img {
	margin-bottom: 19px;
}

.single-event-img img {
	display: block;
	width: 100%;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.single-event__date {
	font-size: 72px;
	line-height: 60px;
	font-weight: 400;
	color: #a0ce4e;
	text-align: center;
	margin-bottom: 13px;
}

.single-event__month {
	font-size: 14px;
	line-height: 16px;
	color: #727e85;
	text-align: center;
	margin-bottom: 30px;
}

.single-event__time {
	font-size: 13px;
	line-height: 15px;
	font-style: italic;
	font-weight: 400;
	color: #727e85;
	padding-left: 20px;
	position: relative;
}

.single-event__time::before {
	font-family: 'CircularStd';
	content: '\f017';
	font-size: 14px;
	line-height: 16px;
	color: #a0ce4e;
	position: absolute;
	top: 0;
	left: 0;
}

.single-event__location {
	font-size: 13px;
	line-height: 15px;
	font-style: italic;
	font-weight: 400;
	color: #727e85;
	padding-left: 15px;
	position: relative;
}

.single-event__location::before {
	font-family: 'CircularStd';
	content: '\f041';
	font-size: 14px;
	line-height: 16px;
	color: #a0ce4e;
	position: absolute;
	top: 0;
	left: 0;
}

.single-event__share {
	padding-top: 30px;
	margin-bottom: 50px;
}

.single-event__share-text {
	font-size: 16px;
	line-height: 35px;
	font-weight: 600;
	color: #303638;
	display: inline-block;
	vertical-align: top;
	margin: 0 27px 0 0;
	padding: 0;
}

.single-event__list {
	margin: 17px 0;
}

.single-event__share-list {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}

.single-event__share-list li {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	margin-right: 10px;
}

.single-event__share-list li:last-child {
	margin-right: 0;
}

.single-event__share-list li a {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}

.single-event__share-list li a i {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 35px;
	color: #fff;
}

.single-event__share-list .facebook-icon {
	background-color: #234fb1;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.single-event__share-list .facebook-icon:hover {
	-webkit-box-shadow: 0 5px 7px 0 rgba(35, 79, 177, 0.35);
	box-shadow: 0 5px 7px 0 rgba(35, 79, 177, 0.35);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.single-event__share-list .twitter-icon {
	background-color: #4ea1ee;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.single-event__share-list .twitter-icon:hover {
	-webkit-box-shadow: 0 5px 7px 0 rgba(78, 161, 238, 0.35);
	box-shadow: 0 5px 7px 0 rgba(78, 161, 238, 0.35);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.single-event__share-list .google-plus-icon {
	background-color: #c7452d;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.single-event__share-list .google-plus-icon:hover {
	-webkit-box-shadow: 0 5px 7px 0 rgba(199, 69, 45, 0.35);
	box-shadow: 0 5px 7px 0 rgba(199, 69, 45, 0.35);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.single-event__share-list .pinterest-icon {
	background-color: #fd4851;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.single-event__share-list .pinterest-icon:hover {
	-webkit-box-shadow: 0 5px 7px 0 rgba(253, 72, 81, 0.35);
	box-shadow: 0 5px 7px 0 rgba(253, 72, 81, 0.35);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.single-event__title-wrapp {
	position: relative;
	padding-right: 130px;
}

.single-event__price {
	font-size: 16px;
	line-height: 18px;
	color: #fe3f4c;
	padding: 10px 20px;
	border: 1px solid #fe3f4c;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	font-weight: 400;
	width: 100%;
	max-width: 120px;
	position: absolute;
	text-align: center;
	top: 4px;
	right: 0;
}

.contacts-map-btn-wrapp {
	margin: 50px 0 0;
}

/*/=== Events calendar ===/*/
.events-calendar {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.events-calendar__header {
	background: -webkit-gradient(linear, left top, right top, from(#50ccd3), to(#1f74b5));
	background: -webkit-linear-gradient(left, #50ccd3 0%, #1f74b5 100%);
	background: linear-gradient(to right, #50ccd3 0%, #1f74b5 100%);
	-webkit-border-radius: 9px 9px 0 0;
	border-radius: 9px 9px 0 0;
	padding: 30px 0;
	margin: 0 2px;
}

.events-calendar__header::after {
	content: '';
	display: table;
	clear: both;
}

.events-calendar__box-01 {
	width: 33.33%;
	float: left;
	text-align: center;
}

.events-calendar__box-02 {
	width: 33.33%;
	float: left;
}

.events-calendar__box-02 p {
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	margin: 0;
	text-align: center;
	font-weight: 600;
}

.events-calendar__box-03 {
	width: 33.33%;
	float: left;
	text-align: center;
}

.events-calendar__btn-prev,
.events-calendar__btn-nexn {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 0;
}

.events-calendar__btn-prev::before,
  .events-calendar__btn-nexn::before {
	font-family: 'CircularStd';
	font-size: 20px;
	line-height: 38px;
	color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.events-calendar__btn-prev:hover,
  .events-calendar__btn-nexn:hover {
	background-color: #fff;
}

.events-calendar__btn-prev:hover::before,
    .events-calendar__btn-nexn:hover::before {
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.events-calendar__btn-prev {
	margin-right: -51px;
}

.events-calendar__btn-prev::before {
	content: '\f104';
}

.events-calendar__btn-nexn {
	margin-left: -51px;
}

.events-calendar__btn-nexn::before {
	content: '\f105';
}

.events-calendar__body {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	table-layout: fixed;
}

.events-calendar__body th {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	background-color: #f2f2f2;
	text-align: center;
	padding: 10px;
	border: 1px solid #f2f2f2;
}

.events-calendar__body td {
	border: 1px solid #e4e4e4;
	padding: 10px 22px;
	text-align: left;
	font-size: 36px;
	line-height: 38px;
	font-weight: 100;
	color: #727e85;
	height: 163px;
	vertical-align: top;
}

.events-calendar__body td.no-active span {
	opacity: 0.4;
}

.events-calendar__body td.active {
	color: #a0ce4e;
	font-weight: 400;
}

.events-calendar__text {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	color: #303638;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
}

.events-calendar-wrapp {
	text-align: center;
}

/*/=== Our Mission ===/*/
.news-box-01 {
	text-align: center;
	max-width: 335px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.news-box-01__img {
	-webkit-border-radius: 9px;
	border-radius: 9px;
	overflow: hidden;
	margin-bottom: 36px;
}

.news-box-01__img a {
	display: block;
}

.news-box-01__img img {
	display: block;
	width: 100%;
}

.news-box-01__title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 200;
	margin-bottom: 15px;
}

.news-box-01__title span {
	font-weight: 600;
}

.news-box-01__title a {
	color: #303638;
}

.news-box-01__title a:hover {
	color: #a0ce4e;
}

.news-box-01__text {
	margin-bottom: 17px;
}

.news-box-01__btn::after {
	font-family: 'CircularStd';
	content: '\f105';
	font-size: 16px;
	line-height: 16px;
	margin-left: 10px;
}

.our-mission-box {
	text-align: center;
	margin-bottom: 72px;
}

.our-mission-title {
	margin: 0 0 17px;
	font-size: 18px;
	line-height: 20px;
	color: #303638;
}

.our-mission-icon {
	margin-bottom: 31px;
}

.our-mission-title-text {
	font-size: 16px;
	line-height: 30px;
	color: #727e85;
	font-weight: 200;
}

/*/=== For business ===/*/
.for_business_img {
	max-width: 100%;
}

/*/=== Gallery ===/*/
.gallary-02__item,
.grid-sizer-02 {
	width: 25%;
}

.gallary-02__item {
	width: 25%;
	float: left;
}

.gallary-02__item a {
	display: block;
	margin: 15px;
	overflow: hidden;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.gallary-02__item img {
	max-width: 100%;
	width: 100%;
}

.grid-item--width1 {
	width: 50%;
	height: auto;
}

.gallary-02__link {
	position: relative;
	display: block;
}

.gallary-02__link::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 21, 30, 0.5);
	visibility: collapse;
	opacity: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.gallary-02__link::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: url("../img/process/gallary_icon.png");
	width: 30px;
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	visibility: collapse;
	opacity: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.gallary-02__link:hover::before {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.gallary-02__link:hover::after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.gallary-02__link img {
	max-width: 100%;
}

/*/=== Contact ===/*/
#map-canvas {
	height: 514px;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.contacts_map {
	margin-bottom: 75px;
}

.contact-box__list {
	padding: 27px 0 0;
	margin: 0;
}

.contact-box__list li {
	font-size: 16px;
	line-height: 18px;
	color: #727e85;
	list-style: none;
	margin-bottom: 26px;
	font-weight: 200;
}

.contact-box__list li span {
	font-weight: 600;
	color: #303638;
	display: inline-block;
	vertical-align: top;
}

.contact-box__list li a {
	display: inline-block;
	vertical-align: top;
}

.contact-box__list .soc-list-01 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 28px;
}

.contact-box__list .soc-list-01 li {
	margin-bottom: 0;
}

.contact-box__phones-box {
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	padding-left: 4px;
}

.contact-box__phones-box p {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 6px;
}

.contact-box__item {
	padding-top: 10px;
}

/*============================================
//  Footer:
*/
.wrapp-footer {
	background-color: #05011d;
}

.wrapp-footer .social-list-01 {
	padding: 0;
}

.wrapp-footer .social-list-01 a i {
	color: #a8acaf;
}

.wrapp-footer .social-list-01 a:hover i {
	color: #fff;
}

.footer-box-01 {
	padding-top: 80px;
	padding-bottom: 60px;
}

.footer-box-02 {
	border-top: 1px solid #32424d;
	padding: 17px 0;
}

.footer-logo {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 27px;
}

/*// Footer widget //*/
.widget-contact {
	padding: 0;
	margin: 0;
}

.widget-contact li {
	list-style: none;
	margin-bottom: 26px;
}

.widget-contact__title {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	margin: 0 0 5px;
	font-weight: 400;
}

.widget-contact__text {
	font-size: 14px;
	line-height: 16px;
	color: #bdbdbd;
	margin: 0;
}

.widget-contact__text-email {
	color: #bdbdbd;
}

.widget-contact__text-email:hover {
	color: #a0ce4e;
}

.widget-title {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 17px;
}

.widget-link {
	padding-top: 33px;
}

.widget-list {
	padding: 0;
}

.widget-list li {
	list-style: none;
	display: block;
	font-weight: 200;
}

.widget-list li a {
	font-size: 14px;
	line-height: 30px;
	color: #bdbdbd;
	display: inline-block;
	vertical-align: middle;
}

.widget-list li a:hover {
	color: #a0ce4e;
}

.copy-info {
	font-size: 14px;
	line-height: 21px;
	color: #bdbdbd;
	margin: 0;
}

.footer-info {
	text-align: right;
}

.footer-info a {
	font-size: 14px;
	line-height: 16px;
	color: #bdbdbd;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	opacity: 0.5;
}

.footer-info a:hover {
	color: #a0ce4e;
}

.footer-info__02 {
	position: relative;
	padding-left: 20px;
	margin-left: 18px;
}

.footer-info__02::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 2px;
	height: 14px;
	background: #bdbdbd;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0;
}

/*// Margin style //*/
.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-32 {
	margin-top: 32px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-48 {
	margin-top: 48px;
}

.margin-top-54 {
	margin-top: 54px;
}

.margin-top-80 {
	margin-top: 80px;
}

.margin-top-95 {
	margin-top: 95px;
}

.margin-top-115 {
	margin-top: 115px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-17 {
	margin-bottom: 17px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-22 {
	margin-bottom: 22px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-34 {
	margin-bottom: 34px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-58 {
	margin-bottom: 58px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-bottom-68 {
	margin-bottom: 68px;
}

.margin-bottom-97 {
	margin-bottom: 97px;
}

/*// Padding style //*/
.padding-top-10 {
	padding-top: 10px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-25 {
	padding-top: 25px;
}

.padding-top-33 {
	padding-top: 33px;
}

.padding-top-37 {
	padding-top: 37px;
}

.padding-top-44 {
	padding-top: 44px;
}

.padding-top-40 {
	padding-top: 40px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-75 {
	padding-top: 75px;
}

.padding-top-85 {
	padding-top: 85px;
}

.padding-top-93 {
	padding-top: 93px;
}

.padding-top-96 {
	padding-top: 96px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-top-175 {
	padding-top: 175px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-15 {
	padding-bottom: 15px;
}

.padding-bottom-25 {
	padding-bottom: 25px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-bottom-36 {
	padding-bottom: 36px;
}

.padding-bottom-40 {
	padding-bottom: 40px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-bottom-55 {
	padding-bottom: 55px;
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

.padding-bottom-63 {
	padding-bottom: 63px;
}

.padding-bottom-67 {
	padding-bottom: 67px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.padding-bottom-74 {
	padding-bottom: 74px;
}

.padding-bottom-78 {
	padding-bottom: 78px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}

.padding-bottom-90 {
	padding-bottom: 90px;
}

.padding-bottom-93 {
	padding-bottom: 93px;
}

.padding-bottom-100 {
	padding-bottom: 100px;
}

/*============================================
//  Responsive:
*/
@media only screen and (max-width: 1480px) {
	.services-box-01 {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 1199px) {
	.home-01 .product-list__item {
		margin-right: 20px;
		margin-bottom: 20px;
		width: 220px;
	}

	.home-02 .info-box-03 {
		padding: 100px 0 60px;
	}

	.search-block {
		margin-left: 30px;
	}

	.search-block__form {
		right: 0;
	}

	.search-block__form::before {
		right: 0;
	}

	.search-block__form::after {
		right: 0;
	}

	.search-block__form-text {
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.main-nav__list > li {
		margin-left: 15px;
	}

	.main-nav__list li ul {
		width: 210px;
	}

	.main-nav__list li ul::before {
		margin-left: -80px;
	}

	.main-nav__list li ul::after {
		margin-left: -80px;
	}

	.main-nav__list li ul li ul {
		width: 210px;
	}

	.product-list__item-info {
		padding: 12px 10px;
	}

	.related-posts__data {
		padding-top: 0;
	}

	.single-related-posts__list li {
		margin-right: 20px;
		max-width: 200px;
	}

	.comments__user-wrapp {
		width: 20%;
	}

	.comments__content {
		width: 80%;
	}

	.comments__child-list {
		padding-left: 50px;
	}

	.comments__child-list .comments__user-wrapp {
		width: 20%;
	}

	.comments__child-list .comments__content {
		width: 80%;
	}

	.about-img {
		margin-top: 0;
	}

	.parallax_02 {
		padding: 110px 0 100px;
	}

	.services-content_title {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.services-img-01 {
		max-width: 220px;
		margin-right: 20px;
	}

	.services-img-02 {
		max-width: 220px;
		margin-left: 20px;
	}

	.services-icon {
		margin-top: 5px;
		margin-bottom: 20px;
	}

	.services-text {
		font-size: 14px;
		line-height: 26px;
	}

	.news-item {
		margin-right: 25px;
		width: 210px;
	}

	.item-info__text-01 {
		padding-left: 18px;
		font-size: 12px;
	}

	.item-info__text-02 {
		padding-left: 20px;
		font-size: 12px;
	}

	.service_img_01 {
		margin-left: -490px;
		display: block;
	}

	.select-01 {
		padding-top: 80px;
	}

	.contact-block__lang {
		margin-left: 20px;
	}

	.accordion-list__content p {
		font-size: 14px;
		line-height: 20px;
	}

	.img-position-01 {
		margin-left: -87%;
	}

	.margin-lg-top-50 {
		margin-top: 50px;
	}

	.padding-lg-top-100 {
		padding-top: 100px;
	}

	.owl-option-03 .owl-prev {
		margin-top: -110px;
	}

	.owl-option-03 .owl-next {
		margin-top: -110px;
	}

	.countdown-amount {
		font-size: 70px;
		line-height: 70px;
	}

	.gallary-01__item {
		margin-bottom: 25px;
	}

	.offer-img-01 {
		margin-top: 160px;
	}

	.margin-lg-top-50 {
		margin-top: 50px;
	}

	.offer-tabs .tabs__caption li {
		max-width: 140px;
		font-size: 13px;
		padding: 15px 10px;
	}

	.img-position-02 {
		margin-left: -111%;
	}

	.progress-circle-wrapp .progress-circle-item {
		margin-right: 50px;
	}

	.info-box-04 {
		padding: 150px 0 250px;
	}

	.content-box-02-table__content {
		max-width: 460px;
	}

	.accordion-wrapp {
		max-width: 460px;
		padding: 65px 0 0 60px;
		max-width: 460px;
	}

	.services-box-01 {
		padding-top: 60px;
	}

	.ol-list-01 li {
		margin-bottom: 35px;
	}

	.ol-list-01 li::before {
		font-size: 58px;
		line-height: 60px;
		top: -36px;
	}

	.ol-list-01__title {
		margin-bottom: 5px;
	}

	.services-box-01__title {
		margin-bottom: 40px;
	}

	.table-01__content {
		max-width: 460px;
	}

	.blog-listing-sidebar {
		max-width: 300px;
	}

	.blog-listing.left {
		max-width: 640px;
	}

	.blog-listing.right {
		max-width: 640px;
	}

	.blog-listing.fullwidth .single-related-posts li {
		max-width: 220px;
	}

	.blog-post__img-01 {
		width: 305px;
	}

	.blog-post__img-02 {
		width: 305px;
	}
}

@media only screen and (max-width: 1024px) {
	.coming-soon__logo {
		margin-bottom: 50px;
	}

	.coming-soon__subtitle {
		margin-bottom: 50px;
	}

	.countdown_wrapper {
		margin-bottom: 50px;
	}

	.services-box-01 {
		padding: 45px 30px 0 20px;
	}

	.ol-list-01 li::before {
		font-size: 44px;
		line-height: 46px;
		top: -20px;
	}

	.ol-list-01 li p {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.home-01 .product-list__item {
		width: 226px;
	}

	.home-01 .product-list__item:nth-child(3n) {
		margin-right: 0;
	}

	.home-01 .product-list__item:nth-child(4n) {
		margin-right: 20px;
	}

	.home-03 .logo {
		width: 15%;
	}

	.home-03 .main-nav__list {
		width: 70%;
	}

	.home-03 .info-box-02__box-02 {
		width: 15%;
	}

	.home-03 .search-block {
		margin-left: 17px;
		margin-top: 22px;
	}

	.home-03 .contact-block-01__lang {
		margin-top: 22px;
	}

	.main-nav__list {
		padding-top: 10px;
	}

	.main-nav__list > li {
		margin-left: 8px;
	}

	.main-nav__list li a {
		font-size: 14px;
	}

	.main-nav__list li ul {
		padding: 20px;
		width: 180px;
	}

	.main-nav__list li ul::before {
		margin-left: -70px;
	}

	.main-nav__list li ul::after {
		margin-left: -70px;
	}

	.main-nav__list li ul li ul {
		top: -22px;
		width: 180px;
		left: -160%;
	}

	.search-block {
		margin-top: 21px;
		margin-left: 30px;
	}
	.search-bg__text{
	    
		margin-bottom: 20px;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		
	}
	.search-bg__text-2{
	    -webkit-border-radius: 7px;
		border-radius: 7px;
		margin-bottom:20px;
	}

	.single-related-posts__list li {
		max-width: 225px;
	}

	.comments__user-wrapp {
		width: 25%;
	}

	.comments__content {
		width: 75%;
	}

	.comments__child-list {
		padding-left: 30px;
	}

	.comments__child-list .comments__user-wrapp {
		width: 25%;
	}

	.comments__child-list .comments__content {
		width: 75%;
	}

	.about-img {
		margin-top: 62px;
	}

	.counter-01 .stat_count {
		font-size: 36px;
		line-height: 38px;
		margin-bottom: 10px;
	}

	.counter-01 .counter_title {
		font-size: 14px;
		line-height: 16px;
	}

	.services-img-01 {
		max-width: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.services-img-02 {
		max-width: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}

	.price-list {
		margin-bottom: 20px;
	}

	.price-list li span {
		font-size: 14px;
		line-height: 20px;
	}

	.price-box-01 {
		padding-bottom: 30px;
	}

	.price-box-01__header {
		margin-bottom: 20px;
	}

	.price-box-01__header-price {
		font-size: 40px;
	}

	.price-box-02 {
		padding-bottom: 30px;
	}

	.price-box-02__header {
		margin-bottom: 20px;
	}

	.price-box-02__header-price {
		font-size: 40px;
	}

	.news-item {
		margin-right: 25px;
		width: 160px;
	}

	.subtitle-01 br {
		display: none;
	}

	.search-bg__title {
		font-size: 33px;
	}

	.search-bg__text {
		max-width: 550px;
	}
	
	.search-bg__text-2 {
		max-width: 550px;
	}

	.owl-carousel.owl-option-02 {
		padding: 0 70px;
	}

	.title-01 {
		font-size: 30px;
	}

	.content-box-01__text p {
		font-size: 16px;
	}

	.parallax_01 {
		padding: 70px 0;
	}

	.service_img_01 {
		margin-left: -600px;
	}

	.img-position-01 {
		margin-left: -146%;
	}

	.accordion-wrapp {
		max-width: 360px;
		padding-left: 40px;
	}

	.table-02 {
		height: 700px;
	}

	.footer-info a {
		font-size: 12px;
	}

	.footer-info__02 {
		padding-left: 10px;
		margin-left: 10px;
	}

	.copy-info {
		font-size: 12px;
	}

	.events-list__img {
		width: 25%;
	}

	.events-list__info {
		width: 25%;
	}

	.events-list__content {
		width: 50%;
	}

	.countdown-section {
		margin: 0;
	}

	.process-info__icon-wrapp::before {
		margin-top: -72px;
		width: 90px;
		margin-left: -30px;
	}

	.process-banner-title {
		font-size: 30px;
		line-height: 32px;
	}

	.content-box-03 {
		padding: 50px 0;
	}

	.blog-post__img-01 {
		width: 305px;
	}

	.blog-post__img-02 {
		width: 305px;
	}

	.process-banner-btn {
		margin-top: 15px;
	}

	.gallary-01__item {
		margin-bottom: 20px;
	}

	.padding-md-top-40 {
		padding-top: 40px;
	}

	.padding-md-top-100 {
		padding-top: 100px;
	}

	.margin-md-top-30 {
		margin-top: 30px;
	}

	.margin-md-bottom-30 {
		margin-bottom: 30px;
	}

	.owl-option-03 .owl-prev {
		margin-top: -130px;
	}

	.owl-option-03 .owl-next {
		margin-top: -130px;
	}

	.offer-tabs .tabs__caption li {
		max-width: none;
		margin-bottom: 10px;
	}

	.parallax_03 {
		padding: 80px 0 60px;
	}

	.counter-02 .stat_count {
		font-size: 40px;
		line-height: 40px;
	}

	.counter-02 .counter_title {
		font-size: 18px;
		line-height: 20px;
	}

	.events-calendar__body th {
		font-size: 12px;
		padding: 10px 5px;
	}

	.events-calendar__body td {
		padding: 10px;
		height: 130px;
	}

	.events-calendar__box-01 {
		width: 20%;
	}

	.events-calendar__box-02 {
		width: 60%;
	}

	.events-calendar__box-03 {
		width: 20%;
	}

	.events-calendar__btn-prev {
		margin: 0;
	}

	.events-calendar__btn-nexn {
		margin: 0;
	}

	.events-calendar__text {
		font-size: 11px;
	}

	.img-position-02 {
		margin-left: 0;
		width: 100%;
		margin-top: 40px;
	}

	.progress-circle-wrapp {
		padding-bottom: 60px;
		padding-left: 0;
	}

	.table-01__content {
		max-width: 360px;
	}

	.info-box-02 .main-nav__list {
		margin-right: 0;
	}

	.content-box-02-table__content {
		max-width: 360px;
	}

	.table-02__content {
		padding-bottom: 0;
	}

	.table-03__box-01 {
		display: block;
		background: transparent;
	}

	.table-03__box-02 {
		display: block;
	}

	.table-03__img {
		display: block;
	}

	.table-03__content {
		max-width: none;
		padding-bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.wrapp-box-01,
  .wrapp-box-02 {
		width: 100%;
	}

	.wrapp-box-02 {
		padding: 30px 15px 60px;
	}

	.services-box-01__title {
		margin-bottom: 70px;
	}

	.services-box-01 .ol-list-01 {
		max-width: none;
	}

	.services-box-01 .ol-list-01 li:last-child {
		margin-bottom: 0;
	}

	.ol-list-01 li {
		margin-bottom: 60px;
	}

	.ol-list-01 li p {
		font-size: 14px;
		line-height: 22px;
	}

	.ol-list-01 li::before {
		font-size: 58px;
		line-height: 60px;
		top: -36px;
	}

	.ol-list-01__title {
		font-size: 18px;
		line-height: 24px;
	}

	.single-event__title-wrapp {
		padding-right: 0;
	}

	.single-event__price {
		position: static;
		margin-bottom: 20px;
	}

	.blog-listing-sidebar {
		max-width: none;
	}

	.blog-listing-sidebar.right {
		padding-left: 0;
	}

	.blog-listing {
		margin-bottom: 50px;
	}

	.blog-listing.left {
		max-width: none;
	}

	.blog-listing.right {
		max-width: none;
	}

	.blog-listing.fullwidth .blog-post__img-02 {
		margin-top: 0;
	}

	.blog-listing.fullwidth .single-related-posts li {
		max-width: 165px;
	}

	.blog-post__img-01 {
		width: 345px;
	}

	.blog-post__img-02 {
		width: 345px;
	}
}

@media only screen and (max-width: 767px) {
	.home-01 .wrapp-header {
		background-size: cover;
	}
	
	.mobile-hide{
	    display:none;
	}

	.home-01 .search-block {
		margin-top: 3px;
	}

	.home-01 .main-nav__btn .icon-left {
		background-color: #fff;
	}

	.home-01 .main-nav__btn .icon-left::after {
		background-color: #fff;
	}

	.home-01 .main-nav__btn .icon-left::before {
		background-color: #fff;
	}

	.home-01 .main-nav__btn .icon-right {
		background-color: #fff;
	}

	.home-01 .main-nav__btn .icon-right::after {
		background-color: #fff;
	}

	.home-01 .main-nav__btn .icon-right::before {
		background-color: #fff;
	}

	.home-01 .main-nav__btn:hover .icon-left {
		background-color: #a0ce4e;
	}

	.home-01 .main-nav__btn:hover .icon-left::after {
		background-color: #a0ce4e;
	}

	.home-01 .main-nav__btn:hover .icon-left::before {
		background-color: #a0ce4e;
	}

	.home-01 .main-nav__btn:hover .icon-right {
		background-color: #a0ce4e;
	}

	.home-01 .main-nav__btn:hover .icon-right::after {
		background-color: #a0ce4e;
	}

	.home-01 .main-nav__btn:hover .icon-right::before {
		background-color: #a0ce4e;
	}

	.home-01 .main-nav__btn.open .icon-left {
		background-color: transparent;
	}

	.home-01 .main-nav__btn.open .icon-right {
		background-color: transparent;
	}

	.home-01 .main-nav__list {
		background-color: #fff;
		padding: 0 10px;
	}

	.home-01 .main-nav__list li a {
		color: #303638;
	}

	.home-01 .product-list__item {
		width: 31%;
		text-align: left;
	}

	.home-01 .product-list__item-info {
		padding: 12px 6px;
	}

	.home-02 .wrapp-header {
		background-size: auto;
	}

	.home-02 .main-nav__btn .icon-left {
		background-color: #fff;
	}

	.home-02 .main-nav__btn .icon-left::after {
		background-color: #fff;
	}

	.home-02 .main-nav__btn .icon-left::before {
		background-color: #fff;
	}

	.home-02 .main-nav__btn .icon-right {
		background-color: #fff;
	}

	.home-02 .main-nav__btn .icon-right::after {
		background-color: #fff;
	}

	.home-02 .main-nav__btn .icon-right::before {
		background-color: #fff;
	}

	.home-02 .main-nav__btn:hover .icon-left {
		background-color: #a0ce4e;
	}

	.home-02 .main-nav__btn:hover .icon-left::after {
		background-color: #a0ce4e;
	}

	.home-02 .main-nav__btn:hover .icon-left::before {
		background-color: #a0ce4e;
	}

	.home-02 .main-nav__btn:hover .icon-right {
		background-color: #a0ce4e;
	}

	.home-02 .main-nav__btn:hover .icon-right::after {
		background-color: #a0ce4e;
	}

	.home-02 .main-nav__btn:hover .icon-right::before {
		background-color: #a0ce4e;
	}

	.home-02 .main-nav__btn.open .icon-left {
		background-color: transparent;
	}

	.home-02 .main-nav__btn.open .icon-right {
		background-color: transparent;
	}

	.home-02 .main-nav__list {
		background-color: #fff;
		padding: 0 10px;
	}

	.home-02 .main-nav__list li a {
		color: #303638;
	}

	.home-02 .info-box-03 {
		padding: 40px 0 20px;
	}

	.home-03 .main-nav {
		text-align: center;
	}

	.home-03 .info-box-02__box-02 {
		text-align: right;
		width: 33.33%;
	}

	.home-03 .logo {
		width: 33.33%;
	}

	.home-03 .main-nav__list {
		width: 100%;
	}

	.home-03 .contact-block-01__lang {
		margin-right: 0;
	}

	.home-03 .search-block {
		margin-right: 0;
		margin-left: 10px;
	}

	.home-03 .info-box-04 {
		background-size: auto;
	}

	img {
		max-width: 100%;
	}

	.home-news {
		text-align: center;
	}

	.page-title-01 {
		font-size: 38px;
		line-height: 38px;
		margin: 110px 0 27px;
	}

	blockquote p {
		font-size: 25px;
		line-height: 35px;
	}

	.social-list-01 {
		padding-bottom: 0;
		text-align: center;
	}

	.contact-block-01 {
		display: inline-block;
		vertical-align: middle;
		float: none;
		padding-bottom: 20px;
	}

	.wrapp-content {
		display: block;
		height: auto;
	}

	.content-row {
		display: block;
		height: auto;
	}
  /*// Main navigation //*/
	.main-nav {
		padding-bottom: 10px;
	}

	.main-nav__btn {
		display: inline-block;
		vertical-align: middle;
		margin-top: 5px;
		float:right;
	}

	.main-nav__list {
		display: block;
		max-height: 0;
		overflow: hidden;
		display: inline-block;
		padding: 0;
		width: 100%;
		-webkit-transition: 0.5s all;
		transition: 0.5s all;
		margin-top: 20px;
	}

	.main-nav__list li {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		margin: 0;
		padding: 5px 0;
		border-bottom: 1px solid #ccc;
	}

	.main-nav__list li:last-child {
		border-bottom: none;
	}

	.main-nav__list li ul {
		position: static;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		-webkit-border-radius: 0;
		border-radius: 0;
		padding-right: 0;
		border: transparent;
	}

	.main-nav__list li ul::before {
		display: none;
	}

	.main-nav__list li ul::after {
		display: none;
	}

	.main-nav__list li ul li {
		padding-bottom: 15px;
		margin-bottom: 13px;
	}

	.main-nav__list li ul li:last-child {
		padding-bottom: 4px;
	}

	.main-nav__list li ul li > .sf-with-ul {
		padding-left: 0;
		padding-top: 0;
	}

	.main-nav__list li ul li > .sf-with-ul::before {
		content: '\f107';
	}

	.main-nav__list li ul li ul {
		width: 100%;
		padding-bottom: 10px;
		padding-top: 23px;
	}

	.main-nav__list li ul li ul li:last-child {
		padding-bottom: 0;
	}

	.main-nav__list.open {
		max-height: 7000px;
		margin-bottom: 25px;
	}

	.search-block {
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-top: 0;
		margin-right: 10px;
	}

	.sidebar {
		margin-top: 100px;
		margin-bottom: 80px;
	}

	.single-related-posts__list {
		text-align: center;
	}

	.single-related-posts__list li {
		max-width: none;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 31%;
	}

	.comments__user-wrapp {
		width: 20%;
	}

	.comments__content {
		width: 80%;
	}

	.comments__child-list {
		padding-left: 30px;
	}

	.comments__child-list .comments__user-wrapp {
		width: 20%;
	}

	.comments__child-list .comments__content {
		width: 80%;
	}

	.single-team__info {
		padding-bottom: 40px;
	}

	.contact-box__list {
		margin-bottom: 60px;
	}

	.about-slider .nivo-prevNav {
		left: 20px;
	}

	.about-slider .nivo-nextNav {
		right: 20px;
	}

	.parallax-content-01 {
		padding: 0;
	}

	.parallax-title {
		font-size: 35px;
		margin-bottom: 30px;
		line-height: 38px;
	}

	.parallax-text p {
		font-size: 18px;
		line-height: 30px;
	}

	.services-wrapp {
		margin-bottom: 50px;
	}

	.partners_01 {
		margin: 20px 0;
	}

	.owl-theme-01 .owl-prev {
		left: 20px;
	}

	.owl-theme-01 .owl-next {
		right: 20px;
	}

	.news-item {
		margin-right: 25px;
		width: 47.5%;
		text-align: left;
	}

	.news-block {
		margin-bottom: 40px;
	}

	.product-list__item-info {
		padding: 12px 18px;
	}

	.service_img_01 {
		margin-left: 0;
		width: 100%;
	}

	.search-bg {
		padding-top: 30px;
		margin-bottom: 60px;
	}

	.search-bg__title {
		font-size: 28px;
	}

	.search-bg__text {
		width: 430px;
	}
	
	.search-bg__text-2{
    overflow: hidden !important;
    background:white !important;
    background-color:white;
	} 
	
	.wizard-container .search-bg__text-2{
	 overflow: hidden !important;
    background:transparent !important;
    background-color:transparent !important;
	}

	.search-bg__btn {
		padding: 12px 45px;
	}

	.owl-carousel.owl-option-02 {
		padding: 0 40px;
	}

	.content-box-01__text {
		width: 100%;
		max-width: none;
	}

	.author-img {
		margin-bottom: 30px;
	}

	.content-box-02 img {
		width: 100%;
	}

	.product-list {
		text-align: center;
	}

	.img-position-01 {
		margin-left: 0;
	}

	.title-03 {
		text-align: center;
	}

	.accordion-wrapp {
		padding-bottom: 60px;
		padding-left: 0;
	}

	.parallax_05 {
		padding: 80px 15px;
	}

	.page404 {
		margin-top: 80px;
		padding-bottom: 80px;
	}

	.events-list__img {
		width: 38%;
	}

	.events-list__info {
		width: 62%;
	}

	.events-list__content {
		width: 100%;
	}

	.events-list__info-time {
		display: inline-block;
		vertical-align: middle;
	}

	.events-list__info-location {
		display: inline-block;
		vertical-align: middle;
	}

	.events-list__content {
		padding-top: 30px;
	}

	.events-list__status {
		top: 45px;
	}

	.events-form__text-01 {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}

	.events-form__text-02 {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}

	.single-event__list {
		text-align: center;
		width: 100%;
		margin-bottom: 40px;
	}

	.single-event__time {
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
	}

	.single-event__month {
		margin-bottom: 10px;
	}

	.single-event__location {
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
	}

	.single-event__list {
		margin-bottom: 30px;
	}

	.single-course__wrapp {
		padding-right: 0;
	}

	.single-course__price-info {
		position: static;
	}

	.coming-soon__box-01 {
		position: static;
	}

	.coming-soon__box-02 {
		position: static;
		margin: 0;
	}

	.coming-soon__list {
		position: static;
	}

	.height_100percent {
		min-height: none !important;
	}

	.coming-soon__subtitle {
		font-size: 38px;
		line-height: 42px;
	}

	.countdown-amount {
		font-size: 50px;
		line-height: 50px;
	}

	.coming-soon__text br {
		display: none;
	}

	.coming-soon__list {
		margin-bottom: 30px;
	}

	.process-info__icon-wrapp::before {
		display: none;
	}

	.process-info {
		margin-top: 0;
	}

	.process-banner-text {
		margin-bottom: 30px;
	}

	.process-banner-btn {
		padding: 15px 30px;
		font-size: 12px;
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-top: 0;
	}

	.process-text-02 {
		margin-bottom: 60px;
	}

	.process-list {
		margin-bottom: 60px;
	}

	.module_skills-process {
		margin-bottom: 20px;
	}















	.offer-img-01 {
		margin-top: 80px;
		max-width: 100%;
		display: inline-block;
		vertical-align: bottom;
	}

	.owl-option-03 {
		padding: 0;
	}

	.owl-option-03 .owl-nav {
		text-align: center;
		padding-top: 40px;
	}

	.owl-option-03 .owl-prev {
		position: static;
		margin: 0 20px;
		display: inline-block;
		vertical-align: middle;
	}

	.owl-option-03 .owl-next {
		position: static;
		margin: 0 20px;
		display: inline-block;
		vertical-align: middle;
	}

	.owl-option-04 {
		padding: 0;
	}

	.owl-option-04 .owl-prev {
		position: static;
		margin: 0 20px;
		display: inline-block;
		vertical-align: middle;
	}

	.owl-option-04 .owl-next {
		position: static;
		margin: 0 20px;
		display: inline-block;
		vertical-align: middle;
	}

	.owl-option-04 .owl-nav {
		text-align: center;
		padding-top: 40px;
	}

	.offer-tabs .tabs__caption li {
		max-width: 140px;
	}

	.counter-02 .stat_count {
		font-size: 30px;
		line-height: 30px;
	}

	.counter-02 .counter_title {
		font-size: 16px;
		line-height: 18px;
	}

	.margin-sm-bottom-70 {
		margin-bottom: 70px;
	}

	.gallary-02__item a {
		margin: 10px;
	}

	.events-calendar__body th {
		font-size: 10px;
	}

	.news-box-01 {
		margin-bottom: 60px;
	}

	.home-service-01 {
		margin-top: 30px;
	}

	.home-service-01__box-01 {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.home-service-01__box-01::before {
		display: none;
	}

	.home-service-01__box-02 {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.home-service-01__box-02::before {
		display: none;
	}

	.home-service-01__box-03 {
		width: 100%;
		padding: 0;
	}

	.info-box-04 {
		padding: 100px 0 100px;
	}

	.intro-01-title {
		font-size: 40px;
		line-height: 43px;
	}

	.news-info {
		padding-left: 0;
	}

	.padding-sm-top-50 {
		padding-top: 50px;
	}

	.blog-post__img-01 {
		width: 335px;
	}

	.blog-post__img-02 {
		width: 335px;
		margin-right: 30px;
		margin-top: 30px;
	}

	.blog-listing.fullwidth .single-related-posts li {
		max-width: 22%;
	}
  /*// Footer //*/
	.copy-info {
		text-align: center;
		margin-bottom: 10px;
	}

	.footer-info {
		text-align: center;
	}

	.wrapp-footer .social-list-01 {
		margin-bottom: 10px;
	}

	.author-img img {
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}

	.info-box-02__box-01 {
		display: inline-block;
		vertical-align: middle;
		float: none;
		padding-top: 5px;
		padding-left: 40px;
	}

	.single-team__info-title {
		font-size: 26px;
		line-height: 28px;
	}

	.table-01 {
		display: block;
		height: auto;
	}

	.table-02 {
		height: auto;
		display: block;
	}

	.table-03 {
		height: auto;
		display: block;
	}

	.table-01__box-01,
  .table-02__box-01,
  .table-03__box-01 {
		display: block;
	}

	.table-01__box-02,
  .table-02__box-02,
  .table-03__box-01 {
		display: block;
	}

	.table-01__img,
  .table-02__img {
		display: block;
	}

	.table-01__content {
		max-width: none;
		padding: 50px 15px 20px;
	}

	.accordion-wrapp {
		max-width: none;
		padding-left: 15px;
		padding-right: 15px;
	}

	.curriculum-list__box {
		display: block;
		width: 100%;
	}

	.curriculum-list__time {
		float: left;
		margin-left: 0;
		margin-top: 5px;
	}

	.table-02__box-01--img {
		background: transparent;
	}

	.table-01__box-02 {
		background: transparent;
	}

	.owl-option-04 {
		margin-bottom: 40px;
	}

	.padding-sm-bottom-80 {
		padding-bottom: 80px;
	}

	.padding-sm-bottom-40 {
		padding-bottom: 40px;
	}

	.padding-sm-bottom-20 {
		padding-bottom: 20px;
	}

	.servise-box-01 {
		padding-left: 0;
	}
}

@media only screen and (max-width: 640px) {
	.home-01 .wrapp-header {
		padding-bottom: 0px;
	}

	.home-01 .product-list__item {
		width: 47.5%;
	}

	.home-01 .product-list__item:nth-child(3n) {
		margin-right: 20px;
	}

	.home-01 .product-list__item:nth-child(2n) {
		margin-right: 0;
	}

	.home-02 .info-box-title {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 15px;
	}

	.home-02 .info-box-text br {
		display: none;
	}

	.home-news-info {
		padding-left: 0;
	}

	.single-related-posts__list li {
		width: 30%;
	}

	.comments__user-wrapp {
		width: 25%;
	}

	.comments__content {
		width: 75%;
	}

	.comments__child-list {
		padding-left: 30px;
	}

	.comments__child-list .comments__user-wrapp {
		width: 25%;
	}

	.comments__child-list .comments__content {
		width: 75%;
	}

	.news-item {
		margin-right: 0;
		width: 100%;
		text-align: left;
		margin-bottom: 30px;
	}

	.blog-post__img-01 {
		width: 100%;
		margin-right: 0;
	}

	.blog-post__img-02 {
		width: 100%;
		margin-right: 0;
	}

	.search-bg__text {
		width: 80%;
		margin-bottom: 20px;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.search-bg__text-2 {
		width: 100%;
		margin-bottom: 10px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.search-bg__btn {
		-webkit-border-radius: 30px;
		border-radius: 30px;
	}

	.owl-carousel.owl-option-02 {
		padding: 0;
	}

	.owl-carousel.owl-option-02 .owl-nav {
		padding-top: 30px;
	}

	.owl-carousel.owl-option-02 .owl-prev {
		position: static;
		margin: 0;
		display: inline-block;
		vertical-align: middle;
		float: none;
		margin: 0 10px;
	}

	.owl-carousel.owl-option-02 .owl-next {
		position: static;
		margin: 0;
		display: inline-block;
		vertical-align: middle;
		float: none;
		margin: 0 10px;
	}

	.subtitle-01 {
		margin-bottom: 40px;
	}

	.contact-block__phone,
  .contact-block__email,
  .contact-block__lang {
		margin: 0 10px;
		display: inline-block;
		vertical-align: middle;
		float: none;
		margin-bottom: 10px;
	}

	.servises-item {
		margin-bottom: 40px;
	}

	.events-list__img {
		width: 50%;
	}

	.events-list__info {
		width: 50%;
	}

	.single-course-tabs .tabs__caption li {
		max-width: 130px;
		padding: 15px 10px;
		font-size: 12px;
	}

	.coming-soon__logo {
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.coming-soon__subtitle {
		font-size: 25px;
	}

	.countdown-amount {
		font-size: 45px;
		line-height: 45px;
		margin-bottom: 10px;
	}

	.countdown-period {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 20px;
	}

	.countdown_wrapper {
		margin-bottom: 40px;
	}

	.coming-soon__text {
		margin-bottom: 50px;
	}

	.coming-soon__inp-text {
		max-width: 285px;
	}

	.process-info__box-01,
  .process-info__box-02 {
		width: 100%;
		margin-bottom: 80px;
	}

	.process-info__box-03 {
		width: 100%;
	}

	.events-calendar__body td {
		font-size: 30px;
		padding: 10px;
	}

	.events-calendar__text {
		font-size: 10px;
	}

	.events-calendar-wrapp {
		max-width: 630px;
		width: 100%;
		overflow: auto;
		padding-bottom: 20px;
	}

	.events-calendar {
		width: 600px;
	}

	.blog-listing.fullwidth .single-related-posts {
		text-align: center;
	}

	.blog-listing.fullwidth .single-related-posts li {
		max-width: none;
		width: 43%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 40px;
	}

	.blog-listing.fullwidth .single-related-posts li:nth-child(2) {
		margin-right: 0;
	}

	#swipebox-slider .slide {
		padding: 60px 40px;
	}
}

@media only screen and (max-width: 480px) {
	.home-01 .product-list__item {
		margin-right: 0;
		width: 98%;
	}

	.home-01 .product-list__item-info {
		padding: 12px 18px;
	}

	.home-02 .info-box-subtitle {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.home-02 .info-box-title {
		font-size: 20px;
		line-height: 25px;
	}

	.home-02 .info-box-text p {
		font-size: 14px;
		line-height: 20px;
	}

	.home-02 .btn-01 {
		padding: 13px 25px;
		font-size: 11px;
	}

	.home-02 .btn-03 {
		padding: 13px 25px;
		margin-left: 10px;
		font-size: 11px;
	}

	.home-03 .search-block {
		margin-top: 12px;
	}

	.contact-block-01__email,
  .contact-block-01__phone,
  .contact-block-01__lang {
		margin: 10px;
	}

	.search-block {
		margin-left: 15px;
	}

	.single-related-posts__list li {
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
		max-width: none;
	}

	.single-related-posts__list li a {
		display: block;
	}

	.single-related-posts__list li a img {
		width: 100%;
	}

	.single-related-posts__img {
		width: 100%;
	}

	.comments__reply {
		position: static;
		margin-bottom: 20px;
		display: inline-block;
		vertical-align: middle;
	}

	.reply-form__box-01,
  .reply-form__box-02 {
		padding: 0;
		width: 100%;
	}

	.team-title {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.team-subtitle {
		line-height: 16px;
	}

	.team-soc-list li {
		margin: 15px;
	}

	.single-team__info-list {
		margin: 0 0 20px;
	}

	.single-team__info {
		padding: 20px 20px 30px;
	}

	.counter-01 .stat_count {
		font-size: 30px;
		line-height: 32px;
	}

	.owl-theme-01 {
		padding: 0;
	}

	.owl-theme-01 .owl-nav {
		text-align: center;
	}

	.owl-theme-01 .owl-prev {
		position: static;
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
	}

	.owl-theme-01 .owl-next {
		position: static;
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
	}

	.owl-theme-01__item-img {
		left: -20px;
		top: -20px;
	}

	.social-list-01 {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.contact-block {
		text-align: center;
	}

	.page404-title {
		font-size: 150px;
		line-height: 150px;
	}

	.page404-subtitle {
		font-size: 30px;
		line-height: 32px;
	}

	.page404-text {
		margin-bottom: 20px;
	}

	.events-list__img {
		text-align: center;
		margin-bottom: 30px;
	}

	.events-list__img {
		width: 100%;
	}

	.events-list__info {
		width: 100%;
	}

	.events-list__status {
		position: static;
	}

	.events-list__content-title {
		padding-right: 0;
	}

	.events-list__info {
		padding: 0;
	}

	.single-course-tabs .tabs__caption li {
		max-width: none;
		margin: 5px 0;
	}

	.offer-tabs .tabs__caption li {
		max-width: none;
	}

	.coming-soon__subtitle {
		font-size: 22px;
	}

	.coming-soon__inp-text {
		max-width: none;
		margin-bottom: 20px;
		margin-right: 0;
	}

	.countdown_wrapper {
		margin-bottom: 30px;
	}

	.coming-soon__subtitle {
		margin-bottom: 30px;
	}

	.coming-soon__text {
		margin-bottom: 30px;
	}

	.coming-soon__text {
		font-size: 14px;
		line-height: 25px;
	}

	.gallary-01__item {
		width: 100%;
	}

	.counter-02 .shortcode_counter {
		width: 50%;
		padding: 0 10px;
	}

	.counter-02 .counter_title {
		font-size: 12px;
		margin-bottom: 30px;
	}

	.gallary-02__item {
		width: 100%;
	}

	.gallary-02__item a {
		margin: 10px 15px;
	}

	.progress-circle-wrapp .progress-circle-item {
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.teachers__list {
		width: 100%;
		text-align: left;
		margin: 15px 0;
	}

	.blog-listing.fullwidth .single-related-posts li {
		max-width: none;
		width: 100%;
	}

	.post-tag-list {
		display: block;
		float: none;
		margin-bottom: 25px;
	}

	.preview_share_wrapper {
		float: none;
		display: block;
		width: 100%;
		padding: 0;
	}

	.blog-post__likes {
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 20px;
	}

	.preview_share_toggler {
		display: none;
	}

	.preview_share_block {
		visibility: visible;
		opacity: 1;
		position: static;
		text-align: left;
	}

	.preview_share_block a {
		display: inline-block;
		vertical-align: middle;
		position: static;
		visibility: visible;
		opacity: 1;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	.preview_share_block a:first-child {
		margin-left: 0;
	}

	.search-bg__text {
		padding-left: 110px;
		padding-right: 20px;
		font-size: 13px;
	}

	.search-bg__text::-webkit-input-placeholder {
		font-size: 11px;
	}

	.search-bg__text::-moz-placeholder {
		font-size: 11px;
	}

	.search-bg__text:-ms-input-placeholder {
		font-size: 11px;
	}

	.search-bg__text:-ms-input-placeholder {
		font-size: 11px;
	}
	
	.search-bg__text-2 {
		padding-left: 56px;
		padding-right: 20px;
		font-size: 13px;
	}

	.search-bg__text-2::-webkit-input-placeholder {
		font-size: 11px;
	}

	.search-bg__text-2::-moz-placeholder {
		font-size: 11px;
	}

	.search-bg__text-2:-ms-input-placeholder {
		font-size: 11px;
	}

	.search-bg__text-2:-ms-input-placeholder {
		font-size: 11px;
	}
}

@media only screen and (max-width: 420px) {
	.comments__user-wrapp {
		width: 35%;
	}

	.comments__content {
		width: 65%;
	}

	.comments__child-list {
		padding-left: 20px;
	}

	.comments__child-list .comments__user-wrapp {
		width: 35%;
	}

	.comments__child-list .comments__content {
		width: 65%;
	}

	.contact-box__item {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.contact-box__list .soc-list-01 {
		margin: 0;
	}

	.coming-soon__subtitle {
		font-size: 18px;
	}

	.coming-soon__logo {
		margin-bottom: 30px;
	}

	.countdown-amount {
		font-size: 30px;
		line-height: 30px;
	}

	.countdown-period {
		font-size: 12px;
		line-height: 12px;
		margin-bottom: 10px;
	}

	.coming-soon__text {
		font-size: 12px;
		line-height: 18px;
	}

	.countdown_wrapper {
		margin-bottom: 15px;
	}

	.coming-soon__inp-text {
		height: 45px;
	}

	.coming-soon__search {
		margin-bottom: 40px;
	}

	.coming-soon__btn {
		font-size: 13px;
		padding: 10px 30px;
	}
}

.pricegrad {
	  background: #5caec4; /* For browsers that do not support gradients */
	  background: -webkit-linear-gradient(left, #8fc668 , #5caec4); /* For Safari 5.1 to 6.0 */
	  background: -o-linear-gradient(right, #8fc668, #5caec4); /* For Opera 11.1 to 12.0 */
	  background: -moz-linear-gradient(right, #8fc668, #5caec4); /* For Firefox 3.6 to 15 */
	  background: linear-gradient(to right, #131421, #121fc8 ); /* Standard syntax */
}






.pricegrad p{
	color: #fff;
}
.pricingTable{
   
    text-align: center;
    background: #121fc8; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #121fc8 , #131421); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #121fc8, #131421); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #121fc8, #131421); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #121fc8 , #131421); /* Standard syntax */
    padding-top: 5px;
    transition: all 0.5s ease-in-out 0s;
}
.pricingTable > .pricingTable-header{
    color:#fff;
    background: #27273861;
    height: 190px;
    position: relative;
    transition: all 0.5s ease 0s;
}
.pricingTable > .pricingTable-header:after{
    content: "";
    border-bottom: 40px solid #121fc8;
    border-image: linear-gradient(
        to left,
        rgba(0,0,0,1) 1%,
        rgba(0,255,255,1) 50%,
        rgba(0,0,0,1) 100%
    ) 0 0 100% 0/0 0 3px 0 stretch;
    border-left: 263px solid transparent;
    position: absolute;
    right:0px;
    bottom: 0px;
}
.pricingTable:hover .pricingTable-header{
    height: 230px;
    transition: all 0.5s ease 0s;
}
.pricingTable-header > .heading{
    display: block;
    padding: 20px 0;
}
.heading > h3{
    margin: 0;
    text-transform: uppercase;
}
.pricingTable-header > .price-value{
    display: block;
    font-size: 40px;
    line-height: 60px;
}
.pricingTable-header > .price-value > .mo{
    font-size: 14px;
    display: block;
    line-height: 0px;
    text-transform: uppercase;
}
.pricingTable-header > .price-value > .currency{
    font-size: 24px;
    margin-right: 4px;
    position: relative;
    bottom:30px;
}
.pricingTable > .pricingContent{
    text-transform: uppercase;
    color:#fff
}
.pricingTable > .pricingContent > ul{
    list-style: none;
    padding: 0;
}
.pricingTable > .pricingContent > ul > li{
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}
.pricingTable > .pricingContent > ul > li:last-child{
    border: 0px none;
}
.pricingTable-sign-up{
    padding: 30px 0;
}
.pricingTable-sign-up > .btn-block{
    width: 80%;
    margin: 0 auto;
    background: #273238;
    border:2px solid #fff;
    color:#fff;
    padding: 15px 12px;
    text-transform: uppercase;
    font-size: 18px;
}
.pricingTable-sign-up > .btn-block:hover{
    opacity: 0.9;
}
.pink{
    background: #ed687c;
}
.pink .pricingTable-header:after{
    border-bottom-color: #ed687c;
}
.orange{
    background: #e67e22;
}
.orange .pricingTable-header:after{
    border-bottom-color: #e67e22;
}
.blue{
    background: #3498db;
}
.blue .pricingTable-header:after{
    border-bottom-color: #3498db;
}
@media screen and (max-width: 1200px){
    .pricingTable > .pricingTable-header:after{
        border-left: 215px solid transparent;
    }
}
@media screen and (max-width: 990px){
    .pricingTable{
        margin-bottom: 20px;
    }
    .pricingTable > .pricingTable-header:after{
        border-left: 349px solid transparent;
    }
}
@media screen and (max-width: 600px){}
    
@media screen and (max-width: 480px){
    .pricingTable > .pricingTable-header:after {
        border-left: 459px solid rgba(0, 0, 0, 0);
    }
}

.accordion{width:100%; margin: 0 auto;}
.accordion-toggle {
	background: #5caec4; /* For browsers that do not support gradients */
	  background: -webkit-linear-gradient(left, #8fc668 , #5caec4); /* For Safari 5.1 to 6.0 */
	  background: -o-linear-gradient(right, #8fc668, #5caec4); /* For Opera 11.1 to 12.0 */
	  background: -moz-linear-gradient(right, #8fc668, #5caec4); /* For Firefox 3.6 to 15 */
	  background: linear-gradient(to right, #1fddff , #ff4b1f); /* Standard syntax */
	cursor: pointer;
	margin: 0;
	padding: 10px 40px;
	position: relative;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	font-weight: 300;
}
.accordion-toggle.active:after{content:"";position:absolute;right:40px;top:33px;width:0;height:0;border-bottom:5px solid #fff;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);color:#fff;}
.accordion-toggle:before{content:"";position:absolute;right:40px;top:33px;width:0;height:0;border-top:5px solid #fff;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);color:#fff;}
.accordion-toggle.active:before{display:none;}
.accordion-content {display: none;}
.accordion-content p{padding:20px;}
.accordion-toggle.active {color: #fff;}

.tital{ font-size:16px; font-weight:500;}
.bot-border{ border-bottom:1px #f8f8f8 solid;  margin:5px 0  5px 0}
.panel-heading {
	background: #5caec4 !important; /* For browsers that do not support gradients */
	  background: -webkit-linear-gradient(left, #8fc668 , #5caec4) !important; /* For Safari 5.1 to 6.0 */
	  background: -o-linear-gradient(right, #8fc668, #5caec4) !important; /* For Opera 11.1 to 12.0 */
	  background: -moz-linear-gradient(right, #8fc668, #5caec4) !important; /* For Firefox 3.6 to 15 */
	  background: linear-gradient(to right, #8fc668 , #5caec4) !important; /* Standard syntax */
	  
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.loginmodal-container {
  padding: 45px;
  max-width: 350px;
  width: 100% !important;
  background-color:#fff;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  
}

.loginmodal-container h5 {
  text-align: center;
  font-size: 1.8em;
  font-family:'CircularStd';
  
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-top:20px;
  position: relative;
  background-color: #1900ff;
  border-radius:50px;
}

.loginmodal-container input[type=text], input[type=password], input[type=email] {
  height: 40px;
  font-size: 14px;
  
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #86d7ff;
  
  /* border-radius: 2px; 
  padding: 0 8px; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
font-family: 'CircularStd' ;
font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  border: 1px solid #1900ff;
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #1900ff;
  padding: 17px 0px;
  font-size: 18px;
  border-radius: 50px;
  
}

.loginmodal-submit:hover {
  border: 1px solid #2f5bb7;
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8));
}

.loginmodal-container a {
  text-decoration: none;
  color: #070042;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  
} 

.login-help{
  font-size: 14px;
   border-top: 1px solid #e9ecef;
   padding-top: 20px;
   text-align: center;
}

.stripe-button-el{
	margin: 30px auto !important; 
	display: block !important;
}
.has-error .reply-form__name {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .reply-form__name:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
.has-error .reply-form__box-01 {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .reply-form__box-01:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
.has-error .reply-form__email {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .reply-form__email:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}


/* Osama css */

.form-preview{
        text-align: justify;
    line-height: 2;
    letter-spacing: 1px;
    margin: 100px auto 0px auto;
    font-family: 'CircularStd';
}



 .nav-pills>li>a {
    border-radius: 4px;
    background-color: #cccc;
    color: #2d2929;
}
.col-sm-offset-2 {
    margin-left: 19.666667%;
}

.centered{
    text-align:center;
}

.centered button{
        margin: 40px 0;
}

.diff-text{
        color: #5daec2;
    font-weight: bold;
    text-transform: uppercase;
}

.left-40{
    padding-left:40px;
}

.abcdmsg{
    margin-bottom:0 !important;
}

.receipt li{
    list-style-type:none;
}

.testimonial-image{
           width: 100px !important;
    border-radius: 100%;
    margin: 20px auto;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: 0 0 21px #000000;
}

.bg-grey{
        background-color: #F8FBFF;
}

.testimonial{
    font-style:italic;
    text-align:center;
}

.star-rating{
    text-align:center;
    margin:15px 0;
}

.star-rating .checked {
    color: orange;
}







/* New Order Styles*/

.order-back{
    max-width: 740px;
    width: 100%;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 40px 40px 90px 40px;
    border-radius: 8px;
}

@media (max-width: 575px){
.order-back {
    padding: 20px 20px 10px 20px;
}
}

@media (max-width: 767px){
.order-back {
    padding-left: 15px;
    padding-right: 15px;
}
}