/**
  * Name: Nutrivix
  * Version: 1.0
  * Author: CymolThemes
  * Author URI: https://www.cymolthemes.com
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');


/**
  1. General
     - Variables
     - Extra-outer

  2. Spacing

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color

  4. SocialIcon / TooltipTop

  5. Slick_dots/arrows

  6. TopBar

  7. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - side-menu

  8. Footer
     - FirstFooter
     - SecondFooter
 
  9. GoTop BUtton

  10. Page-Title-Row
  
  11. Inner-Pages
      - team-member-single
      - Classic_Blog
      - Single_Blog
      - Blog_Comment
      - Contact_page
**/
 
 
/* ===============================================
   1. General
------------------------*/

/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
a, button, input { 
    outline: none; 
}
ol, ul{ 
    padding: 0; 
    margin: 0;
}
strong{ 
    font-weight: 700;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}
p {
    margin: 0 0 15px;
}

*::-moz-selection { 
    background: #267139; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #267139; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #267139; 
    color: #fff; 
    text-shadow: none; 
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input, 
select{
   font-family: inherit;
   -webkit-transition: border linear .2s,box-shadow linear .2s;
   -moz-transition: border linear .2s,box-shadow linear .2s;
   -o-transition: border linear .2s,box-shadow linear .2s;
   transition: border linear .2s,box-shadow linear .2s;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 0;
   vertical-align: middle;
   width: 100%;
   color: #888888;
   padding: 10px 20px;
   font-weight: 400;
   background-color: #fff;
   text-transform: inherit;
   border: 1px solid #f2f2f2;
   font-size: 16px;
   outline: none;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height: inherit;
   letter-spacing: 0.3px;
}
button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
    border: 1px solid #267139;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: searchfield;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder ,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder  {   
  color: #fff;
}
menu, ol, ul {
    margin: 10px 0;
    padding: 0 0 0 20px;
}
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #545454;
    background-color: #fff;
    letter-spacing: 0.2px;
}
h1, h2, h3, h4, h5, h6{font-family: 'Libre Baskerville', serif;margin-bottom: 15px;font-weight: 700;color: #202020;}
h1 { font-size: 42px; line-height: 52px; }
h2 { font-size: 26px; line-height: 36px; }
h3 { font-size: 19px; line-height: 29px; }
h4 { font-size: 23px; line-height: 27px; }
h5 { font-size: 21px; line-height: 28px; }
h6 { font-size: 18px; line-height: 26px; font-weight: 400; color: inherit; }

/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .site-main {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
body .page.sidebar-true .site-main{ 
    padding: 0;
    background-color: #fff;
}
a{
    color: #202020;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a.rs-layer { transition: unset; }
.box-shadow_2{ box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.02); }

.border-rad_3 { border-radius: 3px; }

.container-fluid{padding: 0 15px;}
.container {
    max-width: 1430px;
    padding: 0 15px;
}
.row:not(.g-0) {
    margin-left: -15px;
    margin-right: -15px;
}
.row:not(.g-0) > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.no-gutters {
    margin-right: 0;
    margin-left: 0
}
.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.mr-auto{ margin-right: auto; }
.ml-auto{ margin-left: auto; }
.float-lg-right { float: right !important;}
.alignleft {
    float: left;
    margin: .375em 1.45em 1.75em 0;
}
.alignright {
    float: right;
    margin: .375em 0 1.45em 1.75em;
}
.z-index_1{ z-index: -1; }
.z-index-0{ z-index: 0; }
.z-index-1{ z-index: 1; }
.z-index-2{z-index: 2;}

.cmt_single-image-inner {
    position: relative;
}
.cmt_single-image-inner:before,
.cmt_single-image-inner:after{
    content: '';
    position: absolute;
     z-index: 0;
    left: 0;
}
.cmt_single-image-inner:before{
    border-left: 25px solid;
    bottom: 0;
    top: 0;
    height: 250px;
    border-radius: 0 0 0 6px;
}
.cmt_single-image-inner:after{
    top: -25px;
    bottom: auto;
    width: 250px;
    border-radius: 6px 6px 0 0;
    border-bottom: 30px solid;
}
.font-size-15{font-size:15px;}
.font-size-16{font-size:16px;}
.font-size-18{font-size:18px;}
.font-size-70{font-size: 70px;}

.fontweight-normal{font-weight: 400;}
.fontweight-Medium{font-weight: 500;}
.fontweight-semibold{font-weight:600;}
.fontweight-bold{font-weight:700;}

.featured-icon-box.style1, .featured-imagebox-services.style1, .featured-imagebox-services.style2,
.accordion .toggle.cmt-toggle_style_border.cmt-control-right-true .toggle-title a h3, .box-shadow,
.widget.widget-nav-menu ul li, .featured-icon-box.style7, .featured-icon-box.style7 .featured-icon .cmt-icon,
.featured-imagebox-post.style1, .featured-icon-box.style3, .featured-icon-box.style3 .featured-icon .cmt-icon,
.featured-icon-box.style4, .testimonials.style3 .testimonial-avatar .testimonial-img, .sidebar .widget.widget-search,
.featured-imagebox-team.style1 .social-link a, .featured-imagebox-team.style1 .social-link.selector,
.testimonials.style3 .testimonial-content, .cmt-pricing-plan, .featured-icon-box.style6,
.cmt-blog-classic .cmt-blog-classic-content, .widget.widget-nav-menu ul li a:before,
.widget.widget-download ul li a, .widget-cta-banner a,
.accordion .toggle.cmt-toggle_style_border.cmt-control-right-true .toggle-title a i, .testimonials.style2,
.accordion .toggle.cmt-toggle_style_border .toggle-title a, .accordion .toggle.cmt-toggle_style_border .toggle-content,
.testimonials.style1 .testimonial-content{
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.07);
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.07);
}

.featured-icon-box.style1, .featured-imagebox-services.style1, .featured-imagebox-services.style2,
.accordion .toggle.cmt-toggle_style_border.cmt-control-right-true .toggle-title a h3, .featured-icon-box.style7,
.pagination-block .page-numbers, .sidebar .widget.widget-search, .widget.widget-download ul li a,
.testimonials.style3 .testimonial-content, .widget-Categories ul li a, .cmt-header-style-02 .header_search .search_btn,
.cmt-blog-classic .post-meta .cmt-meta-line i, .cmt-blog-single .post-meta .cmt-meta-line i,
.featured-icon-box.style3 .cmt-icon, .social-media-block .cmt-btn.cmt-btn-color-white,
.featured-icon-box.style7 .featured-icon .cmt-icon, .widget-cta-banner a,
.cmt-team-member-content .social-icons.square ul li a, .widget.widget-nav-menu ul li a, .widget .tagcloud a,
.featured-icon-box.style3, .featured-icon-box.style4, .cmt-pricing-plan.style1, .featured-icon-box.style6,
.accordion .toggle.cmt-toggle_style_border .toggle-content, .testimonials.style2, .featured-imagebox-post.style1,
.accordion .toggle.cmt-toggle_style_border.cmt-control-right-true .toggle-title a i,
.widget_info .social-icons ul li a{
   border: 1px solid;
}
.featured-icon-box.style1, .featured-imagebox-portfolio.style1:after, .second-footer .cmt-highlight-box,
.accordion .toggle.cmt-toggle_style_border .toggle-title a, .accordion .toggle.cmt-toggle_style_border .toggle-content,
.featured-imagebox-services.style1 .featured-thumbnail, .newsletter-form input[type="email"],
.accordion .toggle.cmt-toggle_style_border.cmt-control-right-true .toggle-title a h3, .border-rad_6,
.widget.widget-nav-menu ul li a, .widget.widget-nav-menu ul li, .cmt-service-single-content-area .single-item,
.cmt-team-member-content .social-icons.square ul li a, .widget-Categories ul li a, .gallery-item img,
.testimonials.style1 .testimonial-img img, .testimonials.style2 .testimonial-img, .cmt-blog-single .author-info,
.widget ul.cmt-recent-post-list>li img, .widget .tagcloud a, .featured-icon-box.style7,
.widget.widget-cta-banner .contact_shape_bg .featured-icon:before,
.cmt-fbar-widget.cmt-fbar-widget-map iframe,
button, input[type="submit"], input[type="button"], input[type="reset"],
.accordion .toggle.cmt-toggle_style_border i, .widget.widget-download ul li a, .widget-cta-banner a,
.pagination-block .page-numbers, .sidebar .widget-area .widget, .cmt-header-style-02 .header_search .search_btn,
.cmt-pricing-plan.style1, .featured-icon-box.style6, .featured-imagebox-services.style1 .cmt-box-post-date,
.featured-icon-box.style3:before, .featured-icon-box.style4, .testimonials.style3 .testimonial-content,
.featured-imagebox-post.style1, .featured-imagebox-post.style1 .featured-content, .featured-icon-box.style3,
.accordion .toggle.cmt-toggle_style_border.cmt-control-right-true .toggle-title a i, .testimonials.style2,
.images-gellary ul li img, .widget_info .social-icons ul li a, .featured-imagebox-services.style2,
.featured-imagebox-portfolio.style1, .featured-imagebox-services.style1, .footer .copyright ul li>a,
.testimonials.style1 .testimonial-content{
   border-radius: 6px;
}

/* ===============================================
    2.Spacing
------------------------*/

