/*
theme name: t1 see-theme
version: 1.0
Author: سی تم
Author URI: http://see-theme.com
Desctiption:
*/
body {
	font-family: 'tw-font',tahoma;
	background: #fff;
    color:#333;
}
:focus {
    outline: 0;
}
a,p a {
    color: #3498DB;;
    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;
    color: #333;
    outline: 0;
    text-decoration: none;
}
blockquote {
    background: #f3f3f3;
    padding: 10px;
    margin: 10px 0;
    color: #555;
    font-size: 14px;
    border-right: 4px solid #ccc;
}
table,table td {
border:1px solid #ddd;
 }
table td,table th {
line-height:25px;
vertical-align:middle;
padding:5px;
 }
/*
=panel colors
-----------------------------------*/
#toggle_switcher {
	position: fixed;
	top: 55%;
	background: #fff;
	z-index: 9999;
	border: 1px solid #ddd;
	width: 220px;
	transition: all .5s;
	left: -220px;
	
}
#toggle_switcher.switcher_panel {
	left: 0;
}
#toggle_switcher .toggle-btn {
	background-color: #23a884;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: 0;
    outline: 0;
    box-shadow: none;
    position: absolute;
    right: -46px;
    top: 10px;
}
#toggle_switcher .toggle-btn i {
	 color: #fff;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
#toggle_switcher .switcher_inner {
	padding: 25px 20px 35px;
	float: right;
	width: 100%;
}
#toggle_switcher .switcher_inner h5 {
	text-align: center;
	margin-bottom: 10px;
}
#toggle_switcher .switcher_inner p {
	font-size: 11px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    line-height: 20px;
    color: #777;
    margin-bottom: 8px;
}
#toggle_switcher .switcher_inner .color_changer li {
	float: left;
    margin: 0 5px 5px 0;
}
#toggle_switcher .switcher_inner .color_changer li a{
	display: block;
	    min-width: 36px;
    min-height: 36px;
}
#toggle_switcher .switcher_inner .color_changer li.color-default {
	background-color: #9d0a36;
}
#toggle_switcher .switcher_inner .color_changer li.color-style1 {
	background-color: #007dc5;
}
#toggle_switcher .switcher_inner .color_changer li.color-style2 {
	background-color: #34495E;
}
#toggle_switcher .switcher_inner .color_changer li.color-style3 {
	background-color: #27AE60;
}
/*** rotating ***/
@-webkit-keyframes rotating {
    form {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    form {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*
=masthead
------------------------------------*/
#masthead {
    position: fixed;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #00263b;
    z-index: 9999;
    left: 0;
    right: 0;
}
#masthead #logo-header {
    position: relative;
}
#masthead #logo-header h1,#masthead #logo-header h2 {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    text-indent: -99999px;
}
#masthead #logo-header .icon_logo {
    display: block;
    position: relative;
    z-index: 10;
}
#masthead #logo-header .icon_logo img {
    max-height: 70px;
    margin-top:6px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#masthead #logo-header h2 {
    top: 20px;
    font-size: 14px;
}
#masthead.fixnav #logo-header .icon_logo img {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}
#masthead.fixnav .stellarnav > ul > li > a {
}
/*
=nav
---------------------------------------*/
#tw_nav { 
margin-bottom:0;
min-height:auto;
border-radius:0;
border:0;
 }
#tw_nav .navbar-nav > li > a { 
    padding: 25px 12px;
    font-size: 14px;
    color: #ddd;
}
#tw_nav .navbar-nav li.open,#tw_nav .navbar-nav li.menu-item-has-children { 
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-o-transition:all .3s;
 }
#tw_nav .navbar-nav > li > a:hover,#tw_nav .navbar-nav li.current_page_item a,#tw_nav .navbar-nav li.menu-item-has-children:hover  { 
background-color:#b81344;
color:#fff;
}
#tw_nav .navbar-nav > li > .dropdown-menu {border:0; }
#tw_nav .navbar-nav li.open:hover > a,#tw_nav .navbar-nav li.menu-item-has-children:hover > a { 
color:#fff;
 }
