*, *:before, *:after {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
}
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:200,300,300i,400,400i,500,500i,600,600i,700,700i,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700');
a, a:focus, a:active, a:hover, object, embed {
	outline:none;
	text-decoration:none;
}
html {
	font-family: 'Fira Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x:hidden
}
body {
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	font-family: 'Fira Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #272727;
	margin: 0 0 10px;
	font-weight: 500;
	font-family: 'Fira Sans', sans-serif;
}
h1 {
	font-size:40px;
	line-height:1.1;
}
h2 {
	font-size:35px;
	line-height:1.2;
}
h3 {
	font-size:22px;
	line-height:1.2;
}
h4 {
	font-size:20px;
}
.h5, h5 {
	font-size: 14px;
}
p {
	line-height: 25px;
	font-size: 15px;
	color: #2d2d2d;
	font-weight: 400;
}
a {
	color:#333;
	font-weight: 600;
}
a:focus, a:hover {
	color:#c7a543;
	text-decoration:none;
	outline:none;
}
strong {
	font-weight:700;
}
ol, ul {
	margin:0;
	padding:0;
}
a {
	color: #696666;
	text-decoration:none;
	font-weight:400;
}
a:hover, a:focus {
	color:#776d69;
}
a img {
	border:0;
}
/*Design by Rizwan Khan From GMV Yoga PVT.LTD*/
:root {
--main-bg-color: #ff7b4d;
--light-graybg: #f6f5f5;
--ff-color:#333;
--white-surface:#FFF;
--text-darkgray: #333;
--text-white:#FFF;
--text-red:#ff7b4d;
--color-nav:#353434;
--darkblue-thems:#35599b;
--red-themsbg:#ff7b4d;
--light-gray-text:#636161;
--dark-graybg:#0c0c0c;
--transiton-speed: 0.5s ease-in-out;
}
:-moz-any-link:focus {
outline:none;
}
input::-moz-focus-inner {
border:0;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
-webkit-box-shadow:0 0 0px 1000px #FFF inset;
background:none !important;
background-color:rgb(255, 255, 255) !important;
background-image:none !important;
color:rgb(0, 0, 0);
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
}
input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
background-color:rgb(255, 255, 255) !important;
}
input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
 background-color: rgb(255, 255, 255) !important;
 background-image: none !important;
 color: rgb(0, 0, 0) !important;
}
 input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
-webkit-animation-name:autofill;
-webkit-animation-fill-mode:both;
}
:focus {
	outline:0;
}
input, button, select, textarea {
	background: transparent;
	border: 1px solid #dddddd;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	color: #bbb8b8;
	font-family: 'Fira Sans Condensed', sans-serif;
}
 input::-webkit-input-placeholder, button::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #bbb8b8;
    font-size:14x;
    font-weight: 500;
}
 input:-moz-placeholder, button:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
 color: #bbb8b8;
 font-size:14x;
     font-weight: 500;
}
 input::-moz-placeholder, button::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
 color: #bbb8b8;
 font-size:14x;
     font-weight: 500;
}
 input:-ms-input-placeholder, button:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #bbb8b8;
 font-size:14x;
     font-weight: 500;
}
input:focus, input:active, button:active, select:focus, select:active, textarea:focus, textarea:active {
	border-color: rgb(199, 165, 67);
	box-shadow: inset 0 0 0 0px rgb(199, 165, 67);
}
input, select, textarea {
	font-size: 14px;
	vertical-align: middle;
}
input, select {
	color: #504e4e;
	border-radius: 3px;
	background: #FFFF;
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 14px;
	line-height: 1.3333333;
	border-radius: 2px;
}
/*body::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track {
 background-color:#000;
}
 body::-webkit-scrollbar, textarea::-webkit-scrollbar {
 width: 10px;
}
 body::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb {
 background-color: #ff7b4d;
}*/
::selection {
 background:var(--red-themsbg);
 color: #FFF;
 text-shadow: 0;
}
.clear {
	margin:0;
	padding:0;
	overflow:hidden;
	display:block;
	clear:both;
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
*zoom:1;
}
.clear:after {
	clear:both;
	content:"";
	display:block;
}
.clear {
	height:auto;
	width:100%;
	display:block;
	overflow:hidden;
	clear:both
}
/*=======table start==========*/
.table_shadow{
    position: relative;
}
.table_shadow:after{
    position: absolute;
    right: -60px;
    bottom: 2px;
    border-top: 82px solid rgba(204, 204, 204, 0.3803921568627451);
    border-right: 60px solid transparent;
    border-bottom: 18px solid transparent;
    content: '';
    z-index: -1;
}
.table-bordered {
	border: none;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 2px;
}
.table-condensed>tbody>tr>td, .table-condensed>thead>tr>td {
	padding: 8px;
	line-height: 20px;
	font-size: 14px;
	color: #212529;
	font-weight: 500;
	margin:0;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #e8e8e8;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 14px 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.table-bordered>tbody>tr>td span{
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    position: relative;
}
.table-bordered>tbody>tr>td span a{
    background: #ff7b4c;
    color: #FFF;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    min-height: 39px;
    display: inline-block;
    font-size: 16px;
    padding: 8px;
    font-weight: 500;
}
.table-hover>tbody>tr:hover {
	background-color: #f7f7f7;
}
.table-bordered>thead>tr>th {
    background: #35599b;
    color: #FFFFFF;
    padding: 22px 8px;
    font-weight: 500;
    font-size: 20px;
    vertical-align: middle;
    border: 1px solid transparent;
    border-bottom: none;
}

.table-bordered>thead>tr>th:nth-child(odd){
    background: #6c83d7;
    border: 1px solid #6c83d7;
    
}
.table-bordered>thead>tr>th:nth-child(even){
    background: #35599b;
    border: 1px solid #35599b;
    
}
.th_width150{
    width: 200px;
}
.th_width50{
    width: 50%;
}
.table_title,.table_title1{
    width: 100%;

}
.table_title h1{
     color: #ff7b4c;
    font-size: 3em;
    font-weight: 500;   
}
.table_title1 h2{
    
    font-size: 1.8em;
    font-weight: 400;   
}
.kids_prise{
    max-width: 250px;
    margin: 0 auto;
    height: 50px;
    position: relative;
    text-align: center;
    line-height: 50px;
    border-radius: 6px;
}
.kids_prise a{
    position: relative;
    color: #FFF;
    display: block;
    z-index: 2;
    background: #4e8e23;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    
}
.kids_prise:hover a,.kids_prise:hover::before,.kids_prise:hover::after{
    background: #35599b;
}
.kids_prise::before,.kids_prise::after{
    position: absolute;
    height: 50px;
    content: '';
    background: #4e8e23;
    width: 50px;
    border-radius: 50%;
    z-index: 1;
     -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.kids_prise::before{
    top: 0;
    left: -9px;
}
.kids_prise::after{
    top: 0;
    right: -9px;
}
/*=======table end==========*/
.no-minpadding {
	padding:0 !important;
}
.no-minmargin {
	margin:0 !important;
}
.no-minmargin {
	margin:0;
}
.pt-10 {
	padding-top:10px;
}
.pt-15 {
	padding-top:15px;
}
.pt-20 {
	padding-top:20px;
}
.pt-15 {
	padding-top:15px;
}
.pt-20 {
	padding-top:20px;
}
.pt-25 {
	padding-top:25px;
}
.pt-30 {
	padding-top:30px;
}
.pt-35 {
	padding-top:35px;
}
.pt-40 {
	padding-top:40px;
}
.pt-45 {
	padding-top:45px;
}
.pt-50 {
	padding-top:50px;
}
.pt-55 {
	padding-top:55px;
}
.pt-60 {
	padding-top:60px;
}
.pt-65 {
	padding-top:65px;
}
.pt-70 {
	padding-top:70px;
}
.pr-10 {
	padding-right:10px;
}
.pr-20 {
	padding-right:20px;
}
.pr-15 {
	padding-right:15px;
}
.pr-25 {
	padding-right:25px;
}
.pr-30 {
	padding-right:30px;
}
.pr-35 {
	padding-right:35px;
}
.pr-40 {
	padding-right:40px;
}
.pr-45 {
	padding-right:45px;
}
.pr-50 {
	padding-right:50px;
}
.pr-55 {
	padding-right:55px;
}
.pl-10 {
	padding-left:10px
}
.pl-15 {
	padding-left:15px
}
.pl-20 {
	padding-left:20px
}
.pl-25 {
	padding-left:25px
}
.pl-30 {
	padding-left:30px
}
.pl-35 {
	padding-left:35px
}
.pl-40 {
	padding-left:40px
}
.pl-45 {
	padding-left:45px
}
.pl-50 {
	padding-left:50px
}
.pl-55 {
	padding-left:55px
}
.pl-60 {
	padding-left:60px
}
.pl-70 {
	padding-left:70px
}
.pl-80 {
	padding-left:80px
}
.pl-90 {
	padding-left:90px
}
.pb-10 {
	padding-bottom:10px;
}
.pb-15 {
	padding-bottom:15px;
}
.pb-20 {
	padding-bottom:20px;
}
.pb-15 {
	padding-bottom:15px;
}
.pb-20 {
	padding-bottom:20px;
}
.pb-25 {
	padding-bottom:25px;
}
.pb-30 {
	padding-bottom:30px;
}
.pb-35 {
	padding-bottom:35px;
}
.pb-40 {
	padding-bottom:40px;
}
.pb-45 {
	padding-bottom:45px;
}
.pb-50 {
	padding-bottom:50px;
}
.pb-55 {
	padding-bottom:55px;
}
.pb-60 {
	padding-bottom:60px;
}
.pb-65 {
	padding-bottom:65px;
}
.pb-70 {
	padding-bottom:70px;
}
.pb-75 {
	padding-bottom:75px;
}
.pb-80 {
	padding-bottom:80px;
}
.mt-10 {
	margin-top:10px;
}
.mt-15 {
	margin-top:15px;
}
.mt-20 {
	margin-top:20px;
}
.mt-15 {
	margin-top:15px;
}
.mt-20 {
	margin-top:20px;
}
.mt-25 {
	margin-top:25px;
}
.mt-30 {
	margin-top:30px;
}
.mt-35 {
	margin-top:35px;
}
.mt-40 {
	margin-top:40px;
}
.mt-45 {
	margin-top:45px;
}
.mt-50 {
	margin-top:50px;
}
.mt-55 {
	margin-top:55px;
}
.mt-60 {
	margin-top:60px;
}
.mt-65 {
	margin-top:65px;
}
.mt-70 {
	margin-top:70px;
}
.mt-75 {
	margin-top:75px;
}
.mt-80 {
	margin-top:80px;
}
.mb-10 {
	margin-bottom:10px;
}
.mb-15 {
	margin-bottom:15px;
}
.mb-20 {
	margin-bottom:20px;
}
.mb-15 {
	margin-bottom:15px;
}
.mb-20 {
	margin-bottom:20px;
}
.mb-25 {
	margin-bottom:25px;
}
.mb-30 {
	margin-bottom:30px;
}
.mb-35 {
	margin-bottom:35px;
}
.mb-40 {
	margin-bottom:40px;
}
.mb-45 {
	margin-bottom:45px;
}
.mb-50 {
	margin-bottom:50px;
}
.mb-55 {
	margin-bottom:55px;
}
.mb-60 {
	margin-bottom:60px;
}
.mb-65 {
	margin-bottom:65px;
}
.mb-70 {
	margin-bottom:70px;
}
.mb-75 {
	margin-bottom:75px;
}
.mb-80 {
	margin-bottom:80px;
}

.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
/*header start*/
header {
	position:relative;
	width:100%;
	z-index: 888;
	background: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	animation: smoothScroll 1s forwards;
	background:#FFF;
	width:100%;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
@keyframes smoothScroll {
 0% {
 transform: translateY(-30px);
}
 100% {
 transform: translateY(0px);
}
}
.nav-header {
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
	width:100%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
section {
	position: relative;
}
header .top_header {
	background:#FFF;
	
    border-bottom:1px solid #f1f1f1;
}
header .top_header .list_email, header .top_header .social_menu {
	width:100%;
	padding:0;
}
header .top_header .list_email ul, header .top_header .social_menu ul {
	list-style-type:none;
	display:block;
}
header .top_header .social_menu ul {
	float:right;
}
header .top_header .list_email ul li {
    margin-right: 15px;
    display: inline-block;
    list-style-type: none;
    color: #636363;
    line-height: 45px;
    float: left;
    font-weight: 400;
}
header .top_header .social_menu ul li{
     margin-right: 15px;
    display: inline-block;
    list-style-type: none;
    color: #636363;
    line-height: 45px;
    float: left;
    font-weight: 400;
    
}
header .top_header .social_menu ul li:first-child {
	margin-right:15px;
}
header .top_header .social_menu ul li:first-child {
	margin-right:14px;
}
header .top_header .social_menu ul li i {
	margin-right: 0px;
	font-size: 16px;
	position: relative;
	top: 2px;
}
header .top_header .list_email ul li a {
color: #39393a;
    font-weight: 400;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    padding-left: 4px;
}
header .top_header .list_email ul li a:hover {
	color:#ff7b4d;
}
header .top_header .social_menu ul li a {
color: #39393a;
    display: inline-block;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
header .top_header .social_menu ul li a:focus, header .top_header .social_menu ul li a.active {
	background:#ff7b4d;
	color:#FFF;
	position: relative
}
header .top_header .social_menu ul li a.active:after {
	border-bottom:5px solid #FFF;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}
header .top_header .social_menu ul li a:hover {
	background: #fff;
	color: #ff7b4d;
}
.logo {
    position: relative;
    z-index: 123;
    padding: 0;
    font: 18px verdana;
    color: #6DDB07;
    float: left;
    width: 203px;
    top: 7px;
}
.logo a {
	color:#004091;
}
nav {
	position:relative;
	width:100%;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border:0;
	list-style:none;
	line-height:1;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
#cssmenu:after, #cssmenu > ul:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
#cssmenu #head-mobile {
	display:none
}
#cssmenu {
	font-family: 'Fira Sans', sans-serif;
}
#cssmenu > ul {
	margin:0;
	float:right
}
#cssmenu > ul > li {
	float:left;
	margin-left:24px;
}
#cssmenu > ul > li:first-child {
	margin-left:0;
}
#cssmenu > ul > li > a {
padding: 16px 0;
    font-size: 15px;
    text-decoration: none;
    color: #0c0c0c;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0.3px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color: #ff7b4d
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {/*background:#004091!important;*/
-webkit-transition:background .3s ease;
-ms-transition:background .3s ease;
transition: all.3s ease;
}
#cssmenu ul li.active a {
	border:none;
}
/*#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}*/
#cssmenu > ul > li.has-sub:hover > a:before {
	top:23px;
	height:0
}
#cssmenu ul ul {
	position:absolute;
	left:-9999px
}
#cssmenu ul ul li {
	height:0;