/** Padding **/
.spacing-1{padding: 94px 0 100px;}
.spacing-2{padding: 94px 0 100px;}
.spacing-3{padding: 93px 0 10px;}
.spacing-4{padding: 50px 50px 50px 0;}
.spacing-5{padding: 40px;}
.spacing-6{margin-left: 65px; margin-right: 65px;}
.spacing-7{padding: 75px 0 35px;}
.spacing-8{margin-top: -75px;margin-right: -35px;}

.p-10{ padding: 10px; }
.p-20{ padding: 20px; } 
.p-30{ padding: 30px; }
.p-50{ padding: 50px; } 

.pr-0{ padding-right: 0px; }
.pr-5{ padding-right: 5px !important; }
.pr-10{ padding-right: 10px; }
.pr-15{ padding-right: 15px; }
.pr-20{ padding-right: 20px; }
.pr-25{ padding-right: 25px; }
.pr-30{ padding-right: 30px; }
.pr-35{ padding-right: 35px; }
.pr-40{ padding-right: 40px; }
.pr-45{ padding-right: 45px; }
.pr-50{ padding-right: 50px; }
.pr-65{ padding-right: 65px; }

.pl-0{ padding-left: 0px; }
.pl-5{ padding-left: 5px !important; }
.pl-10{ padding-left: 10px; }
.pl-15{ padding-left: 15px; }
.pl-20{ padding-left: 20px; }
.pl-25{ padding-left: 25px; }
.pl-30{ padding-left: 30px; }
.pl-35{ padding-left: 35px; }
.pl-40{ padding-left: 40px; }
.pl-45{ padding-left: 45px; }
.pl-50{ padding-left: 50px; }
.pl-65{ padding-left: 65px; }

.pt-5{ padding-top: 5px; }
.pt-10{ padding-top: 10px; }
.pt-15{ padding-top: 15px; }
.pt-20{ padding-top: 20px; }
.pt-25{ padding-top: 25px; }
.pt-30{ padding-top: 30px; }
.pt-35{ padding-top: 35px; }
.pt-40{ padding-top: 40px; }
.pt-45{ padding-top: 45px; }
.pt-50{ padding-top: 50px; }
.pt-65{ padding-top: 65px; }

.pb-5{ padding-bottom: 5px; }
.pb-7{ padding-bottom: 7px; }
.pb-10{ padding-bottom: 10px; }
.pb-15{ padding-bottom: 15px; }
.pb-20{ padding-bottom: 20px; }
.pb-21{ padding-bottom: 21px; }
.pb-25{ padding-bottom: 25px; }
.pb-30{ padding-bottom: 30px; }
.pb-35{ padding-bottom: 35px; }
.pb-40{ padding-bottom: 40px; }
.pb-45{ padding-bottom: 45px; }
.pb-50{ padding-bottom: 50px; }
.pb-55{ padding-bottom: 55px !important; }

/** Margin **/
.mt-5{ margin-top: 5p; }
.mt-10{ margin-top: 10px; }
.mt-13{ margin-top: 13px; }
.mt-15{ margin-top: 15px; }
.mt-20{ margin-top: 20px; }
.mt-25{ margin-top: 25px; }
.mt-30{ margin-top: 30px; }
.mt-35{ margin-top: 35px; }
.mt-40{ margin-top: 40px; }
.mt-45{ margin-top: 45px; }
.mt-50{ margin-top: 50px; }
.mt-70{ margin-top: 70px; }
.mt-100{ margin-top: 100px; }

.mt_5{ margin-top: -5px; }
.mt_10{ margin-top: -10px; }
.mt_15{ margin-top: -15px; }
.mt_20{ margin-top: -20px; }
.mt_25{ margin-top: -25px; }
.mt_30{ margin-top: -30px; }
.mt_40{ margin-top: -40px; }
.mt_45{ margin-top: -45px; }
.mt_50{ margin-top: -50px; }
.mt_90{ margin-top: -90px; }
.mt_100{ margin-top: -100px; }
.mt_145{ margin-top: -145px; }
.mt_215{ margin-top: -215px; }

.mb-5{ margin-bottom: 5px !important; }
.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.mb-65{ margin-bottom: 65px; }

.mb_10{ margin-bottom: -10px; }
.mb_15{ margin-bottom: -15px; }
.mb_20{ margin-bottom: -20px; }
.mb_30{ margin-bottom: -30px; }
.mb_50{ margin-bottom: -50px; }
.mb_55{ margin-bottom: -55px; }
.mb_100{ margin-bottom: -100px; }