#tw_nav .dropdown-menu > li > a { 
padding:10px;
color:#eee;
font-size:12px;
}
#tw_nav .dropdown-menu > li > a:hover { 
color:#fff;
margin-right:2px;
 }
.srch_lng .srch_toggle {
    float: right;
   padding: 19px 15px;
        -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#tw_nav ul ul ul { 
top:0;
right:100%;
}
#tw_nav .navbar-nav ul li.menu-item-has-children:hover { 
background-color:transparent;
 }
#tw_nav .navbar-nav ul li.menu-item-has-children:hover > a,#tw_nav .navbar-nav ul li.menu-item-has-children> a:hover { 
color:#333;
}
.navbar-toggle i { 
color:#fdd104;
font-size:25px;
vertical-align:middle;
padding-left:5px;
 }
.navbar-toggle span.txt_mnu { 
color:#eee;
 }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { 
background-color:transparent;
 }
#tw_nav ul li.menu-item-has-children > a { 
position:relative;
padding-left:20px;
 }
#tw_nav ul li.menu-item-has-children> a:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    font-weight: normal;
    left: 7px;
    bottom: 22px;
    font-size: 13px;
    color: #fff;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-o-transition:all .3s;
}
#tw_nav ul li.menu-item-has-children:hover > a:after { 
content: "\f106";
 }
#tw_nav ul ul li.menu-item-has-children> a:after,#tw_nav ul ul li.menu-item-has-children:hover > a:after { 
content: "\f104";
color:#333;
bottom:8px;
 }
.set-background {
    background-color: #023450;
}
#masthead.fixnav .srch_lng .srch_toggle {
    margin-top: 14px;
    display: none;
}
#lang_links {
    float: left;
    margin-top: 25px;
    border-radius: 4px;
    padding: 2px 0 2px 5px;
    background: #fdd104;
}
#lang_links li {
    float: left;
    margin-right: 5px;
}
#lang_links li a {
    display: block;
    position: relative;
    font-family: serif;
    color: #fff;
}
#lang_links li.en_lang a:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 1px;
    color: #fff;
}
#lang_links li.en_lang a {
    padding-right: 9px;
}
#lang_links li a:hover {
    color: #fff;
}
.srch_lng .srch_toggle i {
    color: #eee;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    border-radius: 2px;
    cursor:pointer;
}
.search_wrapper {
    width: 100%;
    background-color: #023450;
    margin-top: 70px;
}
.search_wrapper .wrap_toggle {
    display: none;
}
.search_wrapper #search-form {
	float: right;
    width: 100%;
}
.search_wrapper #search-form input {
	border: none;
	background: none;
}
.search_wrapper #search-form #search-text {
    height: 45px;
    padding: 3px 4px;
    line-height: 45px;
    width: 86%;
    float: right;
    color: #f6f6f6;
}
.search_wrapper #search-form #search-submit {
	background: url(images/search_icon2.png) no-repeat center center;
	width: 25px;
	height: 45px;
	float: right;
	cursor: pointer;
}
.search_wrapper input::-webkit-input-placeholder {
color: #ddd !important;
}
 
.search_wrapper input:-moz-placeholder { 
color: #ddd !important;  
}
 
.search_wrapper input::-moz-placeholder {  
color: #ddd !important;  
}
 
