/**
  * Name: Roofing
  * Version: 7.1
  * Author: CymolThemes
  * Author URI: https://www.cymolthemes.com
*/

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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,300;1,400;1,500;1,600;1,700;1,800;1,900&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: 800;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}
p {
    margin: 0 0 15px;
}

*::-moz-selection {
    background: #db2223;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #db2223;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #db2223;
    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: 15px;
   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: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    -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 #1c63b8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: searchfield;
}
.newsletter-form input[type="email"]:focus {
  border-color: #fff;
  background-color: #fff;
  color:#888;
}


/* 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 0px;
}
body {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6{font-family: 'Mulish', sans-serif;margin-bottom: 15px;font-weight: 800;color: #051951;}
h1 { font-size: 42px; line-height: 52px; }
h2 { font-size: 26px; line-height: 36px; }
h3 { font-size: 22px; line-height: 30px; }
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: #051951;
    -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{ box-shadow: 0 0 10px 0 #2b343b1a;}
.box-shadow_1{ box-shadow: 0px 0px 10px 0px #2b343b1a; }

.border-rad_3 { border-radius: 3px; }
.border-rad_6 { border-radius: 6px; }
.border-rad_9 { border-radius: 9px; }
.border-rad_10 { border-radius: 10px; }
.border-rad_20 { border-radius: 20px; }
.border-rad_30 { border-radius: 30px; }
.border-rad_40 { border-radius: 40px; }
.border-rad_50 { border-radius: 50px; }
.border-rad_60 { border-radius: 60px; }
.border-rad_80 { border-radius: 80px; }
.border-rad_100 { border-radius: 100px; }

.font-size-18{font-size: 18px;}
.font-size_20{font-size: 20px;line-height: 30px;}

.cmt-triangle-topright:before {
    content: " ";
    width: 0;
    height: 0;
    border-top: 45px solid #04123c;
    border-left: 40px solid transparent;
    position: absolute;
    left: -40px;
    bottom: 0px;
}

.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;}

.font-weight-semibold{font-weight:600;}

.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-weight-600{font-weight: 600px;}

/** about-overlay-01 **/
.about-overlay-01 {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    position: absolute;
    writing-mode: vertical-rl;
    float: right;
    text-orientation: sideways;
    top: 150px;
    left: 70px;
    padding: 25px 20px;
    letter-spacing: .5px;
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
    background-color: #fff;
    border-radius: 6px;
}
.about-overlay-01 h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}

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

/** Padding **/
.spacing-1{padding-top: 70px;padding-bottom: 100px;}
.spacing-2{margin-left: -550px;padding-top: 120px;padding-left: 600px;margin-top: -70px;}
.spacing-3 {padding: 85px 30px 90px 30px;}
.spacing-4{margin-left: -500px;margin-bottom: -230px;margin-top: 61px; padding: 49px 0 55px 23px;}
.spacing-5{padding: 260px 0; margin-top: -330px; }
.spacing-6{padding: 70px 80px 55px 70px; }
.spacing-7{padding: 60px 70px 30px 50px; }
.spacing-8{padding: 90px 0 90px; }
.spacing-9{padding: 50px 40px 58px 50px; }
.spacing-10{padding: 65px 0 65px 55px; }
.spacing-11{padding: 25px;}
.spacing-12{ padding: 40px 30px 50px; }
.spacing-13{ padding: 61px 0px 0 68px; margin-top: 90px; margin-left: -70px; }
.spacing-14{margin-top: -50px;margin-right: 0px;margin-bottom: -70px;margin-left: 0px;padding: 56px 0 65px;}
.index-spacing-1 { padding: 140px 340px 180px 200px; }
.index-spacing-2 { padding: 90px 140px 90px 0; margin-right: -90px; }

@media (max-width: 1900px){
  .index-spacing-1 {
      padding: 90px 135px 135px 80px;
  }
  .cmt-col-bgcolor-highlight.border-shape.ml_200 {
      margin-left: -100px;
  }
}

.p-20{ padding: 20px !important; }

.pr-0{ padding-right: 0px !important; }
.pr-5{ padding-right: 5px !important; }
.pr-10{ padding-right: 10px !important; }
.pr-15{ padding-right: 15px !important; }
.pr-20{ padding-right: 20px !important; }
.pr-25{ padding-right: 25px !important; }
.pr-30{ padding-right: 30px !important; }
.pr-35{ padding-right: 35px !important; }
.pr-40{ padding-right: 40px !important; }
.pr-45{ padding-right: 45px !important; }
.pr-50{ padding-right: 50px !important; }
.pr-55{ padding-right: 55px !important; }
.pr-60{ padding-right: 60px !important; }
.pr-65{ padding-right: 65px !important; }
.pr-70{ padding-right: 70px !important; }
.pr-75{ padding-right: 75px !important; }
.pr-80{ padding-right: 80px !important; }
.pr-85{ padding-right: 85px !important; }
.pr-90{ padding-right: 90px !important; }
.pr-95{ padding-right: 95px !important; }
.pr-100{padding-right: 100px !important;}

.pl-0{ padding-left: 0px !important; }
.pl-5{ padding-left: 5px !important; }
.pl-10{ padding-left: 10px !important; }
.pl-15{ padding-left: 15px !important; }
.pl-20{ padding-left: 20px !important; }
.pl-25{ padding-left: 25px !important; }
.pl-30{ padding-left: 30px !important; }
.pl-35{ padding-left: 35px !important; }
.pl-40{ padding-left: 40px !important; }
.pl-45{ padding-left: 45px !important; }
.pl-50{ padding-left: 50px !important; }
.pl-55{ padding-left: 55px !important; }
.pl-60{ padding-left: 60px !important; }
.pl-65{ padding-left: 65px !important; }
.pl-70{ padding-left: 70px !important; }
.pl-75{ padding-left: 75px !important; }
.pl-80{ padding-left: 80px !important; }
.pl-85{ padding-left: 85px !important; }
.pl-90{ padding-left: 90px !important; }
.pl-95{ padding-left: 95px !important; }
.pl-100{ padding-left: 100px !important; }

