@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700');

/* col-xs */
@media(max-width:767px){

}
/* col-sm */
@media(min-width:768px){

}

/* col-md */
@media(min-width:992px){

}

/* col-lg */
@media(min-width:1200px){

}
.style-svg{
	max-width: 55px;
}
a:focus,
a:hover{
	outline: none;
	text-decoration: none;
	color: #fff;
}
#transcroller-body{
	overflow: hidden;
	
}



#acp-toggle-toolbar {
    top: inherit !important;
    bottom: 15px !important;
    left: 15px !important;
    width: 55px;
    height: 55px;
}

/* col-xs */
@media(max-width:767px){
	#acp-toggle-toolbar {
		display: none;
	}
}

.container-fluid,
.img-bg{
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.container-fluid{
	padding: 60px 15px;
}
.no_padding,
.no-padding{
	padding: 0 15px !important;
}
.txt{
	margin: 20px auto;
}


.whitxt{
	color: #fff !important;
}
.rel{
	position: relative;
}
/* col-xs */
@media(max-width:767px){
	.container-fluid{
		padding: 20px 15px;
	}
	body{
		font-size: 16px;	
	}
}

.global-list{
	padding: 0;
	list-style: none;
}
.global-list li{
	display: inline-block;
}


/*
 ******************************************
 *    Contact Us Page                 *
 ******************************************
 */
#map{
	height: 300px;
}
.contant_sec ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.contant_sec ul li ,
.contant_sec ul li a{
	color: #000;
	font-size: 20px;
}
.contant_sec ul li a:hover,
.contant_sec ul li a:focus{
	color: var(--main);
}
#contact-form{
	direction: rtl;
	margin: 0px auto;
}

#contact-form .form-control{
	border-radius: 0;
	color: #000;
	font-size: 16px;
	padding: 22px 15px;
}
#contact-form textarea.form-control{
	height: 150px;
}
#contact-form .form-group{
	margin-bottom:30px;
}

#contact-form .form-control:focus,
.form-control:focus,
.wpcf7-submit:focus,
#contact-form .btn:focus{
	box-shadow: none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none  !important;
	outline:none !important;
	border: 1px solid #000;
}

.MessageSent #contact-form { 
	visibility: hidden;
	width: 0;
    display: none;
}
.wpcf7-response-output {
    display: none !important;
}
.thankYou {
	display: none;
}
.MessageSent{
	direction: rtl !important;
}

.MessageSent .wpcf7-form .thankYou{
	display: block;
    color: var(--main);
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin: 30px auto;
    padding: 0;
    direction: rtl;
}



span.wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: normal !important;
    margin: 0 0 -21px;
}
.phone_wrap{
	font-size: 18px;
	line-height: 20px;
}
.phone_wrap .med{
	font-weight: 500;
}

.phone_wrap a:hover,
.phone_wrap a:focus,
.phone_wrap a{
	color: var(--main);
	font-size: 22px;
	display: block;
	margin: 10px auto;
}
@media(min-width:768px){
	#contact-form{
		max-width: 620px;
	}
}
@media(max-width:767px){
	#contact-form{
		max-width: 300px;
		margin: 20px auto;
	}
	
}
/*
Inner Poster
* --------------------------------------- */




.main_poster .main_title{
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	margin: 4% auto;
	text-align: right;
	line-height: 1;
}

/* col-xs */
@media(max-width:767px){
	
	.main_poster .main_title{
		font-size: 36px;
		text-align: center;
		margin: 32% auto;
	}
	.page-template-about .main_poster img{
		margin-top: 50px;
	}
	.page-template-about .main_poster .main_title{
		font-size: 32px;
	}
	
	
}
@media(min-width:1200px){
	
	.main_poster{
		padding: 115px 15px;
	}
}
@media(min-width:768px){
	.page-template-about .main_poster .main_title{
		max-width: 710px;
		text-align: center;
		line-height: 1.1;
		
	}
}


.page-template-about .main_poster .main_title{
	margin-top: 20px;
}

/*
 ******************************************
 *     Help & Support            *
 ******************************************
 */


.help .stroke .icon{
	display: inline-block;
	border-radius: 50%;
	padding: 15px 22px;
	background:  #ececec;
	color: var(--main);
}

.help .stroke .inner_title {
	display: inline;
	font-weight: 500;
}
.help .stroke{
	border: 1px solid #d1d1d1;
	padding: 30px 15px ;
	margin: 20px auto;
	border-radius: 0;
}