-webkit-transition:all .25s ease;
-ms-transition:all .25s ease;
	background:#ff7b4d;
transition:all .25s ease
}
#cssmenu ul ul li:hover {
	padding-left: 0px;
}
#cssmenu li:hover > ul {
	left:auto
}
#cssmenu li:hover > ul > li {
	height:auto;
}
#cssmenu ul ul ul {
	margin-left:100%;
	top:0
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(236, 216, 216, 0.15);
	padding: 11px 15px;
	width: 194px;
	font-size: 13px;
	text-decoration: none;
	color: #fff5e6;
	font-weight: 500;
	white-space:normal;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom:0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color:#fafafa
}
#cssmenu ul ul li.has-sub > a:after {
	position:absolute;
	top:16px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#ddd;
	content:''
}
#cssmenu ul ul li.has-sub > a:before {
	position:absolute;
	top:13px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#ddd;
	content:'';
-webkit-transition:all .25s ease;
-ms-transition:all .25s ease;
transition:all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top:17px;
	height:0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #004672;
}
#cssmenu ul ul ul li.active a {
	border-left:1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top:1px solid #333
}
 @media screen and (max-width:1000px) {
.logo {
position: relative;
    top: 6px;
    left: 0;
    width: 26%;
    text-align: left;
    padding: 0;
    float: left;
}
.logo2 {
display:none
}
nav {
width:100%;
}
#cssmenu {
width:100%;
padding: 6px 0;
}
#cssmenu ul {
width: 100%;
display: none;
height: 100vh;
overflow-y: scroll;
}
#cssmenu ul ul {
width: 100%;
height:100%;
overflow:auto;
}
#cssmenu ul li {
width:100%;
border-top:1px solid #e8e3e3;
transition: 0.5s ease;
}
#cssmenu ul li:hover {
 background: #efecec;
 transition: 0.5s ease;
 padding-left: 15px;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
height:auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
width:100%;
border-bottom:0;
line-height: 1.1;
}
#cssmenu > ul > li {
float:none;
margin:0;
}
#cssmenu ul ul li a {
padding-left:25px
}
#cssmenu ul ul li {
background:#FFF !important;
}
#cssmenu ul ul li:hover {
background:#ff7b4d !important
}
#cssmenu ul ul ul li a {
padding-left:12px
}
#cssmenu ul ul li a {
 color: #737373;
 background: none;
 font-size: 14px;
 font-weight: 500;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
color:#fafafa
}
#cssmenu ul ul, #cssmenu ul ul ul {
position:relative;
left:0;
width:100%;
margin:0;
text-align:left
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
display:none
}
#cssmenu #head-mobile {
display:block;
padding:23px;
color:#ddd;
font-size:12px;
font-weight:700
}
.button {
 width: 55px;
 height: 46px;
 position: absolute;
 right: -5px;
 top: 12px;
 cursor: pointer;
 z-index: 12399994;
}
.button:after {
position: absolute;
 top: 22px;
 right: 20px;
 display: block;
 height: 9px;
 width: 20px;
 border-top: 2px solid #004672;
 border-bottom: 2px solid #004672;
 content: '';
}
.button:before {
-webkit-transition:all .3s ease;
-ms-transition:all .3s ease;
transition:all .3s ease;
position:absolute;
top:16px;
right:16px;
display:block;
height:2px;
width:24px;
background:#004672;
content:''
}
.button.menu-opened:after {
-webkit-transition:all .3s ease;
-ms-transition:all .3s ease;
transition:all .3s ease;
top:23px;
border:0;
height:2px;
width:19px;
background:#ff7b4d;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg)
}
.button.menu-opened:before {
top: 23px;
    background: #ff7b4d;
    width: 20px;
    right: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#cssmenu .submenu-button {
position:absolute;
z-index:99;
right:0;
top:0;
display:block;
border-left:1px solid #dadada;
height:46px;
width:46px;
cursor:pointer
}
 #cssmenu .submenu-button.submenu-opened {
background:#ff7b4d
}
#cssmenu ul ul .submenu-button {
height: 38px;
width: 46px;
}
#cssmenu .submenu-button:after {
position:absolute;
top:22px;
right:19px;
width:8px;
height:2px;
display:block;
background:#868686;
content:''
}
#cssmenu ul ul .submenu-button:after {
top:15px;
right:13px
}
#cssmenu .submenu-button.submenu-opened:after {
background:#ffffff
}
#cssmenu .submenu-button:before {
position:absolute;
top:19px;
right:22px;
display:block;
width:2px;
height:8px;
background:#868686;
content:''
}
#cssmenu ul ul .submenu-button:before {
top:12px;
right:16px
}
#cssmenu ul ul .submenu-button {
 position: absolute;
 z-index: 99;
 right: 0;
 top: 0;
 display: block;
 border-left: 1px solid #dadada;
 height: 38px;
 width: 46px;
 cursor: pointer;
}
#cssmenu ul ul .submenu-button:before {
 position: absolute;
 top: 17px;
 right: 23px;
 display: block;
 width: 1px;
 height: 8px;
 background: #868686;
 content: '';
}
#cssmenu ul ul .submenu-button:after {
 position: absolute;
 top: 20px;
 right: 19px;
 width: 8px;
 height: 1px;
 display: block;
 background: #868686;
 content: '';
}
 #cssmenu .submenu-button.submenu-opened:before {
display:none
}
#cssmenu ul ul ul li.active a {
border-left:none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
border-top:none
}
}


/*main slider start*/

.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #FFF;
}
.bs-slider .container{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0.5;
    width: 55px;
    height: 55px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 55px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.5686274509803921);
    -webkit-border-radius: 100px;
    border-radius: 100px;
    z-index: 100;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}
.bs-slider:hover .control-round .carousel-control{
    opacity: 0.3;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    
}
.bs-slider:hover .carousel-control.left {
    left: 2%;
}
.bs-slider:hover .carousel-control.right {
    right: 2%;
}




/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
padding: 0;
    width: 24px;
    height: 10px;
    border: 1px solid rgb(255, 255, 255);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 0;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor: pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: none;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(1);
    background-color: #ff7b4c;
    content:"";
    position: absolute;
    left:0px;
    top:-1px;
    width:100%;
    height: 15px;
    border-radius: 0;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
left: 0;
    top: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    position: relative;
    text-align: left;
    padding: 10px 85px;
}

.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > h3 {
padding: 0;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 30px;
    letter-spacing: 10px;
    display: block;
    text-transform: uppercase;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 16px 30px;
    white-space: nowrap;
    display: inline-block;
    background: #ff7b4d;
    border: none;
    border-radius: 30px;
    text-transform: capitalize;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 15px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid #FFF;
    border-radius: 30px;
    background: transparent;
    color: #FFF;
    text-transform: capitalize;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover.btn-primary{
    background: #FFF;
    color:#000;
}

.slide-text > a:hover.btn-default{
    background: #35599b;
    color:#FFF;
    border-color: #35599b;
}







/*main slider end*/




#myCarousel .carousel, #myCarousel .item, #myCarousel .active {
	height:auto;
}
#myCarousel .carousel-inner {
	height: 100%;
	background: #000;
}
#myCarousel .carousel-caption {
	padding-bottom:0px;
}
#myCarousel h2 {
	font-size: 50px;
	color: #FFFFFF;
	text-transform: uppercase;
}
#myCarousel p {
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: 400;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
	width: 100%;
	height: 100vh;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	opacity:0.6;
	min-height: 650px;
}
#myCarousel .container {
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#myCarousel .carousel-caption {
	position: relative;
	right: 0;
	left: 17%;
	z-index: 10;
	max-width: 700px;
	color: #fff;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
/**
 * Button
 */
