/**
 * Theme main style
 */


/* Import the necessary Bootstrap WP CSS additions */

@import url(bootstrap-wp.css );

/* Import the font-awesome css */

/*@import url(../font-awesome/css/font-awesome.css );*/

/* This is a small security for too long strings titles */

body {
    word-wrap: break-word;
}
::selection {
    background: #28409A;
    color: #FFF;
}
::-moz-selection {
    background: #28409A;
    color: #FFF;
}
a {
    outline: 0;
    color: #28409A;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #3A3C41;
}

a:focus { outline: none !important; }
.italic {
    font-style: italic;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #3A3C41;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #28409A;
    text-decoration: none;
}

/* Read More Buttons */

.read-more {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #28409A;
    padding: 10px 30px;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
}
.read-more:hover {
    color: #FFF;
    background-color: #3a3c41;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.read-more.outline {
    background-color: transparent;
    border: 2px solid #FFF;
    color: #FFF;
}
.read-more.outline:hover {
    background-color: #FFF;
    color: #3a3c41;
}
.read-more.black {
    background-color: #3a3c41;
}
.read-more.black:hover {
    background-color: #28409A;
}
.read-more.red {
    background-color: #EA3200;
}
.read-more.red:hover {
    background-color: #3a3c41;
    color: #FFF;
}
.read-more.orange {
    background-color: #ffa13c;
}
.read-more.orange:hover {
    background-color: #e19132;
}
.read-more.yellow {
    background-color: #ffd543;
}
.read-more.yellow:hover {
    background-color: #e1b63f;
}
.read-more.green {
    background-color: #6dc068;
}
.read-more.green:hover {
    background-color: #65b760;
}
.read-more.white {
    background-color: #FFF;
    color: #262932;
}
.read-more.white:hover {
    background-color: #f1f1f1;
    color: #2C2D31;
}

/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Images and wp-captions should always fit and be responsive */

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}
.wp-caption {
    margin-bottom: 10px;
    max-width: 100%;
    border: 1px solid #28409A;
    border-radius: 4px;
    -mo-zborder-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 10px;
}
.wp-caption.aligncenter {
    margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
}
.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px;
}

/* WP Gallery */

.gallery {
    margin-bottom: 1.5em;
}
.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.gallery dd {
    margin: 0;
}
.gallery .gallery-item img {
    border: 2px solid #28409A!important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gallery .gallery-item img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gallery-caption {
    background-color: rgba(26, 188, 156, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    text-align: left;
    width: 100%;
}
.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    top: 0;
    left: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}

/* Make sure embeds and iframes fit their containers */

embed, iframe, object {
    max-width: 100%;
}

.icon::before {
    font-family: FontAwesome !important;
}

/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .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 */
}


/* custome code*/
/*video a {
   position: absolute;
   display: block;
   background: url('https://www.kohesibond.com/wp-content/uploads/2021/06/youtube-btn.png');
   height: 40px;
   width: 40px;
   top: 50%;
   left: 50%;
   margin: -20px 0 0 -20px;
}*/
.breadcrum-text{
	color:#ffffff;
}
   
.card {
    background-color: #ffffff;
   /* border: 1px solid rgba(0, 34, 51, 0.1);
    box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.05), 2px 4px 10px 0 rgba(0, 34, 51, 0.05);
    border-radius: 0.15rem;*/
    }