.panel_indicator{
	float: left;
	color: var(--main);
}
.panel-group .panel-heading+.panel-collapse .panel-body{
	border-top: none;
}

/* col-xs */
@media(max-width:767px){
	.help .txt{
		font-size: 16px;
	}

	.help .stroke{
		padding: 20px 15px 10px;
		text-align: center;
		
	}
	.help .stroke .icon{
		display:block;
		margin: 0 auto;
		width: 57px;
	}
	.panel_indicator{
		display: none;
	}
	.help .stroke .inner_title{
		display: block;
		margin-top: 15px;
		font-size: 21px;
	}
	
}
/* col-xs */
@media(min-width:768px){
	.help .stroke .info_wrap{
		display: inline-block;
		width: calc(100% - 80px);
		margin-right: 15px;
		vertical-align: middle;
	}
	.help .stroke .inner_title{
		margin-bottom: 0;
		font-size: 24px;
	}
	.help  .txt{
		width: calc(100% - 90px);
		margin: 0  auto 0 15px;
	}
	
}

/*
 ******************************************
 *     About Us Page                 *
 ******************************************
 */
.first_section .txt{
	font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

#parallex .list ul{
	list-style: none;
	margin: 0 auto;
    padding: 0;
}

#parallex .list ul li:before{
	content: "\f058";
  	font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  height: 22px;
  line-height: 22px;
  text-rendering: auto;
  width: 22px;
  -webkit-font-smoothing: antialiased;
	font-size: 28px;
	display: block;
	margin: 0 auto 10px;
	text-align: center;
}
#parallex .list ul li{
	display: inline-block;
	width: 32%;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	margin: 20px auto;
	vertical-align: top;
	padding: 0 20px;
	
}
@media(max-width:767px){
	#parallex .list ul li{
		width: 49%;
		font-size: 18px;
		line-height: 20px;
		padding: 0;
	}
	.first_section .txt {
		font-size: 21px;
		line-height: 27px;
	}
}
@media(max-width:991px){
	.crow.got_img .icon_wrap{
		width: 150px;
		margin-bottom: 10px;
	}
}

.position{
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
		
}
.crow{
	margin: 40px auto;
}
.crow .txt{
	margin: 10px auto;
}
.page-template-about a:hover,
.page-template-about a:focus,
.page-template-about .crow a,
.page-template-about .first_section a{
	color: #0052ff;
	text-decoration: underline;
}

.crow.got_img .icon_wrap{
	border-radius: 50%;
    border: 1px solid #d1d1d1;
}
.crow.got_img .icon_wrap img{
	border-radius: 50%;
    border: 10px solid #fffefe;
}
@media(min-width:992px){
	.crow.got_img .icon_wrap, .crow.got_img .info_wrap {
		display: inline-block;
	}
	.crow.got_img .info_wrap {
		max-width: calc(100% - 305px);
		margin: 0 25px 0 0;
		vertical-align: top;
	}
}
/*
Home Page
* --------------------------------------- */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel,
.carousel-inner,
.carousel-inner .item img,
.carousel-inner .item {
   /* height: 100vh;*/

}
.hp-poster{
	padding: 0 15px;
  perspective: 1px;
  transform-style: preserve-3d;
 /* height: 100vh;*/
}

.carousel-inner .item img{
	width: 100% !important;
}

.hp-poster .container{
	background-image: none !important;
    height: auto;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
	
}
.hp-poster .container h1{
	margin: 10px auto;
	font-size: 45px;
	font-weight: 500;
	line-height: 43px;
}
.hp-poster .container p{
	font-size: 26px;
	font-weight: 300;
}

#about .container{
	margin-bottom: 40px;
}


@media(max-width:991px){
	
	
	/*.carousel-inner .item img{
		max-height: 680px !important;
	}*/
	#poster_label{
		margin: 0 auto;
		position: absolute;
		bottom: 30px;
		left: 0;
		right: 0;
	}
}


@media (min-width:320px) and (max-width:991px) {
	/*.carousel-inner .item img{
		min-height: 70vh;
		max-height: 700px;
	}*/
	
	.hp-poster .container h1{
		font-size: 40px;
		line-height: 0.9;
		margin: 0 0 20px;
		font-weight: 400;
		width: 280px;
	}
	.hp-poster .container p{
		font-size: 20px;
	}
	
}

