/**
  * Name: Delmont Demo-5
  * Author: ThemetechMount
  * Author URI: http://www.themetechmount.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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/**

  font-family: 'Mulish', sans-serif;
  font-family: 'Roboto', sans-serif;

  1. General
     -css
     -Variables Declaration
     -Variables
     -Shadow
     -Extra-outer

  2. Spacing
     -spacing
     - Padding
     - Margin

  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. Pre-loader

  5. TooltipTop

  5.1. Slick_dots/arrows

  6. TopBar

  7. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - ttm-rt-contact(HeaderIcons - Search, Cart)
     - ttm-search-overlay

  8. Footer
     - FirstFooter
     - SecondFooter

  9. GoTop BUtton

  10. Page-Title-Row

  12. Inner-Pages
      - bbpress
      - team-member-single
      - Contact_Us_1
      - Research Single(single style)
      - Classic_Blog
      - Single_Blog
      - Elements_page
      - Error_page
      - Map
**/
 
/* ===============================================
    General
------------------------*/

/** css **/

@import "font-awesome.css";
@import "flaticon.css";
@import "themify-icons.css";
@import "slider.css";
@import "slick.css";
@import "animate.css";
@import "prettyPhoto.css";
@import "shortcodes.css";
@import "megamenu.css";


/** Variables Declaration **/
:root {
  --skin-color: #52cbcb;
  --dark-grey-color: #002345;
  --grey-color: #f5faff;
  --body-fonts-color: #788796;
  --white-color: #fff;
  --border-color: #e7e7e7;
  --skin-border-color: #34b9cc;
  --body-fonts: 'Mulish', sans-serif;
  --title-fonts: 'Roboto', sans-serif; 
}

::-moz-selection {
  background: var(--skin-color);
  color: var(--white-color);
  text-shadow: none;
}

::-moz-selection {
  background: var(--skin-color);
  color: var(--white-color);
  text-shadow: none;
}

::selection {
  background: var(--skin-color);
  color: var(--white-color);
  text-shadow: none;
}

body {
  font-family: var(--body-fonts);
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: var(--body-fonts-color);
}

h1, h2, h3, h4, h5, h6{
  
  font-family: var(--title-fonts);
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--dark-grey-color);
  font-style: normal;
  text-transform: capitalize;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6{
  font-family: var(--title-fonts);
  margin-bottom: 15px;
  font-weight: 500;
  color: var(--dark-grey-color);
  font-style: normal;
  text-transform: capitalize;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1 { font-size: 45px; line-height: 55px; }
h2 { font-size: 35px; line-height: 45px; }
h3 { font-size: 24px; line-height: 32px; }
h4 { font-size: 20px; line-height: 26px;} /* use*/
h5 { font-size: 18px; line-height: 26px;} /* use*/
h6 { font-size: 22px; line-height: 30px; }/* use*/


.fs-14{font-size: 14px!important;line-height: 20px!important;}
.fs-18{font-size: 18px!important;line-height: 26px!important;}
.fs-22{font-size: 22px!important;line-height: 30px!important;}
.fs-26{font-size: 26px!important;line-height: 46px!important;}
.fs-27{font-size: 27px!important;line-height: 30px!important;}
.fs-30{font-size: 30px!important;line-height: 34px!important;}
.fs-34{font-size: 34px!important;line-height: 40px!important;}
.fs-40{font-size: 40px!important;line-height: 52px!important;}



.fw-semibold{font-weight: 600;}

/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
a,a:hover { 
    color: inherit;
    text-decoration: none; 
}

 button, input { 
    outline: medium none; 
    text-decoration: underline;
}
/*ol, ul{

    padding: 0; 
    margin: 0;
}*/
menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}

iframe{
  width: 100%;
  border: none;
  display: block;
}

p { 
    margin: 0 0 15px; 
}

input[type="datetime-local"],
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:  var(--dark-grey-color);
    padding: 9px 15px;
    font-weight: 400;
    background-color:var(--white-color);
    text-transform: inherit;
    border: 1px solid var(--border-color);
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 1px;
    text-decoration: none;
}

input[type="datetime-local"],
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;
    color: var(--white-color);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}
textarea:focus, 
input[type="datetime-local"]: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="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
.ttm-make-appoint-form.wrap-form.style1 span.text-input input:focus, 
.ttm-make-appoint-form.wrap-form.style1 span.text-input input:focus, 
.ttm-make-appoint-form.wrap-form.style1 span.text-input textarea:focus, 
.wrap-form.ttm-contactform.style2 span.text-input input:focus, 
.wrap-form.ttm-contactform.style2 span.text-input textarea:focus, 
.wrap-form.ttm-contactform span.text-input input:focus, 
.wrap-form.ttm-contactform span.text-input textarea:focus {
    border: 1px solid var(--skin-color);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: unset;
}

/**  Shadow **/
.box-shadow{
    -webkit-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    -moz-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
}
.box-shadow2{
    -webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    -moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
}


/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .site-main {
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
}
body .page.sidebar-true .site-main{ 
  padding: 0;
  background-color: var(--white-color);
}

.z-index-2{z-index: 2;}

.spacing-4 .ttm-btn:hover,.spacing-4 .ttm-btn:hover i{color: var(--dark-grey-color)!important;}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none!important;
}
/* ===============================================
    Spacing
------------------------*/
/** spacing **/
.spacing-1{padding:  40px 20px 40px 25px;}
.spacing-2{padding: 100px 100px 85px 0;margin-top: 85px;margin-right: -190px;}
.spacing-3{padding-top: 230px!important; margin-top: -100px;}
.spacing-4{padding-top: 100px;padding-right: 130px;padding-bottom: 50px;padding-left: 20px;}
.spacing-5{margin-top: 60px;margin-left: -110px;padding-top: 100px;padding-left: 50px;}
.spacing-6{padding-top: 50px;padding-right: 30px;padding-bottom: 50px;padding-left: 50px;}
.spacing-7{padding-top: 50px;padding-left: 70px;padding-bottom: 40px;padding-right: 70px;}
.spacing-8{padding-top: 40px;padding-right: 35px;padding-bottom: 40px;padding-left: 35px;}



.plr-100{padding-left: 100px; padding-right: 100px;}
.plr-150{padding-left: 150px; padding-right: 150px;}
.plr-200{padding-left: 200px; padding-right: 200px;}
.ptb-60{padding-top: 60px; padding-bottom: 60px;}
.ptb-70{padding-top: 70px; padding-bottom: 70px;}
.ptb-80{padding-top: 80px; padding-bottom: 80px;}
.ptb-100{padding-top: 100px; padding-bottom: 100px;}
.ptb-150{padding-top: 150px; padding-bottom: 150px;}
.plr-40{padding-left: 40px;padding-right: 40px;}

.mlr-15{ margin-left: 15px !important; margin-right: 15px !important; }
.mlr-30{ margin-left: 30px !important; margin-right: 30px !important; }
.mtb_40{margin-top: -40px; margin-bottom: -40px;}
.mtb_70{margin-top: -70px; margin-bottom: -70px;}
.mtb-80{margin-top: 80px; margin-bottom: 80px;}
.mtb-100{margin-top: 100px; margin-bottom: 100px;}
.mtb-150{margin-top: 150px; margin-bottom: 150px;}

/** padding spacing **/
.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-20 { padding: 20px; }
.p-30 { padding: 30px; }
.p-40 { padding: 40px; }
.p-50 { padding: 50px; }
.p-60 { padding: 60px; }
.p-80 { padding: 80px; }
.p-100 { padding: 100px; }


.padding_top0{ padding-top: 0px !important ;}
.padding_top5{ padding-top: 5px ;}
.padding_top10{ padding-top: 10px ; }
.padding_top15{ padding-top: 15px ; }
.padding_top20{ padding-top: 20px ; }
.padding_top25{ padding-top: 25px ; }
.padding_top30{ padding-top: 30px ; }
.padding_top35{ padding-top: 35px ; }
.padding_top40{ padding-top: 40px ; }
.padding_top45{ padding-top: 45px ; }
.padding_top50{ padding-top: 50px!important ; }
.padding_top55{ padding-top: 55px ; }
.padding_top60{ padding-top: 60px ; }
.padding_top65{ padding-top: 65px ; }
.padding_top70{ padding-top: 70px ; }
.padding_top75{ padding-top: 75px ; }
.padding_top80{ padding-top: 80px ; }
.padding_top90{ padding-top: 90px ; }
.padding_top100{ padding-top: 100px ;}
.padding_top115{ padding-top: 115px ;}
.padding_top120{ padding-top: 120px ;}
.padding_top140{ padding-top: 140px ;}
.padding_top150{ padding-top: 150px ;}
.padding_top160{ padding-top: 160px ;}
.padding_top170{ padding-top: 170px!important ;}
.padding_top380{ padding-top: 380px ;}

