/* Some Typography Style */
@font-face{font-family: 'IranYekan';font-weight: normal;font-style: normal;src: url('../fonts/IRANYekan.eot');src: local('?'), url('../fonts/IRANYekan.woff') format('woff'), url('../fonts/IRANYekan.ttf') format('truetype');}
@font-face{font-family: 'iran_sansregular';font-weight: normal;font-style: normal;src: url('../fonts/iran_sans.eot');src: url('../fonts/iran_sans.eot?#iefix') format('embedded-opentype'), url('../fonts/iran_sans.woff') format('woff'), url('../fonts/iran_sans.ttf') format('truetype'), url('../fonts/iran_sans.svg#iran_sansregular') format('svg');}
@font-face{font-family: 'yekan';font-weight: normal;font-style: normal;src: url(../fonts/web_Yekan.woff);src: url(../fonts/web_Yekan.eot?#iefix) format("embedded-opentype"), url(../fonts/web_Yekan.woff) format("woff"), url(../fonts/web_Yekan.ttf) format("truetype"), url(../fonts/web_Yekan.svg#BYekan) format("svg");}

html {
  font-size: 10px;
}
@media (min-width:576px) {
  html {
    font-size: 11px;
  }
}
@media (min-width:768px) {
  html {
    font-size: 12px;
  }
}
@media (min-width:992px) {
  html {
    font-size: 14px;
  }
}
h1, h2, h3, h4, h5, h6{
	text-align: right;
}
body {
	overflow-x: hidden;
	position: relative;
}

/* Some Typography Style */
.text-fa {
	font-family: IranYekan, yekan, iran_sansregular, Tahoma, Arial, Sans-serif;
	font-weight: bold;
	line-height: 2;
}
.text-color1 {
	color: #ff5600;
}
.text-color2 {
	color: #09255b;
}
.text-color3 {
	color: #666;
}
.text-color4 {
	color: #a6bfff;
}
.text-color5 {
	color: #3257b7;
}
.text-color6 {
	color: #600097;
}
.text-shadow{
	text-shadow: 2px 2px 2px rgba(0,0,0,.8);
}
.headline {
	font-size: 2rem;
	color: #09255b;
	padding: 1rem;
	text-shadow: 1px 2px 3px rgba(0,0,0,.4);
}
.my-6rem{
	margin-top: 6rem;
	margin-bottom: 6rem;
}

/* Color theme */
.bgLight{
	background-color: #f4f4fa;
}
.bgGray{
	background-color: #cccccc;
}
.bgWhite{
	background-color: #ffffff;
}
.bgSpecial{
	background-color: #f6dfd9;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}
.background-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.background-grey {
	background-color: #ddd;
}
.background-c2 {
	background-color: #ffead0;
}
.boxBorder{
	border: 1px solid #ebc798;
	border-radius: 1em;
	padding: 1em;
	background: #f9efd9;
}
.imgBorder{
	border: 1px solid #dddddd;
	border-radius: 1em;
}
.box-shadow{
	box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.2);
}
.pt-150 {
    padding-top: 150px;
}
.pb-150 {
    padding-bottom: 150px;
}

.form-group{
	text-align: right;
}
.form-control {
	height: calc(3rem + 2px);
	padding: .75rem;
	border-radius: .75rem;
}

.maincontent {
    width: 100%;
	padding: 0px;
	margin: 0px;
}

.header{
	padding: 0;
	margin: 0;
}
.header .header-title{
	font-size: 2rem;
	font-weight: bold;
	color: #0076bd;
	text-align: right;
	padding-right: 1rem;
}
.header .header-title .subtitle{
	font-size: 1.5rem;
	font-weight: normal;
}
.header-nav-wrapper{
	height: 80px;
}
/* Navigation Menu */
.navbar {
	height: 80px;
	background-color: #fff;
	width: 100%;
    clear:both;
	padding: 0;
	border-bottom: 5px solid #142446;
}
.navbar .container{
	align-items: normal;
}
.navbar .navbar-header{
	float: right;
	margin: 0;
	padding: 0;
	z-index: 1000;
}
.navbar-header .navbar-brand{
	display: none;
	float: right;
	padding: 0px;
	margin: 0px;
}
.navbar-header .navbar-toggler{
	float: left;
	margin-top: 24px;
}
.navbar-nav {
	padding: 0px;
	margin: 0px;
	height: 100%;
}
.navbar-nav .nav-item {
	height: 100%;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.navbar-light .navbar-nav .nav-link {
	height: 100%;
	font-size: 1.2em;
	line-height: 80px;
	font-family: IranYekan, yekan, iran_sansregular, Tahoma, Arial, Sans-serif;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding: 0 1vw;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #1aafe9;
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}
@media (max-width:767px) {
	.navbar .navbar-header{
		float: none;
		width: 100%;
		height: 75px;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 1.6em;
		line-height: 3em;
	}
	.navbar.affixTheme .navbar-header{
		height: 80px;
	}

	/* Navbar Hidden Content */
	.navbar .navbar-collapse {
		z-index: 2;
		background-color: #fff;
		padding-right: 1rem;
	}
	.navbar.affixTheme .navbar-collapse {
		background-color: rgba(239, 255, 255, 0.9);
	}
}

/* Navbar Affix */
.navbar.affixTheme {
	position: fixed;
	top: -85px;
	width: 100%;
	z-index: 1000;
	background-color: rgba(239, 255, 255, 0.9);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	transform: translateY(85px);
	box-sizing: content-box;
}
.navbar.affixTheme .navbar-header {
	min-height:48px;
}
.navbar.affixTheme .navbar-right {
	margin: 0;
}
.navbar.affixTheme .navbar-brand {
	display: block !important;
	margin: 0;
}
@media (max-width:992px){
	.navbar.affixTheme .navbar-brand {
		width: 105px;
	}
}

.under-title {
	width: 80px;
	height: 12px;
	background: url(../images/under-title.png);
	background-position: center 0;
	display: block !important;
	margin: auto;
}
.under-title.light {
	background-position: center 12px;
}

/* Slide */
.main-carousel{
	height: 500px;
}
.main-carousel .carousel-inner, .main-carousel .carousel-item{
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.main-carousel .carousel-item .caption{
	top: 1rem;
	color: #ffffff;
	position: absolute;
	text-align: right;
	padding: 2rem;
	z-index: 5;
}
.main-carousel .carousel-item .caption.float-left{
	left: 10rem;
}
.main-carousel .carousel-item .caption.float-right{
	right: 10rem;
}
.main-carousel .carousel-item .caption li{
	line-height: 1.6;
}
.main-carousel .carousel-item.slide1{
	background-image: url('../images/paziresh2023_slide_1.jpg');
}
.main-carousel .carousel-item.slide2{
	background-image: url('../images/paziresh2023_slide_2.jpg');
}
.main-carousel .carousel-item.slide3{
	background-image: url('../images/paziresh2023_slide_3.jpg');
}
.main-carousel .carousel-item.slide4{
	background-image: url('../images/paziresh2023_slide_4.jpg');
}
@media (max-width:991px) {
	.main-carousel{
		height: 420px;
	}
}
@media (max-width:767px) {
	.main-carousel{
		height: 380px;
	}
}
@media (max-width:556px) {
	.main-carousel{
		height: 320px;
	}
}


/* Services */
.services-section .services-content .customStyle {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.services-section .services-content .customStyle li {
    padding-right: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #162447;
    margin-bottom: 25px;
    position: relative;
	text-align: right;
}
.services-section .services-content .customStyle li::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #5864ff;
    position: absolute;
    right: 0;
    top: 6.5px;
    -webkit-box-shadow: 0 14px 15px rgba(78,110,241,.26);
    box-shadow: 0 14px 15px rgba(78,110,241,.26);
}
.services-section .services-img {
    position: relative;
    z-index: 1;
    padding: 75px 0;
}
.services-section .services-img .shape {
    position: absolute;
    z-index: -1;
}
.services-section .services-img .shape.shape-1 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -70px;
}
.services-section .services-img .shape.shape-2 {
    bottom: 0;
    right: 50px;
}
.services-section .services-img-2 {
    position: relative;
    z-index: 1;
    padding: 75px 0;
}
.services-section .services-img-2 .shape {
    position: absolute;
    z-index: -1;
}
.services-section .services-img-2 .shape.shape-1 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -70px;
}
.services-section .services-img-2 .shape.shape-2 {
    bottom: 0;
    left: 50px;
}
@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
	.services-section .services-img, .services-section .services-img-2 {
		margin-bottom:70px
	}
}

/* About Us */
.aboutus{
}
.aboutus .container{
	padding: 5rem 4rem;
}
.aboutus .content{
	position: relative;
	background-color: #ffffff;
	border-radius: 1rem;
	box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.2);
	padding: 5rem;
}
.aboutus .content .bottom-color-border{
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
}