.search_wrapper input:-ms-input-placeholder {  
color: #ddd !important;  
}
/*
=slideshow
-------------------------------------------*/
#slideshow_main {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin:0 auto;
    overflow: hidden;
}
#slideshow_main li {
    width: 100%;
    max-width:1920px;
    height: 400px;
    right: 0;
    margin: auto;
}
/*
=middle-content
--------------------------------------------*/
#middle-content {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #007dc5;
    padding-bottom: 250px;
}
#middle-content:before {
   content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: url(images/Separator_slice.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    max-width: 1920px;
    height: 262px;
    bottom: 100%;
    margin-bottom: -45px;
    z-index: 999;

}
/*
=index-about
---------------------------------------------*/
#index-about {
    position: relative;
    z-index: 999;
    margin-top: -40px;
}
#index-about .about_image {
    float: left;
    margin-right: 15px;
    margin-top: -120px;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
#index-about .about_image img {
    width: 260px;
    height: 260px;
    border-radius: 100%;
    border: 6px solid #fff;
}
#index-about .about_content h4 {
    color: #fff;
    font-size: 21px;
    padding-bottom: 10px;
    margin-top:30px;
}
#index-about .about_content p {
    color: #e5e5e5;
    font-size: 12px;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: .5px;
    text-align: justify;
}
#index-about .more_about { 
display:inline-block;
color:yellow;
margin:3px 6px 0 0;
}
#index-about .more_about i { 
    vertical-align: middle;
    font-size: 11px;
    margin-top: 2px;
 }
#index-about .more_about:hover { 
color:#fff;
 }

/*
=services
-----------------------------------------------*/
#services {
    margin-top: -180px;
    position: relative;
    z-index: 999;
}
#services .services_title {
    font-size: 20px;
    color: #f8f8f8;
    padding-bottom: 20px;
}
#services .services_item a.services_photo {
          display: block;
          position: relative;
          width: 268px;
          height: 260px;
          margin: auto;
 }
#services .services_item a.services_photo figure {
    background-color: #000;
    position: relative;
}
#services .services_item a.services_photo figure:after {
 content: "\f122";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    left: 0;
    font-weight: normal;
    text-align: center;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 53px;
    border-radius: 100%;
    color: #b81344;
    top: 41%;
    margin: auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    background-color: rgba(255,255,255,.9);
    }
#services .services_item a.services_photo figure:hover img {
       opacity: .5;
}
#services .services_item a.services_photo figure:hover:after {
      opacity: 1;
}
#services .services_item a.services_photo img {
          display: block;
          width: 268px;
          height: 260px;
            -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
 }