.padding_right0{ padding-right: 0 !important ; }
.padding_right5{ padding-right: 5px!important;}
.padding_right10{ padding-right: 10px!important ; }
.padding_right15{ padding-right: 15px ; }
.padding_right20{ padding-right: 20px ; }
.padding_right25{ padding-right: 25px ; }
.padding_right30{ padding-right: 30px ; }
.padding_right35{ padding-right: 35px ; }
.padding_right40{ padding-right: 40px ; }
.padding_right45{ padding-right: 45px ; }
.padding_right50{ padding-right: 50px ; }
.padding_right55{ padding-right: 55px ; }
.padding_right60{ padding-right: 60px ; }
.padding_right65{ padding-right: 65px ; }
.padding_right70{ padding-right: 70px ; }
.padding_right75{ padding-right: 75px ; }
.padding_right80{ padding-right: 80px ; }
.padding_right85{ padding-right: 85px ; }
.padding_right90{ padding-right: 90px ; }
.padding_right95{ padding-right: 95px ; }
.padding_right100{ padding-right: 100px ; }
.padding_right300{ padding-right: 300px ; }

.padding_bottom0{ padding-bottom: 0px !important ; }
.padding_bottom5{ padding-bottom: 5px ; }
.padding_bottom10{ padding-bottom: 10px ; }
.padding_bottom15{ padding-bottom: 15px ; }
.padding_bottom20{ padding-bottom: 20px ; }
.padding_bottom25{ padding-bottom: 25px ; }
.padding_bottom30{ padding-bottom: 30px ; }
.padding_bottom35{ padding-bottom: 35px ; }
.padding_bottom40{ padding-bottom: 40px ; }
.padding_bottom45{ padding-bottom: 45px ; }
.padding_bottom50{ padding-bottom: 50px ; }
.padding_bottom55{ padding-bottom: 55px ; }
.padding_bottom60{ padding-bottom: 60px ; }
.padding_bottom65{ padding-bottom: 65px ; }
.padding_bottom70{ padding-bottom: 70px ; }
.padding_bottom80{ padding-bottom: 80px ; }
.padding_bottom90{ padding-bottom: 90px ; }
.padding_bottom100{ padding-bottom: 100px ; }
.padding_bottom120{ padding-bottom: 120px ; }
.padding_bottom125{ padding-bottom: 125px ; }
.padding_bottom130{ padding-bottom: 130px ; }
.padding_bottom140{ padding-bottom: 140px ; }
.padding_bottom145{ padding-bottom: 145px ; }
.padding_bottom150{ padding-bottom: 150px ; }
.padding_bottom160{ padding-bottom: 160px ; }
.padding_bottom165{ padding-bottom: 165px ; }
.padding_bottom170{ padding-bottom: 170px ; }
.padding_bottom180{ padding-bottom: 180px ; }
.padding_bottom185{ padding-bottom: 185px ; }
.padding_bottom190{ padding-bottom: 190px ; }
.padding_bottom200{ padding-bottom: 200px ; }
.padding_bottom250{ padding-bottom: 250px ; }

.padding_left0{ padding-left: 0px !important ; }
.padding_left3{ padding-left: 3px ; }
.padding_left5{ padding-left: 5px ; }
.padding_left10{ padding-left: 10px ; }
.padding_left15{ padding-left: 15px ; }
.padding_left20{ padding-left: 20px ; }
.padding_left25{ padding-left: 25px!important ; }
.padding_left30{ padding-left: 30px ; }
.padding_left35{ padding-left: 35px ; }
.padding_left40{ padding-left: 40px!important ; }
.padding_left45{ padding-left: 45px ; }
.padding_left50{ padding-left: 50px ; }
.padding_left55{ padding-left: 55px ; }
.padding_left60{ padding-left: 60px ; }
.padding_left65{ padding-left: 65px ; }
.padding_left70{ padding-left: 70px ; }
.padding_left75{ padding-left: 75px ; }
.padding_left80{ padding-left: 80px ; }
.padding_left85{ padding-left: 85px ; }
.padding_left90{ padding-left: 90px ; }
.padding_left95{ padding-left: 95px ; }
.padding_left100{ padding-left: 100px ; }


/** Margin **/
.margin_top0{ margin-top: 0px !important ; }
.margin_top5{ margin-top: 5px; }
.margin_top10 { margin-top: 10px !important ; }
.margin_top15{ margin-top: 15px ;}
.margin_top20{ margin-top: 20px ;}
.margin_top25{ margin-top: 25px ;}
.margin_top30{ margin-top: 30px ;}
.margin_top35{ margin-top: 35px ;}
.margin_top40{ margin-top: 40px ;}
.margin_top45{ margin-top: 45px ;}
.margin_top50{ margin-top: 50px;}
.margin_top60{ margin-top: 60px ;}
.margin_top65{ margin-top: 65px ;}
.margin_top70{ margin-top: 70px ;}
.margin_top80{ margin-top: 80px ;}
.margin_top90{ margin-top: 90px ;}
.margin_top100{ margin-top: 100px ;}
.margin_top105{ margin-top: 105px ;}
.margin_top120{ margin-top: 120px ;}
.margin_top130{ margin-top: 130px ;}
.margin_top140{ margin-top: 140px ;}
.margin_top150{ margin-top: 150px ;}
.margin_top160{ margin-top: 160px ;}
.margin_top230{ margin-top: 230px ;}


.mt_5{ margin-top: -5px; }
.mt_10{ margin-top: -10px!important; }
.mt_15{ margin-top: -15px; }
.mt_20{ margin-top: -20px; }
.mt_25{ margin-top: -25px; }
.mt_30{ margin-top: -30px; }
.mt_35{ margin-top: -35px; }
.mt_40{ margin-top: -40px; }
.mt_50{ margin-top: -50px ; }
.mt_55{ margin-top: -55px ; }
.mt_60{ margin-top: -60px ; }
.mt_70{ margin-top: -70px ; }
.mt_80{ margin-top: -80px ; }
.mt_85{ margin-top: -85px ; }
.mt_90{ margin-top: -90px ; }
.mt_100{ margin-top: -100px ; }
.mt_110{ margin-top: -110px ; }
.mt_120{ margin-top: -120px ; }
.mt_130{ margin-top: -130px ; }
.mt_140{ margin-top: -140px ; }
.mt_150{ margin-top: -150px ; }
.mt_160{ margin-top: -160px ; }
.mt_170{ margin-top: -170px ; }
.mt_180{ margin-top: -180px ; }
.mt_190{ margin-top: -190px ; }
.mt_200{ margin-top: -200px ; }
.mt_210{ margin-top: -210px ; }
.mt_220{ margin-top: -220px ; }
.mt_240{ margin-top: -240px ; }
.mt_260{ margin-top: -260px ; }
.mt_280{ margin-top: -280px ; }
.mt_390{ margin-top: -390px ; }

.margin_bottom0{ margin-bottom: 0px !important ; }
.margin_bottom5{ margin-bottom: 5px ; }
.margin_bottom10{ margin-bottom: 10px!important  ; }
.margin_bottom15{ margin-bottom: 15px ; }
.margin_bottom25{ margin-bottom: 25px ;}
.margin_bottom20{ margin-bottom: 20px ; }
.margin_bottom30{ margin-bottom: 30px ; }
.margin_bottom35{ margin-bottom: 35px ; }
.margin_bottom40{ margin-bottom: 40px ; }
.margin_bottom45{ margin-bottom: 45px ; }
.margin_bottom50{ margin-bottom: 50px ; }
.margin_bottom60{ margin-bottom: 60px ; }
.margin_bottom65{ margin-bottom: 65px ; }
.margin_bottom70{ margin-bottom: 70px ; }
.margin_bottom80{ margin-bottom: 80px ; }
.margin_bottom90{ margin-bottom: 90px ; }
.margin_bottom100{ margin-bottom: 100px ; }