.ml-0 { margin-left: 0px; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.ml-25 { margin-left: 25px; }
.ml-30 { margin-left: 30px; }
.ml-35 { margin-left: 35px; }
.ml-40 { margin-left: 40px; }
.ml-45 { margin-left: 45px; }
.ml-50 { margin-left: 50px; }
.ml-65 { margin-left: 65px; }

.ml_10{ margin-left: -10px;}
.ml_15{ margin-left: -15px;}
.ml_20{ margin-left: -20px;}
.ml_25{ margin-left: -25px;}
.ml_30{ margin-left: -30px;}
.ml_35{ margin-left: -35px;}
.ml_40{ margin-left: -40px;}
.ml_50{ margin-left: -50px;}
.ml_60{ margin-left: -60px;}
.ml_80{ margin-left: -80px;}
.ml_100{ margin-left: -100px;}
.ml_150{ margin-left: -150px;}
.ml_160{ margin-left: -160px;}
.ml_230{ margin-left: -230px;}

.mr-0{ margin-right: 0px;}
.mr-10{ margin-right: 10px;}
.mr-15{margin-right: 15px;}
.mr-20{ margin-right: 20px;}
.mr-25{ margin-right: 25px;}
.mr-30{ margin-right: 30px;}
.mr-40{ margin-right: 40px;}
.mr-45{ margin-right: 45px;}
.mr-50{ margin-right: 50px;}
.mr-65{ margin-right: 65px;}
.mr-100{ margin-right: 100px;}

.mr_15{ margin-right: -15px;}
.mr_20{ margin-right: -20px;}
.mr_25{ margin-right: -25px;}
.mr_30{ margin-right: -30px;}
.mr_40{ margin-right: -40px;}
.mr_50{ margin-right: -50px;}
.mr_150{ margin-right: -150px;}
.mr_180{ margin-right: -180px;}
.mr_185{ margin-right: -185px;}
.mr_230{ margin-right: -230px;}
.mr_250{ margin-right: -250px;}

/* ===============================================
   3. Color
------------------------*/

/** Skin-textcolor **/
.cmt-textcolor-skincolor, .cmt-textcolor-skincolor h1, .cmt-textcolor-skincolor h2, 
.cmt-textcolor-skincolor h3, .cmt-textcolor-skincolor h4, .cmt-textcolor-skincolor h5, 
.cmt-textcolor-skincolor h6, .cmt-textcolor-skincolor a, .cmt-textcolor-skincolor i, 
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-skincolor a, 
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-skincolor i, 
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-skincolor a, 
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-skincolor i, a.cmt-textcolor-skincolor, 
i.cmt-textcolor-skincolor, :not(.cmt-bgcolor-darkgrey) a.cmt-textcolor-skincolor, 
:not(.cmt-bgcolor-darkgrey) i.cmt-textcolor-skincolor, 
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-skincolor, .cmt-bgcolor-darkgrey .cmt-textcolor-skincolor h1, 
.cmt-bgcolor-darkgrey .cmt-textcolor-skincolor h2, .cmt-bgcolor-darkgrey .cmt-textcolor-skincolor h3, 
.featured-icon-box.style2 .featured-title h3, .cmt-pricing-plan.style1 .cmt-p_table-amount h3,
.slick_slider.slick-arrows-style1 .slick-arrow,
.slick_slider.slick-arrows-style2 .slick-arrow, .wrap-form.contact_form_1 span.text-input i,
.featured-imagebox-portfolio.style1 .cmt-media-link a:hover,
.cmt-bgcolor-darkgrey a:hover, .footer .social-icons li>a:hover i, .cmt-textcolor-white a:hover, 
.widget_info .widget_desc, .cmt-bgcolor-darkgrey a:hover i, .cmt-btn-color-skincolor, 
.cmt-bgcolor-darkgrey .cmt-btn-color-skincolor, .cmt-bgcolor-darkgrey .cmt-btn-color-skincolor i, 
.cmt-bgcolor-grey .cmt-btn-color-skincolor, .cmt-list-icon-color-skincolor li i, 
.cmt-icon_element-border.cmt-icon_element-color-skincolor, 
.cmt-icon_element-border.cmt-icon_element-color-grey, .cmt-btn-style-border.cmt-btn-color-skincolor, 
.cmt-icon_element-fill.cmt-icon_element-color-white, 
.cmt-icon_element-fill.cmt-icon_element-color-white i, 
nav.main-menu ul.menu > li > a:hover,
.widget.widget-nav-menu ul li.active a:before, 
.widget.widget-nav-menu ul li a:hover::before, .second-footer .cmt-highlight-box i,
.featured-imagebox-portfolio.style2 .featured-content:after,
.slick_slider.slick-arrows-style3 .slick-prev,
.widget.widget-nav-menu ul li.active a, .widget.widget-nav-menu ul li:hover a, 
.slick_slider.slick-arrows-style3 .slick-next,
.cmt-icon.cmt-icon_element-fill.cmt-icon_element-color-darkgrey i.cmt-textcolor-skincolor, 
.cmt-icon_element-color-skincolor, .cmt-bgcolor-darkgrey .cmt-icon_element-color-skincolor i, 
.cmt-bgcolor-darkgrey .top_bar_contact_item .top_bar_icon i, 
nav.main-menu ul.menu li > ul.mega-submenu li a:hover, 
.cmt-icon_element-fill.cmt-icon_element-color-grey i,
.accordion .toggle.cmt-toggle_style_border i,
.widget ul.cmt-recent-post-list>li .post-date i,
.widget_info .social-icons.style1 ul li a i,
.cmt-icon_element-fill.cmt-icon_element-color-highlight i,
nav.main-menu ul.menu li ul.mega-submenu li.active > a, nav.main-menu ul.menu li.active > a, a:hover, 
.top_bar_contact_item a:hover i, .section-title h3, .breadcrumb-wrapper span:last-child, 
.testimonials-info .testimonial-caption h3, .widget.widget-download ul li i, 
.social-icons > [class*='social-'] > a, .widget ul#menu-footer-services li a:hover, 
.widget-contact ul.widget-contact-wrapper li i, .cmt-blog-classic .post-meta .cmt-meta-line i, 
.cmt-blog-single-content .post-meta .cmt-meta-line i, .footer .copyright a:hover{
    color: #e27613;
}

/** Skin-bg-color **/
.cmt-bgcolor-skincolor, 
.cmt-bgcolor-skincolor > .cmt-bg-layer,
.cmt-bgcolor-skincolor > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner,
.cmt-icon_element-fill.cmt-icon_element-color-skincolor,
.cmt-btn-style-fill.cmt-btn-color-skincolor,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-skincolor:not(.btn-inline):before,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-dark:not(.btn-inline):before,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:before ,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:not(.btn-inline):before,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-skincolor:not(.btn-inline):hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-dark:not(.btn-inline):hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover,
.slick_slider.slick-arrows-style1 .slick-arrow:hover,
.slick_slider.slick-arrows-style2 .slick-arrow:hover,
.widget.widget-nav-menu ul li.active a:hover,
.widget.widget-nav-menu ul li.active a, .cmt-blog-classic .cmt-blogbox-desc-footer .social-icons.circle li>a:hover,
.widget.widget-nav-menu ul li a:hover, .cmt-header-style-02 .header_search .search_btn:hover,
.featured-imagebox-team.style1 .social-link a:hover, 
.featured-imagebox-team.style1 .social-link.selector:hover,
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:not(.btn-inline):hover,
.cmt-bgcolor-grey .tooltip:after, .cmt-bgcolor-grey [data-tooltip]:after,
.cmt-bgcolor-darkgrey .tooltip:after, .cmt-bgcolor-darkgrey [data-tooltip]:after,
.cmt-textcolor-skincolor .tooltip:after, .cmt-textcolor-skincolor [data-tooltip]:after,
.header_cart .cart_count, .heading-seperator span:before ,
.header_search .header_search_content .close_btn i,
.social-icons.circle li a:hover, .cmt-fbar-btn,
.social-icons > [class*='social-'] > a:hover,
.top-contact.cmt-highlight-right:after,
.price-switch .price-slider:before,
.section-title h3:before, .cmt-service-single-content-area .icon-box,
.slick_slider.slick-arrows-style3 .slick-prev:hover,
.slick_slider.slick-arrows-style3 .slick-next:hover,
.widget_info .social-icons ul li a:hover,
.widget ul#menu-footer-services li a:before,
.cmt-bgcolor-darkgrey .cmt-play-icon-btn .cmt-play-icon-animation:before,
.cmt-bgcolor-darkgrey .cmt-play-icon-btn .cmt-play-icon-animation:after,
.cmt-bgcolor-skincolor .cmt-stickable-header.fixed-header,
.cmt-progress-bar .progress-bar-color-bar_skincolor.progress-bar,
.cmt-progress-bar .progress-bar-color-bar_skincolor.progress-bar:before,
.cmt-progress-bar.style1 .progress-bar-percent,
.accordion .toggle.cmt-toggle_style_border.cmt-control-right-true .toggle-title a.active h3,
.accordion .toggle.cmt-toggle_style_border.cmt-control-right-true .toggle-title a.active i,
.cmt-play-icon-btn .cmt-play-icon-animation:before,
.cmt-play-icon-btn .cmt-play-icon-animation:after,
.cmt-topbar-wrapper .top_bar_contact_item .social-icons li a:hover,
.maintenance-plan.cmt-pricing-plan .cmt-p_table-body:before,
.cmt-blog-classic .cmt-box-post-date .cmt-entry-date,
.cmt-blog-single .cmt-box-post-date .cmt-entry-date,
.featured-icon-box.style6 .process-num span, .widget.widget-download ul li a span,
.page-title-heading h2:before, .featured-imagebox-portfolio.style1:after,
.featured-icon-box.style1:hover .cmt-icon_element-fill,
.cmt-team-member-content .social-icons.square ul li a:hover,
.widget .tagcloud a:hover, [data-tooltip]:after,
.pagination-block .page-numbers:hover, 
.newsletter-form button[type="submit"], .newsletter-form input[type="submit"],
.pagination-block .page-numbers.current,
#totop.top-visible {
    background-color: #267139;
}

/** Skin-border-color **/
.cmt-btn-style-fill.cmt-btn-color-skincolor, 
.cmt-btn-style-border.cmt-btn-color-skincolor, 
.cmt-btn.cmt-btn-style-border.cmt-btn-color-black:hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-dark:hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:not(.btn-inline):hover,
.cmt-icon.cmt-icon_element-border.cmt-icon_element-color-skincolor,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-skincolor:not(.btn-inline),
.featured-icon-box.icon-align-top-content.style1 a.di_link:hover,
.cmt-page-title-row-inner .row, .social-icons.circle li>a:hover,
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-skincolor a, 
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-skincolor i, 
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-skincolor a, 
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-skincolor i ,
.footer .social-icons li>a:hover,
.slick_slider.slick-arrows-style3 .slick-prev:hover,
.slick_slider.slick-arrows-style3 .slick-next:hover,
.social-icons > [class*='social-'] > a,
.price-switch .price-slider, 
.cmt-topbar-wrapper .top_bar_contact_item .social-icons li a:hover,
.widget .tagcloud a:hover, .pagination-block .page-numbers:hover,
.pagination-block .page-numbers:hover, .pagination-block .page-numbers.current {
    border-color: #267139;
}
.cmt-bgcolor-darkgrey .tooltip-top:before, .cmt-bgcolor-darkgrey .tooltip:before, 
.cmt-textcolor-skincolor .tooltip-top:before, .cmt-textcolor-skincolor .tooltip:before, 
.cmt-bgcolor-grey .tooltip-top:before, .cmt-bgcolor-grey .tooltip:before,
.cmt-bgcolor-grey [data-tooltip]:before, 
.cmt-bgcolor-skincolor .bottom-angle,
[data-tooltip]:before, 
nav.main-menu , .header_search .header_search_content{
    border-top-color: #267139;
}
.header_search .header_search_content:before {
    border-bottom-color: #267139;
}


/** .Darkgrey-color **/
.cmt-textcolor-darkgrey,
.cmt-textcolor-darkgrey p,
.cmt-bgcolor-skincolor :not(.cmt-textcolor-darkgrey) h1, 
.cmt-bgcolor-skincolor :not(.cmt-textcolor-darkgrey) h2,
.cmt-bgcolor-skincolor :not(.cmt-textcolor-darkgrey) h3, 
.cmt-bgcolor-skincolor :not(.cmt-textcolor-darkgrey) h4, 
.cmt-bgcolor-skincolor :not(.cmt-textcolor-darkgrey) h5, 
.cmt-bgcolor-skincolor :not(.cmt-textcolor-darkgrey) h6, 
.cmt-bgcolor-skincolor :not(.cmt-textcolor-darkgrey) a, 
.cmt-bgcolor-skincolor :not(.cmt-textcolor-darkgrey) p,
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-darkgrey h1, 
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-darkgrey h2, 
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-darkgrey h3, 
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-darkgrey h4, 
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-darkgrey h5, 
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-darkgrey h6, 
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-darkgrey p, 
:not(.cmt-bgcolor-skincolor) .cmt-textcolor-darkgrey span,
.cmt-icon.cmt-icon_element-border.cmt-icon_element-color-darkgrey,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-dark:hover,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-white:hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white i,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:hover,
.cmt-textcolor-white .cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:hover,
.cmt-btn-color-dark, .cmt-btn-color-skincolor:hover,
.cmt-bgcolor-skincolor .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white,
.cmt-bgcolor-skincolor .row > [class*='col-'] :not(.cmt-bgcolor-white) 
a.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white,
.cmt-team-details-list .cmt-team-list-title,
.featured-imagebox-portfolio.style1 .featured-title h3 a:hover,
.cmt-bgcolor-skincolor .row > [class*='col-'] :not(.cmt-bgcolor-white) 
a.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white,
.cmt-bgcolor-skincolor .cmt-btn.cmt-btn-style-fill.cmt-btn-color-dark:not(.btn-inline):hover,
.cmt-btn-style-fill.cmt-btn-color-white, .featured-imagebox-services.style1 .cmt-box-post-date,
.cmt-bgcolor-skincolor .cmt-btn.cmt-btn-style-fill.cmt-btn-color-black:hover,
.cmt-bgcolor-skincolor .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover,
.cmt-bgcolor-skincolor .cmt-btn.cmt-btn-style-border.cmt-btn-color-white:hover,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-border.cmt-btn-color-white:hover,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-grey:hover,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-border.cmt-btn-color-grey:hover,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-white:not(.btn-inline):hover,
.cmt-icon_element-color-darkgrey, :not(.cmt-bgcolor-darkgrey) .cmt-textcolor-darkgrey > i,
.cmt-icon_element-color-darkgrey:not(.cmt-icon_element-fill) i,
.cmt-header-style-01 .header_search .header_search_content #search_query_top,
.cmt-list-icon-color-darkgrey li i, .cmt-blog-single blockquote,
.newsletter-form button[type="submit"]:hover, .newsletter-form input[type="submit"]:hover,
.testimonials .testimonial-content h4, .widget-Categories li span,
.cmt-btn.cmt-btn-color-white.cmt-btn-style-border:hover i,
.cmt-progress-bar .progressbar-title{
    color: #e27613;
}

