/*
theme name: Zagros Theme
version: 1.0
Author: 2sweb.ir
Author URI: http://2sweb.ir
Desctiption:
*/
body {
    font-family: 'yekan-font', tahoma;
    background: #f2f2f2;
    color: #333;
}
:focus {
    outline: 0;
}
a {
    color: #2980B9;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}
a:hover {
    text-decoration: none;
}
a:active,
a:visited,
a:focus {
    background: transparent;
    outline: 0;
    text-decoration: none;
}
   #preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url('images/page_preloader.gif') 50% 50% no-repeat rgb(255,255,255);
}
/*
=masthead
---------------------------------------*/
.masthead {
    width: 100%;
    background-color: #fdfdfd;
    min-height: 100px;
    margin:7px auto;
}
.masthead .logo_header h1,.masthead .logo_header h2 {
    color: #333;
}
.masthead .logo_header {
    position: relative;
}
.masthead .logo_header a.icon_logo {
     display: inline-block;
    float: right;
    margin-left: 15px;
}
.masthead .logo_header figure img {
    max-height: 90px;
    margin-top: 10px;
}
.masthead .logo_header h1 {
    padding: 16px 0 0 0;
    line-height: 28px;
}
.masthead .logo_header h1 a {
    font-size: 22px;
    color:#333;
 }
.masthead .logo_header h2 {
    font-size: 14px;
    color: #777;
}
.masthead .intro_nav {
    float: left;
    margin: 0 0 5px 30px;
}
.masthead .intro_nav ul li a {
    font-size: 12px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    color: #555;
}
.masthead .intro_nav ul li a:hover {
    color: #3498DB;
}
@media screen and (min-width:992px) {
    .masthead .intro_nav ul li a:after {
    content: "|";
    position: absolute;
    left: -3px;
    top: 12px;
    color: #aaa;
    }
    .masthead .intro_nav ul li:last-child a:after {
        display: none;
    }
}
#social_header {
    display: block;
position:fixed;
left:0;
top:25%;
z-index:99;
}
#social_header li {
    margin-bottom:4px;
}
#social_header li a {
    display: block;
}
#social_header li a i {
    width: 30px;
    height: 30px;
    background-color: #3498DB;
    border-radius: 0 3px 3px 0;
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#social_header li.facebook_icon a i {
    background-color: #3B5A9A;
}
#social_header li.twitter_icon a i {
    background-color: #28A9E2;
}
#social_header li.google_icon a i {
    background-color: #DE4B39;
}
#social_header li.linkdin_icon a i {
    background-color: #1279BF;
}
#social_header li.instagram_icon a i {
    background-color: #6C3696;
}
#social_header li.telegram_icon a i {
    background-color: #1EB8EA;
    font-size: 16px;
}
#social_header li a:hover i {
    opacity: .8;
}
#search_panel {
/*    float: left;*/
    margin-top: 5px;
}
#search-form {
    float: left;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    border-radius: 4px;
    padding: 5px 10px;
    background: linear-gradient(#eee,#fff);
    margin: 0 0 10px 15px;
}
#search-form input {
	border: none;
	background: none;
}
#search-form #search-text {
	height: 25px;
	padding: 3px 4px;
	line-height: 25px;
	width: 230px;
    max-width: 100%;
	float: right;
	color: #444;
    font-size: 13px;
}
#search-form #search-submit {
	background: url(images/sch_icon.png) no-repeat center center;
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
	margin-top:2px;
}
#search-form #search-text::-webkit-input-placeholder { 
  color: #888;
}
#search-form #search-text::-moz-placeholder { 
  color: #888;
}
#search-form #search-text:-ms-input-placeholder {
  color: #888;
}
#search-form #search-text:-moz-placeholder { 
  color: #888;
}
/*
=navigation
-----------------------------------------*/
#navigation {
    width: 100%;
    background-color: #3498DB;
    min-height: 45px;