/* Tabs Card */

    .tab-card {
      border:0px solid #eee;
    }

    .tab-card-header {
      background:none;
    }
    /* Default mode */
    .tab-card-header > .nav-tabs {
      border: none;
      margin: 0px;
    }
    .tab-card-header > .nav-tabs > li {
      margin-right: 2px;
    }
    .tab-card-header > .nav-tabs > li > a {
        font-size: 15px;
        font-weight: 500px;
      border: 0;
     color:#7a7a7a;
      margin-right: 0;
     
      border-color: unset;
      padding: 2px 15px;
    }
    .how-img img{
        padding: 13px 0 0 10px;
    }

    
	
	.tab-card-header > .nav-tabs > li.active > a { color: #ff6863 !important;}
	
     .tab-card-header > .nav-tabs > li > a:hover {
        color: #ff6863;
        background-color: #fff;
    }
	.tab-card-header > .nav-tabs > li.active > a:focus{color: #ff6863 !important;}
    .product-content p{
        padding-left: 15px 135px 0 0;
    }

    .tab-card-header > .tab-content {
      padding: 20px;
    }
	.back-to-lib{
	 padding-top: 20px;
	}
	.back-to-lib a{
        color:#53b7e7;
		text-decoration: none;
    }
    .back-to-lib a:hover{
        color:#ff6863;
    }


    .vid-library-title{
        font-size: 25px;
        font-weight: bold;
        color:#0066b2;
    }
    .how-section1-a{
        color:#28409a;
    }
    .how-section1-a:hover{
        color:#ff6633;
    }
    /* end custome code*/

    /* Content */
    .card-header-tabs
    {
        padding-left:400px;
    }
    .main-content-inner {
        padding-bottom: 1.5em;
    }
    .hentry {
        margin: 0 0 1.5em;
    }


/* Clearing */

.clear {
    clear: both;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */

.widget {
    margin-bottom: 2em;
}
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
    padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */

.widget_search .search-form input[type="submit"] {
    display: none;
}

/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */

.comment .children {
    margin-left: 1.5em;
}

/* =Global
----------------------------------------------- */

body {
    font-family: 'Open Sans', sans-serif, arial;
    font-size: 18px;
	color: #222222;
}
h1, h2, h3, h4, h5, h6, {
    font-family: 'Open Sans', sans-serif, arial;
	color: #222222;
}
a, a:link {}

/* My Minimal WordPress Styling comes here */


/* =Header
---------------------------------------------------------------------------------- */

.site-header {
    padding: 0px;
    position: relative;
    box-shadow: 1px 1px 4px #ddd;
    -moz-box-shadow: 1px 1px 4px #ddd;
    -webkit-box-shadow: 1px 1px 4px #ddd;
}
.site-branding {
    padding-top: 0;
}
.site-branding h1.site-title a {
    font-weight: bold;
    color: #28409A;
}
.site-branding h1.site-title a:hover {
    color: #3A3C41;
}
.site-branding .site-description {
    font-size: 12px;
    margin: 6px 0 0 0;
}
.header-top {
    /*background: #3A3C41;
    min-height: 35px;
    border-top: 4px solid #28409A;
    color: #FFF;
    font-size: 12px;
    padding: 8px 0;*/
}
.header-top a {
    /*color: #FFF;*/
}
.header-top a:hover {
    /*color: #28409A;*/
}
.mail-info .phone-info {
    padding-right: 10px;
    display: inline-block;
}
ul.social-icons {
    margin: 0;
    list-style: none;
    font-size: 12px;
    /*text-align: right;*/
}
ul.social-icons li.social-icon {
    display: inline-block;
    max-width: 20px;
    margin: 0 50px 0 0;
	font-size: 2em;
}
ul.social-icons li.last-child, ul.social-icons li:last-child {
    margin: 0;
}
ul.social-icons li.social-icon a {
    display: block;
}




/**************************************************/
.parallax_bg_cover {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.section_rel_ht, .section_full_ht {
    display: block;
    position: inherit;
    width: 100%;
}
.section_rel_ht {
    height: inherit;
}
.section_container_unrestricted, .section_container_unrestricted_cover {
	width: 100%;
}
.section_container_restricted, .section_container_unrestricted {
	display: block;
    height: inherit;
    margin: 0 auto;
    position: relative;
}
.map_section .project_frame {
    min-height: 490px;
}

.map_section {
    margin-top: 0px!important;
}
.project_frame {
    min-height: 600px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.map_section {
    text-align: center;
}
.project_info_container {
    height: inherit;
    position: absolute;
    width: inherit;
}
.project_info_blank_slate {
    width: inherit;
}
.section_container_restricted.map_viewer_padding {
    padding: 90px 0;
}
.section_container_restricted, .section_container_restricted_cover {
    /*width: 1002px;*/
}
.frame {
    display: block;
    padding: 0 19px;
}
.bit-1 {
    width: 100%;
}
.clear-fix {
    margin-right: -3px;
}
[class^="bit-"] {
    display: inline-block;
    padding: 0 11px;
    position: relative;
    vertical-align: top;
}
.thin_text {
    font-size:15px;
}
.gs_content {
    padding: 30px;
}
.circle_icon_container.orange {
    background-color: #f48943;
	text-align: center;
}
.circle_icon_container {
    border-radius: 50%;
    height: 60px;
    margin: 0 auto;
    padding: 13px 0;
    width: 60px;
}
.circle_icon_container [data-icon]::after {
    color: #fff;
    font-size: 30px;
}
[data-icon]::after {
    content: attr(data-icon);
    font-family: "survocons" !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    line-height: 1;
    text-transform: none !important;
}
.white_text p {
    color: #fff;
}
p {
    padding: 7px 0;
}
a.button {
    text-decoration: none;
}
a.button:hover {
	border: medium none;
    color: #fff !important;
	min-width: 180px;
	padding: 27px;
	cursor: pointer;
}
a.orange {
    border: 2px solid #f48943;
    color: #f48943;
}
a.orange:hover {
    background-color: #f48943;
}
.button {
    background-color: transparent;
    display: inline-block;
    font-family: "Corbert-Medium",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 0;
    margin: 10px;
    min-width: 180px;
    padding: 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.5s ease 0s;
}
.map_inner_container {
    height: inherit;
    position: relative;
}
.project_info_gallery_slate {
    background-color: #1a1a1a;
    height: inherit;
    text-align: center;
    width: inherit;
}
#srm_gmp_embed_1 {
	margin: 0px !important;
}
.map_toggle_button, .map_toggle_button_close {
    background-color: #333;
    border: medium none;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.15s linear 0s;
    width: 100%;
}
.map_toggle_button:hover, .map_toggle_button_close:hover {
	background-color:#444;
}
.icon {
    color: #fff;
    font-size: 30px!important;
}	
/**************************************************/
.align-c {
    font-size: 16px;
    padding-top: 2%;
	color: #909090;
	text-align: center;
}
.align-c1 {
    color: #909090;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}
.align-c11 {
    color: #000;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}
.align-c12 {
    color: #000;
    font-size: 1em;
    font-weight: bold;
	text-transform: uppercase;
}
.align-c2 {
    color: #909090;
    font-size: 15px;
    line-height: 2;
    text-align: center;
}
.align-c3 {
    color: #909090;
    font-size: 15px;
    line-height: 2;
}
.align-c4 {
    color: #FF6633;
    font-size: 15px;
    line-height: 2;
}
.align-c5 {
	color: #909090;
    font-size: 15px;
    line-height: 2;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.form-line {
	border-bottom: 2px solid #cfcfcf;
	margin-bottom: 2%;
}

.tech-text {
	color: #000;
	font-weight: bold;
}

input[type="checkbox"], input[type="radio"]
{
  -webkit-appearance:checkbox;
}

.date1 { font-size: 2em; font-weight: bold; color:#C4C4C4; padding-right: 0%;}
.date2 { font-size: 2em; font-weight: bold; color:#000000;}

.footer_menu_class ul {margin: 0; padding: 30px; text-align: center; text-transform: uppercase; font-size: 12px; list-style-type: none; list-style-image: none; }
.footer_menu_class li {display: inline; }
.footer_menu_class ul li a {text-decoration:none;  margin: 0px; padding: 5px 10px 5px 10px; }
.footer_menu_class ul li a:hover { color: #28409a !important;}

/*#text-2 {border-bottom: 1px solid #000;}*/

.slick-slider .slick-track, .slick-slider .slick-list {margin: 0 auto;}

.header-social-icon-wrap { /* text-align: center; */}

.product-text { color: #7a7a7a; line-height: 30px; font-size: 14px; padding-top: 2%;}

.product-text-1 { color: #7a7a7a; line-height: 30px; font-size: 14px; padding-bottom:35px;}

.product-text-2 { color: #7a7a7a; line-height: 30px; font-size: 14px; padding-bottom:10px;}

.panel-default { border-color: none; border: none; box-shadow: none; }

/*.panel-group { padding-left: 65px; padding-right: 65px; }*/

.panel-group-11 { padding-top: 2%; background-color: #f9f7f8;}

.panel-title { font-size: 20px; font-weight: bold; }

.panel-title-1 { font-size: 22px; font-weight: bold; }

.prodcut-inn-text {padding-bottom:35px; font-size: 18px; font-weight: bold; text-transform: uppercase; clear: both; height: 143px; line-height: 192px;}

.prodcut-top-text {padding-top: 4%; font-size: 18px; font-weight: bold; text-transform: uppercase;}

.product-top-text {padding-top: 5px; padding-bottom: 5px; font-size: 18px; font-weight: bold; text-transform: uppercase;}

.panel-default > .panel-heading { background-color: #FFF !important; }

.panel-body { background-color: #F9F7F8;}

.restart { white-space: pre-line; }

.font-upper { text-transform: uppercase; }

.small-l { text-transform: lowercase !important; }

div.wpcf7 img.ajax-loader {
    display: none !important;
}

div.wpcf7-response-output {
	/*width: 200px !important;*/
	margin: 20 auto 12px !important;
	border: none !important;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
}


body input[type="submit"], input[type="reset"] {
	margin: 2px;
}

div.wpcf7-validation-errors {
	border: 2px solid #fff !important;
        color: white;
background: red;
}
.catalog {
    border: 1px solid #ff6633;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 15px;
    text-align: center;
    width: 250px;
}

#slb_viewer_wrap .slb_theme_slb_baseline * {
	color: #fff;
}

.arrow {
	position: absolute;
	top: 90%;
	z-index: 99999;
	text-align: center;
	font-size: 5em;
	left: 48%;
	color: #fff;
}



div.mouse-container {
    /* border: 1px solid #fff; */
	bottom: 0;
    display: block;
    height: 150px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
	z-index: 99999;
	width: 100%;
	top: 97%;
}

div.mouse {
    /* border: 1px solid #000; */
    border-radius: 8px;
    display: block;
    height: 150px;
    margin: 0 auto;
    position: relative;
    /* width: 150px; */
}


.career-link {
	background-color: #ff6633;
    color: #fff;
    font-size: 1.4em;
    padding: 10px 10px;
}

.career-link:hover {
	background-color: #28409A;
	color: #fff;
	text-decoration: none;
}

.com-pad {
	/*padding: 5px !important;*/
}
.thumbnail .caption {
    padding: 0px !important;
}

.thumbnail:hover {
	border: 1px solid #28409A;
	text-decoration: none;
}

.caption, h3 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
	text-align: center;
}
.com-lit-text {
    padding: 5px;
    text-align: center;
	font-size: 14px;
}

.box-b {
    border: 2px solid #000;
    padding-right: 17px;
	border-radius: 5px;
}

.box-b img{
    width: 250px;
}

.list-b {
	font-family: "FontAwesome",Open Sans,sans-serif,arial !important;
	font-size: 16px !important;
}

.panel-primary > .panel-heading {
	background-color: #28409A !important;
    border-color: #28409A !important;
}

.woocommerce a.button {
    display: none;
}

.woocommerce ul.products li.product a img {
	margin: 0 auto !important;
	width: auto !important;
}

.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";    
    float: right;
}
.accordion-opened .accordion-toggle:after {    
    content: "\f054";    
}

/* .panel-group .panel-heading a:after {
  content: '-';
  position: absolute;
  right: 20px;
  top:5px;
}
.panel-group .panel-heading a.collapsed:after {
  content: '+';
} */


.wpcf7-list-item-label {
    /*padding-right: 1%;*/
}

.woocommerce ul.products li.product h3 {
	color: #ff6633;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0;
    text-decoration: underline;
}

.breadcrumbs {
	font-size: 1.1em;
	color: #ffffff;
	/*margin: 10px;*/
	position: relative;
	/* float: left; */ 
}
.breadcrumbs a{
	color:#ffffff;
}
.breadcrumbs a:hover{
	color:#283F99;
}

.spacer { 
	/*border-bottom: 2px solid #cfcfcf;*/
    margin-top: 10%;
    padding: 0; 
}

.top-pad {
	margin-top: 4%;
}

.cycloneslider-template-standard .cycloneslider-pager {
	
	bottom: 50% !important;
    left: 98% !important;
    position: absolute;
    width: 0 !important;
    z-index: 100;
}

#colophon a:hover {
    color: #28409a;
}

/*.header-bottom {*/
/*    padding: 18px 0;*/
/*    background: transparent;*/
/*	position: fixed;*/
/*    border-bottom:0px !Important;*/
/*	left: 0;*/
/*    right: 0;*/
/*	z-index: 9999;*/
        /*opacity: 0.60;*/
/*}*/

.header-bottom-1 {
    padding: 18px 0;
	border-bottom: 1px solid #cfcfcf;
    /*background: #c7e8fe;*/
	position: fixed;
	left: 0;
    right: 0;
	z-index: 9999;
}

#header-main.sticky {
	/*background: #fff;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
	 /*opacity: 0.60;*/
    box-shadow: 1px 1px 8px #AAA;
    -webkit-box-shadow: 1px 1px 8px #AAA;
    -moz-box-shadow: 1px 1px 8px #AAA;
    /*-webkit-opacity: 0.60;*/
    background: rgba(255, 255, 255, 0.9);
}
.site-header h1 {
    font-size: 30px;
    padding: 0px;
    margin: 0px;
    color: #fff;
    max-width: 70%;
    display: inline;
}

/* =Header Search
---------------------------------------------------------------------------------- */

.header-search {
    margin-top: 0;
    cursor: pointer;
}
.header-search:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#header-search-button {
    /*background: #F4F4F4;
    border: 1px solid #DDD;*/
    color: #28409A;
    /*padding: 5px 10px;*/
    font-size: 18px;
    margin-left: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.header-search-form-wrap {
    display: none;
    position: absolute;
    top: 138px!important;
    padding: 10px 0;
    background: #F5F5F5;
    border-bottom: 2px solid #E9E9E9;
    width: 100%;
    z-index: 9999;
}
.header-search-form-wrap.sticky {
    position: fixed;
    border-bottom: 2px solid transparent;
    box-shadow: 0px 3px 7px #CCC;
    -webkit-box-shadow: 0px 3px 7px #CCC;
    -moz-box-shadow: 0px 3px 7px #CCC;
}
.header-search-form {
    font-size: 30px;
    color: #B3B3B3;
}
.header-search-form .search-field {
    background: none;
    border: none;
    display: inline-block;
    width: 90%;
    padding-left: 5px;
    font-size: 30px;
    color: #a2a2a2;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60);
}
.header-search-form .search-field:focus {
    border: none;
}
.header-search-form .search {
    display: none;
}

/* =Menu
---------------------------------------------------------------------------------- */

.site-navigation .navbar-default, .site-navigation .navbar {
    background: none;
    border: none;
    margin: 0;
}
.site-navigation {
    margin-top: 0;
}
nav.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.main-menu ul > li {
    margin: 0;
    float: left;
    position: relative;
}
nav.main-menu ul > li a {
    width: 100%;
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #28409A;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	text-transform: uppercase;
}
nav.main-menu ul > li a:hover {
    text-shadow: none;
}
nav.main-menu ul > li ul {
    z-index: 9999;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 34px;
    left: 0;
    width: 220px;
    display: none;
    border-top: none !important;
    background-color: #fff;
}
nav.main-menu ul > li ul li {
    list-style: none;
    float: none;
    position: relative;
    border-bottom: 1px solid #fff;
}
nav.main-menu ul > li ul li a {
    color: #28409a;
    padding: 10px 20px;
}

nav.main-menu ul > li ul li ul {
    position: absolute;
    left: 220px;
    top: 0;
}
nav.main-menu ul .current_page_item > a {
    background: #fff0;
    color: #FFF;
}
nav.main-menu ul > li:hover > a, nav.main-menu ul > .current-menu-item > a {
    background-color: #fff0!important;
    color: #FF6633;
}
.mean-container a.meanmenu-reveal {
    background: #28409A;
    left: auto!important;
    right: 0!important;
    text-align: right!important;
}
.mean-container a.meanmenu-reveal .fa {
    display: block;
}
.pager li > a:hover, .pager li > a:focus {
    background-color: #28409A;
    border-color: #28409A;
    color: #FFF;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #E7F6F3;
}

/* = Main content
---------------------------------------------------------------------------------- */

.main-content {
    padding: 0;
	overflow: hidden;
}
.page-header h1.entry-title, .page-header {
    margin-top: 0;
    border: none;
    padding-bottom: 0;
    display: block !importacustomnt;
}
.entry-title {
    font-weight: bold;
	font-size: 16px !important;
        text-transform: capitalize;
        display: block !important;
}
body.page .page-header h1.entry-title {
	font-size: 16px !important;
	text-transform: uppercase;
    padding-bottom: 10px;
    display: block !important;
}

/* = Home Carousel
---------------------------------------------------------------------------------- */

#home-slider .main-owl-carousel .owl-item .gallery-post-single {
    width: 100%;
}
#home-slider .main-owl-carousel .owl-prev {
    left: 0px;
    background: transparent url(../images/prev.png) no-repeat center center !important;
}

#home-slider .main-owl-carousel .owl-next {
    right: 0px;
    background: transparent url(../images/next.png) no-repeat center center !important;
}

#home-slider .main-owl-carousel .owl-prev,
#home-slider .main-owl-carousel .owl-next {
    width: 50px;
    height: 50px;
    top: 45%;
    position: absolute;
}

#home-slider .main-owl-carousel .owl-next {
    right: 0px;
}

#home-slider .main-owl-carousel .owl-prev:hover,
#home-slider .main-owl-carousel .owl-next:hover {
    opacity: 1;
}

#home-slider .owl-theme .owl-controls {
    margin: 0;
}
#home-slider .owl-theme .owl-controls.clickable .owl-buttons .owl-prev, #home-slider .owl-theme .owl-controls.clickable .owl-buttons .owl-next {
    z-index: 1005;
}
#home-slider {
    position: relative;
}
#home-slider .content-wrapper {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
}

#home-slider .video-frame {
    height: 330px;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}