.btn {
	-ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.btn-transparent {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.btn-transparent:hover {
	background-color: #fff;
}
.btn-rounded {
	border-radius: 70px;
}
.btn-large {
	padding: 11px 45px;
	font-size: 18px;
}
/**
 * Change animation duration
 */
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
 @-webkit-keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100px, 0, 0);
 transform: translate3d(100px, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100px, 0, 0);
 transform: translate3d(100px, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
/*=================vedio section start====================*/
.video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}
.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 70px;
	height: 70px;
	background: var(--white-surface);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 70px;
	height: 70px;
	background: var(--red-themsbg);
	border-radius: 50%;
	transition: all 200ms;
}
.video-play-button:hover:after {
	background: #004672
}
.video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	left: 3px;
	top: 4px;
	border-left: 26px solid #fff;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
}
 @keyframes pulse-border {
 0% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
.video-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.80);
	opacity: 0;
	transition: all ease 500ms;
}
.video-overlay.open {
	position: fixed;
	z-index: 999;
	opacity: 1;
}
.video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.video-overlay-close:hover {
	color: #fa183d;
}
.video-overlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
/*=================vedio section end====================*/
.btn-defaulthems {
	background: #ff7b4d;
	color: #FFF;
	padding: 17px 44px;
	display:inline-block;
	font-size:14px;
	border: none;
	border-radius: 0;
	margin-right:15px;
	font-weight:500;
	line-height: 1;
	text-transform:uppercase;
}
.btn-defaulthems:hover, .btn-defaulthems:focus {
	background: #004672;
	color:#FFF;
}
.btn-whitethems {
	background: #FFF;
	color: #ff7b4d;
	font-size: 14px;
	padding: 14px 44px;
	display: inline-block;
	border: none;
	border-radius: 20px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.btn-whitethems:hover, .btn-whitethems:focus {
	background: #ff7b4d;
	color:#FFF;
}
.btn-whitetblack {
	background: #FFF;
	color: #333;
    border: 2px solid transparent;
	font-size: 14px;
	padding: 12px 44px;
	display: inline-block;
	border-radius: 20px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}
.btn-whitetblack:hover, .btn-whitetblack:focus {
	background: transparent;
     border: 2px solid #FFF;
	color:#FFF;
}
.btn-bluethems {
background: #35599b;
    color: #FFF;
    font-size: 16px;
    padding: 16px 45px;
    display: inline-block;
    border: none;
    border-radius: 30px;
    font-weight: 500;
    line-height: 1;
}
.btn-bluethems:hover, .btn-bluethems:focus {
	background: #ff7b4c;
	color:#FFF;
}
.btn-radiusthems {
    background: #ff7b4d;
    color: #FFF;
    padding: 13px 28px;
    display: inline-block;
    font-size: 14px;
    border: none;
    border-radius: 20px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
.btn-small {
	background: #ff7b4d;
	color: #FFF;
	padding: 9px 20px;
	display: inline-block;
	font-size: 14px;
	border: none;
	border-radius: 3px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}
.btn-fotter {
background: transparent;
    border: 2px solid #928989 !important;
    color: #c3bdbd;
    padding: 12px 30px;
    display: inline-block;
    font-size: 14px;
    border: none;
    border-radius: 20px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
.btn-fotter:hover{
    background: #ff7b4d;
    border-color: #ff7b4d !important;
    color: #FFF;
    
}
.btn-radiusthems:hover, .btn-radiusthems:focus, .btn-small:hover, .btn-small:focus {
	background: #004672;
	color:#FFF;
}
.btn_small{
    padding: 9px 20px !important;
}
.text-blue{
    color:#35599b 
}
.text-white{
    color:#FFF 
}
.text-lightred{
    color:#ff7b4d 
}
.blue_bg {
	background: #35599b;
}
.blue_bg1 {
	background: #35599b;
}
.blue_bg2 {
	background: #6c83d7;
}
.blue_bg3 {
	background: #00A1FF;
}
.voilet_bg{
    background: #5f599e;
}
.green_bg1 {
    background: #388dbf;
}
.orange_bg2 {
	background: #ff7b4d;
}
.gray_bg {
	background: #f7f7f7;
}

.white_bg{background: #FFF;}

/*=========tittle-center start=============*/
.title-center,.title-center1 {
	text-align:center;
	position:relative;
}
.title-center .icon,.title-center1 .icon{
    width: 60px; margin: 0 auto
}
.title-center1 .icon img{
    padding: 0;
    filter: grayscale(0) contrast(0) brightness(2) saturate(2) grayscale(2);
    -webkit-filter: grayscale(0) contrast(0) brightness(2) saturate(2) grayscale(2);
}
.title-center h2,.title-center1 h2 {
	margin-bottom:15px;
	font-size:30px;
    padding-top: 5px;
	font-weight:500;
}
.title-center p,.title-center1 p {
	max-width:900px;
	margin:0 auto;
	padding-bottom:10px;
}
.title-center::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -12px;
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 116px;
    height: 1px;
    background: #4a4a4a;
}
.title-center1::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -12px;
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 116px;
    height: 1px;
    background: #FFF;
}
.title-left {
	text-align:left;
	position:relative;
}
.title-left h2 {
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:30px;
	font-weight:700;
	position:relative;
	padding-bottom: 10px;
}
.title-left h2:after {
	position:absolute;
	content:'';
	left:0;
	top:100%;
	width:116px;
	height:1px;
	background:#ff7b4d;
}
.title-left h3 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
}
.title-left h3:after {
	position: absolute;
	content: '';
	left: 0;
	top: 100%;
	width: 80px;
	height: 2px;
	background: #ff7b4d;
}
.white_text {
	color:#FFFFFF !important
}
/*=========tittle-center end=============*/
.tyttle-ligtText {
	width:100%;
}
.tyttle-ligtText h3 {
	font-size: 31px;
	line-height: 1.2;
	font-weight: 300;
}
 .style-1 [class*="col-"] {
padding:0px;
}
.style-2 [class*="col-"] {
padding:10px;
}
.style-2 .drop_title h3{
    font-weight: 500;
    display: inline-block;
        text-align: center;
}
.style-1 .row_top {
	margin-top:0px;
}
 .style-3 [class*="col-"] {
padding:0px;
}
 .style-3 [class*="row"] {
     margin: 18px 0;
}
.about-contener{
    width: 100%;
}
.about-contener img{
    width: 100%;
    height: 575px;
}

.about-contener .about_vertical{
    width: 100%;
    display: table;
    min-height: 575px;
    margin-right: 0px;
    background: #FFF;
    position: relative;
}
.about-contener .about_vertical >div{
    display: table-cell;
    vertical-align: middle;
    padding: 0 4em;
}
.about-contener [class*="col-"]:nth-child(4) .about_vertical:before{
    left: -20px;
    top: 100%;
}
.about-contener [class*="col-"]:nth-child(4) .about_vertical:after{
    left: -8px;
    top: 100%;
}
.about-contener .about_vertical:before{
    background: #FFF;
    border: 2px solid #f9f9f9;
    content: '';
    position: absolute;
    right: -20px;
    top: 100%;
    z-index: 9;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
    display: inline-block;
    
}
.about-contener .about_vertical:after{
background: #e0dfde;
    content: '';
    position: absolute;
    right: -8px;
    top: 100%;
    z-index: 9;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    border-radius: 50%;
    display: inline-block;
    
}

.box-verticale {
	position:relative;
	min-height:176px;
}
[class*="col-"]:nth-child(odd) .box-verticale .over_bg{
   background: rgba(223, 115, 53, 0.81);
    
}
[class*="col-"]:nth-child(even) .box-verticale .over_bg{
   background: rgba(0, 0, 0, 0.65);
    
}
.box-verticale .over_bg{
    height: 100%;
    
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}
.box-verticale .crcle-top {
	background: #004672;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	position: absolute;
	top: -60px;
	border-radius: 100%;
	text-align: center;
	left: 50%;
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 25px 17px;
}
.box-verticale .col-content{
    position: absolute;
    top:50%;
    z-index: 1;
    padding: 2em;
    width: calc(100%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-verticale .col-content span:first-child,.box-verticale .col-content span:last-child{
    width: 45%;
    height: 1px;
    background: rgba(255, 255, 255, 0.61);
    position: absolute;
    display: inline-block;
}
.box-verticale .col-content span:first-child{
    left: 0;
    top:8px
}
.box-verticale .col-content span:last-child{
    right: 0;
    top:8px
}
.box-verticale .col-content span:nth-child(2){
    width: 20px; height: 20px; 
    border: 1px solid rgba(255, 255, 255, 0.61);
    display: inline-block; 
    border-radius: 50%; 
    top:-8px;
}
.box-verticale .col_img{
    overflow: hidden;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.box-verticale .col_img img{
    width: 100%;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.box-verticale:hover .col_img img{
    transform: scale(1.5) rotate(10deg);
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.box-verticale h2{
    color: #FFF;
    font-weight: 400;
}
.box-verticale h3, .box-verticale p {
	color:#FFF;
	font-weight:400;
	z-index: 1;
	position: relative;
}
/*======about section start=================*/
.about-content {
	width:100%;
}
.about-content h2 {
	font-size:30px;
}
.about-content h2 span {
	color:#ff7b4d;
}
.about-content text {
	font-size:18px;
	font-weight:400;
}
.about-image img{
    border-radius:20px;
}
.about-content .about_box{
    position: absolute;
    right: -50px;
    z-index: 1;
/*    height: 392px;*/
    top: 48px;
    padding: 3em;
    border-radius: 20px;
    box-shadow: -2px 0px 8px rgba(0, 0, 0, 0.1);
    background: #FFF;
}
.about-content .about_box h3{
color: #5d5d5d;
    font-size: 20px;
    font-weight: 500;
}
.about-content p{
    color: #464646
}
/*======about section end=================*/
/*======yaga retreats page start=================*/
.retreate,.retreate1{
    width: 100%
}
.retreate h2,.retreate1 h2{
    position: relative;
    padding-left: 1.8em;
    padding-bottom: 6px;
    font-size: 2em;
    color: #ff7b4d;
}
.retreate h2 span,.retreate1 h2 span{
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(../images/yoga_icon.png);
    background-repeat: no-repeat;
}
.retreate img{
    width: 100%;
    height: 380px;
    display: block;
    border-radius: 30px 0 0 30px;
}
.retreate1 img{
    width: 100%;
    height: 380px;
    display: block;
        border-radius: 0 30px 30px 0;
}
.retreate .text_vertical{
    width: 100%;
    display: table;
    min-height: 380px;
    height: 380px;
    margin-right: 0px;
    background: #FFF;
    position: relative;
    border-radius: 0 30px 30px 0;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.06);
}
.retreate1 .text_vertical {
    width: 100%;
    display: table;
    min-height: 380px;
    height: 380px;
    margin-right: 0px;
    background: #FFF;
    position: relative;
    border-radius: 30px 0 0 30px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.06);
}
.retreate .text_vertical >div,.retreate1 .text_vertical >div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 3em;
}
/*======yaga retreats page end=================*/
/*======event section start=================*/
.event{
    background: url(/aumyoga/public/images/events_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}
.event .column_bg{
    background: rgba(255, 123, 76, 0.85);
    
}
.event .column_bg .head_tittle div{
    display: inline-block;
    width: calc(100% - 115px);
}
.event .column_bg .head_tittle div h1,.event .column_bg .head_tittle div h2,.event .column_bg .head_tittle div h3{
    color: #FFF;
    position: relative;
    
}
.event .column_bg .head_tittle div h3{
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1em;
}
.event .column_bg .head_tittle div h3{
    display:inline-block;
    padding-left: 4em;
}
.event .column_bg .head_tittle div h1{
    font-size: 3.3em;
    font-weight: 400;
}
.event .column_bg .head_tittle div h3:before{
    width: 20%;
    height: 1px;
    background: #FFF;
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
}
.event .column_bg .head_tittle div:last-child{
    border: 2px solid #FFF;
    text-align: center;
    width: 100px;
    float: right;
    margin-left: 15px;
}
.event .column_bg .head_tittle div:last-child span{
    color: #FFF;
    font-size: 1.5em;
}
.event .column_bg .head_tittle div:last-child span:last-child{
    font-size: 1.5em;
    display: block;
    font-weight: 600;
    
}
.event .column_bg .box-column{
    background: #FFF;
    width: 100%;
    border-radius:20px;
}
.event .column_bg .box-column strong{
    color: #ff7b4d;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.event .column_bg .box-column h3 {
    font-size: 18px;
    text-transform: capitalize;
}
.event .column_bg .box-column ul{
    list-style: none;
}

.event .column_bg .box-column ul li{
    line-height: 25px;
    position: relative;
    padding-left: 25px;
    font-weight: 500;
    margin-top: 4px;
    color: #545252;
}

.event .column_bg .box-column ul li span{
    color: #529807;
    font-size: 16px;
}
.event .column_bg .box-column ul li b{
    text-decoration: line-through;
}
.event .column_bg .box-column ul li i{
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 21px;
    color: #847f7f;
}
.event .column_bg .box-column .icon_type{
    max-width: 100px; margin: 0 auto
}
.event .column_bg .box-horzontal .icon_type img {
    border-radius: 0;
    height:auto;
    margin: 0 auto;
   
}

/*======event section end=================*/

/*======team section end=================*/
.team{
  margin:40px;
}

.team-member {
margin: 0;
    padding: 0;
    position: relative;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
color: #FFF;
}
.team-member figcaption .overView{
    position: absolute; 
    bottom: 50px; 
    left: 0; padding: 10px; 
    text-align: center;
    opacity:0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-member figcaption .overView > div{
    border: 2px solid #FFF;
    padding: 10px;
}
.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
display: inline-block;
    margin: 15px 2px;
}
.team-member figcaption ul li a{
  display: inline-block;
    width: 40px;
    height: 40px;
    border: 1.2px solid #FFF;
    line-height: 40px;
    color: #FFF;
    text-align: center;
}
.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
    margin: 10px 0 0;
    padding: 0;
    color: #FFF;
    text-transform: uppercase;
}
.team-member h4 span{
    font-weight: 300;
}

.team-member figcaption {
padding: 20px;
    color: transparent;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-member:hover figcaption .overView{
    opacity:1;
    visibility: visible;
    bottom: 20px;
}
.team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  background: rgba(230, 78, 62, 0.9);
  /* Primary color, can be changed via colors.css */
      z-index: 1;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
  color: rgba(49, 49, 49, .97);
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*======team section end=================*/

/*=========photo gallery start===============*/
.nav-justified {
    width: 100%;
    position: relative;
}
.nav-justified:before{
    position: absolute;
    height: 1px;
    background: #f3eaea;
    width: 100%;
    content: '';
    left: 0;
    right: 0;
    top: 20px;
}
.nav-pills>li+li {
    margin-left: 7px;
}
.nav-pills>li>a {
    border-radius: 30px;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #f3eaea;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 1;
    background: #FFF;
}
.nav-justified>li {
    display: inline-block;
    width: auto;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #35599b;
    border-color:#35599b;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #ff7b4c;
    border-color:#ff7b4c;
}

/*=========photo gallery end===============*/

/*=========testimonial start===============*/
.testimonals{
    width: 100%;
}
.testimonals ul{
    display: block;
    list-style-type: none;
}
.testimonals ul li{
    margin: 0;
    padding: 0;
    position: relative;
}
.testimonals ul li:before{
    display: none !important;
}
.testimonals ul li .circle_box{
    display: inline-block;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 50px;
    background: #FFF;
    padding: 2px;
    position: relative;
    top: 40px;
    box-shadow: 0px 2px 6px #bbb;
}
.testimonals .comment_box{
border: 3px solid #CCD6FE;
    border-radius: 30px;
    display: inline-block;
    background: white;
    position: relative;
    float: right;
    max-width: 404px;
}
.testimonals .comment_box h4{
    font-size: 18px;
}
.testimonals .comment_box p{
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
}
.testimonals .comment_box:before {
position: absolute;
    left: -38px;
    top: 28px;
    content: '';
    border-bottom: 23px solid #FFF;
    border-left: 45px solid transparent;
    border-top: 0px solid transparent;
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: 1;
}
.testimonals .comment_box:after {
    position: absolute;
    left: -47px;
    top: 30px;
    content: '';
    border-bottom: 24px solid #ccd6fe;
    border-left: 46px solid transparent;
    border-top: 0px solid transparent;
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.col_review{
    width: 100%;
}
.col_review .outer_box{
    width: 20%;
    float: left;
    
}
.col_review .circle_box{
    width: 74%;
    margin: 0 auto;
}
.col_review .circle_box img{
    border-radius: 50%;
}
.col_review .comment_box {
border: 1px solid #e9eaea;
    border-radius: 20px;
    display: inline-block;
    background: white;
    position: relative;
    float: right;
    max-width: 78%;
    box-shadow: 0px 1px 6px #dcdcdc;
}
.col_review .comment_box:before {
    position: absolute;
    left: -22px;
    top: 28px;
    content: '';
    border-bottom: 23px solid #FFF;
    border-left: 28px solid transparent;
    border-top: 0px solid transparent;
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: 1;
}
.col_review .comment_box:after {
    position: absolute;
    left: -31px;
    top: 31px;
    content: '';
    border-bottom: 24px solid #f1f1f1;
    border-left: 31px solid transparent;
    border-top: 0px solid transparent;
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-6deg);
}
/*=========testimonial end===============*/

.fweight400{
    font-weight: 400;
}
.list-typeOne, .list-typeTwo, .list-typethree {
	width:100%;
	position:relative;
}
.list-typeOne ul, .list-typeTwo ul, .list-typethree ul {
	display:block;
	list-style-type:none;
}
.list-typeOne strong, .list-typeTwo strong, .list-typethree strong {
    font-weight: 500;
}
.list-typeOne ul li {
margin: 10px 0;
    padding-left: 3rem;
    line-height: 26px;
    font-size: 15px;
    color: #212529;
    position: relative;
}
.list-typethree ul li{
    font-size: 16px;
    line-height: 30px;
    padding-left:3rem;
    position: relative;
    
}
.list-typethree ul li:before {
    position: absolute;
    content: '\f26b';
    left: 0px;
    top: 2px;
    text-align: center;
    height: 20px;
    width: 20px;
    line-height: 18px;
    color: #ffffff;
    border-radius: 100%;
    font-size: 12px;
    font-family: 'Material-Design-Iconic-Font';
    border: 1.5px solid #e2e2e2;
}
.list-typeOne ul li:before {
	position: absolute;
	content: '\f26b';
	left: 0px;
	top: 2px;
	text-align: center;
	height: 20px;
	width: 20px;
	line-height: 20px;
	color: #ff7b4d;
	border-radius: 100%;
	font-family: 'Material-Design-Iconic-Font';
	border: 1px solid var(--text-red);
}
.list-typeOne ul li:after {
	position:absolute;
	content:'';
	left:4px;
	top:0;
	height:20px;
	width:20px;
	text-align:center;
}
.list-typeTwo ul li {
	margin: 6px 0;
	padding-left: 2em;
	display: block !important;
	text-align: left;
	width: 100% !important;
	line-height: 20px;
	font-size: 15px;
	color: #212529;
	font-weight: 500;
	position: relative;
}
.list-typeTwo ul li:before {
	position: absolute;
	content: '\f26b';
	left: 0px;
	top: 2px;
	text-align: center;
	height: 18px;
	width: 20px;
	line-height: 18px;
	color: #ff7b4d;
	font-family: 'Material-Design-Iconic-Font';
	border: 1px solid var(--text-red);
}

/*======feature section start=================*/

.box-horzontal {
	position:relative;
	background: var(--white-surface);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
    border-radius:20px;
}
.box-hiet {height: 330px;}
.box-horzontal p:last-child{
    margin: 0;
}
.box-hiet .btn_classes a {background-color: #ff7a4d !important;float: right;color: #fff;padding: 8px 10px !important;border-radius: 20px;}

.box-horzontal img{
border-radius: 20px;
/*    height: 240px;*/
    margin: 0 auto;
}
.box-horzontal h2{
    font-size: 1.7em;
    color: #35599b;
    font-weight: 500;
}
.box-horzontal .date-blog {
	position: absolute;
	top: 0px;
	left: 10px;
}
.box-horzontal .date-blog a {
	background: #f9f9f9;
	padding: 8px 20px;
	color: #848484;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	border-radius: 0 0 4px 4px;
}
.box-horzontal .date-blog a i {
	color:var(--text-red);
	font-size:16px;
}
.box-horzontal .middle-content {
    min-height: 202px;
    width: 100%;
    position: relative;
}
.box-horzontal .middle-content > div {
	display:table-cell;
	vertical-align:middle
}
.box-horzontal .middle-content > div .botton_position {
	position:absolute;
	right:10px;
	bottom:15px;
}
.box-horzontal h3 {
	text-transform:uppercase;
	font-size:18px;
    color: #272727;
}
.box-horzontal h4 {
	font-size:16px;
    text-transform: uppercase;
}
.box-horzontal p {
	color:#636161;
	font-weight:400;
}
.box-horzontal ul {
	display:block;
	list-style-type:none;
    margin-left: 20px;
}
.box-horzontal ul li {
    display: block;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    font-weight: 500;
    margin: 12px 0;
    font-size: 15px;
}
.box-horzontal ul li:before{
content: '\f26b';
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    line-height: 20px;
    height: 18px;
    text-align: center;
    border-radius: 3px;
    color: #ff7b4d;
    border: 1px solid #ff7b4d;
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 16px;
}
.available_seats {
    background: #d6d4f1;
    border: 2px solid #9d97e0;
    border-radius: 5px;
    padding: 5px;
    display: block;
    top: 6px;
    position: relative;
    color: #5e599e;
    font-weight: 600;
    text-decoration: none !important;
}
.box-horzontal .btn-bluethems {
    background: #35599b;
    color: #FFF;
    font-size: 14px;
    padding: 13px 30px;
    display: inline-block;
    border: none;

}
.box-horzontal .btn-bluethems:hover{background: #ff7b4c}
.note_text{
    border: 2px solid #9a96c6;
    padding: 15px;
    background: #fff;
    min-height: 80px;
    padding-left: 7em;
    border-radius: 10px;
}
.note_text img{
    width: 66px;
    height: 50px;
}
.note_text span{
        width: 80px;
    height: 80px;
    display: block;
    background: #9a96c6;
    position: absolute;
    top: -2px;
    left: -2px;
    line-height: 80px;
    text-align: center;
    border-radius: 10px 0 0 10px;
}
.note_text i{
font-size: 16px;
    font-weight: 500;
    color: #6a63a7;
}
.box-horzontal .img_auto img{
    height: auto;
}
.schedule-time{
    border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 10px;
    background: #f9f9f9;
}
.schedule-time h3{
    color: #ff7b4d;
    font-weight: 600;
}
.time-wrap .row{
    margin: 0 4px;
}
.time-wrap [class*="col-"] {
    background: #FFF;
    border: 1px solid #efefef;
    margin: 4px -1px;
    padding: 10px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.time-wrap [class*="col-"]:hover{
        transform: translate3d(0, -4px, 0);
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.box-horzontal .course_td{
    padding: 10px;
    margin-right: -1px;
}
.box-horzontal .course_td date{
    font-size: 16px;
    color: #000;
}
.box-horzontal .course_td p{
    font-weight: 400;
    font-size: 13px;
}
.box-horzontal .course_td a:hover{
    text-decoration: underline;
}
.box-horzontal .vcontent{
    min-height: 325px;
}
.box-horzontal .course_td .icon_type{
    border: 3px solid #f7f7f7;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 3em;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    color: #ff7b4c;
    box-shadow: 0px 0px 6px #d0cfcf;
     -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.time-wrap [class*="col-"]:hover .icon_type{
    background: #ff7b4d;
    color: #FFF;
}
.box-horzontal .btn_style{
    background: #ff7b4d;
    padding: 8px 24px;
    border-radius: 4px;
    color: #FFFFFF;
    border: 1px solid #ff7b4d;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    position: absolute;
    top: 100%;
    right: 0;
    font-weight: 500;
}
.box-horzontal .btn_style:hover{
    border: 1px solid #35599b;
    background: #35599b;
    
}
.box-horzontal ul li:first-child a:hover {
	background:#ff7b4d;
	border-color:#ff7b4d;
}
.box-horzontal ul li a {
	background:var(--white-surface);
	color:var(--light-gray-text);
	border:1px solid #e0d9d9;
	padding:7px 8px;
	display:block;
	text-align:center;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box-horzontal ul li a i {
	padding-right:5px;
}
.box-horzontal .heading1{
    padding: 15px 20px;
    text-align: left;
    border-radius:20px 20px 0 0;
}
.box-horzontal .heading1 h2{
    margin: 0;
    font-size: 22px;
    color: #FFF;
    font-weight: 600;
}
.box-horzontal .list_details{
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 -4px 10px rgba(0, 0, 0, .1);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
     
}
.box-horzontal .list_details:last-child{
    border: none;
}
.box-horzontal .list_details a{
    display: block;
}
.box-horzontal .list_details:hover{
    transform: translate3d(0, 4px, 0);
    -webkit-transform: translate3d(0, 4px, 0);
    -moz-transform: translate3d(0, 4px, 0);
    box-shadow: 0 -15px 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 -15px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.box-horzontal .list_details date{
    font-weight: 500;
}
.box-horzontal .list_details date,.box-horzontal .list_details p{
    position: relative;
    padding-left: 20px;
}
.box-horzontal .list_details span{
    display: block;
}
.box-horzontal .list_details i{
    float: left;
    position: absolute;
    left: 2px;
    color: #717171;
    top: 3px;
}
/*======feature section end=================*/

/*======blog post start===========*/

.posts {
  width:100%;
}

.posts h1 {
  margin: 40px 40px 10px 40px;
  padding-bottom: 15px;
  font-size: 16px;
  color: #DC366E;
  border-bottom: 1px solid #D7D9DA;
  line-height: 1;
}

.post {
    display: block;
    text-decoration: none;
    color: #555E63;
    border-left: 4px solid #ff7b4a;
    padding: 15px 15px;
    margin-bottom: 10px;
}
.post:last-child{
    margin-bottom: 0;
    
}
.post h2 {
    color: #39799e;
    margin: 0;
        line-height: 22px;
    font-size: 18px;
    padding: 10px 0;
    padding-right: 3.5em;
    text-transform: capitalize;
}

.date {
  font-size: 12px;
  color: #aaa;
  margin: 0;
  line-height: 1;
  transition: all 400ms ease-in-out;
}

.summary {
  margin: 10px 0 0 0;
}

.post.cyan {
  border-color: #54ce3e;
}

.post.blue {
  border-color: #1e8aca;
}

.post.pink {
  border-color: #DC366E;
}

.post.blue2 {
  border-color: #1377BF;
}







/* Hover */

.post {
  position: relative;
	overflow: hidden;
  transition: color 400ms ease-in-out;
}

.post:before {
	content: "";
	width: 10px;
	height: 100%;
	background: #f39471;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	position: absolute;
	transition: all 400ms ease-in-out;
}

.post-inner {
	position: relative;
}
.post-inner .img_boxround{
    position: absolute; 
    top: 4px; 
    width: 60px; 
    height: 60px; 
    right: 0; 
    border: 3px solid #FFF; 
    border-radius: 50%; 
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.25);
}
.post-inner .img_boxround img{
    width: 100%; 
    height: 100%; 
    display: block;
    border-radius:50%;
}
.post:before {
  top: 0;
	left: -10px;
}
	
.post:hover,
.post:hover h2,.post:hover p {
  color: #ffffff;
}

.post:hover .date {
  color: #ffffff;
  opacity: 1;
}

.post:hover:before {
  width: 100%;
  height: 100%;
  border-radius: 0;
  left: 0;
}

.post.cyan:before {
  background: #5fd84a;
}

.post.blue:before {
  background: #00A1FF;
}

.post.pink:before {
  background: #d8517e;
}

.post.blue2:before {
  background: #1377BF;
}
/*======blog post end===========*/
/*======trile section star=================*/
.trial_bg{
    background: url(../images/triale_bg.jpg);
    background-attachment: fixed;
    border-radius:30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
}
.trial_bg h1,.trial_bg h2,.trial_bg h3{
    color: #FFF;
}
.trial_bg h1{
    text-transform: uppercase;
    font-size: 2.5em;
    padding-bottom: 0.5em;
}
.trial_bg h2{
    font-size: 2.3em;
    letter-spacing: 0.5em;
}
.trial_bg h3{
    font-size: 1.8em;
    letter-spacing: 0.5em;
    font-weight: 400;
}
.trial_bg:before{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1147ff+1,ff854a+100 */
background: #1147ff; /* Old browsers */
background: -moz-linear-gradient(left,  #1147ff 1%, #ff854a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #1147ff 1%,#ff854a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #1147ff 1%,#ff854a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1147ff', endColorstr='#ff854a',GradientType=1 ); /* IE6-9 */
    position: absolute;
    border-radius: 30px;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    opacity: 0.9;

}
/*======trile section end=================*/
/*======feature-1 section start=================*/
.feature-1 {
	display: flex;
	-webkit-display: flex;
	align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:center;
}
.feature-1 [class*="col-"] .box_height {
min-height: 400px;
border: 1px solid #f2f2f2;
position:relative;
transition: all 0.5s ease;
}
.feature-1 [class*="col-"] .box_height:hover {
box-shadow:2px 2px 6px 2px rgba(0, 0, 0, 0.06);
}
.feature-1 [class*="col-"] .box_height:before {
position:absolute;
height:40px;
border-top:2px solid #9194a5;
content:'';
left:0px;
top:0px;
width:40px;
}
.feature-1 [class*="col-"] .box_height:after {
position:absolute;
height:40px;
border-left:2px solid #9194a5;
content:'';
left:0px;
top:0px;
width:40px;
}
.feature-1 [class*="col-"] .box_height span:before {
position:absolute;
height:40px;
border-bottom:2px solid #9194a5;
content:'';
right:0px;
bottom:0px;
width:40px;
}
.feature-1 [class*="col-"] .box_height span:after {
position:absolute;
height:40px;
border-right:2px solid #9194a5;
content:'';
right:0px;
bottom:0px;
width:40px;
}
.feature-1 [class*="col-"] .box_height:before, .feature-1 [class*="col-"] .box_height:after, .feature-1 [class*="col-"] .box_height span:before, .feature-1 [class*="col-"] .box_height span:after {
transition: all 0.5s ease;
}
.feature-1 [class*="col-"] .box_height:hover span:before, .feature-1 [class*="col-"] .box_height:hover:after {
height:100%;
width:100%;
transition: all 0.5s ease;
border-color:#ff7b4d;
}
.feature-1 [class*="col-"] .box_height:hover span:after, .feature-1 [class*="col-"] .box_height:hover:before {
width:100%;
height:100%;
transition: all 0.5s ease;
border-color:#ff7b4d;
}
 .feature-1 [class*="col-"] .circle-rounded {
 backface-visibility: visible;
background: #efefef;
padding: 20px;
width: 120px;
border-radius: 50%;
margin: 0 auto;
border: 5px solid #ffffff;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
}
.feature-1 [class*="col-"] .circle-rounded img {
 opacity:0.9;
}
.feature-1 [class*="col-"]:nth-child(odd) .circle-rounded {
 background: #9194a5;
 -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.feature-1 [class*="col-"]:nth-child(odd):hover .circle-rounded {
background:#004672;
-ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.feature-1 [class*="col-"]:nth-child(even) .circle-rounded {
 background: var(--red-themsbg);
 background-color: #ff7b4d;
}
.feature-1 [class*="col-"]:nth-child(even):hover .circle-rounded {
background:#85c379 !important;
background: var(--red-themsbg);
}
.article {
	-moz-column-width: 30em;
	-webkit-column-width: 30em;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
}
.masonsry-box {
	display: inline-block;
	margin: 0.25rem;
	padding: 0;
	width: 100%;
	border: 1px solid #efe7e7;
	-ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.masonsry-box:hover {
	background: #f7f7f7;
	border: 1px solid #ff7b4d;
}
.panel {
border-width: 0;
    border-color: transparent;
    background: none;
    box-shadow: none;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 3px;
    border: none;
    box-shadow: 0px 0px 6px #eceaea;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}
.panel:last-child {
	border-bottom: none;
}
.panel-group > .panel:first-child .panel-heading {
	border-radius: 0;
    
}
.panel-group > .panel .panel-heading.active {
    border-radius: 0;
    background: #ff7b4b;
}
.panel-group > .panel .panel-heading.active a{
    color: #FFF;
}
.panel-group .panel {
    border-radius: 0;
    margin-bottom: 6px;
}
.panel-group .panel + .panel {
	margin-top: 0;
}
.panel-heading {
	background-color:#FFF;
	border-radius: 0;
	color: #333;
	padding: 0;
	border: 1px solid transparent;
	transition: 0.5s ease-in-out;
}
.panel-heading:hover {
	background:#ff7b4d;
	color:#FFF;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	color: inherit;
	font-weight: 600;
	text-transform: uppercase;
	text-align:left;
}
.panel-title a {
	display: block;
	padding: 20px;
	padding-right: 50px;
	position: relative
}
.panel-title a:focus {
	color:#ff7b4d;
}
.panel-title a:hover {
	color:#FFFFFF;
}
.panel-body {
	background: #fff;
}
.panel:last-child .panel-body {
	border-radius: 0;
}
.panel:last-child .panel-heading {
	border-radius: 0;
}
.panel:last-child .panel-heading.active {
	border-radius: 0;
	transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
	content: '\f278';
	position: absolute;
	font: normal normal normal 29px/1 Material-Design-Iconic-Font;
	right: 20px;
	top: 10px;
	font-size: 24px;
	transform: scale(1);
	transition: all 0.1s;
}
.panel-heading.active a:before {
	content: ' ';
	transform: scale(0);
}
#bs-collapse .panel-heading a:after {
	content: ' ';
	font-size: 24px;
	position: absolute;
	font: normal normal normal 24px/1 Material-Design-Iconic-Font;
	right: 20px;
	top: 10px;
	transform: scale(0);
	transition: all 0.5s;
}
#bs-collapse .panel-heading.active a:after {
	content: '\f278';
	transform: scale(1);
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
	content: '\f278';
	font-size: 24px;
	position: absolute;
	font: normal normal normal 24px/1 Material-Design-Iconic-Font;
	right: 20px;
	top: 16px;
	transform: rotate(90deg);
}
#accordion .panel-heading.active a:before {
	transform: rotate(45deg);
}
/*-----Testimonial-------*/
.position_index {
	position:relative;
	z-index:1;
}
.overlay {
	position:absolute;
	height:100%;
	background:rgba(19, 0, 0, 0.62);
	left:0;
	top:0;
	width:100%;
	position:absolute;
}
.testim {
	width: 100%;
	position:relative;
}
.testim .wrap {
	position: relative;
	width: 100%;
	max-width: 1020px;
	padding: 0;
	margin: auto;
	min-height: 500px;
}
.testim .arrow {
	display: block;
	text-align:center;
	position: absolute;
	color: #eee;
	cursor: pointer;
	font-size: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
 -webkit-transition: all .3s ease-in-out;
 -ms-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
	padding: 5px;
	z-index: 22222222;
}
.testim .arrow:before {
	cursor: pointer;
}
.testim .arrow:hover {
	color: #ea830e;
}
.testim .arrow.left, .testim .arrow.right {
	background:#FFE;
	width:55px;
	color:#333;
}
.testim .arrow.left:hover, .testim .arrow.right:hover, .testim .arrow.left:focus, .testim .arrow.right:focus {
background:#ff7b4d;
    color:#FFF;
}
.testim .arrow.left {
	left: 44%;
	top:100%;
}
.testim .arrow.right {
	right: 44%;
	top: 100%;
}
.testim .dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 60px;
	left: 0;
	display: block;
	z-index: 3333;
	height: 12px;
}
.testim .dots .dot {
	list-style-type: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #eee;
	margin: 0 10px;
	cursor: pointer;
 -webkit-transition: all .5s ease-in-out;
 -ms-transition: all .5s ease-in-out;
 -moz-transition: all .5s ease-in-out;
 -o-transition: all .5s ease-in-out;
 transition: all .5s ease-in-out;
	position: relative;
}
.testim .dots .dot.active, .testim .dots .dot:hover {
	background: #ff7b4d;
	border-color: #ff7b4d;
}
.testim .dots .dot.active {
 -webkit-animation: testim-scale .5s ease-in-out forwards;
 -moz-animation: testim-scale .5s ease-in-out forwards;
 -ms-animation: testim-scale .5s ease-in-out forwards;
 -o-animation: testim-scale .5s ease-in-out forwards;
 animation: testim-scale .5s ease-in-out forwards;
}
.testim .cont {
	position: relative;
	overflow: hidden;
}
.testim .cont > div {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 70px 0;
	opacity: 0;
}
.testim .cont > div.inactive {
	opacity: 1;
}
.testim .cont > div.active {
	position: relative;
	opacity: 1;
}
.testim .cont div .img img {
	display: block;
	width: 120px;
	height: 120px;
	margin: auto;
	border-radius: 50%;
}
.testim .cont div h2 {
	color: #FFF;
	font-size: 20px;
	margin: 15px 0;
}
.testim .cont div p {
	font-size: 16px;
	width: 80%;
	margin: auto;
	font-weight:400;
	color:#FFF;
}
.testim .cont div.active .img img {
 -webkit-animation: testim-show .5s ease-in-out forwards;
 -moz-animation: testim-show .5s ease-in-out forwards;
 -ms-animation: testim-show .5s ease-in-out forwards;
 -o-animation: testim-show .5s ease-in-out forwards;
 animation: testim-show .5s ease-in-out forwards;
}
.testim .cont div.active h2 {
 -webkit-animation: testim-content-in .4s ease-in-out forwards;
 -moz-animation: testim-content-in .4s ease-in-out forwards;
 -ms-animation: testim-content-in .4s ease-in-out forwards;
 -o-animation: testim-content-in .4s ease-in-out forwards;
 animation: testim-content-in .4s ease-in-out forwards;
}
.testim .cont div.active p {
 -webkit-animation: testim-content-in .5s ease-in-out forwards;
 -moz-animation: testim-content-in .5s ease-in-out forwards;
 -ms-animation: testim-content-in .5s ease-in-out forwards;
 -o-animation: testim-content-in .5s ease-in-out forwards;
 animation: testim-content-in .5s ease-in-out forwards;
}
.testim .cont div.inactive .img img {
 -webkit-animation: testim-hide .5s ease-in-out forwards;
 -moz-animation: testim-hide .5s ease-in-out forwards;
 -ms-animation: testim-hide .5s ease-in-out forwards;
 -o-animation: testim-hide .5s ease-in-out forwards;
 animation: testim-hide .5s ease-in-out forwards;
}
.testim .cont div.inactive h2 {
 -webkit-animation: testim-content-out .4s ease-in-out forwards;
 -moz-animation: testim-content-out .4s ease-in-out forwards;
 -ms-animation: testim-content-out .4s ease-in-out forwards;
 -o-animation: testim-content-out .4s ease-in-out forwards;
 animation: testim-content-out .4s ease-in-out forwards;
}
.testim .cont div.inactive p {
 -webkit-animation: testim-content-out .5s ease-in-out forwards;
 -moz-animation: testim-content-out .5s ease-in-out forwards;
 -ms-animation: testim-content-out .5s ease-in-out forwards;
 -o-animation: testim-content-out .5s ease-in-out forwards;
 animation: testim-content-out .5s ease-in-out forwards;
}
 @-webkit-keyframes testim-scale {
 0% {
 -webkit-box-shadow: 0px 0px 0px 0px #eee;
 box-shadow: 0px 0px 0px 0px #eee;
}
 35% {
 -webkit-box-shadow: 0px 0px 10px 5px #eee;
 box-shadow: 0px 0px 10px 5px #eee;
}
 70% {
 -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
 box-shadow: 0px 0px 10px 5px #ea830e;
}
 100% {
 -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
 box-shadow: 0px 0px 0px 0px #ea830e;
}
}
 @-moz-keyframes testim-scale {
 0% {
 -moz-box-shadow: 0px 0px 0px 0px #eee;
 box-shadow: 0px 0px 0px 0px #eee;
}
 35% {
 -moz-box-shadow: 0px 0px 10px 5px #eee;
 box-shadow: 0px 0px 10px 5px #eee;
}
 70% {
 -moz-box-shadow: 0px 0px 10px 5px #ea830e;
 box-shadow: 0px 0px 10px 5px #ea830e;
}
 100% {
 -moz-box-shadow: 0px 0px 0px 0px #ea830e;
 box-shadow: 0px 0px 0px 0px #ea830e;
}
}
 @-ms-keyframes testim-scale {
 0% {
 -ms-box-shadow: 0px 0px 0px 0px #eee;
 box-shadow: 0px 0px 0px 0px #eee;
}
 35% {
 -ms-box-shadow: 0px 0px 10px 5px #eee;
 box-shadow: 0px 0px 10px 5px #eee;
}
 70% {
 -ms-box-shadow: 0px 0px 10px 5px #ea830e;
 box-shadow: 0px 0px 10px 5px #ea830e;
}
 100% {
 -ms-box-shadow: 0px 0px 0px 0px #ea830e;
 box-shadow: 0px 0px 0px 0px #ea830e;
}
}
 @-o-keyframes testim-scale {
 0% {
 -o-box-shadow: 0px 0px 0px 0px #eee;
 box-shadow: 0px 0px 0px 0px #eee;
}
 35% {
 -o-box-shadow: 0px 0px 10px 5px #eee;
 box-shadow: 0px 0px 10px 5px #eee;
}
 70% {
 -o-box-shadow: 0px 0px 10px 5px #ea830e;
 box-shadow: 0px 0px 10px 5px #ea830e;
}
 100% {
 -o-box-shadow: 0px 0px 0px 0px #ea830e;
 box-shadow: 0px 0px 0px 0px #ea830e;
}
}
 @keyframes testim-scale {
 0% {
 box-shadow: 0px 0px 0px 0px #eee;
}
 35% {
 box-shadow: 0px 0px 10px 5px #eee;
}
 70% {
 box-shadow: 0px 0px 10px 5px #ea830e;
}
 100% {
 box-shadow: 0px 0px 0px 0px #ea830e;
}
}
 @-webkit-keyframes testim-content-in {
 from {
 opacity: 0;
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
}
to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
}
 @-moz-keyframes testim-content-in {
 from {
 opacity: 0;
 -moz-transform: translateY(100%);
 transform: translateY(100%);
}
to {
	opacity: 1;
	-moz-transform: translateY(0);
	transform: translateY(0);
}
}
 @-ms-keyframes testim-content-in {
 from {
 opacity: 0;
 -ms-transform: translateY(100%);
 transform: translateY(100%);
}
to {
	opacity: 1;
	-ms-transform: translateY(0);
	transform: translateY(0);
}
}
 @-o-keyframes testim-content-in {
 from {
 opacity: 0;
 -o-transform: translateY(100%);
 transform: translateY(100%);
}
to {
	opacity: 1;
	-o-transform: translateY(0);
	transform: translateY(0);
}
}
 @keyframes testim-content-in {
 from {
 opacity: 0;
 transform: translateY(100%);
}
to {
	opacity: 1;
	transform: translateY(0);
}
}
 @-webkit-keyframes testim-content-out {
 from {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
to {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
}
 @-moz-keyframes testim-content-out {
 from {
 opacity: 1;
 -moz-transform: translateY(0);
 transform: translateY(0);
}
to {
	opacity: 0;
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
}
 @-ms-keyframes testim-content-out {
 from {
 opacity: 1;
 -ms-transform: translateY(0);
 transform: translateY(0);
}
to {
	opacity: 0;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
}
 @-o-keyframes testim-content-out {
 from {
 opacity: 1;
 -o-transform: translateY(0);
 transform: translateY(0);
}
to {
	opacity: 0;
	transform: translateY(-100%);
	transform: translateY(-100%);
}
}
 @keyframes testim-content-out {
 from {
 opacity: 1;
 transform: translateY(0);
}
to {
	opacity: 0;
	transform: translateY(-100%);
}
}
 @-webkit-keyframes testim-show {
 from {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
 @-moz-keyframes testim-show {
 from {
 opacity: 0;
 -moz-transform: scale(0);
 transform: scale(0);
}
to {
	opacity: 1;
	-moz-transform: scale(1);
	transform: scale(1);
}
}
 @-ms-keyframes testim-show {
 from {
 opacity: 0;
 -ms-transform: scale(0);
 transform: scale(0);
}
to {
	opacity: 1;
	-ms-transform: scale(1);
	transform: scale(1);
}
}
 @-o-keyframes testim-show {
 from {
 opacity: 0;
 -o-transform: scale(0);
 transform: scale(0);
}
to {
	opacity: 1;
	-o-transform: scale(1);
	transform: scale(1);
}
}
 @keyframes testim-show {
 from {
 opacity: 0;
 transform: scale(0);
}
to {
	opacity: 1;
	transform: scale(1);
}
}
 @-webkit-keyframes testim-hide {
 from {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
to {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
}
 @-moz-keyframes testim-hide {
 from {
 opacity: 1;
 -moz-transform: scale(1);
 transform: scale(1);
}
to {
	opacity: 0;
	-moz-transform: scale(0);
	transform: scale(0);
}
}
 @-ms-keyframes testim-hide {
 from {
 opacity: 1;
 -ms-transform: scale(1);
 transform: scale(1);
}
to {
	opacity: 0;
	-ms-transform: scale(0);
	transform: scale(0);
}
}
 @-o-keyframes testim-hide {
 from {
 opacity: 1;
 -o-transform: scale(1);
 transform: scale(1);
}
to {
	opacity: 0;
	-o-transform: scale(0);
	transform: scale(0);
}
}
 @keyframes testim-hide {
 from {
 opacity: 1;
 transform: scale(1);
}
to {
	opacity: 0;
	transform: scale(0);
}
}
/*==============clein logo==============*/


/* Slider */

 .slider {
width: 100%;
     margin-bottom: 15px;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
.slick-slide {
	/*margin: 0px 20px;*/
    margin: 0px 4px;
}
.slick-slide img {
	width: 100%;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 2;
    opacity: 0;
}

.slick-prev {
    left: 14px;
}
.slick-next {
    right: 14px;
}
.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next{
    opacity:1;
    
}
/*==================footer start========================*/
.bg1 {
	background-image: url(/aumyoga/public/assets/images/about_bg.jpg);
	background-size: cover;
	background-position: center top;
}
.bg2 {
	background-image: url(../images/bg_2.jpg);
	background-size: cover;
	background-position: center top;
}
.bg3 {
	background-image: url(../images/footer-bg.jpg);
	background-size: cover;
	background-position: center top;
}
.bg7 {
	background-image: url(../images/bg_1.jpg);
	background-size: cover;
	background-position: center;
	background-position: center top;
}
.bg5 {
	background-image: url(/aumyoga/public/images/HOMEBACKGROUND.jpg);
	background-size: cover;
	background-position: center;
	background-position: center top;
}

.bg4 {
	background-image: url(../images/yoga-retreats1.jpg);
	background-size: cover;
	background-position: center;
	background-position: center top;
}
.breadcrumbs-overlay,.breadcrumbs-overlay1 {
	position: relative;
	z-index: 1;
}
.rs-breadcrumbs1 {
	padding: 40px 0 40px;
}
.rs-breadcrumbs1 .page-title {
    margin: 0px 0 10px;
    font-size: 36px;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.rs-breadcrumbs {
	padding: 100px 0 100px;
}
.rs-breadcrumbs .page-title {
	margin: 0px 0 100px;
	font-size: 36px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 3px 3px 3px #4a4a4a;
}
.breadcrumbs-overlay:after {
	content: '';
	position: absolute;
	background-image:url(/public/images/web_banner.jpg);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.breadcrumbs-overlay1:after {
    content: '';
    position: absolute;
    background-color: rgba(150, 131, 124, 0.83);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.rs-breadcrumbs ul,.rs-breadcrumbs1 ul {
	padding: 0;
}
.rs-breadcrumbs ul li ,.rs-breadcrumbs1 ul li {
	color: #FFF;
	display: inline-block;
	font-weight: 400;
	position:relative;
	text-shadow: 3px 3px 3px #4a4a4a;
}
.rs-breadcrumbs ul li.active,.rs-breadcrumbs1 ul li.active {
	color: var(--text-red) !important;
}
.rs-breadcrumbs ul li:last-child,.rs-breadcrumbs1 ul li:last-child {
	color: #FFF;
	padding-left:10px;
	padding-right:15px;
}
.rs-breadcrumbs ul li:nth-child(2),.rs-breadcrumbs1 ul li:nth-child(2) {
padding-right:10px;
padding-left:0;
}
.rs-breadcrumbs ul li:nth-child(2):after,.rs-breadcrumbs1 ul li:nth-child(2):after {
display:none;
}
.rs-breadcrumbs ul li:last-child:after,.rs-breadcrumbs1 ul li:last-child:after {
	position:absolute;
	background-color: rgba(255, 255, 255, 0.8);
	content: "";
	height: 15px;
	width: 2px;
	position: absolute;
	left: 0px;
	top: 2px;
	transform: rotate(26deg);
}
.rs-breadcrumbs ul li a,.rs-breadcrumbs1 ul li a {
	position: relative;
	padding-right: 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #FFF;
}
.rs-breadcrumbs ul li a:hover,.rs-breadcrumbs1 ul li a:hover {
	color: #ff7b4d;
}
.rs-breadcrumbs ul li a:before, .rs-breadcrumbs ul li a:after,.rs-breadcrumbs1 ul li a:before, .rs-breadcrumbs1 ul li a:after {
	background-color: rgba(255, 255, 255, 0.8);
	content: "";
	height: 15px;
	width: 2px;
	position: absolute;
	right: 7px;
	top: 2px;
	transform: rotate(26deg);
}
.rs-breadcrumbs ul li a:before,.rs-breadcrumbs1 ul li a:before {
	right: 13px;
}
.affix-top{
    position:relative;
    top:15%;
    max-width: 420px;
    right: 2.8%;
    z-index: 99;
}
.affix{
    position: relative !important;
    z-index: 99;
}
#fonm_enquiry .heading{
    padding: 15px 20px;
    text-align: left;
    border-radius:20px 20px 0 0;
}
#fonm_enquiry .heading h2{
    margin: 0;
    font-size: 22px;
    color: #FFF;
    font-weight: 600;
}

.special-offer {
    background: #35599b;
    color: #fff;
    position: absolute;
    top: -10px;
    right: 35px;
    padding: 4px 12px;
    font-size: 26px;
    font-weight: 600;
    min-width: 50px;
    text-align: center;
    box-sizing: content-box;
    border-top-left-radius: 10px;
}
.right-sec-hed .arrow-edge {
    position: absolute;
    right: 25px;
    border-left: 0 solid #242146;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #242146;
    top: -10px;
}
.special-offer:before {
    content: "";
    position: absolute;
    right: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid #35599b;
    border-top: 15px solid #35599b;
    bottom: -15px;
}
.special-offer:after {
content: "";
    position: absolute;
    left: 0;
    border-right: 40px solid transparent;
    border-left: 0 solid #35599b;
    border-top: 15px solid #35599b;
    bottom: -15px;
}
.special-offer small {
    font-size: 20px;
    font-weight: 600;
}
#fonm_enquiry .price_list{
    padding: 15px;
    background: #f1f1f1;
    margin: 15px 0;
    border-radius: 6px;
}
#fonm_enquiry .price-wrp{
    background: #FFF;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 4px;
}
#fonm_enquiry .price-wrp span{
    display: inline-block
}
#fonm_enquiry .price-wrp span:nth-child(2){
    font-size: 2em;
    color: #ff7b4c;
}
#fonm_enquiry .price-wrp span:first-child{
display: block;
    font-weight: 500;
    color: #636161;
}
/*
#fonm_enquiry .price-wrp span:last-child{
text-decoration: line-through;
}
*/
#fonm_enquiry .btn-bluethems{
    border-radius: 6px;
    outline: 0;
    padding: 18px 20px;
    font-size: 16px;
}
#fonm_enquiry .btn-bluethems:hover{
    background: #656090;
}
#fonm_enquiry .btn-blueround{
    border-radius: 6px;
    background: #ff7b4c;
    color: #ffffff;
    font-size: 16px;
    padding: 16px 45px;
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    outline: 0;
    margin: 8px 0;
}
#fonm_enquiry .btn-blueround:hover{
border-color: #e28663;
    color: #ffffff;
    background: #f16e3d;
}
#fonm_enquiry .form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 500;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eae9e8;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
#fonm_enquiry .input-group-addon {
    padding: 6px 17px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #f1f1f1;
    border: none;
    border-radius: 4px 0px 0 4px;
    position: relative;
    left: 2px;
    z-index: 9;
}

aside {
	position:relative;
	width:100%;
}
aside > div {
	padding-left:30px;
}
aside > div >div {
	padding-bottom:15px;
}
aside ul {
	list-style:none;
	display:block
}
aside ul li {
	line-height:40px;
	text-align:left;
	border-bottom:1px dashed #e4dfdf;
	font-weight:500;
}
aside ul li a {
	color:#636161;
	font-weight:500;
	position:relative;
	background:#FFF;
	-ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
	display:block;
}
aside ul li a:before {
	position:absolute;
	left:0;
	top:14px;
	height:100%;
	width:30px;
	visibility:hidden;
	opacity:0;
	text-align:left;
	content:'\f301';
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
	-ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
aside ul li a:hover {
	padding-left:20px;
}
aside ul li a:hover:before {
	opacity:1;
	visibility:visible;
	left:4px;
}
.contact-page-section .contact-address-section .contact-info {
	background: #FFF;
	border: 1px solid #e1e1e1;
	padding: 25px 0 23px;
	min-height:190px;
}
.contact-page-section .contact-address-section {
	text-align: center;
}
.contact-page-section .contact-address-section .contact-info a {
	display: block;
	font-weight: 500;
}
.contact-page-section .contact-address-section .contact-info i {
	color: #ff7b4d;
	font-size: 36px;
	margin: 0;
	padding: 0;
}
.contact-page-section .contact-address-section .contact-info h4 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #212121;
	margin: 0;
	padding: 15px 0;
}
.contact-page-section .contact-comment-section h3 {
	font-size: 20px;
	margin: 0;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-weight: 600;
}
.contact-page-section .contact-address-section .contact-info p {
	color: #505050;
	margin: 0;
	padding: 0;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
.form-group {
	margin-bottom: 1rem;
}
.contact-page-section .contact-comment-section form .form-group label {
	color: #505050;
	font-weight: 500;
}
.contact-page-section .contact-comment-section form .form-group input, .contact-page-section .contact-comment-section form .form-group textarea {
	border: 1px solid #e8e7e7;
	background: #FFF;
	border-radius: 0;
	box-shadow: none;
}
.contact-page-section .contact-comment-section form .form-group input:focus, .contact-page-section .contact-comment-section form .form-group textarea:focus {
	border-color:#ff7b4d;
}
.contact-page-section .contact-comment-section form .form-group input {
	height: 43px;
	padding: 0 15px;
}
.contact-page-section .contact-comment-section form .form-group input.btn-defaulthems {
	text-transform: uppercase;
	color: #ffffff;
	background-color: #ff7b4d;
	margin-top: 15px;
	border: none;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 500;
	padding: 0 50px;
	cursor: pointer;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
}
.contact-page-section .contact-comment-section form .form-group input.btn-defaulthems:hover {
	background-color: var(--darkblue-thems);
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0;
}
.pagination > li {
	display: inline-block;
	vertical-align: middle;
	margin: 2px;
}
ul.pagination > li > a {
	display: block;
	width: 40px;
	height: 40px;
	font-weight: 500;
	line-height: 40px;
	border: 1px solid #e4e4e4;
	text-align: center;
	background: transparent;
	color: #727777;
	border-radius: 0px;
	font-size: 15px;
	padding: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #484848;
	text-decoration: none;
	background-color: #fff;
	border: none;
	vertical-align: middle;
	font-weight: 400;
	border-radius: 100%;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.prev-page::before {
 content: '\f2ff';
}
.prev-page::before, .next-page::before {
 font-family: 'Material-Design-Iconic-Font';
 font-size: 20px;
}
.next-page::before {
 content: '\f301';
}
.prev-page::before, .next-page::before {
 font-family: 'Material-Design-Iconic-Font';
 font-size: 20px;
}
ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus, ul.pagination li a.active {
	background: #ff7b4d !important;
	color: #FFF !important;
	box-shadow: 0px 5px 10px 0px rgb(195, 194, 190);
	border-radius: 100%;
	border: 1px solid #ff7b4d;
}
/*********************** Demo - 2 *******************/
.box1 img, .box1:after, .box1:before {
	width:100%;
transition:all .3s ease 0s
}
.box1 .icon, .box2, .box3, .box4, .box5 .icon li a {
	text-align:center
}
.box10:after, .box10:before, .box1:after, .box1:before, .box2 .inner-content:after, .box3:after, .box3:before, .box4:before, .box5:after, .box5:before, .box6:after, .box7:after, .box7:before {
	content:""
}
.box1, .box11, .box12, .box13, .box14, .box16, .box17, .box18, .box2, .box20, .box21, .box3, .box4, .box5, .box5 .icon li a, .box6, .box7, .box8 {
	overflow:hidden
}
.box1 .title, .box10 .title, .box4 .title, .box7 .title {
	letter-spacing:1px
}
.box3 .post, .box4 .post, .box5 .post, .box7 .post {
	font-style:italic
}
.box1 {
	position:relative
}
.box1 img {
	width:100%;
	height:auto
}
.box1 .box-content {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
transition:all .5s ease 0s
}
.box1:hover .box-content {
	background-color:rgba(255, 242, 242, .8)
}
.box1 .box-content:after, .box1 .box-content:before {
	content:"";
	width:50px;
	height:50px;
	position:absolute;
	opacity:0;
	transform:scale(1.5);
transition:all .6s ease .3s
}
.box1 .box-content:before {
	border-left:1px solid #040404;
	border-top:1px solid #040404;
	top:19px;
	left:19px
}
.box1 .box-content:after {
	border-bottom:1px solid #040404;
	border-right:1px solid #040404;
	bottom:19px;
	right:19px
}
.box1:hover .box-content:after, .box1:hover .box-content:before {
	opacity:1;
	transform:scale(1)
}
.box1 .title {
	font-size:22px;
	color:#000;
	margin:0;
	position:relative;
	top:0;
	opacity:0;
	transition:all 1s ease 10ms
}
.box1:hover .title {
	top:39%;
	opacity:1;
transition:all .5s cubic-bezier(1, -.53, .405, 1.425) 10ms
}
.box1 .title:after {
	content:"";
	width:0;
	height:1px;
	background:#040404;
	position:absolute;
	bottom:-8px;
	left:0;
	right:0;
	margin:0 auto;
	transition:all 1s ease 0s
}
.box1:hover .title:after {
	width:80%;
transition:all 1s ease .8s
}
.box1 .icon {
	width:100%;
	margin:0 auto;
	position:absolute;
	bottom:0;
	opacity:0;
transition-duration:.6s;
	transition-timing-function:cubic-bezier(1, -.53, .405, 1.425);
transition-delay:.1s
}
.box1:hover .icon {
	bottom:27%;
	opacity:1
}
.box1 .icon li {
	display:inline-block
}
.box1 .icon li a {
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50%;
	font-size:18px;
	color:#000;
	border:1px solid #000;
	margin-right:5px;
transition:all .3s ease-in-out 0s
}
.box1 .icon li a:hover {
	background:#000;
	color:#fff
}
/*=========video gallery start===============*/
.title {
	width: 100%;
	max-width: 854px;
	margin: 0 auto;
}
.caption {
	width: 100%;
	max-width: 854px;
	margin: 0 auto;
	padding: 20px 0;
}
.vid-main-wrapper {
	width: 100%;
	max-width: 100%;
	background: #fff;
	margin: 0 auto;
}
.vid-container {
	position: relative;
	height: 0;
	width:70%;
	float:left;
}
.vid-container iframe, .vid-container object, .vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 360px;
}
.vid-list-container {
	width: 29%;
	height: 515px;
	overflow: hidden;
	float: right;
	padding-left: 1%;
}
.vid-list-container::-webkit-scrollbar {
 background-color: #ff7b4d;
}
.vid-list-container::-webkit-scrollbar {
 background-color: #ff7b4d;
 width:2px;
 height:20px;
}
.vid-list-container::-webkit-scrollbar {
 background-color: #ff7b4d;
}
.vid-list-container:hover, .vid-list-container:focus {
	overflow-y: auto;
}
ol#vid-list {
	margin:0;
	padding:0;
	background: #222;
}
ol#vid-list li {
	list-style: none;
	border-bottom: 1px solid #eae4e4;
}
ol#vid-list li a {
	text-decoration: none;
	background-color: var(--light-graybg);
	-ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
	height:72px;
	display:block;
	padding:10px;
	color:#212529
}
ol#vid-list li a:hover, ol#vid-list li a:focus, ol#vid-list li a.active {
	background-color: #ff7b4d;
	color: #FFF !important;
}
.vid-thumb {
	float:left;
	margin-right: 8px;
}
.active-vid {
	background:#3A3A3A;
}
#vid-list .desc {
	font-size: 13px;
	margin-top: 5px;
	font-weight: 500;
}
.rs-footer .footer-contact-desc {
	margin: 0;
	background: #222;
	text-align: center;
	padding: 35px;
	position: absolute;
	left: 0;
	right: 0;
	margin: -100px auto 0;
	z-index: 111;
}
.rs-footer .footer-top {
	padding-top: 50px;
}
.rs-footer {
	color: #dfdfdf;
    background:#403732;
	
}
.rs-footer p {
	color: #dfdfdf;
	font-weight: 400;
	font-size: 14px;
}
.rs-footer .container {
	position: relative;
}
.row_flex {
	/*display: -webkit-box;*/
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.rs-footer .footer-contact-desc .contact-inner {
	position: relative;
}
.rs-footer .footer-contact-desc .contact-inner i {
	font-size: 28px;
	margin-bottom: 12px;
	color: var(--text-red);
}
.rs-footer .footer-contact-desc .contact-inner .contact-title {
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 20px;
}
.rs-footer .footer-contact-desc .contact-inner .contact-title {
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 20px;
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner {
 border-left: 1px solid #ffffff;
}
.rs-footer .footer-contact-desc .contact-inner {
	position: relative;
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before {
 left: 3px;
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before, .rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
 content: '';
 position: absolute;
 height: calc(100% - 40px);
 width: 1px;
 background-color: #fff;
 top: 50%;
 transform: translateY(-50%);
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
 left: -5px;
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before, .rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
 content: '';
 position: absolute;
 height: calc(100% - 40px);
 width: 1px;
 background-color: #fff;
 top: 50%;
 transform: translateY(-50%);
}
.rs-footer .footer-contact-desc {
	background: #0c0c0c;
	text-align: center;
	padding: 35px;
	position: absolute;
	left: 0;
	right: 0;
	margin: -100px auto 0;
	z-index: 111;
	border-radius: 20px;
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before, .rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
 content: '';
 position: absolute;
 height: calc(100% - 40px);
 width: 1px;
 background-color: #fff;
 top: 50%;
 transform: translateY(-50%);
}
.rs-footer .footer-contact-desc .contact-inner .contact-desc {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0;
	font-size: 15px;
}
.rs-footer .footer-contact-desc .contact-inner .contact-desc a {
	transition: all 0.5s ease;
	color: rgba(255, 255, 255, 0.7);
}
.rs-footer .footer-contact-desc .contact-inner .contact-desc a:hover {
	color:#ff7b4d;
}
.rs-footer .footer-title {
	margin-bottom: 30px;
	padding-bottom: 5px;
	color: #ffffff;
	font-size: 18px;
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
}
.rs-footer .footer-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 2px;
	width: 50px;
        border-radius: 4px;
	background-color: var(--red-themsbg);
}
.rs-footer .footer-top .sitemap-widget li{
	line-height: 28px;
	list-style-type:none;
    position: relative;
}
.rs-footer .footer-top .about-widget li{
	line-height: 28px;
	list-style-type:none;
    position: relative;
    padding-left: 25px;
}
.rs-footer .footer-top .about-widget li:before{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #ff7b4d;
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
}
.rs-footer .footer-top .contact-widget li{
    padding-left: 20px;
    	line-height: 16px;
	list-style-type:none;
    position: relative;
    margin-bottom: 20px;
}
.rs-footer .footer-top .contact-widget li address {
    margin-bottom: 0;
    font-style: normal;
    line-height: 1.42857143;
}
.rs-footer .footer-top .contact-widget li span{
    text-transform: uppercase;
    display: block;
    padding-bottom: 15px;
    margin: 0;
    line-height: 1.1;
    font-size: 16px;
    font-weight: 500;
}
.rs-footer .footer-top .contact-widget li a {
	color: #dfdfdf;
	display: inline-block;
	position: relative;
	font-weight: 400;
	font-size: 14px;
    line-height: 1.1;
	-ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.rs-footer .footer-top .contact-widget li i{
    position: absolute;
    float: left;
    left: 0;
    top: 0;
}
.rs-footer .footer-top .sitemap-widget li a{
	color: #dfdfdf;
	display: inline-block;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	-ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.rs-footer .footer-top .sitemap-widget li a:hover,.rs-footer .footer-top .contact-widget li a:hover {
	color:var(--text-red);
}
.rs-footer .footer-top .sitemap-widget li a i {
	padding-right: 10px;
}
#rs-footer .footer-top .mc4wp-form-fields {
	position: relative;
}
#rs-footer .widget p {
	text-align: left;
}
#rs-footer .footer-top .mc4wp-form-fields .form-inner {
	position: relative;
}
#rs-footer .footer-top .mc4wp-form-fields .form-inner:before {
    content: "Submit";
    position: absolute;
    right: 40px;
    top: 15px;
    color: #ffffff;
    pointer-events: none;
    z-index: 11;
    font-size: 14px;
    font-weight: 500;
}
#rs-footer .footer-top .mc4wp-form-fields input[type="email"], #rs-footer .footer-top .mc4wp-form-fields input[type="submit"] {
	box-shadow: none;
}
#rs-footer .footer-top .mc4wp-form-fields input[type="submit"] {
    position: absolute;
    border-radius: 25px;
    top: 2px;
    right: 2px;
    background: #ff7b4d url(../images/send.png) no-repeat;
    background-position: 80px 16px;
    color: #fff;
    padding: 10px 16px;
    border: 0;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    height: auto;
    font-size: 0;
    height: 42px;
    width: 116px;
    font-weight: bold !important;
    min-width: auto !important;
}
#rs-footer .footer-top .mc4wp-form-fields input[type="submit"]:hover {
	background: #35599b url(../images/send.png) no-repeat;
	background-position:85px 16px;
	text-align:center;
}
#rs-footer .footer-top .mc4wp-form-fields input[type="email"] {
	font-size: 14px;
	padding: 12px 0 12px 16px;
	border: none;
	border-radius: 25px !important;
	height: 46px;
	position: relative;
	width: 186px;
	border-radius: 0;
	display: block;
	line-height: 1.428571429;
	color: #555555;
	background-color: #fff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	outline: none;
	width: 100%;
    font-weight: 500;
}
.rs-footer .footer-share {
	margin-top: 50px;
}
.rs-footer .footer-share ul li {
	display: inline-block;
}
.rs-footer .footer-share ul li:first-child{
    text-transform: uppercase;
    margin-right: 20px;
}
.rs-footer .footer-share ul li a {
    font-size: 18px;
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border: 2px solid #7b7777;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background: rgb(64, 55, 50);
}
.rs-footer .footer-share ul li a:hover {
	background-color: #ff7b4d;
	color: #FFF;
}
.rs-footer .footer-bottom {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 18px 0;
	margin-top: 35px;
}
.rs-footer .footer-bottom .copyright p {
	opacity: 0.70;
	margin-bottom: 0;
	font-size: 15px;
}
.rs-footer .footer-bottom a {
	color:#FFFFFF;
}
.rs-footer .footer-bottom a:hover {
	text-decoration:underline;
}


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .affix-top{position: relative;}
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .indicators-line > .carousel-indicators {
    display: none;
}
    .slide-text > p {

        font-size: 18px;
    }
        .testimonals .comment_box {
    border: 3px solid #CCD6FE;
    border-radius: 30px;
    display: inline-block;
    background: white;
    position: relative;
    float: right;
    max-width: 556px;
}
    .box-verticale .col-content {
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 2em;
    width: calc(100%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 15px !important;
    transform: translateY(-50%);
}
}
/*---------- MEDIA 480px ----------*/
@media (max-width: 991px) {
.footer-contact-desc [class*="col-"] {
width:33%;
}
 #myCarousel .carousel-caption {
 position: relative;
 right: 0;
 left: 0;
 text-align: center;
 max-width:100%;
}
.style-1 [class*="col-"] {
 padding: 10px 0;
}

    .about-content .about_box {
    position: relative;
    right: 0;
    z-index: 1;
    height: auto;
    top: 0;
    padding: 3em;
    border-radius: 20px;
}
    .retreate .text_vertical >div,.retreate1 .text_vertical >div {
    padding: 1.5em 2em;
}
    .retreate .text_vertical ,.retreate1 .text_vertical {
    width: 100%;
    min-height: 100%;
    height: 100%;
    border-radius: 0 0 30px 30px;
}
    .retreate img,.retreate1 img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 30px 30px 0 0;
}
}
@media  (max-width: 767px) {
    .enq-btn {width: 100% !important;} 
    header .top_header .social_menu ul li a {
    color: #39393a;
    display: inline-block;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    width: 40px;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 36px;
    border: 1px solid #e8e0e0;
}
    header .top_header .social_menu ul li {
    margin-right: 0px;
    display: inline-block;
    list-style-type: none;
    float:none;
}
    .testimonals .comment_box {
    border: 3px solid #CCD6FE;
    border-radius: 30px;
    display: inline-block;
    background: white;
    position: relative;
    float: right;
    max-width: 70%;
}
    .box-hiet {
    height: auto; 
}
}
@media (max-width: 768px) {
    .slide-stl {height: auto !important;}
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: block;
    }
    .text-xcenter{
        text-align: center !important;
    }
    .bs-slider {
    height: auto;
}
    .bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
    height: auto;
}
#myCarousel .carousel-caption {
 position: relative;
 right: 0;
 left: 0;
 color: #fff;
 text-align: center;
 text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
