@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'yekan';
  src: url('../font/yekan/W_yekan.eot?#') format('eot'),  
       url('../font/yekan/W_yekan.woff') format('woff'), 
       url('../font/yekan/W_yekan.ttf') format('truetype'); 
}
@font-face {
  font-family: 'iran';
  src: url('../font/iranSans/IRANSansWeb.eot?#') format('eot'),  
       url('../font/iranSans/IRANSansWeb.woff') format('woff'), 
       url('../font/iranSans/IRANSansWeb.ttf') format('truetype'); 
}
body{
	padding:0px;
	margin:0px;
	font-family:iran;
	font-size:14px;
/*	background-image:url(../image/pattern.png);
*/}
#mainHeader{
	background:#221986;
	height:70px;
}
.navbar-brand{
	position:relative;
	z-index:100;
}
.navbar-brand img{
	width:130px;
	margin-top:-4px;
}
h1.title_site{
	position: absolute;
    left: 170px;
    font-size: 16px;
    top: -55px;
    color: #fff;
}
#content{
/*	border:1px solid red;
*/	margin-top:80px;
}
#box{
	min-height:100px;
	width:100%;
	display:none;
	color:#000;
	margin:50px 0px;
	padding:10px;
	line-height:40px;
	}
.nav li span {
    position: absolute;
    background-color: #fff;
    display: block;
    transition: all 400ms;
}
.nav li .line1, .nav li .line2 {
    top: 0;
    right: 0;
}

.nav li .line2 {
    top: 0;
    right: 0;
}
.nav li .line2, .nav li .line4 {
    height: 20px;
    width: 2px;
}
.nav li .line3, .nav li .line4 {
    bottom: 0;
    left: 0;
}
.nav li .line1, .nav li .line3 {
    height: 2px;
    width: 20px;
}
.nav li:hover .line1, .nav li:active .line1, .nav li:hover .line3, .nav li:active .line3 {
    width: 100%;
}
.nav li:hover .line2, .nav li:active .line2, .nav li:hover .line4, .nav li:active .line4 {
    height: 100%;
}

#mainFooter{
	width: 100%;
    min-height: 55px;
    background: #221986;
    color: #fff;
    padding: 20px 35px;
	}
img#top_footer{
	width:100%;
}
#mainFooter a:link,#mainFooter a:visited{
	color:#fff;
}
.explain{
	font:17px yekan;
	line-height:30px;
	text-align:justify;
}
.explain h4{
	font:20px iran;
	font-weight:bold;
	margin:25px 0px;
}
.explain h2{
text-align: center;
    color: #221986;
    margin-top: 78px;
    position: absolute;
    top: 90px;
    left: -200px;
    /* margin-bottom: 45px; */
    font-weight: bold;
    transform: rotate(-45deg);
    font-size: 2.6em;	}
.explain p,.explain_risk p{
    line-height: 30px;
    text-align: justify;
    font-size: 18px;
    font-family: yekan;
	padding:10px 30px;
	}
.explain_risk h2{
	text-align: center;
    color: #221986;
    margin-top: 20px;
    margin-bottom: 45px;
}
.explain p {
    line-height: 36px;
    margin-top: 110px;
    font-size: 18px;
    font-family: yekan;
	padding:10px 30px;
}
#about  .explain p{
	margin-top:95px;
	padding:10px 30px;
}
#loading{
	 position: absolute;
    left: 50%;
    top: 45px;
	display:none;
}
#lg{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin: auto;
    background-image: url(../image/circle.png);
    background-size: 100%;
	padding-top: 34px;
	-webkit-animation: spinAround 2s linear infinite;
	-moz-animation: spinAround 2s linear infinite;
	animation: spinAround 2s linear infinite;

}
@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}

#loading img{
	width:47px;
	display:block;
	margin:auto;
	display:none;
}
#slideshow{
	width:100%;
	min-height:350px;
	background-color:#E8E8E8;
	margin-bottom:40px;
}
#main,#about{
	width:100%;
	min-height:400px;
	position:relative;
	
/*	margin:5px 0px;
*/	
	 }
	
#main{
	background:url(../image/bg44.png)left  top no-repeat;
	margin-top:-40px;
}
#main img#parent{
	width:450px;
	margin:auto; 
	display:block;
	margin-top:82px;
}
#about{
	background:url(../image/bg4.jpg) right top no-repeat;
}
	 
/*******carousel******/
#box_insurance {
    width: 94%;
    min-height: 100px;
/*    background: #2FA2E2;
*/ 
/*    padding-top: 4px;
*/    direction: rtl;
    color: #000;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
	margin:auto;
	transition:all 0.7s ease;
	cursor:pointer;
}
#box_insurance:hover{
	
