/*------------------------------------------------
Design by Javad Haji Amini - www.jentelman.com
------------------------------------------------*/

/*-----------------------------
font start
-----------------------------*/
@font-face {
	font-family: 'open-sans';
	src: url('../fonts/open-sans-light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open-sans';
	src: url('../fonts/open-sans-bold.woff') format('woff');
	font-weight: bold;
	font-style: bold;
}
/*-----------------------------
font end
-----------------------------*/

/*-----------------------------
public start
-----------------------------*/
html, body{
	margin: 0;
	padding: 0;
	height: 100%;
}
html.class-html {
	padding-top: 5.137rem;
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.start{
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
img{
	border:0;
}
a{
	text-decoration: none;
}
.rtl {
	direction: rtl;
	text-align: right;
}
.ltr {
	direction: ltr;
	text-align: left;
}
.page-start{
	min-width: 16rem;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.slider-bar{
	background: #fff;
	display: inline-block;
	width: 100%;
}
/*-----------------------------
public end
-----------------------------*/

/*-----------------------------
header start
-----------------------------*/
.header{
	background: #333;
	position: fixed;
	width: 100%;
	height: 5.137rem;
	top: 0;
	min-width: 16rem;
	z-index: 1000;
}
.header-center{
	position: relative;
	margin:0 auto;
}
.header-logo{
	float: left;
}
.logosty{
	height: 3.938rem;
	display: block;
	margin: .6rem 0 .6rem .6rem;
}
ul.header-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: right;
	margin-top: 3.3rem;
}
.header-menu li {
	font-family: 'open-sans';
	display: inline-block;
	float: left;
	font-size: 1.1em;
}
.header-menu li+li {
	border-left: .1rem solid #756E6E;
}
.header-menu li a, .barmenu a{
	color: #d4d4d4;
	text-decoration: none;
	padding: 0 .6rem;
	cursor: pointer;
}
.header-menu li a:hover, .barmenu a:hover, #lock-menu{
	color: #F8ED37;
}
.barmenu{
	float: right;
	margin: .6rem;
	font-size: 2.5em;
	display: none;
}
.search-input{
	position: absolute;
	right: .5rem;
	top: 1.1rem;
	border-radius: 1rem;
	border: none;
	font-family: 'open-sans';
	padding: .1rem .5rem .1rem 1.5rem;
	width: 8rem;
	outline: none;
}
.search-icon::before {
	font-family: 'FontAwesome';
	color: #969494;
	position: absolute;
	content: "\f002";
	right: 9.3rem;
	top: 1.22rem;
	z-index: 1;
}
/*-----------------------------
header end
-----------------------------*/

/*-----------------------------
footer start
-----------------------------*/
.h-footer {
	height: 4.5rem;
}
.footer{
	background: #222;
	color: #d4d4d4;
	font-family: "open-sans";
	font-size: .65em;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 16rem;
	position: absolute;
}
.footer-bar{
	padding: .5rem;
	margin: auto;
	max-width: 60rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.footer a:link, .footer a:visited {
	color: #fff;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #FFE310;
}
/*-----------------------------
footer end
-----------------------------*/

/*-----------------------------
world page start
-----------------------------*/
.towboxing ul, ul.world-list, .towboxslide ul, ul.slidelist, .fourbar ul, ul.slideoff{
	list-style: none;
	padding: 0;
	margin: 0;
}
.towboxing ul, .towboxslide ul, .fourbar ul{
	display: table;
	width: 100%;
}
.towboxing li{
	width: 50%;
	display: inline-block;
	float: right;
}
.uborder{
	margin: .25rem;
}
.world-list li{
	width: 100%;
	font-family: "open-sans";
	font-size: .9em;
}
.world-list li b{
	display: block;
	font-size: 1.1em;
}
.world-list li table{
	width: 100%;
	border: none;
}
.td-butt{
	width: 1.2rem;
	text-align: center;
}
.world-list li span{
	color: #8E8E8E;
}
.world-list li span i.active{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
#svg-map-world{
	background: #EFEFEF;
	height: 18rem;
	transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
}
#svg-map-world:hover{
	opacity: .5;
}
.world-list li a,
.world-list li lock{
	background: #E4E4E4;
	display: block;
	text-decoration: none;
	color: #404040;
	padding: .5rem;
	cursor: pointer;
}
.world-list li lock{
    cursor: default;
}
.world-list li+li{
	border-top: .1rem solid #F1F1F1;
}
.world-under{
	padding: 1rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #F1F1F1;
}
/*-----------------------------
world page end
-----------------------------*/

/*-----------------------------
price start
-----------------------------*/
.circ-bar{
	background: #ECECEC;
	margin: .5rem 0;
	padding: .5rem;
	font-family: "open-sans";
	font-size: .9em;
	color: #2C2C2C;
	width: 100%;
	display: table;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#maillink1,
#maillink2{ 
    background: none;
    display: inline-block;
    border-bottom: .1rem solid #2F0EAF;
    color: #2F0EAF;
    padding: 0 .25rem;
    font-size: 1.1em;
}
.circ-bar-black{ 
	background: #333;
	color: #fff;
	font-weight: bold;
}
.circ-bar-e{
	background: #FFDEDE;
}
.circ-bar-s{
	background: #D3F7EB;
}
.circ-bar header{
	font-size: 1.7em;
}
.circ-bar ul{
	list-style: none;
	padding: 0 1rem;
	margin: 0;
}
.termslist li{
    font-size: 1.35em;
    padding: .2em 0;
}
.circ-bar ul li a, .circ-bar a{
	text-decoration: none;
	color: #D60F0F;
}
.circ-bar ul li a:hover, .circ-bar a:hover{
	color: #307BDA;
}
.c-image{
	width: 15rem;
	display: block;
	float: left;
}
.logo-image{
    width: 14rem;
    margin: 0 1rem;
    vertical-align: middle;
}
.c-texing{
	padding-left: 15.7rem;
}
.oilprice{
	padding: 1rem 0;
	text-align: center;
}
.oilprice span{
	display: inline-block;
	margin: 0 1rem;
}
/*-----------------------------
price end
-----------------------------*/

/*-----------------------------
countact form start
-----------------------------*/
.count-form{
	margin: 0 .5rem;
}
.form-count-fild{
	padding: .25rem 0;
}
.form-count-fild header{
	font-family: "open-sans";
	font-size: 1em;
	margin-bottom: .3rem;
}
.form-count-fild footer{
	font-family: "open-sans";
	font-size: .75em;
	color: #DF0047;
	margin-top: .25rem;
}
.count-input{
	font-family: "open-sans";
	font-size: .85em;
	color: #000;
	padding: .4rem;
	border: .1rem solid #B1B1B1;
	outline: none;
	box-shadow: .2rem .2rem 0 rgba(0, 0, 0, 0.1);
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
.count-input.txt{
	height: auto;
}
.count-input.tax{
	height: 10rem;
	resize: vertical;
}
.count-input:focus {
	border: .1rem solid #1C818A;
}
.count-input.empty {
	border: .1rem solid #DF0047;
}
.count-buttom{
	background-color: #2C4077;
	color: #FFF;
	font-family: "open-sans";
	font-size: .9em;
	border: .1rem solid #000;
	padding: .2rem 1.1rem;
	border-radius: .2rem;
	box-shadow: .2rem .2rem 0 rgba(0, 0, 0, 0.1);
	cursor: pointer;
	outline: none;
}
.count-buttom:hover{
	background-color: #425FB1;
}
.count-buttom:active, .count-buttom:disabled{
	background-color: #AEB7D0;
}
.count-buttom:disabled{
	cursor: default;
}
/*-----------------------------
countact form end
-----------------------------*/

/*-----------------------------
slide and home start
-----------------------------*/
.towboxslide{
	background-color: #E2E2E2;
}
.towboxslide ul li{
	display: inline-block;
	float: right;
}
#towboxslideslide{
	width: 25%;
    z-index: 100;
    position: relative;
    background: #e2e2e2;
}
#towboxslideimage{
	width: 75%;
	position: relative;
}
.slidelist li{
	display: inline-block;
	width: 100%;
	font-family: 'open-sans';
	font-size: .75em;
	position: relative;
}
.slidelist li a{
	text-decoration: none;
	background: #ECECEC;
	color: #3C3C3C;
	display: table;
	width: 100%;
	padding: 1rem .2rem 1rem 1rem;
	height: 4.312rem;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.slidelist li a:hover, li.slidelock a, .slideoff li a:hover{
	background: #FBFBFB;
}
.slidelist li+li, .slideoff li+li{
	border-top: .1rem solid #fff;
}
.slidetop{
	padding: 1rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.slidetop h2{
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#minmagei{
	width: 29%;
    display: inline-block;
	vertical-align: middle;
}
#mintexti{
	width: 69%;
	display: inline-block;
	padding-left: .5rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#mintexti h2{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.5em;
	max-width: 15rem;
}
.minslidemge{
	display: block;
	width: 100%;
}
.slidelock:after{
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	top: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #FBFBFB;
	border-width: 3rem;
	z-index: 50;
}

.towboxslide slide txt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6rem;
	background-color: rgba(88, 88, 88, 0.88);
	color: #fff;
	padding: 1rem;
	font-family: 'open-sans';
	font-size: .85em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#towslidecolor{
	background-color: rgba(88, 88, 88, 0.22);
}
.towboxslide slide txt h2{
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}
.towboxslide slide txt p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slidemage{
    width: 100%;
	display: block;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
#towboxslideimage:hover .slidemage{
	opacity: .8;
}
#towboxslideimage span{
	    margin: 0 1rem;
    color: #E5DB35;
}
ul.slideoff{
	background-color: #E2E2E2;
	font-family: 'open-sans';
	display: none;
}
.minnoslidemge{
	display: inline-block;
	vertical-align: middle;
	padding: .5rem;
}
.slideoff li txt{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 60%;
	display: inline-block;
}
.slideoff li a{
	text-decoration: none;
	color: #2F2F2F;
	display: block;
}
.img-text-size{
    width: 75%;
    display: block;
    margin: 0 auto 1.5rem auto;
}
/*-----------------------------
slide and home start
-----------------------------*/