position:relative;
margin-bottom:7px;
}
#navigation:before {
    content: "";
    display: block;
    border-width: 47px 15px 0px 0px;
    border-style: solid;
    border-color: #D35400 transparent transparent transparent;
    position: absolute;
    right: -15px;
}
#navigation:after {
    content: "";
    display: block;
    border-width: 30px 0px 47px 15px;
    border-style: solid;
    border-color: transparent transparent #D35400 transparent;
    position: absolute;
    left: -15px;
    top: -31px;
}
#navigation #cssmenu ul ul { 
min-width:200px;
 }
#navigation #cssmenu ul ul li a {
padding:8px 15px;
line-height:18px;
 }
#cssmenu > ul > li{
position:relative;
 }
#cssmenu > ul > li:after {
content:"";
position:absolute;
left:0;
top:16px;
font-size:14px;
color:#eee;
width:1px;
height:20px;
background:#f5f5f5;
 }
/*
=slideshow
---------------------------------------*/
#slideshow_main {
box-sizing: border-box;
border: 4px solid #fff;
margin-bottom:15px;
 }
#sliderfluid .owl-controls .owl-page,#sliderfluid .owl-controls .owl-buttons div {
    background-color: #fff;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#sliderfluid .owl-controls .owl-buttons div:after {
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    top: 0;
    font-size: 35px;
    line-height: 45px;
    color: #555;
}
#sliderfluid .owl-controls .owl-buttons {
    top: auto;
    bottom: 70px;
}
#sliderfluid .owl-controls .owl-buttons div.owl-prev {
    right: 60px;
    border-radius: 2px 0 0 2px;

}
#sliderfluid .owl-controls .owl-buttons div.owl-next {
    right: 10px;
    border-radius: 0 2px 2px 0;
}
#sliderfluid .owl-controls .owl-buttons div:hover {
    opacity: .8;
}
#sliderfluid  .owl-controls .owl-buttons div.owl-prev:after {

content: "\f104";
}

#sliderfluid  .owl-controls .owl-buttons div.owl-next:after {
        content: "\f105";
}
/*
=services
---------------------------------------*/
#services {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding:15px 10px;
margin-bottom:15px;
}
.title_section {
    line-height: 25px;
    background: url(images/title_bg.jpg) center repeat-x;
    margin:15px 0;
text-align:center;
}
.title_section span {
    display: inline-block;
    line-height: 25px;
    font-size: 20px;
    color: #333;
    padding:5px 15px;
    background-color: #fff;
}
#services .services_icon {
    width: 100px;
    height: 100px;
    margin: auto;
}
#services .services_box {
    margin-bottom: 30px;
}

#services .services_icon span {
    font-size: 70px;
    height: 100px;
    line-height: 100px;
    width: 100px;
    display: block;
    text-align: center;
    vertical-align: middle;
    color: #555;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#services .services_box:hover .services_icon span {
    color: #F39C12;

}
#services .wrap_serbox{
    padding: 10px;
    box-shadow: 0 0 22px #d5d5d5;
 -webkit-box-shadow: 0 0 22px #d5d5d5;
 -moz-box-shadow: 0 0 22px #d5d5d5;
 -o-box-shadow: 0 0 22px #d5d5d5;
    height: 250px;
overflow: hidden;
 }
#services .services_content {
    display: table;
}
#services .services_content h4 {
    line-height: 28px;
text-align:center;
}
#services .services_content h4 a {
    font-size: 18px;
    padding-bottom: 3px;
}
#services .services_content p {
    font-size: 12px;
    text-align: center;
    color: #666;
    line-height: 25px;
}
#feature-sec {
    padding: 15px;
    background-color: #fff;
    margin-bottom:35px;
}
svg.sep_line {
    position: absolute;
    bottom: 0;
}
a.artivles-more {
    box-shadow: 0 4px 6px #d5d5d5;
    margin: auto;
    padding: 2px 15px;
    background: #fff;
    line-height: 25px;
    display: table;
    margin-bottom: -30px;
 }