/** DarkGrey-bg-color **/
.cmt-bgcolor-darkgrey ,
.cmt-bgcolor-darkgrey > .cmt-bg-layer,
.cmt-bgcolor-darkgrey > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner,
.cmt-bgcolor-skincolor .tooltip:after, .cmt-bgcolor-skincolor [data-tooltip]:after,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-dark, .tooltip:after,
.cmt-icon_element-fill.cmt-icon_element-color-darkgrey,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-black:not(.btn-inline):before,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-grey:not(.btn-inline):before,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-grey:not(.btn-inline):before,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-dark:not(.btn-inline):before ,
.cmt-bgcolor-skincolor .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:not(.btn-inline):before,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-black:not(.btn-inline):hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-grey:not(.btn-inline):hover,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-grey:not(.btn-inline):hover,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-dark:not(.btn-inline):hover ,
.cmt-bgcolor-skincolor .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:not(.btn-inline):hover, 
.cmt-tabs.cmt-tab-style-vertical ul.tabs li a ,
.cmt-bgcolor-white .cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:not(.btn-inline):hover,
.cmt-bgcolor-skincolor .cmt-play-icon-btn .cmt-play-icon-animation:before,
.cmt-bgcolor-skincolor .cmt-play-icon-btn .cmt-play-icon-animation:after,
.cmt-toggle-title-bgcolor-darkgrey,
.cmt-btn-color-skincolor:hover, .sidebar .widget-title:after,
.cmt-btn-style-border.cmt-btn-color-dark:hover,
.cmt-progress-bar .progress-bar-color-bar_darkgrey.progress-bar:before{
    background-color: #e27613;
}

.cmt-icon.cmt-icon_element-border.cmt-icon_element-color-darkgrey,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-dark,
.cmt-btn-style-border.cmt-btn-color-dark,
.cmt-btn-style-fill.cmt-btn-color-skincolor:hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-grey:hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-black:hover,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-dark:hover,
.cmt-bgcolor-white .cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:not(.btn-inline):hover,
.cmt-bgcolor-skincolor .row > [class*='col-'] :not(.cmt-bgcolor-white) 
a.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover,
.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    border-color: #e27613;
}

.cmt-bgcolor-skincolor .tooltip-top:before, .cmt-bgcolor-skincolor .tooltip:before, 
.cmt-bgcolor-skincolor [data-tooltip]:before, 
.tooltip:before{
    border-top-color: #e27613;
}

/** .highlight-color **/
.cmt-icon_element-fill.cmt-icon_element-color-highlight{
  background-color: #f8f9fa;
}

/** .White-color **/
.cmt-textcolor-white, .cmt-bgcolor-skincolor a, .cmt-textcolor-white a, 
.cmt-btn-color-white, .cmt-icon_element-color-white, .cmt-icon_element-color-white i, 
.cmt-bgcolor-skincolor :not(.cmt-textcolor-darkgrey) h1, 
.cmt-bgcolor-skincolor :not(.cmt-textcolor-darkgrey) h2, 
.cmt-bgcolor-skincolor :not(.cmt-textcolor-darkgrey) h3, 
.cmt-bgcolor-skincolor :not(.cmt-textcolor-darkgrey) h4, 
.cmt-bgcolor-skincolor :not(.cmt-textcolor-darkgrey) h5, 
.cmt-bgcolor-skincolor :not(.cmt-textcolor-darkgrey) h6, 
.cmt-bgcolor-skincolor :not(.cmt-textcolor-darkgrey) a, 
.cmt-bgcolor-skincolor :not(.cmt-textcolor-darkgrey) p, 
.cmt-textcolor-white h1, .cmt-textcolor-white h2, .cmt-textcolor-white h3, .cmt-textcolor-white h4, 
.cmt-textcolor-white h5, .cmt-textcolor-white h6, .cmt-textcolor-white a, .cmt-bgcolor-darkgrey h1, 
.cmt-bgcolor-darkgrey h2, .cmt-bgcolor-darkgrey h3, .cmt-bgcolor-darkgrey h3, .cmt-bgcolor-darkgrey h3, 
.cmt-bgcolor-darkgrey h6, .cmt-bgcolor-darkgrey a, .cmt-bgcolor-black h5, 
.cmt-textcolor-white .cmt-social-links-wrapper ul li a, 
.cmt-icon_element-fill.cmt-icon_element-color-skincolor, 
.cmt-icon_element-fill.cmt-icon_element-color-skincolor i, 
.cmt-icon_element-fill.cmt-icon_element-color-darkgrey, .cmt-btn-style-fill.cmt-btn-color-skincolor, 
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-black, 
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:not(.btn-inline):hover, 
.cmt-bgcolor-skincolor .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:not(.btn-inline):hover, 
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-grey:hover, 
.cmt-btn.cmt-btn-style-border.cmt-btn-color-black:hover, 
.cmt-btn.cmt-btn-style-border.cmt-btn-color-dark:hover, 
.cmt-btn.cmt-btn-style-border.cmt-btn-color-skincolor:hover, 
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover, 
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover i, 
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover, 
.cmt-bgcolor-darkgrey .cmt-btn-color-skincolor:hover i, 
.cmt-bgcolor-skincolor .row > [class*='col-'] :not(.cmt-bgcolor-white) a.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover, 
.cmt-bgcolor-skincolor .row > [class*='col-'] :not(.cmt-bgcolor-white) a.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover, 
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-dark, .slick_slider.slick-arrows-style1 .slick-arrow:hover, 
.slick_slider.slick-arrows-style2 .slick-arrow:hover,
.cmt-icon.cmt-icon_element-fill.cmt-icon_element-color-darkgrey i, 
.cmt-icon.cmt-icon_element-fill.cmt-icon_element-color-skincolor i, .slick_slider .slick-arrow:hover, 
.cmt-bgcolor-darkgrey .section-title h2.title, .social-icons.circle li>a:hover, 
.social-icons.circle li>a:hover i, .cmt-toggle-title-bgcolor-darkgrey .toggle-title a, 
.cmt-toggle-title-bgcolor-skincolor .toggle-title a, .cmt-toggle-title-bgcolor-grey,
.cmt-box-view-overlay .featured-title h3 a, .cmt-portfolio-box-view-overlay .featured-title h5 a, 
.cmt-pricing-plan.pricing-recommended-plan .cmt-p_table-title h3, 
.cmt-bgcolor-highlight .section-title h2, .featured-icon-box.style6 .process-num span,
.cmt-progress-bar.style1 .progress-bar-percent,
.widget_info .social-icons ul li a:hover, 
.cmt-btn-style-fill.cmt-btn-color-skincolor:hover, .cmt-bgcolor-black h2, 
.cmt-bgcolor-black h3, .newsletter-form button[type="submit"], .newsletter-form input[type="submit"], 
.footer .widget .widget-title, .widget .tagcloud a:hover,
.cmt-bgcolor-white .cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:not(.btn-inline):hover, 
.social-icons > [class*='social-'] > a:hover,
.cmt-fbar-widget .featured-icon-box .featured-icon i,
.widget.widget-nav-menu ul li.active a, .cmt-service-single-content-area .icon-box,
.section-title.style2 .title-desc p span, .widget.widget-download ul li a span,
.widget.widget-nav-menu ul li a:hover,  .widget.widget-nav-menu ul li a:before,
.testimonials.style1 .testimonial-caption h3,
.top-contact.cmt-highlight-right li a:hover,
.featured-icon-box.style1:hover .cmt-icon_element-fill i,
.accordion .toggle.cmt-toggle_style_border.cmt-control-right-true .toggle-title a.active h3,
.accordion .toggle.cmt-toggle_style_border.cmt-control-right-true .toggle-title a.active i,
.accordion .toggle.cmt-toggle_style_border.cmt-control-right-true .toggle-title a.active:after,
.cmt-team-member-content .social-icons.square ul li a:hover,
.widget_info .social-icons.style1 ul li a:hover i,
.cmt-topbar-wrapper .top_bar_contact_item .social-icons li a:hover i,
.cmt-header-style-02 .header_search .search_btn:hover,
.featured-imagebox-portfolio.style1 .featured-title h3 a,
.cmt-fid.inside.cmt-fid-view-top_icon.style2 h2 span, 
.pagination-block .page-numbers:hover, .pagination-block .page-numbers.current {
    color: #fff;
}

