* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
}
@import url('https://fonts.googleapis.com/css?family=Chivo:300,300i,400,400i,700,700i,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700');
a, a:focus, a:active, a:hover, object, embed {
	outline:none;
	text-decoration:none;
}
html {
	overflow-x:hidden;
}
a:hover, a:focus {
	color:#005aa8;
}
a {
	color:#356dd4;
	text-decoration:none;
}
a img {
	border:0;
}
/*Design by Rizwan Khan From IT-Reflect*/
:-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 #000 inset;
background:none !important;
background-color:rgba(0, 0, 0, 0.1) !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: #FFF !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;
}
.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
}
html {
	overflow-x:hidden
}
body {
	font-size:14px;
	line-height:26px;
	font-weight:normal;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Chivo', sans-serif;
	color:#616161;
	padding:0 !important;
	-webkit-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-smoothing:antialiased
}
h1, h2, h3, h4, h5, h6 {
	color:#404040;
	margin:0 0 10px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size:36px;
	line-height:1.1;
}
h2 {
	font-size:28px;
	line-height:1.2;
}
h3 {
	font-size:18px;
	line-height:1.2;
}
h4 {
	font-size:14px;
}
p {
	line-height:25px;
	font-weight:400;
	font-size:14px;
	color:#474747;
}
a {
	color:#ff5a00;
}
a:focus, a:hover {
	color:#FFF;
	text-decoration:none;
	outline:none;
}
strong {
	font-weight:600;
}
ol, ul {
	margin:0;
	padding:0;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
header {
	width:100%;
	z-index:950;
	position: relative;
}
.top_hader {
	background: #ff5a00;
	padding: 7px 0;
}
.col_contact ul, .social_media ul {
	display:block;
	list-style:none;
}
.col_contact ul li, .social_media ul li {
	display:inline-block;
	list-style-type:none;
	color:#ffffff;
	margin-right:15px;
	line-height: 30px;
	font-size: 16px;
}
.col_contact ul li:first-child, .social_media ul li:first-child {
	margin-left:0
}
.col_contact ul li i {
	top: 3px;
	font-size: 22px;
	position: relative;
	margin-right: 8px;
}
.col_contact ul li a {
	color:#ffffff
}
.col_contact ul li a:hover {
	color:#fee100
}
.col_contact ul li a.btn_top {
	color: #ffffff;
	background: #41aba5;
	padding: 8px 15px;
	border-radius: 3px;
	transition: background 0.5s ease;
}
.col_contact ul li a.btn_top:hover {
	background:#4d547b;
}
.social_media ul li {
	margin:0
}
.social_media ul li a {
	width:30px;
	height:30px;
	line-height:30px;
	display:block;
	color:#FFF;
	font-size:15px;
	text-align:center;
	transition:0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-ms-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
	border-radius:100%;
}
.social_media ul li a:hover {
	background: #0e6ab5;
	transform: scale(1.1);
	color: #FFF;
}
.nav-down {
	top:0;
	position:relative;
	-ms-transition:top 1s ease-in-out;
	-moz-transition:top 1s ease-in-out;
	-o-transition:top 1s ease-in-out;
	-webkit-transition:top 1s ease-in-out;
	transition:top 1s ease-in-out;
}
.nav-up {
	position:fixed !important;
	width:100%;
	top:0;
	-ms-transition:top 1s ease-in-out;
	-moz-transition:top 1s ease-in-out;
	-o-transition:top 1s ease-in-out;
	-webkit-transition:top 1s ease-in-out;
	transition:top 1s ease-in-out;
}
.nav-up {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	padding:4px 0;
	animation: fadeIn 1s;
}
.nav-up .fa-gg {
	transform: rotate(360deg);
}
 @keyframes slide-down {
 0% {
 opacity: 0;
 transform: translateY(100%);
}
 50% {
 opacity: 0.6;
 transform: translateY(-50%);
}
100% {
opacity: 1;
transform: translateY(0%);
}
}
header .container {
	position:relative
}
.main-header {
    background: #FFF;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 0;
    transition: all 1s ease;
    padding: 0;
}
.main-header .logo {
	position: relative;
	z-index: 123;
	padding: 0px 0px;
	color: #6DDB07;
	/* float: left; */
    margin: 0 auto;
	width: 290px;
	height: 88px;
	top: 10px;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.logo svg text {
	font-family: 'Exo 2', sans-serif;
	font-weight:bold
}
.logo {
	position: relative;
	z-index: 1;
	padding: 0px 0px;
	margin: 0;
	width: 188px;
	height: 120px;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.logo svg text {
	font-family: 'Oswald', sans-serif;
	font-weight:bold
}
nav {
	position:relative;
	margin:0 auto;
}
#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;
	z-index:9;
}
#cssmenu:after, #cssmenu > ul:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
#cssmenu #head-mobile {
	display:none
}
#cssmenu {
	background:rgba(255, 255, 255, 0);
	margin-top:0px;
}
.f-nav #cssmenu {
	background:rgba(255, 255, 255, 0);
	margin-top:7px;
}
#cssmenu > ul > li {
	float: left;
	margin: 0px 10px;
}
#cssmenu > ul > li:first-child {
	margin-left:0
}
#cssmenu > ul > li:last-child {
	margin-right:0
}
#cssmenu > ul > li > a {
	padding: 37px 8px;
	font-size: 15px;
	text-decoration: none;
	color: #151515;
	font-weight: 500;
	transition: all 0.5s ease;
	position: relative;
}
/*#cssmenu > ul > li > a:before {
    content: "";
    position: absolute;
    top: 100%;
	margin-top:-2px;
    left: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    transform: rotate(45deg) translateX(-50%);
	opacity:0;
	visibility:hidden;
	background:#16938b;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;

}*/
/*#cssmenu > ul > li > a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    border: 1px solid #11333a;
    border-width: 1px;

}*/
#cssmenu > ul > li > a:hover:before {
	opacity:1;
	visibility:visible;
	top:0;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color:#0a8ffb;
}
#cssmenu ul li.active:after {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	content:'';
	z-index:9;
	transition:0.5s
}
#cssmenu ul li:hover:after, #cssmenu ul li:hover:after, #cssmenu ul li.has-sub.active:hover {
	width:100%;
	transition:0.5s
}
#cssmenu > ul > li.has-sub > a {
	padding-right:12px
}
#cssmenu > ul > li.has-sub > a:after {
	position:absolute;
	top:48%;
	right:-3px;
	width:8px;
	height:2px;
	display:block;
	background:#bc1f2b;
	content:'';
	display:none;
}
#cssmenu > ul > li.has-sub > a:before {
	position:absolute;
	top:45%;
	right:0;
	display:block;
	width:2px;
	height:8px;
	background:#bc1f2b;
	content:'';
-webkit-transition:all .25s ease;
-ms-transition:all .25s ease;
transition:all .25s ease;
	display:none;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top:23px;
	height:0
}
#cssmenu ul ul {
	position:absolute;
	left:-9999px
}
#cssmenu ul ul li {
	background:#3f92ef;
transition:all .25s ease;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
	min-width: 230px;
	max-height: 420px;
}
 #cssmenu li:hover > ul::-webkit-scrollbar {
 -webkit-appearance: none;
}
#cssmenu li:hover > ul::-webkit-scrollbar:vertical {
 width: 2px;
}
#cssmenu li:hover > ul::-webkit-scrollbar:horizontal {
 height: 6px;
}
#cssmenu li:hover > ul::-webkit-scrollbar-thumb {
 background-color: #c9292c;
 height: 6px !important;
 visibility:hidden;
 -ms-transition: 1s;
 -o-transition: 1s;
 -moz-transition: 1s;
 -webkit-transition: 1s;
 transition: 1s;
}
#cssmenu li:hover > ul::-webkit-scrollbar-track {
 border-radius: 10px;
 background-color: #121212;
 height: 6px !important;
}
#cssmenu li:hover > ul:hover::-webkit-scrollbar-thumb {
 visibility:visible;
 -ms-transition: 1s;
 -ms-transition: 1s;
 -o-transition: 1s;
 -moz-transition: 1s;
 -webkit-transition: 1s;
 transition: 1s;
}
#cssmenu li:hover > ul > li {
	height: auto;
	line-height: 40px;
	position:relative;
}
#cssmenu li:hover > ul > li:first-child:before {
	position: absolute;
	bottom: 100%;
	left: 15px;
	content: '';
	border-bottom: 7px solid #3f92ef;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