/* New services */
.newServices {
}
.newServices .contentBox{
	height: 100%;
	border: 2px solid #97945e;
	border-bottom-width: 1rem;
	border-radius: 1rem;
	box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.1);
}
.newServices .contentBox .boxImage{
	border-bottom: 2px solid #97945e;
}
.newServices .contentBox .boxImage img{
	border-radius: 1rem 1rem 0 0;
}
.newServices .contentBox .boxText{
	padding: 1rem;
}
	
/* Prices */
.prices .single-price-box {
	height: 100%;
	padding: 40px 30px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.prices .single-price-box:hover{
	box-shadow: 4px 8px 16px rgba(0,0,0,0.4);
}
.prices .single-price-box .service-icon {
	width: 96px;
	height: 96px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	position: relative;
}
.prices .single-price-box .service-icon img{
	border-radius: 50%;
	background: #ffffff;
	border: 2px solid #155bd5;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.prices .single-price-box:hover .service-icon img{
    color: #ffffff;
    border-color: transparent;
    background: #fffbc7;
}
.prices .single-price-box .content-title {
	text-align: right;
	font-size: 1.2rem;
	font-weight: bold;
	color: #000000;
	padding: 1rem;
}
.prices .single-price-box .content-price {
	text-align: center;
	font-size: 1.5rem;
	color: #007497;
	padding: 1rem;
}
.prices .single-price-box .content-price span{
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0f7464;
	text-align: center;
}

/* Info */
.information .sideColumn img{
	max-width: 100%;
}
.information .container{
	border-radius: 1rem;
	transition: all .3s ease-out 0s;
}
.information .container:hover{
	box-shadow: 4px 8px 16px rgba(0,0,0,0.4);
}


/* FAQ */
.card{
	border-color: rgba(0, 120, 179, 0.13);
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 171, 255, 0.1);
    border-bottom: 1px solid rgba(0, 120, 179, 0.13);
}
.FAQ .card .card-header {
	padding: 0;
}
.FAQ .card .btn {
	font-size: 1.2rem;
	font-weight: bold;
	color: #8f01b7;
	width: 100%;
	text-align: right;
	padding: 1.1rem 2rem;
}
.FAQ .card .btn .fas {
	font-size: 1.8rem;
	vertical-align: text-bottom;
	margin-left: 1.2rem;
}
.FAQ .card .btn .fas::before {
	content: "\f056";
}
.FAQ .card .btn.collapsed .fas::before {
	content: "\f055";
}
.FAQ .card .btn:hover {
	text-decoration: none;
	color: #0d78a2;
}
.FAQ .card .card-body {
	padding-right: 5rem;
}
/* Contact Form */
.contact-section {
	background-color: #ffffff;
}
.contact-section .contact-item-wrapper .contact-item {
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 30px;
    padding: 20px 30px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-section .contact-item-wrapper .contact-item:hover {
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
}
.contact-section .contact-item-wrapper .contact-item .contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #155bd5;
    color: #ffffff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-right: 25px;
}
.contact-section .contact-item-wrapper .contact-item .contact-content h4 {
    font-size: 20px;
    color: #155bd5;
    margin-bottom: 10px;
}

