<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name: LogisCargo
	Theme URI: http://templatation.com
	Author: Templatation
	Author URI: http://themeforest.net/user/templatation
	Description: Professionally Designed WordPress Theme For Logistics, Cargo, Warehouse, Transport and similar businesses.
	Version: 1.9
	Text Domain: logiscargo
	License: Themeforest Split License.
	License URI: http://themeforest.net/licenses
	Tags: white, custom-background, threaded-comments, translation-ready, custom-menu
*/


/*
 *
 * This is default style.css file that WordPress loads.
 * Its not recommended to put anything here, as this file will get overwritten when you update theme.
 * The styles for themes can be found in /assets/css/styles.css
 * If you want to just change few styles, then you can put your styles in wp-admin/theme-options/display-options.
 * If you want to do heavy modifications, please use a child theme. A blank child theme is supplied with your Themeforest download.
 *
 */



.no-ttfmwrk header {}
.no-ttfmwrk.admin-bar header { /* top: 32px; */ }
.mainblock { padding-top: 80px; padding-bottom: 93px; }
.header-sticky.no-tpadd .mainblock { padding-top: 0; }
/*.hdr-overlap .mainblock,.header-sticky.no-tpadd.hdr-overlap .mainblock { padding-top: 0; }*/
.no-bpadd .mainblock { padding-bottom: 0; }
.no-tpadd .mainblock { padding-top: 0; }


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.margin2020 { margin: 0 20px 20px 0; }
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-caption { font-weight: bold; }
.bypostauthor {}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.fl { float: left; }
.fr { float: right; }
ol.commentlist,ul.children {list-style: none;}

/* End of WordPress default styles */

/* Margins */
.tt_line{color:#333333;border-bottom: 1px solid #eeeeee; margin-bottom: 15px;}
.mbottom120 { margin-bottom: 120px; }
.mbottom70 { margin-bottom: 70px; }
.mbottom60 { margin-bottom: 60px; }
.mbottom40 { margin-bottom: 40px; }
.mbottom20 { margin-bottom: 20px; }
.mbottom30 { margin-bottom: 30px; }
.mbottom10 { margin-bottom: 10px; }
.mbottom5 { margin-bottom: 5px; }
.tt-mr15 { margin-right: 15px;}
.tt-mr60 { margin-right: 60px;}
.ptop30 { padding-top: 30px; }
.no-tpadd .mbottom70.tpadd { margin-bottom: 0;}

.mainblock table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mainblock table th, .mainblock table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
.mainblock table thead:first-child tr:first-child th,
.mainblock table tbody:first-child tr:first-child th,
.mainblock table tbody:first-child tr:first-child td {
    border-top: 0;
}
body{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
img {
    max-width: 100%;
    height: auto;
}

/* Form elements */
/* these common styles to be styled as per the theme look */
button, input, select, textarea {
    color: #888;
    font-size: 12px;
    padding: 13px 40px 14px 20px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 1px solid #e8e8e8;
}
input:focus, select:focus, textarea:focus {
    outline: 0;
    border-color: #b5985a;
}
#footer-wrap button, #footer-wrap input, #footer-wrap select, #footer-wrap textarea {
  border-color: #363637;
}
#footer-wrap input[type="reset"], #footer-wrap input[type="submit"] {
  border-color: #363637;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid #fff;
    color: #ffffff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    outline: medium none;
    padding: 0 43px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    background: #1cbac8 none repeat scroll 0 0;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #313131;
}
textarea { width: 100%; }
.page-numbers.dots { display: none; }

/* Sticky */

.sticky .post-title{
    position: relative;
}
.sticky .post-title a{
    padding-left: 25px;
}
.sticky .post-title a:before{
    color: #222;
    font-family: FontAwesome;
    font-size: 20px;
    content: '\f005';
    left: 0;
    position: absolute;
    top: 0;
}


.video-title {text-align: center;}
.wpcf7-form select {
    z-index: 5555555;
    background: transparent;
    -moz-appearance: none;
}
.title-block h1 {
    color: #fff;
}
.section.start-section {
    text-align: center;
}

/* WPML styles */
.widget_icl_lang_sel_widget.widget li::after { display: none;}
.top-language{	float: left;margin-right: 20px; }
#lang_sel_click { display: block; }
#lang_sel, #lang_sel_click {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
}
#lang_sel li, #lang_sel_click li  {
    width: 95px;
}
#lang_sel_click a, #lang_sel_click a:visited,
#lang_sel_click ul ul a, #lang_sel_click ul ul a:visited,
#lang_sel a, #lang_sel a:visited,
#lang_sel ul ul a, #lang_sel ul ul a:visited { border: none; line-height: 30px; color: #706A64 !important; }
#lang_sel_click ul ul,
#lang_sel ul ul { top: 30px; border:none; width: 95px; }
#lang_sel_click img.iclflag,
#lang_sel img.iclflag { float:left; top:10px; margin-right: 3px; }
#lang_sel_click li ul li img.iclflag,
#lang_sel li ul li img.iclflag { margin-right: 2px; }

#icl_lang_sel_widget #lang_sel_click ul ul li,
#icl_lang_sel_widget #lang_sel ul ul li,
#lang_sel_list.lang_sel_list_vertical a ,
#lang_sel_list.lang_sel_list_vertical ul { border:none !important; }
#lang_sel_list a, #lang_sel_list a:visited { font-size: 12px; line-height: 15px !important; }
ul.b #lang_sel_list { display: none;}
.menu-item-language img.iclflag { position: relative; top: -8px; }
.menu-item-language ul.submenu-languages img.iclflag { top: -5px; }
#lang_sel ul, #lang_sel li { padding: 0 !important; }
#tools ul.lang_sel_click:first-child li { padding: 0; }
#lang_sel{display:block;margin-top:2px;}
#lang_sel ul ul{z-index:100;}
#lang_sel li, #lang_sel_click li { width: auto; }

/* Common Comments styles */
.comment-head .date {
    color: #666;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
}
.comment-head .perma, .comment-head .edit {
    font-size: 12px;
}
.comment-text .name {
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
}