#cssmenu li:hover > ul > li span {
	padding-left: 15px;
	font-weight: 500;
	color: #d6d6d6;
	width: 100%;
	display: block;
}
#cssmenu ul ul ul {
	margin-left:100%;
	top:0
}
#cssmenu li:hover > ul {
	left: auto;
	margin-top: 0em;
	visibility:visible;
	opacity:1;
	-ms-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-top: 0em;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	visibility:hidden;
	opacity:0;
	-ms-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-top: 1.89em;
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	content: '\f2fb';
	display: inline-block;
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
 -webkit-transition: all .25s ease;
 -ms-transition: all .25s ease;
 transition: all .25s ease;
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgb(90, 161, 241);
	border-top: 1px solid transparent;
	padding: 11px 15px;
	border-collapse: collapse;
	white-space:nowrap;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 500;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 1px solid transparent;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color:#FFF;
	padding-left: 22px;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
}
/*#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 {
	height:0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background:#c9292c;
}
#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:1024px) {
.main-header {
width:100%;
position:relative;
z-index:99;
padding:0px;
}
.logo {
position:relative;
top:3px;
left:0;
width:226px;
text-align:center;
padding:0;
float:none;
}
.logo2 {
display:none
}
nav {
width:100%;
}
}
@media (max-width:750px) {
.button {
width:55px;
height:46px;
position:absolute;
right:0;
top:0px;
cursor:pointer;
z-index:12399994;
}
}
@media screen and (max-width:1024px) {
.main-header {
width:100%;
position:relative;
z-index:99;
padding:6px 0;
}
.logo {
position:relative;
top:3px;
left:0;
width:226px;
 height: 144px;
text-align:center;
padding:0;
float:none;
}
.logo2 {
display:none
}
nav {
width:100%;
}
}
@media (max-width:750px) {
.button {
width:55px;
height:46px;
position:absolute;
right:0;
top:0px;
cursor:pointer;
z-index:12399994;
}
}
.no-minpadding {
	padding:0 !important
}
.padding-top10 {
	padding-top:10px;
}
.padding-top20 {
	padding-top:20px;
}
.padding-top30 {
	padding-top:30px;
}
.padding-top40 {
	padding-top:40px;
}
.padding-top50 {
	padding-top:50px;
}
.padding-top60 {
	padding-top:60px;
}
.padding-top70 {
	padding-top:70px;
}
.padding-top80 {
	padding-top:80px;
}
.padding-top90 {
	padding-top:90px;
}
.padding-top100 {
	padding-top:100px;
}
.padding-top110 {
	padding-top:110px;
}
.padding-top120 {
	padding-top:120px;
}
.padding-top150 {
	padding-top:150px;
}
.padding-top200 {
	padding-top:200px;
}
.padding-bot10 {
	padding-bottom:10px;
}
.padding-bot20 {
	padding-bottom:20px;
}
.padding-bot30 {
	padding-bottom:30px;
}
.padding-bot40 {
	padding-bottom:40px;
}
.padding-bot50 {
	padding-bottom:50px;
}
.padding-bot60 {
	padding-bottom:60px;
}
.padding-bot70 {
	padding-bottom:70px;
}
.padding-bot80 {
	padding-bottom:80px;
}
.padding-bot90 {
	padding-bottom:90px;
}
.padding-btop5 {
	padding-top:5px;
	padding-bottom:5px;
}
.padding-btop10 {
	padding-top:10px;
	padding-bottom:10px;
}
.padding-btop15 {
	padding-top:15px;
	padding-bottom:15px;
}
.padding-btop20 {
	padding-top:20px;
	padding-bottom:20px;
}
.padding-btop30 {
	padding-top:30px;
	padding-bottom:30px;
}
.padding-btop40 {
	padding-top:40px;
	padding-bottom:40px;
}
.padding-btop50 {
	padding-top:15px;
	padding-bottom:50px;
}
.padding-btop60 {
	padding-top:60px;
	padding-bottom:60px;
}
.padding-btop70 {
	padding-top:70px;
	padding-bottom:70px;
}
.padding-btop80 {
	padding-top:80px;
	padding-bottom:80px;
}
.padding-btop90 {
	padding-top:90px;
	padding-bottom:90px;
}
.padding-btop100 {
	padding-top:100px;
	padding-bottom:100px;
}
.padding-btop110 {
	padding-top:110px;
	padding-bottom:110px;
}
.padding-btop120 {
	padding-top:120px;
	padding-bottom:120px;
}
.padding-btop130 {
	padding-top:130px;
	padding-bottom:130px;
}
.padding-btop140 {
	padding-top:140px;
	padding-bottom:140px;
}
.padding-btop150 {
	padding-top:150px;
	padding-bottom:150px;
}
.padding-btop160 {
	padding-top:160px;
	padding-bottom:160px;
}
.padding-btop170 {
	padding-top:170px;
	padding-bottom:170px;
}
.padding-btop180 {
	padding-top:180px;
	padding-bottom:180px;
}
.padding-btop190 {
	padding-top:190px;
	padding-bottom:190px;
}
.padding-btop200 {
	padding-top:200px;
	padding-bottom:200px;
}
.padding20 {
	padding:20px
}
.padding30 {
	padding:30px
}
.padding40 {
	padding:40px
}
.padding50 {
	padding:50px
}
.padding60 {
	margin:60px
}
.padding70 {
	margin:70px
}
.padding80 {
	margin:80px
}
.padding-rtl5 {
	padding-right:5px;
	padding-left:5px;
}
.padding-rtl8 {
	padding-right:8px;
	padding-left:8px;
}
.padding-rtl10 {
	padding-right:10px;
	padding-left:10px;
}
.padding-rtl15 {
	padding-right:15px;
	padding-left:15px;
}
.padding-rtl20 {
	padding-right:20px;
	padding-left:20px;
}
.padding-rtl30 {
	padding-right:30px;
	padding-left:30px;
}
.padding-rtl40 {
	padding-right:40px;
	padding-left:40px;
}
.padding-rtl50 {
	padding-right:50px;
	padding-left:50px;
}
.padding-rtl60 {
	padding-right:60px;
	padding-left:60px;
}
.padding-rtl70 {
	padding-right:70px;
	padding-left:70px;
}
.padding-rtl80 {
	padding-right:80px;
	padding-left:80px;
}
.margin0 {
	margin:0 !important
}
.margin-top8 {
	margin-top:8px;
}
.margin-top10 {
	margin-top:10px;
}
.margin-top20 {
	margin-top:20px;
}
.margin-top30 {
	margin-top:30px;
}
.margin-top40 {
	margin-top:40px;
}
.margin-top50 {
	margin-top:50px;
}
.margin-top60 {
	margin-top:60px;
}
.margin-top70 {
	margin-top:70px;
}
.margin-top80 {
	margin-top:80px;
}
.margin-top90 {
	margin-top:90px;
}
.margin-top100 {
	margin-top:100px;
}
.margin-top110 {
	margin-top:110px;
}
.margin-top120 {
	margin-top:120px;
}
.margin-bot10 {
	margin-bottom:10px;
}
.margin-bot16 {
	margin-bottom:16px;
}
.margin-bot20 {
	margin-bottom:20px;
}
.margin-bot30 {
	margin-bottom:30px;
}
.margin-bot40 {
	margin-bottom:40px;
}
.margin-bot50 {
	margin-bottom:50px;
}
.margin-bot60 {
	margin-bottom:60px;
}
.margin-bot70 {
	margin-bottom:70px;
}
.margin-bot80 {
	margin-bottom:80px;
}
.margin-bot90 {
	margin-bottom:90px;
}
.margin-bot100 {
	margin-bottom:100px;
}
.margin-btop10 {
	margin:10px 0px;
}
.margin-btop15 {
	margin:15px 0px;
}
.margin-btop20 {
	margin:20px 0px;
}
.margin-btop30 {
	margin:30px 0px;
}
.margin-btop40 {
	margin:40px 0px;
}
.margin-btop50 {
	margin:50px 0px;
}
.margin-btop60 {
	margin:60px 0px;
}
.margin-btop70 {
	margin:70px 0px;
}
.margin-rtl5 {
	margin-left:5px;
	margin-right:5px;
}
.margin-rtl10 {
	margin-left:10px;
	margin-right:10px;
}
.margin-rtl20 {
	margin-left:20px;
	margin-right:20px;
}
.margin-rtl30 {
	margin-left:30px;
	margin-right:30px;
}
.margin-rtl40 {
	margin-left:40px;
	margin-right:40px;
}
.margin-rtl50 {
	margin-left:50px;
	margin-right:50px;
}
.margin-rtl60 {
	margin-left:60px;
	margin-right:60px;
}
.margin-left29 {
	margin-left:-29px;
}
.padding36 {
	padding:36px;
}
.thems_bg {
	background:#eff6fa;
}
.white_bg {
	background:#FFF;
}
.bg_gray {
	background:#e4e4e4
}
 [class*="flex-row"].flex-center {
 align-items: center;
}
[class*="flex-row"] {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 -webkit-flex-flow: row wrap;
 flex-flow: row wrap;
}
.border_gray {
	border: 1px solid #eaeaea
}
.small, small {
	font-size: 90%;
	color: #9e9a9a;
}

.left_sidebar {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
}
.left_sidebar h4 {
    background: #0079fe;
    padding: 16px 23px;
    color: #FFFFFF;
    font-weight: 500;
    position: relative;
    margin: 0;
    font-size: 16px !important;
	    text-transform: uppercase;
}
.left_sidebar ul {
    margin: 0 0px;
    padding: 0 20px;
}
.left_sidebar h4:before {
    position: absolute;
    left: 20px;
    top: 100%;
    content: '';
    border-top: 6px solid #0079fe;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.left_sidebar ul li {
    line-height: 20px;
    list-style-type: none;
    position: relative;
    padding: 0 20px;
    font-size: 15px;
    margin: 14px 0;
}
.left_sidebar ul li:before {
    position: absolute;
    content: '\f192';
    left: 0px;
    top: 3px;
    height: 4px;
    width: 6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: #0ca6f9;
}






.masonry { /* Masonry container */
	-webkit-column-count: 4;
	-moz-column-count:4;
	column-count: 4;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
	margin: 1.5em 0;
	padding: 0;
	-moz-column-gap: 1.5em;
	-webkit-column-gap: 1.5em;
	column-gap: 1.5em;
	font-size: .85em;
}
.masonry .item {
	display: inline-block;
	/* background: #efefef; */
    padding: 1em;
	margin: 0 0 1.5em;
	width: 100%;
	-webkit-transition: 1s ease all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 3px 4px #efefef;
	border-radius: 3px;
}
.masonry .item img {
	max-width:100%;
}
.masonry .item h3 {
	color: #ffffff;
	background: #509bd8;
	padding: 10px;
	margin: 0;
	position:relative;
	width: 100%;
	border-radius: 3px;
}
.masonry .item p {
	text-align:justify;
	letter-spacing: 0;
}
@media only screen and (max-width: 320px) {
 .masonry {
 -moz-column-count: 1;
 -webkit-column-count: 1;
 column-count: 1;
}
}
 @media only screen and (min-width: 321px) and (max-width: 768px) {
 .masonry {
 -moz-column-count: 2;
 -webkit-column-count: 2;
 column-count: 2;
}
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
 .masonry {
 -moz-column-count: 2;
 -webkit-column-count: 2;
 column-count: 2;
}
}
@media only screen and (min-width: 1201px) {
 .masonry {
 -moz-column-count: 3;
 -webkit-column-count: 3;
 column-count: 3;
}
}
.toure_section .carousel-inner {
}
.col-centered {
	float: none;
	margin: 0 auto;
}
.carousel-control {
	width: 8%;
	width: 0px;
}
.carousel-control.left, .carousel-control.right {
	
	background-image: none;
	opacity: 1;
}
.carousel-control > a > span {
	color: white;
	font-size: 29px !important;
}
.carousel-col {
	position: relative;
	min-height: 1px;
	padding: 5px;
	float: left;
}
.active > div {
	display:none;
}
.active > div:first-child {
	display:block;
}