.mb_5{ margin-bottom: -5px ; }
.mb_10{ margin-bottom: -10px ; }
.mb_15{ margin-bottom: -15px ; }
.mb_20{ margin-bottom: -20px ; }
.mb_25{ margin-bottom: -25px ; }
.mb_30{ margin-bottom: -30px ; }
.mb_40{ margin-bottom: -40px ; }
.mb_45{ margin-bottom: -45px ; }
.mb_50{ margin-bottom: -50px ; }
.mb_60{ margin-bottom: -60px ; }
.mb_65{ margin-bottom: -65px ; }
.mb_70{ margin-bottom: -70px ; }
.mb_80{ margin-bottom: -80px ; }
.mb_90{ margin-bottom: -90px ; }
.mb_100{ margin-bottom: -100px ; }
.mb_120{ margin-bottom: -120px ; }
.mb_140{ margin-bottom: -140px ; }
.mb_285{ margin-bottom: -285px ; }

.margin_left0{ margin-left: 0px !important ; }
.margin_left5{ margin-left:5px; }
.margin_left10{ margin-left: 10px!important ; }
.margin_left15{ margin-left: 15px ; }
.margin_left20{ margin-left: 20px ; }
.margin_left30{ margin-left: 30px ; }
.margin_left40{ margin-left: 40px ; }
.margin_left50{ margin-left: 50px ; }
.margin_left60{ margin-left: 60px ; }
.margin_left70{ margin-left: 70px ; }
.margin_left80{ margin-left: 80px ; }
.margin_left90{ margin-left: 90px ; }
.margin_left100{ margin-left: 100px ; }
.margin_left110{ margin-left: 110px ; }
.margin_left120{ margin-left: 120px ; }
.margin_left120{ margin-left: 120px ; }
.margin_left130{ margin-left: 130px ; }
.margin_left140{ margin-left: 140px ; }
.margin_left150{ margin-left: 150px ; }
.margin_left160{ margin-left: 160px ; }
.margin_left170{ margin-left: 170px ; }
.margin_left180{ margin-left: 180px ; }
.margin_left190{ margin-left: 190px ; }
.margin_left200{ margin-left: 200px ; }


.ml_10{ margin-left: -10px!important ; }
.ml_12{ margin-left: -12px!important ; }
.ml_15{ margin-left: -15px ; }
.ml_20{ margin-left: -20px ; }
.ml_25{ margin-left: -25px ; }
.ml_30{ margin-left: -30px ; }
.ml_35{ margin-left: -35px ; }
.ml_40{ margin-left: -40px ; }
.ml_50{ margin-left: -50px ; }
.ml_60{ margin-left: -60px ; }
.ml_70{ margin-left: -70px ; }
.ml_80{ margin-left: -80px ; }
.ml_90{ margin-left: -90px ; }
.ml_100{ margin-left: -100px ; }
.ml_110{ margin-left: -110px ; }
.ml_120{ margin-left: -120px ; }
.ml_130{ margin-left: -130px ; }
.ml_140{ margin-left: -140px ; }
.ml_150{ margin-left: -150px ; }
.ml_160{ margin-left: -160px ; }
.ml_180{ margin-left: -180px ; }
.ml_190{ margin-left: -190px ; }
.ml_200{ margin-left: -200px ; }
.ml_210{ margin-left: -210px ; }
.ml_220{ margin-left: -220px ; }
.ml_240{ margin-left: -240px ; }
.ml_255{ margin-left: -255px ; }
.ml_260{ margin-left: -260px ; }
.ml_280{ margin-left: -280px ; }
.ml_300{ margin-left: -300px ; }

.margin_right0{ margin-right: 0px !important ; }
.margin_right5{ margin-right: 5px !important ; }
.margin_right10{ margin-right: 10px!important ; }
.margin_right15{ margin-right: 15px; }
.margin_right20{ margin-right: 20px ; }
.margin_right25{ margin-right: 25px ; }
.margin_right30{ margin-right: 30px ; }
.margin_right40{ margin-right: 40px ; }
.margin_right45{ margin-right: 45px ; }
.margin_right50{ margin-right: 50px ; }
.margin_right60{ margin-right: 60px ; }
.margin_right70{ margin-right: 70px ; }
.margin_right80{ margin-right: 80px ; }
.margin_right85{ margin-right: 85px ; }
.margin_right90{ margin-right: 90px ; }
.margin_right100{ margin-right: 100px ; }
.margin_right110{ margin-right: 110px; }
.margin_right120{ margin-right: 120px ; }
.margin_right130{ margin-right: 130px ; }
.margin_right140{ margin-right: 140px ; }
.margin_right150{ margin-right: 150px ; }
.margin_right160{ margin-right: 160px ; }
.margin_right170{ margin-right: 170px ; }
.margin_right180{ margin-right: 180px ; }
.margin_right190{ margin-right: 190px ; }
.margin_right200{ margin-right: 200px ; }
.margin_right240{ margin-right: 240px ; }


.mr_10{ margin-right: -10px ; }
.mr_12{ margin-right: -12px ; }
.mr_15{ margin-right: -15px ; }
.mr_20{ margin-right: -20px ; }
.mr_25{ margin-right: -25px ; }
.mr_30{ margin-right: -30px ; }
.mr_40{ margin-right: -40px ; }
.mr_50{ margin-right: -50px ; }
.mr_60{ margin-right: -60px ; }
.mr_70{ margin-right: -70px ; }
.mr_80{ margin-right: -80px ; }
.mr_90{ margin-right: -90px ; }
.mr_100{ margin-right: -100px ; }
.mr_130{ margin-right: -130px ; }
.mr_140{ margin-right: -140px ; }
.mr_150{ margin-right: -150px ; }
.mr_160{ margin-right: -160px ; }
.mr_180{ margin-right: -180px ; }
.mr_200{ margin-right: -200px ; }
.mr_210{ margin-right: -210px ; }
.mr_220{ margin-right: -220px ; }
.mr_240{ margin-right: -240px ; }
.mr_260{ margin-right: -260px ; }
.mr_280{ margin-right: -280px ; }
.mr_300{ margin-right: -300px ; }



/* ===============================================
    Color
------------------------*/
/** 1.Skin-color **/
.ttm-textcolor-skincolor,
.ttm-textcolor-skincolor h1,.ttm-textcolor-skincolor h2,.ttm-textcolor-skincolor h3, 
.ttm-textcolor-skincolor h4,.ttm-textcolor-skincolor h5,.ttm-textcolor-skincolor h6,
.ttm-textcolor-skincolor a,.ttm-textcolor-skincolor i,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor a, 
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor i, 
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor a, 
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor i, 
a.ttm-textcolor-skincolor,i.ttm-textcolor-skincolor, 
:not(.ttm-bgcolor-darkgrey) a.ttm-textcolor-skincolor,
:not(.ttm-bgcolor-darkgrey) i.ttm-textcolor-skincolor,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor, 
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h1,.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h2,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h3,.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h4,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h5,.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h6,
.ttm-bgcolor-darkgrey a:hover,.ttm-textcolor-white a:hover,.ttm-bgcolor-darkgrey a:hover i,.ttm-btn-color-skincolor, 
blockquote:before,.ttm-blog-single blockquote .qoute-text:before,
.ttm-bgcolor-darkgrey .ttm-btn-color-skincolor,.ttm-bgcolor-darkgrey .ttm-btn-color-skincolor i,
.ttm-bgcolor-grey .ttm-btn-color-skincolor,.ttm-list-icon-color-skincolor li i,
.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.ttm-icon_element-fill.ttm-icon_element-color-grey i,
.ttm-btn-style-border.ttm-btn-color-skincolor,
.ttm-header-style-01 #site-header-menu .site-navigation .main-menu  ul.menu > li:hover > a, 
a.ttm-btn.btn-inline.ttm-btn-color-dark:hover,a.ttm-btn.btn-inline.ttm-btn-color-dark:hover i,
.ttm-icon_element-fill.ttm-icon_element-color-white,
.ttm-icon_element-fill.ttm-icon_element-color-white i,
.ttm-icon_element-color-skincolor,.ttm-icon_element-color-skincolor:not(.ttm-icon_element-fill) i, 
.ttm-bgcolor-darkgrey .ttm-icon_element-color-skincolor 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,nav.main-menu ul.menu li > a:hover,
#site-header-menu .site-navigation ul.menu > li >a:hover,
a:hover, .ttm-bgcolor-darkgrey a:hover{

  color: var(--skin-color);
}

/** Skin-bg-color **/
.ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor > .ttm-bg-layer,
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-bg-layer-inner, 
.ttm-icon_element-fill.ttm-icon_element-color-skincolor,
.ttm-btn-style-fill.ttm-btn-color-skincolor,
 .ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:not(.btn-inline):hover:before,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:not(.btn-inline):hover:before,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover:before ,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover:after ,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:hover:before,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:hover:after,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:after,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:before,
