@import url(fontiran.css); 
/* =================================
------------------------------------
  Unica - University Template
  Version: 1.0
 ------------------------------------ 
 ====================================*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	 font-family: IRANSans, Roboto, Arial !important;
}
.leftTik p span{
	color:red;
}
.rightTik p span{
	color:red;
}

 .pro{
        padding:25px;
    }
    .pro img{
        width: 100%;
    border-top: 2px solid #cf252b;
    border-right: 2px solid #cf252b;
    border-left: 2px solid #cf252b;
    }
    .prokl{
        text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 13px;
    background-color: #cf252b;
    color: #fff;
    margin-bottom: 6px;
    }
    .about-page{
        text-align: justify; 
        direction: rtl;
        background-color: #eac2c3;
    border-radius: 20px;
    padding: 25px;color:black;
    }
    .top-nav{
        padding: 10px;
    text-align: right;
    font-size: 12px;
        direction: rtl;
    }
    .top-nav span{
        margin-right: 7px;
    margin-left: 7px;
}
     .top-nav a{
        color:#636363;
}
   
    .real-main{
        margin-top: 10px;
    margin-bottom: 30px;
    margin-left:0;margin-right:0;
    }


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111111;
	margin: 0;
	font-weight: 500;
	 font-family: IRANSans, Roboto, Arial !important;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 36px;
	line-height: 1.2;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 14px;
	color: #636363;
	line-height: 1.6;
	text-align: justify;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
	Helper CSS
-----------------------*/

.spad {
	padding-top: 30px;
	padding-bottom: 10px;
	direction: rtl;
}

.section-title {
	margin-bottom: 70px;
}

.section-title h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
	
}

.section-title p {
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
	Commom BAckground Header
-----------------------*/
.myheader{
	background-repeat: no-repeat;
	background-size: contain;
}

/*---------------------
	Commom elements
-----------------------*/

/* Buttons */

.site-btn {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	background: #cf252b;
	color: #fff;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	border-radius: 50px;
	min-width: 170px;
	text-align: center;
	border: none;
	cursor: pointer;
}

/* Image Popup */

.img-popup-warp .mfp-content,
.img-popup-warp.mfp-ready.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
	Header section
-----------------------*/

.header-section {
	padding: 20px 0;
	overflow: hidden;
	direction: rtl;
}

.site-logo {
	display: inline-block;
	margin-right: 50px;
	padding-top: 20px;
	float: right;
}

.header-info {
	display: inline-block;
	float: right;
}

.header-info .hf-item {
	display: inline-block;
	margin-right: 35px;
}

.header-info .hf-item i {
	width: 45px;
	height: 45px;
	display: inline-block;
	position: relative;
	text-align: center;
	color: #f6783a;
	font-size: 17px;
	padding-top: 13px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header-info .hf-item i:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #d2d2db;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	border-radius: 2px;
}

.header-info .hf-item p {
	display: inline-block;
	position: relative;
	top: 10px;
	margin-bottom: 0;
	text-align: right;
	margin-right: 10px;
}

.header-info .hf-item p span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #020031;
	font-weight: 500;
}

.nav-switch {
	display: none;
}

.nav-section {
	background: #cf252b;
	direction: rtl;
}

.nav-section .nav-right {
	float: left;
	padding-top: 14px;
}

.nav-section .nav-right a {
	color: #fff;
	margin-left: 30px;
	font-size: 14px;
}

.main-menu {
	list-style: none;
	text-align: right;
}

.main-menu li {
	display: inline;
	position: relative;
	z-index: 50000;
}

.main-menu li a {
	display: inline-block;
	color: #3E3C3C;
	font-size: 13px;
	
	font-weight: 500;
	/*padding: 25px 20px;
	margin-right: -5px;*/
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.main-menu li a:hover {
	/*background: #f6783a;*/
}

.main-menu li.active a {
	/*background: #f6783a;*/
}
.main-menu1 {
	
	text-align: right;
	visibility: hidden;
}

/*----------------------------------------
           mymenu
---------------------------------------------------------------*/
/*------------------------------------------------------------------
[ Menu ]*/

.menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
	/*
	margin-left: -20px;
	margin-right: -20px;
	margin: auto;
	*/
}

.main-menu {
  list-style-type: none;
  margin: 0;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.main-menu > li {
  display: block;
  position: relative;
  padding: 10px 10px 10px 0px;
  margin: 0px 4px 0px 14px;
}

.main-menu > li > a {
 
  font-size: 14px;
  color: #E3DDDD;
  padding: 5px 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}



/*---------------------------------------------*/
.sub-menu {
  list-style-type: none;
  position: absolute;
  top:0;
  left:100%;

	width: 1200px;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  padding: 5px 5px 15px ;

 
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
	 box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);

  visibility: hidden;
  opacity: 0; 
}
.sub-menu1 {
  list-style-type: none;
  position: absolute;
  top:0;
  right:100%;
 /* min-width: 178px;
  max-width: 225px;*/
	width: 200px;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  padding: 5px 5px 15px ;
border-right: rgb(3 84 152) medium solid;
  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);

  visibility: hidden;
  opacity: 0; 
}
.sub-menu2 {
  list-style-type: none;
  position: absolute;
 top:calc( 0vh);
  right:100%;
 /* min-width: 178px;
  max-width: 225px;*/
	width: 200px;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  padding: 5px 5px 15px ;
border-right: rgba(89, 50, 94,1.00) medium solid;
  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);

  visibility: hidden;
  opacity: 0; 
}