#services .services_item .cover_image{
          position: absolute;
          width: 268px;
          height: 260px;
          z-index: 9999;
          background: url(images/cover_image.png) no-repeat;
          top: 0;
          left: 0;
}
#services .services_item .services_caption h4 {
    line-height: 25px;
}
#services .services_item .services_caption h4 a {
    display: block;
    text-align: center;
    padding: 5px 0 3px;
    color: #222;
    font-size: 18px;
}
#services .services_item .services_caption h4 a:hover {
    color: #007dc5;
}
#services .services_item .services_caption p {
    text-align: center;
    font-size: 13px;
    color: #555;
    line-height: 25px;
}
/*
=index-content
--------------------------------------------*/
#index-content {
    position: relative;
    z-index: 2;
    margin: 70px 0 80px 0;
}
#index-content .articles .title_articles {
    position: relative;
    font-size: 16px;
    line-height: 33px;
    color: #ff240d;
    border-bottom: 1px solid #ddd;
    padding-right: 53px;
}
#index-content .articles .title_articles:before {
    content: "";
    position: absolute;
    right: 15px;
    top: -20px;
    background: url(images/article_icon.png) no-repeat;
    width: 30px;
    height: 38px;
}
#index-content .articles .wrap_articles,.feature_wrap {
    background-color: #fbfafa;
    border-right: 3px solid #ff240d;
    box-shadow: 0 0 5px #bbb;
}
#index-content .articles .post_item {
    float: right;
    width: 100%;
    padding: 10px 10px 5px 60px;
    margin-bottom: 2px;
    
}
#index-content .articles .post_item .post_thumb {
    display: block;
    float: right;
    margin-left: 7px;
}
#index-content .articles .post_item .post_thumb figure img {
    width: 70px;
    height: 70px;
    margin-bottom: 7px;
}
#index-content .articles .post_item .post_thumb figure figcaption span {
    display: block;
    font-family: tahoma;
    font-size: 10px;
    color: #777;
    text-align: center;   
}
#index-content .articles .post_item .post_desc h4 {
    line-height: 30px;
}
#index-content .articles .post_item .post_desc h4 a {
    font-size: 15px;
    color: #222;
}
#index-content .articles .post_item .post_desc p {
    line-height: 25px;
    font-size: 12px;
    color: #555;
}
/*** feature-box ***/
.feature-box {
   /* margin: 50px -70px 0 0;*/
}
.feature-box .feature_wrap {
    background-color: #fff;
}
.feature-box .feature_wrap .feature_title {
    text-align: center;
    line-height: 32px;
    border-bottom: 1px solid #ddd;
    color: #555;
}
.feature-box .feature_wrap ul li a {
    display: block;
    position: relative;
    padding: 5px 22px 5px 5px;
    font-size: 12px;
    color: #555;
    line-height: 25px;
}
.feature-box .feature_wrap ul li a:before {
    content: "";
    position: absolute;
    right: 9px;
    top: 16px;
    width: 8px;
    height: 6px;
    background: url(images/arrowred.png) no-repeat;
}
.feature-box .feature_wrap ul li a:hover,#index-content .articles .post_item .post_desc h4 a:hover {
    color: #ff240d;
}
.archive_link {
    border-top: 1px solid #ddd;
}
.archive_link a {
    display: inline-block;
    position: relative;
    float: left;
    color: #ff240d;
    font-size: 12px;
    padding: 7px 7px 7px 20px;
}
.archive_link a:after {
        content: "\f100";
        font-family: FontAwesome;
        position: absolute;
        left: 8px;
        top: 6px;
        font-size: 14px;
        color: #ff240d;
}
#index-content .articles .archive_link {
    padding-left: 46px;
}

/*
=footer
--------------------------------------------*/
#footer {
    position: relative;
    background-color: #f2f2f2;
    margin-top:25px;
}
#footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: url(images/footer_slice.png) no-repeat;
    background-position: center;
    background-size:contain;
    width: 100%;
    max-width: 1920px;
    height: 358px;
    bottom: 100%;
}
#footer .container {
    padding: 15px;
}
#footer .ft_box_title {
    color: #d80546;
    font-size: 16px;
    margin-bottom: 10px;
    
}
#footer .footer_adrs p {
    font-size: 12px;
    line-height: 25px;
    color: #666;
    text-align: justify;
    margin-bottom: 10px;
}
#footer ul,#footer li {
    list-style: none;
}