.ttm-bgcolor-grey .tooltip:after, .ttm-bgcolor-grey [data-tooltip]:after,
.ttm-bgcolor-darkgrey .tooltip:after, .ttm-bgcolor-darkgrey [data-tooltip]:after,
 #site-header-menu .site-navigation .main-menu > ul ul li:hover > a,
  #site-header-menu .site-navigation .main-menu > ul ul li:hover > a,
.ttm-textcolor-skincolor .tooltip:after, .ttm-textcolor-skincolor [data-tooltip]:after,
.footer .social-icons li>a:hover{

    background-color: var(--skin-color);
}


/** Skin-border-color **/
.ttm-btn-style-fill.ttm-btn-color-skincolor,.footer .social-icons li>a:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor a, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor i, 
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor a, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor i {

    border-color:  var(--skin-color);
}

.ttm-bgcolor-darkgrey .tooltip-top:before, .ttm-bgcolor-darkgrey .tooltip:before, 
.ttm-textcolor-skincolor .tooltip-top:before, .ttm-textcolor-skincolor .tooltip:before, 
.ttm-bgcolor-grey .tooltip-top:before, .ttm-bgcolor-grey .tooltip:before,
.ttm-bgcolor-grey [data-tooltip]:before, 
.ttm-bgcolor-skincolor .bottom-angle{

    border-top-color: var(--skin-color);
}





/** 2.Darkgrey-color **/

.ttm-textcolor-darkgrey,
.ttm-textcolor-darkgrey p,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h1,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h2, 
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h3,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h4, 
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h5,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h6, 
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey p, 
:not(.ttm-bgcolor-skincolor) .ttm-textcolor-darkgrey span,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-darkgrey,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover i,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white i,
.ttm-bgcolor-darkgrey .ttm-btn-style-fill.ttm-btn-color-skincolor:hover i,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-textcolor-white .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-btn-color-dark, .ttm-btn-color-skincolor:hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-skincolor .row > [class*='col-'] :not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-skincolor .row > [class*='col-'] :not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
a.ttm-btn.ttm-btn-color-dark,a.ttm-btn.ttm-btn-color-dark i,
.ttm-btn-style-fill.ttm-btn-color-white, 
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:not(.btn-inline):hover,
.ttm-icon_element-color-darkgrey, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey > i,
.ttm-icon_element-color-darkgrey:not(.ttm-icon_element-fill) i{

    color: var(--dark-grey-color);
}


/** DarkGrey-bg-color **/
.ttm-bgcolor-darkgrey ,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-bgcolor-skincolor .tooltip:after, .ttm-bgcolor-skincolor [data-tooltip]:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark, .tooltip:after, [data-tooltip]:after,
.ttm-icon_element-fill.ttm-icon_element-color-darkgrey,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover:before,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:not(.btn-inline):hover:before,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover:before ,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover:after ,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:before, 
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:after,
.ttm-toggle-title-bgcolor-darkgrey{

  background-color:var(--dark-grey-color);
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-darkgrey,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover,
.ttm-bgcolor-darkgrey .submit.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,
.ttm-bgcolor-skincolor .row > [class*='col-'] :not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor .row > [class*='col-'] :not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.tooltip-top:before, .tooltip:before, [data-tooltip]:before {

    border-color:var(--dark-grey-color);
}

.ttm-bgcolor-skincolor .tooltip-top:before, .ttm-bgcolor-skincolor .tooltip:before, 
.ttm-bgcolor-skincolor [data-tooltip]:before, 
.tooltip-top:before, .tooltip:before, [data-tooltip]:before {

    border-top-color:var(--dark-grey-color);
}


/** 3.White-color **/

.ttm-textcolor-white,.ttm-textcolor-white a, 
.ttm-btn-color-white, .ttm-icon_element-color-white, .ttm-icon_element-color-white > i, 
.ttm-bgcolor-skincolor i, .ttm-bgcolor-darkgrey i,
.ttm-bgcolor-skincolor .ttm-icon_element-color-white:not(.ttm-icon_element-fill) i, 
.ttm-bgcolor-darkgrey .ttm-icon_element-color-white:not(.ttm-icon_element-fill) i,
.ttm-textcolor-white h1, .ttm-textcolor-white h2, .ttm-textcolor-white h3, 
.ttm-textcolor-white h4, .ttm-textcolor-white h5,
.ttm-textcolor-white h6, .ttm-textcolor-white a,
.ttm-bgcolor-skincolor h1, .ttm-bgcolor-skincolor h2, .ttm-bgcolor-skincolor h3, 
.ttm-bgcolor-skincolor h4, .ttm-bgcolor-skincolor h5, .ttm-bgcolor-skincolor h6, 
.ttm-bgcolor-skincolor a, .ttm-bgcolor-skincolor div,
:not(.ttm-bgcolor-skincolor) .ttm-textcolor-white span:not(.ttm-textcolor-skincolor),
.ttm-bgcolor-darkgrey h1, .ttm-bgcolor-darkgrey h2, .ttm-bgcolor-darkgrey h3, 
.ttm-bgcolor-darkgrey h4, .ttm-bgcolor-darkgrey h5, .ttm-bgcolor-darkgrey h6, .ttm-bgcolor-darkgrey a,
.ttm-bgcolor-darkgrey div,.ttm-bgcolor-darkgrey .section-title p,
.ttm-textcolor-white .ttm-social-links-wrapper ul li a,
.ttm-icon_element-fill.ttm-icon_element-color-skincolor,
.ttm-icon_element-fill.ttm-icon_element-color-skincolor i, 
.ttm-icon_element-fill.ttm-icon_element-color-darkgrey,
.ttm-btn-style-fill.ttm-btn-color-skincolor,
.ttm-btn-style-fill.ttm-btn-color-skincolor i,
.ttm-textcolor-white:not(.ttm-bgcolor-darkgrey) .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover, 
.ttm-bgcolor-skincolor .ttm-btn.btn-inline.ttm-btn-color-white:hover, 
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:hover, 
.ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover i,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn-color-skincolor:hover i,
.ttm-bgcolor-skincolor .row > [class*='col-'] :not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor .row > [class*='col-'] :not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,.footer .social-icons li>a:hover,
a.ttm-btn.ttm-btn-color-dark:hover,a.ttm-btn.ttm-btn-color-dark:hover i,
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-darkgrey i,
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-skincolor i,.ttm-bgcolor-skincolor p, .ttm-bgcolor-darkgrey p,
.ttm-bgcolor-skincolor span, .ttm-bgcolor-darkgrey span,
 #site-header-menu .site-navigation .main-menu > ul ul li:hover > a,
.ttm-bgcolor-skincolor i, .ttm-bgcolor-darkgrey i,nav.main-menu{ 

    color: var(--white-color);
}
  


/** White-bg-color **/

.ttm-bgcolor-white, 
.ttm-bgcolor-white > .ttm-bg-layer,
.ttm-bgcolor-white > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-icon_element-fill.ttm-icon_element-color-white,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover:before,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:not(.btn-inline):hover:before,
.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-icon_element-fill.ttm-icon_element-color-white{
    background-color: var(--white-color);
}

.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white ,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover{
    border-color:  var(--white-color);
}

.ttm-header-style-04 .header_search .header_search_content:before{
    border-bottom-color:  var(--white-color);
}


/** 4.Grey-color **/
.ttm-bgcolor-grey,
.ttm-bgcolor-grey > .ttm-bg-layer,
.ttm-bgcolor-grey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-btn-style-fill.ttm-btn-color-grey,
.ttm-icon_element-fill.ttm-icon_element-color-grey{
    background-color: var(--grey-color);
}

.ttm-btn-style-fill.ttm-btn-color-grey,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-grey,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-grey{
    border-color: var(--grey-color);
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-grey{
    color:  var(--grey-color);
}


/** text-color **/
.ttm-textcolor-skincolor { color: var(--skin-color); }
.ttm-textcolor-darkgreycolor { color: var(--dark-grey-color); }
.ttm-textcolor-greycolor { color: var(--grey-color); }
.ttm-textcolor-whitecolor { color: var(--white-color); }

/** Background-color **/
.ttm-bgcolor-skincolor { background-color: var(--skin-color); }
.ttm-bgcolor-darkgrey { background-color: var(--dark-grey-color); }
.ttm-bgcolor-white { background-color: var(--white-color); }
.ttm-bgcolor-grey { background-color: var(--grey-color); }



/* ===============================================
    Pre-loader
------------------------*/
#preloader  {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -30px 0 0 -30px;
 }
#status {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background:  var(--white-color);
    background-image: url(../images/pre-loader-1.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--white-color);
    color: var(--skin-color);
}

/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/

/** SocialIcon **/