.pt-5{ padding-top: 5px !important; }
.pt-10{ padding-top: 10px !important; }
.pt-15{ padding-top: 15px !important; }
.pt-20{ padding-top: 20px !important; }
.pt-25{ padding-top: 25px !important; }
.pt-30{ padding-top: 30px !important; }
.pt-35{ padding-top: 35px !important; }
.pt-40{ padding-top: 40px !important; }
.pt-45{ padding-top: 45px !important; }
.pt-50{ padding-top: 50px !important; }
.pt-55{ padding-top: 55px !important; }
.pt-60{ padding-top: 60px !important; }
.pt-65{ padding-top: 65px !important; }
.pt-70{ padding-top: 70px !important; }
.pt-75{ padding-top: 75px !important; }
.pt-80{ padding-top: 80px !important; }
.pt-85{ padding-top: 85px !important; }
.pt-90{ padding-top: 90px !important; }
.pt-100{ padding-top: 100px !important; }
.pt-120{ padding-top: 120px !important; }
.pt-140{ padding-top: 140px !important; }
.pt-150{ padding-top: 150px !important; }
.pt-160{ padding-top: 160px !important; }
.pt-185{ padding-top: 185px !important; }
.pt-200{ padding-top: 200px !important; }

.pb-5{ padding-bottom: 5px !important; }
.pb-7{ padding-bottom: 7px !important; }
.pb-10{ padding-bottom: 10px !important; }
.pb-15{ padding-bottom: 15px !important; }
.pb-20{ padding-bottom: 20px !important; }
.pb-21{ padding-bottom: 21px !important; }
.pb-25{ padding-bottom: 25px !important; }
.pb-30{ padding-bottom: 30px !important; }
.pb-35{ padding-bottom: 35px !important; }
.pb-40{ padding-bottom: 40px !important; }
.pb-45{ padding-bottom: 45px !important; }
.pb-50{ padding-bottom: 50px !important; }
.pb-55{ padding-bottom: 55px !important; }
.pb-60{ padding-bottom: 60px !important; }
.pb-65{ padding-bottom: 65px !important; }
.pb-70{ padding-bottom: 70px !important; }
.pb-75{ padding-bottom: 75px !important; }
.pb-80{ padding-bottom: 80px !important; }
.pb-85{ padding-bottom: 85px !important; }
.pb-90{ padding-bottom: 90px !important; }
.pb-100{ padding-bottom: 100px !important; }
.pb-120{ padding-bottom: 120px !important; }
.pb-140{ padding-bottom: 140px !important; }
.pb-150{ padding-bottom: 150px !important; }
.pb-160{ padding-bottom: 160px !important; }
.pb-180{ padding-bottom: 180px !important; }
.pb-200{ padding-bottom: 200px !important; }
.pb-220{ padding-bottom: 220px !important; }
.pb-240{ padding-bottom: 240px !important; }
.pb-260{ padding-bottom: 260px !important; }
.pb-270{ padding-bottom: 270px !important; }
.pb-280{ padding-bottom: 280px !important; }
.pb-380{ padding-bottom: 380px !important; }
.pb-560{ padding-bottom: 560px !important; }

/** Margin **/
.mt-5{ margin-top: 5px!important; }
.mt-10{ margin-top: 10px !important; }
.mt-15{ margin-top: 15px !important; }
.mt-18{ margin-top: 18px !important; }
.mt-20{ margin-top: 20px !important; }
.mt-22{ margin-top: 22px !important; }
.mt-25{ margin-top: 25px !important; }
.mt-30{ margin-top: 30px !important; }
.mt-32{ margin-top: 32px !important; }
.mt-35{ margin-top: 35px !important; }
.mt-40{ margin-top: 40px !important; }
.mt-45{ margin-top: 45px !important; }
.mt-50{ margin-top: 50px !important; }
.mt-55{ margin-top: 55px !important; }
.mt-60{ margin-top: 60px !important; }
.mt-65{ margin-top: 65px !important; }
.mt-70{ margin-top: 70px !important; }
.mt-80{ margin-top: 80px !important; }
.mt-90{ margin-top: 90px !important; }
.mt-100{ margin-top: 100px !important; }
.mt-130{ margin-top: 130px !important; }
.mt-140{ margin-top: 140px !important; }
.mt-160{ margin-top: 160px !important; }
.mt-320{ margin-top: 320px !important; }
.mt-500{ margin-top: 500px !important; }


.mt_5{ margin-top: -5px!important; }
.mt_10{ margin-top: -10px!important; }
.mt_15{ margin-top: -15px!important; }
.mt_20{ margin-top: -20px!important; }
.mt_25{ margin-top: -25px!important; }
.mt_30{ margin-top: -30px!important; }
.mt_40{ margin-top: -40px!important; }
.mt_45{ margin-top: -45px!important; }
.mt_50{ margin-top: -50px !important; }
.mt_60{ margin-top: -60px !important; }
.mt_65{ margin-top: -65px !important; }
.mt_70{ margin-top: -70px !important; }
.mt_75{ margin-top: -75px !important; }
.mt_80{ margin-top: -80px !important; }
.mt_85{ margin-top: -85px !important; }
.mt_90{ margin-top: -90px !important; }
.mt_100{ margin-top: -100px !important; }
.mt_110{ margin-top: -110px !important; }
.mt_115{ margin-top: -115px !important; }
.mt_140{ margin-top: -140px !important; }
.mt_145{ margin-top: -145px !important; }
.mt_150{ margin-top: -150px !important; }
.mt_170{ margin-top: -170px !important; }
.mt_180{ margin-top: -180px !important; }
.mt_185{ margin-top: -185px !important; }
.mt_190{ margin-top: -190px !important; }
.mt_200{ margin-top: -200px !important; }
.mt_210{ margin-top: -210px !important; }
.mt_215{ margin-top: -215px !important; }
.mt_220{ margin-top: -220px !important; }
.mt_230{ margin-top: -230px !important; }
.mt_240{ margin-top: -240px !important; }
.mt_250{ margin-top: -250px !important; }
.mt_260{ margin-top: -260px !important; }
.mt_275{ margin-top: -275px !important; }
.mt_280{margin-top: -280px !important;}
.mt_313{margin-top: -313px !important;}
.mt_500{margin-top: -500px !important;}
.mt_885{margin-top: -885px !important;}

.mb-5{ margin-bottom: 5px !important; }
.mb-7{ margin-bottom: 7px !important; }
.mb-10{ margin-bottom: 10px !important; }
.mb-15{ margin-bottom: 15px !important; }
.mb-17{ margin-bottom: 17px !important; }
.mb-25{ margin-bottom: 25px !important; }
.mb-20{ margin-bottom: 20px !important; }
.mb-30{ margin-bottom: 30px !important; }
.mb-35{ margin-bottom: 35px !important; }
.mb-40{ margin-bottom: 40px !important; }
.mb-45{ margin-bottom: 45px !important; }
.mb-50{ margin-bottom: 50px !important; }
.mb-55{ margin-bottom: 55px !important; }
.mb-60{ margin-bottom: 60px !important; }
.mb-80{ margin-bottom: 80px !important; }
.mb-100{ margin-bottom: 100px !important; }