.cmt-bgcolor-skincolor p, .cmt-bgcolor-darkgrey p,
.cmt-textcolor-white .copyright p,
.cmt-textcolor-white p a,
.cmt-bgcolor-darkgrey .testimonials-info .testimonials .testimonial-content blockquote {
    color: rgba(255,255,255,.40);
}
.cmt-textcolor-white .second-footer p{
    color: rgba(255,255,255,.60);
}
.cmt-bgcolor-skincolor p, 
.cmt-textcolor-white .section-title h3,
.testimonials.style1 .testimonial-content blockquote,
.cmt-bgcolor-skincolor span, 
.cmt-bgcolor-skincolor i{
    color: rgba(255,255,255,.75);
}
.cmt-bgcolor-black p,
.cmt-bgcolor-highlight .section-title .title-desc p,
.cmt-bgcolor-darkgrey span,
.footer .widget ul.widget_contact_wrapper li h6 {
    color: rgba(255,255,255,.8);
}
.top_bar_contact_item a, .top_bar_contact_item a i {
    transition: all .8s;
}

/** White-bg-color **/
.cmt-bgcolor-white, 
.cmt-bgcolor-white > .cmt-bg-layer,
.cmt-bgcolor-white > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner,
.cmt-icon_element-fill.cmt-icon_element-color-white,
.newsletter-form button[type="submit"]:hover, .featured-imagebox-services.style2,
.slick_slider.slick-arrows-style2 .slick-arrow, .featured-imagebox-portfolio.style1 .cmt-media-link a,
.slick_slider.slick-arrows-style1 .slick-arrow, .featured-icon-box.style7,
.widget.widget-nav-menu ul li.active a:before, .cmt-blog-classic .cmt-blog-classic-content,
.sidebar .widget.widget-search.with-title, .widget-Categories ul li a,
.widget.widget-nav-menu ul li a:hover::before, .featured-icon-box.style6,
.toggle.cmt-toggle_style_border .toggle-title a, .widget-cta-banner a, .widget .tagcloud a,
.featured-imagebox-team.style1 .social-link a, .cmt-pricing-plan, .widget.widget-nav-menu ul li,
.featured-imagebox-team.style1 .social-link.selector, .cmt-team-member-content .social-icons.square ul li a,
.accordion .toggle.cmt-toggle_style_border .toggle-content, .widget.widget-download ul li a,
.cmt-team-member-content .social-icons.square ul li a, .featured-icon-box.style4,
.featured-icon-box.style1, .testimonials.style2, .featured-icon-box.style3, .cmt-pricing-plan.style1,
.featured-imagebox-services.style1, .featured-imagebox-post.style1 .featured-content,
.featured-imagebox-portfolio.style1 .cmt-media-link a:hover, .testimonials.style3 .testimonial-content,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:not(.btn-inline):before,
.cmt-bgcolor-skincolor .cmt-btn.cmt-btn-style-fill.cmt-btn-color-dark:not(.btn-inline):before,
.cmt-bgcolor-skincolor .cmt-btn.cmt-btn-style-fill.cmt-btn-color-black:not(.btn-inline):before,
.featured-imagebox-services.style1 .cmt-box-post-date{
    background-color: #fff;
}
.testimonials.style1 label{
    color: rgba(255,255,255,0.5);
}
.cmt-bgcolor-darkgrey .top_bar_contact_item:after{
   background-color: rgba(255,255,255,.20);
}
.cmt-bgcolor-skincolor .section-title h3:before{
   background-color: rgba(255,255,255,.75);
}
/** White-border-color **/
.cmt-bgcolor-darkgrey > .sep_holder .sep_line,
.cmt-bgcolor-skincolor > .sep_holder .sep_line{
  border-color: rgba(255,255,255,.06);
}
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white, 
.featured-imagebox-portfolio.style1 .cmt-media-link a:hover,
.cmt-icon.cmt-icon_element-border.cmt-icon_element-color-white,
.cmt-bgcolor-skincolor .cmt-btn.cmt-btn-style-fill.cmt-btn-color-black:not(.btn-inline):hover,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:not(.btn-inline):hover,
.cmt-bgcolor-highlight .cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:not(.btn-inline):hover{
    border-color: #fff;
}

/** 4.Grey-color **/

/** grey-color **/
.testimonials.style2 .testimonial-content blockquote:before{
  color: #f8f9fa;
}
/** brey-bg-color **/
.cmt-bgcolor-grey,
.cmt-bgcolor-grey > .cmt-bg-layer,
.cmt-blog-single .author-info, 
.sidebar .widget-area .widget,
.featured-icon-box.style3:before,
.cmt-service-single-content-area .single-item,
.cmt-bgcolor-grey > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner,
.cmt-btn-style-fill.cmt-btn-color-grey,
.cmt-icon_element-fill.cmt-icon_element-color-grey,
.cmt-toggle-title-bgcolor-grey .toggle-title,
.header_search #search_query_top {
    background-color: #f8f9fa;
}
/** grey-border-color **/
.cmt-btn-style-fill.cmt-btn-color-grey,
.cmt_single-image-inner:before,
.cmt_single-image-inner:after,
.cmt-icon.cmt-icon_element-border.cmt-icon_element-color-grey{
    border-color: #f8f9fa;
      box-shadow: 1px 2px 4px 1px #267139;

}

.featured-icon-box.style1, .featured-icon-box.style7,
.featured-imagebox-services.style1, .featured-imagebox-post.style1, .featured-icon-box.style4,
.accordion .toggle.cmt-toggle_style_border.cmt-control-right-true .toggle-content, .widget .tagcloud a,
.widget_info .social-icons ul li a, .accordion .toggle.cmt-toggle_style_border.cmt-control-right-true .toggle-title a h3,
.cmt-team-member-content .social-icons.square ul li a, .pagination-block .page-numbers,
.accordion .toggle.cmt-toggle_style_border .toggle-content, .testimonials.style3 .testimonial-content,
.cmt-blog-classic .cmt-blogbox-desc-footer .social-icons.circle li>a, .widget ul.cmt-recent-post-list>li,
.cmt-blog-classic .post-meta .cmt-meta-line i, .cmt-blog-single .post-meta .cmt-meta-line i,
.accordion .toggle.cmt-toggle_style_border.cmt-control-right-true .toggle-title a h3,
.widget-Categories ul li a, .sidebar .widget.widget-search, .cmt-header-style-02 .header_search .search_btn,
.accordion .toggle.cmt-toggle_style_border.cmt-control-right-true .toggle-title a i, 
.featured-icon-box.style7 .featured-icon .cmt-icon,
.widget.widget-cta-banner .contact_shape_bg .featured-icon:before,
.featured-icon-box.style3 .cmt-icon, .social-media-block .cmt-btn.cmt-btn-color-white,
.featured-icon-box.style6, .widget.widget-nav-menu ul li a, .widget-cta-banner a, .widget.widget-download ul li a,
.featured-imagebox-services.style2, .testimonials.style2, .featured-icon-box.style3, .cmt-pricing-plan.style1,
.featured-imagebox-services.style1 .featured-desc, .featured-icon-box.style1 .featured-icon .cmt-icon {
  border-color: #e7e7e7;
  box-shadow: 1px 2px 4px 1px #267139;
}
.cmt-service-single-content-area .text-content:before,
.featured-icon-box.style2:before{
  background-color: #e7e7e7;
}

/* ===============================================
    Pre-loader
------------------------*/
#preloader  {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -30px 0 0 -30px;
 }
#status {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
    background-image: url(../images/pre-loader-1.gif);
    background-repeat: no-repeat;
    background-position: center;
}


/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons{ 
    margin: 0; 
    padding: 0;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li{
    margin: 0 2px;
}
.social-icons li:last-child{
    margin-right: 0px;
}
.social-icons li a{
    display: block;
    min-width: 26px;
    text-align: center;
}
.social-icons.circle li>a {
    border-width: 1px ;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}
.social-icons > [class*='social-'] > a  {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    border: 1px solid;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}


/* TooltipTop */
.tooltip-top{ position: relative; }
.tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}
.tooltip:before, [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}
.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0,0%,20%,.9);
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}
.tooltip-bottom:after{
    bottom: 100%;
}
.tooltip-bottom:before{
    margin-left: -6px;
    margin-bottom: -11px;
    border-top-color: #267139;
}
.tooltip-top:focus:after, .tooltip-top:focus:before, .tooltip-top:hover:after, .tooltip-top:hover:before, 
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after, 
[data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -60px;
}
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, 
[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}


