* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-control {
font-family: inherit !important;
}
h2 {
	font-family: inherit !important;
}
body {
	padding: 0;
	margin: 0;
   	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    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;
	color: #fff;
}

/*==================================================================
								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;
}
/*.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;
}


/****************************/


figure { 
  display: block; 
  position: relative; 
  float: left; 
  overflow: hidden;
  background: none;
}


figcaption { 
  position: absolute; 
  background: rgba(189,63,197,.80); 
  color: white; 
  padding: 10px 20px;
  opacity: 1;
  width: 100%;
-webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
  font-size: 16px;
}

.cap-left figcaption { bottom: 3px; left: 0; }
/*.cap-left:hover figcaption { background: #fff; width:100%; height: 100%; opacity: .1; } */
/*.vc_custom_1484972626280 img:hover { background: #fff; width:100%; height: 100%; opacity: .5; }*/
.image-right{
	float: right;
}


@media only screen and (max-width: 767px) {

.wpb_column .vc_custom_1505986997028 {
    padding-right: 15px !important;
}

.wpb_column .vc_custom_1506055750627 {
    margin-top: -34px !important;
}

.home-extra {
   display:none;
}

}



@media only screen and (max-width: 400px) {
	

figcaption { 
  padding: 4px 8px;
  font-size: 10px;
  text-align: left;
}

.image-right{
	float: none;
}
}
figure:after { 
content: " "; 
position: absolute; 
font-weight: 800;
background: #f00; 

text-shadow: 0 0 5px white; 
color: black; width: 22px; 
height: 22px; 
text-align: center; 
font-size: 14px; line-height: 24px; 
-moz-transition: all 0.6s ease; 
opacity: 0.75; 
 } 
.cap-left:after { bottom: 10px; right: 10px; }


@media only screen and (max-width: 400px) {
.cap-left:after { bottom: 0 /*5px;*/ }
}


/*****************/
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;
}
footer p, footer a{
	margin-bottom: 50px;
}
/**********/

/****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: #fff;}
.phone_number:hover, .c_email:hover {color: #eee; 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{
	
}

.bs-custom-11031,
.bs-custom-11032{
	color: rgba(60,60,60,1) !important;
}


header img {
    height: auto;
    width: 350px;
}

.custom-08{
	line-height: 1.3;
	font-family: Oxford;
font-weight: 400;
font-style: normal;
}
.custom-08 p{
	font-size: 120%;
}
.custom-08 h2{
	font-size: 150%;
	margin-bottom: 8px;
}

.row-3{
line-height: 1.3;
font-size: 120%;
font-family: Oxford;
font-weight: 400;
font-style: normal;
}
.bs-custom-005{
	line-height: 1.3;
	font-size: 130%;
font-family: Oxford;
}