.sub-menu li {
  position: relative;
  background-color: transparent;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.sub-menu1 li {
  position: relative;
  background-color: transparent;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
	.sub-menu1 li a:hover  {
		background-color: #035498;
		padding: 3px auto 3px auto;
		color: antiquewhite;
	}
.main-menu > li > .sub-menu {
  top:100%;
  right: calc(-10vw);
}
.main-menu > li > .sub-menu1 {
  top:100%;
  right: 0px;
}
.sub-menu1 a {
 
  font-size: 12px;
  line-height: 1.5;
  color: #555;

  display: block;
  padding: 8px 20px; 
  width: 100%;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}


.sub-menu a {
 
  font-size: 12px;
  line-height: 0.7;
  color: #555;

  display: block;
  padding: 8px 20px; 
  width: 100%;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.sub-menu img{
	border: 3px solid rgba(201,21,212,0.3);
	width: 60%;
	margin-top: 40%;
	border-radius: 5px;
}

/*---------------------------------------------*/
.main-menu > li:hover > a {
  text-decoration: none;
  color: #A64105;
}

.main-menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.main-menu > li:hover > .sub-menu1 {
  visibility: visible;
  opacity: 1;
}

.sub-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
} 
.sub-menu1 li:hover > .sub-menu1 {
  visibility: visible;
  opacity: 1;
} 
.sub-menu1 li:hover > .sub-menu2 {
  visibility: visible;
  opacity: 1;
} 

.sub-menu li:hover {
  background-color: transparent;
}

.sub-menu > li:hover > a {
  color: #6c7ae0;
  text-decoration: none;
}

@media (max-width: 1300px) {
  .main-menu > .respon-sub-menu .sub-menu {
    right: 100%;
    left: auto;
  }

  .main-menu > .respon-sub-menu > .sub-menu {
    right: 0px;
    left: auto;
  }
}
/*----------------------
Azman beporse
------------------------*/
#g-intro {
    background: #eac2c3;
    color: #424753;
    padding: 10px 0 10px 0px!important;
	direction: rtl;
}
.g-container {
    width: 75rem;
}
.g-grid {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    text-rendering: optimizespeed;
}
.size-100 {
    width: 100%;
    max-width: 100%;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
}
.g-block {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    min-height: 0;
}
.g-home-particles.g-helium-style #g-intro .g-content {
    margin-bottom: 0;
    padding-bottom: 0;
}
 .g-content {
    padding: 0;
    margin: 0;
}
.seeone {
    float: right;
    background: #cf252b;
    padding: 6px 0 9px 0;
    font-size: 18px;
    text-align: center;
    position: relative;
    /*width: 236px;*/
    color: #fff;
    border-radius: 3px;
	/*margin-right:40px;*/
    padding:7px;
}
.size-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 10%;
    -moz-flex: 0 10%;
    -ms-flex: 0 10%;
    flex: 0 10%;
   direction: rtl;
}
.seeone i.fa {
    font-size: 22px;
    top: 2px;
    color: #fff;
    position: relative;
    left: 7px;
}
.seeone:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #cf252b;
    right: 100%;
    top: 36%;
}
.seeone1 {
    float: right;
    margin-right: 10px;
    padding: 0 4px 0 4px;
    font-size: 15px;
    text-align:center;
}
.size-64 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 64%;
    -moz-flex: 0 64%;
    -ms-flex: 0 64%;
    flex: 0 64%;
    width: 45%;
}
span.seeone-clock, span.seeone-map, span.seeone-dollor {
    background: #ffffff9e;
    padding: 8px 21px;
    margin: 0 15px;
    border-radius: 3px;
    font-size: 16px;
    color: #232323;
    border: 1px #d4d4d4 solid;
    display: inline-block;
}
.seeone1 i.fa {
    font-size: 22px;
    top: 2px;
    color: #cf252b;
    position: relative;
}
.seeone1 span {
    margin-right: 5px;
}
#g-intro a.seeone-click {
    background: #cf252b;
    padding: 11px 20px 10px 20px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    float: left;
    border-radius: 3px;
}
#g-intro a.seeone-click:hover {
    background: #5a9cd4;
    text-decoration: none;
    cursor: pointer;
}

/*---------------------
search vasate matn
------------------------*/
#g-features {
    background: #035498;
    color: #d7d9dc;
    margin: 0;
    padding: 13px 70px 17px;
    direction: rtl;
}
#g-testimonials h6, #g-features h6, #g-above h6, #g-expanded h6, #g-utility h6, #g-pos1 h2, #g-pos3 h6 {
    font-size: 16px;
    font-weight: 400;
    padding: 6px 7px 17px;
    margin: 0;
    text-align: center;
    position: relative;
	color: aliceblue;
}
#g-features h6:before {
    content: counter(li,square);
    font-family: fontawesome;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 23px;
    top: 22px;
    transform: rotate(45deg);
    z-index: 1;
    color: #fdf505;
    width: 120px;
    height: 3px;
    padding-left: 25px;
    margin: 0 auto;
}
.search-desc {
    position: relative;
    padding: 19px 0;
    text-align: center;
}
.search-desc:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 264px;
    height: 1px;
 /*   background-color: rgb(231,255,250); */
    margin: 3px auto;
}
.search-desc:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 114px;
    height: 3px;
    background-color: #fdf505;
    margin: 1px auto;
}
.form-control {
	font-size:small;
}
.ere-property-advanced-search .submit-search-form, .ere-search-properties .submit-search-form {
    text-align: center!important;
    margin-bottom: 0;
}
.pull-right {
    float: left!important;
}
#g-features button.ere-advanced-search-btn {
    padding: 7px 123px;
   border: 1px solid #053863;
    background: #a6c7e2;
    color: #fff;
}
/*----------------------
		Nemoneha
------------------------*/