@media(min-width:768px){
	#about .txt.med{
		margin-top: 35px;
		font-weight: 500;
	}
}
@media(min-width:992px){
	#poster_label{
		position: absolute;
		top: 35px;
		right: 20px;
		z-index: 1;
		
	}
}
@media (max-width:1280px) and (min-width:768px) {
	#poster_label{
		max-width: 110px;
	}
	.hp-poster .container h1 {
		font-size: 35px;
	}
}


.hp_parallex{
	position: relative !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 100%!important;
    z-index: -1;
	
}

.traingle_be{
	position: absolute;
	top: -1px;
	left: 0;
	background: #fff;
	z-index: 0;
	width: 100%;
	height: 210px;
	-webkit-clip-path: polygon(0 0, 0 20%, 100% 0);
	clip-path: polygon(0 0, 0 20%, 100% 0);
}
.traingle_af{
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #fff;
	z-index: 0;
	width: 100%;
	height: 210px;
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 80%);
clip-path: polygon(0 100%, 100% 100%, 100% 80%);
}
#parallex .main_title span{
	display: inline-block;
	border-bottom: 2px solid #fff;
}
#parallex .main_title{
	font-size: 60px;
	line-height: 58px;
	font-weight: 400;
	max-width: 565px;
}
#parallex .btn{
	min-width: 200px;
}
@media(max-width:767px){
	#parallex .main_title {
		font-size: 40px;
		line-height: 40px;
	}
	.home #parallex .main_title {
		font-size: 50px;
		line-height: 49px;
		max-width: 329px;
	}
	
	#parallex .main_title span{
		margin-right: 13px;
	}
	.hp_parallex{
		background-size: cover!important;
		height: 552px;
	}
	.hp_parallex.about{
		height: 750px;
	}
}
@media(min-width:768px){
	.hp_parallex{
		min-height:900px;
		
		background-attachment: fixed !important;
		/*background-position: 0 185px !important;*/
	}
	.home .hp_parallex{
		background-size: cover!important;
	}
	
}

.caption {
	position: absolute;
	left: 0;
	right: 0;
	transform: translateY(-50%) !important;
	top: 50%;
	z-index: 0;
	text-align: center;
}


/*owl-style
* ---------------------------------------
*/

.owl-carousel{
	z-index: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]{
	color: #fff;
    font-size: 35px;
    margin: 5px;
	
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    opacity: 1 !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.owl-nav .owl-prev{
	right: 20px;
}
.owl-nav .owl-next{
	left: 20px;
}
.owl-theme{
	margin: 20px auto;
}

.owl_services img{
	width: 55px !important;
}
.owl_services span{
	font-size: 12px;
	line-height: 1.3;
	display: block;
	margin: 0 auto 5px;
    width: 81px;
}
.owl_services .owl-item {
	
}

@media(min-width:768px){
	#owl_services .owl-item {
		padding:  10px;
		border-left: 1px solid rgba(255,255,255,.1);
	}

}
/*services
* ---------------------------------------
*/
.service_top *{
	display: inline-block;
}
.service_top img{
	margin-left: 20px;
}
.services{
	list-style: none;
	padding: 0;
	text-align: center;
	
}

.services li{
	width: 25%;
	background: #fff;
	margin: -3px;
	border: 1px solid #ebebeb;
	padding: 20px 10px;
	overflow: hidden;
	vertical-align: top;
}
.services li .btn{
	min-width: inherit;
	vertical-align: top;
}
.services li a:hover,
.services li:hover a,
.services li a{
	color: var(--main);
}
.service_title{
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	display: block;
	width: 159px;
	margin: 10px auto;
	
}
.service_title:before{
	content: "";
    background: #e5e4e4;
    width: 35px;
    display: block;
    margin: 10px auto;
    height: 3px;
}