/*  ===============================================
    Slick_dots/arrows
------------------------*/
.slick-slide{ border: 0; outline: 0; }
.slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after{
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #e4e4e4;
}
.cmt-bgcolor-darkgrey .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after,
.cmt-bgcolor-skincolor .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after{
    background-color: rgba(255,255,255,.3);
}
.slick_slider.slick_slider-opacity_block .slick-list {
    overflow: visible;
}
.slick_slider.slick-dots-style1 .slick-dots {
    bottom: -61px !important;
}
.slick_slider.slick-dots-style1 .slick-dots{
    position: absolute;
    bottom: 23px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li{
    display: inline-block;
    list-style: none;
    line-height: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li button{
    height: 20px;
    width: 20px;
    border: 0;
    font-size: 0;
    padding: 0;
    border-radius: 50%;
    position: relative;
    margin: 13px 10px 0 0;
    background-color: #faf4e9;
}
.slick_slider .slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 1;
    color: inherit;
    border: 1px solid rgba(0,0,0,.3);
}
.slick_slider .slick-next{ right: 0; }

.slick_slider.slick-arrows-style1 .slick-arrow, 
.slick_slider.slick-arrows-style2 .slick-arrow {
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    opacity: 1;
    z-index: 11;
    overflow: hidden;
    box-shadow: unset;
}
.slick_slider.slick-arrows-style1 .slick-next{
    right: 15px;
    top: -21%;
}
.slick_slider.slick-arrows-style1 .slick-prev {
    right: 70px;
    top: -21%;
}
.slick_slider.slick-arrows-style2 .slick-next{
    right: 15px;
    top: 80%;
}
.slick_slider.slick-arrows-style2 .slick-prev {
    right: 75px;
    top: 80%;
}
.slick_slider.slick-arrows-style3 .slick-next{
    right: 15px;
    top: -11%;
}
.slick_slider.slick-arrows-style3 .slick-prev {
    right: 80px;
    top: -11%;
}
.slick_slider .slick-prev:before, .slick_slider .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
    content: "\f177";
}
.slick_slider .slick-next:before {
    content: "\f178";
}
.slick-prev,.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/*  ===============================================
    TopBar
------------------------*/
.top_bar {
    width: 100%;
    z-index: 1;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
}
.top_bar_icon {
    display: inline-block;
    margin-right: 8px;
}
.top_bar_contact_item {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
    position: relative;
    display: inline-block;
    font-family: 'Jost',sans-serif;
    font-weight: 500;
}
.top_bar_contact_item span {
    color: rgba(255,255,255,.67);
    font-weight: 400;
}
.top_bar_contact_item .social-icons li {
    padding-top: 8px;
}
.cmt-topbar-wrapper .top_bar_contact_item .social-icons li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 6px;
    border-width: 1px;
    color: #fff;
    border-style: solid;
    border-color: rgb(255 255 255 / 10%);
    text-align: center;
}
.top_bar_contact_item:after,
.cmt-header-style-02 .top_bar .social-icons li:after {
    content: "";
    height: 30px;
    width: 1px;
    background-color: #e7e7e7;
    display: block;
    position: absolute;
    left: -15px;
    top: 10px;
}
.cmt-header-style-02 .top_bar .social-icons li:after{
    left: 0;
}
.top_bar_contact_item:first-child:after,
.cmt-header-style-02 .top_bar .social-icons li:first-child:after,
.top_bar_contact_item.ml-auto:after,
.top_bar_contact_item:last-child:after{
    content: unset;
}
.top_bar_contact_item:nth-last-child(2){border-right: none;}
.top_bar_contact_item:last-child{ margin-right: 22px; }
.top_bar_contact_item:last-child {
    margin-right: 0;
    border-right: none;
    border-left: none;
}
.top_bar .social-icons li:last-child{
    padding-right: 0px;
    border-right: none;
}
.cmt-topbar-wrapper .top-contact.text-left {
    position: relative;
    float: left;
}
.cmt-topbar-wrapper .top-contact.text-left li:not(:last-child):before {
    content: "";
    height: 18px;
    width: 1px;
    background-color: rgba(255,255,255,.09);
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
}
.top-contact li{
    position: relative;
    z-index: 1;
    font-size: 15px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
}
.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: inline-block;
    position: relative;
}
.cmt-header-style-03 .top_bar .social-icons li a{
    min-width: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #545454;
}
.cmt-topbar-content .topbar-right .list-inline {
    display: inline-block;
    line-height: 50px;
}
.cmt-topbar-wrapper .cmt-social-links-wrapper {
    margin: 0;
    position: relative;
    padding-left: 10px;
}
.cmt-topbar-wrapper .social-icons li>a {
    display: block;
    border: none;
    line-height: 50px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    text-align: center;
    color: #8b8b8b;
}
.top-contact i {
    margin-right: 7px;
}
.top-contact.cmt-highlight-right strong, .top-contact.cmt-highlight-left strong {
    font-weight: 500;
}
.top-contact.cmt-highlight-right:after {
    left: 0;
}
.top-contact.cmt-highlight-right:after {
    right: 0;
}
.top-contact.cmt-highlight-right:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0px;
    width: 5000px;
    height: 100%;
}

/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding img {
    max-height: 200px;
}
.site-branding{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header_btn .cmt-btn{
    padding: 14px 30px 14px 30px;
}

/* header_extra */
.header_extra > div{ 
    margin-left: 21px;
    position: relative;
} 
.header_search .search_btn{
    position: relative;
    padding: 0;
    border: none;
    font-size: 16px;
}
.cmt-header-style-02 .header_search .search_btn {
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 12px 14px 13px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.header_search_content button.close-search {
    position: absolute;
    right: 15px;
    padding: 0;
    color: #fff;
    font-size: 21px;
    border-radius: 0;
    box-shadow: unset;
}
.header_search .header_search_content{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgb(38 113 57 / 95%);
    height: 100%;
    width: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}
.header_search .header_search_content.on{
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.header_search .header_search_content #searchbox{
    position: absolute;
    left: 0;
    right: 0;
    width: 620px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header_search .header_search_content #search_query_top {
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,1);
    height: 70px;
    padding: 0 60px 0 15px;
    font-weight: 400;
    font-size: 25px;
    width: 100%;
    color: #fff;
    letter-spacing: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
    background-color: transparent;
}
.header_search .header_search_content_inner .close_btn {
    position: absolute;
    right: 30px;
    left: auto;
    top: 55px;
    color: #fff;
    cursor: pointer;
    width: 60px;
    margin-left: -25px;
}
.header_search .header_search_content .close_btn i {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
.header_search .header_search_content .close_btn:hover i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cmt-header-style-01 .header_search .header_search_content,
.cmt-header-style-03 .header_search .header_search_content,
.cmt-header-style-04 .header_search .header_search_content{
    position: unset;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: transparent;
    margin-left: -20px;
    padding-right: 30px;
}
.cmt-header-style-01 .header_search .header_search_content #searchbox,
.cmt-header-style-03 .header_search .header_search_content #searchbox,
.cmt-header-style-04 .header_search .header_search_content #searchbox{
    width: 160px;
    position: unset;
}
.cmt-header-style-04 .header_search .header_search_content #search_query_top,
.cmt-header-style-03 .header_search .header_search_content #search_query_top,
.cmt-header-style-01 .header_search .header_search_content #search_query_top {
    border-bottom: 1px solid #202020;
    height: auto;
    padding: 0;
    font-size: 14px;
    padding-left: 30px;
}
.cmt-header-style-01 .header_search .header_search_content input::placeholder,
.cmt-header-style-03 .header_search .header_search_content input::placeholder,
.cmt-header-style-04 .header_search .header_search_content input::placeholder{
    color: #909398;
}
.cmt-header-style-01 .header_search .header_search_content .close_btn i,
.cmt-header-style-03 .header_search .header_search_content .close_btn i,
.cmt-header-style-04 .header_search .header_search_content .close_btn i {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
.cmt-header-style-01 .header_search .header_search_content .close_btn:hover i,
.cmt-header-style-04 .header_search .header_search_content .close_btn:hover i,
.cmt-header-style-04 .header_search .header_search_content .close_btn:hover i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
    z-index: 4;
    align-items: center;
}
.widget_info:not(:last-child) {
    padding-right: 35px;
}
.widget_title {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0px;
}
.widget_info .social-icons ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.widget_info .social-icons.style1 ul li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
}
.cmt-header-style-02 .widget_info .widget_icon i {
    font-size: 58px;
}
.cmt-header-style-02 nav.main-menu ul.menu > li:first-child > a {
     padding-left: 0;
}
.cmt-header-style-02 .widget_info .widget_content {
    position: relative;
}
.cmt-header-style-02 .widget_info .widget_desc {
    margin-bottom: 0px;
    font-family: 'Jost', sans-serif;
    color: #86898c;
}
.cmt-header-style-02 .widget_icon {
    padding-left: 25px;
}
.cmt-header-style-02 .widget_info .widget_icon .cmt-btn{
    line-height: 72px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 11px 26px 11px 20px;
}
.cmt-header-style-02 .widget_info .widget_icon i {
    font-size: 45px;
    vertical-align: middle;
}

.cmt-header-style-01 .widget_content,
.cmt-header-style-03 .widget_content,
.cmt-header-style-04 .widget_content {
    padding-left: 15px;
}


/* ===============================================
   8. Footer
------------------------*/
.footer{
    z-index: 1;
}
.footer-logo {
    margin-bottom: 20px;
    margin-top: -12px;
}
.footer-logo img{
    max-height: 56px;
}
.footer .widget .widget-title, .widget .widget-title { 
    margin-bottom: 24px;
    position: relative;
    background-color: transparent;
}
.widget ul, .widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .social-icons li>a {
    font-size: 19px;
    width: 34px;
    height: 34px;
    line-height: 34px;
}
.footer .social-icons li>a:hover{
   background-color: transparent;
}

/* second-footer */
.second-footer{
  background-color: #1a1a1a;
}
.second-footer .widget-area .widget{
    padding: 75px 0 65px;
}
.second-footer .cmt-highlight-box {
    padding: 19px 25px 15px;
    background-color: #212121;
    position: relative;
}
.second-footer .righ-content h3 {
    font-size: 17px;
    line-height: 22px;
}
.second-footer .cmt-highlight-box i {
    font-size: 41px;
}
.bottom-footer-text {
    background-color: #131313;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/** widget_contact_wrapper **/
.second-footer .widget_contact_wrapper li{
    padding-left: 35px;
    position: relative;
    padding-bottom: 15px;
}
.second-footer .widget_contact_wrapper li i{
    position: absolute;
    left: 0;
    top: 6px;
    line-height: 1;
    width: 1em;
    text-align: center;
    font-size: inherit;
}

/** images-gellary **/
.images-gellary ul {
    display: inline-table;
}
.images-gellary ul li {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.38013%;
    text-align: center;
    vertical-align: top;
    margin: 0;
    float: left;
}
.widget ul#menu-footer-quick-links li {
    padding: 0 0 10px 0;
    position: relative;
}
.widget ul#menu-footer-quick-links li:last-child{
    padding:0;
}
.widget ul#menu-footer-quick-links li a{
  padding-left: 25px;
}