.mb_10{ margin-bottom: -10px !important; }
.mb_15{ margin-bottom: -15px !important; }
.mb_20{ margin-bottom: -20px !important; }
.mb_30{ margin-bottom: -30px !important; }
.mb_50{ margin-bottom: -50px !important; }
.mb_55{ margin-bottom: -55px !important; }
.mb_60{ margin-bottom: -60px !important; }
.mb_65{ margin-bottom: -65px !important; }
.mb_70{ margin-bottom: -70px !important; }
.mb_75{ margin-bottom: -75px !important; }
.mb_80{ margin-bottom: -80px !important; }
.mb_84{ margin-bottom: -84px !important; }
.mb_90{ margin-bottom: -90px !important }
.mb_100{ margin-bottom: -100px !important }
.mb_120{ margin-bottom: -120px !important }
.mb_140{ margin-bottom: -140px !important }

.ml-0 { margin-left: 0px !important }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-35 { margin-left: 35px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-45 { margin-left: 45px !important; }
.ml-50 { margin-left: 50px !important; }
.ml-55 { margin-left: 55px !important; }
.ml-60 { margin-left: 60px !important; }
.ml-65 { margin-left: 65px !important; }
.ml-70 { margin-left: 70px !important; }
.ml-75 { margin-left: 75px !important; }
.ml-80 { margin-left: 80px !important; }
.ml-85 { margin-left: 85px !important; }
.ml-90 { margin-left: 90px !important; }
.ml-95 { margin-left: 95px !important; }
.ml-100 { margin-left: 100px !important; }

.ml-80 { margin-left: 80px !important; }
.ml-90 { margin-left: 90px !important; }
.ml-100 { margin-left: 100px !important; }
.ml-110 { margin-left: 110px !important; }
.ml-120 { margin-left: 120px !important; }
.ml-130 { margin-left: 130px !important; }
.ml-140 { margin-left: 140px !important; }
.ml-145 { margin-left: 145px !important; }
.ml-150 { margin-left: 150px !important; }
.ml-160 { margin-left: 160px !important; }
.ml-180 { margin-left: 180px !important; }

.ml_10{ margin-left: -10px!important; }
.ml_15{ margin-left: -15px!important; }
.ml_20{ margin-left: -20px !important; }
.ml_25{ margin-left: -25px !important; }
.ml_30{ margin-left: -30px !important; }
.ml_35{ margin-left: -35px !important; }
.ml_40{ margin-left: -40px !important; }
.ml_50{ margin-left: -50px !important; }
.ml_60{ margin-left: -60px !important; }
.ml_70{ margin-left: -70px !important; }
.ml_80{ margin-left: -80px !important; }
.ml_90{ margin-left: -90px !important; }
.ml_100{ margin-left: -100px !important; }
.ml_115{ margin-left: -115px !important; }
.ml_130{ margin-left: -130px !important; }
.ml_150{ margin-left: -150px !important; }
.ml_160{ margin-left: -160px !important; }
.ml_170{ margin-left: -170px !important; }
.ml_180{ margin-left: -180px !important; }
.ml_190{ margin-left: -190px !important; }
.ml_450{ margin-left: -450px !important; }
.ml_580{ margin-left: -580px !important; }


.mr-0{ margin-right: 0px !important; }
.mr-10{ margin-right: 10px !important; }
.mr-15{margin-right: 15px!important;}
.mr-20{ margin-right: 20px !important;}
.mr-25{ margin-right: 25px !important;}
.mr-30{ margin-right: 30px !important;}
.mr-40{ margin-right: 40px!important;}
.mr-50{ margin-right: 50px!important;}
.mr-60{ margin-right: 60px!important;}

.mr_15{ margin-right: -15px!important; }
.mr_20{ margin-right: -20px !important; }
.mr_25{ margin-right: -25px !important; }
.mr_30{ margin-right: -30px !important; }
.mr_40{ margin-right: -40px!important; }
.mr_50{ margin-right: -50px!important; }
.mr_60{ margin-right: -60px !important; }
.mr_70{ margin-right: -70px !important; }
.mr_80{ margin-right: -80px !important; }
.mr_90{ margin-right: -90px !important; }
.mr_100{ margin-right: -100px !important; }
.mr_130{ margin-right: -130px !important; }
.mr_150{ margin-right: -150px !important; }
.mr_200{ margin-right: -200px !important; }
.mr_250{ margin-right: -250px !important; }



/* ===============================================
   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,
.cmt-bgcolor-darkgrey .cmt-textcolor-skincolor h4,
.cmt-bgcolor-darkgrey .cmt-textcolor-skincolor h5,
.cmt-bgcolor-darkgrey .cmt-textcolor-skincolor h6,
.featured-imagebox-post.style2 .featured-content .featured-title h5 a:hover,
.cmt-bgcolor-darkgrey a:hover, .footer .social-icons li>a:hover i,
.cmt-textcolor-white a:hover,
.cmt-bgcolor-darkgrey a:hover i,
.cmt-btn-color-skincolor, .testimonials.style1 .star-ratings li,
.cmt-fid.inside.cmt-fid-view-lefticon .cmt-fid-icon-wrapper i,
.cmt-fid.inside.cmt-fid-view-lefticon.style1 .cmt-fid-icon-wrapper i,
.featured-icon-box.style_i_01 .cmt-icon i,
.second-footer .widget_contact_wrapper li i,
.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,
.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,
nav.main-menu ul.menu li ul.mega-submenu li.active > a,
nav.main-menu ul.menu li.active > a,
a:hover, .cmt-bgcolor-darkgrey a:hover,
.cmt-btn-color-highlight:hover, .widget_info .widget_icon i,
.testimonials.style1:hover .testimonial-content:before,
.top_bar_contact_item a:hover , .top_bar_contact_item a:hover i ,
.breadcrumb-wrapper span:last-child,
.testimonials-info .testimonial-caption h3,
.widget.widget-download ul li i,
nav.main-menu ul.menu > li > a:hover,
.cmt-fid.cmt-fid-view-top_icon.style3 h4,
.cmt-fid.cmt-fid-view-top_icon.style3 h4 span,
.widget-Categories ul li a:hover,
.social-icons > [class*='social-'] > a,
.cmt-bgcolor-darkgrey strong,
.featured-imagebox-post.style2 .featured-content .featured-title h3 a:hover,
.widget ul#menu-footer-services li a:hover,
.cmt-bgcolor-darkgrey .cmt-fid-view-circle-progress .cmt-fid-number,
.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,
.featured-imagebox .cmt-btn.btn-inline.cmt-icon-btn-right i,
.footer .copyright a:hover{
    color: #db2223;
}

/** 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 ,
.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,
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style3 .slick-dots li.slick-active button,
.slick_slider.slick-arrows-style2 .slick-arrow:hover,
.slick_slider.slick-arrows-style3 .slick-arrow:hover,
.slick_slider.slick-arrows-style1 .slick-prev:hover,
.slick_slider.slick-arrows-style1 .slick-next:hover,
.header_cart .cart_count, .heading-seperator span:before ,
.header_search .header_search_content .close_btn i,
.social-icons.circle li a:hover,
.price-switch .price-slider:before,
.social-icons > [class*='social-'] > a:hover,
.featured-imagebox-services.style1:hover .featured-content:before,
.top-contact.cmt-highlight-right:after,
.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,
.featured-icon-box.style3 .cmt-num  ,
.cmt-tabs.cmt-tab-style-02 ul.tabs li.active a,
.cmt-tabs.cmt-tab-style-02 ul.tabs li:hover a,
.cmt-tabs.cmt-tab-style-02 ul.tabs li.active a,
.toggle.cmt-toggle_style_border .toggle-title a.active,
.cmt-play-icon-btn .cmt-play-icon-animation:before,
.cmt-play-icon-btn .cmt-play-icon-animation:after,
.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-imagebox-portfolio.style2 .cmt-media-link a:hover,
.sidebar .widget-title:after,
.widget.widget-nav-menu ul li.active a:before,
.widget.widget-nav-menu ul li a:hover:before ,
.widget .tagcloud a:hover,
.cmt-btn-style-border.cmt-btn-color-darkgrey:hover,
.widget_info .social-icons ul li a:hover,
.featured-imagebox-post.style2 .cmt-meta-line.post-btn,
.footer .social-icons li>a, [data-tooltip]:after,
.featured-imagebox-team.style1 .media-block .social-icons li a:hover,
.featured-imagebox-portfolio.style1 .ttm-media-link a:hover,
.featured-imagebox.style1 .social-link a:hover,
.featured-imagebox.style1:hover .social-link.selector a,
.featured-imagebox-team.style1:hover:before,
.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: #db2223;
}


/** 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),
.slick_slider.slick-arrows-style1 .slick-arrow:hover,
.slick_slider.slick-arrows-style2 .slick-arrow:hover,
.slick_slider.slick-arrows-style3 .slick-arrow:hover,
.slick_slider.slick-arrows-style1 .slick-prev:hover,
.slick_slider.slick-arrows-style1 .slick-next:hover,
.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 ,
.cmt-tabs.cmt-tab-style-01 ul.tabs li.active:before,
.cmt-header-style-04 .widget_info .widget_icon,
.footer .social-icons li>a:hover,
.cmt-tabs.cmt-tab-style-03 ul.tabs li.active:before,
.social-icons > [class*='social-'] > a,
.price-switch .price-slider,
.cmt-pf-single-content-area .cmt-nextprev-bottom-nav .cmt-btn.cmt-btn-style-border:hover,
.featured-imagebox-team.style1 .media-block .social-icons li a:hover,
.testimonials.style1:hover .testimonial-content:after,
.featured-imagebox-portfolio.style1 .ttm-media-link a:hover,
.widget .tagcloud a:hover, .pagination-block .page-numbers:hover,
.featured-icon-box.style3:hover .featured-icon .cmt-icon,
.pagination-block .page-numbers:hover, .pagination-block .page-numbers.current {
    border-color: #db2223;
}

.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,
.cmt-tabs.cmt-tab-style-02 ul.tabs li.active a:after {
    border-top-color: #db2223 !important;
}

.header_search .header_search_content:before {
    border-bottom-color: #db2223;
}

/** dark(black)-color **/
.cmt-textcolor-dark, .cmt-btn-color-black,
.cmt-icon.cmt-icon_element-border.cmt-icon_element-color-black{ color: #121d29; }

.cmt-bgcolor-black,
.cmt-bgcolor-black > .cmt-bg-layer,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-black,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-black:before {
    background-color: #121d29;
}
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-black,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-black:hover { border-color: #121d29; }


/** highlight-color **/
.cmt-textcolor-highlight,
.cmt-icon_element-color-highlight ,
.cmt-icon.cmt-icon_element-border.cmt-icon_element-color-highlight,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-highlight:not(.btn-inline),
.cmt-btn-color-highlight ,
.cmt-list-icon-color-highlight li i {
    color: #1a2940;
}

/** highlight-bg-color **/
.cmt-bgcolor-highlight,  .cmt-bgcolor-highlight > .cmt-bg-layer,
.cmt-bgcolor-highlight > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner,
.cmt-col-bgimage-yes .cmt-bg-layer:before, .cmt-col-bgimage-yes .cmt-bg-layer:after ,
.cmt-col-bgcolor-highlight .cmt-bg-layer:before, .cmt-col-bgcolor-highlight .cmt-bg-layer:after ,
.featured-icon-box.icon-align-top-content.style2:before,
.footer .social-icons.circle li>a:hover ,
.featured-imagebox-portfolio.style2 .cmt-media-link a,
.widget.widget-download ul li a:hover {
    background-color: #1a2940;
}
.footer .social-icons.circle li>a:hover {
    border-color: #1a2940;
}
.footer .widget .widget-title:after{
    border-bottom-color: #ffc513 !important;
}
.footer .widget .widget-title:before{
    border-top-color: #ffc513 !important;
}


/** .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-tabs.cmt-tab-style-02 ul.tabs li a i,
.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-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,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:not(.btn-inline):hover,
.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-list-icon-color-darkgrey li i,
.cmt-bgcolor-darkgrey .first-footer h3,
.newsletter-form button[type="submit"]:hover, .newsletter-form input[type="submit"]:hover,
.testimonials .testimonial-content h4,
.widget_info .social-icons ul li a,
.widget_info .widget_title a,
.cmt-list.style1.cmt-list-style-icon .cmt-list-li-content,
.cmt-btn.cmt-btn-color-white.cmt-btn-style-border:hover i,
.cmt-fid.fid-highlight-box-1.inside h4,
.cmt-fid.fid-highlight-box-1.inside h4 span,
.cmt-progress-bar .progressbar-title, .cmt-progress-bar .progress-bar-percent,
.featured-imagebox-team.style1 .media-block .social-icons li a:hover ,
.cmt-fid.fid-highlight-box-2 h4, .cmt-fid.fid-highlight-box-2 h4 span{
    color: #051951;
}

/** 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-bgcolor-skincolor .cmt-tabs.cmt-tab-style-01 ul.tabs li.active:after,
.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,
.widget.widget-nav-menu ul li a:before,
.widget.widget-nav-menu ul li.active,
.widget.widget-nav-menu ul li::after,
.cmt-pricing-plan.pricing-recommended-plan .cmt-p_table-head,
.cmt-progress-bar .progress-bar-percent,
.featured-icon-box.style3:hover .cmt-num,
.cmt-btn-style-border.cmt-btn-color-dark:hover,
.toggle.cmt-toggle_style_border.cmt-toggle-title-bgcolor-darkgrey .toggle-title a.active,
.cmt-progress-bar .progress-bar.progress-bar-color-bar_darkgrey ,
.cmt-progress-bar .progress-bar-color-bar_darkgrey.progress-bar:before,
.testimonials.cmt-testimonial-box-view-style1 .testimonial-content:before  {
    background-color: #051951;
}
.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.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: #051951;
}
.cmt-bgcolor-skincolor .tooltip-top:before, .cmt-bgcolor-skincolor .tooltip:before,
.cmt-bgcolor-skincolor [data-tooltip]:before,
.tooltip:before{
    border-top-color: #051951 !important;
}


/** .White-color **/
.cmt-textcolor-white, .cmt-bgcolor-skincolor a, .cmt-textcolor-white a, .cmt-textcolor-white span,
.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 h4, .cmt-bgcolor-darkgrey h5, .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,
.slick_slider.slick-arrows-style3 .slick-arrow:hover,
.slick_slider.slick-arrows-style1 .slick-prev:hover,
.slick_slider.slick-arrows-style1 .slick-next: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 .toggle-title a.active,
.cmt-toggle-title-bgcolor-white .toggle-title a.active,
.toggle.cmt-toggle_style_border .toggle-title a.active,
.cmt-box-view-overlay, .cmt-portfolio-box-view-overlay,
.cmt-box-view-overlay.cmt-portfolio-box-view-overlay ,
.cmt-box-view-overlay .featured-title h5,
.cmt-portfolio-box-view-overlay .featured-title h5,
.cmt-box-view-overlay .featured-title h5 a,
.cmt-portfolio-box-view-overlay .featured-title h5 a ,
.cmt-bgcolor-skincolor .featured-icon-box.style1 .featured-desc p,
.cmt-bgcolor-darkgrey .featured-icon-box.style1 .featured-desc p,
.cmt-pricing-plan.pricing-recommended-plan .cmt-p_table-title h5,
.widget.widget-nav-menu ul li.active a,
.widget.widget-nav-menu ul li:hover a,
.cmt-bgcolor-highlight .section-title h2,
.cmt-tabs.cmt-tab-style-02 ul.tabs li a:hover i,
.cmt-tabs.cmt-tab-style-02 ul.tabs li.active a i,
.cmt-tabs.cmt-tab-style-02 ul.tabs li.active a,
.cmt-tabs.cmt-tab-style-02 ul.tabs li a:hover,
.featured-icon-box.style4 .featured-title h5,
.featured-imagebox-portfolio.style1 .ttm-media-link a:hover i,
.cmt-btn-style-fill.cmt-btn-color-skincolor:hover,
.cmt-bgcolor-black h2, .featured-imagebox-post.style2 .cmt-meta-line.post-btn,
.cmt-textcolor-white, .cmt-bgcolor-black h3,
.newsletter-form button[type="submit"], .newsletter-form input[type="submit"],
.featured-imagebox-team.style1:hover .social-link.selector a,
.featured-imagebox-team.style1 .media-block .social-icons li a:hover,
.footer .widget .widget-title, .widget .tagcloud a:hover,
.featured-imagebox-post.style2 .featured-content .featured-title h3 a,
.widget_info .social-icons ul li a:hover,
.featured-imagebox-portfolio.style1:hover .featured-content .featured-title h3 a,
.cmt-progress-bar .progress-bar-percent,
.cmt-pricing-plan.pricing-recommended-plan .cmt-p_table-title h3,
.cmt-bgcolor-white .cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:not(.btn-inline):hover,
.social-icons > [class*='social-'] > a:hover,
.pagination-block .page-numbers:hover, .pagination-block .page-numbers.current {
    color: #fff;
}
.cmt-btn-style-border.cmt-btn-color-dark:hover,
.cmt-btn-style-border.cmt-btn-color-darkgrey:hover,
.cmt-topbar-wrapper.cmt-bgcolor-darkgrey.cmt-textcolor-white .social-icons li>a {
    color: rgba(255,255,255,1) !important;
}

.cmt-bgcolor-skincolor p,
.cmt-header-style-04 .cmt-textcolor-white,
.cmt-bgcolor-black, .cmt-bgcolor-dblack span,
.cmt-bgcolor-skincolor span, .cmt-bgcolor-darkgrey span,
.cmt-bgcolor-skincolor i, .cmt-bgcolor-darkgrey i ,
.cmt-bgcolor-skincolor .testimonials-info .testimonials .testimonial-content blockquote,
.cmt-bgcolor-darkgrey .testimonials-info .testimonials .testimonial-content blockquote {
    color: rgba(255,255,255,.9);
}
.cmt-bgcolor-darkgrey .cmt-textcolor-white,
.cmt-bgcolor-darkgrey p,
.cmt-bgcolor-darkgrey .testimonials-info .testimonials .testimonial-content blockquote {
    color: rgba(255, 255, 255, 0.85);
}
.cmt-bgcolor-black p,
.second-footer .widget_contact_wrapper li,
.widget ul#menu-footer-services li a,
.copyright span,
.cmt-bgcolor-highlight .section-title .title-desc p,
.footer .widget ul.widget_contact_wrapper li h6, .footer p {
    color: rgba(255, 255, 255, 0.80);
}
.copyright span a{
  color: rgba(248, 252, 255, .6);
}
.footer .first-footer p{
  color: inherit;
}
.top_bar_contact_item a, .top_bar_contact_item a i {
    transition: all .8s;
}
.cmt-bgcolor-skincolor p,
.cmt-bgcolor-skincolor span,
.cmt-bgcolor-skincolor i{
    color: rgba(255,255,255,.95);
}

/** 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,
.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,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-white:not(.btn-inline):hover:before,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:not(.btn-inline):hover,
.cmt-bgcolor-skincolor .cmt-btn.cmt-btn-style-fill.cmt-btn-color-dark:not(.btn-inline):hover,
.cmt-bgcolor-skincolor .cmt-btn.cmt-btn-style-fill.cmt-btn-color-black:not(.btn-inline):hover,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-white:not(.btn-inline):hover,
.cmt-btn-style-fill.cmt-btn-color-white,
.top_bar .social-icons li a:hover,
.featured-imagebox-team.style1 .social-link a,
.featured-imagebox-team.style1 .social-link.selector,
.cmt-icon_element-fill.cmt-icon_element-color-white,
.cmt-bgcolor-skincolor .heading-seperator span:before,
.cmt-toggle-title-bgcolor-white,
.featured-imagebox-team.style1,
.section-title.style1 h3,
.newsletter-form input[type="submit"]:hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:not(.btn-inline):hover,
.cmt-topbar-wrapper.cmt-bgcolor-darkgrey.cmt-textcolor-white .social-icons li:hover a,
.cmt-progress-bar .progress-bar.progress-bar-color-bar_white,
.progress-bar-color-bar_white {
    background-color: #fff;
}

/** 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,
.cmt-btn-style-fill.cmt-btn-color-skincolor: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;
}
.cmt-bgcolor-skincolor  .cmt-icon.cmt-icon_element-color-darkgrey,
.cmt-bgcolor-darkgrey  .cmt-icon.cmt-icon_element-color-darkgrey {
    background-color: rgba(255,255,255,.07);
}


/** 4.Grey-color **/
.cmt-bgcolor-grey,
.cmt-bgcolor-grey > .cmt-bg-layer,
.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,
.cmt-pricing-plan .cmt-p_table-head ,
.sidebar .widget-area.widget_border .widget.widget-contact,
.widget-Categories li span,
.wrap-form.contact_form_1 span.text-input input,
.wrap-form.contact_form_1 span.text-input textarea,
.wrap-form.contact_form_1 span.text-input select ,
.widget .tagcloud a,
.cmt-bgcolor-white .section-title.style1 h3,
.cmt-fid.inside.style1:before,
.widget_info .social-icons ul li a,
.cmt-blog-single blockquote {
    background-color: #f2f3f8;
}
.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: #f2f3f8;
}
.comment-body:after{
    color: #f2f3f8;
}
.cmt-bgcolor-grey.cmt-textcolor-darkgrey h6,
.cmt-bgcolor-white.cmt-textcolor-darkgrey h6 {
    color: #f2f3f8;
}

/* ===============================================
    Pre-loader
------------------------*/
#preloader {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
}
.blobs .loader-blob-center {
  position: absolute;
  background: #1c63b8;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: loader-blob-grow linear 3.4s infinite;
          animation: loader-blob-grow linear 3.4s infinite;
  border-radius: 50%;
  box-shadow: 0 -10px 40px -5px #1c63b8;
}

.loader-blob {
  position: absolute;
  background: #1c63b8;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
          animation: blobs ease-out 3.4s infinite;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  opacity: 0.5;
}
.loader-blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loader-blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.loader-blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.loader-blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.loader-blob:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
            transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
            transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
            transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
            transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}