.social-icons ul{ margin: 0; padding: 0; }
.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.social-icons li {
    display: inline-block;
    border: none;
}
.social-icons.circle li>a {
    border: 1px solid ;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 14px;
    border-radius: 50%;
}

.social-icons.circle li>a:hover{border-color:var(--white-color);}
.social-icons.circle li {
    margin: 6px 3px 5px;
}


 /** 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:   var(--dark-grey-color);
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}
.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: -80px;
}
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: var(--dark-grey-color);
    color: var(--white-color);
    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-dotted { border: 0; outline: 0; }
.slick_slider.slick-dotted .slick-dots{
    display:inline-block;
    position: absolute;
    right: 10px;
    bottom: -15px;
    margin: 0;
    z-index: 22;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;

}
.slick_slider.slick-dotted .slick-dots li{
  display: inline-block;
  list-style: none;
  line-height: 0;

}
.slick_slider.slick-dotted .slick-dots li button:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 3px;
  width: 8px;
  height: 8px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  content: unset;    
}

.slick-dots li button {
  display: inline-block;
  width: 25px;
  height: 5px;
  border-radius: 0;
  cursor: pointer;
  margin: 0 5px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color:#535353;
  font-size: 0;
  padding: 0;

}
.slick-dots li.slick-active button {
  background: transparent;
  text-align: center;
  background-color:var(--skin-color);
}

/*slick-arrow*/
.slick_slider .slick-arrow {
    width: 46px;
    height: 46px;
    z-index: 1;
    border: 0;
    color: inherit;
    background-color: rgba(255,255,255,.07);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    border: 0;
}
.slick_slider .slick-next{ right: 0; }

.slick_slider .slick-prev:before, .slick_slider .slick-next:before {
    font-family: 'themify';
    font-size: 15px;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
    content: "\e649";
}
.slick_slider .slick-next:before {
    content: "\e64a";
}
.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;
}

/*slick-arrows-style1*/
.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-arrows-style2*/
.slick_slider.slick-arrows-style2 .slick-prev,.slick_slider.slick-arrows-style2 .slick-next{
  background-color: transparent;
  color: rgba(255,255,255,.46);
  bottom: 0!important;
  top: auto;
}
.slick_slider.slick-arrows-style2 .slick-prev:hover,.slick_slider.slick-arrows-style2 .slick-next:hover{
    color: var(--white-color);
}
.slick_slider.slick-arrows-style2 .slick-arrow {
    border: 1px solid transparent;
    opacity: 1;
    z-index: 11;
    overflow: hidden;
    box-shadow: unset;
}
.slick_slider.slick-arrows-style2 .slick-next{ 
    right:100px; 
    left: auto;
}
.slick_slider.slick-arrows-style2 .slick-prev {
    right: 70px;
}
.slick_slider.slick-arrows-style2 .slick-prev:before,
.slick_slider.slick-arrows-style2 .slick-next:before {
    font-family: 'themify';
    font-size: 17px;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_slider.slick-arrows-style2 .slick-prev:before {
    content: "\e628";
}
.slick_slider.slick-arrows-style2 .slick-next:before {
    content: "\e629";
}

/*style3*/
.slick_slider.slick-arrows-style3 .slick-arrow{
    border: none;
    height: 35px;
    width: 35px;
    color: #fff;
    background-color: transparent;
}
.slick_slider.slick-arrows-style3 .slick-prev,.slick_slider.slick-arrows-style3 .slick-next{
    bottom:8px;
    top: auto;
    right: 65px;
    left: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.slick_slider.slick-arrows-style3 .slick-next:before {
    content: "\e628";
    font-size: 14px;
}
.slick_slider.slick-arrows-style3 .slick-prev:before {
    content: "\e629";
    font-size: 14px;
}

.slick_slider.slick-arrows-style3 .slick-next,
.slick_slider.slick-arrows-style3 .slick-prev {
    top:17%;
}
.slick_slider.slick-arrows-style3 .slick-next{
    right: 50%;
    margin-right: -90px;
}
.slick_slider.slick-arrows-style3 .slick-prev{
    left: 50%;
    margin-left: -90px;
}
.slick_slider.slick-arrows-style3 .slick-next:before,
.slick_slider.slick-arrows-style3 .slick-prev:before {
    font-size: 20px;
}

/*  ===============================================
    TopBar
------------------------*/
.top_bar {
    width: 100%;
    z-index: 10;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.top_bar_icon {
    display: inline-block;
    margin-right: 8px;
}
.top_bar_contact_item {
    font-size: 14px;
    margin-right: 30px;
    position: relative;
}
.top_bar_contact_item:last-child {
    margin-right: 0;
}

.top_bar .social-icons li {
    min-width: 30px;
    margin-left: 0;
    font-size: 14px;
    text-align: center;
}
.top_bar .social-icons li a{ 
    border: none;
    width: 20px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500; }



/*  ===============================================
    Header
------------------------*/

/** SiteBrand(logo) **/
.site-branding img {
    position: relative;
    max-height: 100%;
    max-height: 40px;
}

/** SiteBrand(logo) **/

.site-branding{
    float: left;
    height: 100px;
    line-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ttm-header-top-wrapper{
    position: relative;
}


/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
    z-index: 2;
}
nav.main-menu ul {
    position: relative;
    margin: 0;
    display: block;
}
/* ttm-header-style 01*/
   header.ttm-header-style-01 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: rgba(0,35,69,0.85)!important;
  }
#site-header-menu .site-navigation ul.menu > li >a {
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;

}
.ttm-header-text-area {
    height: 100px;
    line-height: 100px;
    padding-left: 20px;
    position: relative;

}
.ttm-header-floating-text {
    position: absolute;
    top: 0;
    padding: 0 13px 0 12px;
    color: #fff;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 44px;
    padding-top: 17px;
    height: 129px;
    overflow: hidden;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    z-index: 1;
    background-color: var(--skin-color);
    color: var(--white-color);
}
.ttm-header-floating-text h3{
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    white-space: pre;
    transform: rotate(90deg);
    letter-spacing: .5px;
    font-weight: 400;
  }
  .ttm-header-floating-text .icon {
    line-height: 39px;
    margin-left: -1px;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
}
.ttm-header-floating-text .icon i {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    padding-top: 4px;
    text-align: center;
}
.ttm-header-text-area div.header-info-widget:nth-child(2) {
    padding-left: 62px;
}
.ttm-header-text-area .header-info-widget {
    vertical-align: middle;
    display: inline-block;
    text-align: left;
}
.ttm-header-text-area .header-info-widget h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 3px;
    font-weight: 600;
    color: var(--skin-color);

}
.ttm-header-text-area .header-info-widget h3 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0;
    font-weight: 400;
    color: var(--white-color);
}

/* ===============================================
    Footer
------------------------*/
.footer {
    background-image: url(../images/footer.png);
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.footer.ttm-bgcolor-darkgrey.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer{opacity: 0.3;}
.footer .widget { margin: 60px 0 55px;position: relative; }
.footer .widget .widget-title { margin-bottom: 25px; display: inline-block; font-weight: 500; }
.footer .widget ul>li { padding: 0 0 12px 0;color: rgb(255 255 255 / 75%); }
.footer .ttm-textcolor-white { color: rgba(255,255,255,.75); }
.footer .widget .ttm-btn.ttm-btn-size-md{ padding: 14px 27px 14px 27px; }
.footer .widget .ttm-btn.ttm-btn-color-skincolor.ttm-btn-size-md i{color:var(--skin-color);}
.footer .widget .ttm-btn.ttm-btn-size-md:hover,
.footer .widget .ttm-btn.ttm-btn-color-skincolor.ttm-btn-size-md:hover i{color:var(--white-color);}

/** FirstFooter **/
.first-footer {
    padding: 40px 0 40px;
    border-bottom: 1px solid rgba(255,255,255,.07);
}
.first-footer .widget-area .widget {
    margin: 0;
}
.first-footer .featured-icon-box .featured-title{ padding-left: 10px; }
.first-footer .featured-icon-box .featured-icon .ttm-icon { height: 50px; width: 50px; }

/** SecondFooter **/

.second-footer.ttm-bgcolor-darkgrey.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer{ opacity: .97;}
.footer-logo img{max-width: 180px;}

.widget ul{ margin: 0; padding: 0; list-style: none;}
.widget ul>li {
    padding: 0 0 15px 0;
    position: relative;
     font-size: 15px;
}
.widget .widget-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
}
.second-footer .textwidget.widget-text p{padding: 20px 90px 7px;margin-bottom:0;} 
.second-footer .sep_holder .sep_line,.border-end, .border-start{border-color: rgba(255,255,255,.06)!important;}

