@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700&display=swap);
	

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, rubsey, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, * focus {
	outline: none!important;
	margin: 0;
	padding: 0;
}

a {
  color: inherit!important;
  text-decoration: none!important;
}
a:hover {
  color: inherit!important;
  text-decoration: none!important;
}

html, body {
    height:100%;
}
body {
	font-weight:400!important;
	font-style:normal!important;
	line-height: 28px!important;
	font-size: 15px!important;
	color: #222!important;
	text-decoration: none;
	height:100%;
	background-color:#fff!important;
    font-family: 'Poppins', sans-serif!important;
}
@media screen and (max-width: 768px) {
body {
	line-height: 26px!important;
	font-size: 14px!important;
}
}
.sticky{
	position: fixed;
	z-index:999!important;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	padding:5px 0;
	box-shadow:0px 0px 12px rgba(0,0,0,.1);
	background: linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,1));
	height:auto;
	max-height:60px;
}
.sticky .logo{
	display:block;
}
.sticky .logo2{
	display:none;
}
.sticky .top-nav{
	display:none;
}
.sticky .logo span{
	position:relative;
	z-index:auto;
	top:auto;
	background-color:#fff;
	display:block;
	margin:0 0 0 0;
	padding:0;
	display:inline-block;
	box-shadow:0px 3px 3px -3px rgba(0,0,0,0);
}
.sticky .logo img{
	height:auto!important;
	width:auto!important;
	max-width:90%!important;
	max-height:50px!important;
	padding:0;
	margin:0;
}
.sticky .header-r{
	padding-top:5px;
}
.top-nav{
	line-height:40px;
	height:40px;
	text-align:right;
	background-color:#081528;
	color:#fff;
}
.top-nav .container{
	padding-top:0!important;
	padding-bottom:0!important;
}
.top-nav span{	
	margin-left:20px;
	padding-left:20px;
	border-left:solid 1px rgba(255,255,255,.5);
}
.top-nav i{
	color:#fe982f;
	margin:0 5px 0 0;
}
.top-nav span.no-bdr{
	border-left:solid 1px rgba(255,255,255,.0);
}
header{
	background-color:#fe982f;
	width:100%;
	padding:10px 0;
	font-weight:500;
	border-bottom:solid 1px rgba(0,0,0,0);
	/*-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;*/
}
header .container{
	padding-top:0!important;
	padding-bottom:0!important;
}
header .logo{
	float:left;
	width:35%;
	text-align:left;
	overflow:hidden;	
}
header .logo img{
	height:80px;
	width:auto;
	max-width:100%!important;
}
header .logo span{
	position:absolute;
	z-index:10;
	top:-50px;
	background-color:#fff;
	display:block;
	margin:0 0 0 0;
	padding:25px;
	display:inline-block;
	box-shadow:0px 3px 3px -3px rgba(0,0,0,.3);
}
header .logo a{
	display:block;
}
header .logo2{
	display:none;
	float:left;
	width:35%;
	text-align:left;
	overflow:hidden;
}
header .logo2 img{
	height:auto;
	width:auto;
	max-width:100%!important;
}
header .header-r{
	float:left;
	width:65%;
	padding:0;
}


@media screen and (max-width: 768px) {
.top-nav{
	line-height:40px;
	font-size:12px;
	text-align:right;
	background-color:#081528!important;
}
.top-nav .container{
	padding-right:60px;
}
.top-nav span{	
	margin-left:5px;
	padding-left:5px;
}
.top-nav i{
	color:#fe982f;
	margin:0 5px 0 0;
}
header{
	background-color:#fe982f;
	width:100%;
	padding:10px 0;
	font-weight:500;
	border-bottom:solid 1px rgba(0,0,0,0);
	/*-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;*/
}
header .container{
	padding-top:0!important;
	padding-bottom:0!important;
}
header .logo{
	float:left;
	width:35%;
	text-align:left;
	overflow:hidden;	
}
header .logo img{
	height:50px;
	width:auto;
	max-width:100%!important;
}
header .logo span{
	position:absolute;
	z-index:10;
	top:-50px;
	background-color:#fff;
	display:block;
	margin:0 0 0 0;
	padding:10px;
	display:inline-block;
	box-shadow:0px 3px 3px -3px rgba(0,0,0,.3);
}
header .logo a{
	display:block;
}
header .logo2{
	display:none;
	float:left;
	width:35%;
	text-align:left;
	overflow:hidden;
}
header .logo2 img{
	height:auto;
	width:auto;
	max-width:100%!important;
}
header .header-r{
	float:left;
	width:65%;
	padding:0;
}
}

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

h1, h2,h3{
    font-family: 'Josefin Sans', sans-serif!important;	
}
h1 {
	font-size:42px!important;
	padding:0 0!important;
	margin:0 0 10px 0!important;
	color:#081427!important;
	font-weight:700!important;
}
h1 a {
	color: #333333;
	text-decoration: none;
}
h2 {
	font-size:28px!important;
	padding:0 0 10px 0!important;
	margin:0 0 10px 0!important;
	color:#081427!important;
	font-weight:700!important;
}
.round-heading{
	margin-top:-30px;
}
.round-heading h2{
	display:inline-block;
	background: linear-gradient(180deg, rgba(255,255,255,1), rgba(250,250,250,1));
	padding:5px 20px!important;
	border-radius:20px;
	border:solid 2px #fff;
	box-shadow:0px 2px 8px rgba(0,0,0,.1);
	font-size:20px!important;
	margin:0!important;
}

h3 {	
	font-size: 20px!important;
	text-decoration: none;
	color: #081427!important;
	position:relative;
	padding:0 0 0 0!important;
	margin:0 0 5px 0!important;
	font-weight:700!important;
}
.container2 h3 {	
	color: #fff;
}
h3 a {
	color: #333333;
	text-decoration: none;
	line-height: 25px;
}
h3  a:hover {
	text-decoration: underline;
}
h4 {
	color: #f68523!important;
	font-size:18px!important;
}
h5 {
	color: #081427!important;
	font-size: 18px!important;
	line-height:normal!important;
}
h6{
	font-style:italic;
	font-size:17px!important;
	line-height:32px!important;
	color:#999!important;
}
@media screen and (max-width: 992px) {
h1 {
	font-size:22px!important;
	padding:0 0!important;
	margin:0 0 10px 0!important;
}
h1 a {
	text-decoration: none;
}
h2 {
	font-size:20px!important;
	padding:0 0 0 0!important;
	margin:0 0 10px 0!important;
}
.round-heading{
	margin-top:-30px;
}
.round-heading h2{
	display:inline-block;
	background: linear-gradient(180deg, rgba(255,255,255,1), rgba(250,250,250,1));
	padding:5px 20px!important;
	border-radius:20px;
	border:solid 2px #fff;
	box-shadow:0px 2px 8px rgba(0,0,0,.1);
	font-size:20px!important;
	margin:0!important;
}

h3 {	
	font-size: 20px!important;
	text-decoration: none;
	position:relative;
	padding:0 0 0 0!important;
	margin:0 0 5px 0!important;
}
.container2 h3 {	
}
h3 a {
	text-decoration: none;
	line-height: 25px;
}
h3  a:hover {
	text-decoration: underline;
}
h4 {
	font-size:16px!important;
}
h5 {
	font-size: 16px!important;
	line-height:normal!important;
}
h6{
	font-style:italic;
	font-size:14px!important;
	line-height:36px!important;
}
}
.container{
	padding-top:50px!important;
	padding-bottom:50px!important;
	position:relative;
}
p{
	text-align:justify;
	margin:0!important;
}
.text-center p{
	text-align:center!important;
}
p a{
	color:#f68523!important;
}
@media screen and (max-width: 768px) {
.container{
	padding-top:30px!important;
	padding-bottom:30px!important;
}
}
.container2{
	background-color:#f9fafb;	
	position:relative;
}
.container3{	
	background-color:#eee;
	padding:10px 0;
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 480px) {
.container{
	padding-top:30px;
	padding-bottom:30px;
}
}