a.artivles-more:hover {
color:#555;
 }
/*
=more_services
-----------------------------------------*/
.more_services .col_box .ico_col_box figure {
position:relative;
width:200px;
margin:auto;
height:150px;
background:#000;
overflow:hidden;
 }
.more_services .col_box .ico_col_box figure figcaption {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    color: #fff;
    -webkit-transform: skewY(60deg);
    -moz-transform: skewY(60deg);
    -o-transform: skewY(60deg);
    transform: skewY(60deg);
    padding: 10px;
    text-align: center;
    font-size: 12px;
    background: rgba(0,0,0,.7);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
-webkit-transition: .4s;
-o-transition: .4s;
-o-transition: .4s;
 }
.more_services .col_box:hover figure figcaption {
opacity:1;
visibility:visible;
-webkit-transform: skewY(0deg);
-moz-transform: skewY(0deg);
-o-transform: skewY(0deg);
transform: skewY(0deg);
 }
.more_services .col_box .ico_col_box img {
    width: 200px;
    height: 150px;
    margin: auto;
    border: 1px solid #ddd;
}
.more_services .col_box .caption-item {
    line-height: 19px;
    padding: 5px 9px;
}
.more_services .col_box .caption-item a {
    display: block;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    color: #555;
    margin-top: 5px;
}
.more_services .col_box .caption-item a:hover {
    color: #2980B9;
}
/*
=customer
-----------------------------------------*/
.customer_box .customer_item img {
    width: 130px;
    height: 130px;
   margin:auto;
}
#customer_list  .owl-controls .owl-buttons div,#services_list .owl-controls .owl-buttons div {
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ccc;

}
#customer_list .owl-controls .owl-buttons,#services_list .owl-controls .owl-buttons {
    top: -46px;
}
#customer_list .owl-controls .owl-buttons div.owl-next,#services_list .owl-controls .owl-buttons div.owl-next {
    left: 0;
}
#customer_list .owl-controls .owl-buttons div.owl-prev,#services_list .owl-controls .owl-buttons div.owl-prev {
    left: 35px;
}
#customer_list .owl-controls .owl-buttons div:hover,#services_list .owl-controls .owl-buttons div:hover {
    background-color: #ddd;
}
/*
=area_section
-----------------------------------------*/
#area_section {
    background: url(images/section_bg.png) no-repeat center;
    width: 100%;
    position: relative;
    height: 400px;
    max-width: 1920px;
    margin: 0 auto 30px;
}
#area_section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    top: 0;
    right: 0;
}
.content_middle {
    padding-top: 120px;
    position: relative;
    z-index: 20;
}
.content_middle .row_content {
    width: 98%;
    background: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
    padding: 30px;
    min-height: 160px;
margin:auto;
}
.content_middle .link_area {
    display: block;
    float: left;
    padding: 20px 25px;
    background-color: #E74C3C;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    margin: 40px 15px 0;
}
.content_middle .link_area:hover {
    background-color: #C0392B;
}
.content_middle .row_content span {
    display: inline-block;
    position: relative;
    font-size: 22px;
    color: #C0392B;
    margin-bottom: 15px;
    padding-right: 25px;
}
.content_middle .row_content span:before {
        content: "\f040";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        color: #C0392B;
}
.content_middle .row_content p {
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-weight: normal;
}
.customer_box {
background: #fff;
    padding: 15px;
    margin:15px auto;
 }
.box-shadow {
box-shadow: 0 0 13px #d5d5d5;
-webkit-box-shadow: 0 0 13px #d5d5d5;
-moz-box-shadow: 0 0 13px #d5d5d5;
-o-box-shadow: 0 0 13px #d5d5d5;
 }
