@charset "utf-8";

/* CSS Document */

body,
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

input,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.navbar-wrapper {
    padding-top: 25px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    padding-bottom: 25px;
}

.navbar-wrapper.small {
    padding-top: 7px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ea3e3e;
}

.flag-small {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    width: 80px;
	/*display: none;*/
}

.flag-small.small {
    width: 50px;
    margin-top: 4px;
}

.navbar-inverse .navbar-nav>li>a {
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.navbar-inverse .navbar-nav>li>a.small {
    margin-top: -9px;
    font-size: 15px;
}

.logo-img {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    width: 300px;
}

.logo-img.small {
    width: 200px;
    margin-top: 7px;
}

.mob-left-dp-right {
    float: right;
}

.mob-left-dp-right.rtl,
.lang-box.rtl{
	float: left;
}
.mob-left-dp-right.rtl
.navbar-nav > li { float: right;}

.banner {
    margin: auto;
    width: 100%;
    height: auto;
    margin-top: 110px;
}

.banner img {
    width: 100%;
}

.banner-content {
    background: url(../images/shadow-white.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
    margin-top: -437px;
    position: relative;
    z-index: 9999;
}

.font-size20px {
    font-size: 20px;
    color: #000;
    line-height: 26px;
    font-family: 'FuturaPT-Book';
}

.read-more-btn a {
    float: left;
    padding: 7px 25px;
    background: #ea3e3e;
    color: #fff;
    margin-right: 5px;
    text-align: center;
    border-radius: 5px;
    -o-transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s;
    font-size: 18px;
    font-family: 'FuturaPT-Book';
    margin-top: 10px;
}

.read-more-btn a:hover {
    text-decoration: none;
    background: #000;
}

.marketing {
    margin-top: 0px;
}

.img-box a {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

.img-box img {
    width: 100%;
}

.img-diceription {
    text-align: left;
    color: #fff;
    float: left;
    color: #fff;
    font-family: 'FuturaPT-Demi';
    font-size: 23px;
    line-height: 22px;
    width: 100%;
    z-index: 999;
    position: absolute;
    height: 100%;
    z-index: 999;
}

.img-diceription b {
    font-size: 18px!important;
    font-family: 'FuturaPT-Book';
    font-weight: normal;
	display: inline-block;
	line-height:20px;
}

.discreption-backgournd {
    background: rgba(0,0,0,0) url(../images/services-caption-bg.png) 0 230px no-repeat;
    width: 100%;
    float: left;
    height: 100%;
    padding-top: 240px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    transition: .9s;
    -o-transition: .9s;
    -ms-transition: .9;
    -moz-transition: .9s;
    -webkit-transition: .9s;
}

.discreption-backgournd:hover {
    background: rgba(0, 0, 0, 0.6);
}

.newsleter-box {
    float: left;
    width: 100%;
    background: url(../images/bottom-footer-img.jpg) 0 0 no-repeat;
    background-size: 100% auto;
    height: auto;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.newsleter-box {
    float: left;
}

.newsleter-box .col-lg-left p {
    background: url(../images/get-img.png) 0 0 no-repeat;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    color: #000000;
    font-size: 18px;
    font-family: 'FuturaPT-Book';
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.email-icon {
    background: url(../images/get-img.png) left bottom no-repeat!important;
    padding-left: 40px;
    height: 30px;
    float: left;
    padding-left: 40px;
    float: left;
}

.email-icon:hover {
    text-decoration: underline;
}

.linkdin-img {
    background: url(../images/linkdin.png) 0 0 no-repeat!important;
}

.newsleter-field {
    float: left;
    width: 100%;
    height: 56px;
    border-radius: 0;
    padding-top: 0!important;
    padding-bottom: 0!important;
    color: #535353;
    font-size: 18px;
    font-family: 'FuturaPT-Book';
    margin-bottom: 0px;
}

::-webkit-input-placeholder .newsleter-field {
    /* Chrome/Opera/Safari */
    color: #535353;
}

::-moz-placeholder .newsleter-field {
    /* Firefox 19+ */
    color: #535353;
}

:-ms-input-placeholder .newsleter-field {
    /* IE 10+ */
    color: #535353;
}

:-moz-placeholder .newsleter-field {
    /* Firefox 18- */
    color: #535353;
}

.form-control:focus {
    border-color: #ea3e3e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.submit-btn {
    float: left;
    width: 100%; min-width:130px;
    background: #000;
    height: 75px;
    border: 0;
    color: #fff;
    font-size: 19px;
    font-family: 'FuturaPT-Demi';
    text-align: center;
    text-transform: uppercase;
    -o-transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s;
    margin-bottom: 0px;
}

.submit-btn:hover {
    background: #ea3e3e;
}

.newslater-para {
    font-size: 18px;
    line-height: 20px;
    color: #535353;
    font-family: 'FuturaPT-Book';
}

.footer-box {
    float: left;
    width: 100%;
    background: url(../images/footer-image01.jpg) 0 0 no-repeat #000;
    background-size: 100% auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 0px;
}

.footer-box p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'FuturaPT-Book';
    line-height: 18px;
    margin-bottom: 15px;
}

.hover-effect {
    background: #333!important
}

.backgorund-none {
    background: none!important;
}

@media (max-width:1366px) {
    /*.banner-content {

margin-top:-438px;

padding:40px 0;

}*/
}

.form_services_bg {
    position: fixed;
    z-index: 99999999;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.10s ease-in;
    -moz-transition: all 0.10s ease-in;
    -o-transition: all 0.10s ease-in;
    transition: all 0.10s ease-in;
    overflow-y: scroll!important;
}

.form_services {
    /*position:absolute;*/
    width: 100%;
    max-width: 820px;
    /*position:absolute;*/
    position: relative;
    /*top:5%;

	left:0;

	right:0;*/
    background: #ebebeb;
    z-index: 99999999;
    padding: 25px 30px;
    margin: 50px auto;
    -webkit-transition: all 0.40s ease-in;
    -moz-transition: all 0.40s ease-in;
    -o-transition: all 0.40s ease-in;
    transition: all 0.40s ease-in;
}

.form_services h3 {
    font-size: 24px;
    font-family: 'FuturaPT-Demi';
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

.form_services h4 {
    font-size: 20px;
    font-family: 'FuturaPT-Book';
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    color: #000
}

.header_services p {
    font-size: 18px;
    font-family: 'FuturaPT-Book';
    line-height: 24px;
    margin: 0 0 10px
}

.header_services,
.input_area,
.input_area_submit {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 0px;
}

.input_area_submit {
    margin-top: 15px;
}

.input_area .col-lg-12,
.input_area .col-lg-8 {
    padding: 0;
}

.input_area .col-lg-4 {
    padding-right: 15px;
    padding-left: 0;
}

.input_area div.col-lg-4:nth-of-type(3n) {
    padding-right: 0
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    opacity: 0;
}

input[type="checkbox"]+label,
input[type="radio"]+label,
input[type="checkbox"]+span,
input[type="radio"]+span {
    color: #464646;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-family: 'FuturaPT-Book';
    line-height: 20px;
    font-weight: normal;
    float: left;
    margin-bottom: 0px;
    cursor: pointer;
}

input[type="radio"]+label,
input[type="radio"]+span {
    margin-right: 30px;
}

input[type="checkbox"]+label,
input[type="checkbox"]+span {
    width: 100%;
}

.wpcf7-checkbox .wpcf7-list-item {
    width: 33.3%;
    /* display: inline-block; */
    float: left;
    margin: 0;
}

.wpcf7-radio .wpcf7-list-item {
    margin: 0
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before,
input[type="checkbox"]+span:before,
input[type="radio"]+span:before {
    display: inline-block;
    vertical-align: top;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    margin-right: 5px;
    font-family: 'FontAwesome';
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    line-height: 19px;
}

.wpcf7-not-valid input[type="checkbox"]+span:before,
.wpcf7-not-valid input[type="radio"]+span:before {
    border-color: #f00;
}

input[type="radio"]+label:before,
input[type="radio"]+span:before {
    border-radius: 50%;
}

input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:checked+span:before {
    content: "\f00c";
}

input[type="radio"]:checked+label:before,
input[type="radio"]:checked+span:before {
    content: "\f111";
    font-size: 10px;
    /*color:#ccc;*/
}

.form_services input[type="number"],
.form_services input[type="tel"],
.form_services input[type="text"],
.form_services input[type="email"],
.form_services select {
    display: block;
    width: 100%;
    background: none;
    border: 1px solid #ccc;
    text-indent: 12px;
    color: #464646;
    font-size: 16px;
    font-family: 'FuturaPT-Book';
    height: 32px;
    margin-bottom: 10px;
}

.form_services::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9d9d9d!important;
}

.form_services::-moz-placeholder {
    /* Firefox 19+ */
    color: #9d9d9d!important;
}

.form_services:-ms-input-placeholder {
    /* IE 10+ */
    color: #9d9d9d!important;
}

.form_services:-moz-placeholder {
    /* Firefox 18- */
    color: #9d9d9d!important;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    background: url(../images/select_drop.png) center right no-repeat!important;
}

select::-ms-expand {
    display: none;
}
.form_services input[type="submit"] {
    border: none;
    color: #fff;
    background: #ea3e3e;
    display: inline-block;
    vertical-align: top;
    font-size: 19px;
    font-family: 'FuturaPT-Demi';
    text-align: center;
    width: 130px;
    height: 74px;
    -webkit-transition: all 0.40s ease-in;
    -moz-transition: all 0.40s ease-in;
    -o-transition: all 0.40s ease-in;
    transition: all 0.40s ease-in;
}

.form_services input[type="submit"]:hover {
    background: #000
}

.input_area_submit .wpcf7-form-control-wrap {
    float: left;
    width: 300px;
}

.submit_outer {
    float: left;
    margin-left: 0px;
}

.close_popup {
    display: inline-block;
    text-transform: uppercase;
    float: right;
    vertical-align: top;
    cursor: pointer;
    font-size: 20px;
    color: #000;
    font-family: 'FuturaPT-Book';
    position: absolute;
    top: 25px;
    right: 30px;
}

.close_popup:after {
    content: "\f00d";
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-family: 'FontAwesome';
}

.close_popup:hover {
    color: #ea3e3e;
}

.form_services_bg,
.form_services {
    overflow: hidden;
    opacity: 1;
}

.form_services_bg.hide_div,
.form_services.hide_div {
    height: 0px;
    opacity: 0;
    overflow: hidden!important;
}

.hide_overfollow {
    overflow: hidden!important
}

@media (min-width:780px) {
    .col-lg-12 span.turnover {
        width: 18%;
        display: inline-block;
        margin-left: 2%;
    }
    .col-lg-4.col-lg-text_bottom {
        padding-left: 25px;
    }
}

.input_area span.radio-604 {
    height: 0px;
    opacity: 0;
    float: left;
    margin-left: 33.33%;
    width: 55%;
}

.input_area span.radio-604.active_menu {
    height: auto;
    opacity: 1;
}


@media (max-width:1200px) {
	.newsleter-box {
		-webkit-background-size: cover;
		background-size: cover;
	}

	.newsleter-box .col-lg-6:before,
	.newsleter-box .col-lg-6:after {
	  display: table;
	  content: " ";
	}
	
	.newsleter-box .col-lg-6:after {
	  clear: both;
	}

	.newsleter-box .col-lg-6 {

	}
} 


@media (max-width:992px) {

	.footer-box .pull-right {
		float: none !important;
	}

	.alignleft {
		margin:0 0 20px !important;
		display: block;
		float: none !important;
		height: auto !important;
		width: auto;
		max-width: 100%;
}

	.banner-content p {
		font-size: 16px;
		line-height:22px;
	}

	.newsleter-box {
		padding-top: 20px;
		padding-bottom: 20px;
		background-size: 100%;
		background-color: #f5f5f5;
	}

	.marketing h2 {
		margin-bottom: 10px;
	}

	.img-box a {
		margin-top: 0;
	}

	.flag-small {
	    width: 50px;
	    margin-top: 4px;
	}

	.logo-img {
		width: 220px;
	}

	.footer-box , .footer-box p {
		text-align: left;
	}

	#footer_main {
		/*position: static;*/
		position: relative;
	}

	.newsleter-field , 
	.submit-btn {
		height: 35px;
	}

	.newslater-para {
		font-size: 16px;
	}

	.newsleter-box .col-lg-left p {
		font-size: 17px;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.navbar-wrapper { padding: 5px 0 0 !important;}
	.navbar-wrapper .navbar { padding-left: 0 !important; padding-right: 0 !important;}
	
	.h2, h2{ font-size: 30px !important;}
	h2 span { font-size: 20px !important;}
	.banner-content { padding: 30px 0 !important; background: none;}
	.read-more-btn a { margin-bottom: 0 !important;}
	.col-lg-tabsli p, .page_text p { font-size: 16px; line-height: 22px; margin-bottom: 15px;}
	.banner_innerpage h2 { position: relative !important; width: 100% !important; padding: 10px 0 7px !important;
	background: #fff;
    color: #000;
	}
	.banner_innerpage { margin: 0 !important;}
	.page-template-page-faqs .tabs_iran li.active_tab > .col-lg-tabsli { padding: 5px 0 10px !important;}
	.tabs_iran li > h3 { font-size: 18px !important;}
	.tabs_iran li.active_tab > h3 a:after, .tabs_iran li > h3:hover a:after { display: none !important;}
	.tabs_iran { margin-bottom: 0 !important;}
	html { padding-bottom: 0 !important;}
	.banner_innerpage h2 b {
		font-size: 20px;
		font-weight: normal;
		line-height: 25px !important;
		text-transform: capitalize;
		display: block;
		margin-bottom: 5px;
	}
	.line_div img { margin-top:-30px !important;}
	.page-template-page-contact_us .page_text input[type="text"], .page-template-page-contact_us .page_text input[type="email"], .page-template-page-contact_us .page_text input[type="tel"] { margin-bottom: 10px !important;}
	.page-template-page-contact_us .page_text { margin-bottom: 0 !important;}
	.submit_outer input[type="submit"] { float: none !important;
		display: block;
		width: 100%;
		margin: 0;
		padding: 10px 0;
		height: auto;
	}
	.submit_outer {
		float: none !important;
	}
	
	.page-template-page-contact_us .page_text textarea { float: none; margin-bottom: 10px;}
	.recaptcha_outer {
    float: none;
    margin-bottom: 10px;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    margin-left: 15px;
}
.service_img_small { display: none;}
.col-lg-tabsli .col-lg-8 { padding-left: 0 !important; padding-top:15px !important;}
.button_tabs a { display: block; width: 100%; padding: 10px 15px; font-size: 18px; margin-bottom: 15px;}
.tabs_iran li.active_tab > .col-lg-tabsli { padding-bottom: 0 !important;}
.form_services { width: 90%;}
.header_services p { font-size: 16px; line-height: 22px;}
.wpcf7-checkbox .wpcf7-list-item { width: 100%;}
.input_area .col-lg-4 { padding-right: 0;}
.input_area_submit { margin-top: 0;}
.input_area_submit .wpcf7-form-control-wrap { width: 100%;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
	    margin-bottom: 5px;
    margin-left: -15px;
}
.col-lg-4.col-lg-text_bottom { padding: 0 !important;}
div.wpcf7-response-output {
    margin: 15px 0 5px !important;
}
} 

@media (max-width:767px) {

	.main-navigation {
		float: none;
		text-align: center;
	}

	.main-navigation ~ a {
		display: block;
		text-align: center;
	}

	.banner {
		margin-top: 0;
	}

	h3 {
		font-size: 24px;
	}

	.newsleter-field , 
	.submit-btn {
		height: 35px;
	}

	.newslater-para {
		font-size: 16px;
	}

	.img-diceription > img {
		width: 300px;
		height: 300px;
	} 

	.newsleter-box .col-lg-left p {
		font-size: 16px;
		margin-bottom: 8px;
		margin-top: 0;
	}

	.marketing {
		padding-bottom: 0;
	}

	.marketing {
		margin-top: 0 !important;
	}

	.marketing h2 {
		line-height: 1.1;
	    font-size: 40px;
	}

	.line_div {
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0 !important;
	}

	.read-more-btn a {
		    float: left;
		    padding: 7px 10px;
		    background: #ea3e3e;
		    color: #fff;
		    margin-right: 5px;
		    text-align: center;
		    border-radius: 5px;
		    -o-transition: .8s;
		    -ms-transition: .8s;
		    -moz-transition: .8s;
		    -webkit-transition: .8s;
		    transition: .8s;
		    font-size: 13px;
		    font-family: 'FuturaPT-Book';
		    margin-top: 10px;
		    margin-bottom: 40px;
	}
} 

@media (max-width:448px) {

	.img-diceription {
		font-size: 21px;
	}

	.discreption-backgournd {
		padding-top: 240px;
		height: auto;
	}

	.marketing {
		padding-bottom: 0;
	}

	.logo-img {
		width: 220px;
	}

	.map-img {
		margin-left: 0;
	}
} 






@media (min-width:768px) and (max-width:1199px) {

	#footer_main {
		text-align: left;
	}

	.newsleter-box > .container > .row > div:nth-of-type(1) {
		
		margin-left:auto;
		margin-right:auto;
	}
	.banner_innerpage { margin-top: 70px !important;}
} 


@media (min-width:992px) and (max-width:1200px) {
	.marketing {
		padding-bottom: 0;
	}

	.banner-content {
		margin-top: 0;
	}

	.newsleter-box > .container > .row > div:nth-of-type(1) {
		width: 475px;
	}
} 


@media (min-width:768px) and (max-width:991px) {

	.line_div {
		margin-top: 0;
		margin-bottom: 0px;
	}

	.marketing {
		margin-top: 0 !important;
		padding-bottom: 0;
	}
	.banner { margin-top: 70px;}
	.flag-small { margin-top: 14px; margin-left: 15px !important; }
	.navbar-wrapper > .container { padding-left: 0 !important; padding-right: 0 !important;}
	.submit_outer, .recaptcha_outer{ float: left !important;}
	.recaptcha_outer { margin-right:15px;}
	.submit_outer input[type="submit"] { padding: 24px 30px !important;}
} 


@media (min-width:530px) and (max-width:767px) {
	.marketing .col-lg-4 {
		float: left;
		width: 50%;
	}
} 


@media (min-width:448px) and (max-width:767px) {
	.marketing {
		padding-bottom: 0;
	}
} 
b, strong { font-weight: normal;}
.body-link { color: #EA3E3E !important; }
.body-link:hover {  text-decoration: underline !important; }
.page-id-40 h3 {font-family: "FuturaPT";}

.alignleft {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 65px;
    float: left;
}

.page-id-40 > .container > .row > .col-lg-12,
.page-id-55 > .container > .row > .col-lg-12 {
    text-align: justify;
}

.ask {
	color: #464646;
    font-family: "FuturaPT-Book";
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 25px;
}

.ask a{ color :#ea3e3e;}
.ask a:hover{ border-bottom:1px solid #ea3e3e;}

.rtl {
    direction: rtl;
}
.rtl .banner-content{
	margin-top:-432px;
}

.rtl .wpcf7-form input {
	direction: rtl;
}

.rtl .marketing h2 { 
	margin-bottom: 40px;
	margin-top: 0;
}

.rtl .recaptcha_outer, .rtl .submit_outer {
	float: right !important; 
}

.rtl .wpcf7-not-valid-tip { display: none !important;}
.rtl .wpcf7-response-output { text-align: right !important;}
.rtl .wpcf7-form { margin: 0 -15px 50px; }
.rtl div.wpcf7-validation-errors { float: right !important; width: auto !important;}

.rtl .newsleter-box .col-lg-left p {
	background-position: right 0 !important;
    float: right;
    margin-right: 0 !important;
    padding-left: 0;
	margin-left: 20px;
    padding-right: 40px;
    text-align: right;
}
.rtl .newsleter-box .col-lg-left p:nth-child(3) { margin-left: 33px !important;}
#footer_main.rtl .wpcf7-form { margin: 0;}
@media (max-width:992px) and (orientation: landscape){
	.recaptcha_outer {
		float: left;
	}
	.submit_outer input[type="submit"] {
		float: left !important;
		display: block;
		width: 40%;
		margin: 0 0 0 20px;
		padding: 24px 0;
		height: auto;
	}
	.wpcf7-checkbox .wpcf7-list-item {
		width: 50%;
	}
	.input_area_submit .wpcf7-form-control-wrap { width: 50% !important;}
	.form_services {
		margin: 7px 0 0 20px;
    	padding: 18px 0;
	}
	.col-lg-4.col-lg-text_bottom {
		clear: both;
	}
}

.lang-box {
	display:inline-block;
	position: relative;
}
.lang-box a {
	top: 0;
	display: block;
	width: 80px;
	height: 20px;
	left: 0;
	position: absolute;
}
.lang-box a#far {
	top: 20px;
}
@media (min-width:992px) { .newsleter-field{    min-width: 437px;} }