@-webkit-keyframes loader-blob-grow {
  0%,  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
            transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
            transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
            transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
            transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
}
@keyframes loader-blob-grow {
  0%,  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
            transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
            transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
            transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
            transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
}


/*  ===============================================
    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 transparent;
    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;
}

.social-icons > [class*='social-'] > a:hover { color: #fff; }
.social-icons li.social-facebook a { color: #3b5999; border-color:#3b5999;}
.social-icons li.social-twitter a { color: #55acee; border-color:#55acee;}
.social-icons li.social-pinterest a { color: #bd081c; border-color:#bd081c;}
.social-icons li.social-instagram a { color: #e4405f; border-color:#e4405f;}
.social-icons li.social-dribbble a { color: #ea4c89; border-color:#ea4c89;}

.social-icons li.social-facebook a:hover { background-color: #3b5999; border-color: currentColor; }
.social-icons li.social-twitter a:hover { background-color: #55acee; border-color: currentColor; }
.social-icons li.social-pinterest a:hover { background-color: #bd081c; border-color: currentColor; }
.social-icons li.social-instagram a:hover { background-color: #e4405f; border-color: currentColor; }
.social-icons li.social-dribbble a:hover { background-color: #ea4c89; border-color: currentColor; }



/* 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: hsl(7deg 87% 61%);
}
.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: -12px;
    border-top-color: #f25743;
}
.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: -45px !important;
}
.slick_slider.slick-dots-style1 .slick-dots,
.slick_slider.slick-dots-style2 .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,
.slick_slider.slick-dots-style2 .slick-dots li{
    display: inline-block;
    list-style: none;
    line-height: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li button,
.slick_slider.slick-dots-style2 .slick-dots li button{
    height: 10px;
    width: 10px;
    border: 0;
    font-size: 0;
    padding: 0;
    border-radius: 50%;
    position: relative;
    margin: 13px 10px 0 0;
    background-color: #e9e9e9;
}
.slick_slider .slick-arrow {
    width: 30px;
    height: 30px;
    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 {
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    opacity: 0;
    z-index: 11;
    overflow: hidden;
    box-shadow: unset;
}
.slick_slider.slick-arrows-style1 .slick-next{
    right: 0px;
    left: auto;
}
.slick_slider.slick-arrows-style1 .slick-prev {
    left: 0px;
}
.slick_slider.slick-arrows-style1:hover .slick-arrow {
    margin: 0 -60px;
    opacity: 1;
    overflow: visible;
}


.slick_slider.slick-arrows-style2 .slick-arrow {
    border-radius: 50%;
}
.slick_slider.slick-arrows-style2 .slick-next {
    right: -35px;
}
.slick_slider.slick-arrows-style2 .slick-prev {
    left: -35px;
}
.slick_slider.slick-arrows-style2 .slick-prev:before {
    content: "\e64a";
}
.slick_slider.slick-arrows-style2 .slick-next:before {
    content: "\e649";
}
.slick_slider.slick-arrows-style2 .slick-prev:before,
.slick_slider.slick-arrows-style2 .slick-next:before {
    font-family: 'themify';
}

.slick_slider.slick-arrows-style3 .slick-next,
.slick_slider.slick-arrows-style3 .slick-prev  {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 20px;
    width: 40px;
    height: 40px;
    padding: 0;
    transform: translate(0, -50%);
    color: inherit;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.3);
    box-shadow: unset;
    border-radius: 3px;
}
.slick_slider.slick-arrows-style3 .slick-prev {
    left: 30px;
    top: 113%;
}
.slick_slider.slick-arrows-style3 .slick-next {
    left: 82px;
    top: 113%;
}
.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:first-child {
    border-right: 0;
}
.top_bar_contact_item {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: inline-block;
}
.row .col-lg-12 .top_bar_contact_item:nth-last-child(5):before,
.row .col-lg-12 .top_bar_contact_item:nth-last-child(1):before{
    content:unset;
}
.top_bar_contact_item:before{
    content: "";
    height: 20px;
    width: 1px;
    background-color: rgba(0,0,0,.09);
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
}
.top_bar .social-icons li:first-child:before {
    content: "";
    height: 20px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    position: absolute;
    left: -5px;
    top: 15px;
}
.top_bar .social-icons li a:before {
    content: unset;
}
.top_bar_contact_item:last-child{ margin-right: 22px; }
.top_bar_contact_item:last-child {
    margin-right: 0;
    border-right: 1px solid rgba(255,255,255,.14);
    border-left: none;
}
.top_bar .social-icons li {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.top_bar .social-icons li:last-child{
    padding-right: 0;
}
.top_bar .social-icons li:after {
    content: "";
    width: 5000px;
    height: 100%;
    background-color: #f25743;
    left: 0;
    top: 0px;
    position: absolute;
    z-index: -1;
}
.top_bar .social-icons li a{
    min-width: 40px;
    font-size: 14px;
    font-weight: 500;
}
.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;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: inline-block;
    position: relative;
}
.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%;
}
.cmt-header-style-04 .cmt-topbar-wrapper .top-contact.text-left li:first-child {
    padding-left: 0;
}

/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding img {
    max-height: 42px;
}
.site-branding{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* header_extra */
.header_extra > div{
    margin-left: 21px;
    position: relative;
}
.header_search .search_btn{
    position: relative;
    padding: 0;
    border: none;
    font-size: 14px;
    display: block;
    font-weight: normal;
    padding-right: 18px;
    margin-right: 0px;
    line-height: 60px;
    height: 60px;
}
.header_search .search_btn:before {
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    background-color: rgba( 5,25,81 , 0.07);
}
.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: rgba(5,25,81,0.86);
    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 input::placeholder{
    color: #fff;
}
.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);
}
.header_cart .button-cart {
    display: block;
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 25px;
    text-align: left;
    z-index: 1;
}
.header_cart .cart_count {
    position: absolute;
    bottom: 18px;
    right: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    font-weight: 800;
    display: block;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 50%;
}