/*-----------------------------
four bar start
-----------------------------*/
.fourbar ul li{
	display: inline-block;
	float: left;
	width: 25%;
}
.fourbar ul li a, .fourbar ul li a header{
	text-decoration: none;
	display: block;
	transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
}
.fourbar ul li a:hover{
	color:#1E19E6;
}
.fourbar ul li a:hover header{
	color:#9E2626;
}

.fborder{
	padding: .75rem;
	font-family: 'open-sans';
	font-size: .9em;
}
.fborder header{
	display: block;
	border-bottom: .1rem solid #D4D4D4;
	font-size: 1.3em;
	font-weight: bold;
	color: #828282;
	padding-bottom: .2rem;
	margin-bottom: .5rem;
}
.fmge{
	width: 100%;
	margin-top: .5rem;
	display: block;
}
/*-----------------------------
four bar end
-----------------------------*/

/*-----------------------------
page start
-----------------------------*/
.pagingstyle{
	padding: 1rem;
	font-family: 'open-sans';
	font-size: 1.2em;
}
.pagingstyle h3{
	font-weight: normal;
	font-size: 1.6em;
	margin-top: 0;
	text-align: center;
}
.pagingstyle a{
	color: #DE1414;
	/*font-size: 1.2em;*/
}
.pagingstyle a:hover{
	color: #F59494;
}
.pagingstyle txt{
	display: block;
    margin: 0 7rem;
    text-align: justify;
    line-height: 1.7rem;
}
/*-----------------------------
page end
-----------------------------*/

