* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0 auto;
	max-width: 1366px;
	/*background: url(../images/bg.jpg);
   	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	background:#fff;
    font-size: 16px;
    font-family: OpenSans-Regular;
}
header {
	text-align: center;
}
.header-image{max-width:100%;}
p {
    margin: 0 0 10px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-header::before, .modal-header::after, .modal-footer::before, .modal-footer::after {
    display: table;
    content: " ";
	clear: both;
}
.container {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px;
}
/**/
footer p{
	margin-top: 20px;
	border-top: 2px solid #daccb9;
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
	
}

/*==================================================================
								Menu Dizine
===================================================================*/
.stellarnav.mobile .menu-toggle {
    text-align: center;
}


.stellarnav.mobile ul {
	text-align: center !important;

}
.stellarnav > ul > li > a {
    padding: 20px 15px;
}
/*============================          ============================*/
.stellarnav.light, .stellarnav.light ul ul {
    background: #79011D;
	margin-bottom: 0;
	/*border: 2px solid #000; */
}
.stellarnav.light .call-btn-mobile, .stellarnav.light .close-menu, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
    color: rgba(255,255,255,1) !important;
}
.stellarnav.light li a {
    color: rgba(255,255,255,1);
	
}
.stellarnav.mobile.light li a {
    border-bottom: 1px solid rgba(0,0,0,.15);
    background: #79011D !important;
}

/*==================================================================
							
===================================================================*/


/**************** removed scrool bar******************/
.row {
    margin-right: 0px;
    margin-left: 0px;
}

.container {
    padding-right: 0;
    padding-left: 0;
    }
@media only screen and (min-width: 768px) and (max-width: 778px) {
    .container {
    padding-right: 0;
    padding-left: 0;
    }
}
.ros-01{
	padding: 20px 15px;
	
}
/*==================================================================
							Bs-Custom-Css
===================================================================*/
.bs-custom-001{
	text-align: center;
}