/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
    z-index: 4;
}
.widget_info {
    position: relative;
    vertical-align: middle;
    display: table;
    padding: 16px 0 17px;
}
.widget_info .widget_icon {
    float: none;
    font-size: 32px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 0;
    border-radius: 5px;
}
.widget_info .widget_content {
    margin-left: 14px;
    position: relative;
    top: 10px;
}
.widget_info .widget_desc {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.widget_info .widget_title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}
.widget_info:not(:last-child) {
    padding-right: 60px;
}
.widget_info:not(:last-child):after {
    content: "";
    height: 60px;
    width: 1px;
    background-color: #e7e7e7;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -31px;
}
.widget_info .widget_desc a{ color: #666d81;}
.widget_info .social-icons ul li {
    margin: 0;
}
.widget_info .social-icons ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    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;
}

/* ===============================================
   8. Footer
------------------------*/
.footer{
    position: relative;
    z-index: 1;
    background-image: url(../images/footer-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.footer-logo {
    margin-bottom: 25px;
}
.footer-logo img{
    max-height: 40px;
}
.footer .widget .widget-title, .widget .widget-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
    position: relative;
    background-color: transparent;
}
.widget ul, .widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul.menu-footer-quick-links li {
    display: block;
    padding: 0 0 7px 0;
    font-size: 16px;
    position: relative;
}
.widget ul.menu-footer-quick-links li:last-child{
      padding: 0 0 4px 0;
}
.widget ul.menu-footer-quick-links li a {
    padding-left: 25px;
}
.widget ul.menu-footer-quick-links li a:before {
    position: absolute;
    content: "\f178";
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    color: inherit;
    font-size: 14px;
}
.footer .social-icons li>a {
    font-size: 19px;
}
.footer .social-icons li>a:hover{
   background-color: transparent;
}


/* first-footer */
.footer .first-footer {
    padding: 47px 0 50px;
}
.first-footer .widget-area:not(:last-child) .widget:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: 35px;
    background-color: rgba(255,255,255,.07);
}
.footer .first-footer .widget .widget-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 5px;
}