/*
=about us
-----------------------------------------*/
#about_us  {
  padding:15px;
    background: #fff;
}
#about_us .about_thumb {
    float: right;
    margin-left: 10px;
}
#about_us .about_thumb img {
    width: 200px;
    height: 150px;
}
#about_us .about_content p {
    font-weight: normal;
    color: #333;
    line-height: 27px;
}
#about_us .about_content p a {
    display: inline-block;
    font-size: 13px;
    padding-right: 5px;
 }
#about_us .about_content p a i {
vertical-align:middle;
}
/*
=footer
-----------------------------------------*/
#footer {
    width: 100%;
    background-color: #fff;
    padding: 10px 0 0;
-webkit-box-shadow: 0 9px 6px 12px #d5d5d5;
-moz-box-shadow: 0 9px 6px 12px #d5d5d5;
-o-box-shadow: 0 9px 6px 12px #d5d5d5;
box-shadow: 0 9px 6px 12px #d5d5d5;
margin-top:15px;
}
#footer .footer_box .title_ft {
    position: relative;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    line-height: 28px;
    padding: 5px 100px;
    margin-bottom: 10px;
}
.footer_box {
text-align:center;
 }
#footer .footer_box.address_ft .footer_logo img {
    max-height: 100px;
    margin: 5px auto;
}
.ft_icon_list {
    display: table;
    margin: auto;
    max-width:300px;
 }
#footer .footer_box li a {
    display: block;
    position: relative;
    text-align: right;
    line-height: 25px;
    padding: 0 20px 5px 2px;
    color: #555;
 }
#footer .footer_box li a:hover {color:#222 }
#footer .footer_box li a:hover:before {
color:#D35400;
 }
#footer .footer_box li a:before {
content:"\f192";
position:absolute;
font-family:FontAwesome;
font-size:14px;
right:0;
top:2px;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
 }
#footer .footer_box.address_ft li {
    color: #555;
    float: right;
    clear: both;
    margin-bottom: 10px;
    line-height: 20px;
}
#footer .footer_box.address_ft li i {
    vertical-align: middle;
    font-size: 20px;
    color: #888;
    width: 20px;
    text-align: center;
    margin-left: 5px;
}
#footer .footer_box.article_list ul li a {
    display: inline-block;
    color: #ddd;
    position: relative;
    padding: 6px 12px 6px 5px;
    font-size: 13px;
    font-weight: normal;
}
#footer .footer_box.article_list ul li a:hover {
    color: #fff;
}
#footer .footer_box.article_list ul li a:before {
        content: "\f0d9";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 5px;
        font-size: 14px;
        color: #F39C12;
}
#footer .footer_box.namad_box img {
    margin: 15px auto 5px;
    border-radius: 4px;
    background: #fff;
}
#footer #copyright {
    width: 100%;
    background-color: #eee;
    padding: 5px 0;
}
#footer #copyright p {
    color: #666;
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
}
#footer #copyright p a {
    color: #666;
    display: inline-block;
    padding: 0 2px;
}
.tw_ft span {
    color: #666;
}
.tw_ft i {
    vertical-align: middle;
    padding-left: 2px;
    color: #3498DB;
}
.tw_ft a {
    color: #3498DB;
    font-weight: normal;
}
/*
=inner-page
----------------------------------------*/
.inner-page {
    width: 100%;
    background-color: #fbfbfb;
    padding: 25px 0;
}
.inner-page .main-content {
    margin-bottom: 15px;
}
.inner-page .inner_wrap {
    float: right;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 2px;
}
.inner-page .entry-post {
    float: right;
    width: 100%;
}
.inner-page .post-head .title-post {
    position: relative;
    font-size: 18px;
    padding-right: 15px;
    color: #C0392B;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #C0392B;
}
.inner-page .post-head .title-post:before {
        content: "\f053";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 2px;
        font-size: 14px;
        color: #C0392B;
        vertical-align: middle;
}
.inner-page .meta-posthead {
    float: right;
    display: block;
    width: 100%;
    margin-bottom: 18px;
}
.inner-page .meta-posthead li {
    float: right;
    margin-left: 15px;
    font-size: 12px;
}
.inner-page .meta-posthead li i {
    vertical-align: middle;
    padding-left: 3px;
    color: #C0392B;
}
.inner-page .entry-post ul li {
    list-style:outside;
}
.inner-page .entry-post ol,.inner-page .entry-post ul {
    padding-right: 15px;
}
.inner-page .entry-post ol li,.inner-page .entry-post ul li {
    line-height: 30px;
}
/*
=sidebar
----------------------------------------*/
.inner-sidebar .widget {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #eee;
}
.inner-sidebar .widget .widg-title {
    font-size: 16px;
    position: relative;
    color: #C0392B;
    line-height: 30px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #C0392B;
    padding-right: 16px;
}
.inner-sidebar .widget .widg-title:before {
        content: "\f0d9";
        font-family: FontAwesome;
        position: absolute;
        right: 5px;
        top: 1px;
        font-size: 14px;
        color: #C0392B;
}