#home-slider .slide-content {
    color: #FFF;
}
#home-slider .slide-content h1, #home-slider .slide-content h2 {
    font-size: 48px;
    margin: 0 0 20px;
    font-weight: 400;
    color: #FFF;
}
#home-slider .slide-content h1 span, #home-slider .slide-content h2 span {
    font-weight: 800;
    color: #FFF;
}
#home-slider .slide-content p {
    font-size: 18px;
    color: #3a3c41;
    margin-bottom: 20px;
    line-height: 26px;
    color: #FFF;
}
#home-slider .slide-content .btn {
    padding: 10px 30px;
    background-color: #28409A;
    text-transform: uppercase;
    font-size: 14px;
}
#home-slider .slide-content .btn:hover {
    background-color: #262932;
    color: #FFF;
}
#home-slider .bg-overlay {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 5;
    background: url('../images/dotted.png');
    width: 100%;
    height: 100%;
}
#home-slider.video_type .bg-overlay {
    display: none;
}
/* = Table Format
---------------------------------------------------------------------------------- */

table {
    border: 1px solid #e0e0e0;
    border-top: 0;
    font-size: 13px;
    background-color: #FFF;
    color: #3a3c41;
}
table th, table td {
    padding: 7px 15px;
}
table thead {
    background-color: #28409A;
    border: 0;
    font-weight: 700;
    color: #3a3c41;
    padding: 0 1px;
}
table thead tr {
    border: 0;
}
table thead tr:first-child {
    border-top: 0;
}
table thead th {
    border: 0;
    border-right: 1px solid #62C7B3;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 15px;
}
table thead th:first-child {
    border-left: 1px solid #62C7B3;
}
table thead th:last-child {
    border-right: 1px solid #62C7B3;
}
table tbody tr {
    border-top: 1px solid #e0e0e0;
}
table tbody th {
    font-size: 13px;
    font-weight: 700;
    color: #3a3c41;
}
table tbody td {
    font-size: 13px;
    font-weight: 500;
    color: #3a3c41;
    border: 1px solid #e0e0e0;
    padding: 5px 7px;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 16px;
}
.sidebar .table thead > tr > th, .sidebar .table tbody > tr > th, .sidebar .table tfoot > tr > th, .sidebar .table thead > tr > td, .sidebar .table tbody > tr > td, .sidebar .table tfoot > tr > td {
    padding: 10px;
}