#footer .footer_phone ul li {
    line-height: 25px;
    color: #666;
    font-size: 13px;
}
#footer .footer_phone ul li span {
    display: inline-block;
    font-family: vazir,tahoma;
    letter-spacing: 1px;
    color: #666;
    font-size: 12px;
    text-align: left;
    direction: ltr;
}
#footer .ft_links ul li a {
    display: block;
    line-height: 25px;
    border-bottom: 1px dashed #e8e8e8;
    font-size: 12px;
    color: #555;
}
#footer .ft_links ul li a:hover {
    color: #ff240d;
}
#footer .ft_logo_social .ft_logo img {
    width: 170px;
    height: 70px;
    margin: 10px auto;
}
#footer .ft_logo_social #ft_social ul {
    display: table;
    margin: 15px auto 0;
}
#footer .ft_logo_social #ft_social ul li {
    float: left;
    margin-right: 3px;
}
#footer .ft_logo_social #ft_social ul li a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(images/ft_social_icons.png) no-repeat;
}
#footer .ft_logo_social #ft_social ul li.google_ico a {
    background-position: -32px 0;
}
#footer .ft_logo_social #ft_social ul li.linkdin_ico a {
    background-position: -64px 0;
}
#footer .ft_logo_social #ft_social ul li.twitter_ico a {
    background-position: -96px 0;
}
#footer .ft_logo_social #ft_social ul li.instagram_ico a {
    background-position: -128px 0;
}
#footer .ft_logo_social #ft_social ul li.telegram_ico a {
    background-position: -161px 0;
}
#footer .ft_logo_social #ft_social ul li a:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*
=copyright
------------------------------------*/
#copyright {
    position: relative;
    width: 100%;
    background-color: #d9d9d9;
    overflow: hidden;
}
#copyright .container {
    padding-top: 0;
}
#copyright:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 1px;
}
#go-top{
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 52px;
    height: 26px;
    background: url(images/arroow-top.png) no-repeat;
    border-radius: 0 0 100% 100%;
    cursor: pointer;
}
#copyright p {
    line-height: 24px;
    font-size: 12px;
    color: #555;
    margin-top: 10px;
    text-align:center;
}
.tw_ft {
    text-align: left;
    margin-top: 8px;
}
.tw_ft .tw_color {
    color: #d80546;
}
.tw_ft i {
    vertical-align: middle;
    font-size: 17px;
    color: #2980B9;

}
.related_post {
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
    float: right;
}
.related_post .related_item {
float:right;
width:100%;
margin-bottom:5px;
padding-bottom:5px;
border-bottom:1px solid #eee;
 }
.related_post .related_title {
    font-size: 17px;
    color: #3498DB;
    margin-bottom: 10px;
    background: #f7f7f7;
    padding: 3px 10px;
    border-radius: 2px;
 }
.related_post .related_title i {
font-size:15px;
padding-left:5px;
 }
.related_post .related_item .related_thumb {
display:block;
float:right;
margin-left:6px;
height: 70px;

 }
.related_post .related_item .related_thumb img {
    width: 70px;
    height: 70px;
padding:4px;
border:1px solid #eee;
border-radius:2px;
 }
.related_post .related_item .related_caption {
line-height:25px;
 }
.related_post .related_item .related_caption a { 
font-size:14px;
}

/*
=single
----------------------------------------------------*/
.inner-page {
    width: 100%;
    margin-bottom: 215px;
    min-height: 350px;
    margin-top: 15px;
}
.breadcrumb {
    width: 100%;
 }
.breadcrumb li {
display:inline-block;
margin-left: 2px;
}
.breadcrumb a {
    display: inline-block;
    position: relative;
    font-size: 13px;
    padding-left: 12px;
}
.breadcrumb a:hover {
    color: #2980B9;
}
.breadcrumb a:after {
        content: "\f100";
        font-family: FontAwesome;
        position: absolute;
        left: 2px;
        top: 1px;
        font-size: 13px;
        color: #2980B9;
}
.breadcrumb span {
    font-size: 13px;
    color: #777;
}
.inner-page .header_post {
    margin-bottom: 10px;
}
.inner-page .header_post .title_post {
    position: relative;
    padding-right: 18px;
    color: #444;
    margin-bottom: 5px;
    font-size:22px;
}
.inner-page .header_post .title_post:before {
        content: "\f100";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 2px;
        font-size: 20px;
        color: #2980B9;
}
.inner-page .header_post .date_post {
    display: inline-block;
    padding-right: 8px;
    font-size: 12px;
    color: #555;
}
.inner-page .content ol,.inner-page .content ul { 
padding-right:15px;
}
.inner-page .content ul li { 
list-style: outside;
line-height: 30px;
 }
.inner-page .content ol li {
line-height: 30px;
 }