/** ttm-recent-post-list **/
.footer .widget ul.ttm-recent-post-list>li {
    padding-bottom: 16px;
    padding-top: 5px;
}
ul.ttm-recent-post-list>li>a {
    font-size: 15px;
    line-height: 22px;
    display: block;
    font-weight: 400;
}
ul.ttm-recent-post-list>li img {
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 18px;
}
ul.ttm-recent-post-list>li .post-date {
    display: block;
    font-size: 15px;
}
ul.ttm-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}

.footer .textwidget p,
.footer ul.widget-post>li .post-date{color: rgb(255 255 255 / 75%);}

/** widget_nav_menu **/
.widget.widget_nav_menu a {
    padding-left: 20px;
    font-weight: 400;
    font-size: 15px;
}
.widget.widget_nav_menu a:before {
    line-height: 1em;
    font-size: 14px;
    content: "";
    background-color:var(--skin-color);
    width: 11px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 12px;
}


/* ttm_subscribe_form */
.ttm_subscribe_form{ position: relative;margin: 0 50px; }
.ttm_subscribe_form input[type="email"] {
    background-color:var(--white-color);
    border: none;
    width: 100%;
    height: 60px;
    padding-left: 15px;
    color: var(--body-fonts-color);
    font-size: 16px;
    border-radius: 5px;
    font-family: var(--body-fonts);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ttm_subscribe_form input::placeholder {
  color: #a8b9be;
}
.ttm_subscribe_form .btn[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    border-radius: 0;
    height: 60px;
    width: 155px;
    background-color: var(--skin-color);
    color: var(--white-color)!important;
    padding: 15px;
    border-radius: 0px 5px 5px 0px;
}


/* social-icons */

.footer .social-icons li{ margin: 0 4px 0 4px; }
.footer .social-icons li:first-child{margin-left: 0;}
.footer .social-icons li>a {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    border: 1px solid ;
    background-color: transparent;
    font-size: 14px;
    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;
}

.footer .social-icons li > a i{color: var(--white-color);}

.footer .bottom-footer-text {
    background-color: var(--dark-grey-color);
}

/** copyright **/
.copyright {
    line-height: 25px;
    text-align: center;
}
.copyright {
    padding-top: 20px;
    padding-bottom: 19px;
    font-size: 16px;   
}
.footer .bottom-footer-text{
  border-top: 1px solid rgba(255,255,255,.07);
}

/** Footer-nav-menu **/
.footer-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 16px;
    font-size: 14px;
    padding-bottom: 0;
}
.footer-nav-menu li:last-child { padding-right: 0; }
.footer-nav-menu li:first-child { padding-left: 0; }
ul.footer-nav-menu li:not(:last-child):after {
    position: absolute;
    content: "|";
    padding-left: 7px;
}

/** widget-timelist **/
.widget-timelist ul.ttm-timelist-block {
    padding: 0;
    list-style: none;
}
.widget-timelist ul.ttm-timelist-block li:first-child {
    padding-top: 0;
}
.widget-timelist ul.ttm-timelist-block li {
    padding: 10px 0 10px 0;
}
.widget-timelist ul.ttm-timelist-block li .service-time {
    float: right;
    color: rgb(255 255 255 / 75%);
}
.widget-timelist ul.ttm-timelist-block li .sundaylist {
    float: right;
    color: var(--skin-color);
}
/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: var(--white-color);
    background-color: var(--dark-grey-color);
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;

}
#totop.top-visible {
    height: 45px;
    width: 45px;
    font-size: 24px;
    display: inline;
}