.inner-sidebar .widget .widg-content {
    padding: 12px;
}
.inner-sidebar .widget .widg-content ul li {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.inner-sidebar .widget .widg-content ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.inner-sidebar .widget .widg-content ul li a {
    display: inline-block;
    color: #444;
    font-size: 13px;
}
.inner-sidebar .widget .widg-content ul li a:hover {
    color: #2980B9;
}
div.textwidget {
    text-align: justify;
    font-weight: normal;
    font-size: 14px;
    color: #555;
    line-height: 26px;
}
div.tagcloud a {
   display: inline-block;
    padding: 3px 5px;
    border-radius: 3px;
    color: #fff;
    background-color: #2980B9;
    border:1px solid #3498DB;
    margin: 4px 3px;
}
div.tagcloud a:hover {
     background-color: #3498DB;
    border:1px solid #2980B9;   
}
/*
=calendar_wrap
--------------------------------------*/
#wp-calendar {
	width:100%;
	line-height:24px;
}
#wp-calendar caption {
	text-align: center;
	font-size:18;
	font-weight:normal;
	margin-bottom:5px;
	color:#666;
}
#wp-calendar thead th {
	background:#2980B9;
	width: 24px;
	color: #fff;
	text-align: center;
    padding-bottom: 5px;
}
#wp-calendar tbody td {
	color: #9f9f9f;
	border: 1px solid #ededed;
	text-align: center;
}
#wp-calendar tbody td a {
	color: red;
}
#wp-calendar tfoot td a {
	color: red;
}
/*
=searchform
--------------------------------------*/
#searchform label {
    display: none;
}
#searchform input[type="text"] {
    border: 1px solid #ccc;
    padding: 0 5px;
    border-left: 0;
    border-radius: 0 2px 2px 0;
    height: 30px;
    line-height: 30px;
}
#searchform input[type="submit"] {
    border: 0;
    color: #fff;
    background: #2980B9;
    margin-right: -4px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px 0 0 2px;
}
/*
=archive
----------------------------------------*/
.archive-page .archive-item {
    width: 100%;
    float: right;
    border: 4px solid #f5f5f5;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 5px;
}
.archive-page .archive-item .archive-thumb {
    float: right;
    margin-left: 10px;
}
.archive-page .archive-item .archive-thumb img {
    width: 100px;
    height: 90px;
    margin-bottom: 0;
}
.archive-page .archive-item .archive-content h4 a {
    font-size: 14px;
}
.archive-page .archive-item .archive-content p {
    font-size: 12px;
    line-height: 25px;
    color: #666;
}
.archive-page .archive-item .more-link {
    display: block;
    float: left;
    background-color: #2980B9;
    color: #fff;
    padding: 3px 5px;
    font-size: 13px;
    border-radius: 3px;
}
.archive-page .archive-item .more-link:hover {
 opacity:.7;
}