/*xs*/
@media (max-width: 767px) {
.toure_section .carousel-inner {
}
 .carousel-inner .active.left {
left: -50%;
}
 .carousel-inner .active.right {
left: 50%;
}
 .carousel-inner .next {
left:  50%;
}
 .carousel-inner .prev {
left: -50%;
}
 .carousel-col {
width: 50%;
}
 .active > div:first-child + div {
display:block;
}
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
 .carousel-inner .active.left {
left: -50%;
}
 .carousel-inner .active.right {
left: 50%;
}
 .carousel-inner .next {
left:  50%;
}
 .carousel-inner .prev {
left: -50%;
}
 .carousel-col {
width: 50%;
}
 .active > div:first-child + div {
display:block;
}
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
 .carousel-inner .active.left {
left: -33%;
}
 .carousel-inner .active.right {
left: 33%;
}
 .carousel-inner .next {
left:  33%;
}
 .carousel-inner .prev {
left: -33%;
}
 .carousel-col {
width: 33%;
}
 .active > div:first-child + div {
display:block;
}
 .active > div:first-child + div + div {
display:block;
}
}

/*lg*/
@media (min-width: 1200px) {
 .carousel-inner .active.left {
left: -25%;
}
 .carousel-inner .active.right {
left:  25%;
}
 .carousel-inner .next {
left:  25%;
}
 .carousel-inner .prev {
left: -25%;
}
 .carousel-col {
width: 25%;
}
 .active > div:first-child + div {
display:block;
}
 .active > div:first-child + div + div {
display:block;
}
 .active > div:first-child + div + div + div {
display:block;
}
}
.top_bg .container {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.top_bg .container h2 {
	color:#FFF;
}
.services_section {
background:url(../images/services_bg1_light.jpg);
 background-attachment:fixed;
 -webkit-background-attachment:fixed;
background-repeat:no-repeat;
background-size: cover;
min-height:600px;
}
.toure_section {
background:url(../images/services_bg.jpg);
 background-attachment:fixed;
 -webkit-background-attachment:fixed;
background-repeat:no-repeat;
background-size: cover;
min-height:600px;
}
.sction_style2 {
	width:100%;
}
.sction_style2 [class*='col-'] {
 padding: 0;
 -o-transition: all 0.5s cubic-bezier(1, .1, .52, 2);
 -moz-transition: all 0.5s cubic-bezier(1, .1, .52, 2);
 -webkit-transition: all 0.5s cubic-bezier(1, .1, .52, 2);
 transition: all 0.5s cubic-bezier(1, .1, .52, 2);
}
.sction_style2 [class*='col-']:nth-child(3) {
border-left:1px solid #FFF;
border-right:1px solid #FFF;
border-bottom:none;
}
.sction_style2 .active, .sction_style2 .btn:hover {
	background-color: #666;
}
.sction_style2 h2 {
	position: relative;
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
}

.over_col_ser {
	position:absolute;
	top:0px;
	right:0px;
	text-align:center;
	background: rgba(0, 0, 0, 0.8);
	width:100%;
	height:100%;
}
.over_col_ser h3 {
	padding:35px 20px 20px 20px;
}
.over_col_ser p {
	padding:30px;
	color:#ffffff;
	text-align:justify;
}
.over_col_ser h3, .over_col h4 {
	color:#FFFFFF
}
.over_col {
	position:absolute;
	bottom:10px;
	right:20px;
	text-align:right
}
.over_col h3, .over_col h4 {
	color:#FFFFFF
}
.sction_style2 [class*='col-'] h3 {
 font-size: 20px;
 font-weight: 400;
 margin: 0;
}
.sction_style2 [class*='col-'] h4 span {
 font-size: 20px;
 font-weight: 400;
 margin: 0;
}
.sction_style2 [class*='col-'] p {
 margin-top: 15px;
}
 .sction_style2 [class*='col-'] .postion_index {
border-top:1px solid #FFF;
border-bottom:1px solid #FFF;
overflow:hidden;
transition: 0.5s ease;
}
.sction_style2 [class*='col-'] .postion_index img {
-webki-transform: scale(1);
 -moz-transform: scale(1);
 transform: scale(1);
width:100%;
-ms-transition: 1s ease;
-o-transition: 1s ease;
-moz-transition: 1s ease;
-o-transition: 1s ease;
-webkit-transition: 1s ease;
}
.sction_style2 [class*='col-'] .postion_index:hover img {
-ms-transition: 1s ease;
-o-transition: 1s ease;
-moz-transition: 1s ease;
-o-transition: 1s ease;
-webkit-transition: 1s ease;
-webki-transform: scale(1.2);
 -moz-transform: scale(1.2);
 transform: scale(1.2);
}
.sction_style2 [class*='col-'] .postion_index:first-child, .sction_style2 [class*='col-'] .postion_index:last-child {
border:none
}
#enquery h1 {
	font-size: 46px;
	color: #45DBE3;
	margin-top: 100px;
}
#enquery .heading {
	margin-bottom: 30px;
}
#enquery input {
	border-radius: 0;
	border: 1px solid #d6d6d6;
	font-size: 14px;
	margin: 0;
	padding: 10px 15px;
	width: 100%;
	position: relative;
	z-index: 1;
}
#enquery .form-control {
	height:44px;
	box-shadow: none;
	    background: #fff;
}
#enquery .form-control:focus {
	border-color: rgba(255, 90, 0, 0.55);
	box-shadow: inset 0 0 0 2px rgba(255, 90, 0, 0.55);
}
#enquery label {
    color: #968e8e;
    font-size: 14px;
    position: absolute;
    left: 22px;
    top: 18px;
    width: auto !important;
    transition: font-size 0.3s ease, padding-top 0.3s ease;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    padding: 0 !important;
    margin: 0;
    font-weight: 400;
    z-index: 1;
}
#enquery input:focus + label {
	color: #ff5a00;
	font-size: 12px;
	margin-top: 10px;
	transition: margin-top 0.3s ease, font-size 0.3s ease;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}
/* #enquery input:valid {
 background: #fff;
}*/
#enquery .submit input {
	font-size: 18px;
	background: #45DBE3;
	color: #fff;
}
#enquery .input-group-addon {
	padding: 13px 22px;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	color: #a5a5a5;
	text-align: center;
	background-color: transparent;
	border: none;
	border-radius: 4px;
	position: absolute;
	right: 1px;
	top: 0;
	z-index:1;
}
#enquery .input-group {
	position: relative;
	display: block;
	border-collapse: separate;
}
#field1 input, #field2 input {
	border-radius: 0;
	border: 1px solid #d6d6d6;
	color: #596169;
	font-size: 14px;
	margin: 0;
	padding: 4px 10px;
	/*width: auto !important;*/
	position: relative;
	z-index: 1;
	position: relative;
	text-align: center;/*left: 25px*/
}
#field1 .button_left, #field2 .button_left {
	background:#FFF;
	padding:4px 10px;
	border:1px solid #e2dede;
	position:absolute;
	z-index:2;
	left:0;
	    width: 30%;
}
#field1 .button_right, #field2 .button_right {
	background:#FFF;
	padding:4px 10px;
	border:1px solid #e2dede;
	position:absolute;
	z-index:2;
	right:0;
	top:0;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	    width: 30%;
}
#field1 .button_right:hover, #field2 .button_right:hover, #field1 .button_left:hover, #field2 .button_left:hover {
	border-color:#ff5a00;
	background:#ff5a00;
	color:#FFFFFF;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
#enquery.small, #enquery small {
    font-size: 84%;
    color: #716e6e;
    font-weight: 400;
}