#myCarousel .carousel-caption {
 position: relative;
 right: 0;
 left: 0;
 max-width: 700px;
 text-align: center;
}
.about-content .about_box {
    position: relative;
    right: 0;
    z-index: 1;
    height: auto;
    top: 0px;
    padding: 1em;
    border-radius: 20px;
    box-shadow: -2px 0px 8px rgba(0, 0, 0, 0.1);
    background: #FFF;
}
.bg3 {
 background-image: url(../images/footer-bg.jpg);
 background-size: cover;
 background-position: center top;
 background-attachment: fixed !important;
}
aside > div {
 padding-left: 0px;
}
.box-horzontal .middle-content > div .botton_position {
position:relative;
right:10px;
bottom:15px;
}
.box-horzontal .btn_style {
    top: 100%;
    right: 0;
    position: relative;
    font-weight: 500;
    margin-top: 15px;
}
    .box-verticale {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}
.box-verticale .col_img img {
    width: 100%;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    border-radius: 20px;
}
.box-horzontal img {
border-radius: 20px;
height: auto !important;
margin: 0 auto;
}
.box-horzontal .middle-content {
min-height: auto;
width: 100%;
position: relative;
}
    .note_text {
    border: 1px solid #efefef;
    padding: 15px 15px;
    background: #f6f5f5;
    min-height: 100px;
    padding-left: 8em;
    border-radius: 10px;
}
.note_text span {
    width: 80px;
    height: 80px;
    display: block;
    background: #9a96c6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
}
    .style-1 .row_top {
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
}
.style-2 [class*="col-"] {
    padding: 10px 0;
}
    .table_shadow {
        display: none;
}
    .table_title h1 {
    font-size: 2em;
    font-weight: 500;
}
.style-2 .drop_title h3 {
display: block;
}
.common-pad {
    padding: 0;
}
.no-maxpadding{
padding: 0;
}
.padding15{
padding: 15px !important;
}
    
}
@media (max-width: 624px) {
 .caption {
margin-top: 40px;
}
.vid-list-container {
padding-bottom: 20px;
}
ol#vid-list li a {
 text-decoration: none;
 background-color: #004672;
 height:auto;
 display: block;
 padding: 10px;
}
.vid-thumb {
 float: none;
 margin-right: 8px;
}
}
@media (max-width: 640px) {
header .top_header .social_menu ul {
    float: none;
    margin: 0 auto;
}
.top_header .social_menu ul li {
    margin-right: 6px;
    display: inline-block;
    list-style-type: none;
    float: none;
}
.slide-text h1 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
} 
.slide-text > h3 {
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
    letter-spacing: 6px;
    display: block;
    text-transform: uppercase;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.footer-contact-desc [class*="col-"] {
width:100%;
}
.rs-footer .footer-contact-desc {
 margin: 0;
 padding: 35px;
 position:relative;
 left: 0;
 right: 0;
 margin: -100px auto 0;
 z-index: 111;
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner {
 border-left:none;
}
.rs-footer .footer-contact-desc div[class*="col-"] .contact-inner {
 border-top: 1px solid #1f1f1f;
 padding: 20px;
 margin-top: 0px;
 border-left: none;
}
.rs-footer .footer-contact-desc div[class*="col-"]:first-child .contact-inner {
border-top:none
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before, .rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
 content: '';
 position: absolute;
 height: 1px;
 width: calc(100% - 40px);
 background-color: #fff;
 top: 50%;
 transform: translateY(-50%);
 display:none;
}
#myCarousel h2 {
 font-size: calc(100% - -2rem);
 color: #FFFFFF;
 text-transform: uppercase;
}
.style-1 .row_top {
 margin-top: -30px;
}
.box-horzontal {
 position: relative;
 border: none;
}
 .btn_custom {
padding:14px 20px;
text-align:center;
}
.pbt-common {
padding:40px 15px;
}
.trial_bg h1 {
text-transform: uppercase;
font-size: 2.5em;
padding-bottom: 0.5em;
}
.trial_bg h2 {
font-size: 2em;
letter-spacing: 0.5em;
}
}
 @media (max-width: 580px) {
 header .top_header {
 height:auto;
 padding:10px;
}
header .top_header .list_menu ul {
 float: none;
}
header .top_header .list_email ul li {
    width: 100%;
    margin-right: 0;
    display: inline-block;
    list-style-type: none;
    line-height: 1.1;
    float: none;
    text-align: center;
    margin-bottom: 10px;
}
 header .top_header .list_menu ul li {
 margin-right: 0px;
 margin-left:10px;
 display: inline-block;
 list-style-type: none;
 line-height: 40px;
 float: left;
 margin-top: 10px;
 margin-bottom: 10px;
 width: 46.5%;
}
header .top_header .list_menu ul li a {
 display: block;
 text-align: center;
 border-radius: 30px;
 background: #fff;
 color: #004672;
}
header .top_header .list_menu ul li a.active:after {
 opacity:0;
 display:none;
}
header .top_header .list_menu ul li:first-child {
 margin-right: 0;
 margin-left: 5px;
}
header .top_header .list_menu ul li:last-child a {
border-radius:30px;
}
.testim .arrow.left {
 left: 38%;
 top: 100%;
}
.testim .arrow.right {
 right: 38%;
 top: 100%;
}
}
@media all and (max-width: 500px) {
 .testim .arrow {
 font-size: 1.5em;
}
 .testim .cont div p {
 line-height: 25px;
}
}
 @media all and (max-width: 480px) {
.row_flex [class*="col-"] {
width:100%;
}

.rs-footer .footer-top .sitemap-widget li {
 width: 100%;
 float:none;
 line-height: 33px;
 list-style-type: none;
}
.testim .arrow.left {
 left: 0;
 top: 100%;
}
.testim .arrow.right {
 right: 0;
 top: 100%;
}
.slide-text {
padding: 10px 30px;
}
.slide-text h1 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 5px;
}
.slide-text > h3 {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    letter-spacing: 5px;
}
.slide-text > p {
font-size: 12px;
line-height: 18px;
margin-bottom: 10px;
}
.slide-text > a.btn-default, 
.slide-text > a.btn-primary {
font-size: 10px;
line-height: 10px;
margin-right: 10px;
text-align: center;
padding: 10px 15px;
}
.indicators-line > .carousel-indicators{
display: none;
}
.event .column_bg .head_tittle div {
    display: block;
    width: 100%;
}
.event .column_bg .head_tittle div h1 {
font-size: 2.5em;
font-weight: 400;
}
.event .column_bg .head_tittle div:last-child {
    text-align: center;
    width: 100px;
    float: none;
    margin-left: 5px;
    display: block;
    position: relative;
    margin: 0;
}
.rs-footer .footer-share ul li:first-child {
    text-transform: uppercase;
    margin-right: 0;
    display: block;
    margin-bottom: 8px;
}
}
@media all and (max-width: 400px) {
.slide-text h1 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
}
.slide-text > h3 {
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
     .testimonals ul li .circle_box {
    display:table;
    float: none;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 50px;
    background: #FFF;
    padding: 2px;
    position: relative;
    top: 0;
    box-shadow: 0px 2px 6px #bbb;
    margin: 0 auto;
}
    .testimonals .comment_box {
    width: 100%;
    max-width: 100%;
    border: 3px solid #ccd6fe;
    border-radius: 30px;
    display: block;
    background: #FFF;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}
    .testimonals .comment_box:before {
    position: absolute;
    left: 50%;
    top: -23px;
    content: '';
    border-bottom: 22px solid #ccd6fe;
    border-left: 12px solid transparent;
    border-right: 13px solid transparent;
    -ms-transform: rotate(-7deg) translateX(-50%);
    -o-transform: rotate(-7deg) translateX(-50%);
    -moz-transform: rotate(-7deg) translateX(-50%);
    -webkit-transform: rotate(-7deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
    z-index: 1;
}
 .testimonals .comment_box:after {
position: absolute;
    left: 50%;
    margin-left: -1px;
    top: -15px;
    content: '';
    border-bottom: 23px solid white;
    border-left: 14.5px solid transparent;
    border-right: 14px solid transparent;
    -ms-transform: rotate(-7deg) translateX(-50%);
    -o-transform: rotate(-7deg) translateX(-50%);
    -moz-transform: rotate(-7deg) translateX(-50%);
    -webkit-transform: rotate(-7deg) translateX(-50%);
    transform: rotate(1deg) translateX(-50%);
    z-index: 1;
}
}
@media all and (max-width: 320px) {
 body {
 font-size: 14px;
}
 header .top_header .list_menu ul li {
 margin-right: 0px;
 margin-left:10px;
 display: inline-block;
 list-style-type: none;
 line-height: 35px;
 float: left;
 margin-bottom: 10px;
 width: 45%;
}
header .top_header .list_menu ul li:first-child {
 margin-right: 0;
 margin-left: 10px;
}
.logo {
 position: relative;
 top: 0;
 left: 0;
 width: 45%;
 text-align: left;
 padding: 5px 0;
 float: none;
 height: 37px;
 margin: 0 auto;
}

.box-horzontal ul li {
 display: block;
 margin: 2px;
 width: 100%;
 box-sizing: border-box;
}
.event .column_bg .head_tittle div h3 {
display: block;
padding-left: 3em;
}
.event .column_bg .head_tittle div h1 {
    font-size: 2em;
    font-weight: 400;
}
.event .column_bg .head_tittle div:last-child {
text-align: center;
width: 100px;
float: none;
margin-left: 15px;
display: block;
position: relative;
}.event .column_bg .head_tittle div {display: block;width: 100%;} 
}

.tchr-img {width: 100%; object-fit: fill;} 
/* ------testimonial  close-------*/ 
@media (min-width: 1200px) {.container {width: 1200px;}}
/* Sticky Social Icons */
.sticky-container{ padding:0px; margin:0px; position:fixed; right:-158px;top:198px; width:210px; z-index: 1100;}.sticky li{list-style-type:none;background-color:#fff;color:#efefef;height43px;padding:0px;margin:0px 0px 1px 0px; -webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out; cursor:pointer;}.sticky li:hover{margin-left-115px;}.sticky li img{float:left;margin:5px 17px;margin-right:5px;}.sticky li p{padding-top:5px;margin:0px;line-height:16px; font-size:11px;}.sticky li p a{ text-decoration:none; color:#2C3539;}.sticky li p a:hover{text-decoration:underline;}/* Sticky Social Icons */.scrollup-stl {margin-bottom: 4% !important;background-color: transparent;z-index: 10000;position: fixed;right: 0;bottom: 50px;}/*contact css*/.aum-contact {padding-bottom: 0;height: 50px;border: none;box-shadow: none;border-bottom: 1px solid #ced4da;}.sub-button {border-radius: 0; font-size: 17px; -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); padding-bottom: 10px; padding-right: 40px; padding-top: 10px; padding-left: 40px;}.contact-stl {border: 0.5px solid #e0e0e0;}.list-unstyled i {font-size: 43px;}.bdr-rt {border-right: 1px dashed #cdcdcd;}.thank-bg {background-color: rgba(64, 55, 50, 0.81);}.head-stl h1 {font-size: 65px; color: #fff; font-weight: 100;}.head-stl h5 {font-size: 20px;color: #fff;font-weight: 100;line-height: 30px;}.thr-hiet img {width: 100%;overflow: hidden;}.text-white p {color: #fff;}.slide-stl{width: 835px;height: 470px;object-fit: unset;}.breadcrumb_section {display: none;}.fee_box {padding: 3em;border-radius: 20px;box-shadow: -2px 0px 8px rgba(0, 0, 0, 0.1);background: #FFF;}.thumb-img {height: 75px;}.enq-btn {position: fixed;right: 0%;bottom: 0px;z-index: 10000;border-radius: 0;width: 20%;font-size: 20px;background-color: #df7335 !important;border: none;} .clss-icn-stl {width: 33.33333333%; float: left; text-align: center; padding: 15px;}.clss-icn-stl p{border: 3px solid #f7f7f7;width: 100px;height: 100px;line-height: 100px;font-size: 55px; margin: 0 auto; text-align: center;border-radius: 50%;background: #ffffff;color: #ff7b4c;box-shadow: 0px 0px 6px #d0cfcf;-ms-transition: 0.5s ease;-o-transition: 0.5s ease;-moz-transition: 0.5s ease;-webkit-transition: 0.5s ease;transition: 0.5s ease;}.clss-icn-stl img {width: 70px; height: 70px;}