.contact-section .contact-form-wrapper {
	padding: 50px 40px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	margin-right: 0;
	border-radius: 10px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.contact-section .contact-form-wrapper:hover {
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
}
.contact-section .contact-form-wrapper .btn{
	background-color: #45aafc;
	color: #ffffff;
}
.contact-section .contact-form-wrapper .btn:hover{
	background-color: #2395ff;
}
.contact-section .contact-form-wrapper .contact-form input, .contact-form-wrapper .contact-form textarea {
	padding: 15px 25px;
	border-radius: 30px;
	border: 1px solid #e0e0e0;
	margin-bottom: 25px;
	width: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

/* Footer */
.footer {
	background-color: #00313a;
	color: #ffffff;
}
.footer hr{
	border-color: rgba(255,255,255,.1);
}
.footer a{
	color: #fff;
}
.footer a:hover{
	color: #ff774d;
	text-decoration: none;
}
.footer .contact-info li{
	list-style: none;
	margin: 0px 2px 8px;
	min-height: 2rem;
}
.footer .contact-info li i{
	margin-left: 1.2rem;
	vertical-align: middle;
	color: rgba(255,255,255,.3);
}
.footer .divider{
	text-align: center;
	display: inline-block;
	width: 4rem;
	min-height: 2rem;
}
.footer .social li{
	margin: .5rem;
	display: inline-block;
}
.footer .social a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.5rem;
	width: 2rem;
	height: 2rem;
	border-radius: 5px;
	background-color: #cccccc;
}
.footer .social a i{
	padding: 0;
	margin: 0;
	color: #404040;
}
.footer .social a:hover{
	background-color: #ff774d;
}
.footer .social a:hover i{
	color: #ffffff;
}

/* Scroll Up */
.scrolltotop{
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	border-radius: 5px;
	position: fixed;
	bottom: 48px;
	left: 20px;
	border: 1px solid #003e48;
	display: none;
	background: #cbfffa;
	color: #00535b;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 2.5rem;
	line-height: 32px;
}
.scrolltotop:hover{
	background: #76c6df;
}

/* Featurettes */
.featurette {
	width: 100%;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.featurette .head-text{
	color: #5a3932;
	border-bottom: 1px solid #e9cdc9;
	margin-bottom: 1rem;
}
.featurette .head-text i{
	vertical-align: middle;
	margin-left: 0.5rem;
}
.featurette .head-text-bordered {
	font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 30px;
    padding: 8px 30px;
}
.featurette .head-text-bordered.head-text-color1{
    color: #00657e;
    border: 2px solid #00657e;
}
.featurette .head-text-bordered.head-text-color2{
    color: #720095;
    border: 2px solid #720095;
}
.featurette .head-text-bordered.head-text-color3{
    color: #863600;
    border: 2px solid #863600;
}
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
.featurette.overlay-bg{
    z-index: 2;
    padding: 100px 0;
    position: relative;
}
.featurette.overlay-bg-color1{
	background: linear-gradient(45deg,#006095,#09255b);
}
.featurette.overlay-bg-color2{
	background: linear-gradient(45deg,#007588,#043953);
}
.featurette.overlay-bg-color3{
	background: linear-gradient(45deg,#fafafa,#d4d4d4);
}
.featurette.overlay-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
}

.featurette .embossFrame{
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	background-color: #fafafa;
	-webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.24);
	padding: 2rem 1.5rem;
	border-bottom: 4px solid #003d48;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.productsLink:hover{
	text-decoration: none;
	color: #ff5600;
}
.productsLink:hover img{
	border-color: #ff5600;
}

/* Image Zoom Modal */
.img-zoom-modal {
	cursor: pointer;
}
.img-zoom-modal:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: opacity 300ms;
}

/* Owl Carousel Theme */
.brands-carousel{
	width: calc(100% - 80px);
	margin-left: 40px;
	margin-right: 40px;
}
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
.myowlnav{
	position: absolute;
	top: calc(50% - 1.3rem);
	margin-top: 0;
	cursor: pointer;
	color: #DCDCDC;
	font-size: 2rem;
	line-height: 2.6rem;
}
.myowlnav.next{
	right: 0;
}
.myowlnav.prev{
	left: 0;
}

/* Bootstrap changes */
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0;
	padding-right: .5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 0;
	padding-left: .5rem;
}
.input-group-prepend {
	margin-left: -1px;
	margin-right: 0;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}