/* =Attachment
---------------------------------------------------------------------------------- */

article.attachment {
    padding-bottom: 20px;
}
article.attachment .entry-header .entry-title {
    margin-top: 0;
}
article.attachment .entry-meta {
    font-size: 12px;
}
article.attachment .entry-header #image-navigation {
    overflow: hidden;
    padding-top: 10px;
}
article.attachment .entry-header #image-navigation .nav-previous {
    float: left;
}
article.attachment .entry-header #image-navigation .nav-next {
    float: right;
}
.entry-attachment .attachment {
    padding: 15px 0;
}

/* =Footer
---------------------------------------------------------------------------------- */

/*#colophon {
    background: #FF6633;
    border-top: 10px solid #28409a;
    color: #28409a;
}
#colophon a {
    color: #FFFFFF;
}

.site-info a {
    color: #28409a !important;
}


.site-footer-inner {
    padding: 30px 0;
}
#colophon aside.widget {
    background: transparent;
    color: #fff;
    float: left;
    margin-right: 5%;
    width: 20%;
}
#colophon select, #colophon aside.widget select {
    color: #333;
}
#colophon .nav > li > a:hover, #colophon .nav > li > a:focus {
    background-color: #38393C;
}
#footer-info {
    background: #FFFFFF;
    padding: 10px 0;
    font-size: 12px;
}
#colophon .widget_calendar table {
    width: 100%;
}
#colophon .widget_calendar table caption {
    color: #aab4bf;
}
#colophon .widget_calendar table th, #colophon .widget_calendar table td {
    padding: 6px 10px;
    background: transparent;
}
#colophon .widget_calendar table a:hover {
    color: #28409A;
}
#colophon .widget .widget-title {
    font-size: 20px;
    padding-bottom: 20px;
}*/