#g-utility {
    background: #424753;
    color: #fff;
    padding: 13px 0 0;
	padding: 13px 70px 17px;
    direction: rtl;
}
#g-utility  {
    padding: 0;
    margin: 0;
}
.ere-property.col-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
}
.ere-property.col-gap-30 .ere-item-wrap, .ere-property.col-gap-30 .paging-navigation {
    padding-left: 15px;
    padding-right: 15px;
}
item-wrap {
    float: right;
}
.ere-item-wrap {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.ere-property.col-gap-30 .ere-item-wrap, .ere-property.col-gap-30 .paging-navigation {
    padding-left: 15px;
    padding-right: 15px;
}
.ere-property:not(.property-list) .property-inner {
    padding-bottom: 0;
}
.ere-property:not(.property-zigzac) .property-inner {
    /* padding: 15px; */
    background-color: #f8f8f8;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: auto;
}
.ere-property:not(.property-list) .property-inner {
    overflow: hidden!important;
}
.ere-property .property-image {
    position: relative;
    z-index: 1;
}
.ere-property img {
    width: 100%;
}
.ere-property .property-action, .ere-property .social-share-hover .social-share-list {
    right: 0;
    left: auto;
}
.block-center:before {
    content: "";
    height: 100%;
}
.block-center-inner, .block-center:before {
    vertical-align: middle;
    display: inline-block;
}
.ere-property .property-action h2.item-description {
    position: absolute;
    float: right;
    width: auto;
    top: 44px;
    right: 0;
    color: #fff;
    opacity: 0;
    font-size: 12px!important;
    line-height: 23px;
    margin: 0;
}
.ere-property .property-action h2.item-description a {
    color: #fff;
}
.ere-property a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ere-property .property-label {
    right: 0;
    left: auto;
}

.ere-property .property-label {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 0;
    z-index: 3;
}
.ere-property .property-label p, .ere-property .property-status p {
    margin-bottom: 5px;
    color: #fff;
    font-weight: 400;
}
.ere-property .property-label p .property-label-bg {
    display: inline-block;
    background-color: #fb6a19;
    padding-left: 10px;
    padding-right: 5px;
    position: relative;
    line-height: 19px;
    font-size: 12px;
    padding-bottom: 2px;
}
.ere-property .property-label p .property-label-bg .property-arrow {
    right: 100%;
    left: auto;
    border-right-width: 7px;
    border-right-style: solid;
    border-left: none;
}
.ere-property .property-status {
    left: 0;
    right: auto;
}
.ere-property .property-status {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 0;
    z-index: 3;
}
.ere-property .property-label p, .ere-property .property-status p {
    margin-bottom: 5px;
    color: #fff;
    font-weight: 400;
}
.ere-property .property-status p, .ere-property .property-featured p {
    margin: 0;
}
.ere-property .property-item-content {
    padding-top: 0;
}
.ere-property.property-carousel .property-heading, .ere-property.property-grid .property-heading {
    margin-bottom: 11px;
    background: #ddd;
}
.ere-property .property-item-content .property-title {
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 12px 14px 12px 5px;
    font-size: 15px!important;
}

.ere-property .property-item-content .property-title a {
    color: #222;
}
.ere-property .property-item-content .property-excerpt {
    margin-top: 11px;
    height: 6.8em;
    overflow: hidden;
}
.ere-property.property-carousel .property-excerpt, .ere-property.property-grid .property-excerpt, .ere-property:not(.property-list) .hidden-md, .ere-property:not(.property-list) .property-type-list {
    display: none;
}
.ere-property .property-item-content .property-info {
    padding: 0 15px;
    font-size: 0;
    /* margin-top: 16px; */
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ere-property:not(.property-zigzac) .property-info {
    color: #000;
}
.ere-property .property-item-content .property-info .property-info-inner {
    width: 100%;
    line-height: 30px;
    overflow: hidden;
}
.ere-property .property-item-content .property-info .property-info-inner>div:not(.tooltip) {
    font-size: 18px;
    line-height: inherit;
    vertical-align: middle;
    float: right;
    width: 50%;
}
.ere-property .property-item-content .property-info .property-info-inner>div:not(.tooltip) span:first-child, .ere-property .property-item-content .property-location i {
    margin-left: 5px;
    margin-right: 0;
}
.ere-property .property-item-content .property-info .property-info-inner>div:not(.tooltip) span:first-child {
    position: relative;
    margin-right: 5px;
    line-height: inherit;
}
.ere-property .property-item-content .property-info .property-info-inner>div:not(.tooltip) span:first-child, .ere-property .property-item-content .property-location i {
    color: #929292;
}
.ere-property .property-item-content .property-info .property-info-inner>div:not(.tooltip) span:first-child {
    margin-left: 0!important;
}
.ere-property .property-item-content .property-info .property-info-inner>div:not(.tooltip) .property-info-value {
    font-size: 12px;
    line-height: inherit;
    vertical-align: bottom;
}
.ere-property .property-item-content .property-info .property-info-inner>div.property-area {
    width: 46%;
}
.ere-property .property-item-content .property-info .property-info-inner>div:not(.tooltip) {
    font-size: 18px;
    line-height: inherit;
    vertical-align: middle;
    float: right;
    width: 50%;
}
.ere-property .property-item-content .property-info .property-info-inner .property-info-item-tooltip {
    height: 30px;
}
.modal-dialog, .position-inline, .property-info-item-tooltip {
    display: inline-block;
}
.ere-property .property-item-content .property-info .property-info-inner>div:not(.tooltip) span:first-child, .ere-property .property-item-content .property-location i {
    margin-left: 5px;
    margin-right: 0;
}
.ere-property .property-item-content .property-info .property-info-inner>div:not(.tooltip) span:first-child {
    position: relative;
    margin-right: 5px;
    line-height: inherit;
}
.ere-property .property-item-content .property-info .property-info-inner>div:not(.tooltip) span:first-child, .ere-property .property-item-content .property-location i {
    color: #929292;
}
.ere-property .property-item-content .property-info .property-info-inner>div:not(.tooltip) span:first-child {
    margin-left: 0!important;
}
.ere-property .property-item-content .property-info .property-info-inner>div:not(.tooltip) .property-info-value {
    font-size: 12px;
    line-height: inherit;
    vertical-align: bottom;
}

.ere-property .property-item-content .property-info .property-info-inner>div:not(.tooltip) {
    font-size: 18px;
    line-height: inherit;
    vertical-align: middle;
    float: right;
    width: 50%;
}
/*---------------------
	Hero Section
-----------------------*/

.hs-item {
	min-height: 400px;
	position: relative;
	display: table;
	width: 100%;
}

.hs-item .hs-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
}
.myheading{
	background: #ef4147;
	    margin-bottom: 1px;
	padding: 5px 0;
}
.entry {
    text-align: right
}
.entry ul{
	    direction: rtl;
}
.entry ul li {
    line-height: 25px;
    list-style-type: none;
}
.entry ul li a {
    display: block;
    background: #f1cacc;
    border-radius: 5px;
    padding: 6px 9px;
    margin: 2px 2px 3px;
	font-size:14px;
	color:#000;
}
.entry ul li a:before {
    content: "\f058";
    font-family: FontAwesome;
    font-size: 18px;
    display: inline-block;
    border-radius: 5px;
    margin-left: 5px;
   background: #f3d6d8;
    padding: 2px 6px;
	color: #cf252b;
}
.accordion h4:after {
    content: "\f068";
    position: relative;
    background: #08ADA7;
}
.fa-angle-down {
	float:left;
	color: #f9f9f9;
    font-size: larger;
    font-weight: 900;
}
.pl-3{
	color: #fff;
}

.hs-item .hs-subtitle {
	font-size: 24px;
	text-align: right;
	color: #f6783a;
	font-weight: 500;
	letter-spacing: 0px;
	margin-bottom: 30px;
	position: relative;
	opacity: 0;
	top: 50px;
}

.hs-item .hs-title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 25px;
	position: relative;
	right: 150px;
	opacity: 0;
	
	text-align: right;
}