.bs-custom-002{
	padding-right: 0px;
	padding-left: 0px;
}
.bs-custom-003{
	margin-top: 30px;
}
.bs-custom-004{
	padding-top: 20px;
	margin-top: 10px;
}
.bs-custom-005{
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.bs-custom-006{
	text-align: center;
}
.bs-custom-010{
	width: 100%;
	padding: 0;
}
.new-01{
	padding-right:5px;
}
.new-02{
	padding-left:5px;
}
/*.bs-custom-11{
	background: #fff;
} */
.bs-custom-012{margin-top: 30px;}
/*==================================================================
		End Bs-Custom-Css/ Start Featured Dizine
===================================================================*/

figure { 
  display: block; 
  position: relative; 
  float: left;  
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

figcaption { 
  position: absolute; 
  height: auto;
  color:  rgba(139,109,110, 1);
  background: rgba(255,255,0, 1);
  font-family: 'Oswald', sans-serif;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
  text-align: center;
  width: 100%;
  font-size: 20px;
  
  padding: 5px 0;
 
}

.cap-left figcaption { bottom: 0; }
.cap-left figcaption:after { height: 20px; width:20px; background:#f00; }
.image-01 {
	width: 100%;
}


@media only screen and (max-width: 768px) {

figcaption { 
  padding-top: 5px;
  padding-bottom: 5px;
}

.cap-left figcaption { bottom: 0; }

}

@media only screen and (max-width: 400px) {

figcaption { 
  font-size: 15px;
}

}


@media only screen and (max-width: 200px) {
	
figcaption { 
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
font-size: 10px;
}
.image-right{
	float: none;
}

}
/*==================================================================
				End Featured Dizine				
===================================================================*/
.row-002{
	padding: 0 15px;
}


/****************************/



.cap-left {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
	font-size: 25px;
   
}
@media only screen and (max-width:1100px){
	.cap-left{
		font-size: 24px;
	}
}
@media only screen and (max-width:1000px){
	.cap-left{
		font-size: 22px;
	}
}
@media only screen and (max-width:900px){
	.cap-left{
		font-size: 20px;
	}
}
@media only screen and (max-width:800px){
	.cap-left{
		font-size: 18px;
	}
}
@media only screen and (max-width:767px){
	.cap-left{
		font-size: 16px;
	}
}
@media only screen and (max-width:700px){
	.cap-left{
		font-size: 15px;
	}
}
@media only screen and (max-width:600px){
	.cap-left{
		font-size: 14px;
	}
}
@media only screen and (max-width:400px){
	.cap-left{
		font-size: 12px;
	}
}
@media only screen and (max-width:350px){
	.cap-left{
		font-size: 10px;
	}
}
@media only screen and (max-width:300px){
	.cap-left{
		font-size: 8px;
	}
}
@media only screen and (max-width:250px){
	.cap-left{
		font-size: 7px;
	}
}


/*****************/
ul {
  margin: 0;
  list-style: none;
}

.column {
  margin: 0 auto;
  padding: 0 15px;
  width: 1200px;
}

.call_to, .call_to_area {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
}

.call_to_area {
    background: #F8F8F8;
    padding: 5px 0;
    line-height: 14px;
    height: 44px;
	z-index: 105;
}

.tedxt {
  float: left;
  margin-right: 2%;
  text-align: right;
  width: 48%;
  line-height: 0;
}

.quote_btn {
  float: left;
  width: 50%;
}

.quote_btn li {
  display: inline;
}

.quote_btn a {
  background: #bd3fc5;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  margin: 0 2px;
  padding: 7px 4%;
}

.call_to_action ul li a, .form a, .menu ul li a, .quote_btn a, .single_service_item > a {
  text-decoration: none;
}

.shaket {
  position: relative;
  animation: mymovet 5s infinite;
}

@keyframes mymovet {
  0% {
    top: 0;
  }
  
  50% {
    top: 10px;
  }
  
  100% {
    top: 0;
  }
}

@keyframes mymovet {
  0% {
    left: 0;
  }
  
  50% {
    left: 10px;
    background: #035D6D;
  }
  
  100% {
    left: 0;
  }
}

@keyframes mymove {
  0% {
    left: 0;
  }
  
  50% {
    left: 10px;
  }
  
  100% {
    left: 0;
  }
}


.tedxt p {
    display: block;
    text-align: right;
	margin-top: 15px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

/**********/

/****Edit by Rostom**********/
.phone_number { margin-right:10px; } 
.call_to_action_phone { margin-top:10px; } 
.call_to_action_phone img{ width: 16px; margin-bottom: 0; margin-right: 5px; } 
.call_to_action_phone a { text-decoration:none; }



.phone_number, .c_email{color: #000;}
.phone_number:hover, .c_email:hover {color: #101010; border:none; text-decoration: none;}

body {
  font-family: 'Oswald', sans-serif;
}


.newnew{
text-decoration: none;
color: #666;
border-color: #EBEBEB;
background-color: #EBEBEB;
width: 100%;
max-width: 150px;
border: 1px solid #acacac;
padding: 15px;
display: block;
}
.newnew:hover{background: #a0a2a5;color: #fff;}

.ros-01 {
  background: #fff;
}

@media only screen and (max-width: 991px) {
  .contact-image {
    clear: both;
  }
  .contact-image {
    margin-top: 70px;
  }
}


.bg-color-11005{
	background: rgba(60,60,60,1);
}

.bs-custom-11031,
.bs-custom-11032{
	color: rgba(60,60,60,1);
}


header img {
    height: auto;
    width: 350px;
}



/***************************/

.nor-custom-010{
	  padding-right: 0px;
    padding-left: 0px;
	margin-top: 15px;
	
}

.red{
	background: rgba(255,255,255,.1);
}

/******************************/

.cap-left {
    display: block;
    position: relative;
    float: left;
    padding: 0px;
    margin: 0px;
    overflow: hidden
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
	list-style-type: square;
	color: #000;
}


.box{
	width: 40%;
	height: 50%;
	display: inline-block;
	left: 28%;
	top: 23%;
    position: absolute;
	border: .009em solid rgba(0,0,0,.5);
	z-index: 1;
}
.exc-custom-001{
	width: auto;
  left: 37%;
  top: 30%;

  display: inline-block;
  text-transform: capitalize;
 
  position: absolute;
  text-align: center;
	display: inline-block;

font-size: 1em;

font-weight: 400;
font-style: normal;
line-height: 1.5;
letter-spacing: 0.16em;
z-index: 2;
/*transform: skewX(20deg);*/
transform: rotate(-90deg);


}

.exc-custom-002{
	width: auto;
  left: 51%;
  top: 36%;

  display: inline-block;
  text-transform: capitalize;
 
  position: absolute;
  text-align: center;
	display: inline-block;

font-size: 1em;

font-weight: 400;
font-style: normal;
line-height: 1.5;
letter-spacing: 0.16em;
z-index: 2;

transform: rotate(-90deg);
}

.exc-custom-003{
	width: auto;
  left: 43%;
  top: 69%;

  display: inline-block;
  text-transform: capitalize;
 
  position: absolute;
  text-align: center;
	display: inline-block;

font-size: 1em;

font-weight: 400;
font-style: normal;
line-height: 1.5;
letter-spacing: 0.16em;
z-index: 3;
transform: rotate(-90deg);

}
.exc-custom-004{
	width: 80%;
  left: 20%;
  top: 40%;
  

  display: inline-block;
  text-transform: capitalize;
 
  position: absolute;
  text-align: left;
	display: inline-block;

font-weight: bold;
font-style: normal;
line-height: 1.5;
letter-spacing: 0.16em;
z-index: 2;
}
.exc-custom-004 h2{
	font-size: 2em;
	 font-family: 'Playball-Regular';
	 color: rgba(127,127,127,1);
}
.exc-custom-004 p{
	left: 5%;
	position: absolute;
	font-size: 1.5em;
	 color: rgba(127,127,127,1);
	
}


.bs-custom-020{
	padding-right: .3125em;
}
.bs-custom-021{
	padding-left: .3125em;
}
.figcaption-01 {
  width: 100%;
  left: 0;
  color: #000;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 auto;
  position: absolute;
  text-align: center;
 top: 40%;
}
.figcaption-01> .figcaption-02 {
	width: auto;
	margin: 0;
	padding: .25em;
	display: inline-block;
	border: .12em solid rgba(94,94,94,1);
}
.figcaption-01> .figcaption-02 > .figcaption-03{
	width: auto;
	font-size: 1.5em;
	padding: .625em .75em;
	margin: 0;
	display: inline-block;
}
.font-custom-001{
	font-size: 18px;
}

@media only screen and (max-width:1199px){
	.font-custom-001{
		font-size: 16px;
	}
}

@media only screen and (max-width:1149px){
	.font-custom-001{
		font-size: 15.5px;
	}
}

@media only screen and (max-width:1099px){
	.font-custom-001{
		font-size: 15px;
	}
}

@media only screen and (max-width:1049px){
	.font-custom-001{
		font-size: 14.5px;
	}
}

@media only screen and (max-width:991px){
	.font-custom-001{
		font-size: 14px;
	}
}

@media only screen and (max-width:949px){
	.font-custom-001{
		font-size: 13.5px;
	}
}

@media only screen and (max-width:899px){
	.font-custom-001{
		font-size: 13px;
	}
}

@media only screen and (max-width:849px){
	.font-custom-001{
		font-size: 12.5px;
	}
}

@media only screen and (max-width:799px){
	.font-custom-001{
		font-size: 12px;
	}
}

@media only screen and (max-width:767px){
	.font-custom-001{
		font-size: 11.5px;
	}
}

@media only screen and (max-width:699px){
	.font-custom-001{
		font-size: 11px;
	}
}

@media only screen and (max-width:649px){
	.font-custom-001{
		font-size: 10.5px;
	}
}

@media only screen and (max-width:599px){
	.font-custom-001{
		font-size: 10px;
	}
}

@media only screen and (max-width:549px){
	.font-custom-001{
		font-size: 9.5px;
	}
}
@media only screen and (max-width:499px){
	.font-custom-001{
		font-size: 9px;
	}
}

@media only screen and (max-width:449px){
	.font-custom-001{
		font-size: 8.5px;
	}
}

@media only screen and (max-width:399px){
	.font-custom-001{
		font-size: 8px;
	}
}

@media only screen and (max-width:349px){
	.font-custom-001{
		font-size: 7.5px;
	}
}

@media only screen and (max-width:299px){
	.font-custom-001{
		font-size: 7px;
	}
}

@media only screen and (max-width:249px){
	.font-custom-001{
		font-size: 6.5px;
	}
}
.video-icon::after{
	content: "";
	background: url(../images/video.png) no-repeat center center;
	background-size: auto 100%;	
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 14px;
	z-index: 1;
}
.video-icon:hover:after{
	content: "";
	background: url(../images/video.png) no-repeat center center;
	background-size: auto 100%;	
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 14px;
	z-index: 1;
	opacity: 0;
}
.custom-002:hover:before{
	content: "";
	background: #000;
	color: #fff;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 98.7%;
	font-size: 14px;
	z-index: 1;
}

.custom-002:hover:after{
	color: #fff;
}
.figcaption-01 {
  width: 100%;
  left: 0;
  color: transparent;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 auto;
  position: absolute;
  text-align: center;
 top: 40%;
}
.cap-left:hover>.figcaption-01 {
  content: "";
  width: 100%;
  left: 0;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 auto;
  position: absolute;
  text-align: center;
 top: 42%;
 color: rgba(255, 255, 255, 1);

text-transform: capitalize;

font-size: 65px;

font-family: Bodega Script;

font-weight: 400;

font-style: normal;
z-index: 2;
}

.ros-01{
	line-height: 1.5;

color: #525252;

font-size: 16px;
}