/*webkit-box-shadow: 7px 7px 0 #1999c0;
    box-shadow: 7px 7px 0 #1999c0;
*/}

.color1{
	 background: #303F9F;
}
.color2{
	background-color:#1c4489;
}
.color3{
	background-color:#1899c0;
}
.color4{
	background-color:#a3dbea;
}
.color5{
	background-color:#42A5F5;
}
.color6,.color11{
	background-color:#00ACC1;
}
.color7{
	background-color:#5C6BC0;
}
.color8{
	background-color:#3949AB;
}
.color9{
	background-color:#00B8D4;
}
.color10{
	background-color:#00B0FF;
}
#navar{
	height:5px;
	width:100%;
	background-color:#000;
	position:relative;
	margin-bottom:20px;
}
#navar:after{
	position:absolute;
	content:" ";
	left:100px;
	border-top: 10px solid rgb(50,150,150);
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
	top:5px;
}
	
#box_insurance img {
    display: block;
    height: 280px;
    margin: auto;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
#box_insurance h2 {
    display: block;
    height: 51px;
    font: 16px iran;
    padding-top: 12px;
/*	background:#a5ddee;
*//*	display:none;
*/    /* margin-top: 20px; */}
.explain_insurance{
	display:none;
}
#box h3{
	font:28px yekan;
	text-align:center;
}
/*******carousel******/
/*******bg2***********/

.parallax{
	background-image:url(../image/shutterstock_insurance_Ahmetov_Ruslan.jpg);
    background-size:cover;
    background-attachment: fixed;
    background-position: 50% 30%;
    height: 300px;
    position: relative;
	border-bottom: 3px solid #2fa2e3;
	border-top: 3px solid #2fa2e3;
	}
#bg2 h2{
display: block;
    width: 300px;
    min-height: 70px;
    background-color: rgba(50, 195, 218, 0.85);
    text-align: center;
    font: 18px iran;
    padding: 20px 0px;
    position: absolute;
    left: 0px;
    top: -20px;
		}
#bg2 span{
    width: 365px;
    height: 151px;
    background-color: rgba(50, 195, 218, 0.85);
    display: block;
    font-size: 16px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    text-align: justify;
    padding: 14px 10px;
    line-height: 38px;
    }
/*********bg2************/

/********contact*******/
#contact{
	min-height:300px;
	position:relative;
	padding:50px 30px ;	
}
#phone,#address{
min-height: 60px;
    padding: 6px 20px;
    font-weight: 300;
    font-family: yekan;
    font-size: 18px;
	}
#phone img,#address img{
	margin-top:-23px;
	margin-left:10px;
}
#phone i,#address i{
	font-size:28px;
	color:#40b1c0;
	padding-left:10px;
	width: 40px;
    text-align: center;
}
#contact span,span.sep{
	text-align: center;
	font-size:30px;
	font-weight:bold;
    display: block;
    height: 50px;
    padding-bottom: 20px;
    /* padding-top: 30px; */
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(../image/line3.jpg);
	margin:auto;
	margin-bottom:30px;
		}
#contact span{
	width:300px;
	height:70px;
}
span.sep{
    width: 300px;
    height: 80px;
	margin-top:40px;
	}
#sendMail{
	margin-top:20px;
}
#myBtn{
	background-color:#40b1c0;
	color: #000;
    font-size: 18px;
}
.padding5{
	padding:5px;
}
.padding{
	padding-top:150px;
}
.padding50{
	padding:0px 50px;
}
/********contact*******/
#risk_insurance{
	min-height:500px;
	padding:50px 0px;
	position:relative;
	background:url(../image/general-liability-insurance.jpg) no-repeat bottom center;
}
#risk_insurance img{
    right: 0px;
    margin-left: 0px;
    margin-top: -27px;
    width: 300px;
}
/********risk_insurance*****/
/**********insturance********/
.heading .heading-content{
	background-color:rgba(50, 195, 218, 0.68);
}
h2.title{
	
	height: 45px;
    text-align: center;
    font: 20px yekan;
    padding-top: 7px;
     color: #fff; 
/*    background: url(../image/line3.jpg) bottom repeat-x;
*/    background-color: #1899c0;
	margin-bottom:12px;
	margin-top:0px;	
}
.group_contect ul{
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
	 background: url(../image/line3.jpg) bottom repeat-x;
/*	background-color:#d6f7ff;
*/	padding-bottom:10px;
}
.group_contect ul li{
	min-height:40px;
	border-right:5px solid #221986;
	margin-top:1px;
    border: 1px solid #b8eefb;
    border-right: 5px solid #1899c0;
	transition:all 0.3s ease;
	cursor:pointer;
	position:relative;
	background-color:#b8eefb;
	}