.hs-item .hs-des {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	position: relative;
	right: 150px;
	opacity: 0;
	text-align: right;
}

.hs-item .site-btn {
	margin-top: 70%;
	opacity: 0;
	top: 50px;
}

.owl-item.active .hs-item .hs-title,
.owl-item.active .hs-item .hs-des,
.owl-item.active .hs-item .hs-subtitle,
.owl-item.active .hs-item .site-btn {
	right: 0;
	top: 0;
	opacity: 1;
}

.owl-item.active .hs-item .hs-subtitle {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.owl-item.active .hs-item .hs-title {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.owl-item.active .hs-item .hs-des {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.hero-slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
	z-index: 1;
	text-align: center;
}

.hero-slider .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px;
}

.hero-slider .owl-dots .owl-dot.active {
	background: #f6783a;
}

/*---------------------
	Counter Section
-----------------------*/

.counter-section {
	background: #035498;
	padding: 40px 0;
	direction: rtl;
}

.counter-section .big-icon {
	display: block;
	float: right;
	width: 71px;
	height: 71px;
	border-radius: 70px;
	background: #fff;
	text-align: center;
	padding-top: 20px;
	margin-left: 15px;
}

.counter-section .big-icon i {
	font-size: 30px;
	color: #f6783a;
}

.counter-section .counter {
	padding-left: 40px;
}

.counter-section .counter .counter-item {
	min-width: 100px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #596f01;
	text-align: center;
	display: inline-block;
}

.counter-section .counter .counter-item:last-child {
	border-right: none;
}

.counter-section .counter .counter-item h4 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 4px;
}

.counter-content {
	padding-left: 90px;
	text-align: right;
}

.counter-content h2 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 10px;
}

.counter-content p {
	text-transform: uppercase;
	color: #fff;
}

.counter-content p i {
	color: #f6783a;
	margin-left: 10px;
}

/*---------------------
	Service Section
-----------------------*/

.services {
	margin-bottom: -50px;
}

.service-item {
	margin-bottom: 50px;
}

.service-item .service-icon {
	width: 45px;
	float: right;
}

.service-item .service-icon img {
	max-width: 100%;
}

.service-item .service-content {
	padding-right: 75px;
	text-align: right;
}

.service-item .service-content h4 {
	margin-bottom: 15px;
	font-weight: 400;
}

/*---------------------
	Enroll Section
-----------------------*/

.enroll-section {
	position: relative;
}

.enroll-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.enroll-section .container {
	position: relative;
	z-index: 1;
}

.enroll-section .section-title {
	margin-bottom: 40px;
	text-align: right;
}