@media(max-width:767px){
	.services li{
		width: 50%;
		margin: -5px;
	}
	.service_title{
		font-size: 18px;
		width: 130px;
	}
	.services li .btn{
		display: none;
	}
}
@media(min-width:768px){
	.services{
		margin: -10% auto 20px;
	}
	.services li {
		height: 229px;
		-moz-transition: all .5s ease-in;
		-o-transition: all .5s ease-in;
		-webkit-transition: all .5s ease-in;
		transition: all .5s ease-in;
	}
	.services li .btn{
		display: none;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: display;
		transition-property: display;
	}
	.services li:hover .btn{
		display: block;
		width: 150px;
		color: #fff;
		margin: 5px auto 0;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: display;
		transition-property: display;
	}
	.services li:hover img{
		max-width: 59px;
		-webkit-transition-duration: 0.15s;
		transition-duration: 0.15s;
		-webkit-transition-property: max-width;
		transition-property: max-width;
	}
	
	.services li .service_title,
	.services li .service_title:before{
		margin: 20px auto;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: margin;
		transition-property: margin;
	}
	.services li:hover .service_title{
		margin: 10px auto;
	}
	
	.services li:hover .service_title:before{
		background: var(--main);
		margin: 10px auto;
		
	}
	
	.services li img {
		-webkit-transition-duration: 0.15s;
		transition-duration: 0.15s;
		-webkit-transition-property: max-width;
		transition-property: max-width;
	}

}



/*
Navbar
* --------------------------------------- */
header{
	position: fixed;
	top: 0px;
	right: 0;
	left: 0;
	z-index: 10;
	-webkit-box-shadow: 0px -7px 29px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -7px 29px 4px rgba(0,0,0,0.2);
	box-shadow: 0px -7px 29px 4px rgba(0,0,0,0.2);
}

.admin-bar header{
	top: 32px;
}
header .container-fluid{
	padding: 0 15px;
}
header .container-fluid:last-child{
	background: #fff;
}

header .owl-theme {
    margin: 0px auto;
	
}


header .owl-theme .owl-item:hover a,
header .owl-theme a:hover,
header .owl-theme a:focus,
header .owl-theme a{
	color: var(--main);
    padding: 9px 0;
    position: relative;
    display: block;
	
}
header .owl-theme a:after{
	height: 3px;
	background: var(--main);
	content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
		
}

header .owl-theme .owl-item:hover a:after,
header .owl-theme a:hover:after,
header .owl-theme a:focus:after,
header .owl-theme .current_page a:after{
	left: 0;
	
}


.navbar-brand{
	float: none;
}
#overlay .dropdown-menu{
	display: block;
	position: fixed;
	color: var(--main);
    text-align: center;
    top: 80px;
    /*bottom: 105px;*/
	padding-bottom: 50px;
    border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: none;
	-webkit-transition: right .5s ease-in-out;
	transition: right .5s ease-in-out;

}
#overlay .dropdown .open.dropdown-menu{
	-webkit-transition: right .5s ease-in-out;
	transition:right  .5s ease-in-out;
}

@media(max-width:767px){
	
	#overlay .dropdown-menu{
		right: -200%;
	}
	#overlay .dropdown .open.dropdown-menu{
		left: -1px;
    	right: -1px;
	}
	
	
	header .navbar-brand{
		padding: 0;
	}	
	header .navbar-brand img{
		max-width: 175px;
    	margin: 10px 15px;
		display: inline-block;
	}
	
	#nav-icon {
		position: absolute;
		left: 15px;
		margin: 0 auto;
		top: 35px;
		width: 30px;
		height: 30px;
		z-index: 10;
		/* Bring icon ontop of overlay */
		cursor: pointer;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

	#nav-icon span {
		position: absolute;
		display: block;
		width: 100%;
		height: 3px;
		background: #fff;
		border-radius: 0;
		opacity: 1;
		right: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	#nav-icon span:nth-child(1) {
		top: 0px;
	}

	#nav-icon span:nth-child(2) {
		top: 9px;
	}

	#nav-icon span:nth-child(3) {
		top: 18px;
	}

	#nav-icon.animate-icon span:nth-child(1) {
		top: 10px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#nav-icon.animate-icon span:nth-child(2) {
		opacity: 0;
		left: 0px;
	}

	#nav-icon.animate-icon span:nth-child(3) {
		top: 10px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	#overlay {
	/* Overlay positioning */
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		overflow: scroll;
		padding: 0 25px;
		background: var(--main);

	}

	#overlay div.menu-nav-primary-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 115px auto 0;
	}

	#overlay ul {
		list-style: none;
		padding: 0;
		color: white;
		text-align: center;
	}

	#overlay ul li {
		margin:15px auto;
		text-align: center;
		float: none;
		display: block;
	}

	#overlay ul li	.dropdown-menu li{
		margin: 0px auto;
	}
	
	#overlay ul li a{
		color: #fff;
		font-size: 24px;
		font-weight: 400;
		padding: 0;
		width: 100%;
		margin: 0 auto;
		line-height: 1.1;
	}
	
	#overlay .nav>li.active>a, 
	#overlay .nav>li>a:hover, 
	#overlay .nav>li>a:focus {
		text-decoration: none;
		background-color: transparent;
		color: rgba(255,255,255,.8);
	}
	
	#overlay .dropdown-menu>li>a{
		color: var(--main);
		text-align: right;
		margin: 15px 15px;
    	padding: 0 15px;
		width: auto;
		font-size: 20px;
	}
	#overlay .dropdown-menu>li.back a{
		float: left;
	}
	#overlay .dropdown-menu>li.back{
		
		margin-top: 40px;
	}


	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
		background-color: transparent;
		
	}
	
	#transcroller-body{
		margin-top: 52px;
	}
}