/* Hero shortcode classes */
.breadcrumb-area { }
.breadcrumb-area.dark h1 { color: #333333; }
.breadcrumb-area.light h1{ color: #ffffff; }
.overlay-clr {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
h1.tt-title {
    color: #fff;
  font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 800;
    line-height: 38px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.yt-breadcrumbs {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    color: #fff;
      font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
}
.yt-breadcrumbs a{
    color: #fff;
}


.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption {
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #E9E9E9; text-align: center; padding:8px;}
#wp-calendar tbody td#today {background: #FBB12F;color: #fff;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot {border: 1px solid #E9E9E9;}
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; color: #83c99f;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #83c99f;}

.widget select {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text .textwidget img{max-width: 100%;height: auto;}
.widget_text select, .widget_text input , .widget_text textarea  {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text option {max-width: 100%;}

.widget_nav_menu ul li, .widget_pages ul li {color: #827b7d;line-height: 28px;}
.widget_nav_menu ul li ul, .widget_pages ul li ul {padding-left: 20px;}
.widget_nav_menu ul li a, .widget_pages ul li a{color: #827b7d;}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {color: #615C5C;}



.logged-in .header.affix{
	top:32px !important;
}

.wp-caption img{
    max-width:100%;
}
.wp-caption{
    max-width:100%;
}

.featured-post{
}

#content img{
	max-width: 100%;
}
.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor{}


.nomargin &gt; div &gt; .row{
    margin-left:0;
    margin-right: 0;
}
.switcher-container{
    display: none;
}
.logged-in .header.downscrolled.upscrolled{
    top:64px !important;
}

.screen-reader-text{}
.alignright{}
.alignleft{}
.aligncenter{}

img.size-full.alignleft{
    margin-right:10px;
}
.widget ul li{
    border-bottom: none;
}
.comment span{
    display: none;
}

.single-post-page .comment-form input.submit{
    padding-top: 7px;
    padding-bottom: 7px;
    width: auto;
        border: none;
    outline: none;
    background: #F7BE3D;
    font-size: 14px;
    line-height: 28px;
    color: #202020;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 10px 0px;
    padding-left: 20px;
    padding-right: 15px;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.comments-box .single-comment .comment-text h3.comment-reply-title{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 20px;
    display: block;
}
h3.comment-reply-title:after{
    width: 35px;
    content: '';
    height: 3px;
    background: #F7BE3D;
    display: block;
    margin-top: 13px;

}
#commentform{
    margin-right: -15px;
    margin-left: -15px;
}
#commentform p{
    padding-right: 15px;
    padding-left: 15px;

}
.single-fact-counter .text-box {
    padding-left: 60px !important;
}
.contact-form.contact-page input.wpcf7-form-control.thm-btn{
        margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    width:auto;
        color: #202020;
        border: none;
    outline: none;
    background: #F7BE3D;
    font-size: 14px;
    line-height: 28px;
    color: #202020;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 10px 0px;
    padding-left: 20px;
    padding-right: 15px;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.footer-top .wpcf7-form-control-wrap.number input {
    height: 45px;
    margin-right: 15px;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 0 15px;
    width: 66%;
    color: #838383;
}

.footer-top .wpcf7-form-control-wrap.number input:placeholder-shown {
    color: #838383;
}
.wpb_content_element{
    margin-bottom:0!important;
}

.header-info.pull-right .info-box .text-box{
    padding-left:35px;
}

.single-sidebar-widget ul li a {
    color: #898989;
    text-transform: capitalize;
    line-height: 42px;
    display: block;
    position: relative;
}
.main-menu-wrapper{
    z-index: 78!important;
}





.wpb_revslider_element .caption-h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.wpb_revslider_element .caption-p {
  font-size: 20px;
  font-style: italic;
  color: #fff;
  line-height: 28px;
}
.wpb_revslider_element .caption-divider span.divider {
  width: 1px;
  height: 90px;
  background: #fff;
  display: block;
}
.wpb_revslider_element .thm-btn {
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: all .3s ease !important;
          transition: all .3s ease !important;
  font-weight: bold !important;
}
.wpb_revslider_element .thm-btn i {
  margin: 0;
  border-color: transparent;
}
.wpb_revslider_element .thm-btn i:after {
  display: none;
}
.wpb_revslider_element .thm-btn.inverse {
  background: #1FB5C7;
  color: #fff;
}
.wpb_revslider_element .thm-btn.inverse:hover {
  background: #F7BE3D;
  color: #202020;
}
.wpb_revslider_element .thm-btn.inverse i {
  color: #fff;
}
body.logged-in nav.sticky-fixed{
    top:42px!important;
}
body.logged-in header.sticky-fixed{
    top:32px!important;
}
body.header_4.logged-in nav.sticky-fixed{
    top:32px!important;	
}

.featured-post{
  background: #282b30;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
color:#FFC000;
margin-right:15px;
font-weight: bold;
margin-bottom:20px;
}

.radio-box .wpcf7-list-item{
  display: block;
}
.blog-page .single-blog-post a.read-more{
      color: #fff;
    padding: 10px;
    background: #08ADD0;
    border-radius: 5px;
}
.blog-page .single-blog-post a.read-more:hover{
  color: #FBB12F;
}
@media screen and (max-width: 567px) {
    .header-info.pull-right{
        display: none !important;
    }
}
.blog-page .single-blog-post .meta-info .content-box .post-links li a.comment-class{
      padding-right: 5px;
}
.blog-page .single-blog-post .meta-info .content-box .post-links li span {
  padding-left:25px;
}

/*overflow*/
.vc_row[data-vc-full-width]{overflow:visible !important;}
body{overflow-x:hidden;}

/*search*/
.widget_search input[type="submit"]:hover{background: rgba(0,0,0,0) url(images/search.png) no-repeat 64% 50%;}

/*form*/
div.tt-has-overlay:before{content:'';display:block;content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#081C34;opacity:.75;}
.cfform-submit{display:inline-block;border:none;outline:none;background:#F7BE3D;font-size:14px;line-height:28px;color:#202020;text-transform:uppercase;font-family:'Roboto',sans-serif;font-weight:500;padding-left:20px;padding-right:15px;border-radius:3px;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;}
.cfform-submit:after{content:"\f0a9";display:inline-block;position:relative;font:normal normal normal 14px/1 FontAwesome;font-size:16px;line-height:28px;color:#000;border-left:1px solid #FFCD47;margin-left:20px;padding-left:15px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;}
.cfform-submit input.wpcf7-form-control.wpcf7-submit{padding:0;}
.cfform-submit:hover{background:#1FB5C7;color:#fff;}
.cfform-submit:hover:after{color:#fff;border-color:#fff;}
.cfform-submit:hover input.wpcf7-form-control.wpcf7-submit{background:#1FB5C7;color:#fff!important;}

/*header 3*/
@media (min-width:1101px){
 .header_3 .main-menu-wrapper:not(.sticky-fixed){margin-top:0;margin-bottom:0;}
 .header_3 .main-menu-wrapper:not(.sticky-fixed) .menu-gradient{position:absolute;top:-10px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}
}

/*header 4 full-width*/
@media (min-width:1101px){
 .header_4 .main-menu-wrapper:not(.sticky-fixed){margin-top:0;margin-bottom:0;}
 .header_4 .main-menu-wrapper:not(.sticky-fixed) .menu-gradient{position:absolute;top:-10px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}
 .header_4 .main-menu-wrapper.full-width{height:65px;}
 .header_4 .main-menu-wrapper.full-width:not(.sticky-fixed) .menu-gradient{top:0;}
}

/*header-3*/
.header_2 #top-bar{position:fixed;top:0;left:0;width:100%;background:transparent;border-bottom:1px solid rgba(255,255,255,0.2);z-index:100;}
.header_2 #top-bar .thm-container{max-width:100%;padding-left:40px;padding-right:40px;}
.header_2.topmenu #header2 {top:48px;}
.header_2.topmenu.admin-bar #header2 {top:84px;}
.header_2.admin-bar #header2, .header_2.admin-bar #top-bar{top:32px;}
/*
.header_2.admin-bar #header2 {top:80px;}
*/

/*footer widget*/
#footer{padding:60px 0 40px;}
.widget-lpinfo img{margin-bottom:30px;}
.widget-lpinfo p{color:#62666A;}
.footer-read-more a{color:#1FB5C7;}
.widget-social-links{margin-top:45px;}
.widget-social-links a{display:inline-block;width:40px;height:40px;text-align:center;border:1px solid #1FB5C7;border-radius:50%;margin-right:6px;color:#1FB5C7;font-size:18px;line-height:38px;}

.accrodion-grp + .accrodion-grp .accrodion .accrodion-title{  border-top-color: rgba(0, 0, 0, 0);}
.accrodion .accrodion-content{    border-bottom: 1px solid #DEDEDE;}

.breadcrumb-area{position:relative;}
.breadcrumb-area:before{
    content:'';
    display:block;
    position:absolute;
    bottom:6px;
    left:0;
    width:100%;
    height:1px;
    background:#fff;
    opacity:0.3;
}
.widget-lpinfo { padding-top: 6px; color:#fff; }
.phone-number a { color: #fff; }
.header_1 .wpb_revslider_element{ margin-top: -55px }
.tt-bg-fixed{ background-attachment: fixed !important;background-size:cover;}
.footer-widget.widget_text ul.address .fa-fw{width: 11px;}
.footer-widget.widget_text ul.address i.icon{margin-left: 0;}
.footer-widget.widget_text ul.address span{}
.header-info .info-box .icon-box i{top:0;height:auto;line-height:normal;}
@media (max-width: 1100px){
    #header3 .nav-holder{margin-top:15px;text-align:right;}
}
@media (max-width: 1024px){
    #header3 .logo .logo{padding:0;}
    #header3 .nav-holder{position:absolute;right:10px;margin-top:0;}
}
@media (max-width: 480px){
    #header3 .thm-container{position:relative;}
    #header3 .nav-holder{width:100%;top:0;}
    #header3 .nav-holder .nav-header{padding:18px 0;}
    #header3 .logo .logo{text-align:left;}
    #header3 .nav-holder .nav-header button{width: 55px;padding:0;}
}
.ui-selectmenu-menu{display:none;}
.ui-selectmenu-open{display:block;}


@media (max-width: 600px) {
	body.logged-in nav.sticky-fixed{
		top:10px!important;
	}
}
div.wpcf7 img.ajax-loader{
	display:none;
}

.archive #header2{
    background: #13314C;
    border-color: #13314C;
}
.archive #header2 + .mainblock{
	margin-top:106px;
}
.welcome-single-services .img-box,
.welcome-single-services .text-box{
display: inline-block;
}
.welcome-single-services .img-box{
width: 39%;
}
.welcome-single-services .text-box{
width: 60%;
}

.widget_search input[type="text"] {
    padding-right: 80px;
}

@media(max-width: 991px){
	.error-404 img {
	    margin-top: 50px;
	}

	.widget_search .searchform {
	    margin-top: 25px;
	}
}

@media(max-width: 991px){
	.contact-form{
		margin-bottom: 35px;
	}

	.featured-services .left-full-img img {
	    max-width: 100%;
	}

	.page .faq-search .widget_search .search-field {
    	padding-left: 15px;
    	padding-right: 90px;
    }

    .page .faq-search .widget_search .search-button .searchsubmit {
    	width: auto;
    }

    .error-404 img {
	    margin-top: -120px;
	}
}


/* EOF */
.b01-main {
	/*display: flex;*/
	justify-content: center;
}
.b01-img {
    /*width: 535px;*/
    /*height: 331px;*/
    overflow: hidden;
	margin: 0;
	line-height: 0;
	position: relative;
	z-index: 2;
}
.b01-txt {
    /*width: 535px;*/
    border: 2px solid #1e6d28;
    padding: 40px 30px 30px 70px;
    /*margin-top: 60px;
    margin-left: -20px;*/
    text-align: justify;
	z-index: 1;
	position: relative;
}
.b01-txt &gt; p {
	font-size: 18px;
	font-weight: 300;
}
.box-btn {
	margin: 0;
	text-align: right;
}
.box-btn a {
    background: #4d4d4d;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 2px 30px;
	font-weight: 300;
	position: relative;
	z-index: 0;
	line-height: 2em;
}
.box-btn a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	left: 0;
	top:0;
	bottom: 0;
	right: 0;
	transform: scale(0,1);
	transition: all 0.5s ease;
	z-index: -1;
}
.box-btn a:hover:after {
	transform: scale(1,1);
}
#box_service {
	padding: 2em 0;
}

.title_name {
	color: #1e6d28;
	font-family: 'myfont2';
	font-size: 36px;
	text-align: center;
	margin-bottom: 0.5em;
}

.skew_service {
	width: 45%;
	padding-left: 3%;
	background: #f5f5f5;
	border: 1px solid #bdbdbb;
	-moz-transform: skewX(-13deg);
	-webkit-transform: skewX(-13deg);
	-o-transform: skewX(-13deg);
	-ms-transform: skewX(-13deg);
	transform: skewX(-13deg);
	float: left;
	margin-bottom: 1.5em;
}

.skew_service:nth-child(even) {
	float: right;
}

.skew_service * {
	-moz-transform: skewX(13deg);/* FF3.5+ */
	-webkit-transform: skewX(13deg);/*Saf3.1+, Chrome*/
	-o-transform: skewX(13deg);/* Opera 10.5 */
	-ms-transform: skewX(13deg);/* IE 9 */
	transform: skewX(13deg);
}

.skew_service h3 {
	color: #1e6d28;
	font-size: 24px;
	font-family: 'myfont3';
	font-weight: 500;
}

.skew_service span {
	font-size: 48px;
	font-family: 'myfont3';
	font-weight: 100;
}

.skew_service span:after {
	content: '/';
}

.mota_service {
	color: #000;
	font-size: 1.1em;
}
.title_name2 {
    line-height: 40px;
    background: url(/images/bgtieude.png) no-repeat;
    color: #fff;
    text-indent: 1em;
    /*font-family: 'myfont3';*/
    font-size: 1.2em;
    height: 41px;
    border-bottom: 1px solid #000c29;
    margin-bottom: 1em;
    position: relative;
}
#box__bottom2 { padding-bottom: 4em; }

.box_doingu {
	width: 49%;
	float: left;
}

.doingu {
	max-width: 282px;
	height: 65px;
	padding: 3px;
	border: 1px solid #cfcfcf;
	margin-bottom: 1em !important;
}

.doingu img { float: left; margin-right: 1em !important; }

.doingu h3 { color: #f00; font-family: 'myfont3'; font-weight: normal; }

.doingu p { color: #555; }

.doingu p i { color: #000c29; }

.box_phai { width: 49%; float: right; }

.cover_box_phai { max-width: 280px; float: right; margin-bottom: 1em; position: relative; }

.cover_box_phai a { display: inline-block; float: left; }

.cover_box_phai a img { float: left; }

.cover_box_phai h3 {    
	position: absolute;
	bottom: 0;
	text-indent: 1em;
	line-height: 3em;
	width: 100%;
	color: #fff;
	font-family: 'myfont2';
	font-size: 1.4em;
	background: rgba(0,0,0,0.3);
}

.doingu_slide .slick-dots { bottom: auto; }

.doingu_slide .slick-dots li button:before {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 15px;
}

.doingu_slide .slick-dots li.slick-active button:before {
	color: #000c29;	
}

div#menu ul ul {
	padding-left: 0;
	background: none;
}

.ngaydang2:before {
	content:'\f133';
	font-family: 'FontAwesome';
}

#box_noidung {
	width: 30%;
	float: right;
}

#box_noidung ul {
	list-style: none;
}

#box_noidung ul li {
	padding: 1em 0;
	border-bottom: 1px dotted #ddd;
}

#box_noidung p {
	display: inline-block;
	clear: both;
}

.nhathietke:before {
	content: '\f007';
	font-family: 'FontAwesome';
}

.mathietke:before {
	content: '\f02b';
	font-family: 'FontAwesome';
}

.dientichthietke:before {
	content: '\f0c8';
	font-family: 'FontAwesome';
}

.berongmattien:before {
	content: '\f07e';
	font-family: 'FontAwesome';
}

.sotangcao:before {
	content: '\f07d';
	font-family: 'FontAwesome';	 
}

.namthietke:before {
	content: '\f133';
	font-family: 'FontAwesome';
}

.datepost3 {
	max-width: 280px;
	margin: auto;
}

.datepost3:before {
	content: '\f133';
	font-family: 'FontAwesome';
	margin-right: 0.5em;
}
.tintuc_mota {
	color: #000c29;
	font-family: 'myfont1';
	font-size: 1em;
}

.tinlienquan {
	list-style: none;
	width: 92%;
	margin: 1em auto;
}

.tinlienquan li a {
	color: #716861;
	border-bottom: 1px dotted #716861;
	padding: .3em 0;
	display: block;
	padding-left: 1em;
	background: url(img/dot.png) left no-repeat;
}

.tinlienquan li a:hover {
	color: #f98017;
}

.tinlienquan2 {
	color: #000c29;
	font-family: 'myfont3';
	font-size: 1.2em;
}

.tintuc_xemthem {
	color: #f98017;
	line-height: 3em;
}

.tintuc_xemthem:after {
	content:'\f101';
	font-family: 'FontAwesome';
	padding-left: .5em;
}

.box_bottom2l {
	width: 49%;
	float: left;
}

.box_bottom2r {
	width: 49%;
	float: right;
}

.box_bottom2l .kinhnghiem {
	width: 49%;
	float: left;
	background: url(img/bgtintuc.png) bottom no-repeat;
}

.box_bottom2l .kinhnghiem:nth-child(even) {
	float: right;
}

#box__bottom2 { padding-bottom: 4em; }

.box_doingu {
	width: 100%;
	float: left;
}

.doingu {
	max-width: 100%;
	min-height: 100px;
	padding: 3px;
	border: 1px solid #cfcfcf;
	margin-bottom: 1em !important;
}

.doingu img { float: left; margin-right: 1em !important; }

.doingu h3 { color: #000; font-family: 'myfont3'; font-weight: normal; }

.doingu p { color: #555; }

.doingu p i { color: #000c29; }

.box_phai { width: 49%; float: right; }

.cover_box_phai { max-width: 280px; float: right; margin-bottom: 1em; position: relative; }

.cover_box_phai a { display: inline-block; float: left; }

.cover_box_phai a img { float: left; }

.cover_box_phai h3 {    
	position: absolute;
	bottom: 0;
	text-indent: 1em;
	line-height: 3em;
	width: 100%;
	color: #fff;
	font-family: 'myfont2';
	font-size: 1.4em;
	background: rgba(0,0,0,0.3);
}

.doingu_slide .slick-dots { bottom: auto; }

.doingu_slide .slick-dots li button:before {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 15px;
}

.doingu_slide .slick-dots li.slick-active button:before {
	color: #000c29;	
}

div#menu ul ul {
	padding-left: 0;
	background: none;
}

.ngaydang2:before {
	content:'\f133';
	font-family: 'FontAwesome';
}

#box_noidung {
	width: 30%;
	float: right;
}

#box_noidung ul {
	list-style: none;
}

#box_noidung ul li {
	padding: 1em 0;
	border-bottom: 1px dotted #ddd;
}

#box_noidung p {
	display: inline-block;
	clear: both;
}
div.wap_1200{
	width: 100%;
	margin:0 auto;
	position:relative;
    float:left;
}
div#wap_footer
{
	/*max-width:1366px;*/
	background: url(img/bgfooter.png);
	background-size: 100% 100%;
	margin:auto;
	color:#fff;
}
div#footer
{
	width: 100%;
	margin:auto;
	padding-bottom:20px;
	padding-top:20px; 
}
div#main_footer
{
	width:40%;
	float:left;
	line-height: 2em;
}
#main_footer p, #main_footer span {
	font-size: 13px !important;
}
div#lienket
{
	margin-top:10px;
}
div#lienket a img
{
	margin-right:5px;
}
div#lienket a img:hover
{

}
div#thongke
{
	width:21%;
	float:right;
}
.td_ft
{
	color: yellow;
	font-size: 1.4em;
	text-transform: uppercase;
	font-family: 'myfont2';
	float: left;
	padding: 0.2em 1em;
	clear: both;
	border-radius: 1em;
	border: 2px dotted #67c4eb;
	margin-bottom: 1em;
	margin-top: 1em;
}
div#thongke ul
{
	list-style:none;
	background: url(img/nenthongke.png) left 6em no-repeat;
}
div#thongke ul li
{
	clear:both;
	padding:4px 0px;
	padding-left: 9em;
}
div#thongke ul li span { color: yellow; }
div#thongke ul li img
{
	float:left;
	margin-right:15px;
	width:20px;
	margin-top:4px;
}
.owl-carousel .owl-item{
    height:120px;
    width:100%;
}
@media(max-width: 960px) {
	div#header .logo_head { max-width: 109px; }
	div.wap_1200 { width: 98%; }
	.hotline__top { top: 10vw; }
	#slider_slick2 { max-width: 100%; }
	#box__tintuc { max-width: 100%; background: none; }
	.banner__top { top: 5vw; }
	.cover__tintuc { border: none !important; padding: 0; }
	.tintuc_frame { max-width: 100%; }
	.tinlienquan { width: 100%; }
	.skew_service { float: none !important; width: 90%; margin: 2vw auto; }
	#box_noidung { width: 100%; }
	div.box-thuvien { width: 100% !important; }
	#slider_slick2 { margin: 1vw 0; }
	.box_goidien { display: block !important; }
}
@media (max-width:640px) {
.b01-main {
    display: block;
}
.b01-img {
    width: 90%;
    text-align: center;
	height: auto;
	margin: 0 auto;
}
.b01-txt {
    width: 100%;
    margin-left: 0;
    padding: 30px;
    margin-top: -20px;
}
.b02-bg {
    display: none;
}
.b02-main {
    width: 100%;
}
.f-info {
    display: block;
    text-align: center;
}
.f-add, .f-mst, .f-mail {
    width: 100%;
    margin: 0 0 15px;
}
.f-comname {
    font-size: 18px;
    margin: 0 0 10px;
}
.f-line {
    width: 70%;
    margin: 0 auto 20px;
}
.secflex {
    display: block;
}
.sec01-main {
    width: 100%;
    padding: 0;
	text-align: left;
}
.sec01-img {
    height: 300px;
    background-size: 70% auto;
    background-position: right top;
    width: 100%;
    padding: 0;
}
.sec01-img:after {
	display: none;
}
.sec01:after {
    left: 3%;
}
.sec03-img {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 0 30px;
}
.sec03-main {
    width: 100%;
    background-size: 25px;
    padding-left: 40px;
    padding-top: 10px;
	overflow: hidden;
}
.ctduan-img {
    width: 100%;
    text-align: center;
    margin-bottom:20px;
}
.ctduan-main {
    width: 100%;
}
.ctduan-cont {
    padding: 25px;
	margin-bottom: 30px;
}
}
.bgtitilecate{background-color:#1e6d28; width:100%;text-align:center;border-top-left-radius:10px; border-top-right-radius:10px; padding:10px; color:#fff; font:bold 14px arial; text-transform:uppercase; margin-top:25px;}
.skew_servicefx{border:solid 1px #1e6d28;margin-bottom:20px;padding:15px;}
/*---------------------------------------
   Services section              
-----------------------------------------*/
.service-wrap{padding: 20px 0 20px 0; /*background:#6699FF url(/App_Themes/Home/images/service-bg.jpg) no-repeat top right;*/ text-align: center;}
.service-wrap .container .wap_1200 h1{color: #fff;}
.service-wrap .container .wap_1200 .title:after{left: 50%; margin-left: -26px; background: #fff;}
.service_box{background: #fff;padding-top:10px; padding-bottom:10px; }
.service-wrap .container .wap_1200 h5{margin: -20px 0px 20px 0px; z-index: 99; position: relative;}
.service-wrap .container .wap_1200 h5 a{color: #fff; font-size: 14px; background: #1e6d28; padding: 30px; display: block; text-decoration: none;}
.service-wrap .container .wap_1200 h5 a:hover{background: #1e6d28; color:#000;}
.service-wrap .container .wap_1200 h5 span{display: block;}
.service_box{margin-bottom: -160px; position: relative; }

.page_content .service-wrap{background: none; padding: 0;}

/*********************************************
    Expert css
*********************************************/
.expert-wrap{padding: 20px 0;}
.team_content{
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0px 0px 0px 0;
    padding: 5px 0 5px;
    background-color: #1e6d28;
    border-bottom: 5px solid transparent;
    box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    -webkit-transition: .5s cubic-bezier(.3,.57,.55,1);
    transition: .5s cubic-bezier(.3,.57,.55,1);}
.team_content h5{margin-bottom: 0px;}
.team_content h5 a{font-size: 14px;
    line-height: 26px; text-decoration: none; color: #fff;
    }
.teamImg{overflow: hidden; position: relative;}
.teamImg img{-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;}

.experts:hover img{-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);}

.team_content p{color: #9dabaf; margin-bottom: 0;}
.experts:hover .team_content{border-color: #6699FF !important;}

.expert-wrap .social-icons {
    position: absolute;
    top: 0;
    left: -40px;
    right: auto; text-align: center;
    padding: 14px;
    margin-top: 0;
    opacity: 0;
    z-index: 9;
    background-color: #6699FF;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}
.expert-wrap .social-icons a {
    font-size: 16px;
    color: #fff;
    position: relative;
}
.expert-wrap .social-icons li {margin: 4px 0;
    display: block;
}



.teamImg:hover .social-icons {
    opacity: 1;
    left: 0;
}


.innerExpert{background: #f9f9f9;}
/*---------------------------------------
  About Css              
-----------------------------------------*/
.about-wrap{padding: 20px 0;}
.aboutImg{margin-bottom: 15px;}
.about-wrap .readmore{margin-top: 40px;color: #1e6d28; font-style:italic;}
.about-wrap .readmore a{color: #1e6d28;}
.about-wrap .readmore a:hover{color: #1e6d28;}
.about-wrap .title h1{font-size: 38px;}
.about_box{margin-left: 30px;}
.subText{font-size: 18px; font-weight: 600; color: #000; font-family: 'Montserrat', sans-serif; margin-bottom: 15px;}


/*---------------------------------------
   Blog section              
-----------------------------------------*/
.blog-wrap{background: #f8f8f8; padding: 20px 0;}
.blog-wrap .title{margin-bottom:25px;}
.blog_sec{background: #fff; padding: 10px;}
.blog-wrap h5 a{color: #000; text-decoration: none; font-size:14px;}
.blog-wrap h5 a:hover{color: #6699FF ;}
.blog_date{font-size: 14px; color: #bcc5d0; font-weight: bold; margin-top: 10px;}


/*********************************************
        Contact css
*********************************************/
.contact-wrap{position: relative; overflow: hidden; padding: 0px 0;}
.contact-wrap .title h1{font-size: 36px; color: #541f5c;}
.contact-wrap p{font-size: 14px; line-height: 24px; color: #000; margin-bottom: 20px;}
.form-group .btn{background: #1e6d28; letter-spacing: 2px; display: inline-block; border-radius: 10px; font-family: 'Montserrat', sans-serif; font-size: 16px; color: #fff; text-transform: uppercase; padding: 5px 40px;}
.form-group .btn:hover{background: #1e6d28; color: #fff;}
.contact-wrap .form-control {
    height: 50px;
    width: 100%; 
    padding-left: 15px;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    border: none;
    border: 1px solid #f2f0fa;
    background: #ebebeb;
    color: #000;
    font-size: 14px;
}

.contact-wrap textarea.form-control{height: 160px;}
.contact_form{padding: 0px 50px 30px 0px;}
.contact_info{padding:20px; background: url(/images/contact-bg.jpg) no-repeat top; background-size: cover;    min-height: 340px;}

.contact-wrap ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #71567e;
  opacity: 1; /* Firefox */
}

.contact-wrap :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #71567e;
}

.contact-wrap ::-ms-input-placeholder { /* Microsoft Edge */
  color: #71567e;
}
.contact_info{position: relative;}
.contact_info .title:after{background: #fff;}
.contact_box{display: flex; margin-bottom: 25px;}
.contact_box p{font-size: 16px; color: #fff;  font-weight: bold; margin-left: 20px; text-transform: uppercase;}
.contact_box p span{display: block; font-weight: normal; font-size: 14px; text-transform: none;}
.contact_box p span a{text-decoration: none; color: #fff;}
.contact_info .title h1{font-size: 50px; color: #fff;}
.contact_info .title{margin-bottom: 30px; text-transform:uppercase}


/*********************************************
        Footer css
*********************************************/
.footer-wrap{background-color:#1e6d28; background-size: cover; padding: 5px 0 20px 0;}
.footer-wrap p{font-size: 14px; color:#fff; margin-top: 15px;}

.footer-wrap h3{font-size: 14px; margin-bottom: 20px; display: inline-block; font-weight: normal; font-family: 'Open Sans', sans-serif; color: #fff; margin-bottom: 25px; text-transform:uppercase;}
.footer-links{list-style:none; margin-bottom: 0;}
.footer-links li{margin-bottom: 10px; text-transform:uppercase;}
.footer-links li a{text-decoration:none; color:#fff; font-size:14px;}
/*.footer-links li:before{content: "\f0da"; font-weight: 600; font-family: 'Font Awesome 5 Free'; padding-right:10px; color:#bcc5d0; font-size: 14px;}*/
.footer-links li a:hover{color: #fff;}
.insta_pics{}
.insta_pics li{display: inline-block; padding-right: 5px; margin-bottom: 9px;}
.hourswrp{}
.hourswrp li{font-size: 14px; color: #bcc5d0;  border-bottom: 1px solid #484848; padding:5px 0;}
.hourswrp li span{float: right;}
.hourswrp li:first-child{padding-top: 0;}
.hourswrp li:last-child{border: none;}
.footer_info{}

.footer-adress{list-style:none;}
.footer-adress li{margin:0;  padding-bottom: 15px; display: flex;}
.footer-adress li &gt; i{vertical-align:top; font-size:16px; color:#bcc5d0; width:30px; padding-top: 3px;}
.footer-adress li span a, .footer-adress li span{font-size: 14px; color: #bcc5d0; text-decoration: none;}
.footer-adress li span a:hover{color: #77dda7;}
.footer_phone a{font-size: 24px !important; font-weight: bold;}
.footer_address i, .footer_phone i{font-size: 24px !important;}
.footer_icon{text-align: left;}
.footerLinks li{position:relative; padding-left:16px;}
.footerLinks li a{font-size:14px; color:#fff; line-height:30px; text-decoration:none;}
.footerLinks li:before{content:"\f105"; font-family: 'FontAwesome'; position:absolute; top:4px; left:0; font-size:14px; color:#fff;}
.footerLinks li a:hover{color:#328bc3;}



.social-icons ul li{display:inline-block; margin-right:3px;}
.social-icons ul li a{border:1px solid #fff;
    display:block;
     font-size:18px; text-align: center;
     color:#fff;
     width:38px;
     height:38px;
     line-height:38px;
     border-radius:100%;
}

.social-icons ul li:nth-child(1) a{background: #3c599b; border-color: #3c599b;}
.social-icons ul li:nth-child(2) a{background: #1ea1f3; border-color: #1ea1f3;}
.social-icons ul li:nth-child(3) a{background: #cd2e80; border-color: #cd2e80;}
.social-icons ul li:nth-child(4) a{background: #fb000f; border-color: #fb000f;}


/*********************************************
        Copyright css
*********************************************/
.copyright-wrap{padding: 8px 0;}
.copyright{font-size:14px; color:#838383; padding-top: 5px; text-transform: capitalize;}
.credits{font-size:14px; color:#838383; text-align:right;  padding-top: 5px;}
.credits a{color:#838383; text-decoration:none;}
.credits a:hover{color:#e47b9c;}
.close-toggler{display: none;}
.navbar-toggler{display: none;}



.innerHeading-wrap{background: url(../images/innerHeading-bg.jpg) no-repeat top; background-size: cover; padding: 70px 0 40px 0; margin-top: -34px;}
.innerHeading-wrap h1{margin-bottom: 0; color: #fff; text-align: center;}
.innerContent .blog_sec{margin-bottom: 30px;}
.innerContent .blog-service{margin-top: 0;}
.blog-pagination{margin-top: 30px;}
.blog-pagination a {display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center; text-decoration: none;
    line-height: 50px;
    color: #6699FF;
    border: 1px solid #6699FF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 3px;
}
.blog-pagination a:hover, .blog-pagination a.active {
    background: #6699FF;
    color: #ffffff;
}
.blogWrp{background: none;}
.blogWrp .blog_sec{background: #fbfbfb;}
.blogWrp h3{font-size: 20px;}
.single-widgets {
    border: 1px solid #e5e8f3;
    padding: 30px 28px 35px;
    margin: 0 0 40px;
}


.single-widgets:hover{border-color: #6699FF;}
.single-widgets.widget_search form {
    position: relative;
}
.single-widgets.widget_search form button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 0px;
    cursor: pointer;
    border-radius: 4px;
    background: #6699FF;
    color: #ffffff;
    border: 0;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    width: 52px;
}

.categories{list-style: none;}
.category_wrp {
    padding: 0;
    list-style: none;
}
.category_wrp li {
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding: 11px 0;
}
.category_wrp li a{text-decoration: none; color: #000; font-size: 14px;}
.category_wrp li a:hover{color: #6699FF;}
.category_wrp li:first-child {
    border-top: none;
}
.category_wrp li a span {
    float: right;
}
.single-widgets.widget_search form input[type="search"] {
    border-radius: 4px;
    border: 1px solid #ebedf5;
    background: #f9fafc;
    font-size: 12px;
    padding: 10px 70px 10px 16px;
    height: 60px;
    width: 100%;
}
.single-widgets{text-align: left;}
.single-widgets .title:after{left: 0; margin-left: 0;}

.tagswrp li {
    display: inline-block;
margin-bottom: 10px;
}
.tagswrp li a {
    color: #242323;
    line-height: 32px; display: block;
    border: 1px solid #ebedf5;
    text-decoration: none;
    padding: 6px 14px; font-size: 14px;
}
.tagswrp li a:hover{background: #6699FF; color: #fff; border-color: #6699FF;}
.blog_del .blog-detail{text-align: left;}
.blog_del .blog-detail p{font-size: 14px;}
blockquote {
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    background: #fff4e6;
    padding: 25px;
    border-left: 8px solid #6699FF;
    margin: 20px 0;
}
.blog_list .date{left: 1px;}
.blog_list .blog-image{overflow:inherit ;}
.blog_list .blog-detail{text-align: left; padding: 20px 20px 20px 0}
.blog_list .blog-detail p{font-size: 14px;}
.blog_list .readmore a{padding: 12px 22px;}

.sidebar .sidebar-item{
    margin-bottom: 30px;
}
.sidebar-title{
    font-size: 30px;
    color: #4a4a4a;
    margin-bottom: 15px; border-left: 2px solid #6699FF; padding-left: 18px;
}

.blog_sec{margin-bottom: 30px;}
.sidebar form input{
    width: 100%;
    border: 1px solid #f0f0f0;
    color: #696969;
    padding: 14px;
    outline: none;
    font-style: italic; border-radius: 30px;
}
.sidebar-item form{position: relative;}
.sidebar form button{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 24px;
    color: #696969;
    background: transparent;
    outline: none;
    padding: 15px 30px 15px 26px;
    border: none;
    color: #fff;
    background: #6699FF;
    cursor: pointer; border-radius: 0 30px 30px 0;
    line-height: 1;
}
.sidebar form button:hover{background: #000;}
.sidebar .sidebar-categories{
    margin: 0px;
}
.sidebar .sidebar-categories li{
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar .sidebar-categories li:last-child{
    border: none;
}
.sidebar .sidebar-categories li a{
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #707070;
    text-decoration: none;
    padding: 10px 0px;
}
.sidebar .sidebar-categories li:first-child a{
    padding-top: 0px;
}
.sidebar .sidebar-categories li:last-child a{
    padding-bottom: 0px;
}
.sidebar .sidebar-categories li a:hover{
    padding-left: 16px;
    color: #92278f;
}
.sidebar .sidebar-categories li span{
    float: right;
}
.sidebar .sidebar-categories li a:hover span{
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #92278f;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    line-height: 30px;
}
.sidebar .sidebar-posts{
    margin: 0px;
}
.sidebar .sidebar-posts li{
    list-style: none;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar .sidebar-posts li:last-child{
    margin: 0px;
    padding: 0px;
    border: none;
}
.sidebar .sidebar-posts .image{
    float: left;
    margin-right: 20px;
    width: 90px;
        margin-top: 7px;
}
.sidebar .sidebar-posts .content{
    display: table;
}
.sidebar .sidebar-posts a{
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    color: #707070;
}
.sidebar .sidebar-posts li:hover a{
    color: #92278f;
}
.sidebar .sidebar-posts span{
    font-style: italic;
    font-size: 13px;
    color: #fa6f57;
}
.sidebar .sidebar-gallery{
    margin: 0px;
    overflow: hidden;
    margin: -5px;
}
.sidebar .sidebar-gallery li{
    list-style: none;
    float: left;
    width: calc(100% / 4 - 1px);
    padding: 5px;
}
.sidebar .sidebar-gallery li img{
    width: 100%;
}
.sidebar .sidebar-twitts{
    margin: 0px;
}
.sidebar .sidebar-twitts &gt; li{
    list-style: none;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar .sidebar-twitts &gt; li:last-child{
    margin: 0px;
    padding: 0px;
    border: none;
}
.sidebar .sidebar-twitts .icon{
    float: left;
    font-size: 46px;
    color: #65bbf2;
    margin-right: 15px;
    line-height: 46px;
}
.sidebar .sidebar-twitts .content{
    display: table;
}
.sidebar .sidebar-twitts .content ul{
    margin: 0px;
}
.sidebar .sidebar-twitts .content ul li{
    list-style: none;
    display: inline-block;
}
.sidebar .sidebar-twitts .content ul li a{
    text-decoration: none;
}
.sidebar .sidebar-twitts .content p{
    margin: 0px;
}
.sidebar .sidebar-twitts .content &gt; a{
    text-decoration: none;
}
.sidebar .sidebar-tags{
    margin: 0px;
    overflow: hidden;
    margin: -5px;
}
.sidebar .sidebar-tags li{
    list-style: none;
    display: inline-block;
    float: left;
    margin: 5px;
}
.sidebar .sidebar-tags li a{
    text-decoration: none;
    font-style: italic;
    font-weight: 700;
    font-size: 15px;
    color: #707070;
    border: 1px solid #f0f0f0;
    border-radius: 1px;
    padding: 8px 24px;
    display: inline-block;
}
.sidebar .sidebar-tags li a:hover{
    background-color: #92278f;
    border-color: #92278f;
    color: #fff;
}
.sidebar .class-details{
    margin: 0px;
    border: 1px solid #f0f0f0;
}
.sidebar .class-details li{
    overflow: hidden;
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 9px 15px;
}
.sidebar .class-details li:last-child{
    border: none;
}
.sidebar .class-details .name{
    float: left;
    width: 50%;
    font-size: 15px;
    color: #ffc000;
}


.sidebar .class-details .name i{
    margin-right: 10px;
    display: inline-block;
}

.sidebar .class-details .name i:before{
    font-size: 18px;
}
.sidebar .class-details .info{
    float: left;
    width: 50%;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    color: #363636;
}
.sidebar .class-details .info.rating i{
    color: #fcb614;
}
.sidebar .class-details li:last-child .info{
    color: #92278f;
}

.sidebar{margin-left: 20px;}
.blog_list{list-style: none;}
.blog_list .col-lg-5, .blog_list .col-md-5{padding-right: 0;}
.blog_list .col-lg-7, .blog_list .col-md-7{padding-left: 0;}
.blog_list p{margin-bottom: 0; margin-top: 16px;}


/*---------------------------------------
   Testimonials section              
-----------------------------------------*/
.testimonials-wrap{padding: 20px 0; background: url(../images/testimonials-bg.jpg) no-repeat top; background-size: cover; text-align: center;}
.testimonials_sec p{font-size: 14px; line-height: 22px; color: #727678; font-style: italic; }
.testimonials-wrap .title{margin-bottom: 50px;}
.testimonials-wrap .title:after{left: 50%; margin-left: -28px;}
.testimonials-wrap .title h1, .testimonials-wrap .title p{color: #fff;}
.testimonials_sec h3{font-size: 18px; color: #000; font-weight: bold;}
.clientImg{margin-bottom: 25px; margin-top: -76px; margin-right: 20px;}
.clientImg img{border-radius: 30px 0 30px 0;}
.client_name{font-size: 24px; color: #2a9ee2; line-height: 24px; font-family: 'Montserrat', sans-serif;}
.client_name span{font-size: 14px; color: #282e32; display: block; font-family: 'Open Sans', sans-serif;}
.right_info{float: right;}
.testimonials-wrap ul li{padding-top: 50px;}
.testimonials-wrap .owl-dots{text-align: center; margin-top: 25px;}
.testimonials-wrap .owl-dots button{width: 20px; height: 20px; border: 2px solid #6699FF; border-radius: 100%; background: #fff; margin: 5px;}
.client_box{display: flex;}
.testimonials-wrap button.active{background: #6699FF;}
.client_comment{font-size: 18px; color: #2a9ee2; font-family: 'Montserrat', sans-serif;}
.client_rating li{display: inline-block; padding: 0 2px; color: #ffa800; padding: 0 !important;}
.quote_icon{position: absolute; top: 0; right: 50px; font-size: 70px; color: #61c0f7;}
button:focus{outline: none;}
.testimonials-wrap .owl-nav{display: none;}
.tagline-wrap{text-align: center; background: #e66814; padding: 40px 0;}
.tagline-wrap h3{font-size: 30px; color: #fff;}
.testimonials_sec{max-width: 830px; margin: 0 auto; text-align: left; padding: 35px; background: #fff;}
.testimonials-wrap ul{margin-bottom: 0;}
.starWrp{}
.starWrp li{display: inline-block;  font-size: 18px; color: #ff9600;}
.quote_icon{position: absolute; top: -2px; right: 40px; font-size: 64px; color: #6699FF;}
</pre></body></html>