.sction_style3 .listing_type ul li {
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	padding: 2% 0;
	align-items: center;
	display: -webkit-table;
	display: -moz-flex;
	display: -ms-flex;
	table: -o-flex;
	display: table;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	font-size: 16px;
	list-style-type: none;
	line-height: 23px;
}
.sction_style3 .listing_type ul {
	display: block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.sction_style3 .list_type li {
	border-bottom: none;
	list-style-type: none;
	position: relative;
	color: #483949;
	    line-height: 26px;
		padding: 4px 15px;
}
.sction_style3 .list_type li:before {
	position: absolute;
	left: 0;
	top: 10px;
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
	content: "\f2fb";
	font-style: normal;
	font-size: 16px;
	color:#8a8a8a
}
.sction_style3 .list_type ul li a {
	display:block;
	color:#333333;
	line-height:20px;
}


.sction_style3 ul li p {
	margin: 0;
}
.sction_style3 .listing_type ul li span {
	color: #484848;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.sction_style3 .listing_type1 ul{
display:block;
list-style-type:none;
}
.sction_style3 .listing_type1 ul li{
display:table;
border-bottom: 1px solid #e6e6e6;
margin: 20px 0;
}
.sction_style3 .listing_type1 ul li div{
    display: table-cell;
    vertical-align: middle;
}
.sction_style3 .listing_type1 ul li span{
	font-size: 12px;
	text-transform: uppercase;
}
.sction_style3 .listing_type1 ul li em{
    font-style: normal;
    background: #E7F5FD;
    border-radius: 30px;
    color: #212121;
    padding: 4px 15px;
    font-size: 14px;
    border: 1px solid #e6dfdf;
    position: relative;
    margin: 4px;
}
.sction_style3 .listing_type1 ul li:first-child em{
margin-left:0;
}
.sction_style3 .listing_type1 ul li .span {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    background: #70C2F5;
    width: 77px;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    margin-right: 20px;
    float: left;
}
.sction_style3 .listing_type1 ul li .span i{
font-size:30px;
display:block;
    margin-top: 4px;
}
.sction_style3 .listing_type ul li div:first-child {
	width: 30%;
	display: inline-block;
	float: left;
}
.sction_style3 .listing_type ul li div:last-child {
	width: 70%;
	display: inline-block;
}
.sction_style3 h3 sup {
	color: #434344;
	top: 0;
}
.sction_style3 h3 {
	font-size:20px;
	color:#212020;
	text-transform:uppercase;
	font-weight:600;
}
.sction_style3 [class*='col-'] h4 {
 color: #FFF;
 font-size: 20px;
 font-weight: 400;
}
.sction_style3 [class*='col-'] h5 {
color: #000;
 text-transform: uppercase;
 font-weight: 500;
 font-size: 16px;
 margin:0;
}
.sction_style3 [class*='col-'] {
 margin-left: 0px;
 padding: 8px 10px;
 -o-transition: all 0.5s cubic-bezier(1, .1, .52, 2);
 -moz-transition: all 0.5s cubic-bezier(1, .1, .52, 2);
 -webkit-transition: all 0.5s cubic-bezier(1, .1, .52, 2);
 transition: all 0.5s cubic-bezier(1, .1, .52, 2);
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
	
}
#scroll span {
position:absolute;
top:50%;
left:50%;
color:#FFFFFF;
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
	background:#ff5a00;
}
#enquery{transition: linear 2s ease; width:auto;}
.fixed-enquiry{
position: fixed !important;
    top: 48px;
    right:auto;
    z-index: 1;
    /* background: #f1f1f1; */
    max-width: 380px;
	transition: linear 2s ease;

}

.taber {
    width: 100%;
    /*height: 60px;*/
	position:relative;
    z-index: 999;
}
.taber .container{
width:100%;
}
.fixed-header .container{
width: 1200px;
margin: 0 auto;
}
.taber div {
    color: #000;
    font-size: 2rem;
    line-height: 60px;
    position:relative;
    top: 0;
	left:-4px;
	
   /* left: 2%;*/
}
.taber .nav-pills>li{
    float:left;
    display: inline-block;
    box-sizing: border-box;
	
}
.taber .nav-pills>li{
margin: 4px 2px;
}
.taber .nav-pills>li+li {
    margin-left: 0;
}
.taber .nav>li>a {
    position: relative;
    display: block;
    padding: 0px 23px;
    border-radius: 0;
    font-size: 15px;
    line-height: 40px;
	color: #FFF;
	background:#ff5a00;
	border-radius:3px;
}
.taber .nav>li>a:focus, .taber .nav>li>a:hover {
    text-decoration: none;
    background-color: #0079fe;
}
.taber .nav-pills>li.active>a, .taber .nav-pills>li.active>a:focus, .taber .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #0079fe;
}


.box_package {
	position:relative;
	width:100%;
	overflow:hidden;
	transition: all 1s ease;
}
/*.box_shadow {
    max-width: 100%;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.box_shadow: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_package:first-child div {
	overflow:hidden;
	transition: all 0.5s ease;
}
.box_package:first-child div img {
	transform: scale(1, 1);
	transition: all 0.5s ease;
}
.box_package:hover:first-child div img {
	transform: scale(1.2, 1.2);
	filter: blur(4px);
	transition: all 0.5s ease;
}
.box_package h2 {
	color: #FFFFFF;
	font-size: 19px;
	margin: 0;
	position:absolute;
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top:50%;
	left:50%;
	text-align:center;
	width:100%;
	width: calc(100% - 20px);
	padding: 10px;
	display:table;
}
.box_package h2 span {
	display:block
}
.box_package h2 small {
	display:block;
	color:#FFFFFF;
	font-size:14px;
	font-weight:300;
}
.box_package h3 {
	font-weight:300;
	color:#FFFFFF;
	font-size:16px;
}
.box_package .over_box {
	position: absolute;
	top: 100%;
	left: 50%;
	-o-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	width: 100%;
	height:78px;
	z-index: 1;
	/* border: 1px solid #FFF; */
    background: rgba(255, 90, 0, 0.9098039215686274);
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	transform-origin: top bottom;
	width:100%;
}
.box_package:hover .over_box {
	height:100%;
	top:0;
	transform-origin: top bottom;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
	background: rgba(255, 90, 0, 0.7);
	-o-transform: translate(-50%, -0%);
	-moz-transform: translate(-50%, -0%);
	-ms-transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
}
.box_vertical {
	width: 100%;
	display: block;
	-webki-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	transform-origin: top bottom;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transition-duration: 0.5s;
}
.box_vertical:hover {
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);/*box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.3686274509803922);*/
}
 .sction_style4 [class*='col-'] {
 -o-transition: all 0.5s cubic-bezier(1, .1, .52, 2);
 -moz-transition: all 0.5s cubic-bezier(1, .1, .52, 2);
 -webkit-transition: all 0.5s cubic-bezier(1, .1, .52, 2);
 transition: all 0.5s cubic-bezier(1, .1, .52, 2);
}
.teestimonilas {
	background:url(../images/bg1.jpg);
	background-size: cover;
}
 .sction_style4 [class*='col-']:nth-child(2) .content_col, .sction_style4 [class*='col-']:nth-child(3) .content_col {
background: rgba(239, 45, 24, 0.71);
}
#quote-carousel {
	padding: 0;
	margin: 0 auto;
	max-width: 1000px;
}
#quote-carousel p {
	color: #FFF;
	padding-left: 2em;
}
#quote-carousel .carousel-control {
	background: none;
	color: #CACACA;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