/** widget_nav_menu **/
.second-footer .widget-area .widget.widget_nav_menu{padding-left: 50px}

/** menu-footer-services **/
.widget ul#menu-footer-services li a{
    display: inline-block;
}
.widget ul#menu-footer-services li a:hover:before{
    opacity: 1;
}
.widget ul#menu-footer-services li a:before {
    position: absolute;
    content: "";
    opacity: 0;
    transition: all .4s;
    display: block;
    height: 1px;
    bottom: 11px;
    width: 30px;
    left: 0;
}
.widget ul#menu-footer-services li {
    display: block;
    padding: 0 0 15px 0;
    font-size: 15px;
    position: relative;
}
.widget ul#menu-footer-services li:last-child a:before{bottom: 0px;}
.widget ul#menu-footer-services li:last-child{padding-bottom: 0;}

/** copyright **/
.copyright {
    padding-top: 19px;
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 20px;
}
.footer .copyright ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .copyright ul li>a {
    display: block;
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 16px;
    border-width: 1px;
    color: rgb(255 255 255 / 60%);
    border-style: solid;
    border-color: rgb(255 255 255 / 20%);
    text-align: center;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}


/* ===============================================
  9. GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 6px;
    transition: .3s ease-in-out;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 25px;
    display: inline;
}
@keyframes jump {
  0% { bottom: 20px; } 50% { bottom: 40px; } 100% { bottom: 20px; }
}
#totop.top-visible  {
  animation: jump 4s infinite;
} 


/* ===============================================
   10. Page-Title-Row
------------------------*/
.cmt-page-title-row {
    background: url(../images/pagetitle-bg.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.cmt-page-title-row.cmt-bgimage-yes .cmt-bg-layer {
    opacity: 0;
}
.cmt-page-title-row-inner {
    width: 100%;
}
.cmt-page-title-row-inner .row{
    min-height: 245px;
    padding: 75px 0;
    text-align: center;
}
.page-title-heading h2 {
    display: inline-block;
    text-transform: capitalize;
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 4px;
    position: relative;
}
.page-title-heading h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    text-transform: capitalize;
}
.breadcrumb-wrapper {
    z-index: 99;
    display: inline-block;
}
.breadcrumb-wrapper span {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    font-weight: 400;
    position: relative;
    font-family: 'Jost', sans-serif;
}

/* ===============================================
  11.  Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/
/*  team-member-single
/*------------------------------------------------------------------------------*/ 
.cmt-team-single-contents .left-content h3, .cmt-team-single-contents .right-content h3 { 
    font-size: 24px; 
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 500;
}
.cmt-team-single-contents .cmt-team-details-list p {
    margin-right: 3px;
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

/*------------------------------------------------------------------------------*/
/*  services-single
/*------------------------------------------------------------------------------*/ 
.cmt-service-single-content-area .text-content {
    position: relative;
    display: block;
    padding-left: 65px;
}
.cmt-service-single-content-area .text-content:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 191px;
    left: 22px;
    bottom: 8px;
}
.cmt-service-single-content-area .icon-box {
    position: absolute;
    left: 0px;
    text-align: center;
    top: 0px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 25px;
}
.cmt-service-single-content-area .icon-box i{
   font-size: 18px;
   font-weight: 700;
}
.cmt-service-single-content-area .single-item {
    position: relative;
    display: block;
    padding: 26px 30px 25px 90px;
    transition: all 500ms ease;
}
.cmt-service-single-content-area .single-item .single-icon-box {
    position: absolute;
    left: 28px;
    top: 19px;
    font-size: 42px;
}
.cmt-service-single-content-area .single-item h3 {
    display: block;
    margin-bottom: 0px;
}
.cmt-service-single-content-area .link {
    position: absolute;
    top: 15px;
    right: 23px;
}
.cmt-service-single-content-area .link a {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    color: #b0b7bd;
    z-index: 1;
}
.cmt-service-single-content-area .link a:before {
    position: absolute;
    content: '';
    background: #d0d0d0;
    width: 1px;
    height: 30px;
    left: -15px;
    top: 10px;
    transition: all 500ms ease;
}

/*----------------------------------------*/
/*  portfolio-single  
/*---------------------------------------------------------------*/
.cmt-pf-single-content-wrapper-innerbox,
.cmt-pf-single-content-wrapper{
    position: relative;
}
.cmt-pf-single-content-wrapper {
    margin-bottom: 50px;
}
.cmt-pf-single-detail-box .cmt-pf-detailbox-title {
    position: relative;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}
.cmt-pf-single-detail-box ul {
    margin: 0;
    padding: 0;
}
.cmt-pf-single-detail-box .cmt-pf-detailbox-title {
    position: relative;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}
.cmt-pf-view-top-image .cmt-pf-single-detail-box {
    right: 0;
    bottom: -60px;
    min-width: 360px;
    padding: 40px 30px 26px;
    position: absolute;
}
.cmt-pf-view-left-image .cmt-pf-single-detail-box .cmt-portfolio-title h2 {
    position: relative;
    font-size: 25px;
    line-height: 30px;
    padding: 0 30px 20px;
    margin: 0 -30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
}
.cmt-pf-view-left-image .cmt-pf-single-detail-box {
    padding: 20px 30px 15px;
}
.cmt-pf-single-detail-box ul li:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}
.cmt-bgcolor-grey.cmt-pf-single-detail-box ul li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}
.cmt-pf-single-detail-box ul li {
    position: relative;
    display: block;
    padding: 15px 0px;
    font-size: 15px;
    margin-left: 3px;
}
.cmt-pf-view-left-image .cmt-pf-single-detail-box ul li{
    padding: 11px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}