/* second-footer */
.second-footer .widget-area .widget{
    padding: 58px 0 52px;
}
.bottom-footer-text{background-color: #01154b;}
/** 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.2801304%;
    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;
}

/** menu-footer-services **/
.widget ul#menu-footer-services li a{
    padding-left: 18px;
    display: inline-block;
}
.widget ul#menu-footer-services li a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    top: -2px;
    left: 0;
}
.widget ul#menu-footer-services li {
    display: block;
    padding: 0 0 10px 0;
    position: relative;
}
.widget ul#menu-footer-services li:last-child{padding:0}

/** copyright **/
.copyright {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}


/* ===============================================
  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: 3px;
    transition: .3s ease-in-out;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    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 {
    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: 250px;
    padding: 85px 0;
}
.page-title-heading h2 {
    display: inline-block;
    text-transform: capitalize;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
    font-family: 'Jost', sans-serif;
}
.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: 24px;
    display: inline-block;
    font-weight: 400;
    position: relative;
}

/* ===============================================
  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  h3  {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}


/*----------------------------------------*/
/*  portfolio-single
/*---------------------------------------------------------------*/
.cmt-pf-single-content-wrapper-innerbox,
.cmt-pf-single-content-wrapper{
    position: relative;
}
.cmt-pf-single-content-wrapper {
    margin-bottom: 30px;
}
.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;
    font-size: 30px;
    line-height: 35px;
}
.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: 30px 30px 25px 30px;
    background: #fff;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.cmt-blog-classic .entry-header h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 2px;
}
.cmt-blog-classic .post-meta{ padding-bottom:5px;}
.cmt-blog-classic .post-meta .cmt-meta-line ,
.cmt-blog-single .post-meta .cmt-meta-line {
    font-size: 13px;
    line-height: 15px;
    padding-right: 20px;
    position: relative;
}
.cmt-blog-classic .cmt-blogbox-footer-readmore .cmt-btn.cmt-btn-size-md {
    padding: 17px 18px 17px 30px;
}
.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: 15px;
    width: 1px;
    border-radius: 100%;
    top: 2px;
    right: 6px;
    display: block;
    background-color: #e0e0e0;
}
.cmt-blog-classic .post-meta .cmt-meta-line:not(:last-child):after ,
.cmt-blog-single .post-meta .cmt-meta-line:not(:last-child):after{
    right: 10px;
}
.cmt-blog-classic .post-meta .cmt-meta-line img ,
.cmt-blog-single .post-meta .cmt-meta-line img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
.cmt-blog-classic .post-meta .cmt-meta-line i,
.cmt-blog-single .post-meta .cmt-meta-line i {
    padding-right: 7px;
    font-size: 13px;
}
.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 {
    padding-top: 10px;
    margin-top: 25px;
}