.inner-page .footer_meta {
    background-color: #f5f5f5;
    padding: 5px;
    width: 100%;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 15px;
    border: 1px solid #f2f2f2;
}
.inner-page .footer_meta .cat_link_post,.inner-page .footer_meta .tag_link_post {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.inner-page .footer_meta .cat_link_post li {
    display: inline-block;
    padding-left: 4px;
}
.inner-page .footer_meta .tag_link_post a {
    display: inline-block;
    padding: 0 3px;
}
.inner-page .footer_meta .tag_link_post a:hover,.inner-page .footer_meta .cat_link_post li a:hover {
    color: #2980B9;
}
.inner-page .footer_meta i {
    vertical-align: middle;
}
.single_post_social {
    float: right;
    width: 100%;
}
.single_post_social li {
    float: right;
    margin: 0 5px;
}
.single_post_social li a i {
    font-size: 22px;
}
.single_post_social li.facebook_ico a i {
    color: #3b5998;
}
.single_post_social li.google_ico a i {
    color: #f63e28;
}
.single_post_social li.twitter_ico a i {
    color: #2daae1;
}
.single_post_social li.telegram_ico a i {
    color: #28a0d9;
}
.single_post_social li.linkdin_ico a i {
    color: #3283AC;
}
.single_post_social li.instagram_ico a i {
    color: #640a9d;
}
.single_post_social li a:hover {
    opacity: .7;
}
/*
=sidebar
--------------------------------------------------*/
.inner-sidebar .widget {
    float: right;
    width: 100%;
    margin-bottom: 15px;
    background-color:#fcfcfc;
    border-bottom: 3px solid #f5f5f5;
}
.inner-sidebar .widget .widg-title {
    position: relative;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 2px 42px 2px 5px;
    font-size: 17px;
}
.inner-sidebar .widget .widg-title:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 100%;
    background-color: #e9e9e9;
    border-radius: 0 4px 4px 0;
}
.inner-sidebar .widget .widg-title:after {
    content: "\f00b";
    font-family: FontAwesome;
    position: absolute;
    right: 8px;
    top: 3px;
    font-size: 18px;
    color: #3498DB;
}
.inner-sidebar .widget .widg-content {
    padding: 10px;
}
.inner-sidebar .widget .widg-content ul li {
    width: 100%;
}
.inner-sidebar .widget .widg-content ul li a {
    display: inline-block;
    position: relative;
    padding: 5px 12px 5px 0;
    font-size: 13px;
    color: #444;
}
.inner-sidebar .widget .widg-content ul li a:hover {
    color: #ff240d;
}
.inner-sidebar .widget .widg-content ul li a:before {
        content: "\f053";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 8px;
        font-size: 10px;
        color: #3498DB;
}
.inner-sidebar .widget .widg-content ul li a:hover:before {
    color: #ff240d;
}
div.textwidget {
    text-align: justify;
    font-size: 13px;
    line-height: 26px;
    color: #555;
}
/*
=searchform
-------------------------------------*/
#searchform {
    display: table;
    margin: 10px auto;
}

#searchform label {
    display: none;
}
#searchform input[type="text"] {
    border: 1px solid #ddd;
    padding:2px 5px;
    height: 30px;
    line-height: 30px;
    border-left: 0;
    border-radius: 0 2px 2px 0;
    font-size: 12px;
    
}
#searchform input[type="submit"] {
    border: 0;
    color: #fff;
    height: 30px;
    line-height: 26px;
    background: #2980B9;
    margin-right: -4px;
    padding: 2px 10px;
    border-radius: 2px 0 0 2px;
    font-size: 12px;
}
/*
=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;
}
#wp-calendar td , #wp-calendar a {
    font-family: tahoma;
}
/*
=tagcloud
------------------------------*/
div.tagcloud a {
    display: inline-block;
    margin: 4px;
    padding: 4px;
    background-color: #f5f5f5;
    color: #555;
    font-size: 13px;
    border: 1px solid #f3f3f3;
}
div.tagcloud a:hover {
    background-color: #3498DB;
    color: #fff;

}
/*
=archive
------------------------------------------------*/
.archive-post {
    width: 100%;
    float: right;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 4px;
}
.archive-post:nth-child(even) {
    background-color: #f5f5f5;
}
.archive-post .archive-thumb {
    display: block;
    float: right;
    margin-left: 8px;
}
.archive-post .archive-thumb img {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
}
.archive-post .archive-post-content {
    margin-top: 5px;
}
.archive-post .archive-post-content h4 a {
    font-size: 16px;
    color: #555;
}
.archive-post .archive-post-content p {
    font-size: 12px;
    color: #555;
}
/*
=pagenavi style
------------------------------------------------*/
.wp-pagenavi {
    margin: 15px 0;
    background: #eee;
}
.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 3px;
    font-size: 14px;
     border-radius: 4px;
}