.service-box{
	box-shadow:0px 0px 10px rgba(0,0,0,.1);
	background-color:#fff;
	margin-top:-250px;
	color:#111;
}
.service-box h2{
	color:#081427!important;
}
.service-box img{
}

.service-box .founded-box{
	background-color:#f68523;
	padding:25px;
	position:absolute;
	z-index:1;
	left:30px;
	bottom:-50px;
	color:#fff;
	font-size:18px;
	line-height:48px;
	display:flex;
}
.service-box i{
	margin:0 10px 0 0;
	font-size:48px;
}
.service-box .founded-box:before{
	content: "";
	position:absolute;
	width:20px;
	height:20px;
	background-color:#f68523;
	left:20%;
	top:-10px;
	transform: rotate(45deg);
}

@media screen and (max-width: 992px) {
.service-box{
	box-shadow:0px 0px 10px rgba(0,0,0,.1);
	background-color:#fff;
	margin-top:0;
	padding-bottom:20px;
}
}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 270px;
  perspective: 1000px;
  margin:15px 0;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: linear-gradient(120deg, #25479e, #f68523);
}

.flip-box-front {
  color: #111;
  padding:10px;
}
.flip-box-front .ff-img{
	width:100%;
	height:250px;
	overflow:hidden;
	border:solid 5px #fff;  
}
.flip-box-front .ff-img img {
  margin:0;
  width:100%;
  height:auto;
}
.flip-box-front h3{
  font-size:18px;
  font-weight:400;
  text-transform:capitalize;
  padding:0 10px;
}
.flip-box-back {
  background-color: #a9771e;
  color: rgba(255,255,255,.9);
  transform: rotateY(180deg);
  text-align:center;
  padding:60px 20px 20px 20px;
  font-size:14px;
  line-height:22px;
}
.flip-box-back h3 {
  color:#fff!important;
  font-size:18px!important;
  margin:0 0 0 0!important;
  padding:0 0 0 0!important;
}
.flip-box-back a {
  display:inline-block;
  background: linear-gradient(to top right, #fff, #eee);
  color:rgba(0,0,0,.8)!important;
  padding:5px 15px;
  margin-top:15px;
}
@media screen and (max-width: 1300px) {
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 190px;
  perspective: 1000px;
  margin:15px 0;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box-front {
  color: #111;
  padding:10px;
}
.flip-box-front .ff-img{
	width:100%;
	height:170px;
	overflow:hidden;
	border:solid 5px #fff;  
}
.flip-box-front h3{
  font-size:18px;
  font-weight:600;
  text-transform:capitalize;
  padding:0 10px;
}

.flip-box-back {
  padding:70px 20px 20px 20px;
  font-size:13px;
  line-height:22px;
}
.flip-box-back h3{
  color:#fff!important;
  font-size:18px;
  margin-bottom:10px;
}
.flip-box-back a {
  color:rgba(0,0,0,.8)!important;
  padding:5px 15px;
  margin-top:15px;
}
}
@media screen and (max-width: 992px) {
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 150px;
  perspective: 1000px;
  margin:15px 0;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-front {
  color: #111;
  padding:10px;
}
.flip-box-front .ff-img{
	width:100%;
	height:130px;
	overflow:hidden;
	border:solid 5px #fff;  
}
.flip-box-front h3{
  font-size:18px;
  font-weight:600;
  text-transform:capitalize;
  padding:0 10px;
}

.flip-box-back {
  padding:20px 20px 20px 20px;
  font-size:13px;
  line-height:22px;
}
.flip-box-back h3 {
  color:#fff!important;
  font-size:18px;
  margin-bottom:10px;
}
.flip-box-back a {
  padding:5px 15px;
  margin-top:15px;
}
}
@media screen and (max-width: 768px) {
.service-box h3{
	font-size:18px!important;
}
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 150px;
  perspective: 1000px;
  margin:15px 0;
}
.flip-box-front {
  color: #111;
  padding:10px;
}
.flip-box-front .ff-img{
	width:100%;
	height:130px;
	overflow:hidden;
	border:solid 5px #fff;  
}
.flip-box-front h3{
  font-size:18px;
  font-weight:600;
  text-transform:capitalize;
  padding:0 10px;
}

.flip-box-back {
  padding:20px 20px 20px 20px;
  font-size:13px;
  line-height:22px;
}
.flip-box-back h3 {
  color:#fff!important;
  font-size:18px;
  margin-bottom:10px;
}
.flip-box-back a {
  display:inline-block;
  background: linear-gradient(to top right, #b7e3ef, #8fd6e8, #56bdda);
  color:rgba(0,0,0,.8)!important;
  padding:5px 15px;
  margin-top:15px;
}
}
@media screen and (max-width: 576px) {
.service-box h4{
	font-size:18px!important;
}
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 170px;
  perspective: 1000px;
  margin:20px 0 5px 0;
}
.flip-box-front .ff-img{
	width:100%;
	height:150px;
	overflow:hidden;
	border:solid 5px #fff;  
}
.flip-box-front h3{
  font-size:18px;
  font-weight:400;
  text-transform:capitalize;
  padding:0 10px;
}

.flip-box-back {
  padding:20px 20px 20px 20px;
  font-size:13px;
  line-height:22px;
}
.flip-box-back h3 {
  font-size:18px;
  margin-bottom:10px;
}
.flip-box-back a {
  padding:5px 15px;
  margin-top:15px;
}
}


/* ---------------Project------------ */
.pro-thumb{
	width:100%;
	position:relative;
	margin:15px 0;
}
.pro-thumb .pro-thumb-img{
	position:relative;
}
.pro-thumb .pro-thumb-img img{
	position:relative;
	width:100%;
	height:auto;
	border:solid 5px #fff;
	box-shadow:0px 3px 5px rgba(0,0,0,.1);
}
.pro-thumb-con{
	position:relative;
	background-color:#fff;
	width:80%;
	left:10%;
	z-index:10;
	margin-top:-50px;
	box-shadow:0px 3px 5px rgba(0,0,0,.1);
}
.pro-thumb-con .row{
	background-color:#f4f4f4;
}
.pro-thumb-con .ptc-left{
	text-align:center;
	font-size:48px;
	height:100%!important;
	color:#fe982f;
	padding:20px 0;
}
.pro-thumb-con .ptc-right{
	padding:30px 15px!important;
	font-size:14px;
	line-height:24px;
	background-color:#fff;
}
.pro-thumb-con .ptc-right h3{
	font-size:22px!important;
	font-weight:700!important;
	color:#081528!important;
}
.pro-thumb-con .ptc-right .btn2{
	padding:5px 15px!important;
	margin:10px 0 0 0!important;
}

@media screen and (max-width: 768px) {
.pro-thumb{
	margin:15px 0;
}
}