/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/
.cmt-blog-single {
    box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
}
.cmt-blog-single .cmt-blog-single-content {
    padding: 30px 30px;
}
.cmt-blog-single .cmt-blog-single-content h4 {
    font-size: 22px;
    line-height: 30px;
}
.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: 30px 50px 30px 45px;
    position: relative;
    font-weight: 400;
    margin: 35px 0 55px 0;
    font-size: 20px;
    line-height: 30px;
    border-radius: 10px;
    letter-spacing: 1px;
    border: 1px solid #e8e8e8;
}
.cmt-blog-single blockquote:after {
    content: '';
    font-family: 'Josefin Sans', sans-serif;
    display: inline-block;
    position: absolute;
    font-size: 150px;
    font-weight: 400;
    font-style: normal;
    line-height: 185px;
    top: auto;
    bottom: -30px;
    right: 35px;
    width: 66px;
    height: 66px;
    background-color: #fff;
    color: #dedede;
    border: 1px solid;
    border-radius: 50px;
    text-align: center;
}
.cmt-blog-single blockquote:before{
    content: '';
    background-color: #888;
    background-repeat: no-repeat;
    -webkit-mask-box-image: url(../images/quote.svg);
    -webkit-mask-size: cover;
    -webkit-mask: url(../images/quote.svg) no-repeat 100% 100%;
    position: absolute;
    display: block;
    bottom: -10px;
    right: 46px;
    height: 25px;
    width: 40px;
    z-index: 3;
    text-align: center;
}
.cmt-blog-single blockquote cite {
    font-size: 16px;
}
.cmt-blog-single h4 {
    font-size: 30px;
    display: inline-block;
    line-height: 36px;
    margin-top: 10px;
}
.cmt-blog-single .cmt-blogbox-desc-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dce1e9;
}