.wp-pagenavi a.page:hover, .wp-pagenavi a.larger:hover {
    background: #2980B9;
    color: #fff;
    
}
.wp-pagenavi span.pages {
    background: #2980B9;
    color: #fff;
    padding: 3px 10px;
    margin-left: 2px;
    border-radius: 1px;
    font-size: 15px;
    border-radius: 4px;
}
.wp-pagenavi span.current {
    display: inline-block;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #2980B9;
     border-radius: 4px;
}
.services_item {
    overflow: hidden;
}
/*responsive styles
------------------------------------------------*/
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
#tw_nav {
float:right;
width:100%;
clear:both;
 }
.srch_lng { 
float:right;
width:100%;
clear:both;
 }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        margin: 7.5px -15px;
        float:right;
        width:100%;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


@media screen and (max-width:1199px) {
    #logo-header {
        padding: 0;
    }
    #services {
        margin-top: -162px;
    }
    #services .services_item a.services_photo figure,#services .services_item a.services_photo figure img,
    #services .services_item a.services_photo
    {
        width: 223px;
        height: 223px;
    }
    #services .services_item .cover_image {
        width: 230px;
        height: 223px;
        background-size: contain;
        
    }
}
@media screen and (max-width:991px) {
    #masthead {
        position: static;
    }
    .search_wrapper {
        margin-top: 0;
    }
    #masthead #logo-header .icon_logo img {
        margin: auto;
    }
    #masthead.fixnav #logo-header .icon_logo img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
    #index-about {
        margin-top: 0;
    }
    #index-about .about_image {
        margin-top: -50px;
    }
    #services .services_item .cover_image  {
        background: url(images/cover_image_res.png) no-repeat;
    }
    #middle-content {
        padding-bottom: 15px;
    }
    #services {
        margin-top: 0;
    }
    #services .services_title {
        color: #555;
    }
    #middle-content::before {
        display: none;
    }
    #services .services_item .cover_image,#services .services_item a.services_photo figure,
    #services .services_item a.services_photo figure img, #services .services_item a.services_photo
    {
        width: 268px;
        height: 260px;
    }
    .services_item {
        margin-bottom: 10px;
    }
    #masthead.fixnav .srch_lng .srch_toggle {
        display: block;
    }
    .feature-box {
        margin: 20px auto;
    }
    #index-content .articles .post_item {
        padding: 10px 5px;
    }
    #index-content .articles .archive_link {
        padding-left: 0;
    }
    .ls-v5 .ls-nav-prev, .ls-v5 .ls-nav-next {
        top: 48%;
    }
    #copyright p {
        text-align: center;
        margin-top: 25px;
    }
    .tw_ft {
        text-align: center;
    }
#footer:before { 
display:none;
 }
.inner-page { 
margin-bottom:0;
 }
#index-content { 
margin: 70px 0 10px 0;
 }


}
@media screen and (max-width: 991px) and (min-width: 480px)  {  
#tw_nav {
margin-top:-65px;
 }
#masthead #logo-header .icon_logo { 
display:table;
margin:5px auto;
}
.srch_lng { 
position:relative;
z-index:10;
margin-top:-73px;
float:left;
width:auto;
 }