.enroll-list-item {
	padding-right: 70px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.enroll-list-item span {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	text-align: center;
	border-radius: 50px;
	background: #f6783a;
	font-size: 16px;
	font-weight: 500;
	padding-top: 10px;
}

.enroll-list-item h5 {
	font-weight: 400;
	margin-bottom: 10px;
	text-align: right;
}

.enroll-list-item:after {
	position: absolute;
	content: '';
	height: calc(100% - 45px);
	right: 20px;
	top: 48px;
	border-right: 1px dashed #6c6e70;
}

.enroll-list-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.enroll-list-item:last-child:after {
	display: none;
}

/*---------------------
	Courses Section
-----------------------*/

.courses-section .container {
	margin-bottom: -50px;
}

.course-item {
	margin-bottom: 50px;
}

.course-item .course-thumb {
	margin-bottom: 45px;
	position: relative;
}
.course-thumb img{
     width: 100%;
     height:250px;
    border-top: 2px solid #cf252b;
    border-right: 2px solid #cf252b;
    border-left: 2px solid #cf252b;
}

.course-item .course-thumb img {
	min-width: 100%;
}

.course-item .course-thumb .course-cat {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -19px;
}

.course-item .course-thumb .course-cat span {
	min-width: 100%;
	bottom: 0;
	background: #cf252b;
	padding: 10px 15px;
	text-align: center;
	font-size: 13px;
	
	
	color: #fff;
	display: inline-block;
	border-radius: 0px;
	letter-spacing: 1px;
}

.course-item .course-info {
	text-align: center;
	/*margin: 0 -15px;*/
}

.course-item .course-info .date {
	color: #f6783a;
	font-size: 14px;
	margin-bottom: 10px;
}

.course-item .course-info h4 {
	font-weight: 300;
	line-height: 1.5;
}

.course-item .course-info .cource-price {
	padding-top: 15px;
	color: #f6783a;
	font-size: 18px;
}

.course-item .course-info .cource-price span {
	font-size: 14px;
	font-weight: 500;
	color: #b7b7b7;
}

.rightTik p{
	padding-right:20px;
}
.rightTik span{
	padding-left:5px;
}
.leftTik p{
	
    padding-left: 20px;
}
.leftTik span{
	
    padding-left: 5px;
}
.pricemore{
	border-top: 1px solid #86262638;
    padding-top: 5px;
}
.pricemore span{
	float: right;
    background-color: #cf252b;
    padding: 6px 10px;
    font-size: 14px;
    color: aliceblue;
}
.event-date span{
	
}
.seeonetab {
    margin-left: 0;
    margin-right: 26px;
    list-style-type: none;
    width: 100%;
    float: right;
    padding-top: 30px;
}
.seeonetab li {
    line-height: 29px;
	text-align: right;
}
.seeonetab li .titlesee {
    color: #035498;
    float: right;
}
.seeonetab li .descsee {
    color: #000;
}
.seeonetab li .descsee {
    color: #000;
}
div.descsee {
    float: right;
}
.descsee h1 {
    float: right;
    margin: 0;
    font-size: 13px;
    line-height: 2.2;
}
 .seeonetab a.readmore {
   float: left;
    background: #cf252b;
    padding: 3px 12px;
    font-size: small;
    color: aliceblue;
}
/*---------------------
	Fact Section
-----------------------*/

.fact-section {
	background-position: center center;
	position: relative;
}

.fact-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.4;
}

.fact-section .container {
	position: relative;
	z-index: 1;
}

.fact {
	text-align: center;
}

.fact-icon {
	font-size: 48px;
	color: #fff;
	width: 50px;
	display: inline-block;
}

.fact-text {
	padding-left: 20px;
	display: inline-block;
	text-align: left;
}

.fact-text h2 {
	color: #f6783a;
	font-weight: 400;
	text-align: center;
}

.fact-text p {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #fff;
}

/*---------------------
	Event Section
-----------------------*/

.event-item {
	margin-bottom: 50px;
}

.event-item .event-thumb {
	margin-bottom: 45px;
	position: relative;
}

.event-item .event-thumb img {
	min-width: 100%;
}

.event-item .event-thumb .event-date {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -19px;
}

.event-item .event-thumb .event-date span {
	min-width: 100%;
	bottom: 0;
	background: #cf252b;
	padding: 10px 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 0px;
	letter-spacing: 1px;
}

.event-item .event-info {
	text-align: center;
}

.event-item .event-info h4 {
	margin-bottom: 20px;
	font-weight: 400;
}

.event-item .event-info p {
	margin-bottom: 30px;
	text-align: center;
}

.event-item .event-info p i {
	color: #f6783a;
	padding-left: 13px;
	padding-right: 4px;
}

.event-item .event-info .event-readmore {
	font-size: 13px;
	text-transform: uppercase;
	color: #b7b7b7;
	
	font-weight: 500;
}

.event-item .event-info .event-readmore i {
	color: #f6783a;
	padding-right: 5px;
}

/*---------------------
	Gallery Section
-----------------------*/

.gallery .gallery-item {
	width: 12.5%;
	position: relative;
}

.gallery .gallery-item:after {
	content: '';
	display: block;
	clear: both;
}

.gallery .gallery-item:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item:hover:before {
	opacity: 0.3;
}

.gallery .gallery-item.gi-big,
.gallery .gallery-item.gi-long {
	width: 25%;
}