.project{
	width:100%;
	margin:15px 0;
	font-size:13px;
	position:relative;
}
.project a{
	display:block;
	padding:0%;
	background-color:#fff;
	color:#333;
	text-decoration:none;
	border:solid 1px #ddd;
	text-align:left;
	box-shadow:1px 1px 5px rgba(0,0,0,.1);
}
.project a h3{
	font-size:22px;
	padding:0!important;
	line-height:normal;
	margin:0 0 10px 0;
	color:#111;
}
.project a h3 strong{
	font-size:16px;
	font-weight:400;
	color:#666;
}
.project a .thumb-img{
	width:50%;
	float:left;
	height:200px;
	overflow:hidden;
	background-color:#c8c9ca;
	position:relative;
}
.project a .thumb-img img{
	width:100%;
	height:auto;
	min-height:200px;
}
.project a .thumb-img .tag{
	position:absolute;
	z-index:1;
	bottom:0;
	right:0;
	background: -webkit-linear-gradient(10deg, #ddd, #f9f9f9, #ddd);
	background: linear-gradient(10deg, #ddd, #f9f9f9, #ddd);
	padding:0px 8px;
	color:#333;
	font-weight:700;
}
.project a .thumb-cont{
	float:left;
	width:50%;
}
.project a .thumb-detail{
	padding:15px;
	text-align:left;
}
.project a .thumb-detail .price{
	font-size:18px;
	background-color:#f68523;
	color:#fff;
	padding:0 15px;
	margin-bottom:10px;
}
.project a .thumb-detail h5{
	padding-left:15px;
	color:#333;
	font-size:14px;
}
.project a .thumb-detail .v-detail{
	padding-left:15px;
	font-weight:700;
	margin-top:10px;
	color:#f68523;
}
.project a .thumb-strip{
	background-color:#f5f5f5;
	border-top:solid 1px #ddd;
	background: -webkit-linear-gradient(10deg, #fbfbfb, #ddd, #fbfbfb, #ddd);
	background: linear-gradient(10deg, #fbfbfb, #ddd, #fbfbfb, #ddd);
}
.project a .thumb-strip ul{
	list-style:none;
	display:table;
	width:100%;
}
.project a .thumb-strip ul li{
	display:table-cell;
	padding:3px 10px;
	width:25%;
	text-align:center;
	box-shadow:1px 0px 0px 0px #ddd;
}
@media screen and (max-width: 992px) {
.project a h3 strong{
	display:block;
}
.project a .thumb-img{
	width:100%;
	float:none;
	height:200px;
	overflow:hidden;
	background-color:#c8c9ca;
	position:relative;
}
.project a .thumb-cont{
	float:none;
	width:100%;
}
.project a .thumb-detail .price{
	padding:5px 15px;
}
.project a .thumb-detail h5{
	padding-left:0px;
}
.project a .thumb-detail .v-detail{
	padding-left:0px;
	font-weight:700;
	margin-top:10px;	
}
.project a .thumb-strip ul li{
	padding:3px 3px;
	font-size:11px;
}
.project a .thumb-strip ul li .fa{
	display:block;
	margin:0 auto;
	clear:both;
}
}

.featured-icon-box{
	border:solid 1px #eee;
	padding:30px;
	position:relative;
	font-size:14px;
	line-height:26px;
	transition: all .4s ease 0s;
}
.cmt-bgcolor-grey{
	background-color:rgba(248,249,250,1);
	transition: all .4s ease 0s;
}
:hover.cmt-bgcolor-grey{
	background-color:rgba(255,255,255,0);
}
.featured-icon-box:before, .cmt-bgcolor-grey:before{
	background-color:#fe982f!important;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: scaleY(0);
	transition: all .4s ease 0s;
}
:hover.featured-icon-box:before{
	background-color:#fe982f!important;
	transform: scaleY(1);
}
.featured-content{
}
.featured-icon-box .featured-icon{
	color:#fe982f;
	font-size:42px;
	margin:20px 0!important;
}
:hover.featured-icon-box, :hover.featured-icon-box .featured-icon, :hover.featured-icon-box h5{
	color:#fff!important;
}

.featured-icon-box h5{
	font-family: 'Josefin Sans', sans-serif!important;
	font-weight:600;
	font-size:20px!important;
}
.featured-icon-box a{
	font-size:14px;
	position:relative;
	padding:0 0 5px 0;
	font-family: 'Josefin Sans', sans-serif!important;
	font-weight:600;
	text-transform:capitalize;
}
.featured-icon-box a:before{
	background-color:rgba(0,0,0,.1);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 45px;
	height: 2px;
	transition: all .4s ease 0s;
}


.box-compare{
	float:left;
	width:21%;
	padding:1%;
	margin:1%;
	box-shadow:0px 0px 3px #ccc;
	min-height:550px;

}
.box-compare h6{
	font-size:13px;
}
.box-compare h6 a{
	text-decoration:none;
	color:#F60;
}




.home-1{
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/home-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
	background-color:#081427;
	height:auto;
	width:100%;
	margin:0 auto;
	padding:0;
	color:#fff;
}
h2.white{
	color:#fff!important;
}
.home-2{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/home-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#081427;
	height:auto;
	width:100%;
	margin:0 auto;
	padding:50px 0 30px 0;
	color:#fff;
}
.home-2 h6{
	color:rgba(255,255,255,.8)!important;
}
.counter{
}
.counter-box{
	background-color:rgba(255,255,255,.05);
	padding:25px 15px;
	margin:15px 0;
}
.counter .container-fluid{
	padding-top:0px;
	padding-bottom:0px;
}
.counter.ft{
	background-color:rgba(0,0,0,0);
}
.counter .c-icon{
	width:65px;
	height:60px;
	line-height:60px;
	color:#fe982f;
	font-size:60px;
	float:left!important;
	margin:0 10px 0 0;
}
.counter .counter-value{
	display:inline-block;
	font-size:32px;
	line-height:30px;
	font-weight:600;
	color:#fff;
	font-family: 'Josefin Sans', sans-serif!important;	
}
.counter .plus{
	display:inline-block;
	font-size:32px;
	line-height:30px;
	font-weight:600;
	color:#fff;
}
.counter h5{
	font-size:14px!important;
	margin:0 !important;
	color:rgba(255,255,255,1)!important;
}
.counter h5 br{
	display:none;
}


@media screen and (max-width : 768px) {
.counter .counter-value{
	display:inline-block;
	font-size:18px;
	font-weight:600;
}
.counter .plus{
	display:inline-block;
	font-size:18px;
	font-weight:600;
}
.counter h5{
	margin:0 0 20px 0 !important;
	line-height:normal !important;
}
}


.inner-banner{
	height:auto;
	width:100%;
	margin:0 auto!important;
	padding:0 0 0 0;
	position:relative;
	background-color:#081427;
	overflow:hidden;
}
.inner-banner img{
	width:100%;
	height:auto;	
	position:relative;
}
.inner-banner:after{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	content: "";
	background-color:rgba(8,21,40,.3);
	width:100%;
	height:100%;
	box-shadow:inset 0px -3px 5px -3px rgba(0,0,0,.5);
}


.inner-banner.inner-video .video-cont .container-fluid{
	padding:0 0 0 0;
}
.inner-banner .container-fluid{
	padding-top:0;
	position:absolute;
	z-index:1;
	width:100#;
	height:auto;
	left:0;
	bottom:0;
}

@media screen and (max-width: 992px) {
.inner-banner{
	height:auto;
	width:100%;
	margin:0 auto!important;
	padding:0 0 0 0;
	position:relative;
}
.inner-banner img{
	width:100%;
	height:auto;
	border-bottom:solid 3px rgba(255,255,255,1);
	box-shadow:0px 7px 0px 0px rgba(4,63,113,0);	
}
.inner-banner .container-fluid{
	display:none;
	
}
}

@media screen and (max-width: 768px) {

}


.testimonial{
	margin:0 0 30px 0;
}
.testimonial img{
	width:100px;
}
.testimonial .t-con{
	padding:25px;
	background-color:#fff;
	border:solid 1px #eee;
	position:relative;
	margin:0 0 35px 0;
	color:#333;
	font-style:italic;
	border-radius:10px;
	box-shadow:5px 15px 20px rgba(0,0,0,.1);
}
.testimonial .t-con .t-arrow{
	width:34px;
	height:34px;
	background-color: #fff;
	position:absolute;
	z-index:10;
	bottom:-17px;
	left:40px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
}
.testimonial h4{
	color:#f68523;
	font-weight:400!important;
}

.contact-box{
	display:block;
	margin:40px 0;
}
.contact-box h3{
	padding:10px 0 0 0!important;
}
.contact-box h6{
	font-style:normal;
	color:#333!important;
}
.contact-box h6 a{
	color:#333!important;
}
.shape1{
	width:100px;
	height:100px;
	line-height:100px;
	display:block;
	border:solid;
	border:solid 1px #ccc;
	border-radius:100%;
	margin:0 20px 0 0;
	text-align:center;
	color:#666;
	float:left;
}
.shape1 i{
	font-size:46px;
	line-height:100px;
	color:#f68523;
}
@media screen and (max-width: 480px) {
.shape1{
	width:80px;
	height:80px;
	line-height:80px;
	display:block;
	border:solid;
	border:solid 1px #ccc;
	border-radius:100%;
	margin:0 20px 0 0;
	text-align:center;
	color:#666;
	float:left;
}
.shape1 i{
	font-size:40px;
	line-height:80px;
	color:#f68523;
}
.contact-box{
	display:block;
	margin:40px 0;
}
.contact-box h3{
	padding:0px 0 0 0!important;
}
.contact-box h6{
	line-height:120%!important;
	text-align:left!important;
}
.contact-box h6 a{
}
}

.contact-form{
	position:relative;
}
.contact-form form{
	position:absolute;
	z-index:1;
	top:50px;
	right:-20%;
	background-color:rgba(4,63,113,.8);
	width:70%;
	padding:65px 30px;
	border:solid 1px rgba(0,0,0,.1);
}
@media screen and (max-width: 992px) {
.contact-form form{
	position:relative;
	z-index:auto;
	top:auto;
	left:0;
	width:100%;
	padding:30px;
	border-radius:3px;
}
}
.main {
	position: relative;
	box-shadow: 0px 0px 5px #666666;
}
.top-menu2{
	margin:0;
	width:100%;
	background-color:#f68523;
}
.top-menu2 ul{
	width:100%;
	text-align:center;
}
.top-menu2 ul li{
	display:inline-block;
	list-style:none;
	margin:0 !important;
}
.top-menu2 ul li a{
	text-decoration:none;
	padding:0 20px;
	display:block;
	line-height:40px;
	color:#fff;
}
.top-menu2 ul li a:hover{	
	background-color:#333;
}
@media screen and (max-width: 992px) {
.top-menu2{
	display:none;
}
}
@media screen and (max-width: 480px) {
}
#player_list select {
	height: 30px;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/txt-box-bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #FFFFFF;
	line-height: 30px;
	width: 140px;
	padding: 4px;
}
.img1{
	max-width:100%;
	height:auto;
	margin:20px 0 0 0
}
.img_r {
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}
.img_l {
	border: 1px solid #cccccc;
	margin-right: 10px;
	float:left;
}
.btn1{
	background-color:#f68523;
	display:inline-block;
	border:0;
	color:#fff!important;
	padding:5px 25px;
	line-height:40px;
	text-transform:uppercase;
	font-size:16px;
	cursor:pointer;
	border-radius:3px;
	font-family: 'Josefin Sans', sans-serif!important;
	font-weight:700!important;
}
.btn1:hover{
}
.btn1.full{
	display:block;
	width:100%;
}
.btn2{
	display:inline-block;
	font-size:13px;
	text-align:center;
	width:auto;
	padding:10px 15px;
	border:0;
	margin:3px 0;
	font-weight:700;
	text-transform:uppercase;
	cursor:pointer;
	color:#fe982f!important;
	box-shadow:inset 0px 0px 0px 2px #fe982f;
}
.btn2:hover{
	color:#fff!important;
	background-color:#fe982f;
	box-shadow:inset 0px 0px 0px 2px #fe982f;
}
.btn2.full{
	display:block;
	width:100%;
}
.btn3{
	display:inline-block;
	font-weight:700;
	background-color:#fff;
	line-height:35px;
	color:#081427!important;
	text-decoration:none;
	padding:0px 20px;
	margin:5px 0 0 0;
	text-transform:capitalize;
	border-radius:20px;
	border:solid 2px #081427;
	cursor:pointer;
	font-size:16px!important;
}
.btn3:hover{
	color:#fff!important;
	border:solid 2px #081427;
	background-color:#081427;
}
.btn4{
	display:inline-block;
	width:auto;
	padding:10px 30px;
	border:0;
	margin:3px 0;
	cursor:pointer;
	background: linear-gradient(90deg, #081427, #25479e);
	color:#fff!important;
	border-radius:25px;
	box-shadow:inset 0px 0px 0px 2px #081427;
}
.btn4:hover{
	color:#fff!important;
	box-shadow:inset 0px 0px 0px 2px #f68523;
	background: linear-gradient(90deg, #e26c06, #f68523);
}
.blogs{
	width:100%;
	background-color:#fff;
	padding:25px;
	box-shadow:0px 5px 15px rgba(0,0,0,.1);
	margin:0 0 30px 0;
}
.blogs .b-thumb{
	float:left;
	width:200px;
	height:200px;
	overflow:hidden;
	margin:0 20px 0 0;
}
.blogs h2{	
}
.blogs h2 a{
	color:#081427!important;
}
.blogs h2 a:hover{
	color:inherit!important;
}
.blogs .b-thumb img{
	min-height:200px;
	width:100%;
	height:auto;
	margin:0;
}
.blogs .btn3{
	margin:15px 0 0 0;
}
.blogs .social a{
}
.blogs .social a img{
	width:auto;
	height:auto;
}
.blogs .blog-img{
	width:100%;
	height:auto;
	text-align:center;
	margin:20px 0 0 0;
}
.blogs .blog-img img{
	width:auto;
	height:auto;
	max-width:100%;
}
.blogs .img-tag{
	text-align:center;
	font-style:italic;
	color:#999;
	margin:0 0 20px 0;
}
.blogs .blog-more-details{
}
.blogs .blog-more-details span{
    margin:0 10px 0 0;
    color:#666;
}
.blogs .blog-more-details span i{
    color:#ca972b;
    margin:0 5px 0 0;
}
.blogs .blog-more-details span a{
    color:#666;
}
.blogs .blog-more-details .tags{
}
.blogs .blog-more-details .tags strong{
    background-color:#eee;
    border-radius:5px;
    padding:5px 7px;
    display:inline-block;
    font-size:12px;
    font-weight:400;
    line-height:16px;
    margin:0 8px 8px 0;
}


.list1 {
	text-decoration: none;
	text-align: left;
}
.list1 li {
	text-decoration: none;
	list-style-type: none;
	position:relative;
	padding-left:25px;
	margin:5px 0 15px 0;
}
.list1 li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: #f68523;
    font-size: 14px;
	width:15px;
	text-align:left;
    position: absolute;
    top: 0px;
    left: 0;
}

.list1 li a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}

.list2 {
	text-decoration: none;
	text-align: left;
	margin-top: 10px;
	display:table;
	width:100%;
}
.list2 li {
	list-style-type: none;
	float:left;
	margin:5px 0;
	width:50%;
	padding-left:20px;
	position:relative;
}
.list2 li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: #f68523;
    font-size: 14px;
	width:15px;
	text-align:left;
    position: absolute;
    top: 0px;
    left: 0;
}
.list2 li a {
	color: #777777;
	text-decoration: none;
	display: block;
	font-size: 18px;
	text-align:center;
}
.list2 li a i{
	color: #fff;
	background-color:#999;
	padding:20px;
	font-size:30px;
	height:30px;
	width:30px;
	text-align:center;
	border-radius:50%;
	border:solid 3px #888;
}
.list2 li a:hover {
	color: #FB8004;
	text-decoration: none;
}
.list2 li a:hover i{
	background-color:#fff;
	color:#333;
	border:solid 3px #888;
}
@media screen and (max-width: 768px) {
.list2 li {
	list-style-type: none;
	float:none;
	margin:5px 0;
	width:100%;
	padding-left:20px;
	position:relative;
}
}
.list4 {
	text-decoration: none;
	text-align: left;
	margin-bottom: 10px;
}
.list4 li {
	text-decoration: none;
	list-style-type: none;
	height: 35px;
}
.list4 li a {
	color: #333333;
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
	line-height: 34px;
	height: 34px;
}
.list4 li a:hover {
	color: #FB8004;
	text-decoration: none;
}
.list4 li a img {
	float: left;
	margin-right: 5px;
}
.list5 {
	text-decoration: none;
}
.list5 li {
	list-style-type: none;
	float: left;
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 25px;
}
.list5 li a {
	float: left;
	color: #666666;
	text-decoration: none;
	line-height: 25px;
	font-size: 11px;
}
.list5 li a:hover {
	text-decoration: underline;
}
.box1{
	padding:20px;
	background-color:#f2f5f8;
	border:solid 10px #fff;
	box-shadow:0px 10px 15px -8px rgba(0,0,0,.1); 
}
.home-cont{
	position:relative;
	background-color:#fff;
	margin:-170px 0 0 0;
	padding:30px;
	width:100%;
	height:auto;
	box-shadow:0px 0px 0px 10px rgba(255,255,255,.5);

}
.img-one{	
	position:relative;
	width:85%;
	height:auto;
	margin:20px 0 60px 20px;
	border:solid 5px #ec691f;
}
.img-one img{
	width:100%;
	height:auto;
	margin:50px 0 -50px 50px;
	box-shadow:0px 5px 20px rgba(0,0,0,.15);
	border:solid 10px #fff;
}
.img-two{
	position:relative;
	width:90%;
	height:auto;
	margin:0 20px 20px 0;
	border-radius: 0px;
	/*background: linear-gradient(120deg, #2b3a60, #bf7542);*/
	border:solid 3px #25479e;
	border-bottom:0;
	border-right:0;
}
.img-two img{
	width:100%;
	height:auto;
	border-radius:0px;
	margin:20px 0 -20px 20px;
	box-shadow:0px 25px 20px -12px rgba(0,0,0,.15);
	border:solid 3px #f68523;
	border-bottom:0;
	border-right:0;
	padding:3px 0 0 3px;

}
@media screen and (max-width: 768px) {
.img-one{
	position:relative;
	width:85%;
	height:auto;
	margin:20px 0 15% 20px;
}
.img-one.clr-2{
	background: linear-gradient(90deg, #060628, #682359, #f9f9f9, #fff);
}
.img-one img{
	width:100%;
	height:auto;
	margin:10% 0 -10% 10%;
	box-shadow:0px 10px 10px rgba(0,0,0,.1);	
}
}

.dynamic{
}
.dynamic ul{
	margin:0 0 0 25px;
}
.dynamic ul li{		
}

.dynamic ol{
	margin:0 0 30px 20px;
}
.dynamic ol li{
	margin: 0 0 10px 0;
}

.clients{
}
.clients ul{
	margin:20px 0 0 0;
	text-align:center;
	width:100%;
}
.clients ul:before, .clients ul:after{
	display: table;
	content: "";
}
.clients ul:after{
	clear: both;
}
.clients ul li{
	list-style:none;
	float:none;
	display:inline-block;
	width:auto;
	border:solid 1px #ddd;
	padding:25px;
	background-color:#fff;
	text-align:center;
	margin:1%;
	cursor:pointer;
}
.clients ul li img{
	height:90px !important;
	width:auto !important;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);	
}
.clients ul li:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.clients-s{
	width:100%;
}
.clients-s ul{
	margin:0;
	width:100%;
	text-align:center;
}
.clients-s ul:before, .clients-s ul:after{
	display: table;
	content: "";
}
.clients-s ul:after{
	clear: both;
}
.clients-s ul li{
	list-style:none;
	display:inline-block;
	border:solid 1px #ddd;
	padding:5px 10px;
	background-color:#fff;
	text-align:center;
	margin:1%;
	cursor:pointer;
}
.clients-s ul li img{
	height:90px !important;
	width:auto !important;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);	
}
.clients-s ul li:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
@media screen and (max-width: 480px) {
.clients ul li{
	width:30.33%;
	border:solid 1px #ddd;
	padding:10px;
}
.clients ul li img{
	height:auto !important;
	width:100% !important;
}
.clients-s ul li{
	list-style:none;
	display:inline-block;
	border:solid 1px #ddd;
	padding:10px;
	width:30.33%;
}
.clients-s ul li img{
	height:auto !important;
	width:100% !important;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);	
}
.clients-s ul li:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
}