.group_contect ul li ul li{
	background-color: #74d2eb;
    border: none;
/*    padding: 9px 12px;
*/	margin-top:1px;
/*	padding-right:25px;
*/}
.group_contect ul li ul li span{
	padding-right:35px;
	font-size:14px;
}
.group_contect ul li ul li ul li{
	border:none;
	background-color:#c0f2ff;
}
.group_contect ul li ul li ul li span{
	padding-right: 45px;
	font-size:13px;
}
.group_contect ul li:hover ul li ul li{
	background-color:#c0f2ff;
}
.group_contect ul li:hover ul li{
	background-color:#74d2eb;
	margin-right:0px;
}
.group_contect ul li ul{
	background-image:none;
	display:none;
	margin-top:10px;
}
.group_contect ul li:hover{
	margin-right:7px;
	background-color:#b8eefb;
}
.group_contect ul li i{
	vertical-align:middle;
	padding-left:8px;
	font-size:20px;
	color:#221986;
    position: absolute;
    right: 8px;
    top: 10px;
}
.group_contect ul li ul li i{
	right:18px;
}
.group_contect ul li ul{
	display:none;
	margin: 0px;
    padding: 0px;
}
.box_inturance,#details_ins{
	width:95%;
	margin:auto;
	min-height:102px;
	background: url(../image/line3.jpg) bottom repeat-x;
	margin-bottom:20px;
	border:1px solid #b8eefb;
	
}
.box_inturance{
		border-bottom:none;
		background-color:#f1fcff;
		transition:all 0.7s ease;	

}

.box_inturance:hover{
	background-color:#a3dbea;
}

.box_inturance h3,#details_ins h3{
	background-color:#1899c0;
	min-height:45px;
	padding-top:7px;
	font:20px yekan;
	padding-right:10px;
	text-align:center;
	margin-top:0px;
	color:#fff;
	transition:all 1s ease;
}
.box_inturance:hover h3{
	color:#000;
}
.box_inturance img{
	width:150px;
	height:120px;
	display:block;
	margin:15px;
    box-shadow: -20px 20px 0 -17px rgb(236, 236, 236), 20px -20px 0 -17px rgb(236, 236, 236), 20px 20px 0 -20px rgb(24, 153, 192), 0 0 0 2px rgb(24, 153, 192);
	}
.box_inturance p{
	text-align:justify;
	line-height:30px;
	padding:5px 25px;
}
#insNav ul{
	list-style:none;
	padding:0px;
	margin:20px 0px 30px;
}
#insNav ul li{
	display:inline-block;
	margin-left:10px;
	
}
#insNav ul li a{
	background-color:#1899c0;
	padding:5px 15px;
	display:block;
	height:45px;
	padding-top:7px;
	font:18px yekan;
	border-radius:22px 0px 22px 0px;
	
}
.ulGroup span {
    width: 100%;
    display: inline-block;
    height: 42px;
    padding-top: 9px;
    padding-right: 25px;
	font-size:15px;
}
#explain{
	text-align:justify;
	line-height:32px;
	padding:30px;
	background-color:#d6f7ff;
}
#explain h2{
	background-color:#1899c0;
	font:18px yekan;
	min-height:30px;
	color:#000;
	border-radius:26px 0px 26px 0px;
	padding-right:20px;
	
}
#age{
	transform: rotate(-45deg);
	width: 200px;
    margin-top: 160px;
    margin-right: 64px;
	}
.closing{
	transform:rotate(-90deg) !important;
	margin-top:5px;
}
.openening{
	transform:rotate(0deg) !important;
}
.act{
	background-color: #d6f7ff !important;
    border: 2px solid #1899c0;
}
.ins-act{

	
/*	background:url(../image/true.png) no-repeat left top;
*//*	background: #d6f7ff; 
    background: -webkit-linear-gradient(#0081a0, #6CF);
    background: -o-linear-gradient(#0081a0, #6CF); 
    background: -moz-linear-gradient(#0081a0, #6CF); 
    background: linear-gradient(#0081a0, #6CF); 
*/
}
#map{
	 margin-top:30px;
	 border:2px solid #40b1c0;
	 border-right:none;
	 border-left:none;
	 margin-bottom:-90px;
	 height:350px;
}
.social{
	text-align:center;
}
.social i{
	margin-right:7px;
	font-size:26px;
/*	float:left;
*/	text-align:center;
margin-left: 5px;
}
img#sarmad{
    margin: auto;
    display: block;
    margin-top: 200px;
    margin-bottom: 30px;
    width: 250px;	}
