* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	/*background: url(../images/bg.jpg);
   	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	background:#fff !important;
    font-size: 16px;
    font-family: "proxima-nova";
}
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 #a09c8b;
	text-align: center;
	padding-top: 10px;

	color: #000;
	font-family: "Crimson Text";
font-size: 20px;
line-height: 1.2em;
text-transform: none;
letter-spacing: 0px;
font-weight: 400;
font-style: italic;
}

/*==================================================================
								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 {
    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;
	}
}



.figcaption-01 {
  width: 100%;
  left: 0;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  bottom: 30%;
}
.figcaption-01> .figcaption-02 {
	width: auto;

	margin: 0;
	padding: .12em;
	display: inline-block;
	border: .12em solid #fff;
	position: relative;
	z-index: 12;
	background: #000;
		
		
		left: 0px;
		top: 0px;
		width: auto;
		height: 100%;
		z-index: 10;

}
.figcaption-01> .figcaption-02 > .figcaption-03{
	
	
	width: auto;
	font-size: 1em;
	
	margin: 0;
	display: inline-block;
	left: 15%;
	top: 15%;
	z-index: 10;
	
  color: rgb(255, 255, 255);
  line-height: 1.872;
	
	
}
.figcaption-01> .figcaption-02 > .figcaption-04{
	background-color: rgb(252, 40, 140);
  position: absolute;
  left: 10%;
  top: 10%;
  width: 90%;
  height: 90%;
  z-index: 7;
	
}

.figcaption-01> .figcaption-02 > .figcaption-05{
	 border-width: 5px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  opacity: 1;
  position: absolute;
  left: 12%;
  top: 12%;
  width: 88%;
  height: 88%;
  z-index: 8;
	
}

















@media only screen and (max-width:600px){
	.figcaption-01 {
		bottom: 25%;
	}
}

/*
.figcaption-01> .figcaption-02 > .figcaption-03::after{
	content: "";
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	width: auto;
	padding: .45em .55em;
	margin: 0;
	display: inline-block;
}

.video-icon::after{
	content: "";
	background: url(../images/video.svg) no-repeat center center;
	background-size: auto 100%;	
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 14px;
	z-index: 1;
}

*/
.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: 30px;
}
/**********/

/****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: "proxima-nova";
  
}


.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-background{
	background: #fff;
	padding: 15px 0;
}
header img{
	max-width: 230px;
}

.row-4{
	padding: 0;
}


.video-icon::after{
	content: "";
	background: url(../images/video.png) no-repeat center center;
	background-size: auto 100%;	
	opacity: .8;
	top: 40%;
	left: 25%;
	position: absolute;
	width: 50%;
	height: 50%;
	font-size: 14px;
	z-index: 1;
}


.ros-01 p img {
padding: 65px;
}