/* col-sm */
@media(max-width:991px){
	header .contact_nav{
		display: none;
	}
}
@media(min-width:768px){
	.navbar-brand{
		display: inline-block;
		padding: 10px 15px;
		height: auto;
		margin-bottom: -5px;
		line-height: 0;
	}
	header .open>.dropdown-menu,
	header .dropdown-menu,
	header .menu-item-has-children:hover .dropdown-menu,
	#overlay,
	#nav-icon{
		display: none !important;
	}
	
	#bs-example-navbar-collapse-1{
		display: inline-block !important;
	}
	
	.contact_nav a:hover, .contact_nav a:focus, .contact_nav a {
		display: inline-block;
		text-decoration: none;
	}
	header .contact_nav {
		float: left;
		margin-top: 22px;
	}
	header .contact_nav a:last-child {
		color: var(--main);
		padding: 10px 15px;
		background: #fff;
		margin-right: 10px;
	}

	.contact_nav a.phone  {
		color: #fff;
		font-size: 16px;
	}
	
	
	header .navbar-nav>li> a{
		background-color: transparent;
		color: #fff;
		padding-left: 25px;
		padding-right: 25px;
			
	}
	header .navbar-nav{
		margin-right: -25px;
		margin-top: 20px;
	}
	header .navbar-nav>li> a:hover,
	header .navbar-nav>li> a:focus,
	header .navbar-nav>li.current-menu-parent> a,
	header .navbar-nav>li.current-menu-item> a{
		background-color: transparent;
		color: rgba(255,255,255,.8);
		
	}
	#transcroller-body{
		margin-top: 80px;
	}
	
	
	
	.nav .open>a, .nav .open>a:hover, .nav .open>a:focus,
	.menu-item-has-children .dropdown-menu a:hover,
	.menu-item-has-children:hover .dropdown-menu a:hover{
		color: #fff;
		background-color: transparent;
	}
	.menu-item-has-children .dropdown-menu a,
	.menu-item-has-children:hover .dropdown-menu a{
		padding: 10px 25px;
	}

	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
		color: #fff;
		background-color: transparent;
	}
	
}

.above_foo #line:after{
	border-top: 1px solid var(--main);
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
	
}
.above_foo .white_bg{
	z-index: 1;
	
}
/*
Footer
* --------------------------------------- */
#footer{
	font-size: 16px;
	font-weight: 300;
}
#footer a{
	color: #fff;
}
#footer a:focus,
#footer a:hover{
	color: var(--third);
	background: transparent;
}

.foo_title{
	display: block;
	font-size:20px; 
	font-weight: 500;
	margin-bottom: 10px;
	color: #fff;
}

#footer .links .top{
	margin-top: 15px;
}

#footer .links p span{
	display: inline-block;
	width: 94px;
}
.foo_nav ul{
	list-style: none;
	padding: 0 !important;
}

#footer .navbar-nav>li{
	display: block;
	float: none;
}
#footer .navbar-nav>li a,
.foo_nav li a{
	padding: 0 0 10px;
}

.foo_nav ul li a:hover{
	color: var(--third);
}


/* col-xs */
@media(max-width:767px){
	#footer{
		padding: 20px 15px 5px !important;
		text-align: center;
	}
	.foo_icon .info{
		display: none;
	}
	#footer .container{
		max-width: 320px;
		margin: 0 auto;
	}
	.foo_icon{
		margin-left: 5px;
	}
	.foo_nav li{
		display: block;
		width: 100%;
	}
	.foo_title{
		margin-top: 20px;	
	}
	
	.foo_face{
		display: block;
		margin: 10px auto;
		float: none !important;
		text-align: center;
	}
	#footer{
		margin-bottom: 90px;
	}
}