.cmt-pf-single-detail-box ul li .cmt-pf-data-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
}
.cmt-pf-single-detail-box ul li .cmt-pf-data-title i{
    margin-right: 15px;
    font-size: 20px;
    line-height: 35px;
    display: inline;
}
.cmt-pf-single-detail-box ul li .cmt-pf-data-details {
    padding-left: 35px;
    font-size: 16px;
}
.cmt-pf-view-left-image .cmt-pf-single-detail-box ul li .cmt-pf-data-title{
    font-weight: 500;
    font-size: 15px;
    margin-right: 10px;
}
.cmt-pf-view-left-image .cmt-pf-single-detail-box ul li .cmt-pf-data-details {
    padding-left: 0; 
    font-size: 16px;
    display: inline;
    overflow: hidden;
}
.cmt-pf-single-content-area h2 {
    text-align: left;
}
.cmt-pf-single-content-area .cmt-btn {
    padding: 14px 24px;
    text-transform: capitalize;
    font-size: 15px;
}
.cmt-pf-single-content-area .cmt-nextprev-bottom-nav .cmt-btn.cmt-btn-style-border {
    padding: 14px 28px;
    border: 1px solid currentColor;
}
.cmt-nextprev-bottom-nav {
    position: relative;
    margin-bottom: 80px;
    margin-top: 30px;
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
    margin-bottom: 55px;
}
/*----------------------------------------*/
/*  classic-Blog  
/*---------------------------------------------------------------*/
.post.cmt-blog-classic {
    margin-bottom: 35px;
}
.post.cmt-blog-classic,
.cmt-post-featured-wrapper{
    position: relative;
}
.cmt-blog-classic .cmt-blog-classic-content {
    padding: 15px 25px 23px;
    z-index: 1;
    position: relative;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.cmt-blog-classic .cmt-post-featured img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.cmt-blog-classic .entry-header h2 {
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 11px;
}
.cmt-blog-classic .post-meta{ padding-bottom:15px;}

.cmt-blog-classic .post-meta .cmt-meta-line,
.cmt-blog-single .post-meta .cmt-meta-line {
    font-size: 17px;
    line-height: 28px;
    padding-right: 60px;
    position: relative;
    font-family: 'Jost', sans-serif;
    display: table-cell;
    vertical-align: middle;
}
.cmt-blog-classic .post-meta .cmt-meta-line.byline{
    padding-left: 80px;
}
.cmt-blog-classic .post-meta .cmt-meta-line.byline h3{
    font-weight: 500;
    margin-bottom: 0px;
}
.cmt-blog-classic .post-meta .cmt-meta-line.byline p{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}
.cmt-blog-classic .post-meta .cmt-meta-line:last-child ,
.cmt-blog-single .post-meta .cmt-meta-line:last-child { padding-right: 0; }
.cmt-blog-classic .post-meta .cmt-meta-line:not(:last-child):after, 
.cmt-blog-classic .post-meta .cmt-meta-line:not(:last-child):before ,
.cmt-blog-single .post-meta .cmt-meta-line:not(:last-child):after, 
.cmt-blog-single .post-meta .cmt-meta-line:not(:last-child):before {
    position: absolute;
    content: "";
    height: 60px;
    width: 1px;
    border-radius: 100%;
    top: 0px;
    right: 30px;
    display: block;
    background-color: #e7e7e7;
}
.cmt-blog-classic .post-meta .cmt-meta-line img ,
.cmt-blog-single .post-meta .cmt-meta-line img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 0;
}
.cmt-blog-classic .post-meta .cmt-meta-line i, 
.cmt-blog-single .post-meta .cmt-meta-line i {
    font-size: 20px;
    width: 55px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    color: #86898c;
    margin-right: 15px;
    display: inline-block;
}
.cmt-blog-classic .cmt-box-post-date,
.cmt-blog-single .cmt-box-post-date  {
    position: absolute;
    top: 30px;
    left: -25px;
}
.cmt-blog-classic .cmt-box-post-date .cmt-entry-date ,
.cmt-blog-single .cmt-box-post-date .cmt-entry-date {
    color: #fff;
    height: auto;
    width: auto;
    padding: 13px 16px 12px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    border-radius: 3px;
    text-transform: uppercase;
}
.cmt-blog-classic .cmt-box-post-date .cmt-entry-date .entry-date ,
.cmt-blog-single .cmt-box-post-date .cmt-entry-date .entry-date,
.cmt-blog-classic .cmt-box-post-date .cmt-entry-date .entry-month,
.cmt-blog-single .cmt-box-post-date .cmt-entry-date .entry-month {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}
.cmt-blog-classic .cmt-blogbox-desc-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    height: 51px;
    border-top: 1px solid #e7e7e7;
    padding-top: 25px;
    padding-bottom: 8px;
}
.cmt-blog-classic .cmt-blogbox-desc-footer .cmt-blogbox-footer-readmore {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cmt-blog-classic .cmt-blogbox-desc-footer .cmt-social-share-wrapper {
    display: flex;
    align-items: center;
}
.cmt-blog-classic .cmt-blogbox-desc-footer .cmt-social-share-icon_btn {
    padding-left: 15px;
    font-size: 18px;
    color: inherit;
    opacity: .8;
}
.cmt-blog-classic .cmt-blogbox-desc-footer .social-icons.circle {
    display: none;
    transform: translateX(-30%);
    transition: all .8s;
}
.cmt-blog-classic .cmt-blogbox-desc-footer .social-icons.circle li>a {
    border-width: 1px;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}
.cmt-blog-classic .cmt-blogbox-desc-footer .cmt-social-share-wrapper .social-icons {
    display: none;
    transform: translateX(-30%);
    transition: all .8s;
}
.cmt-blog-classic .cmt-blogbox-desc-footer .cmt-social-share-wrapper .social-icons.show {
    display: block;
    transform: translateX(0%);
}


/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/
.cmt-blog-single .cmt-blog-single-content {
    padding: 40px 0px 0;
}
.cmt-blog-single .cmt-blog-single-content h3 {
    font-size: 26px;
    line-height: 36px;
}
.cmt-blog-single-content .post-meta{
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
.cmt-blog-single blockquote {
    display: block;
    padding: 20px 20px 20px 35px;
    position: relative;
    margin: 35px 0 40px 0;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    letter-spacing: 1px;
    border-left: 3px solid #267139;
    font-family: 'Libre Baskerville', serif;
    z-index: 9;
}
.cmt-blog-single blockquote:before{
    content: "\f10d";
    font-family: 'FontAwesome';
    position: absolute;
    display: block;
    left: 25px;
    top: 15px;
    font-size: 50px;
    text-align: center;
    z-index: -1;
    color: #f6efe2;
}
.cmt-blog-single blockquote cite {
    font-size: 16px;
    line-height: 20px;
    color: #86898c;
    font-family: 'Jost', sans-serif;
    font-style: normal;
}
.cmt-blog-single h4 {
    font-size: 30px;
    display: inline-block;
    line-height: 36px;
    margin-top: 10px;
}

.cmt-blog-single .author-info {
    padding: 40px 30px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
    overflow: hidden;
    z-index: 1;
}
.cmt-blog-single .author-info:after {
    content: "";
    top: -60px;
    right: -60px;
    width: 265px;
    height: 376px;
    position: absolute;
    background-image: url(../images/pattern_7.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.cmt-blog-single .author-info .author-avatar {
    float: left;
    text-align: center;
    display: block;
}
.cmt-blog-single .author-info .author-avatar img {
    height: auto;
    vertical-align: middle;
    overflow: hidden;
    max-width: 130px;
    border-radius: 50%;
}
.cmt-blog-single .author-info .author-content {
    border: none;
    margin-left: 130px;
    padding-left: 20px;
}
.cmt-blog-single .author-info .author-title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 28px;
}

/*blog-comment*/
.cmt-blog-classic-box-comment {
    margin-top: 50px;
    border-top: 1px solid #dce1e9;
}
.comments-area {
    padding-top: 50px;
    margin-bottom: 0;
}
.comments-area h2{
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 15px;
}
.comment-list li { position: relative; margin-top: 30px; }
.comment-list .children { margin-left: 35px; }
.comment-list, .comment-list .children { 
  list-style-type: none;
  padding: 0; 
}
.single-post .comments-area { margin-top: 50px; margin-bottom: 0; }
.single-post .comments-area .comments-title { font-size: 33px; font-weight: 600; }
.comment-body {
    padding: 30px 30px ;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}
.comment-body .comment-author, .comment-body .comment-box {
    display: table-cell;
    vertical-align: top;
}
.comment-author img{
    width: 81px;
    height: 81px;
    display: block;
    border-radius: 50%;
    margin-right: 25px;
}
.comment-notes{ 
    font-size: 15px;
    font-style: italic;
}
.comment-meta, .reply {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.comment-body .author-content-wrap p{ margin-bottom: 0; }
.reply{ float: right; }
.comment-meta, .comment-meta span{ 
    font-size: 14px;
    line-height: 24px;
    margin-right: 10px;
}
.comment-meta .cmt-comment-owner h5, .cmt-comment-owner {
    display: block;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
}
.single article.post .comment-body p { margin-top: 10px; }
.comment-list a.comment-reply-link {
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 4px 30px 2px 17px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.comment-list a.comment-reply-link:after {
    position: absolute;
    top: 6px;
    font-family: 'themify';
    content: "\e649";
    font-weight: 400;
    display: inline-block;
    margin-right: .2em;
    text-align: center;
    opacity: 1;
    line-height: 20px;
    font-size: 10px;
    margin-left: 6px;
}
.comments-area .comment-respond { padding-top: 30px; }
.comments-area .comment-respond .comment-reply-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
}
.comment-form textarea, .comment-form input[type="text"], 
.comment-form input[type="email"], .comment-form input[type="url"] {
    background-color: transparent;
    font-size: 15px;
    padding: 9px 15px;
    border-radius: 0;
    border: 1px solid rgba(119,119,119,.2);
}
.comments-area .comment-form .comment-form-author, .comments-area .comment-form .comment-form-email, 
.comments-area .comment-form .comment-form-url {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
}
.comments-area .comment-form .comment-form-url {
    margin-right: 0;
}

/*------------------------------------------------------------------------------*/
/*  Contact_page
/*------------------------------------------------------------------------------*/ 
.contact-block ul.social-icons li { 
    margin: 18px 0;
    display: block;
}
.contact-block ul.social-icons > [class*='social-'] > a {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}


/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
.error-404 {
    position: relative
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #e9e9e9;
}
section.error-404 {
    padding: 100px 0 100px;
    text-align: center;
}
section.error-404 .cmt-big-icon {
    font-size: 120px
}
section.error-404 h1 {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 100%
}
section.error-404 .page-content p {
    font-size: 18px;
    margin-bottom: 40px;
}

/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/   
#map { display: block; height: 460px; width: 100%; }


/*------------------------------------------------------------------------------*/
/*  Inner_pages
/*------------------------------------------------------------------------------*/
/** team-member-details **/
.cmt-team-member-content {
    padding: 0;
    margin-left: -40px;
}
.cmt-team-member-single-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 1px;
}
.cmt-team-member-single-position {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
    font-family: 'Jost', sans-serif;
}
.cmt-team-member-content p {
    font-family: 'Jost', sans-serif;
    line-height: 28px;
}
.cmt-team-details-list{margin: 0;padding: 0;}
.cmt-team-details-list li{display: block;padding-bottom: 14px;}
.cmt-team-details-list li{   
    margin-right: 3px;
    position: relative;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
}
.cmt-team-details-list .cmt-team-list-title {
  margin-right: 3px;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Libre Baskerville', serif;
}
.cmt-team-extra-details-wrapper .cmt-team-details-list .cmt-team-list-title {
  text-indent: 0;
  width: auto;
  margin-right: 3px
}
.cmt-team-details-list .cmt-team-list-title,
.cmt-team-details-list .cmt-team-list-value {
  display: inline-block
}
.cmt-team-list-title i {
  position: absolute;
  text-align: center;
  text-indent: 0;
  font-size: 16px;
  top: 0;
  margin-right: 3px;
  display: inline;
  left: 0px
}
.cmt-team-details-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px
}
.cmt-team-member-education-box span{font-size: 16px;line-height: 28px;font-weight: 500;}
.cmt-team-member-content .social-icons.square ul{margin: 0;}
.cmt-team-member-content .social-icons.square ul li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.team-details-section h3 {
    font-size: 28px;
    margin-bottom: 28px;
    line-height: 30px;
}
.cursor-pointer{cursor: pointer;}