.srch_lng .srch_toggle { 
float:left;
margin-left:10px;
 }

 }
@media screen and (max-width:767px) {
    #index-about .about_image {
        margin-top: 10px;
    }
    #index-about {
        padding: 10px;
    }
    #services .services_title {
        padding-top: 12px;
        text-align: center;
    }
    #index-content .articles .archive_link {
        padding-left: 0;
    }
    #footer::before {
        display: none;
    }
    #index-content {
        margin: 50px 0 0 0;
    }
#tw_nav .dropdown-menu { 
background-color:#222;
 }
#tw_nav .dropdown-menu > li > a  { 
color:#eee;
 }
#tw_nav .dropdown-menu > li > a:hover { 
color:#fff;
 }
#tw_nav .navbar-nav ul li.menu-item-has-children:hover > a, #tw_nav .navbar-nav ul li.menu-item-has-children> a:hover { 
color:#fff;
 }
#tw_nav ul ul li.menu-item-has-children> a:after,#tw_nav ul ul li.menu-item-has-children:hover > a:after { 
content:"\f107";
color:#fff;
 }
#tw_nav ul ul ul.dropdown-menu  {
background-color:#555;
 }
}
@media screen and (max-width:480px) {
    #index-about .about_image {
        float: none;
    }
    #index-about .about_image img {
        margin: auto;
    }
    #index-about .about_content h4 {
        text-align: center;
        margin-top: 6px;
    }
}
@media screen and (max-width:360px) {
    
}
@media screen and (max-width:320px) {
    #index-about .about_image img {
        width:230px;
        height: 230px;
    }
}

.loader_page {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/loader_page.gif') 50% 50% no-repeat rgb(255,255,255);
    z-index: 9999999;
}

.inner-sidebar .widget .widg-content ul li.recentcomments a:before {display:none }

/*
=commentform
------------------------------*/
#commentform {
    float: right;
    padding: 15px;
    width: 100%;
 }
#commentform p {
clear:both;
 }
.cancel-comment-reply {
    text-align: left;
    font-size: 12px;
 }
#commentbox #commentform input[type="submit"] {
margin-top:15px;
 }
#commentbox #commentform label {
    width: auto;
   float: none;
 }

/*
=change colors
-----------------------------*/
#masthead,#middle-content,#searchform input[type="submit"],.wpcf7 input[type="submit"],
#commentbox #commentform input[type="submit"] {
background-color:#9d0a36;
 }
#index-content .articles .title_articles,.feature-box .feature_wrap ul li a:hover, #index-content .articles .post_item .post_desc h4 a:hover,.archive_link a,#footer .ft_box_title,#services .services_item .services_caption h4 a:hover,
.inner-sidebar .widget .widg-title:after,.inner-sidebar .widget .widg-content ul li a:hover,
.inner-sidebar .widget .widg-content ul li a,.inner-page .header_post .title_post:before,.breadcrumb a:after,
.inner-sidebar .widget .widg-content ul li a:before,.related_post .related_title,.related_post .related_title i,
.related_post .related_item .related_caption a
 {
color:#9d0a36;
 }
#index-content .articles .wrap_articles, .feature_wrap,
.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 input[type="url"]:focus, .wpcf7 textarea:focus { 
border-color:#9d0a36;
}
#tw_nav .navbar-nav > li > a:hover,#tw_nav .navbar-nav li.current_page_item a,
#tw_nav .navbar-nav li.menu-item-has-children:hover,#lang_links li a,#lang_links,.set-background,.search_wrapper,
.navbar-nav > li > .dropdown-menu {
background-color:#b81344;
}
#services .services_item .cover_image{
   background: url(images/cover_image2.png) no-repeat;
}
#middle-content:before {
    background: url(images/Separator_slice2.png) no-repeat center;
    background-size: 100% 100%;
}
#footer:before {
    background: url(images/footer_slice2.png) no-repeat center;
    background-size: contain;
}