/* =Post Images
---------------------------------------------------------------------------------- */

.post figure {
    overflow: hidden;
    margin-bottom: 20px;
}
.wp-post-image {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.wp-post-image:hover {
    /*-webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;*/
}
a#scroll-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 80px;
    height: 42px;
    width: 42px;
    z-index: 9999;
    line-height: 3em;
    background: #28409a url("../images/scroll-top.png") center center no-repeat;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
a#scroll-top:hover {
    background-color: #ff6633;
}
article.post {
    margin-bottom: 30px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 30px;
}
.sticky .entry-date {}
.bypostauthor {}
article.post .entry-content {
    padding-bottom: 10px;
}
.page-header .entry-title {
    margin-top: 0;
}
.page-header .page-title {
    margin-top: 0;
    font-size: 22px;
}
.page-header .page-title span {
    font-weight: bold;
}
.entry-author {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 12px;
}
.loop-more-link {
    margin-bottom: 10px;
}
.entry-content blockquote {
    background: #E7F6F3;
    padding: 20px 20px 20px 30px;
    border-left: 5px solid #28409A;
    font-family: 'PT Sans', serif;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
}
.entry-content blockquote p {
    margin: 0;
    font-family: 'PT Sans', serif;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
}
.post-meta-info .entry-meta {
    margin-right: 20px;
    border-top: 2px solid #28409A;
    background-color: #E7F6F3;
}
.post-meta-info .entry-meta time {
    padding: 18px 0 20px;
    font-size: 18px;
    color: #3a3c41;
    display: block;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
.post-meta-info .entry-meta time strong {
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
    display: block;
}
.post-meta-info .entry-meta .comments_count {
    display: block;
    padding: 14px 0 18px;
    text-align: center;
    background-color: #28409A;
}
.post-meta-info .entry-meta .comments_count a {
    display: inline-block;
    padding: 0 0 0 25px;
    background: url("../images/comment-count-icon.png") 0 3px no-repeat;
    font-weight: 700;
    color: #FFF;
}
.post-meta-info .entry-meta .comments_count a:hover {
    text-decoration: none;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60);
}
.post-meta-info .entry-meta .comments_count span {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
    text-align: center;
    text-align: center;
    display: block;
}
article .footer-meta {
    margin-top: 15px;
}
.footer-meta .tags-meta, .footer-meta .cats-meta {
    display: block;
    font-size: 12px;
}