/*
=responsive
-----------------------------------------*/
@media screen and (min-width:992px) {
    .navbar-collapse {
        padding-left: 0;
    }
}
@media screen and (max-width:1199px) {
    #search-form #search-text {
        width: 225px;
    }
    .content_middle .link_area {
        padding: 25px 15px;
    }
}
@media screen and (max-width:992px) {
    .masthead .logo_header a {
        display: block;
    }
    .masthead .logo_header figure img {
        margin: 10px auto;
    }
    .masthead .intro_nav  {
        float: none;
        display: table;
        margin: 15px auto 5px;
    }
    #social_header {
        float: none;
        display: table;
        margin: 10px auto;
        clear: both;
    }
    #services .services_icon span {
        line-height: 80px;
    }
    .more_services {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #e8e8e8;
    }
    #footer .footer_box {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .content_middle .link_area {
        float: none;
        margin:15px auto;
        text-align: center;
    }
    .content_middle {
        padding-top:55px;
    }
}
/*** pagenavi ***/

#pagnavi {
    display: table;
    margin: auto;
    ;
}

.wp-pagenavi {
    margin: 15px;
}

.wp-pagenavi a.page,
.wp-pagenavi a.larger {
    display: inline-block;
    color: #333;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #fff;
    margin: 8px 2px;
    font-size: 11px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.wp-pagenavi a.page:hover,
.wp-pagenavi a.larger:hover {
    background: #2980B9;
    color: #fff;
}

.wp-pagenavi span.pages {
    background: #2980B9;
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
margin-left:2px;
    font-size: 11px;
}

.wp-pagenavi span.current {
    display: inline-block;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #2980B9;
    font-size: 11px;
    border-radius: 100%;
}
#go-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #2980B9;
    border-radius: 100%;
    display: none;
    cursor: pointer;
    transition: all .4s;
}

#go-top i {
    font-size: 25px;
    margin: auto;
    right: 0;
    position: absolute;
    top: 6px;
    left: 0;
    text-align: center;
    color: #fff;
}

#go-top:hover {
    background-color: #222;
}
#footer .wpcf7 p { 
float:right;
width:48%;
margin-left:5px;
}
#footer .wpcf7 p input {
border-radius:1px;
 }
#footer .wpcf7 p.area_warpper,#footer .wpcf7 p.area_warpper textarea{
width:99%;
max-width:100%;
height: 120px
 }
#footer .wpcf7 input[type="submit"] {
padding:3px 25px;
 }
#footer .wpcf7 input[type="email"],#footer .wpcf7 input[type="tel"] { 
text-align:right;
}
#footer .wpcf7 input[type="email"]:focus,#footer .wpcf7 input[type="tel"]:focus { 
text-align:left;
}
#footer .wpcf7 input[type="text"],#footer .wpcf7 input[type="email"],#footer .wpcf7 input[type="tel"],#footer .wpcf7 input[type="url"],#footer .wpcf7 input[type="number"],#footer .wpcf7 input[type="date"],#footer .wpcf7 select {
height:35px;
line-height:35px;
 }



@media screen and (max-width:767px) {
.masthead {
text-align:center;
 }
.masthead .logo_header a.icon_logo {
float:none;
margin:0;
 }
.masthead .logo_header h1 {
padding:0;
 }
.masthead .intro_nav {
margin:0 auto 5px;
 }
#search-form {
float:none;
display: table;
    margin: 0 auto 10px;
 }
#navigation:after,#navigation:before {
display:none;
 }
#social_header { 
position:relative;
}
#social_header li {
 margin: 2px;
    float: right;
 }
#social_header li.facebook_icon a i {
border-radius:3px;
 }
.caption_layerslider {
display:none;
 }