/* ===============================================
    Page-Title-Row
------------------------*/
.ttm-page-title-row { 
    background: url(../images/ttm-pagetitle-bg.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.ttm-page-title-row.ttm-bg.ttm-bgimage-yes.ttm-bgcolor-darkgrey>.ttm-bg-layer {
    opacity: 0.6;
}
/*.ttm-page-title-row-inner { 
    width: 100%;
    padding: 105px 0 125px;
    text-align: center;
    background-color: rgba(34,54,69,0.6);
}*/
.ttm-page-title-row { 
    display: block;
    padding-top: 200px; 
    padding-bottom: 110px;
    z-index: 1;
}
.title-box {
    display: table;
    width: 100%;
}
.title-box .page-title-heading, .breadcrumb-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.page-title-heading h1 {
    font-size: 47px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.breadcrumb-wrapper .container { padding-right: 0; }
.breadcrumb-wrapper .breadcrumb-wrapper-inner {
    background-color: rgba(255,255,255,.03);
    padding: 15px;
    display: inline-block;
}
.breadcrumb-wrapper a , .breadcrumb-wrapper span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 19px;
}





/* ===============================================
    Inner-Pages
------------------------*/
 
 
/*------------------------------------------------------------------------------*/
/*  1.bbpress
/*------------------------------------------------------------------------------*/ 

.bbpress-forums {
    background: transparent;
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 14px;
}
.bbpress-forums ul.bbp-forums{
  border: 1px solid #eaeaea;
  clear: both;
}
.bbpress-forums div.bbp-search-form {
    float: right;
}
.bbpress-forums #bbp-search-form #bbp_search {
    display: inline-block;
    width: 201px;
    padding: 8px 8px;
    float: left;
    height: 38px;
}
#bbp_search_submit {
    height: 38px;
    margin: 0 0 20px 5px;
    line-height: 35px;
    display: inline-block;
    padding: 0 30px;
    letter-spacing: 1px;
}
div.bbp-breadcrumb {
    float: left;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.bbp-breadcrumb-sep {
    padding: 0 5px;
}
.bbpress-forums div.bbp-breadcrumb p, .bbpress-forums div.bbp-topic-tags p {
    margin-bottom: 10px;
}
.bbpress-forums li.bbp-header, .bbpress-forums li.bbp-footer {
    background: #f3f3f3;
    border-top: 1px solid #eee;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
}
.bbpress-forums li.bbp-footer p {
    margin: 0;
    line-height: 1em;
}
.bbpress-forums ul {
    background: none;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.bbpress-forums li {
    font-size: 14px;
}
.bbpress-forums ul li.bbp-header {
    border: 0;
    padding: 15px;
    font-size: 14px;
}
.bbpress-forums li.bbp-body ul {
    border-top: 1px solid #e4e7e8;
    padding: 20px 15px;
}
.bbpress-forums ul.odd {
    background-color: #fbfbfb;
}
li.bbp-forum-info, li.bbp-topic-title {
    float: left;
    text-align: left;
    width: 55%;
}
.bbp-forum-title {
    font-size: 21px;
    font-weight: 400;
}
.bbpress-forums .bbp-forum-info .bbp-forum-content, .bbpress-forums p.bbp-topic-meta {
    font-size: inherit;
}
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
    float: left;
    text-align: center;
    width: 10%;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
    text-align: center;
    float: left;
    width: 22%;
}
.bbpress-forums .bbp-forum-info .bbp-forum-content, .bbpress-forums p.bbp-topic-meta {
    margin: 5px 0 5px;
    word-wrap: break-word;
}
.bbpress-forums p.bbp-topic-meta img.avatar, .bbpress-forums div.bbp-template-notice img.avatar{
    float: none;
    margin-bottom: 0;
    border: 1px solid #ddd;
    width: 19px;
}

/* fourms-details */
.bbpress-forums ul.bbp-lead-topic, .bbpress-forums ul.bbp-topics, 
.bbpress-forums ul.bbp-forums, .bbpress-forums ul.bbp-replies, 
.bbpress-forums ul.bbp-search-results {
    font-size: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 20px;
    clear: both;
}
div.bbp-template-notice, div.indicator-hint {
    border-width: 1px;
    border-style: solid;
    padding: 0 0.6em;
    margin: 5px 0 15px;
    border-radius: 3px;
    background-color: #ffffe0;
    border-color: #e6db55;
    color: #000;
    clear: both;
}
div.bbp-template-notice.info {
    border: 1px solid #eaeaea;
    background-color: #f7f7f7;
    border-radius: 0;
}
div.bbp-template-notice p {
    margin: 0.5em 0 6px 0 !important;
    padding: 2px;
    font-size: 13px;
    line-height: 140%;
}
.bbp-pagination {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.bbp-pagination-count {
    font-size: 13px;
    float: left;
    border: 1px solid transparent;
}
.bbp-pagination-links {
    float: right;
    list-style: none;
    display: inline;
}
.bbpress-forums a.bbp-topic-permalink {
    font-size: 18px;
}

.bbpress-forums div.bbp-forum-author, .bbpress-forums div.bbp-topic-author, .bbpress-forums div.bbp-reply-author {
    float: left;
    text-align: center;
    width: 115px;
}
.bbpress-forums li.bbp-header .bbp-reply-content, .bbpress-forums li.bbp-footer .bbp-reply-content {
    margin-left: 140px;
    padding: 0;
    text-align: left;
}
.bbpress-forums div.bbp-forum-header, .bbpress-forums div.bbp-topic-header, .bbpress-forums div.bbp-reply-header {
    background-color: #f4f4f4;
}
.bbp-forum-header a.bbp-forum-permalink, .bbp-topic-header a.bbp-topic-permalink, .bbp-reply-header a.bbp-reply-permalink {
    float: right;
    margin-left: 10px;
    color: #ccc;
}
div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header, li.bbp-body div.hentry {
    margin-bottom: 0;
    overflow: hidden;
    padding: 8px;
}
.bbpress-forums div.bbp-forum-content, .bbpress-forums div.bbp-topic-content, .bbpress-forums div.bbp-reply-content {
    margin-left: 130px;
    padding: 12px 12px 12px 0;
    text-align: left;
}
.bbpress-forums div.bbp-topic-author a.bbp-author-name, .bbpress-forums div.bbp-reply-author a.bbp-author-name {
    clear: left;
    display: block;
}
.bbpress-forums div.bbp-forum-author .bbp-author-role, .bbpress-forums div.bbp-topic-author .bbp-author-role, .bbpress-forums div.bbp-reply-author .bbp-author-role {
    font-size: 11px;
    font-style: italic;
}


/*------------------------------------------------------------------------------*/
/*  2.team-member-single
/*------------------------------------------------------------------------------*/ 
.ttm-team-member-single-content,
.ttm-team-member-single-list{ 
    position: relative;
    margin: 0;
}
.ttm-team-member-single-content .ttm-featured-wrapper{ 
    margin-left: 60px;
}
.single .ttm-team-member-view-default .ttm-social-links-wrapper {
    display: block;
    clear: both;
    position: absolute;
    left: 19px;
    top: 127px;
    z-index: 1;
}
.single .ttm-social-links-wrapper ul li {
    display: block;
    margin-bottom: 10px;
}
.single .ttm-team-member-view-default .ttm-social-links-wrapper ul li a {
    border: 1px solid transparent;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    background-color:var(--dark-grey-color);
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
}

.single .ttm-team-member-view-default .ttm-social-links-wrapper ul li a:hover{background-color:var(--skin-color);}
.ttm-team-member-single-content-area .ttm-team-member-content {
    margin-top: 36px;
    margin-bottom: 36px;
    margin-left: -30px;
    padding: 46px 25px 40px 40px;
}
.ttm-team-member-single-content:first-child:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 47px;
    bottom: 52px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    -webkit-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    -moz-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
}
.ttm-team-member-content .ttm-team-member-single-title {
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
}
.ttm-team-member-single-position {
    font-size: 15px;
    color: #6e6e6e;
    font-weight: 400;
    margin-bottom: 10px;
}
.ttm-team-member-appointment-btn-wrapper {
    position: absolute;
    right: 15px;
    top: 0;
}
.ttm-team-member-single-content-wrapper .ttm-team-data {
    border-top: 1px solid #f2f2f2;
    padding-top: 35px;
    margin-top: 25px;
}
.ttm-team-member-single-content-wrapper ul {
    margin: 0;
    padding: 0;
}
.ttm-team-details-list li {
    position: relative;
    padding: 3px 0 6px 0;
    font-size: 15px;
    line-height: 24px;
    display: block;
    float: left;
    width: 100%;
}
.ttm-team-list-title i {
    position: absolute;
    left: -4px;
    text-align: center;
    display: block;
    text-indent: 0;
    font-size: 16px;
    top: 0;
    color: var(--skin-color);
}
.ttm-team-details-list .ttm-team-list-title, .ttm-team-details-list .ttm-team-list-value {
    display: inline-block;
}
.ttm-team-details-list .ttm-team-list-title {
    margin-right: 8px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding-left: 26px;
    color: var(--dark-grey-color);
    font-family: var(--title-fonts);
}
.ttm-team-list-value a {
    color: var(--dark-grey-color);
}
.ttm-team-list-value a:hover {
    color: var(--skin-color);
}
.ttm-team-member-content {
    padding-top: 40px;
}
.ttm-team-member-content h2 {
    font-size: 30px;
    line-height: 28px;
}


/*------------------------------------------------------------------------------*/
/*  3.Contact_Us_1
/*------------------------------------------------------------------------------*/ 
ul.ttm_contact_widget_wrapper{ padding: 0; list-style: none;}
ul.ttm_contact_widget_wrapper li{
    padding-left: 35px;
    position: relative;
    padding-top: 0;
    padding-bottom: 17px;
    line-height: 25px;
}
ul.ttm_contact_widget_wrapper li i{
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    font-weight: 400;
}

/* socialbox */
.ttm-socialbox-links-wrapper .ttm-socialbox-i-wrapper {
    margin-bottom: 30px;
}
.ttm-socialbox-i-wrapper a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    text-align: center;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    background-color: #ccc;
}
.ttm-socialbox-links-wrapper .ttm-socialbox-i-wrapper a.ttm-socialbox-icon-link-twitter {
    background-color: #2cbfd9;
}
.ttm-socialbox-links-wrapper .ttm-socialbox-i-wrapper a.ttm-socialbox-icon-link-gplus {
    background-color: #d3452b;
}
.ttm-socialbox-links-wrapper .ttm-socialbox-i-wrapper a.ttm-socialbox-icon-link-facebook {
    background-color: #4483bc;
}
.ttm-socialbox-links-wrapper .ttm-socialbox-i-wrapper a .ttm-link {
    color: #9dabaf;
    position: absolute;
    top: 0;
    left: 46px;
    text-transform: capitalize;
}


/* services-time */
ul.ttm-timelistbox-block {
    padding: 0;
    font-size: 14px;
    margin-top: 0;
}
ul.ttm-timelistbox-block li {
    font-size: 15px;
    line-height: 23px;
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.07);
    padding: 14px 0;
}
ul.ttm-timelistbox-block li span.service-time{
    float: right;
}
ul.ttm-timelistbox-block li span{
  font-weight: 400;
}

/*------------------------------------------------------------------------------*/
/*  4.Research Single(single style)
/*------------------------------------------------------------------------------*/
.ttm-pf-detailbox-list {
    list-style: none;
    overflow: hidden;
    margin-top: 0;
    background-color: #f9fafa;
    padding: 16px 15px 20px 20px;
}
.ttm-pf-detailbox-list .ttm-pf-details-date {
    position: relative;
    display: block;
    padding: 17px 0 20px 32px;
    font-size: 1em;
    margin-left: 23px;
}
.ttm-pf-details-date:not(:last-child):before {
    height: 1px;
    display: block;
    width: 95%;
    background: #eee;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.ttm-pf-detailbox-list .ttm-pf-details-date .ttm-pf-left-details {
    font-weight: 500;
    margin-right: 5px;
    margin-left: 0;
    font-family: var(--title-fonts);
    font-size: 17px;
    color:var(--dark-grey-color);
}
.ttm-pf-detailbox-list .ttm-pf-details-date i {
    position: absolute;
    left: -20px;
    top: 11px;
    display: inline-block;
    border-radius: 50%;
    padding-left: 0;
    font-size: 16px;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 39px;
    border: 1px solid #eee;
    background-color: #fff;
    z-index: 1;
}
.ttm-pf-details-date:not(:last-child):after {
    content: '';
    position: absolute;
    left: 0;
    top: 32px;
    height: 100%;
    border-right: 1px solid #e2e3e5;
}
.ttm-pf-single-content-area, .ttm-social-share-portfolio-wrapper{
  margin-top: 30px;
}
.ttm-pf-single-content-wrapper-innerbox .ttm-social-share-title {
    padding-top: 11px;
    font-size: 18px;
    float: left;
    font-weight: 400;
    padding-right: 10px;
    position: relative;
    margin-right: 10px;
    font-family: 'Vidaloka', serif;
}
.ttm-pf-single-content-wrapper-innerbox .ttm-social-share-title:before ,
.ttm-blog-classic .ttm-social-share-wrapper .ttm-social-share-title:before{
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    speak-as: none;
    display: inline;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    font-size: 17px;
    content: "\f1e0";
    margin-right: 10px;
    position: static;
    padding-right: 0;
}
.ttm-nextprev-bottom-nav {
    position: relative;
    margin-bottom: 20px;
    margin-top: 31px;
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
}
.ttm-nextprev-bottom-nav .nav-next, .ttm-nextprev-bottom-nav .nav-previous {
    display: inline-block;
    position: relative;
}
.ttm-nextprev-bottom-nav .nav-next a, .ttm-nextprev-bottom-nav .nav-previous a {
    text-align: center;
    top: 106px;
    right: 48px;
    color: #fff;
    transition: all .2s ease-in-out;
    display: inline-block;
    border-style: solid;
    font-size: 16px;
    padding: 13px 26px;
    border-radius:5px;
    font-weight: 400;
    text-transform:capitalize;
    font-family: var(--title-fonts);
}
.ttm-nextprev-bottom-nav .nav-previous a:after, .ttm-nextprev-bottom-nav .nav-next a:after {
    position: absolute;
    font-size: 20px;
    top: 15px;
}
.ttm-nextprev-bottom-nav .nav-previous a {
    padding-right: 25px;
    padding-left: 44px;
    background-color: var(--skin-color);
    color: var(--white-color);
    font-family: var(--title-fonts);
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 9px;
    padding: 13px 45px;
}
.ttm-nextprev-bottom-nav .nav-previous a:after {
    content: '\f100';
    font-family: "FontAwesome";
    left: 25px;
}
.ttm-nextprev-bottom-nav .nav-next a{
   padding-right: 50px;
   padding-left: 32px;
}
.ttm-nextprev-bottom-nav .nav-next a:after{
    content: '\f101';
    font-family: "FontAwesome";
    right: 25px;
}
.ttm-pf-single-related-wrapper{ 
    padding-top: 60PX;
}
.ttm-pf-single-related-title {
    font-size: 30px;
    font-weight:600;
    margin-bottom: 30px;
}
.ttm-pf-single-content-wrapper-innerbox.ttm-pf-view-top-image .ttm-pf-single-detail-box .ttm-pf-detailbox,
.ttm-pf-single-content-wrapper-innerbox.ttm-pf-view-top-image .ttm-pf-single-content-area {
    margin-top: 45px;
}