/* = Comment Body
---------------------------------------------------------------------------------- */

.comment-body {
    position: relative;
}
.comment-body .media-body {
    background-color: #f6f6f6;
    border-bottom: 1px solid #DDDBDB;
    padding: 20px;
    margin-bottom: 15px;
}
.comment-body .comment-content {
    padding-top: 10px;
}
.comment-body .comment-heading {
    padding-right: 30px;
}
.comment-body .comment-reply {
    position: absolute;
    top: 20px;
    right: 20px;
}
.comment-meta {
    font-size: 12px;
}
.comment a.btn {
    background: #28409A;
    border-color: #28409A;
}
.comment a.btn:hover {
    background: #3A3C41;
    border-color: #3A3C41;
}
.comment-form .alert-info {
    background-color: #E7F6F3;
}
.error-404 {
    margin-bottom: 40px;
    background: #28409A;
    color: #FFF;
}
.error-404 a {
    color: #E7F6F3;
}
.error-404 a:hover {
    color: #FFF;
}
.large-text {
    font-size: 100px;
    font-weight: 800;
    letter-spacing: 9px;
}

/* = Form Elements
---------------------------------------------------------------------------------- */

body input[type="text"], body input[type="email"], body input[type="url"], body input[type="tel"], body input[type="number"], body input[type="date"], body input[type="range"], body input[type="password"], body input[type="text"], body textarea, body .form-control {
    width: 100%;
    height: auto;
    border: 2px solid #dcdee4;
    background-color: #FFF;
    margin-bottom: 20px;
    padding: 11px 10px;
    color: #3a3c41;
    font-weight: 500;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
body input[type="text"]:focus, body input[type="email"]:focus, body input[type="url"]:focus, body input[type="tel"]:focus, body input[type="number"]:focus, body input[type="date"]:focus, body input[type="range"]:focus, body input[type="password"]:focus, body input[type="text"]:focus, body textarea:focus, body .form-control:focus {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 2px solid #28409A;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
select {
    border: 2px solid #dcdee4;
    background-color: #FFF;
    width: 100%;
    padding: 11px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
select:focus {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 2px solid #28409A;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
body input[type="file"] {
    margin-bottom: 30px;
    color: #3a3c41;
}
body input[type="submit"],input[type="reset"] {
    padding: 12px 25px;
    background-color: #FF6633;
    font-size: 13px;
    color: #FFF;
    font-weight: 700;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
body input[type="submit"]:hover, body input[type="submit"]:focus {
    background-color: #28409A;
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
body input[type="reset"]:hover {
    background-color: #28409A;
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
body .comments-area .btn {
    border-radius: 0;
}
body input.error, body textarea.error {
    border: 2px solid #ff0000;
}
body fieldset label {
    font-size: 13px;
    color: #999ca5;
    font-weight: 500;
    border-bottom: 2px solid #dcdee4;
    padding: 5px;
    float: left;
}
body textarea, body input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
label {
    width: 100%;
}

/* = Responsive
---------------------------------------------------------------------------------- */

@media (min-width: 0px) and (max-width: 991px) {
    /*.site-header h1 {*/
    /*    margin-bottom: 18px;*/
    /*}*/
    .post-meta-info .entry-meta {
        margin: 0;
        background: none;
        border: none;
        font-size: 13px;
    }
    .post-meta-info .entry-meta time {
        display: inline-block;
        text-align: left;
        font-weight: normal;
        text-transform: none;
        padding: 0;
        font-size: 14px;
    }
    .post-meta-info .entry-meta time strong {
        display: inline-block;
        text-align: left;
        font-weight: normal;
        text-transform: none;
        font-size: 14px;
        padding-left: 10px;
    }
    .post-meta-info .entry-meta .comments_count {
        display: inline-block;
        text-align: left;
        font-weight: normal;
        background: none;
        padding: 0;
    }
    .post-meta-info .entry-meta .comments_count a {
        background: none;
        display: inline;
        color: #3A3C41;
        padding: 0 0 0 10px;
    }
	
	.header-bottom {
		background: #FFFFFF;
		position: relative;
		left: 0;
		right: 0;
		z-index: 9999;
	}
	
	.header-bottom-1 {
		background: #FFFFFF;
		position: relative;
		left: 0;
		right: 0;
		z-index: 9999;
		border-bottom: none;
	}
	
	#header-main.sticky {
		background: #FFFFFF none repeat scroll 0 0;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
	
	ul.social-icons li.social-icon {
		display: inline-block;
		max-width: 20px;
		margin: 0 25px 0 0;
		font-size: 1em;
	}
	
	.footer_menu_class ul {padding: 5px; text-align: font-size: 11px;}
	.footer_menu_class li {display: block;}
	
	.date1 { font-size: 1em;}
	.date2 { font-size: 1em;}
	
	.cycloneslider-template-standard .cycloneslider-pager {
		left: 95% !important;
	}
	
	body.page .page-header h1.entry-title {
		margin-left: 18px;
	}
	
	.main-content {
		padding: 5%;
	}
	
	.spacer { 
		margin-top: 0!important;
		padding: 0!important; 
	}
	
	div.mouse-container {
		bottom: 40px;
	}
	
	.arrow {
		font-size: 3em;
	}
}

/* The Responsive CSS */

@media (max-width: 768px) {
    .site-header h1 {
        display: block;
        text-align: center;
        max-width: none;
    }
    .header-search-form {
        font-size: 22px;
    }
    .header-search-form .search-field {
        font-size: 22px;
        width: 80%;
    }
	.main-content {
		padding: 5%;
	}
}
@media (min-width: 0px) and (max-width: 767px) {
    #masthead {
        /*margin-bottom: 20px;*/
    }
    .site-branding {
        text-align: center;
    }
    .site-branding .site-description {
        padding: 0 0 10px 0;
        margin-top: -10px;
    }
    .header-search {
        display: none;
    }
    .mail-info {
        padding-bottom: 10px;
        text-align: center;
    }
    ul.social-icons {
        text-align: center;
    }
    .site-navigation {
        width: 100%;
    }
    .mean-container .mean-bar {
        margin-top: 0px;
        min-height: inherit;
        background-color: transparent;
    }
    .mean-container .mean-bar .meanmenu-reveal {
        background: #FF6633;
    }
    .mean-container .mean-bar .mean-nav ul li a {
        border-color: rgba(255, 255, 255, 0.1);
    }
    .mean-container .mean-bar .mean-nav ul li a.mean-expand {
        height: 22px;
    }
    .mean-container .mean-bar .mean-nav ul li a.mean-expand:hover {
        background-color: #FF6633;
    }
    .mean-container .mean-bar .mean-nav ul li a.meanmenu-reveal {
        background-color: #FF6633;
        padding: 13px 14px;
        top: -40px;
    }
	.main-content {
		padding: 3%;
	}
    nav.site-navigation ul > li ul li ul {
        left: 0;
    }
    #responsive-menu-container .navbar {
        min-height: inherit;
    }
    a#scroll-top {
        display: none;
    }
    #colophon .site-footer-inner {
        overflow: hidden;
        margin: 0 15px;
    }
    #colophon aside.widget {
        width: 100%;
        margin: 0;
    }
	.section_rel_ht {
		display:none;
	}
}
nav.main-menu ul > li ul li:nth-child(8) ul{
position: absolute;
top: -22px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    
    text-align: center;
margin: 10px;
font-weight: 700;
}
a.a2a_i, i.a2a_i{
    float: none !important;
    width: 100% !important;
}
.a2a_mini{
    width: 125px !important;
    min-width: 0px !important;
}
.a2a_vertical_style a{
    background: none !important;
}
ul.product-text li{
    clear: left;
}
.slb_content{
    width: 900px !important;
height: auto !important;
}
.a2a_menu, .a2a_menu{
   position: static;
height: auto;
width: 35px !important;
}

.a2a_menu a:nth-of-type(4), .a2a_menu a:nth-of-type(7), .a2a_menu a:nth-of-type(8) {
    display: none;
}
a.addtoany_share_save::before {
background: url(http://www.kohesibond.com/wp-content/uploads/2017/08/share2-1.png);
height: 28px;
width: 28px;
content: "";
position: absolute;
background-size: 100%;
z-index: -9;
background-position: center center;
transform: translateY(3px);
}
a.addtoany_share_save img:hover {
    opacity: 0;
}
.tg-item-content-holder.tg-dark.image-format{
    width: 100%;
}
.kampala .tg-link-button i{
    
    color:#ff6863 !important;
    font-size: 25px;
font-weight: 900;
}

.tg-icon-link::before {border: 2px black solid;padding: 10px;}
#details-page {
    float: left;
    width: 100%;
    margin: 60px 0;
}
#details-page .blog-content {
    border-bottom: 1px groove #c8ac5f;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 25px;
    width: 100%;
}
#details-page .blog-content .blog-image {
    float: left;
    width: 30%;
}
#details-page .blog-content .blog-image .productBigImg {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
#details-page .blog-content .blog-image .productBigImg img {
    float: left;
    margin: 0;
    width: 90%;
}
#details-page .blog-content .blog-data {
    float: right;
    width: 70%;
}
#details-page .blog-content .blog-data .blog_post .blog_box_title {
    font-size: 24px;
    line-height: 30px;
    
}
.blog_box_title > span {
    color: #FF6633;
    font-size: 13px;
}
.product-text2 {
    color: #7a7a7a;
    line-height: 30px;
    font-size: 14px;
}
#details-page .blog-content .blog-data .blog_post .blog_more_btn .more_veiw_blog {
padding: 12px 25px;
background-color: #FF6633;
font-size: 13px;
color: #FFF;
font-weight: 700;
border: none;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
text-decoration: none;
}
#details-page .blog-content .blog-data .blog_post .blog_more_btn .more_veiw_blog:hover {
    background-color: #28409A;
    text-decoration: none;
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.margin-top{
    margin-top: 150px;
}
h2.catelog_title {
    text-align: center;
    margin: 10px;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}
