/*
=======================================================================
[Table of contents]
=========================================================================
01. COMMON STYLES 

*/

/*---------------------------------------
COMMON STYLES             
-----------------------------------------*/

*{
	margin: 0;
	padding: 0;
}

body{
	font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    color: #212529;
    font-size: 16px;
}
a:hover, a:focus {
    box-shadow: 0 0px transparent;
    text-decoration: none;
    color: inherit;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.no-padding{
    padding-left: 0;
    padding-right: 0;
}
.no-padding-left{
    padding-left: 0;
}
.no-padding-right{
    padding-right: 0;

}

@media(min-width: 1200px){
    .container {
        max-width: 1280px;
    }
}
/*---------------------------------------
    HEADER       
-----------------------------------------*/
.header_area{
    background: #21578f;
}
.header_area{}
.navbar {
    padding: 0;
}
.navbar-nav .nav-link {
    padding: 15px 14px!important;
    color: #fff!important;
    line-height: 20px;
    font-size: 17px!important;
    font-weight: 600;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.navbar-nav .nav-link:hover {
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.header_area{}
.ph_num a {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}
/*--------------------------------
    BANNER AREA
----------------------------------*/
.banner_area{
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px 100px;
}
.banner_area{}
.logo img {
    max-height: 165px;
}
.search_form{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}


.search_form label{
    position: relative;
    margin-bottom: 0;
}
.search_form label span{
    display: none;
}
.search_form input.search-submit ,.search_form input.search-submit:focus{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    height: 100%;
    width: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 5;
    outline: 0;
    box-shadow: none;
}
.search_form form{
    position: relative;
}
.search_form form:after {
    color: #ccc;
    line-height: 24px;
    font-size: 14px;
    content: "\f002";
    position: absolute;
    left: 10px;
    top: 8px;
    font-family: "Font Awesome 5 free";
    font-weight: bold;
}
.search_form label input{
    background: #fff;
    border: 2px solid #ddd;
    color: #777;
    display: block;
    max-width: 100%;
    outline: none;
    padding: 5px 8px;
    width: 340px;
    padding-left: 30px;
}
.search_form label input{}
@media(min-width: 768px){
	.for_mobile {
		display:none;
	}
	.for_desktop {
		display:block;
	}
}
@media(max-width: 767px){ 
	.for_desktop {
		display:none;
	}
	.for_mobile {
		display:block;
	}
    .navbar {
        padding: 5px 15px;
    }
    .navbar-toggler:focus {
        outline: 0;
        box-shadow: none;
    }
    .navbar-toggler span {
        color: #fff;
    }
    #navbarSupportedContent {
        position: absolute;
        top: 40px;
        z-index: 9999;
        background: #21578f;
        left: 0;
        padding: 0 15px 10px;
        width: 100%;
        border-top: 1px solid #fff;
    }
    .search_form {
        position: relative;
        top: 0;
        right: 0;
        color: #fff;
        margin-bottom: 20px;
    }
    .search_form label{
        display: block;
    }
    .search_form label input{
        width: 100%;
    }
    .search_form label{}
	.banner_area {
		padding:50px 0px;
	}
	#at-share-dock {
		display:none!important;
	}
}

/*-----------------------------------
    MAIN CONTENT WRAPPER
-----------------------------------*/
.main_content_area {
    margin-top: -60px;
    margin-bottom: 50px;
}
.main_content_wrapper {
    position: relative;
    padding-right: 600px;
}
.main_content_left {
    width: 100%;
    position: relative;
    float: left;
}

.page_top_title {
    padding: 18px 30px;
    background-color: #21578f;
}
.page_top_title h2 span{
    float: right;
}
.page_top_title h2 {
    position: relative;
    font-weight: 400 ;
    color: #ffffff ;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 0;

}
.post_grid_wrapper {
    padding: 30px 30px 20px;
}
.main_content_left .post_grid{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
}
.main_content_left .post_grid:hover img{
    opacity: .75;
        -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.main_content_left .post_grid:hover .post_title a{
    color: #49a7f7;
            -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.main_content_left .post_grid .post_grid_img{}
.main_content_left .post_grid .post_grid_img img{
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
}
.main_content_left .post_grid .post_category{}
.main_content_left .post_grid .post_category p{
    display: inline-block;
    color: #bbb;
    margin-right: 10px;
    text-transform: uppercase;
}
.main_content_left .post_grid .post_category p a{
    font-size: 16px;
    color: #49a7f7;
    display: inline-block;
}
.main_content_left .post_grid .post_category p a:hover{
    color: #444;
}
.main_content_left .post_grid .post_category p a:hover{}
.main_content_left .post_grid h2.post_title a{
    font-weight: 400;
    font-size: 34px;
    color: #444;
    font-family: 'Archivo Narrow', sans-serif;
   -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.main_content_left .post_grid h2.post_title {}
.main_content_left .post_grid .post_content p{
    color: #666;
    line-height: 1.3em;
}
.main_content_left .post_grid p{}
.main_content_left .post_grid .read_more a:hover{
    color: #444;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.main_content_left .post_grid .read_more a{
    color: #49a7f7;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/*-----------------------------------
    SIDEBAR 1
-----------------------------------*/
.sidebar  h4 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.sidebar .sidebar_inner_content {
    padding: 30px 30px 0px;
}
.sidebar_top {
    padding: 18px 30px;
    background-color: #2781d1;
}
.sidebar_top h2{
    position: relative;
    font-weight: 400 ;
    color: #ffffff ;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 0;
}
.sidebar_1 {
    float: right;
    margin-right: -600px;
    width: 340px;
}
.sidebar_tab {}
.sidebar_tab .nav-tabs{
    text-align: center;
    margin-bottom: 10px;
}
.sidebar_tab .nav-tabs li{
    width: 50%;
}
.sidebar_tab .nav-tabs li a.active ,.sidebar_tab .nav-tabs li a.active:hover{
    border-color: transparent;
    border: 0px solid;
    border-bottom: 3px solid #49a7f7;
    color: #777;
    background: transparent;
}
.sidebar_tab .nav-tabs li a ,.sidebar_tab .nav-tabs li a:hover{
    border-color: transparent;
    border: 0px solid;
    border-bottom: 3px solid #ddd;
    color: #777;
}
.sidebar_tab .nav-tabs li a{}
.sidebar_tab .sidebar_tab_inner_content ul{}
.sidebar_tab .sidebar_tab_inner_content ul li{}
.sidebar_tab .sidebar_tab_inner_content ul li a{
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid #e4e4e4;
    display: block;
    padding: 10px 0px;
}
.sidebar_tab .sidebar_tab_inner_content ul li a:hover{
    color: #2781d1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/*-----------------------------------
    SIDEBAR 2
-----------------------------------*/
.sidebar_2 {
    float: right;
    margin-right: -260px;
    width: 260px;
}
.sidebar_2 {}
.social_link.sidebar_top {
    background-color: #49a7f7;
}
.social_link {}
.social_link span{
    float: left;
    display: inline-block;
    position: relative;
    font-weight: 400 ;
    color: #ffffff ;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 0;
}

.social_link ul { 
   text-align: right;
    position: relative; 
}
.social_link ul li { 
    display: inline-block; 
    margin-left: 8px; 
    line-height: 16px; 
    font-size: 0; 
}
.social_link ul li a { 
    display: block; 
    position: relative; 
    text-align: center; 
}
.social_link ul li a { 
    color: #fff; 
    font-size: 21px; 
    position: relative; 
    z-index: 98; 
}
.social_link ul li a:hover { 
    color: #fff; 
    text-decoration: none; 
}
.social_link ul li a:hover:after { 
    top: -36px; 
    background: #fff; 
    font-size: 14px; 
    color: #666; 
    content: attr(title); 
    display: block; 
    right: 0; 
    padding: 5px 15px; 
    position: absolute; 
    white-space: nowrap; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2); 
    box-shadow: 0 0 2px rgba(0,0,0,0.2); 
}
.social_link ul li a:hover:before {
    top: -10px;
    right: 8px;
    border: solid;
    border-color: #fff transparent;
    border-width: 5px 5px 0 5px;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
}

.sidebar-thumb {
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}
.sidebar-thumb img:hover{
    opacity: .75;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.sidebar-thumb img{
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 10px;
}
.sidebar-thumb h3{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    color: #212529;
}
.sidebar-thumb h3 a{
    color: #212529;
        -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.sidebar-thumb h3 a:hover{
    color: #2781d1;
        -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.sidebar-thumb {}


.sidebar-contact .contact_submit {
	width: 100%;
	background: #21578f;
	color: #fff;
}
.sidebar-contact .contact_submit:hover {
	opacity: .7;
}

@media(min-width: 1200px){
    .sidebar-toggle {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .main_content_wrapper{
        padding-right: 100px;
        background: url(../images/s-right-dual-full-collapse.png) repeat-y right;
    }
    .s2-expand .sidebar-toggle i:before { content: "\f101"; }
    .s1-expand .sidebar-toggle i:before { content: "\f101"; }
    .sidebar-toggle i{
        color: #fff;
        font-size: 30px;
        text-align: center;
    }
    .sidebar_2 .sidebar-toggle {
        background-color: #2781d1;
    }
    .sidebar-toggle {
        display: block;
        height: 60px;
        background-color: #49a7f7;
        display: block;
        cursor: pointer;
        text-align: center;
        padding-top: 12px;
    }
    .sidebar_2 {
        margin-right: -50px;
        width: 50px;
    }
    .sidebar_1{
        width: 50px;
        margin-right: -100px;
    }
    .sidebar_wrapper {
        display: none;
    }
    .s2-expand .sidebar_2{
            background: #f0f0f0;
            position: absolute;
            top: 0;
            bottom: 0;
            width: 260px;
            margin: 0!important;
            z-index: 9;
            overflow: auto;
            -moz-transition: width .2s ease;
            -webkit-transition: width .2s ease;
            transition: width .2s ease;
            right: 0;
    }
    .s2-expand .sidebar_2 .sidebar_wrapper {
            display: block;
            min-width: 260px;
    }
    .s1-expand .sidebar_1 {
            background: #f0f0f0;
            position: absolute;
            top: 0;
            bottom: 0;
            width: 340px;
            margin: 0!important;
            z-index: 9;
            overflow: auto;
            -moz-transition: width .2s ease;
            -webkit-transition: width .2s ease;
            transition: width .2s ease;
            right: 0;
    }
    .s1-expand .sidebar_1 .sidebar_wrapper {
        display: block;
        min-width: 340px;
    }
 }

@media(max-width: 767px){
    .container {
        max-width: 100%;
    }
    .main_content_area {
        margin-top: 0;
    }
    .sidebar-toggle {
        display: none;
    }
    .main_content_wrapper {
        position: relative;
        padding-right: 0;
    }
    .sidebar_1 , .sidebar_2{
        float: none;
        margin-right: 0;
        width: 100%;
        clear: both;
    }
    .sidebar .sidebar_inner_content {
        padding: 30px 15px 30px;
    }
    .post_grid_wrapper {
        padding: 30px 0px 20px;
    }
}

/*------------------------------------
    FOOTER AREA
------------------------------------*/
.footer_area {}
.footer_top {
    background: #f9f9f9;
    padding: 20px 0px;
}
.footer_top {}
.footer_top .footer_top_inner{}
.footer_top .footer_top_inner select ,
.footer_top .footer_top_inner select {
        border: 1px solid #ddd;
    color: #777;
    font-size: 15px;
    padding: 7px;
    width: 100%;
    max-width: 100%;
    outline: 0;
    box-shadow: none;
}
.footer_top .footer_top_inner p ,
.footer_top .footer_top_inner label{
    color: #777;
    font-size: 15px;
}
.footer_top .footer_top_inner h2{
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #444;
}
.footer_menu {
    background: #D3D3D3;
}
.footer_menu ul {
    text-align: center;
}
.footer_menu ul li {
    display: inline-block;
}
.footer_menu ul li a {
    padding: 12px 18px;
    color: #666;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
}
.footer_menu ul li a:hover {
    background: #f0f0f0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.footer_bottom{
    background-color: #21578f;
    padding: 30px 0px;
}
.footer_bottom{
    position: relative;
}
.footer_bottom #back_to_top{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    background: #eaeaea;
    color: #777;
    overflow: hidden;
    text-align: center;
    width: 60px;
    height: 30px;
    display: block;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
    cursor: pointer;
}
.footer_bottom #back_to_top i{
    font-size: 38px;
    position: relative;
    top: -4px;
}
.footer_bottom #back_to_top{}
.footer_bottom .footer_copyright p{
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 0;
    color: rgba(255,255,255,0.5);
}
.footer_bottom .footer_copyright a{
    color: rgba(255,255,255,0.5);
}
.footer_bottom .footer_copyright p a:hover{
    color: rgba(255,255,255,1); 
}
.footer_bottom .social_link {
    padding-top: 15px;
}
.footer_bottom .social_link ul li a{
    font-size: 25px;
}
.footer_bottom .social_link ul li a{}


.footer-new {
	background: #497fd0;
	padding: 30px 0;
}
.s-footer {
	color: #fff;
}
.footer-info-n a {
	display: block;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer-info-n a:hover {
	opacity: .7;
}
.s-footer img {
	max-width: 100%;
}
.social-new-footer li:not(:last-child) {
	margin-bottom: 8px;
}

@media (max-width: 991px) {
	.footer-new {
		padding-top: 0;
	}
	.s-footer {
		margin-top: 30px;
	}	
}

@media(max-width: 767px) {
	.comment_box {
		display: none;
	}
	.s-footer {
		text-align: center;
	}
    .footer_copyright {
        text-align: center;
        padding: 10px 0px;
    }
    .footer_bottom .social_link ul {
        text-align: center;
        position: relative;
    }
    .footer_top .footer_top_inner {
        margin-bottom: 20px;
    }
}


/*------------------------------------
    SIMILIAR ITEM
------------