#quote-carousel .carousel-indicators {
	position: relative;
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-top: 20px;
	margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
	width: 10px;
	height: 10px;
	cursor: pointer;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	opacity: 0.4;
	overflow: hidden;
 transition: all .4s ease-in;
	vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
	width: 20px;
	height: 20px;
	opacity: 1;
 transition: all .2s;
	background: #ff5a00;
	border-color: #ff5a00;
}
#quote-carousel blockquote {
	padding: 10px 50px;
	margin: 0 0 20px;
	font-size: 17.5px;
	position: relative;
}
.item blockquote {
	border-left: none;
	margin: 0;
	position: relative;
}
#quote-carousel blockquote:before {
	content: '';
	background: url(../images/commas.png);
	background-repeat: no-repeat;
	float: left;
	height: 49px;
	width: 61px;
	margin-right: 10px;
	left: 0px;
	top: 0;
	position: absolute;
	z-index: 9;
}
#quote-carousel blockquote h4 {
	color: #ff6d22;
	font-size: 18px;
	padding-bottom: 10px;
	position: relative;
	margin-top: 40px;
}
#quote-carousel blockquote h4:after {
	position: absolute;
	left: 50%;
	width: 90px;
	top:100%;
	content: '';
	height: 3px;
	background: #FFF;
	transform: translate(-50%, -100%);
}
 .sction_style5 [class*='col-'] h5 {
 color: #000;
 letter-spacing: 0.5px;
 text-transform: uppercase;
 font-weight: 500;
}
.sction_style5 [class*='col-'] h5 span {
text-transform: none
}
.sction_style5 h3 {
	font-size: 20px;
	color: #212020;
	text-transform: uppercase;
	font-weight: 600;
}
.sction_style5 h3 span {
	text-transform: none
}
.sl-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.9);
	opacity: .9;
	display: none;
	z-index: 1050;
}
button {
	background:transparent;
	border:none
}
.btn_style1 {
	border-radius: 0px;
	/* border: 2px solid #ffffff; */
    background: #ff5a00;
	border-radius: 4px;
	padding: 14px 50px;
	color: #ffffff;
	display: inline-table;
	text-transform: uppercase;
	letter-spacing: 1px;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-weight: 600;
}
.btn_style1:hover, .btn_style1:focus {
	outline: none;
	background: #0079fe;
	color: #ffffff;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn_style2 {
	background: #0079fe;
	padding: 10px 30px;
	border-radius: 2px;
	display: inline-table;
	font-weight: 500;
	color: #FFFFFF;
	border:none;
	outline:none;
	/* text-transform: uppercase; */
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn_style2:hover, .btn_style2:focus {
	outline:none;
	background:#ff5a00;
	color:#FFF;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.btn_style3 {
	outline: none;
	color: #0e6ab5;
	border: none;
	font-size: 16px;
	letter-spacing: 0.5px;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s;
}
.btn_style3:hover, .btn_style3:focus {
	outline:none;
	color:#c11100;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.btn_cover {
	padding:3px 10px !important;
}
.btn_style4 {
	outline: none;
	background:transparent;
	color: #333;
	font-weight: 500;
	padding: 8px 25px;
	letter-spacing: 0.5px;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 2px;
	border:1px solid #ff5a00;
	display: inline-table;
}
.btn_style4:hover, .btn_style4:focus {
	outline: none;
	color: #ffffff;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #ff5a00;
}
.btn_style4 i {
	padding-left: 8px;
}
.btn_style5 {
	transition: border-bottom 250ms;
	color: #adadad !important;
	padding: 10px 22px;
	font-size: 12px;
	font-weight: 600;
	background: #37231d;
	text-transform:uppercase;
}
.btn_style5:after {
	content:"";
	display:inline-block;
	width:6px;
	height:6px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	background-color:transparent;
	-webkit-transform:rotate(45deg) translate(1px, -2px);
	transform:rotate(45deg) translate(1px, -2px);
}
.btn_style5:hover {
	background:#c9292c;
	color: #FFF !important;
}
.btn_radius {
	border-radius:30px;
	-ms-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}
.btn_style6 {
	transition: border-bottom 250ms;
	color: #efefef !important;
	padding: 10px 30px;
	font-size: 13px;
	font-weight: 500;
	background: #4a4a4a;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_style6:hover, .btn_style6:focus {
	transition: border-bottom 250ms;
	color: #ffffff !important;
	background: #0e6ab5;
	border: none;
}
.btn_style7 {
	border: 1px solid #ff5a00;
	padding: 8px 30px;
	color: #ff5a00;
	border-radius:2px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn_style7:hover, .btn_style7:focus {
	outline: none;
	background: #ff5a00;
	color: #FFF;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
section {
	position: relative
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	background:#000;
	border-color:#000;
	color:#FFFFFF;
	outline:none;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	background:#000 !important;
	border-color:#000 !important;
	color:#FFFFFF;
	outline:none;
}
.bs-slider {
	overflow:hidden;
	max-height:100vh;
	height:100%;
	position:relative;
	background:#FFF;
	z-index: 1;
}
.bs-slider h3 {
	color: #FFFFFF;
	font-size: 2em;
	margin: 0;
	font-weight: 300;
}
.bs-slider h2 {
	color: #ffffff;
	font-size: 4em;
	font-weight: 500;
	text-transform:capitalize;
}
.logo_baner {
	position:absolute;
	bottom: 8%;
	right: 3%;
	z-index: 2;
	width: 31%
}
.bs-slider .container {
	/*	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	z-index:1;
	display:block !important;*/
	position:absolute;
	left:50%;
	top:10%;
	height:100%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translate(-50%);
	z-index:1;
	display:block !important;
}
.enquery .box_container {
	position:absolute;
	left:50%;
	top:0;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:1;
	display:block !important;
	width: 82.9%;
}
.slide_frame {
	max-width:900px;
	position:relative;
	margin:0 auto;
}
.slide_frame h3 {
	color:#FFFFFF;
	font-size:2em;
}
.slide_frame h2 {
	color: #ffffff;
	font-size: 4em;
	font-weight: 600;
	text-transform: uppercase;
}
.slide_frame:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border: 3px solid #11333a;
	border-width: 3px 0 0 3px;
	border-radius: 5px 0 0 0;
}
.slide_frame:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	border: 3px solid #11333a;
	border-width: 3px 3px 0 0;
	border-radius: 0 5px 0 0;
}
.slide_frame .bottom_corners:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border: 3px solid #11333a;
	border-width: 0 0 3px 3px;
	border-radius: 0 0 0 5px;
}
.slide_frame .bottom_corners:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	border: 3px solid #11333a;
	border-width: 0 3px 3px 0;
	border-radius: 0 0 5px 0;
}
.slide_frame:before, .slide_frame:after, .slide_frame .bottom_corners:before, .slide_frame .bottom_corners:after {
	border-color: #ffffff;
}
.bs-slider p {
	color:#FFFFFF;
}
.bs-slider:hover {
	cursor:-moz-grab;
	cursor:-webkit-grab;
	transition:all 5s ease-in-out;
}
.bs-slider:active {
	cursor:-moz-grabbing;
	cursor:-webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: 0.4;
	background: #0d2456;
	background: -moz-linear-gradient(to right, #0d2456 1%, #022846 36%, #00203a 49%, #0a1138 100%);
	background: -webkit-linear-gradient(to right, #0d2456 1%, #022846 36%, #00203a 49%, #0a1138 100%);
	background: linear-gradient(to right, #0d2456 1%, #022846 36%, #00203a 49%, #0a1138 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2456', endColorstr='#0a1138', GradientType=1 );
}
 @-webkit-keyframes zoom {
 from {
 -webkit-transform: scale(1, 1);
}
to {
	-webkit-transform: scale(1.5, 1.5);
}
}
 @keyframes zoom {
 from {
 transform: scale(1, 1);
}
to {
	transform: scale(1.5, 1.5);
}
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	margin:auto;
	width:100% !important;
}
.fade h5{ color: #000;

    text-transform: uppercase;

    font-weight: 500;

    font-size: 16px;

    margin: 0;

	padding:0px 0px 20px 0px }

img.gallery{ min-height:250px;}	

h5.gallery{ color: #000;

    text-transform: uppercase;

    font-weight: 500;

    font-size: 16px;

    margin: 0;

	padding:0px 0px 20px 0px }

a.galleryvd {

	background-color:#ff5a00;

	color:#ffffff;

	padding:10px;

	margin:10px 0px 0px 0px;

}

a.galleryvd:hover {

	background-color:#ff5a00;

	color:#ffffff;

}
.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;*/
}
.bs-slider .carousel-inner .item > img {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}
.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;
}
.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:#ffffff;
	background:#ff5a00 !important;
}
.control-round .carousel-control.left>span:nth-child(1) {
left:45%;
}
.control-round .carousel-control.right>span:nth-child(1) {
right:45%;
}
.indicators-line > .carousel-indicators {
	right:0;
	bottom:1.5%;
	left:0;
	width:100%;
	height:20px;
	font-size:0;
	overflow-x:auto;
	text-align:center;
	overflow-y:hidden;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	white-space:nowrap;
	margin:0 auto;
	position:absolute;
}
.indicators-line > .carousel-indicators li {
	padding:0;
	width:15px;
	height:15px;
	border:1px solid rgb(158, 158, 158);
	text-indent:0;
	overflow:hidden;
	text-align:left;
	position:relative;
	letter-spacing:1px;
	background:rgb(158, 158, 158);
	-webkit-font-smoothing:antialiased;
	-webkit-border-radius:50%;
	border-radius:50%;
	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:0 0 0 2px #fff;
	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(0.5);
	background-color:#fff;
	content:"";
	position:absolute;
	left:-1px;
	top:-1px;
	width:15px;
	height:15px;
	border-radius:50%;
	-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;
}
.clall_us {
	/*height: 76.999vh;*/
	min-height: 526px;
}
.clall_usiner {
	min-height: 426px;
	position:relative;
}
.clall_us .box_call, .clall_usiner .box_call {
	position: absolute;
	width: 100%;
	display: inline-block;
	bottom: 0;
	align-items: center;
}
.clall_us .box_call div:first-child, .clall_usiner .box_call div:first-child {
	height: 115px;
	width: 115px;
	background: #eee;
	border-radius: 100%;
	text-align: center;
	overflow: hidden;
	padding-top: 22px;
	float: left;
	margin-right: 15px;
	display: inline-block;
}
.clall_us .box_call div, .clall_usiner .box_call div {
	background: #c11100;
	/* height: 100px; */
    width: 100%;
	position: relative;
}
.clall_us .box_call div h2, .clall_usiner .box_call div h2 {
	font-size: 35px;
	color: #FFFFFF !important;
	letter-spacing: 2px;
	text-align: center;
}
.clall_usiner .box_call div:last-child {
	line-height: 100px;
	display: inline-block;
	padding: 30px 0px;
	color: #FFF;
	float: left;
	width: 80.9%;
}
.clall_us .box_call div:last-child {
	line-height: 100px;
	display: inline-block;
	padding: 30px 0px;
	color: #FFF;
	float: left;
	width: 81.43%;
}
.clall_us .box_call div:first-child img, .clall_usiner .box_call div:first-child img {
	margin:0 auto
}
.clall_us .box_call div h2 span, .clall_usiner .box_call div h2 span {
	font-weight:bold;
	color: #FFF;
}
.clall_us .box_call div:last-child:before, .clall_usiner .box_call div:last-child:before {
	position:absolute;
	top:0;
	height:100%;
	width:30px;
	background:url(../images/curve.png);
	left:-28px;
	content:'';
	background-size: cover;
}
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/