/*blog-comment*/
.comments-area {
    padding-top: 40px;
    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: 150px 0 150px;
    text-align: center;
    background-image: url(../images/error-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
section.error-404 .cmt-big-icon {
    font-size: 120px
}
section.error-404 h1 {
    font-size: 70px;
    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%; }
#map_1{ display: block; width: 100%; }

.headerlogo {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.headerlogo img {
    max-width: 80px;
    margin-right: 10px;
}

.header-text {
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
    color: #333;
}

@media (max-width: 768px) {
    .headerlogo {
        align-items: center;
    }

    .headerlogo img {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .cmt-header-style-04 .infostack-right-content {
        padding-left: 40px;
        width: 73% !important;
    }
}

.support-btn {
    background: #e16529 !important;
    color: white !important;
    padding: 11px 12px !important;
    font-weight: bold;
    font-size: 18px !important;
}

.static-slider {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.static-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(92 92 92 / 50%);
    z-index: 1;
}
.static-slider-content {
    position: relative;
    z-index: 2;
    text-align: right;
    max-width: 800px;
}
.static-slider h1 {
    font-size: 37px;
    color: black;
    font-weight: 700;
}
.static-slider p {
    font-size: 20px;
}
.static-slider .btn {
    font-size: 1rem;
    padding: 10px 20px;
}

.mb-35 {
    margin-bottom: 35px !important;
}

@media (max-width: 768px) {
    .static-slider-content {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .static-slider {
        height: auto;
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .static-slider h1 {
        font-size: 25px;
    }

    .static-slider p {
        font-size: 19px;
    }
}

.fixed-bottom-bar {
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90px;
}

.bar-item {
    flex: 1;
    text-align: center;
    font-size: 13px;
    color: #fff !important;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    border-right: 1px solid #fff;
}

.bar-item:last-child {
    border-right: none;
}

.bar-item:focus,
.bar-item:active {
    color: #fff !important;
    text-decoration: none !important;
    outline: none;
    visibility: visible !important;
    display: flex !important;
}

.red {
    background-color: #ed141f; /* Kırmızı renk */
}

.orange {
    background-color: #ff6a00; /* Kırmızı renk */
}

.green {
    background-color: #5cb85c; /* Yeşil renk */
}

.fs-25 {
    font-size: 25px;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.home-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.footer-text {
    margin-left: 10px;
    font-size: 16px;
    color: #000;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-80 {
    margin-top: 80px;
}

.whatsapp-fixed {
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 10000;
    border-radius: 50%;
    padding: 10px;
}

.whatsapp-fixed img {
    width: 50px;
    height: 50px;
}

.main-call {
    font-size:25px;
    padding:8px;
    color:white;
}

.text-underline {
    text-decoration: underline !important;
}

@media (max-width: 768px) {
    .main-call {
        display: flow !important;
    }

    .d-mobile-none {
        display: none !important;
    }

    .header-text {
        font-size: 19px;
    }
}

.mega-menu-item{
    font-size: 25px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-bold {
    font-weight: bold !important;
}

.dropdown-menu {
    z-index: 1050;
    width: 370px;
}

.dropdown-menu {
    will-change: transform;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.bordered-text {
    font-size: 40px;  /* Font boyutunu ayarlayabilirsiniz */
}

.bordered-text span {
    position: relative;
    display: inline-block;
    padding: 2px;  /* Harflerin etrafındaki boşluğu ayarlayabilirsiniz */
    border: 2px solid #fff;  /* Beyaz border */
}

.bordered-text span::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid #fff;  /* Border için beyaz renk */
    z-index: -1;
}