.gallery .gallery-item a {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(246, 120, 58, 0.9);
	color: #fff;
	left: 50%;
	top: 60%;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	padding-top: 13px;
	text-align: center;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item a i {
	font-size: 24px;
}

.gallery .gallery-item:hover a {
	opacity: 1;
	top: 50%;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	-o-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
}

.gallery .grid-sizer {
	width: 12.5%;
}

/*---------------------
	Blog Section
-----------------------*/

.blog-item {
	margin-bottom: 60px;
	overflow: hidden;
}

.blog-item .blog-thumb {
	width: 230px;
	height: 170px;
	float: right;
}

.blog-item .blog-content {
	padding-right: 258px;
}

.blog-item .blog-content h4 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 8px;
	line-height: 1.4;
	text-align: right;
}

.blog-item .blog-meta {
	margin-bottom: 15px;
	text-align: right;
}

.blog-item .blog-meta span {
	margin-right: 10px;
	font-size: 12px;
	color: #b7b7b7;
}

.blog-item .blog-meta span i {
	color: #f6783a;
	margin-left: 3px;
}

/*---------------------
	Newsletter Section
-----------------------*/

.newsletter-section {
	background: #f7f7f7;
	padding: 50px 0;
	direction: rtl;
}

.newsletter-section .newsletter {
	position: relative;
	margin-top: 12px;
}

.newsletter-section .newsletter input {
	width: 100%;
	font-size: 14px;
	padding: 18px 30px;
	border: none;
	border-radius: 50px;
	padding-right: 170px;
}

.newsletter-section .newsletter .site-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-radius: 0px  50px 0px;
	min-width: 150px;
}

/*---------------------
	Footer Section
-----------------------*/

.footer-section {
	background-color: #860409;
	background-image: url("../img/footer-bg.png");
	background-repeat: no-repeat;
	background-position: center 75px;
	direction: rtl;
}

.footer-section .footer-top {
	padding: 65px 15px;
}

.footer-section .copyright {
	border-top: 1px solid #677727;
	padding: 27px 0;
	text-align: center;
}

.footer-section .copyright p {
	color: #b7b7b7;
	margin-bottom: 0;
}

.footer-section .copyright p a {
	color: #fff;
	font-weight: 500;
}

.footer-section .copyright p a:hover {
	color: #f6783a;
}
.footer-widget{
	text-align: right;
}

.footer-widget .fw-title {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
	padding-top: 10px;
	text-align: right;
}

.footer-widget p,
.footer-widget span {
	color: #b7b7b7;
}

.footer-widget ul {
	list-style: none;
}

.footer-widget .about-widget img {
	margin-bottom: 1px;
}

.footer-widget .about-widget p {
	margin-bottom: 35px;
}

.footer-widget .social a {
	color: #b7b7b7;
	margin-right: 15px;
}

.footer-widget .dobule-link ul {
	display: inline-block;
}

.footer-widget .dobule-link ul a {
	display: block;
	font-size: 14px;
	color: #b7b7b7;
	margin-bottom: 15px;
}

.footer-widget .dobule-link ul a:hover {
	color: #f6783a;
}

.footer-widget .dobule-link ul li:last-child a {
	margin-bottom: 0;
}

.footer-widget .dobule-link ul:last-child {
	margin-left: 50px;
}

.footer-widget .recent-post li {
	margin-bottom: 25px;
}

.footer-widget .recent-post p {
	margin-bottom: 5px;
}

.footer-widget .recent-post span {
	font-size: 12px;
}

.footer-widget .recent-post span i {
	color: #f6783a;
	margin-left: 5px;
}

.footer-widget .contact li {
	margin-bottom: 15px;
	display: block;
}

.footer-widget .contact li p {
	margin-bottom: 0;
}

.footer-widget .contact i {
	font-size: 12px;
}

/*---------------------
	Other Pages
----------------------
======================*/

.site-breadcrumb {
	padding: 60px 0;
	color: #b7b7b7;
	font-size: 18px;
}

.site-breadcrumb a {
	color: #111111;
}

.site-breadcrumb a i {
	margin: 0;
}

.site-breadcrumb i {
	margin: 0 10px;
}

.site-pageination {
	list-style: none;
}

.site-pageination li {
	display: inline;
	text-align: center;
}

.site-pageination li a {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	border: 1px solid #e1e1e1;
	color: #636363;
	padding-top: 9px;
	font-size: 14px;
	margin-right: 14px;
	border-radius: 2px;
}

.site-pageination li a:hover,
.site-pageination li a.active {
	background: #f6783a;
	border-color: #f6783a;
	color: #fff;
}

/*---------------------
	About page
-----------------------*/

.about-text h5 {
	font-weight: 400;
	margin-bottom: 12px;
}

.about-text .about-list {
	list-style: none;
	padding-top: 10px;
}

.about-text .about-list li {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
}

.about-text .about-list li i {
	color: #f6783a;
}

.testimonial-section {
	background: #f7f7f7;
}

.testimonial-slider .ts-author-pic {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 5px auto 0;
}

.testimonial-slider .ts-text p {
	font-size: 18px;
	margin-bottom: 20px;
}

.testimonial-slider .ts-text h5 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.testimonial-slider .ts-text span {
	color: #f6783a;
	font-size: 14px;
}

.testimonial-slider .owl-nav {
	position: absolute;
	top: 35px;
	width: 180px;
	left: 40px;
}

.testimonial-slider .owl-prev {
	float: left;
}

.testimonial-slider .owl-next {
	float: right;
}

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
	font-size: 36px;
	color: #b7b7b7;
}

.testimonial-slider .owl-dots {
	position: absolute;
	left: -15px;
	bottom: -5px;
	width: 25%;
	padding: 0 15px;
	text-align: center;
}

.testimonial-slider .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: #b7b7b7;
	display: inline-block;
	margin: auto 5px;
}