.tbl1 {	
}
.tbl1 th {	
}
.tbl1 td{
	line-height:normal;
	padding:7px 0;
}
.tbl1 td strong{
	font-size:13px;
	color:#f68523;
}
.tbl1 a {
	
}


.image-boxed img {
    width: 100%;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.image-boxed img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.image-boxed .overlay {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(4, 63, 113, .4);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.item-boxed:hover .overlay {
    opacity: .3;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.image-boxed:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease;
    cursor: pointer
}

.image-boxed a.more-boxe {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    color: #fff;
    top: 40%;
    font-size: 0
}

.image-boxed a.more-box i {
    font-size: 0;    
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.item-boxed:hover a.more-boxe i {
    font-size: 2.5rem;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	color:#f68523!important;
}

.info-boxed {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 25px 0 25px;
    -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);
    width: 50%;
    z-index: 99;
}

.boxed-bottom {
    left: 0;
    border-bottom: 1px solid #dedede
}

.boxed-top {
    border-top: 1px solid #dedede
}

.info-boxed h3 {
	color:#f68523!important;
	padding:0!important;
	margin:0 0 10px 0!important;
}

.info-boxed h3 span {
    font-size: .775rem;
    display: block;
    margin-top: 8px;
    font-weight: 700;
    font-style: italic
}
hr.separator {
    border: none;
    border-top: 1px solid #d5d5d5;
    clear: both;
    display: block;
    position: relative;
    margin: 0px auto 20px 0!important
}

hr.separator:before {
    background: #d5d5d5;
    content: "";
    height: 9px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 9px
}
.info-boxed p {
    margin-bottom: 20px;
    font-weight: 400
}
.info-boxed .if-text {
	position: relative;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.info-boxed .content-btn {
    float: left;
	margin:10px 0 0 0;

}

.info-boxed .btn {
    border: 0;
    font-size: .7rem;
    padding: 7px 10px
}

.info-boxed .price {
    left: -90px;
    top: 55px;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 400;
    color: #fff;
    position: absolute
}

.info-boxed.boxed-bottom .price {
    left: 100%;
    margin-left: 50px;
    top: 55px;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: lighter;
    color: #fff;
    position: absolute
}

.info-boxed .price span {
    font-weight: 700;
    font-size: 1.5rem;
    left: -20px;
    top: -5px;
    position: absolute
}

.boxed-top:before {
    border: 20px solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    left: -40px;
    position: absolute;
    top: 65px;
    z-index: 999
}

.boxed-bottom:before {
    border: 20px solid #fff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    left: auto;
    right: -40px;
    position: absolute;
    top: 65px;
    z-index: 999
}


@media screen and (max-width: 992px) {
.content-boxes-04 .item-boxed {
    width: 50%!important
}
.content-boxes .item-boxed {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative!important
}

.image-boxed {
    float: left;
    position: relative;
    overflow: hidden;
    width: 50%
}
.image-bottom {
    float: right
}
.image-boxed img {
    width: 100%;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}
.info-boxed {
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
	padding: 0 15px 0 15px;
    width: 50%;
}
.info-boxed h3 {
	color:#f68523!important;
	font-size:16px!important;
	padding:0!important;
	margin:0 0 10px 0!important;
}
.info-boxed p{
    margin-bottom: 20px;
    font-weight: 400
}
hr.separator {
    border: none;
    border-top: 1px solid #d5d5d5;
    clear: both;
    display: block;
    position: relative;
    margin: 0px auto 10px 0!important
}
.info-boxed .content-btn {
    float: left;
	margin:10px 0 0 0;
}

.info-boxed .btn {
    border: 0;
    font-size: .7rem;
    padding: 7px 10px
}
}
/*
@media screen and (max-width: 768px) {
.content-boxes-04 .item-boxed {
    width: 50%!important
}
.content-boxes .item-boxed {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative!important
}

.image-boxed {
    float: left;
    position: relative;
    overflow: hidden;
    width: 50%
}
.image-bottom {
    float: right
}
.image-boxed img {
    width: 100%;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}
.info-boxed {
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
	padding: 0 10px 0 10px;
    width: 50%;
}
.info-boxed h3 {
	color:#f68523!important;
	font-size:15px!important;
	padding:0!important;
	margin:0 0 10px 0!important;
}
.info-boxed p{
    margin-bottom: 0px;
    font-weight: 400;
	line-height:18px;
}
hr.separator {
	display:none;
}
.info-boxed .content-btn {
    float: left;
	margin:10px 0 0 0;
}
.info-boxed .content-btn .btn3{
	display:inline-block;
	font-weight:400;
	background-color:#fff;
	line-height:25px;
	color:#081427!important;
	text-decoration:none;
	padding:0px 10px;
	margin:0px 0 0 0;
	text-transform:capitalize;
	border-radius:20px;
	border:solid 2px #081427;
	cursor:pointer;
	font-size:14px!important;
}
}
*/

@media screen and (max-width: 576px) {
.content-boxes .item-boxed {
    width: 100%;
    float: none;
    position: relative!important;
}
.image-boxed {
    float: none;
    position: relative;
    overflow: hidden;
    width: 100%;
	height:auto;
}
.image-bottom {
    float: none;
}
.image-boxed img {
    width: 100%;
	height:auto;
}
.info-boxed {
    height: auto;
    position: relative;
    right: auto;
    top: auto;
	padding: 15px;
    width: 100%;
}
.info-boxed .if-text {
	position: relative;
	float: none;
	top: auto;
	left: auto;
	transform: translate(0%, 0%);
}

.info-boxed h3 {
	color:#f68523!important;
	font-size:16px!important;
	padding:0!important;
	margin:0 0 10px 0!important;
}
.info-boxed p{
	font-size:14px;
	line-height:26px;
    margin-bottom: 20px;
    font-weight: 400
}
hr.separator {
    border: none;
    border-top: 1px solid #d5d5d5;
    clear: both;
    display: block;
    position: relative;
    margin: 0px auto 10px 0!important
}
.info-boxed .content-btn {
    float: none;
	margin:10px 0 0 0;
}

.info-boxed .btn {
    border: 0;
    font-size: .7rem;
    padding: 7px 10px
}
}






.left-fix{
	position:fixed;
	left:0;
	z-index:2001;
	top:45%;
	width:35px;
	text-align:center;
}
.left-fix a{
	color:#fff;
	text-decoration:none;
}
.left-fix i{
	color:#fff;
	font-size:20px;
	background-color:#000;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}
.left-fix i.two{
	background-color:#f68523;
}


::-webkit-input-placeholder { /* Chrome */
  color: #666;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #666;
  opacity: 1;
}
input[type="text"] {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus { 
border:solid 1px #f26925;
box-shadow:inset 0px -3px 0px #f26925;
}
input[type="tel"] {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
}
input[type="number"] {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
}
input[type="email"] {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
}
input[type="password"] {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
}
select {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px!important;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:0px!important;
	line-height:1!important;
}
select option {	
	color: #666;
}

textarea {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 10px 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 80px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 42px!important;
  margin-bottom: 0;
  margin:0 0 10px 0!important;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 40px!important;
  padding: 0 10px!important;
  line-height: 40px!important;
  color: #333!important;
  background-color: #fff!important;
  border: 1px solid #ddd!important;
  border-radius: 0!important;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 38px!important;
  padding: 0 15px!important;
  line-height: 38px!important;
  color: rgba(0,0,0,.8)!important;
  content: "Browse";
  border-left: 1px solid #eee!important;
  border-radius: 0!important;
}
.fi{
	position:absolute;
	color:#006699;
	left:30px;
	top:15px;
	font-size:20px;
}
.f-user:before {
    content: "\f007";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.f-map:before {
    content: "\f3c5";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #f68523;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.f-email:before {
    content: "\f2b6";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.f-message:before {
    content: "\f044";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    font-size: 20px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 0px;
    left: 20px;
}
.f-mobile:before {
    content: "\f3cd";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
    color: #f68523;
    font-size: 20px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.f-company:before {
    content: "\f0b1";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: #f68523;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.f-calendar:before {
    content: "\f073";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-clock:before {
    content: "\f017";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-pass:before {
    content: "\f084";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}

.f-plane:before {
    content: "\f1d8";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-web:before {
    content: "\f0ac";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-tel:before {
    content: "\f2a0";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}

.f-car:before {
    content: "\f4df";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700!important;
    text-decoration: inherit;
    color: #f68523;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-card:before {
    content: "\f283";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-cate:before {
    content: "\f036";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-id:before {
    content: "\f2c2";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.f-image:before {
    content: "\f1c5";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.f-otp:before {
    content: "\f0e5";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.btn-file {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	line-height: 45px;
	height: 45px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #EEE;
}
.btn-file:hover {	
	background-color:#f9f9f9;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
ul.social{
	display:flex;
}
.social li{
	list-style:none;
	margin:0 10px 0 0!important;
	padding:0!important;
	border:0;
}
.social a .fab {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 0px 0px;
}
.social a .fab:hover {
    opacity: 0.7;
}

.social a .fa-facebook-f {
  background: #3B5998;
  color: white;
}
.social a .fa-twitter {
  background: #55ACEE;
  color: white;
}
.social a .fa-google-plus-g {
  background: #dd4b39;
  color: white;
}
.social a .fa-whatsapp {
  background: #2fb444;
  color: white;
}

.social a .fa-linkedin-in {
  background: #007bb5;
  color: white;
}
.social a .fa-youtube {
  background: #bb0000;
  color: white;
}
.social a .fa-instagram {
  background: #125688;
  color: white;
}
.social a .fa-pinterest {
  background: #cb2027;
  color: white;
}
.social a .fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.social a .fa-skype {
  background: #00aff0;
  color: white;
}
.social a .fa-android {
  background: #a4c639;
  color: white;
}
.social a .fa-dribbble {
  background: #ea4c89;
  color: white;
}
.social a .fa-vimeo {
  background: #45bbff;
  color: white;
}
.social a .fa-tumblr {
  background: #2c4762;
  color: white;
}
.social a .fa-vine {
  background: #00b489;
  color: white;
}
.social a .fa-foursquare {
  background: #45bbff;
  color: white;
}
.social a .fa-stumbleupon {
  background: #eb4924;
  color: white;
}
.social a .fa-flickr {
  background: #f40083;
  color: white;
}
.social a .fa-yahoo {
  background: #430297;
  color: white;
}
.social a .fa-soundcloud {
  background: #ff5500;
  color: white;
}
.social a .fa-reddit {
  background: #ff5700;
  color: white;
}
.social a .fa-rss {
  background: #ff6600;
  color: white;
}
.captcha {
	border: 1px solid #ddd;
	float: left;
	line-height:30px;
	padding:0px 5px 0px 2px;
	margin-top:5px;
}
.captcha a{
	color: #3378D9;
	text-decoration:none;
}
.captcha img{
	float:left;
	margin:0 3px 0 0;
	padding:0!important;
	border:0!important;
	box-shadow: 0px 0px 0px #fff!important;
}


.fix-call{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:100;
    background-color:#25479e;
    text-align:center;
    box-shadow:0px 0px 5px rgba(0, 0, 0, .5);
}
.fix-call a{
    color:#fff !important;
    font-size:16px;
	float:left;
	width:50%;
	text-align:center;
	padding:5px;
}
.fix-call a .fa-whatsapp{
    font-size:32px;
}
.fix-call a.car{
	background-color:#f68523;
}

.footer2{
	background-color:#09152b;
	color: rgba(255,255,255,.7);
	text-decoration: none;
	line-height:normal;
	font-size:14px;
}
.footer2 a{	
	color: rgba(255,255,255,1)!important;
	text-decoration: none;
}
.footer2 h4{
	font-family: 'Josefin Sans', sans-serif!important;
	font-weight:700;
	font-size: 22px!important;
	text-decoration: none;
	color: #fff!important;
	position:relative;
	padding:0 0 10px 0!important;
	margin:0 0 15px 0!important;
}
.footer2 h3{
	font-family: 'Poppins', sans-serif!important;
	font-weight:700;
	font-size: 28px!important;
	text-decoration: none;
	color: #f68523!important;
	position:relative;
	padding:0 0 10px 0!important;
	margin:0 0 10px 0!important;
}
.footer2 ul.address {
	list-style:none;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.footer2 ul.address li {
	padding-left: 30px;
    position: relative;
    padding-top: 0;
    padding-bottom: 15px;
	display: list-item;
    text-align: -webkit-match-parent;
}
.footer2 ul.address li:not(:last-child){
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    margin-bottom: 15px;
}
.footer2 ul.address li i {
	width:20px;
	text-align:center;
	margin:0 5px 0 0;
	position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
	color:#fe982f;
}
.footer2 ul.address li a:hover {
	color:#f68523!important;
}
.footer2 ul.f-link {
	text-decoration: none;
	text-align: left;
	margin-top: 10px;
	display:table;
	width:100%;
}
.footer2 ul.f-link li {
	list-style-type: none;
	float:none;
	margin:8px 0;
	padding-left:20px;
	position:relative;
	text-align:left!important;
}
.footer2 ul.f-link li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: #f68523;
	width:15px;
	text-align:left;
    position: absolute;
    top: 3px;
    left: 0;
}
.footer2 ul.f-link a {
	text-decoration: none;
	display: block;
}


.footer2 ul.cmt-recent-post-list li {
	padding-left: 0;
    position: relative;
    padding-top: 0;
    padding-bottom: 15px;
	display: list-item;
    text-align: -webkit-match-parent;
	list-style:none;
}
.footer2 ul.cmt-recent-post-list li:not(:last-child){
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    margin-bottom: 15px;
}
.footer2 ul.cmt-recent-post-list>li img {
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 18px;
}
.footer2 ul.cmt-recent-post-list>li a {
    display: block;
}
.footer2 .btn2{
	display:block!important;
	margin:20px 0 0 0;
	padding:15px 15px;
	color:#fe982f!important;
}
.footer2 .btn2:hover{
	color:#fff!important;
}
.footer2 p {
	font-size:14px;
	line-height:normal;
	text-align:left;
}
.footer2 ul.inline{
	text-decoration: none;
}
.footer2 ul.inline li {
	list-style-type: none;
	float:left;
}
.footer2 ul.inline li a {
	text-decoration: none;
	color: rgba(255,255,255,.7);
	padding:0px 0;
	background-color:rgba(255,255,255,.1);
	padding:0px 5px;
	margin:0 5px 5px 0;
	border-radius:3px;
	font-size:12px;
}
.footer2 ul.inline li a:hover {
	color:#f68523!important;
}
.footer2 .copy{
	border-top:solid 1px rgba(255,255,255,.1);
	padding-top:20px;
	margin-top:20px;
	font-size:13px;
	line-height:18px;
	text-align:justify;
}
@media screen and (max-width: 992px) {
.footer2 {
}
.footer2 .container{
	padding-bottom:0!important;
}
.footer2 h4{
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	position:relative;
	padding:0 0 10px 0!important;
	margin:10px 0 0px 0!important;
}
.footer2 ul li a {
	text-decoration: none;
	height: auto;
}
.footer2 ul.res-inline {
	text-decoration: none;
}
.footer2 ul.res-inline:before, .footer2 ul.res-inline:after{
	display: table;
	content: "";
}
.footer2 ul.res-inline:after{
	clear: both;
}
.footer2 ul.res-inline li {
	list-style-type: none;
	float:left;
	margin:0 10px 0 0;
}
.footer2 ul li a {
	text-decoration: none;
	color: rgba(255,255,255,.9)!important;
	padding:2px 0;
	display:block;	
}
}
.footer {
	background-color:#0d1c33;
	color: rgba(255,255,255,.8);
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer .container{
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}
.footer a {
	color: #fff;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.footer a:hover {
	text-decoration: underline;
}
.footer br {
	display:none;
}
@media screen and (max-width: 992px) {
.footer br {
	display:block;
}
.footer {
	padding-bottom: 44px;
}
.footer .text-right {
	text-align:left!important;
}
}


.modal{
	background-color:rgba(0,0,0,.8);
}
.modal-backdrop.in {
    filter: alpha(opacity=90)!important;
    opacity: .9!important;
}
.modal-content{
  border: 0px solid rgba(255, 255, 255, 0.5)!important;
  border-radius: 0!important;
  outline: 0;
  box-shadow:15px 15px 25px rgba(0,0,0,.3);
  background-color:#003254!important;
}
.modal-body {  
  padding: 0!important;
  padding:0px!important;
}
.modal-content .mb-l{
	float:left;
	width:50%;
}
.modal-content .mb-l img{
	width:100%;
	height:auto;
}
.modal-content .mb-r{
	float:left;
	width:50%;
	padding:30px;
}
.modal-content .mb-r h3{
	color:#f68523!important;
	font-size:24px!important;
}
.modal-content .mb-r h4{
	color:#fff!important;
	font-size:18px!important;
	margin-bottom:15px!important;
}
.modal-body .close {
  float: right;
  font-size: 28px!important;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0px 0 rgba(255,255,255,0);
  opacity: 1;
  margin:-5px -5px 0 0;
  background-color:#081427;
  width:39px;
  height:39px;
  line-height:33px;
  border-radius:50%;
  border:solid 3px #fff;
}
.modal-body .close:hover, .modal-body.close:focus {
	background-color:#f68523;
	opacity: 1;
	color:#fff;
}
.btn-demo{
	position:fixed;
	right:40px;
	bottom:0;
	z-index:99;
	border:0;
	border-radius:2px 2px 0 0;
	background: -webkit-linear-gradient(45deg, #dd2622, #f53b37);
	background: linear-gradient(45deg, #dd2622, #f53b37);
	color:#fff;
	padding:0 25px;
	font-weight:400;
	font-size:16px;
	line-height:32px;
	border:solid 2px #fff;
	border-bottom:0;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
}
@media screen and (max-width : 992px) {
.modal-content .mb-l{
	display:none;
}
.modal-content .mb-r{
	float:none;
	width:100%;
	padding:30px;
}
}

.slider{
	height:auto;
}
#demo .carousel-control-prev, #demo .carousel-control-next {
  position: absolute;
  z-index:9;
  top: 50%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height:50px;
  margin-top:-25px;
  color: #f68523!important;
  text-align: center;
  opacity: 1;
  font-size:18px;
  background-color:rgba(0,0,0,.6);
}

#demo .carousel-control-prev:hover, #demo .carousel-control-prev:focus,
#demo .carousel-control-next:hover,
#demo .carousel-control-next:focus {
  color: #f68523;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

#demo .carousel-control-prev {
  left: 0px;
}

#demo .carousel-control-next {
  right: 0px;
}
#demo .carousel-indicators {
  bottom: 50px;
  display:none;
}
#demo img{
	width:100%;
	height:auto;
}
#demo .carousel-caption {
	position: absolute;
	right: 0;
	top:20%;
	left: 0;
	z-index: 10;	
	font-size:18px;
	line-height:normal;
	color:rgba(0,0,0,.8);
	text-align: left!important;
	padding:0 0 0 0;
	text-shadow:1px 1px 3px rgba(255,255,255,1);
}
#demo .carousel-caption .container{
	padding-left:40%!important;
	padding-top:0!important;
	padding-bottom:0!important;
}
#demo .carousel-caption h3{
	font-size:40px!important;
	text-transform:capitalize;
	margin:20px 0 0 0!important;
	color:#081427;
	font-weight:700!important;
}
#demo .carousel-caption h3 strong{
	color:#f68523;
	font-weight:700!important;
}
#demo .carousel-caption h5{
	font-size:20px!important;
	line-height:20px!important;
	text-transform:uppercase;
	padding:0 0 0 10px!important;
	margin:0!important;
	color:rgba(0,0,0,.5)!important;
	font-weight:600!important;
	border-left:solid 3px #f68523;
}
#demo .carousel-caption p{
	font-size:16px;
	line-height:normal;
	color:rgba(0,0,0,.8);
	font-weight:400;
	margin:20px 0!important;
	clear:both;
	display:block;
}
#demo .carousel-caption ul{
	margin:10px 0 30px 20px;
}
#demo .carousel-caption a.port{
	background-color:#f68523;
	display:inline-block;
	color:#fff!important;
	padding:10px 25px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	border:solid 2px #f68523;
}
#demo .carousel-caption a{
	background-color:rgba(0,0,0,.0);
	display:inline-block;
	color:#081427!important;
	padding:10px 25px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	border:solid 2px #081427;
	text-shadow:1px 1px 3px rgba(255,255,255,0);
}
@media screen and (max-width: 992px) {
#demo .carousel-control-prev, #demo .carousel-control-next {
  width: 40px;
  height:40px;
  margin-top:-20px;
  font-size:16px;
}
#demo .carousel-caption {
	top:20%;
}
#demo .carousel-caption .container{
	padding-left:40%!important;
	padding-top:0!important;
	padding-bottom:0!important;
}
#demo .carousel-caption h3{
	font-size:26px!important;
	text-transform:capitalize;
	margin:20px 0!important;
}
#demo .carousel-caption h5{
	font-size:16px!important;
	line-height:16px!important;
	border-left:solid 2px #f68523;
}
#demo .carousel-caption p{
	display:none;
}
#demo .carousel-caption a.port{
	padding:5px 15px;
	text-transform:uppercase;
	font-size:16px;
}
#demo .carousel-caption a{
	padding:5px 15px;
	text-transform:uppercase;
	font-size:16px;
}
}
@media screen and (max-width: 768px) {
#demo .carousel-control-prev, #demo .carousel-control-next {
  width: 30px;
  height:30px;
  margin-top:-15px;
  font-size:14px;
}
#demo .carousel-caption {
	top:10%;
}
#demo .carousel-caption .container{
	padding-left:50%!important;
	padding-top:0!important;
	padding-bottom:0!important;
}
#demo .carousel-caption h3{
	font-size:20px!important;
	text-transform:capitalize;
	margin:10px 0!important;
}
#demo .carousel-caption h5{
	font-size:14px!important;
	line-height:14px!important;
	border-left:solid 2px #f68523;
}
#demo .carousel-caption a.port{
	padding:5px 15px;
	text-transform:uppercase;
	font-size:12px;
}
#demo .carousel-caption a{
	padding:5px 15px;
	text-transform:uppercase;
	font-size:12px;
}
}
@media screen and (max-width: 480px) {
#demo .carousel-control-prev, #demo .carousel-control-next {
  width: 20px;
  height:20px;
  margin-top:-10px;
  font-size:12px;
}
#demo .carousel-caption {
	top:10%;
}
#demo .carousel-caption .container{
	padding-left:45%!important;
	padding-top:0!important;
	padding-bottom:0!important;
}
#demo .carousel-caption h3{
	font-size:14px!important;
	text-transform:capitalize;
	margin:10px 0!important;
}
#demo .carousel-caption h5{
	font-size:12px!important;
	line-height:12px!important;
	border-left:solid 2px #f68523;
}
#demo .carousel-caption a.port{
	padding:3px 6px;
	text-transform:uppercase;
	font-size:10px;
}
#demo .carousel-caption a{
	padding:3px 6px;
	text-transform:uppercase;
	font-size:10px;
}
}

.border-left-lg{
	border-left: 1px solid #dee2e6 !important;
}
@media screen and (max-width : 992px) {
.border-left-lg{
	border-left: 0px solid #dee2e6 !important;
}
}
		