@media (max-width:991px) and (min-width:320px) {
	#footer .logo{
		margin: 10px auto 10px;
	}
}
@media(min-width:768px){
	#footer{
		padding-bottom: 5px;
	}
	
	.foo_icon{
		display: block;
	}
	.contact_foo{
		margin-right: 20px;
		margin-bottom: 10px;
    	display: block;
	}
	#footer .links p:last-child a{
		margin-top: 35px;
		display: block;
	}
}

@media(min-width:992px){
	#footer .container{
		margin: 40px auto 10px;
	}
	
}

.copy{
	font-size: 12px;
	opacity: .6;
	letter-spacing: 3px;
	margin-top: 10px;
}
.sticky_footer{
	padding: 16px 15px 33px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 1;
	-webkit-box-shadow: 0px 5px 29px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 29px 4px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 29px 4px rgba(0,0,0,0.2);
}
.sticky_footer a:hover,
.sticky_footer a:focus,
.sticky_footer a{
	display: inline-block;
	width: 29%;
	color: #fff;
	background: var(--main);
	font-size: 14px;
	padding: 8px 5px ;
	margin: 0 4px;
}

.sticky_footer a .icon{
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
}


body{
	font-family: 'Heebo', sans-serif !important;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400 ;
	color: var(--main);
}


.scrollup:hover,
.scrollup:focus,
.scrollup {
    text-align:center;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color:#fff;
    border-radius:0;
    background-color:var(--main);
    font-size:20px;
    z-index:2;
	padding: 6px 5px 1px;
}


/* col-xs */
@media(max-width:767px){
	.scrollup:hover,
	.scrollup:focus,
	.scrollup {
	    right: 5px;
		bottom: 65px;
	}
	.copy{
		margin-bottom: 15px;
	}
}
.opacity_elem{
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cover {
  -vendor-animation-duration: 2s;
}

.inner_title{
	font-size: 24px;
	font-weight: 400;
	color: var(--title);
	margin: 10px auto;
}
.inner_title.ex_margin{
	margin: 25px auto;
	font-size: 22px;
	font-weight: 300;
}
.main_title{
	line-height: 32px;
	font-size: 30px;
	font-weight: 400;
	color: var(--title);
	margin: 10px auto;
}
.main_title.med,
.main_title .med{
	font-weight: 500;
	display: block;
}
.sub_title{
	display: block;
	color: var(--line);
}



.main_title.atc:after,
.main_title.atr:after{
	content: "";
	background: var(--tline);
	width: 20px;
	display: block;
	margin:  20px 0;
	height: 3px;
}
.main_title.atc:after{
	margin:  30px auto;
}
.contact_container .main_title.atc:after,
.page-template-about .main_title.atc:after{
	width: 50px;
	margin-bottom: 30px;
}


.above_foo .main_title:after{
	display: none;
}

.above_foo .main_title{
	margin: 25px auto;
}
@media(max-width:767px){
	
	.main_title{
		font-size: 30px;
	}
	
	.above_foo .main_title{
		font-size: 26px;
	}
	.btn{
		margin-bottom: 10px;
		width: 100%;
		max-width: 280px;
	}
	
}

@media(max-width:991px){
	
	
}

:root {
--main: #0b1b3d;
--sec: #676c80;
--title:#0b1b3d;	
--line:#b7b7b7;	
--tline:#0b1b3d;	
}
html,
body {
 --main: #0b1b3d;
--sec: #676c80;
--title:#0b1b3d;	
--line:#b7b7b7;	
--tline:#0b1b3d;	
}

.white_filter img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}
/*
.white_filter:hover img{
    filter: none;
    -webkit-filter:none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter:none;
}
*/
.bg{
	background: var(--main);
}
.whitebg,
.white_bg{
	background: #fff;
}

.btn{
	padding: 10px 30px;
	font-size: 18px;
	border-radius: 0;
	font-weight: 400;
}

.btn.main_btn,
.btn.main_btn:hover,
.btn.main_btn:focus{
	color: #fff;
	background: var(--main);
}
.btn.white_btn:hover,
.btn.white_btn:focus,
.white_btn{
	color: var(--main);
	background: #fff;
}
.unscroll{
	position: static;
	overflow: hidden;
}


@media(min-width:768px){
	.btn{
		min-width: 300px;
	}	
}