.catalog2 a.more_veiw_blog:hover{
       background-color: #28409A;
    text-decoration: none;
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; 
}
.catalog2 a.more_veiw_blog{
    padding: 12px 25px;
background-color: #FF6633;
font-size: 13px;
color: #FFF;
font-weight: 700;
border: none;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
text-decoration: none;
margin: 0px auto;
width: 100%;
display: inline-block;
text-align: center;
}
.logo_showcase .slick-slide img{
    border:none;
}
div.wpcf7 .ajax-loader{
    background: none;
}
.img-center{
    margin-left: auto;
margin-right: auto;
display: block;
}
img.img100 {
width: 100%;
}
#execphp-3 {
    margin-top: 30px;
    margin-bottom: 10px;
}

footer .breadcrumbs{
    font-size: 1.1em;
   /* border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin: auto;text-align: center;
	margin-bottom: 13px;
	float: none !important;*/
	color: #fff;
	
	width: 50%;
}
footer .ul.social-icons{padding:0}
.nltip{margin-top:-12px !important;width: 46%;
margin: 20px auto;}
.gs_content .breadcrumbs {
    display: none;
}
.execphpwidget p.nltip {width: 38%;
text-align: center;
margin: 20px auto;}

@media only screen and (max-width:640px){
   .a2a_floating_style.a2a_vertical_style {
       display: block !Important;
   }
   .execphpwidget p.nltip{
       width:100%;
       padding:15px;
   }
    #scrolldown .arrow{display:none;}
   .nltip {
       margin-top: -12px !important;
       width: 100%;
       margin: 20px auto;
      padding: 7px !important;
  }
   
  #header-main {
    border-bottom: 0 !important;
}.section_rel_ht {
    display: block;
}
   .woocommerce[class*="columns-"] ul.products li.product{width:100%;}
   #footer-info span:last-child {
    float: left !important;
}
footer .breadcrumbs{width:80%;}
.mean-container .mean-nav ul li a.mean-expand{margin-top:0 !important;}
#logo{position: absolute;
z-index: 9999999999999999999999999;
width: 168px;
}
.mean-container .mean-nav ul li a.mean-expand{border-bottom:none;}
.product-text{text-align:left;}
.fa.fa-caret-right.list-b::before {

    margin-left: -18px;

}
}