.testimonial-slider .owl-dots .owl-dot.active {
	background: #f6783a;
}

.member {
	text-align: center;
}

.member h5 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 5px;
}

.member p {
	color: #f6783a;
	margin-bottom: 0;
	font-weight: 14;
}

.member:hover .member-pic:after {
	opacity: 0.4;
}

.member:hover .member-social {
	opacity: 1;
}

.member:hover .member-social a {
	top: 0;
}

.member:hover .member-social a:nth-child(1) {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.member:hover .member-social a:nth-child(2) {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member:hover .member-social a:nth-child(3) {
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.member .member-pic {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}

.member .member-pic:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -6px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a {
	padding: 0 5px;
	margin: auto 5px;
	color: #fff;
	position: relative;
	top: -20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a:hover {
	color: #f6783a;
}

/*---------------------
	Blog Page
-----------------------*/

.post-item {
	margin-bottom: 60px;
}

.post-item .post-thumb {
	height: 320px;
	margin-bottom: 40px;
}

.post-item .post-thumb-full {
	margin-bottom: 40px;
}

.post-item .post-content h3 {
	font-size: 29px;
	font-weight: 400;
	margin-bottom: 10px;
}

.post-item .post-content h3 a {
	color: #111111;
}

.post-item .post-content p {
	margin-bottom: 0;
}

.post-item .post-meta {
	margin-bottom: 10px;
}

.post-item .post-meta span {
	margin-right: 10px;
	font-size: 14px;
	color: #b7b7b7;
}

.post-item .post-meta span i {
	color: #f6783a;
}

.post-item .tag {
	padding-top: 15px;
	padding-bottom: 40px;
	font-size: 12px;
	text-transform: uppercase;
	color: #b7b7b7;
}

.post-item .tag i {
	color: #f6783a;
	margin-right: 5px;
}

.post-item .post-author {
	padding: 40px 0;
	border-top: 1px solid #f5f5f5;
}

.post-item .post-author .pa-thumb {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.post-item .post-author .pa-content {
	padding-left: 130px;
	padding-top: 5px;
}

.post-item .post-author .pa-content h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.comment-warp {
	padding-top: 40px;
	border-top: 1px solid #f5f5f5;
}

.comment-warp .comment-title {
	font-weight: 400;
	margin-bottom: 35px;
}

.comment-warp .comment-list {
	list-style: none;
}

.comment-warp .comment-list .replay-comment-list {
	list-style: none;
	margin-left: 14%;
}

.comment-warp .comment {
	margin-bottom: 40px;
}

.comment-warp .comment .comment-avator {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.comment-warp .comment .comment-content {
	padding-left: 100px;
}

.comment-warp .comment .comment-content .c-date {
	font-size: 12px;
	text-transform: uppercase;
	color: #b7b7b7;
	margin-bottom: 5px;
	display: block;
}

.comment-warp .comment .comment-content h5 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 400;
}

.comment-warp .comment .comment-content p {
	margin-bottom: 0;
}

.comment-warp .comment .comment-content .c-btn {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
	color: #111111;
	padding: 5px 25px;
	border-radius: 2px;
	margin-right: 5px;
	margin-top: 15px;
}

.comment-warp .comment .comment-content .c-btn:hover {
	border-color: #f6783a;
	background: #f6783a;
	color: #fff;
}

.comment-form-warp {
	padding: 40px 0;
	border-top: 1px solid #f5f5f5;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form textarea {
	width: 100%;
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 18px 20px;
	margin-bottom: 30px;
	border-radius: 2px;
}

.comment-form textarea {
	height: 150px;
}

.comment-form.--contact input[type='text'],
.comment-form.--contact input[type='email'],
.comment-form.--contact textarea {
	border: 1px solid #e1e1e1;
}

.comment-form.--contact textarea {
	margin-bottom: 50px;
}

.widget {
	margin-bottom: 55px;
	margin-left: -19px;
}

.widget .widget-title {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 30px;
}

.widget ul {
	list-style: none;
}

.widget ul a {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
	padding: 5px 0;
	display: inline-block;
}

.widget ul a:hover {
	color: #f6783a;
}

.widget .search-widget {
	position: relative;
}

.widget .search-widget input {
	width: 100%;
	border: 1px solid #9d9d9d;
	padding: 10px 15px;
	padding-right: 55px;
	font-size: 14px;
}

.widget .search-widget button {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border: none;
	width: 50px;
	padding-top: 5px;
	color: #b7b7b7;
	background-color: transparent;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}

.widget .recent-post-widget .rp-item {
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}

.widget .recent-post-widget .rp-thumb {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 30px;
}

.widget .recent-post-widget .rp-content {
	padding-left: 100px;
}

.widget .recent-post-widget .rp-content p {
	font-size: 12px;
	color: #b7b7b7;
	margin-bottom: 0;
}

.widget .recent-post-widget .rp-content p i {
	color: #f6783a;
}

.widget .recent-post-widget .rp-content h6 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 10px;
}

.widget .tags a {
	min-width: 80px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	color: #636363;
	padding: 12px 15px;
	border: 1px solid #f6783a;
	margin-right: 5px;
	margin-bottom: 8px;
	text-align: center;
	border-radius: 2px;
}

.post-item.post-details {
	margin-bottom: 0;
}

.post-item.post-details p {
	margin-bottom: 15px;
}

.post-item.post-details blockquote {
	padding: 25px 30px;
	font-size: 16px;
	color: #111111;
	border-left: 3px solid #f6783a;
	-webkit-box-shadow: 0 0 40px #f2f2f2;
	        box-shadow: 0 0 40px #f2f2f2;
	margin: 40px 0 35px;
}

/*---------------------
	Contact page
-----------------------*/

.map-section {
	height: 500px;
	position: relative;
}

.map-section .map {
	height: 100%;
}

.contact-info-warp {
	position: absolute;
	width: 400px;
	height: 100%;
	background: rgba(2, 0, 49, 0.8);
	text-align: center;
	z-index: 1;
	padding-top: 70px;
}

.contact-info-warp .contact-info {
	margin-bottom: 40px;
}

.contact-info-warp .contact-info h4 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 8px;
}

.contact-info-warp .contact-info p {
	color: #fff;
	margin-bottom: 0;
}

/*------------------
	Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.counter-section .counter {
		padding-left: 20px;
	}
	.counter-section .counter .counter-item {
		min-width: 80px;
	}
	.counter-section .counter .counter-item h4 {
		font-size: 35px;
	}
	.widget {
		margin-left: 0;
	}
	.g-container {
    width: 100%;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-info .hf-item i {
		float: left;
	}
	.header-info .hf-item p {
		display: block;
	}
	.hs-item {
		height: auto;
		min-height: auto;
		padding: 140px 0;
	}
	.counter-section .counter {
		padding-top: 15px;
		padding-left: 0;
	}
	.counter-section .counter .counter-item {
		min-width: 70px;
	}
	.counter-section .counter .counter-item h4 {
		font-size: 27px;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 25%;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.testimonial-slider .owl-nav {
		left: -16px;
	}
	.member {
		margin-bottom: 40px;
	}
	.sidebar {
		padding-top: 80px;
	}
	.widget {
		margin-left: 0;
	}
	.g-container {
    width: 100%;
	}	
	.size-64 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 64%;
    -moz-flex: 0 64%;
    -ms-flex: 0 64%;
    flex: 0 64%;
    width: 45%;
    text-align: right;
    padding-top: 5px;
	}
	#g-intro a.seeone-click {
  
    float: none;
   
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-info {
		display: none;
	}
	.site-logo {
		padding: 15px 0;
	}
	.nav-switch {
		position: absolute;
		right: 30px;
		font-size: 30px;
		color: #111;
		top: 25px;
		display: block;
	}
	.nav-section .nav-right {
		display: block;
		float: none;
		text-align: right;
		padding-bottom: 20px;
	}
	.main-menu {
		display: none;
	}
	.main-menu li {
		display: block;
	}
	.main-menu li a {
		padding: 15px;
		display: block;
		border-top: 1px solid #212031;
	}
	.main-menu li a:hover {
		background-color: transparent;
		color: #f6783a;
	}
	.main-menu li.active a {
		background-color: transparent;
	}
	.hs-item {
		min-height: auto;
		padding: 100px 0;
	}
	.hs-item .hs-title {
		font-size: 40px;
	}
	.counter-section .counter {
		float: none;
		padding-top: 30px;
		padding-left: 0;
		text-align: center;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 50%;
	}
	.fact {
		text-align: center;
		margin-bottom: 15px;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.testimonial-slider .owl-nav {
		left: 50%;
		margin-left: -90px;
	}
	.testimonial-slider .owl-dots {
		text-align: center;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.testimonial-slider .ts-author-pic {
		margin: 5px auto 30px;
	}
	.testimonial-slider .ts-item {
		text-align: center;
		padding-bottom: 50px;
	}
	.member {
		margin-bottom: 40px;
	}
	.sidebar {
		padding-top: 80px;
	}
	.widget {
		margin-left: 0;
	}
	.map-section {
		height: auto;
	}
	.contact-info-warp {
		position: relative;
		height: auto;
		display: block;
		width: 100%;
		padding-bottom: 70px;
	}
	.map-section .map {
		height: 300px;
	}
	.counter-content {
		padding-left: 20px;
	}
	.g-container {
    width: 100%;
	}
	.size-64 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 64%;
    -moz-flex: 0 64%;
    -ms-flex: 0 64%;
    flex: 0 64%;
    width: 45%;
    text-align: right;
    padding-top: 5px;
	}
	#g-intro a.seeone-click {
  
    float: none;
   
	}
}

/* small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hs-item .hs-title {
		font-size: 27px;
	}
	.counter-section .counter .counter-item {
		min-width: 65px;
	}
	.counter-section .counter .counter-item h4 {
		font-size: 25px;
	}
	.course-item .course-info {
		margin: 0;
	}
	.blog-item .blog-thumb {
		height: 230px;
		width: 100%;
		margin-bottom: 20px;
	}
	.blog-item .blog-content {
		padding-left: 0;
		padding-right: 0;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 100%;
	}
	.newsletter-section .newsletter {
		text-align: center;
	}
	.newsletter-section .newsletter input {
		padding-right: 30px;
		margin-bottom: 20px;
		text-align-last: auto;
	}
	.newsletter-section .newsletter .site-btn {
		position: relative;
		border-radius: 50px;
	}
	.post-item .post-author .pa-thumb,
	.comment-warp .comment .comment-avator {
		float: none;
		margin-bottom: 15px;
	}
	.post-item .post-author .pa-content,
	.comment-warp .comment .comment-content {
		padding-left: 0;
	}
	.g-container {
    width: 100%;
	}
	.size-64 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 64%;
    -moz-flex: 0 64%;
    -ms-flex: 0 64%;
    flex: 0 64%;
    width: 45%;
    text-align: right;
    padding-top: 5px;
	}
	#g-intro a.seeone-click {
  
    float: none;
   
	}
}