.demo {
	width:100%;
}
.demo .close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: none;
	filter: alpha(opacity=20);
	opacity: 1;
}
.demo .modal-title {
	color:#FFFFFF
}
/* ----- MODAL STYLE ----- */
.demo .modal-content {
	border-radius: 0;
	border: none;
}
.demo .modal-header {
	border-bottom-color: #0e6ab5;
	background-color: #0e6ab5;
}
.demo .modal-body {
	position: relative;
}
/* ----- v CAN BE DELETED v ----- */
	.modal.right .modal-dialog {
	position: absolute;
	margin: auto;
	width: 50%;
	left: 50%;
	top: 50%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
/*Right*/

.btn-demo {
	margin: 15px;
	padding: 10px 15px;
	border-radius: 0;
	font-size: 16px;
	background-color: #FFFFFF;
}
.btn-demo:focus {
	outline: 0;
}

.col_column {
	min-height:600px;
	background:url(../images/about.jpg);
	background-repeat:no-repeat;
}

.col_column1 {
	min-height:600px;
	background:url(../images/MRRT-2.jpg);
	background-repeat:no-repeat;
}
.mid_section {
	display: table;
	height: 560px;
	background: #faf9f6;
}
.mid_section h3 {
	text-transform: uppercase;
	color: #ff5a00 !important;
	font-size: 25px !important;
}
.mid_section .col_center {
	display: table-cell;
	
}
.ovelay_1 {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.35);
	left: 0;
}
.breadcrumb a {
	color:#ff5a00
}
.breadcrumb>.active {
	color:#FFF;
}
.breadcrumb {
	padding:8px 0px;
	margin-bottom:0px;
	list-style:none;
	background-color:transparent;
	border-radius:4px;
	font-size:16px;
}
.breadcrumb>li+li:before {
	padding:0 15px;
	color:#FFF;
	content:"/\00a0";
}
.gallery .col-md-3, .gallery .col-sm-4 {
	padding: 0;
}
.box_images {
	overflow: hidden;
	box-sizing: border-box;
	background: #000;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
}
.box_images img {
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
	height: 478px;
}
.box_gallery {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	border-radius: 4px;
}
.gallery a img {
	height: auto;
 -webkit-transition: -webkit-transform .15s ease;
 -moz-transition: -moz-transform .15s ease;
 -o-transition: -o-transform .15s ease;
 -ms-transition: -ms-transform .15s ease;
 transition: transform .15s ease;
	position: relative;
}
.zoomer_bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.58);
	padding: 10px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.zoomer_bg i {
	left: 50%;
	top: 50%;
	color: #FFFFFF;
	position: absolute;
	background: #16938b;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	vertical-align: middle;
	text-align: center;
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.box_gallery:hover .zoomer_bg {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.box_gallery img {
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}
.gallery .col-md-3, .gallery .col-sm-4 {
	padding:10px;
}
.gallery a {
	overflow:hidden;
}
.gallery a img {
	/*float: left;
  width: 20%;
  border: 1px solid #fff;*/
  height: auto;
	-webkit-transition: -webkit-transform 1s ease;
	-moz-transition: -moz-transform 1s ease;
	-o-transition: -o-transform 1s ease;
	-ms-transition: -ms-transform 1s ease;
	transition: transform 1s ease;
	position: relative;
}
/* line 46, ../sass/demo.scss */
.gallery a:hover img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: -webkit-transform 1s ease;
	-moz-transition: -moz-transform 1s ease;
	-o-transition: -o-transform 1s ease;
	-ms-transition: -ms-transform 1s ease;
	transition: transform 1s ease;
	z-index: 5;
}
.gallery .carousel-control {
	position: absolute;
	top: 50%;
	bottom: 0;
	height: 50px;
	left: 0;
	line-height: 47px;
	width: 7%;
	font-size: 20px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgb(0, 0, 0);
	filter: alpha(opacity=50);
}
.gallery .carousel-control.right {
	right: 0;
	left: auto
}
.gallery .carousel-control.left {
	left: 0;
	right: auto
}
.video_gallery {
	position: relative;
	width: 100%
}
.box_gallery a {
	display: block
}
.box_gallery a .icon_video {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #ffffff;
	border-radius: 100%;
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.6196078431372549);
	opacity:0;
	visibility:hidden;
	-webkit-transition: 0.5s ease-out;
	-ms-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
.box_gallery a .icon_video i {
	text-align: center;
	background: #c9292c;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	line-height: 34px;
	margin-top: 8px;
	color: #FFF;
}
.video_gallery:hover a .icon_video {
	opacity:1;
	visibility:
 visible;
	-webkit-transition: 0.5s ease-out;
	-ms-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
.control-round .carousel-control.left {
	left:1%;
}
.control-round .carousel-control.right {
	right:1%;
}
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	z-index: 9;
	color: #ffffff;
	display: none;
	font-size: 30px;
	cursor: pointer;
	overflow: hidden;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	border-radius: 50%;
	background: rgba(11, 18, 57, 0.32);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	font-weight: 100;
}
.control-round:hover .carousel-control {
	display:block;
	-ms-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
}
.indicators-line > .carousel-indicators li {
	width:2%;
	height:5px;
	border:none;
	margin:0px 4px;
	text-indent:0;
	overflow:hidden;
	text-align:left;
	position:relative;
	letter-spacing:1px;
	background: rgba(255, 255, 255, 0.53);
	border: 1px solid rgba(255, 255, 255, 0.53);
	-webkit-font-smoothing:antialiased;
	-webkit-border-radius:10px;
	border-radius:0px;
	margin-right:0px;
	-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:999;
	cursor:pointer;
}
.indicators-line > .carousel-indicators .active {
	margin:0px 4px;
	box-shadow:none;
	background-color:#c9292c;
	border:1px solid #c9292c;
	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.5s ease;
	-moz-transition:background-color 0.5s ease;
	-o-transition:background-color 0.5s ease;
	transition:background-color 0.5s ease;
}
.indicators-line > .carousel-indicators .active:before {
	transform:scale(0.0);
	background-color:#c9292c;
	content:"";
	position:absolute;
	left:-1px;
	top:-1px;
	width:20px;
	height:5px;
	border-radius:50%;
	-webkit-transition:background-color 0.5s ease;
	-moz-transition:background-color 0.5s ease;
	-o-transition:background-color 0.5s ease;
	transition:background-color 0.5s ease;
}
 .box_row [class*='col-'] {
padding:0 5px;
}
.parallax-window {
	min-height: 600px;
	background: transparent;
}
#frmcontact .form-control {
	display: block;
	width: 100%;
	height: 46px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ffffff;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-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;
	font-weight: 400;
	letter-spacing: .5px;
	box-shadow: 0px 1px 3px rgba(150, 146, 144, 0.44);
}
#frmcontact .form-control:focus {
	border-color: rgba(255, 90, 0, 0.55);
	box-shadow: inset 0 0 0 3px rgba(255, 90, 0, 0.55);
}
#frmcontact .form-control:not(input) {
 height: auto!important;
}
.testimonilas h3 {
	color: #fdca0f;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
}
.sction_style1 {
	position:relative;
}
/* .sction_style1 [class*='col-'] {
display:-ms-flex;
display:-webkit-flex;
display:-o-flex;
display:block;
align-items:left;
}*/
.sction_style1 h2 {
	position: relative;
	padding: 0;
	font-size: 40px;
	color: #FFF;
	font-weight: 600;
	margin: 0;
}
.sction_style1 h3 {
    position: relative;
    padding-bottom: 10px;
    font-size: 20px;
    color: #292929;
    font-weight: 500;
    margin: 0;
}
.sction_style1 h4 {
	position: relative;
	padding-bottom: 10px;
	font-size: 25px;
	color: #FFF;
	font-weight: 500;
	margin: 0;
}
.color_themes {
	color:#09928a
}
 .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
 border-radius: 3px;
}
.btn-group>.btn:nth-child(2) {
background:#dde0e0;
}
.btn-group>.btn:nth-child(3) {
background:#fbb730;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
 border-radius: 3px;
 background: #f3c4b3;
}
.table-bordered>tbody>tr:first-child{background:#f7f7f7 !important}
.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 #e1e3e4;
}
.table-bordered>tbody>tr>th {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #232323;
    padding: 12px 8px;
}
.customNavigation a {
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.bigger-title-footer {
	font-size:34px;
	color:#696969;
	margin:12px 0;
	font-weight:300;
	line-height:40px;
}
.pagination > li {
	display: inline-block;
	vertical-align: middle;
	margin: 2px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-radius: 100%;
}
ul.pagination > li > a {
	display: block;
	width: 36px;
	height: 36px;
	font-weight: 300;
	line-height: 32px;
	border:1px solid #ccc;
	text-align: center;
	background: transparent;
	color: #483949;
	border-radius: 50%;
	font-size: 20px;
	padding: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.prev-page, .next-page {
	color: #483949!important;
	background: none!important;
	box-shadow: none!important;
}
ul.pagination>li:first-child>a, ul.pagination>li:first-child>span {
	margin-left: 0;
	border-radius: 100%;
}
ul.pagination>li:last-child>a, ul.pagination>li:last-child>span {
	border-radius: 100%;
}
.prev-page::before, .next-page::before {
font-family: 'Material-Design-Iconic-Font';
font-size: 24px;
}
.prev-page::before {
content: '\f2ff';
}
.next-page::before {
content: '\f301';
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #c9292c;
	border-color: #c9292c;
}
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: #c9292c;
	color: #FFF;
	box-shadow: 0px 5px 10px 0px rgb(201, 41, 44);
	border-radius: 100%;
	border: 1px solid #c9292c;
}
.postion_index {
	position:relative;
	z-index:1
}
.widgest_header {
	position: relative;
	padding: 15px 20px;
	background-color: #c11100;
}
.widgest_header .title {
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #ffffff;
	margin: 0;
	text-align:center;
	font-weight: 500;
}
.widgest_header:after {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	border-top: 8px solid #c11100;
	bottom: -6px;
	content: " ";
	left: 40px;
	margin-left: -5px;
	z-index: 1;
	left: 50%;
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.col_list {
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	position: relative;
	-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;
	transition: 0.5s ease-in-out;
}
.col_list ul {
	margin:0;
	list-style-type:none;
	list-style:none;
	padding:0 20px;
}
.col_list ul li {
	display: flex;
	align-items: center;
	justify-content: left;
}
.col_list ul li div {
	margin-right:10px;
}
.col_list ul li div:first-child {
	margin-right:10px;
}
.col_list ul li .box_1 {
	width:25%
}
.col_list ul li .box_2 {
	width:75%
}
.col_list ul li span {
	color:#999999
}
.col_list ul li i {
	font-size: 15px;
	margin-right: 8px;
	color: #909090;
}
.col_list ul li .row {
	width:100% !important
}
.col_list ul li .row div {
	margin:0;
}
.col_list ul li:last-child {
	border-top: 1px solid #eaeaea;
	margin-top: 15px;
	padding-top: 10px
}
#form_id_1 .form-control {
	display:block;
	width:100%;
	height:46px;
	padding:6px 12px;
	font-size:14px;
	font-weight:400;
	line-height:1.42857143;
	color:#0c0a0a;
	background-color:#fff;
	background-image:none;
	border:1px solid #dcdcdc;
	border-radius:0px;
	-webkit-box-shadow:none;
	box-shadow:none;
-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-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;
}
#form_id_1 .form-control:focus {
	border-color: rgb(153, 205, 247);
	box-shadow: inset 0px 0px 0px 3px rgb(159, 200, 232);
}
#form_id_1 textarea.form-control {
	height:auto;
}
#form_id_1 textarea.form-control select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	color:#FFF;
}
#form_id_1 .field-label {
	display:block;
	text-transform:uppercase;
	color:#565252;
	line-height:24px;
	margin-bottom:2px;
	font-size:14px;
	font-weight:600;
	letter-spacing:0.5px;
}
#form_id_1 .field-label .req {
	color:#66bc46;
	font-size:16px;
}
#form_id_1 label {
	font-weight: 500;
	color: #4c4c4c;
	font-size: 15px;
}
/*the container must be positioned relative:*/
.custom-select {
	position: relative;
	font-family: Arial;
}
.custom-select select {
	display: none; /*hide original SELECT element:*/
}
.select-selected {
	background-color: white;
}
/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '\f2fe';
	width: 45px;
	height: 100%;
	background: #c11100;
	color: #FFF;
	padding-top: 15px;
	text-align: center;
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	width: 45px;
	height: 100%;
	background: #48a3ec;
	color: #FFF;
	content:'\f303';
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
	color: #4f5152;
	padding: 5px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(14, 106, 181, 0.09) transparent;
	cursor: pointer;
	user-select: none;
}
.select-selected {
	color:#9e9c9c;
	padding:8px 15px;
}
/*style items (options):*/
.select-items {
	position: absolute;
	background-color: #ffffff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	height: 394px;
	overflow-x: hidden;
}
/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}
.select-items div:hover, .same-as-selected {
	background-color: rgb(243, 243, 243);
	border-color: transparent transparent rgb(229, 229, 229) transparent;
	color: #0aa3ff;
}
.contact_box {
	width: 100%;
	display: table;
}
.contact_box div {
	vertical-align: middle;
	display: table;
}
.contact_box h3, .contact_box h5 {
	color:#4a4a4a !important;
}
.contact_box i {
	float: left;
	font-size: 3em;
	color: #cccccc;
	margin-right: 2px;
	position: relative;
	width: 50px;
}
.tittle_top {
	margin-bottom:1em;
	padding:0;
	position:relative;
}
.tittle_top h2 {
	font-size: 3rem;
	font-weight: 600;
	color: #333;
	position: relative;
	margin-top: 0;
	line-height: 31px;
	letter-spacing: 1px;
	padding-bottom: 14px;
	position: relative;
	text-transform: uppercase;
	text-align:center;
}
.tittle_top h2:before {
	position: absolute;
	left: 50%;
	top: 100%;
	height: 2px;
	background: #ff5a00;
	content: '';
	width: 100px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tittle_top h2:after {
	position: absolute;
	left: 50%;
	top: 100%;
	height: 8px;
	background: #ff5a00;
	content: '';
	width: 8px;
	margin-top: -3px;
	-o-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
.tittle_center {
	margin-bottom:1em;
	padding:0;
	position:relative;
	text-align:center;
}
.tittle_center h2 {
	font-size:3rem;
	font-weight:500;
	color:#ffffff;
	margin-top: 0;
	line-height: 31px;
	letter-spacing: 1px;
	padding-bottom: 14px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}
.tittle_center h2:after {
	position: absolute;
	left: 50%;
	top: 100%;
	height: 8px;
	background: #ff5a00;
	content: '';
	width: 8px;
	margin-top: -3px;
	-o-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
.tittle_center h2:before {
	position: absolute;
	left: 50%;
	top: 100%;
	height: 2px;
	background: #ff5a00;
	content: '';
	width: 100px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tittle_1 {
	margin-bottom:1em;
	padding:0;
	position:relative;
}
.tittle_1 h3 {
	color: #353535;
	position: relative;
	margin-top: 0;
	line-height: 38px;
	position: relative;
	font-weight: 600 !important;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-size: 24px !important;
}
.tittle_1 h3 span {
	color:#0e6ab5;
}
.tittle_1 h3:after {
	height: 2px;
	background: #c11100;
	width: 86px;
	top: 100%;
	position: absolute;
	content: '';
	left: 0;
}
.tittle_2 {
	margin-bottom:1em;
	padding:0;
	position:relative;
}
.tittle_2 h2 {
	font-size:3rem;
	font-weight:500;
	color:#FFF !important;
	position:relative;
	margin-top:0;
	line-height:38px;
	position:relative;
	font-weight: 600;
	padding-bottom: 8px;
	text-transform:uppercase;
}
.tittle_2 h2 span {
	color:#0e6ab5;
}
.tittle_2 h2:after {
	height: 2px;
	background: #ffffff;
	width: 8%;
	top: 100%;
	position: absolute;
	content: '';
	left: 50%;
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}
.tittle_left {
	margin-bottom:1em;
	padding:0;
	position:relative;
	text-align:left;
}
.tittle_left h2 {
	font-size:3rem;
	font-weight:500;
	color:#404040;
	position:relative;
	margin-top:0;
	line-height:38px;
	position:relative;
	font-weight: 600;
	padding-top:15px;
}
.tittle_left .h2 {
	color:#FFF !important
}
.tittle_left h2:after {
	height: 14px;
	border: 2px solid #c11100;
	border-radius: 0;
	width: 14px;
	top: -6px;
	margin-left: 4px;
	position: absolute;
	content: '';
	left: 10px;
}
.tittle_left h2:before {
	height: 16px;
	width: 16px;
	top: -15px;
	position: absolute;
	border: 2px solid #0e6ab5;
	border-radius: 0;
	content: '';
	left:0;
}
.min_height {
	min-height:190px;
}
.min_height .read_more {
	position:absolute;
	right:30px;
	bottom:0px;
}
.para_with {
	max-width:850px;
	margin:0 auto
}
.vertical_box {
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	position: relative;
	-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;
	transition: 0.5s ease-in-out;
}
.vertical_box a {
	color:#474747
}
.corner:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: 30px;
	height: 30px;
	border: 2px solid #0e6ab5;
	border-width: 2px 0 0 2px;
	border-radius: 2px 0 0 0;
}
.corner:after {
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	width: 30px;
	height: 30px;
	border: 2px solid #0e6ab5;
	border-width: 2px 2px 0 0;
	border-radius: 0 2px 0 0;
}
.corner .bottom_corners:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: -2px;
	width: 30px;
	height: 30px;
	border: 2px solid #0e6ab5;
	border-width: 0 0 2px 2px;
	border-radius: 0 0 0 2px;
}
.corner .bottom_corners:after {
	content: "";
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 30px;
	height: 30px;
	border: 2px solid #0e6ab5;
	border-width: 0 2px 2px 0;
	border-radius: 0 0 2px 0;
}
.corner:hover .bottom_corners:before, .corner:hover .bottom_corners:after, .corner:hover:before, .corner:hover:after {
	border-color:#c11100;
	height:100%;
	width:100%;
	-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;
	transition: 0.5s ease-in-out;
}
.vertical_box i {
	font-size:5em;
	color:#0e6ab5;
	transition: 0.5s ease-in-out;
}
.vertical_box:hover:before {
	width:100%;
	-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;
	transition: 0.5s ease-in-out;
}
.vertical_box:hover i {
	-webkit-animation: rubberBand 0.5s;
	animation: rubberBand 0.5s;
	color:#c11100;
}
.list_items,.list_items1 {
	width:100% !important;
}
.list_items ul,.list_items1 ul {
	display:block;
	list-style-type:none;
	padding-left:15px;
}
.list_items ul li{
	display:block;
	list-style-type:none;
	font-weight:400;
	line-height:20px;
	position:relative;
	padding-left:20px;
	padding-top:10px;
	font-weight:400;
	font-size:15px;
	color:#474747;
}
.list_items ul li {
	background:transparent !important;
	border:none !important;
	position:relative;
}
.list_items1 ul li {
padding:4px;
position:relative;
}
.list_items1 ul li:before {
	position: absolute;
	left: -10px;
	top: 14px;
	color: #ff000a;
	background:#222;
	content: '';
	width: 4px;
	height: 4px;
	line-height: 20px;
}
.list_items ul li:before {
	position: absolute;
	left: -15px;
	top: 12px;
	border: 1px solid #106bb5;
	color: #ff000a;
	content: '\f26b';
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	line-height: 20px;
	text-align: center;
	font-weight: 600;
}
.list_items ul li:after {
	position: absolute;
	left: -10px;
	top: 34px;
	content: '';
	border-left: 12px solid #8aa3ad;
	border-top: 0px solid transparent;
	border-bottom: 1px solid transparent;
	float: left;
	margin-top: -2px;
	border-radius: 50px;
}
.pagination {
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:0;
}
.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%;
}
.footer{position:relative; z-index:1}
.footer h2 {
	font-weight:600;
	text-transform:uppercase;
	font-size:1.8rem;
	letter-spacing:1px;
	color:#ffffff;
}
.footer .logo {
	max-width:250px;
}
.footer .logo svg text {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}
.footer .scocial_media {
	width:100%;
}
.footer .scocial_media ul {
	display:flex;
	display:-webkit-flex;
	flex-flow: wrap;
	vertical-align:text-top;
	margin:0;
	padding:0;
}
.footer .scocial_media ul li {
	margin:2px 0px;
	display:inline-block;
	position:relative;
	top:0px;
	-o-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.footer .scocial_media ul li:first-child {
	margin-left:0
}
.footer .scocial_media ul li a {
	display:block;
	color:#FFF;
	text-transform:inherit;
	font-weight:400 !important;
	font-size:20px;
	font-size:14px;
	text-align:center;
	-o-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
	transform:scale(1);
	width: 32px;
	line-height: 32px;
	height: 32px;
	border-radius: 100%;
}
.footer .scocial_media ul li a:hover {
	background: #ff5a00;
	-o-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
.footer button:hover, .footer button:focus {
	border:2px solid #FFF;
}
.footer .footer_bg {
	background:#082b73;
}
.footer .footer_bg h3 {
	font-size: 1.4em;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
}
.footer .footer_bg hr {
    margin-top: 6px;
    margin-bottom: 6px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10980392156862745);
}
.footer .footer_bg p {
	color:#dbe1ef;
	font-size:13px;
	line-height: 20px;
}
.contact_info {
	width:100%
}
.contact_info ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.contact_info ul li {
	position: relative;
	border-bottom: 1px solid #274686;
	line-height: 32px;
}
.contact_info ul li span {
	position:absolute;
	left:2px;
	top:6px;
}
.contact_info ul li a {
	color: #dbe1ef;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 13px;
	position:relative;
	padding-left: 15px;
}
.contact_info ul li a:before {
	position: absolute;
	left: 0px;
	top: 0;
	display: inline-block;
	content: '\f2fb';
	height: 1px;
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
	width: 9px;
	float: left;
	font-size: 20px;
	color: #ff5a00;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.contact_info ul li a:hover:after {
	top:100%;
	opacity:0;
}
.contact_info ul li a:hover {
	color:#ff5a00;
	-ms-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.foot_nav {
	width:100%
}
.foot_nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.foot_nav ul li {
    position: relative;
    color: #dbe1ef;
    display: block;
    padding-left: 26px;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 20px;
}
.foot_nav ul li i {
	position:absolute;
	left:0;
	top:6px;
	font-size: 20px;
}
.foot_nav ul li span {
	font-size: 16px;
	padding-right: 15px;
	text-transform: uppercase;
}
.foot_nav ul li a {
	color: #ffffff;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 13px;
}
.foot_nav ul li a:hover {
	color:#ff5a00;
	-ms-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.footer-copyright {
	width: 100%;
	background: #082b73;
	border-top: 1px solid #274686;
}
.footer-copyright p {
	color:#ccd0d4;
	margin-bottom:0;
	font-size:13px;
}
.footer-copyright a {
	color:#afb2b3
}
.footer-copyright a:hover {
	color:#FFF
}
.footer-copyright small {
	font-size:16px;
	color:#a6c1d6;
}

 @media (min-width:1200px) {
.container, .enquery .box_container {
width:1200px;
 margin: 0 auto;
}
}
 @media (max-width:1200px) {
.main-header .logo {
    position: relative;
    width: 218px;
    height: 88px;
    top: 16px;
}
}
 @media (max-width:1199px) {
.clall_usiner, .clall_us {
 min-height: 426px;
 position: relative;
}
.clall_usiner .box_call div:last-child, .clall_us .box_call div:last-child {
 line-height: 100px;
 display: inline-block;
 padding: 30px 0px;
 color: #FFF;
 float: left;
 width: auto;
}
h2 {
    font-size: calc(6vw - 2rem);
    line-height: 1.2;
}
}
 @media only screen and (max-width:991px) {
 .main-header .logo {
 position: relative;
 z-index: 123;
 padding: 0px 0px;
 color: #6DDB07;
    /* float: left; */
    margin: 0 auto;
 width: 296px;
 height: 72px;
 top: 0px;
 left: 15px;
 font-family: 'Open Sans', sans-serif;
 -ms-transition: 0.5s;
 -o-transition: 0.5s;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 transition: 0.5s;
}

#cssmenu {
width:100%;
margin:0;
}
#cssmenu ul {
 width: 100%;
 display: none;
 z-index: 9;
 position: absolute;
 background: #0e6ab5;
 padding-bottom: 0px;
 top: 100%;
 overflow-y: scroll;
 margin-top: 6px;
 height: 100vh;
}
#cssmenu ul li {
width:100%;
border-bottom: 1px solid #277dc3;
}
#cssmenu ul li:first-child {
width:100%;
border-bottom:none;
}
#cssmenu ul li:last-child {
width:100%;
border-bottom:none;
}
#cssmenu > ul > li {
float:left;
margin:0px 0px;
}
#cssmenu > ul > li > a {
 padding: 17px;
 font-size: 14px;
 text-decoration: none;
 color: #d4d4d4;
 font-weight: 500;
}
#cssmenu ul li:hover {
background:#363636;
}
#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
}
#cssmenu > ul > li {
float:none
}
#cssmenu ul ul li a {
padding-left:18px
}
#cssmenu ul ul li {
background:#181f44 !important;
}
#cssmenu ul ul li:hover {
background:#16938b !important
}
#cssmenu ul ul ul li a {
padding-left:35px
}
#cssmenu ul ul li a {
color:#8e8c8c;
background:none
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
color:#FFF
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
color:#FFF;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
-webkit-transition:background .3s ease;
-ms-transition:background .3s ease;
transition:background .3s ease;
background:#ff5a00
}
#cssmenu ul li.active:after, #cssmenu ul li:hover:after, #cssmenu ul li.has-sub.active:hover {
position:absolute;
left:0;
top:100%;
width:100%;
content:'';
border-bottom:0px solid #1f5ca9;
z-index:9;
}
#cssmenu ul ul, #cssmenu ul ul ul {
position:relative;
left:0;
width:100%;
margin:0;
text-align:left;
top:0;
}
#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 li:hover > ul {
 border-top: 1px solid #232323;
}
#cssmenu #head-mobile {
display:block;
padding:23px 0;
color:#ddd;
font-size:12px;
font-weight:700;
}
.button {
 width: 48px;
 height: 42px;
 position: absolute;
 right: 20px;
 top: 50%;
 cursor: pointer;
 z-index: 12399994;
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
.button:after {
position:absolute;
top:10px;
right:10px;
display:block;
height:8px;
width:28px;
border-top:2px solid #616161;
border-bottom:2px solid #616161;
content:''
}
.button:before {
-webkit-transition:all .3s ease;
-ms-transition:all .3s ease;
transition:all .3s ease;
position:absolute;
top:22px;
right:10px;
display:block;
height:2px;
width:28px;
background:#616161;
content:''
}
.button.menu-opened:after {
-webkit-transition:all .3s ease;
-ms-transition:all .3s ease;
transition:all .3s ease;
top:20px;
border:0;
height:3px;
width:28px;
background:#ffffff;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg)
}
.button.menu-opened:before {
top:20px;
background:#ffffff;
width:28px;
 height: 3px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg)
}
 .button.menu-opened {
 background: #0079fe;
 border-radius: 2px;
}
#cssmenu .submenu-button {
 position: absolute;
 z-index: 199;
 right: 0;
 top: 0;
 display: block;
 border-left: 1px solid #202646;
 height: 48px;
 width: 48px;
 cursor: pointer;
 background: #0b1239;
}
#cssmenu .submenu-button.submenu-opened {
background:#181f44
}
#cssmenu ul ul .submenu-button {
height:34px;
width:34px
}
#cssmenu .submenu-button:after {
position:absolute;
top:22px;
right:19px;
width:8px;
height:2px;
display:block;
background:#8e8c8c;
content:''
}
#cssmenu ul ul .submenu-button:after {
top:15px;
right:13px
}
#cssmenu .submenu-button.submenu-opened:after {
background:#bbbbbb
}
#cssmenu .submenu-button:before {
position:absolute;
top:19px;
right:22px;
display:block;
width:2px;
height:8px;
background:#8e8c8c;
content:''
}
#cssmenu ul ul .submenu-button:before {
top:12px;
right:16px
}
#cssmenu .submenu-button:hover:before, #cssmenu .submenu-button:hover:after {
background:#FFF
}
#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
}
.bs-slider .container {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 -moz-transform: translate(-50%, -50%);
 -o-transform: translate(-50%, -50%);
 -o-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 z-index: 1;
 display: table !important;
 width: 100%;
 height: 100%;
 margin: 0 auto;
}
 .bs-slider h2 {
 color: #ffffff;
 font-size: 2em;
 font-weight: 500;
 text-transform: capitalize;
}
 .sction_style2 {
 height: 100%;
}
.slide_frame h2 {
 font-size: 2em;
 font-weight: 600;
}
}
@media (max-width:1000px) {
.fixed-enquiry {
    position:relative !important;
    top: 0px;
    right: 0;
    z-index: 999;
    max-width: 100%;
    transition: linear 2s ease;
}
}


 @media (max-width: 768px) {
#cssmenu ul ul {
opacity:1 !important;
visibility:visible !important;
position:relative !important
}
#cssmenu li > ul {
opacity:1 !important;
visibility:visible !important
}
 .modal.right .modal-dialog {
 position: fixed;
 margin: auto;
 width: 100%;
 height:auto;
 transform: none;
}
 .modal.right .modal-dialog {
 height:100%;
}
 .modal.right.fade.in .modal-dialog {
		/*right: 0;*/
    right: 0;
 left: auto;
 top: 0;
 transform:none;
}
 .modal.right.fade .modal-dialog {
 right: -100%;
}

 .sction_style1 .row [class*='col-'] {
 margin-left: 0px;
 padding: 5px 25px;
}
 .col_contact ul, .social_media ul {
 display: block;
 list-style: none;
 margin-bottom: 0px;
}
.enquery .box_container {
 position:relative;
 left:0;
 top:20px;
 transform:none !important;
 z-index:1;
 display:block !important;
 width:100%;
}
.clall_us {
 height:100%;
}
.clall_us .box_call {
 position: relative;
 top: 100%;
 width: 100%;
 display: flex;
 align-items: center;
 background: #c11100;
}
.carousel-indicators {
 bottom: 5%;
}
.no-maxpadding {
padding:0 !important
}
.texcenter_xs {
text-align:center !important
}
h2 {
    font-size: calc(8vw - 2rem);
    line-height: 1.2;
}
}
 @media only screen and (max-width:767px) {
.text-xcenter {
text-align:center !important
}
}
@media (max-width: 480px) {
.control-round .carousel-control {
 top: 36% !important;
 opacity: 0;
 width: 40px !important;
 height: 40px !important;
 line-height: 40px !important;
}
}

.embed-video {margin:0 0 23px}

.video-container {position:relative; padding-bottom:47.70%; height:0; overflow:hidden}

.video-container iframe,.video-container object,.video-container embed {position:absolute; top:0; left:0; border:0; width:100%; height:100%}