/*------------------------------------------------------------------------------*/
/*  5.Classic_Blog
/*------------------------------------------------------------------------------*/

article.ttm-blog-classic {
    margin-bottom: 15px;
    padding-bottom: 0;
}
article.ttm-blog-classic, .post-featured-wrapper{ 
  position: relative; 
}
.ttm-blog-classic .ttm-box-post-date {
    height: 62px;
    width: 69px;
    position: absolute;
    top: 30px;
    left: 30px;
    font-weight: 400;
    font-size: 31px;
    line-height: 18px;
    padding-top: 13px;
    padding-bottom: 7px;
    z-index: 1;
    color: var(--white-color);
    text-align: center;
    background-color: var(--skin-color);
}

article.ttm-blog-classic .ttm-box-post-date .entry-month{
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  text-transform: capitalize;
  
}

article.ttm-blog-classic .ttm-box-post-date .entry-month span{padding-left: 3px;}


article.ttm-blog-classic .ttm-blog-classic-content {
    padding: 24px 0 20px;
}
article.ttm-blog-classic .ttm-post-entry-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 21px;
}
.ttm-blog-classic .ttm-entry-meta .ttm-meta-line {
    padding-right: 12px;
}
.ttm-blog-classic .post-meta .ttm-meta-line i {
    padding-right: 7px;
    color: var(--skin-color);
}
.ttm-blog-classic .entry-header .entry-title {
    font-size: 31px;
    line-height: 38px;
    font-weight:500;
    margin-bottom: 5px;
}
.ttm-blog-classic .ttm-blogbox-desc-footer,.ttm-blogbox-desc-footer {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
    clear: both;
    overflow: hidden;
}
.ttm-blog-classic .ttm-blogbox-footer-left ,
.ttm-blog-classic .ttm-social-share-wrapper .social-icons,
.ttm-blog-classic .ttm-social-share-wrapper .ttm-social-share-title{ 
    float: left; 
}
.ttm-blog-classic .ttm-social-share-wrapper { float: right; }
.ttm-blog-classic .ttm-social-share-wrapper .ttm-social-share-title{
    font-size: 17px;
    margin-top: 10px;
    margin-right: 3px;
    padding-right: 10px;
    position: relative;
    font-weight: 400;
}
.post-meta {
    margin: 0 0 5px 0;
    font-size: 14px;
    padding: 0 2px 1px 0;
}
.post-meta .ttm-meta-line {
    padding-right: 20px;
    position: relative;
    color:#647589;
    font-size: 14px;
}
/*------------------------------------------------------------------------------*/
/*  6.Single_Blog
/*------------------------------------------------------------------------------*/
.single article.ttm-box-blog-classic {
    margin-bottom: 70px;
    border-bottom: none;
}
.single .ttm-blog-classic .ttm-entry-meta-wrapper {
    margin-bottom: 15px;
    margin-top: 0;
}
.single .ttm-blog-classic .ttm-post-featured-wrapper{ margin-bottom: 12px; }
.single article.ttm-blog-classic .ttm-blog-classic-content{
    padding: 0;
}
.single article.ttm-blog-classic .entry-content ul{ list-style: disc; }
.single article.ttm-blog-classic .entry-content ul li { padding-bottom: 5px; }
.single article.ttm-blog-classic .entry-content ol:not(.comment-list){ list-style-type : decimal;  }
article.ttm-blog-classic .ttm-blog-classic-content img.alignleft, 
article.ttm-blog-classic .ttm-blog-classic-content img.alignright {
    margin-bottom: 10px;
}
.single .ttm-btn{ text-transform: capitalize; padding: 15px 35px; font-weight: 500; }
.ttm-post-prev-next-buttons {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}
.ttm-post-prev-next-buttons .ttm-btn.ttm-btn-size-sm.ttm-icon-btn-left { padding-left: 42px; padding-right: 24px; }

/*blog-comment*/
.comments-area {
    margin-top: 30px;
    margin-bottom: 0;
}
.comments-area h2{
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 15px;
}
.comments-area ol.comment-list {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.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: 400; }
.comment-body {
    margin-left: 105px;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 22px 20px;
    position: relative;
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
}
.comment-author {
    float: left;
    text-align: center;
    width: 87px;
    height: 87px;
    display: block;
    margin-right: 25px;
    overflow: hidden;
    margin-left: -125px;
    margin-top: -20px;
}
.comment-author img { max-width: 100%; height: auto; }
.comment-reply-title {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 33px;
    margin-bottom: 20px;
}
.comment-meta {
    font-size: 14px;
    padding: 0;
    position: relative;
}
.comment-meta, .comment-meta a { color: #9dabaf; font-size: 13px; }
.comment-meta .ttm-comment-owner h5, .ttm-comment-owner {
   display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #182333;
    font-style: normal;
}
.single article.post .comment-body p { margin-top: 10px; }
.comment-list a.comment-reply-link {
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 2px 30px 3px 17px;
    position: relative;
    margin-top: 5px;
    display: inline-block;
}
.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: 22px;
    font-size: 10px;
    margin-left: 8px;
}
.comments-area .comment-respond { padding-top: 10px; }
#respond .comment-reply-title { margin: 0 0 20px!important; }
.comment-form { margin-bottom: 20px; }
.comment-form .comment-notes { margin-bottom: 10px;margin-bottom: 10px;font-size: 15px; }
.comment-form p:not(.comment-notes) { margin-bottom: 20px; }
.comment-form textarea { height: 125px; }

.comment-form textarea, .comment-form input[type="text"], 
.comment-form input[type="email"], .comment-form input[type="url"] {
    background-color: transparent;
    border: 1px solid #efefef;
    border-radius: 0;
}

.comment-form .comment-form-comment textarea::placeholder,
.comment-form .comment-form-email input::placeholder,
.comment-form .comment-form-url input::placeholder,
.comment-form .comment-form-author input::placeholder{
  color: #a8b9be!important;
}

.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; }

/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
.error-404{ 
  background-image: url(../images/404-page-bg.jpg);
  background-color: rgba(255,255,255,0.1);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
section.error-404 { padding: 200px 0 100px; text-align: center; }
section.error-404 .ttm-big-icon { font-size: 150px; }
section.error-404 h1 { font-size: 95px; text-transform: uppercase; line-height: 100%; }
section.error-404 .page-content p { font-size: 18px; margin-bottom: 30px; }


/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/   
#map_canvas { margin: 0; padding: 0; height: 100%; }
.map-wrapper{ 
    display: block;
    height: 400px;
    width: 100%;
}