/*-----------------------------
responsive start
-----------------------------*/
@media (max-width: 54rem) {
	html.class-html{
		padding-top: 0;
	}
	.header{
		position: relative;
		height: auto;
		display: inline-block;
	}
	.logosty{
		height: 2.9rem;
	}
	.barmenu, .header-menu li, .header-menu li a, .header-menu.active, ul.slideoff{
		display: block;
	}
	ul.header-menu{
		margin-top: 0;
		float: none;
		display: none;
		width: 100%;
	}
	.header-menu li{
		width: 100%;
		font-size: 2em;
	}
	.header-menu li+li {
		border-top: .1rem solid #756E6E;
		border-left: 0;
	}
	.header-menu li a{
		padding: .2rem;
	}
	.h-footer {
		height: 5.5rem;
	}
	.footer{
		font-size: .9em;
	}
	.towboxslide, .search-icon{
		display: none;
	}
	.pagingstyle txt{
        margin: 0;
    }
}
@media (max-width: 47rem) {
	#mapsvg, .c-image, .logo-image{
		display: none;
	}
	.towboxing li {
		width: 100%;
	}
	.c-texing{
		padding-left: 0;
	}
	.circ-bar ul li a {
		font-size: 1.5em;
		display: block;
	}
	.count-form {
		max-width: 100%;
		padding: 0 1rem;
	}
	.count-input {
		font-size: 1.2em;
	}
	.count-buttom {
		font-size: 1.5em;
		width: 100%;
	}
	.fourbar ul li{
		width: 50%;
	}
}
@media (max-width: 25rem) {
	.fourbar ul li{
		width: 100%;
	}
}
/*-----------------------------
responsive end
-----------------------------*/