#layerslider .title_layerslider {
top:20px!important;
font-size:16px!important;
 }
    .navbar-toggle i {
        vertical-align: middle;
        padding-left: 5px;
    }
    #area_section {
        background: #f8f8f8;
        height: auto;
    }
    .content_middle {
        padding: 15px 0;
    }
    .content_middle .row_content {
        float: none;
    }
}
@media screen and (max-width:480px) {
    #search_panel {
        float: none;
        display: table;
        margin: 5px auto;
        clear: both;
    }
    #cssmenu.small-screen #menu-button {
        display: table;
        margin: auto;
        padding-right: 30px;
    }
    #cssmenu.small-screen #menu-button::after,#cssmenu.small-screen #menu-button::before {
        right: 0;
    }
    #sliderfluid .owl-controls .owl-page, #sliderfluid .owl-controls .owl-buttons div {
        width: 30px;
        height: 30px;
    }
    #sliderfluid .owl-controls .owl-buttons div::after {
        font-size: 25px;
        line-height: 30px;
    }
    #sliderfluid .owl-controls .owl-buttons div.owl-next {
        right: 40px;
    }
    #sliderfluid .owl-controls .owl-buttons {
        bottom: 35px;
    }
    #about_us .about_thumb {
        float: none;
    }
    
    #about_us .about_thumb img {
        margin: 10px auto;
    }
    #about_us .about_content p {
        text-align: justify;
    }
    #services .services_icon {
        float: none;
        margin: auto;
    }
    #services .services_icon span {
        margin: auto;
        line-height: 130px;
    }
    #services .services_content h4 a {
        display: block;
        text-align: center;
    }
    #services .services_box {
        margin-bottom: 5px;
    }
    .archive-page .archive-item .archive-thumb {
        float: none;
    }
    .archive-page .archive-item .archive-thumb img {
        margin:auto;
    }
#footer .wpcf7 p {
width:100%;
margin-left:0;
}
 }
@media screen and (max-width:360px) {
    #search-form #search-text {
        width: 180px;
    }
}

/*
=related-posts
---------------------------*/
.related-posts {
    background: #fff;
    margin: 10px 0;
    float: right;
    border: 1px solid #eee;
    padding: 10px;
    clear: both;
   width:100%;
 }
.related-posts .related-item {
margin-bottom:10px;
 }
.related-posts .related-posts-title {
    font-size: 18px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
 }
.related-posts .related-item .related-thumb { 
display:block;
float:right;
margin-left:5px;
 }
.related-posts .related-item .related-thumb img {
width:100px;
height:70px;
padding:4px;
border:1px solid #eee;
 }
.related-posts .related-item .related-caption a { 
font-size:13px;
color:#777;
}
.related-posts .related-item .related-caption a:hover {
color:#2980B9;
 }
.alignleft, .alignright, .aligncenter {
max-width:100%;
 }
.section_comment {
float:right;
width:100%;
clear:both;
}
.related-posts .related-item .related-caption {
line-height:25px;
 }

.title_layerslider,.caption_layerslider {
font-size:26px!important;
color:#333;
background:rgba(255,255,255,.9);
padding:10px;
border-radius:4px;
line-height:32px!important;
margin-bottom:15px;
}
.caption_layerslider {
font-size:16px!important;

 }
/*
= change colors
--------------------------------*/
#navigation, #go-top, #commentbox #commentform input[type="submit"],
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.current-menu-item a,#cssmenu ul ul li a,#searchform input[type="submit"],
.archive-page .archive-item .more-link,.wp-pagenavi span.pages,.wp-pagenavi span.current,
.wp-pagenavi a.page:hover, .wp-pagenavi a.larger:hover {
    background-color: #D35400;
}

#services .services_content h4 a, #services .services_icon span, a.artivles-more, .more_services .col_box .caption-item a:hover, .inner-sidebar .widget .widg-content ul li a:hover,.masthead .intro_nav ul li a:hover,#about_us .about_content p a,
.related-posts .related-item .related-caption a:hover,span a, p a,a,#footer .footer_box li a:hover:before {
    color: #D35400;
}

#navigation:before{
border-color: #D35400 transparent transparent ;
 }
#navigation:after {
    border-color: transparent transparent #D35400 ;
 }