/**********insturance********/


/*****/

.owl-wrapper{
	position: relative;
	display: block;
}
.owl-wrapper:before,
.owl-wrapper:after {
    content:"";
    display:table;
}
.owl-wrapper:after {
    clear:both;
}
.owl-wrapper .owl-item{
	display: block;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	z-index: 1;
	-webkit-transition: 
		opacity 0.4s linear, 
		-webkit-transform 0.4s ease-in-out 
		;
	-moz-transition: 
		opacity 0.4s linear, 
		-moz-transform 0.4s ease-in-out 
		;
	-o-transition: 
		opacity 0.4s linear, 
		-o-transform 0.4s ease-in-out;
	-ms-transition: 
		opacity 0.4s linear, 
		-ms-transform 0.4s ease-in-out;
	transition: 
		opacity 0.4s linear, 
		transform 0.4s ease-in-out;

}

/* Hover Style for all the items: blur, scale down*/
.owl-wrapper .owl-item.blur{
/*	box-shadow: 0px 0px 20px 5px rgba(255,255,255,1);
*/	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.4;
}

/* Hover Style for single item: scale up */
.owl-wrapper .owl-item.active{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
/*	box-shadow: 
		0px 0px 0px 5px rgba(255,255,255,1), 
		1px 3px 3px 3px rgb(24, 153, 192);
*/	z-index: 100;	
	opacity: 1;
}

/*****/

@media screen and (max-width:993px){ 
#age{
	display:block;
	margin:50px auto;
}
#about{
/*	margin-top:50px;
*/}
#about  .explain p{
	padding-top:0px;
}
#about  .explain p{
	margin-top:0px;
}
.calligraphy{
	display:block;
	margin:auto;
}
img#sarmad{
    margin-top: 205px;
    left: 50%;
    width: 210px;
}
#insNav ul{
	padding-right:30px;
}


}
@media screen and (max-width:768px){
.heading .heading-content,.heading .heading-content h3,.heading .heading-content{
	display:none !important;
}
.heading .flying-1{
	display:none !important;
}
.heading .heading-slide-single{
	top:0px !important;
}
.nav > li {
	margin:22px 0px;
	text-align:right;
}
.navbar-nav{
	padding:0px 20px !important;
}
.navbar-brand img {
    width: 85px !important;
}

#risk_insurance{
	background-image:none;
}
.navbar-default {
	min-height:59px !important;
}
.owl-theme .owl-controls .owl-buttons div{
	width:40px !important;
	height:40px !important;
}
.owl-next{
	right:-35px !important;
}
.owl-prev{
	left:-35px !important;
}
.navbar-default{
	height:59px !important;
}
	#main{
		margin-top:-122px;
		padding-top:50px;
	}
#main img#parent{
	display:none;
}
#age{
   margin-top: 160px;
    transform: rotate(0deg);
    display: block;
}
#mainFooter{
	text-align:center;
	}
.social{
	margin:12px 0px;
}
.explain p{
	margin-top:5px;
}
#risk_insurance img{
	width:235px;
}
.explain{
	padding:0px 20px;
}
.padding50{
	padding:0px 5px;
}
.group_contect{
	margin-bottom:50px;
}
#insNav ul li{
	margin-bottom:12px;
}
#insNav ul li a,.box_inturance h3{
	font-size:16px;
}
#explain,.box_inturance p{
	line-height:26px;
	font-size:13px;
}
#explain img{
	margin:20px 10px;
}
h2.title{
	font-size:18px;
}
.ulGroup span{
	font-size:14px;
}
.group_contect ul li ul li span{
	font-size: 13px;
}
.group_contect ul li ul li ul li span{
	font-size: 12px;
}
}
@media screen and (max-width:320px){
	.owl-theme .owl-controls .owl-buttons div{
	width:37px !important;
	height:37px !important;
}
.owl-next{
	right:-30px !important;
}
.owl-prev{
	left:-30px !important;
}

}

.popup {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 10000;
  max-width:100%;
}

.popup-content {
  background-color: #fefefe;
  margin: auto; /* 15% from the top and centered */
  margin-top: 80px;
  padding: 20px;
  padding-right: 8px;
  border: 1px solid #888;
  width: fit-content; /* Could be more or less, depending on screen size */
}

.popup-close {
 color: #54c6e4;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    right: -3px;
    top: -23px;
}
.popup-img{
	margin:auto;
	display:block;
	max-width:100%;
	max-height:700px;
	width:auto;
	height:auto;
}
.popup-close:hover,
.popup-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}