

/**

  1. General
     - Variables
     - Transition
     - Shadow
     - Extra-outer

  2. 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
     - Extra-color

  4. Pre-loader

  5. TooltipTop

  6. TopBar

  7. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - ttm-rt-contact(HeaderIcons - Search, Cart)
     - ttm-search-overlay

  8. Footer
     - FirstFooter
     - SecondFooter
     - menu-footer-services
     - mailchimp-inputbox
     - flicker-widget
     - Footer-nav-menu

  9. GoTop BUtton
  
  10. Page-Title-Row

  12. Inner-Pages
      - contact-us
      - error
      - portfolio
      - blog
      - team-member-details
      - element

**/
 
/* ===============================================
    General
------------------------*/

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

*::-moz-selection { 
    background: #ff810f; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #ff810f; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #ff810f; 
    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="select"], 
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: #5d6576;
    padding: 9px 15px;
    /* font-weight: 400; */
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid #dedede;
    font-size: 17px;
    outline: none;
    line-height: inherit;
}
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: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}

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="search"]:focus, 
input[type="tel"]:focus, 
input[type="textarea"]:focus,
input[type="color"]:focus {
    border: 1px solid #fda02b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: 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-placeholde  {   
  color: #fff;
}

menu, ol, ul {
    margin: 0;
    padding: 0 0 0 25px;
}

body { font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #8d9297;
  
    letter-spacing: 0px;

}
h1, h2, h3, h4, h5, h6{ font-family: 'Playfair Display', serif; margin-bottom: 15px; font-weight: 600; color: #000d6d;}
h1 { font-size: 45px; line-height: 50px; text-transform: uppercase;}
h2 { font-size: 35px; line-height: 40px; }
h3 { font-size: 30px; line-height: 35px; }
h4 { font-size: 24px; line-height: 30px; }
h5 { font-size: 20px; line-height: 25px; }
h6 { font-size: 16px; line-height: 18px;}


/** Transition **/

.featured-icon-box .featured-icon, .ttm-btn, button, 
.owl-item, img, span, .featured-icon-box,
.featured-icon,#totop {
    -webkit-transition: all 0.5s ease-in-out 0s; 
    -moz-transition: all 0.5s ease-in-out 0s; 
    -ms-transition: all 0.5s ease-in-out 0s; 
    -o-transition: all 0.5s ease-in-out 0s; 
    transition: all 0.5s ease-in-out 0s; 
}
a, .site-branding, #site-header-menu #site-navigation .menu ul li > a, .ttm-header-icon, .header-btn,
a.ttm-btn, i.ttm-btn, a.nav-link , .social-icons li>a , .ttm-header-style-infostack .ttm-custombutton a,
.ttm-menu-toggle .toggle-block,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a, .accordion .toggle-title a,
.widget-download ul.download li{
    -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; 
}

a.tp-caption:hover,
.featured-imagebox-portfolio .featured-content,
.ttm-processbox-wrapper .featured-content,
.ttm-processbox-wrapper .ttm-processbox .process-num,
.featured-icon-box.style10{
    -webkit-transition: all 0.3s ease-in-out 0s !important; 
    -moz-transition: all 0.3s ease-in-out 0s !important; 
    -ms-transition: all 0.3s ease-in-out 0s !important; 
    -o-transition: all 0.3s ease-in-out 0s !important; 
    transition: all 0.3s ease-in-out 0s !important; 
}
.ttm-btn span, .nav-link span, .cart-info a i,.site-branding img,.site-branding a, .panel-title > a span,
.ttm-header-icon.ttm-header-cart-link .navbar-form span , ul.products li.product .ttm-shop-icon a i{
    -webkit-transition: all 0s ease-in-out 0s; 
    -moz-transition: all 0s ease-in-out 0s; 
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s; 
    transition: all 0s ease-in-out 0s; 
}
.featured-imagebox-team .featured-thumbnail img{
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.featured-imagebox .ttm-box-bottom-content,
.ttm-box-bottom-content .ttm-icon,
.ttm-box-bottom-content .featured-title h5,
.ttm-box-bottom-content .featured-desc{
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
/**  Shadow **/
.box-shadow{
    -webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}
.box-shadow2{
    -webkit-box-shadow: 0 0 15px 0 rgba(32,46,60,.12);
    -moz-box-shadow: 0 0 15px 0 rgba(32,46,60,.12);
    box-shadow: 0 0 15px 0 rgba(32,46,60,.12);
}

/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .site-main {
    padding-top: 30px;
    background-color: #fff;
    position: relative;
    z-index: 9;
}
body .site-main >.ttm-row:first-child {
    margin-top: -92px;
}
body .page.sidebar-true .site-main{ 
  padding: 0;
  background-color: #fff;
}

.container-fluid {
    padding: 0 0;
    overflow: hidden;
}

a{ color: #000d6d; }

.alignleft {
    float: left;
    margin: 6px 28px 8px 0;
}

.width-30{ width: 30%; }
.width-36{ width: 36%; }
.width-64{ width: 64%; }
.width-70{ width: 70%; }
.width-100{ width: 100%; }

.font-sz-12{font-size: 12px;}
.font-sz-27{font-size: 27px;}
.font-w-500{font-weight: 500;}

.z-1{z-index: 1 !important;}

.ttm_single_image-wrapper.with-border{border: 1px solid #e8ecef;}
.ttm_single_image-wrapper.w100 img{width: 100%;}
.ttm_single_image-wrapper.with-top-border img{border-top: 12px solid;}
.ttm_single_image-wrapper.with-border15 img{border: 15px solid;}
/* ===============================================
    Spacing
------------------------*/

/** Padding **/
.spacing-1{ margin-top: -60px; margin-bottom: -66px; padding-top: 50px; padding-left: 55px; padding-bottom: 50px; padding-right: 15px; }
.spacing-2{padding: 90px 0;}
.spacing-3{padding-top: 75px !important; padding-right: 186px !important; padding-bottom: 53px !important;}
.spacing-4{margin-left: -90px; margin-top: -55px;}
.spacing-5{margin-left: 50px;margin-right: -50px;margin-top: -60px;}
.spacing-6{padding-right: 125px !important; padding-bottom: 0px !important;padding-top: 45px !important;}
.spacing-7{
    margin-top: -177px !important;
    margin-left: -30px !important;
    padding-top: 60px !important;
    padding-right: 65px !important;
    padding-bottom: 50px !important;
    padding-left: 50px !important;
}.map-col-bg.ttm-bgcolor-skincolor.spacing-7 {
    margin-top: 55px !important;
}.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #000d6d54;
}

.p-12{padding: 12px !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-75{ padding-right: 75px !important}
.pr-80{ padding-right: 80px !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; }

.pt-2{ padding-top: 2px !important; }
.pt-5{ padding-top: 5px !important;}
.pt-10{ padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-18{ padding-top: 18px !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;}


.pb-5{ padding-bottom: 5px !important; }
.pb-10{ padding-bottom: 10px !important; }
.pb-15{ padding-bottom: 15px !important; }
.pb-20{ padding-bottom: 20px !important; }
.pb-25{ padding-bottom: 25px !important; }
.pb-30{ padding-bottom: 30px !important; }
.pb-35{ padding-bottom: 35px !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-70{ padding-bottom: 70px !important; }
.pb-80{ padding-bottom: 80px !important; }

.ptb-50{padding-top: 50px !important;padding-bottom: 50px !important;}
/** Margin **/
.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-23{ margin-top: 23px !important;}
.mt-25{ margin-top: 25px !important;}
.mt-30{ margin-top: 30px !important;}
.mt-35{ margin-top: 35px !important;}
.mt-37{ margin-top: 37px !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-70{ margin-top: 70px !important; }
.mt-80{margin-top: 80px !important;}
.mt-90{margin-top: 90px !important;}
.mt-100 { margin-top: 100px !important; }

.mt_5{ margin-top: -5px!important; }
.mt_10{ margin-top: -10px!important; }
.mt_12{ margin-top: -12px!important; }
.mt_15{ margin-top: -15px!important; }
.mt_25{ margin-top: -25px!important; }
.mt_30{ margin-top: -30px!important; }
.mt_40{ margin-top: -40px!important; }
.mt_50{ margin-top: -50px !important; }
.mt_55{ margin-top: -55px !important; }
.mt_60{ margin-top: -60px !important; }
.mt_70{ margin-top: -70px !important; }
.mt_72{ margin-top: -72px !important; }
.mt_80{ margin-top: -80px !important; }
.mt_86{ margin-top: -86px !important; }
.mt_120{ margin-top: -120px!important; }
.mt_404{margin-top: -404px !important}
.mt_405{ margin-top: -405px!important; }

.ml-0{ margin-left: 0px !important }
.ml-5{ margin-left: 5px !important }
.ml-15 { margin-left: 15px!important; }
.ml-30{ margin-left: 30px !important }
.ml-35 { margin-left: 35px!important; }
.ml-65 { margin-left: 65px!important; }
.ml-287{ margin-left: 287px !important; }
.mr-15 { margin-right: 15px!important; }
.ml_30{ margin-left: -30px !important; }
.ml_40{ margin-left: -40px !important; }
.ml_60{ margin-left: -60px !important; }
.ml_80{ margin-left: -80px !important; }
.ml_90{ margin-left: -90px !important; }


.mr-0{ margin-right: 0px !important; }
.mr-20{margin-right: 20px!important;}
.mr-70{margin-right: 70px!important;}
.mr_40{ margin-right: -40px ;}
.mr_60{ margin-right: -60px ;}
.mr_80{ margin-right: -80px ;}

.mb_1{ margin-bottom: -1px !important; }
.mb-4{ margin-bottom: 4px !important; }
.mb-5{ margin-bottom: 5px !important; }
.mb-10{ margin-bottom: 10px !important; }
.mb-15{ margin-bottom: 15px !important; }
.mb-20{ margin-bottom: 20px !important; }
.mb-25{ margin-bottom: 25px !important;}
.mb-27{ margin-bottom: 27px !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-60 { margin-bottom: 60px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb_30{ margin-bottom: -30px !important; }
.mb_60{ margin-bottom: -60px !important; }
.mb_80{ margin-bottom: -80px !important; }

/* ===============================================
    Color
------------------------*/
/** 1.Skin-color **/
a:hover,
.ttm-textcolor-skincolor,
.ttm-textcolor-white a:hover,
.ttm-btn-color-skincolor,
.ttm-btn.ttm-btn-color-skincolor,
.ttm-btn.ttm-btn-color-darkgrey.btn-inline:hover,
.ttm-topbar-wrapper.ttm-textcolor-white a:hover,
a.tp-caption.dark-text-button:hover,
.section-title h5,
.ttm-bgcolor-white .section-title h5,
.ttm-textcolor-white.ttm-topbar-wrapper .social-icons li>a:hover,
ul li .icon-box.icon-style-border i,
.ttm-header-style-stackcenter .info-widget-content h2,
#site-header-menu #site-navigation .menu ul.dropdown > li.active > a, 
#site-header-menu #site-navigation .menu ul.sub-menu > li.active > a,
#site-header-menu #site-navigation .menu > ul > li > ul > li a:before,
.ttm-header-style-overlay #site-header-menu #site-navigation .menu ul.dropdown > li.active > a,
.ttm-header-style-overlay #site-header-menu #site-navigation .menu ul.dropdown > li:hover > a,
#site-header-menu #site-navigation .menu ul > li:hover > a, 
#site-header-menu #site-navigation .menu ul.sub-menu li > a:hover, 
#site-navigation .menu ul > li:hover > a:before,
.ttm-icon_element-color-skincolor,
.ttm-btn.ttm-btn-color-white:hover,
.ttm-team-details-list .ttm-team-list-title i,
.ttm-fid-icon-wrapper i,
.ttm-bgcolor-darkgrey .featured-title h6,
.title-box .breadcrumb-wrapper span:last-child,
.tp-caption.skin-flatborder-button,
.ttm-btn.btn-inline.ttm-btn-color-black:hover,
.featured-imagebox-portfolio .featured-iconbox.ttm-media-link a:hover,
.featured-imagebox-team .ttm-social-links-wrapper ul li a:hover,
ul.ttm-our-location-list li i,
.ttm-ptablebox-price-w,
.ttm-pricing-plan .ttm-ptablebox-frequency,
.sidebar ul.contact-widget-wrapper li i,
.accordion.style2 .ttm-style-classic.ttm-toggle-title-border.active .toggle-title a,
.sidebar .widget a:hover,
.products .product .ttm-product-box .ttm-product-content .ttm-product-title h2:hover,
#payment .payment_box:before,
.coupon_toggle .coupon_code:before,
.featured-imagebox-portfolio-style1 .featured-title h5 a:hover,
.ttm-blog-classic .ttm-blog-classic-content blockquote:before{
  color: #ff810f;
}

h1.ttm-textcolor-skincolor, h2.ttm-textcolor-skincolor, h3.ttm-textcolor-skincolor, 
h4.ttm-textcolor-skincolor, h5.ttm-textcolor-skincolor, h6.ttm-textcolor-skincolor {
  color: #ff810f !important;
}

/** Skin-bg-color **/
.ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor > .ttm-bg-layer,
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-bg-layer-inner,
.tp-shapewrapper, .ttm-bg-highlight-skin,
.tp-caption.skin-flatborder-button:hover,
.top-contact.ttm-highlight-left:after,
.top-contact.ttm-highlight-right:after,
.ttm-header-icons .ttm-header-cart-link span.number-cart,
.ttm-header-icons .ttm-header-search-link a:hover,
#site-navigation .menu ul.dropdown > li > a:before,
#site-header-menu #site-navigation .menu ul li a span,
.ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li > a:before,
.ttm-icon_element-background-color-skincolor,
.ttm-btn-bgcolor-skincolor,
.ttm-tabs ul.tabs li.active a ,
.newsletter-form input[type="submit"],
.ttm-quote-form input[type="submit"],
.widget .widget-title:after,
.social-icons.circle li>a:hover,
.ttm-btn-bgcolor-black:hover,
.ttm-btn.btn-inline:hover:after,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.ttm-btn.ttm-btn-bgcolor-darkgrey:hover,
#totop.top-visible,
.ttm-processbox-wrapper .ttm-processbox:hover .process-num,
.ttm-video-btn .ttm-btn-play,
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li.active a,
.ttm-tabs.tabs-for-single-products ul.tabs li:hover a,
.widget.widget-nav-menu ul li a:after,
.mailchimp-inputbox button[type="submit"], 
a.checkout-button:hover, .coupon button:hover, .ttm-cart-form button:hover, .place-order button:hover,
.ttm-btn-play:after, .ttm-btn-play:before,
.tp-caption.skin-flat-button, .skin-flat-button,
.ttm-video-play-btn,
.ttm-video-btn .ttm-video-btn-play,
.ttm-video-btn .ttm-video-btn-play:before,
.ttm-video-btn .ttm-video-btn-play:after,
.ttm-tabs.ttm-tab-style-classic ul.tabs li.active:after,
.tribe-events-back a,
.tribe-events-cal-links a,
.tribe-events-nav-next a,
.ttm-btn-play:after, .ttm-btn-play:before,
.ttm-search-overlay .ttm-site-searchform button,
.featured-imagebox-services:hover .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.section-title.with-desc .title-header:before,
.featured-imagebox-team .ttm-social-links-wrapper ul li a,
.featured-imagebox:hover .ttm-box-bottom-content,
.featured-imagebox-portfolio:hover .featured-content,
.featured-imagebox-portfolio .featured-iconbox.ttm-media-link a,
.ttm-processbox-wrapper .ttm-processbox .process-num,
.ttm-bgcolor-skincolor .panel-title > a:hover,
.ttm-bgcolor-skincolor .panel-title > a.active,
.ttm-rt-contact .ttm-custombutton,
.sidebar .widget .tagcloud a:hover,
.accordion .ttm-style-classic.ttm-toggle-title-border.active .toggle-title,
.ttm-shop-icon .product-btn:hover,
.widget-top-rated-products .Price-amount.amount ins,
.ttm-pagination .page-numbers.current,
.ttm-pagination .page-numbers:hover,
.ttm-tabs.style2 ul.tabs li a:before,
.ttm-nextprev-bottom-nav .nav-previous a,
.ttm-box-view-left-image .featured-content .category> a:hover, 
.featured-imagebox.ttm-box-view-left-image .featured-content .category> a:hover,
.ttm-tag-list span a:hover,
.comment-list a.comment-reply-link:hover,
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li.active a,
.services-slide.owl-theme .owl-controls .owl-nav div:hover,
.featured-imagebox-team.style2:hover .ttm-team-box-view-overlay,
.color-trigger{
  background-color: #ff810f;
}

/** Skin-border-color **/
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.newsletter-form input[type="email"]:focus , .social-icons.circle li>a:hover,
.accordion .ttm-style-classic.ttm-toggle-title-border.active .toggle-title,
.ttm-pf-single-content-wrapper-innerbox.ttm-pf-view-top-image .ttm-pf-single-detail-box .ttm-pf-detailbox,
.sidebar .widget .tagcloud a:hover,
.tp-caption.skin-flat-button, .skin-flat-button,
.tp-caption.skin-flatborder-button,
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="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
.ttm-pricing-plan:hover,
.ttm-pricing-plan.box-shadow2,
.ttm-processbox-wrapper .ttm-processbox:hover .featured-content,
.featured-imagebox-services:hover .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.ttm-video-btn .ttm-btn-play, .ttm-btn-play:after, .ttm-btn-play:before,
.skin-border .with-top-border img,
.ttm-bgcolor-skincolor .panel-title > a,
.featured-icon-box.style3:after,
.featured-icon-box.style3:before,
.ttm-header-style-overlay .ttm-header-icons .ttm-header-search-link a:hover,
.ttm-tabs ul.tabs li.active a,
.ttm-blog-classic .ttm-blog-classic-content  blockquote,
.ttm-header-icons .ttm-header-search-link a:hover{ 
    border-color: #ff810f !important;
}
.ttm-search-overlay,
#site-header-menu #site-navigation .menu > ul,
#site-header-menu #site-navigation .menu > ul > li > ul,
.ttm-rounded-shadow-box, div.product ul.tabs li.active a:before,
.coupon_toggle .coupon_code,
#payment .payment_box{
    border-top-color: #ff810f !important; 
}
.featured-imagebox-portfolio.ttm-box-view-top-image:hover .ttm-box-bottom-content:before{
  border-color: transparent transparent #ff810f transparent;
}
.ttm-search-overlay .w-search-form-row:before,
.testimonials.style2 .testimonial-content{ border-bottom-color: #ff810f !important; }


/** 2.DarkGrey-color **/
.ttm-textcolor-darkgrey h1, .ttm-textcolor-darkgrey h2, .ttm-textcolor-darkgrey h3, 
.ttm-textcolor-darkgrey h4, .ttm-textcolor-darkgrey h5, .ttm-textcolor-darkgrey h6,
.ttm-bgcolor-white .section-title h2.title,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-bgcolor-darkgrey:hover,
.ttm-btn.ttm-btn-color-darkgrey,
a.tp-caption.dark-text-button,
.tp-caption.white-flatborder-button:hover,
#site-header-menu #site-navigation .menu ul li > a,
.ttm-header-style-stackcenter .info-widget-content p,
.ttm-btn.ttm-btn-color-black, .ttm-icon_element-color-darkgrey i,
.featured-imagebox .ttm-box-bottom-content .ttm-btn.btn-inline:hover:after,
.featured-imagebox-portfolio .featured-content a,
.ttm-bgcolor-skincolor .panel-title > a,
.sidebar .widget a, .ttm-pagination .page-numbers,
.products .price .product-Price-amount,
.ttm-tabs.style2 ul.tabs li.active a,
.ttm-tabs.style2 ul.tabs li:hover a,
.ttm-tabs ul.tabs li a,
.social-icons.circle li>a,
.ttm-box-view-left-image .featured-content .category> a, 
.featured-imagebox.ttm-box-view-left-image .featured-content .category> a,
.ttm-team-details-list .ttm-team-list-title,
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li a,
.ttm-bgcolor-skincolor .testimonials.style2 .testimonial-content blockquote,
.ttm-bgcolor-skincolor .testimonials.style2 .testimonial-content h6{
  color: #000d6d;
}

/** DarkGrey-bg-color **/
.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-bg-layer-inner,
.ttm-btn-bgcolor-black,
.ttm-bg-highlight-dark,
.dark-flatborder-button:hover,
.ttm-video-play-btn:hover,
.ttm-header-icons .ttm-header-cart-link a:hover,
.ttm-header-style-overlay .ttm-stickable-header.fixed-header,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover,
.newsletter-form input[type="submit"]:hover,
.ttm-quote-form input[type="submit"]:hover,
.ttm-icon_element-background-color-darkgrey,
.ttm-btn-bgcolor-white:hover,
.ttm-btn-bgcolor-skincolor:hover,
.ttm-btn-bgcolor-grey:hover,
.tp-caption.black-flatborder-button:hover,
.tp-caption.skin-flat-button:hover,
.testimonials.style1 .testimonial-content .testimonial-avatar:after,
.widget.widget-nav-menu ul li:hover a:before, .widget.widget-nav-menu ul li.active a:before,
.ttm-nextprev-bottom-nav .nav-next a:hover, .ttm-nextprev-bottom-nav .nav-previous a:hover,
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li a,
.ttm-btn.ttm-btn-bgcolor-darkgrey,
.ttm-btn.btn-inline:before, .ttm-btn.btn-inline:after,
.ttm-processbox-wrapper .ttm-processbox:hover .process-num,
.ttm-bgcolor-skincolor .featured-imagebox-portfolio:hover .featured-content,
.featured-imagebox .ttm-box-bottom-content .ttm-btn.btn-inline:hover:after,
a.checkout-button, .coupon button, .ttm-cart-form button, .place-order button,
.widget-download ul.download li:hover,
.ttm-shop-icon .product-btn,
.ttm-tabs.style2 ul.tabs li a,
.comment-list a.comment-reply-link,
.featured-imagebox-team.featured-imagebox-team-details .ttm-social-links-wrapper ul li a:hover{
  background-color: #000d6d;
}
.sidebar .widget .tagcloud a,
.tp-caption.black-flatborder-button:hover,
.tp-caption.skin-flat-button:hover,
.darkgrey-border .with-top-border,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover,
.ttm-header-style-overlay .ttm-header-icons .ttm-header-cart-link a:hover,
.featured-imagebox-team.featured-imagebox-team-details .featured-content-team,
.ttm-header-icons .ttm-header-cart-link a:hover{ 
  border-color: #000d6d !important;
}
.ttm-bgcolor-skincolor .testimonials.style2 .testimonial-content {border-bottom-color: #000d6d !important;}
/** 3.White-color **/
.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-bgcolor-skincolor a, .ttm-textcolor-white a,
.skin-flatborder-button:hover, .dark-flatborder-button:hover,
.ttm-bg-highlight-dark, .ttm-bg-highlight-skin, 
#site-header-menu #site-navigation .menu ul li a span,
.ttm-header-style-classicinfo .ttm-header-icons .ttm-header-search-link a:hover,
.ttm-header-style-classic .ttm-header-icons .ttm-header-search-link a:hover,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a:hover,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-cart-link a:hover,
.ttm-header-icons .ttm-header-search-link a:hover,
.ttm-header-icons .ttm-header-cart-link a:hover,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.ttm-textcolor-white .ttm-fid-icon-wrapper i,
.ttm-textcolor-white .featured-content .featured-title h5 a,
.ttm-textcolor-white .ttm-social-links-wrapper ul li a,
.ttm-textcolor-white .ttm-social-links-wrapper ul li a:hover,
.footer .social-icons li>a:hover,
.ttm-btn-bgcolor-white:hover,
.tp-caption.black-flatborder-button:hover,
.ttm-btn.ttm-btn-color-white.ttm-btn-bgcolor-white:hover,
.ttm-btn.ttm-btn-color-white.ttm-btn-bgcolor-skincolor:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-bgcolor-white:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-bgcolor-skincolor:hover ,
.ttm-btn.ttm-btn-bgcolor-grey:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.ttm-btn-bgcolor-black, a.ttm-btn-bgcolor-black,
.ttm-btn-bgcolor-black:hover, a.ttm-btn-bgcolor-black:hover,
.ttm-btn-bgcolor-skincolor, a.ttm-btn-bgcolor-skincolor,
.ttm-btn-bgcolor-skincolor:hover, a.ttm-btn-bgcolor-skincolor:hover,
.accordion .ttm-style-classic.ttm-toggle-title-border.active .toggle-title a,
.widget.widget-nav-menu ul li:hover a, .widget.widget-nav-menu ul li.active a,
.sidebar .widget_product_categories li span, .sidebar .widget-Categories li span,
.ttm-pagination .page-numbers.current , .sidebar .widget .tagcloud a:hover,
.ttm-pagination .page-numbers:hover,.ttm-box-view-left-image .featured-content .category> a:hover,
.single .ttm-team-member-view-default .ttm-social-links-wrapper ul li a:hover,
.featured-imagebox-services:hover .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.ttm-bgcolor-skincolor .testimonials .testimonial-content blockquote,
a.checkout-button,a.checkout-button:hover, .coupon button, .ttm-cart-form button, .place-order button{
    color: rgba(255,255,255,1);
}

.ttm-textcolor-white .text-opecity ,
.ttm-textcolor-white.text-opecity,
.ttm-header-icons .ttm-header-cart-link a, 
.ttm-header-icons .ttm-header-search-link a,
.ttm-bgcolor-darkgrey .timeline .timeline-body p,
.ttm-bgcolor-skincolor .timeline .timeline-body p,
.ttm-bgcolor-skincolor .featured-icon-box  p, 
.ttm-bgcolor-darkgrey .featured-icon-box  p,
.ttm-bgcolor-darkgrey p,
.ttm-bgcolor-skincolor h6{
    color: rgba(255,255,255,.75);
}

.ttm-bgcolor-skincolor .testimonials .testimonial-content label,
.ttm-bgcolor-darkgrey .testimonials .testimonial-content label,
.ttm-textcolor-white .testimonials .testimonial-content label,
.ttm-bgcolor-skincolor > p,
.ttm-bgcolor-skincolor p,
.ttm-bgcolor-darkgrey > p,
.ttm-bgcolor-skincolor input::placeholder,
.ttm-bgcolor-skincolor select::placeholder,
.ttm-bgcolor-skincolor textarea::placeholder,
.ttm-bgcolor-skincolor a:hover,
.ttm-bgcolor-skincolor ul.top-contact li a:hover,
.ttm-bgcolor-skincolor.ttm-topbar-wrapper ul.social-icons li>a:hover,
.ttm-bgcolor-skincolor .section-title .title-desc,
.ttm-bgcolor-darkgrey .section-title .title-desc,
.featured-icon-box.style6 .featured-content .featured-desc p {
    color: rgba(255,255,255,.85);
}

.ttm-topbar-wrapper.ttm-textcolor-white,
.ttm-topbar-wrapper.ttm-textcolor-white a{
    color: rgba(255,255,255,.95);
}
.heilight-white-text,
.ttm-textcolor-white,
.ttm-textcolor-white a,
.ttm-btn.ttm-btn-color-white,
.ttm-highlight-right li,
.ttm-icon_element-color-white i,
.ttm-icon_element-background-color-skincolor i,
.ttm-icon_element-background-color-darkgrey i,
.ttm-bgcolor-skincolor .section-title h2.title,
.ttm-bgcolor-darkgrey .section-title h2.title,
.ttm-bgcolor-skincolor .section-title h5,
.ttm-bgcolor-skincolor .featured-title h5,
.ttm-bgcolor-darkgrey .featured-title h5,
.ttm-bgcolor-skincolor .testimonial-slide .testimonials .testimonial-content h6, 
.ttm-bgcolor-darkgrey .testimonial-slide .testimonials .testimonial-content h6 ,
.ttm-bgcolor-skincolor .inside h3, .ttm-bgcolor-darkgrey .inside h3,
.ttm-bgcolor-skincolor .wrap-form.ttm-contactform span.text-input input, 
.ttm-bgcolor-skincolor .wrap-form.ttm-contactform span.text-input textarea,
.ttm-tabs ul.tabs li.active a,
.ttm-bgcolor-skincolor .panel-title > a:hover,
.ttm-bgcolor-skincolor .panel-title > a.active,
.ttm-btn.ttm-btn-bgcolor-darkgrey,
.ttm-bgcolor-skincolor .featured-title h6,
.ttm-bgcolor-darkgrey .ttm-progress-bar h4,
.ttm-bgcolor-skincolor .ttm-progress-bar h4,
.ttm-bgcolor-darkgrey .ttm-progress-bar .progress-parcent,
.ttm-bgcolor-skincolor .ttm-progress-bar .progress-parcent,
.tp-caption.skin-flatborder-button:hover,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover,
.featured-imagebox-portfolio:hover .featured-content a,
.featured-imagebox-team .ttm-social-links-wrapper ul li a,
.featured-imagebox:hover .ttm-box-bottom-content .ttm-icon,
.featured-imagebox:hover .ttm-box-bottom-content .featured-title h5 a,
.featured-imagebox:hover .ttm-box-bottom-content .ttm-btn.ttm-btn-color-darkgrey,
.featured-imagebox:hover .ttm-box-bottom-content .featured-desc,
.featured-imagebox-portfolio-style1 .featured-title h5 a,
.ttm-rt-contact .ttm-custombutton a,
.ttm-rt-contact .ttm-custombutton a:hover,
.ttm-header-style-overlay .ttm-header-icons .ttm-header-cart-link a, 
.ttm-header-style-overlay .ttm-header-icons .ttm-header-search-link a,
.widget-download ul.download li:hover a,
.widget-top-rated-products .Price-amount.amount ins,
.products .product .ttm-shop-icon a,
.ttm-tabs.style2 ul.tabs li a,
.footer .social-icons li>a,
.social-icons.circle li>a:hover,
.ttm-nextprev-bottom-nav .nav-previous a,
.featured-imagebox-team.featured-imagebox-team-details .ttm-social-links-wrapper ul li a:hover,
.ttm-tag-list span a:hover,
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li.active a,
.ttm-bgcolor-skincolor .ttm-fid-icon-wrapper i,
.ttm-bgcolor-skincolor .ttm-fid.inside h4,
.services-slide.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before,
.services-slide.owl-theme .owl-controls .owl-nav div.owl-next:hover:before,
.featured-imagebox-team.style2 .featured-title h5 a,
.featured-imagebox-team.style2 .featured-content .category{
    color: #fff;
}


/** White-bg-color **/
.ttm-bgcolor-white,
.ttm-bgcolor-white > .ttm-bg-layer,
.ttm-bgcolor-white > .ttm-bg-layer > .ttm-bg-layer-inner,
.ttm-bgcolor-skincolor .section-title.with-desc .title-header:before,
.ttm-header-style-infostack .ttm-header-wrap,
.ttm-header-style-classic .ttm-header-wrap,
.ttm-header-style-stackcenter .ttm-header-wrap,
.ttm-bgcolor-skincolor .section-title .title-header:after,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-bgcolor-darkgrey:hover,
.ttm-btn.ttm-btn-style-border.ttm-bgcolor-white,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover,
.ttm-bgcolor-darkgrey .ttm-custombutton.ttm-btn-bgcolor-skincolor:hover,
.featured-imagebox .ttm-box-bottom-content,
.ttm-btn-bgcolor-white,
.ttm-col-bgcolor-skincolor .inside.ttm-fid-view-topicon h3:after, 
.ttm-bgcolor-skincolor .inside.ttm-fid-view-topicon h3:after,
.ttm-highlight-fid-style1,
.ttm-bgcolor-grey .ttm-pagination .page-numbers,
.featured-imagebox-portfolio .featured-iconbox.ttm-media-link a:hover,
.featured-imagebox-team .ttm-social-links-wrapper ul li a:hover,
.featured-imagebox:hover .ttm-box-bottom-content .ttm-btn.btn-inline:before,
.widget-download ul.download li,
.ttm-tabs.style2 ul.tabs li.active a,
.ttm-tabs.style2 ul.tabs li:hover a,
#payment .payment_box {
    background-color: #fff;
}

/** White-border-color **/
.ttm-bgcolor-skincolor .featured-icon-box .featured-icon.ttm-icon_element-border,
.ttm-bgcolor-darkgrey .featured-icon-box .featured-icon.ttm-icon_element-border,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover,
.white-border .with-top-border,
.ttm-bgcolor-grey .ttm-pagination .page-numbers,
.ttm-header-style-overlay .ttm-header-icons .ttm-header-cart-link a, 
.ttm-header-style-overlay .ttm-header-icons .ttm-header-search-link a,
.ttm-bgcolor-skincolor .wrap-form.ttm-contactform span.text-input input[type="text"]:focus, 
.ttm-bgcolor-skincolor .wrap-form.ttm-contactform span.text-input textarea[type="text"]:focus{ 
    border-color: #fff;
}
.ttm-bgcolor-skincolor .wrap-form.ttm-contactform span.text-input input[type="text"]:focus, 
.ttm-bgcolor-skincolor .wrap-form.ttm-contactform span.text-input textarea[type="text"]:focus{ 
    border-color: #fff !important;
}
.ttm-bgcolor-skincolor .heading-seperator span:after,
.ttm-bgcolor-skincolor .heading-seperator:after{
    border-bottom-color: #fff !important;
}
.ttm-bgcolor-skincolor .separator .sep-line{
    border-color: rgba(255, 255, 255, .24);
}
.footer .second-footer{ 
    border-bottom-color: rgba(255,255,255,.06) ;
}
.ttm-highlight-fid-style1:after{
  border-top-color: rgba(255,255,255,1) ;
}
/** 4.Grey-color **/
.ttm-bgcolor-grey>.ttm-bg-layer,
.ttm-bgcolor-white > .ttm-bg-layer > .ttm-bg-layer-inner,
.ttm-bgcolor-grey, .ttm-btn-bgcolor-grey,
.ttm-header-style-classicinfo .ttm-content-wrapper,
.ttm-search-overlay .ttm-site-searchform input[type="search"],
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-color-grey,
.sidebar .ttm-bgcolor-grey>.ttm-bg-layer,
.featured-imagebox-team .featured-content-team,
.accordion.style2 .toggle-content,
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li a { 
    background-color: #f5faff;
}
.grey-border .ttm_single_image-wrapper.with-border15 img{
  border-color: #e8f0f8;
}
/* Extra-color*/
.testimonials.style2 .ttm-ratting-star{
    color: #fd4;
}
.ttm-textcolor-dark,
.ttm-top-info-con .title-box p{ color: #687076 !important;}
.products .star-ratings,
.summary .star-rating,
div.product #reviews .star-rating,
.comment-form-rating .stars{
  color: #f5cc26!important;
}
/* ===============================================
    Pre-loader
------------------------*/
#preloader  {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -30px 0 0 -30px;
 }
#status {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
    background-image: url(../images/pre-loader-1.gif);
    background-repeat: no-repeat;
    background-position: center;
}

/*  ===============================================
    SocialIcon
------------------------*/
.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;
    margin: 0 3px;
}
.social-icons.circle li>a {
    border: 1px solid #e8ecef;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 50%;
}
.ttm-bgcolor-darkgrey .social-icons.circle li>a, 
.ttm-bgcolor-skincolor .social-icons.circle li>a {
    border: none;
    color: #2c2c2c;
}
.ttm-bgcolor-darkgrey .social-icons.circle li>a, 
.ttm-bgcolor-skincolor .social-icons.circle li>a{
  background-color: #fff;
}

/*  ===============================================
    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: rgba(24,35,51,1);
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    bottom: 78%;
    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(-16px);
    -moz-transform: translateY(-16px);
    transform: translateY(-16px);
}
.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: #000;
    background-color: rgba(24,35,51,1);
    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;
}

/*  ===============================================
    TopBar
------------------------*/
.ttm-topbar-wrapper{
    line-height: 36px;
}
.ttm-topbar-wrapper .top-contact.text-left {
    position: relative;
    float: left;
    line-height: 37px;
}
.top-contact li{
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
.top-contact li:last-child {
    padding-right: 22px !important;
}
.top-contact li:first-child {
    padding-left: 0px !important;
}
.top-contact li strong{font-weight: 500;}
.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: inline-block;
    position: relative;
}
.ttm-header-style-infostack .topbar-right .top-contact{padding-left: 15px;}
.topbar-right .top-contact li:before {
    content: "";
    height: 18px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.33);
    display: block;
    position: absolute;
    right: 0;
        top: 9px;
}
.topbar-right .top-contact.ttm-highlight-right li:last-child:after { content: unset;}
.ttm-topbar-wrapper .ttm-social-links-wrapper{ margin: 0; position: relative; padding-left: 13px;}
.ttm-topbar-wrapper .social-icons li{ margin: 0 3px; }
.ttm-topbar-wrapper .social-icons li>a {
    display: block;
    border: none;
    width: 16px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
    background-color: transparent;
    text-align: center;
}
.ttm-topbar-content .topbar-right .list-inline {
    display: inline-block;
    line-height: 36px;
}
.top-contact.ttm-highlight-left {
    margin-right: 15px;
    padding-right: 5px;
}
.top-contact.ttm-highlight-right{
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}
.top-contact.ttm-highlight-left:after ,
.top-contact.ttm-highlight-right:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 5000px; background: #000d6d;
    height: 100%;
}
.top-contact.ttm-highlight-right:after {
    right: 0;
}
.top-contact.ttm-highlight-right:after {
    left: 0;
}
.top-contact strong {
    font-weight: 600;
}
.top-contact i {
    margin-right: 9px;
}
.ttm-top-info-con ul li {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    margin: 0;
}
.ttm-top-info-con > ul { 
  padding: 0; 
  margin: 0;
  padding: 0;
  margin: 0;
  display: table;
  vertical-align: middle;
  height: 100%;
}
.ttm-top-info-con {
    float: right;
    position: relative;
    z-index: 3;
    text-align: right;
}
.ttm-top-info-con>ul:not(.social-icons)>li { padding: 0 20px;}
.ttm-top-info-con>ul:not(.social-icons)>li:last-child{ padding-right: 0;}
.ttm-top-info-con>ul:not(.social-icons)>li:first-child{ padding-left: 0; }
.ttm-top-info-con ul li .icon-box,
.ttm-top-info-con ul li .title-box{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
ul li .icon-box.icon-style-border{
    position: relative;
}
ul li .icon-box.icon-style-border i{
    border: 1px solid;
    position: relative;
    display: block;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
}
.icon-box i{font-size: 18px;}
.ttm-top-info-con ul li .title-box{ padding-left: 18px;}
.ttm-top-info-con .title-box h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0;
}
.ttm-top-info-con .title-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}

.ttm-header-style-classicinfo .ttm-content-wrapper {
    position: relative;
    padding-top: 19px;
    padding-bottom: 16px;
}
.ttm-header-style-classicinfo .top-contact.ttm-highlight-right{
    position: relative;
    padding-left: 20px;
    float: right;
    line-height: 48px;
    bottom: -18px;
    font-size: 16px;
}
.ttm-header-style-classicinfo .ttm-top-info-con ul li:not(:last-child):after{ content: unset; }

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

/** SiteBrand(logo) **/
.site-branding {
    float: left;
    height: 82px;
    line-height: 82px;
    position: relative;
    display: block;
    z-index: 1;
}
.ttm-header-top-wrapper{
    position: relative;
}
.site-branding img {
    max-height: 63px;
}

/** SiteNavigation(Menu) **/
.site-navigation {  position: relative;}
.ttm-header-style-infostack #site-header-menu .container{ padding: 0; }
#site-header-menu #site-navigation .menu ul li ul > li:not(:last-child){
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0,0,0,0.04);
}
#site-header-menu #site-navigation .menu ul {  padding: 0px;  margin: 0px; }
.ttm-menu-toggle{ float: right; }
.ttm-menu-toggle input[type=checkbox] { display: none; }
#site-header-menu #site-navigation .menu > ul > li { display: inline-block; position: relative;}
#site-header-menu #site-navigation .menu ul li:hover > ul { 
  opacity: 1; 
  display: block; 
  visibility: visible; 
  height: auto;
  transform:translate(0,0); 
}
#site-header-menu #site-navigation .menu ul ul > li { position: relative; }
#site-header-menu #site-navigation .menu ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}
#site-header-menu #site-navigation .menu ul li > a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
}
  #site-header-menu #site-navigation ul ul li {
      position: relative;
      border-bottom: 1px solid transparent;
  }
  #site-header-menu #site-navigation .menu ul li > ul li > a{
      margin: 0;
      display: block;
      padding: 15px 20px;
      position: relative;
      font-weight: 400;
      font-size: 13px;
      text-transform: capitalize;
      height: auto;
      line-height: 18px;
  }
#site-header-menu #site-navigation .menu ul > li> ul li.has-submenu > a:after {
    content: "\f105";
    position: absolute;
    background-color: transparent;
    right: 12px;
    top: 16px;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    margin-left: 4px;
    opacity: 0.8;
}
#site-header-menu #site-navigation .menu ul li a span {
    padding: 1px 3px 2px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 7px;
}

/** ttm-rt-contact(HeaderIcons - Search, Cart) **/
.ttm-header-icons {  position: relative;  padding-left: 29px; }
.ttm-header-icons .ttm-header-cart-link a, .ttm-header-icons .ttm-header-search-link a {
    position: relative;
    border: none;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    height: 31px;
    width: 31px;
    line-height: 31px;
    color: rgba( 11,12,38,1);
    border-color: rgba( 11,12,38,1);
    border: 1px solid;
    font-size: 12px!important;
    z-index: 9;
}
.ttm-header-icons .ttm-header-cart-link a i, .ttm-header-icons .ttm-header-search-link a i{ font-weight: 900 }
.ttm-header-icons .ttm-header-cart-link{
    padding-left: 4px;
    padding-right: 0px;
}
.ttm-header-icons .ttm-header-icon{ margin-left: 7px; }
.ttm-header-icons .ttm-header-cart-link span.number-cart {
    position: absolute;
    bottom: 20px;
    left: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 9px;
    display: block;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-btn .ttm-btn.ttm-btn-size-md {
    font-size: 14px;
    padding: 7px 11px 7px 11px;
    color: #ff810f;
    /* border-radius: 8px; */
}
.header-btn { padding-left: 24px; }
.header-btn, .ttm-header-icons, .ttm-header-icon{
height: 84px;
    line-height: 84px;
    float: right;
}

/**  ttm-search-overlay **/
.ttm-header-icon{ position: relative; }
.ttm-search-overlay {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 400px;
    background: #fff;
    border-top: 3px solid;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
    z-index: 111;
}
.ttm-header-style-overlay .ttm-search-overlay .w-search-form-row:before,
.ttm-header-style-classic .ttm-search-overlay .w-search-form-row:before{ right: 7px; }
.ttm-search-overlay .w-search-form-h {
    display: table;
    height: 100%;
    width: 100%;
}
.ttm-search-overlay .w-search-form-row {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 20px;
}
.ttm-search-overlay .w-search-form-row:before {
    position: absolute;
    right: 17px;
    top: -8px;
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid;
    content: " ";
}
.ttm-search-overlay .ttm-site-searchform input[type="search"] {
    font-size: 14px;
    text-align: left;
    height: 50px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none!important;
    color: #333;
    width: 85%;
    line-height: 1.3em;
    float: left;
}
.ttm-search-overlay .ttm-site-searchform button {
    font-size: 21px;
    width: 15%;
    padding: 0;
    border: 0;
    border-radius: 0;
    height: 50px;
    text-align: center;
    display: block;
    line-height: 50px;
    color: #fff;
    float: left;
}
.ttm-header-search-link .ttm-tectxon-icon-search:before {
    font-weight: 600;
}
.ttm-tectxon-icon-search:before {
    content: '\e825';
    font-family: "themify";
}
.ttm-search-overlay.st-show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* ===============================================
    Footer
------------------------*/
.footer{
     background: #0F112A;
}.bottom-footer-text.ttm-textcolor-white {
    background: #090a19;
}
.footer .widget { margin: 60px 0 55px; }
.footer .ttm-textcolor-white { color: rgba(255,255,255,.8); }
.footer .widget .ttm-btn.ttm-btn-size-md{ padding: 14px 27px 14px 27px; }

/** FirstFooter **/
.first-footer {
    background-image: url(../images/footer-bg-one.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.first-footer{padding: 62px 0 55px;}
.footer-logo{ margin-bottom: 45px; }
.footer-logo img{
    max-height: 80px;
    width: auto;
}
.first-footer .footer-box {
    border-top: 1px solid #e5eef7;
    border-bottom: 1px solid #e5eef7;
}
.first-footer .widget-area{padding: 33px 15px 37px;position: relative;}
.first-footer .featured-title h5,.first-footer .featured-desc p{margin-bottom: 0;}
/* newsletter-form */
.newsletter-form {
    position: relative;
    margin-bottom: 10px;
    margin-top: 48px;
}
.newsletter-form input[type="email"] {
    background-color: #fff;
    width: 100%;
    height: 47px;
    font-size: 14px;
    outline: none;
    border: none;
    border-radius: 25px;
    padding-left: 50px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.04);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.04);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.04);
}
.newsletter-form input[type="submit"] {
    height: 47px;
    width: 115px;
    border: 0;
    outline: none;
    z-index: 21;
    padding: 0;
    right: 0;
    border-radius: 0 50px 50px 0;
    box-shadow: 0 0;
    font-weight: 600;
    font-size: 12px;
    padding-left: 0;
    padding-right: 20px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.newsletter-form i {
    padding-right: 1px;
    position: absolute;
    left: 25px;
    top: 16px;
}
.mailchimp-inputbox:after {
    position: absolute;
    content: "\e628";
    top: 11px;
    right: 26px;
    font-family: "themify";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 14px;
    color: #fff;
    z-index: 99;
}
/** SecondFooter **/
.second-footer{ border-bottom: 1px solid rgba(255,255,255,.14);}
.widget ul{ margin: 0; padding: 0; }
.widget ul>li {
    padding: 0 0 13px 0;
    position: relative;
}
.widget .widget-title {
    position: relative;
    margin-bottom: 35px;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
}
.widget .widget-title:after{
    display: block;
    height: 3px;
    margin-top: 0;
    margin-bottom: -13px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 20px;
}
/** footer-social-icons **/
.footer .social-icons li {
    margin-left: 3px;
    margin-right: 3px;
    min-width: auto;
}
.footer .social-icons li:first-child{margin-left: 0;}
.footer .social-icons li>a {
    background-color: #212239;
    border: none;
    font-size: 15px;
}

/** timelist-block **/
.footer .widget ul.ttm-timelist-block {
    padding: 0;
    font-size: 14px;
    margin-top: 0;
}
.footer .widget ul.ttm-timelist-block li:first-child {
    padding-top: 0;
}
.footer .widget ul.ttm-timelist-block li {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer .widget ul.ttm-timelist-block li .service-time { float: right;}

/** menu-footer-services **/
.widget ul#menu-footer-services li a{
    padding-left: 16px;
    position: relative;
}
.widget ul#menu-footer-services li a:before {
    font-family: 'FontAwesome';
    content: "\f101";
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 18px;
    font-size: 15px;
}
/* our-location-widget */
ul.ttm-our-location-list li{padding: 0 0 4px 0;}
ul.ttm-our-location-list li i{margin-right: 7px;font-size: 15px;}
/** Footer-nav-menu **/
.copyright{
    text-align: center;
    padding-top: 23px;
    padding-bottom: 23px;
}

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

/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 27px;
    bottom:259px;
    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: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}

/* ===============================================
    Page-Title-Row
------------------------*/

.page-title {
    position: relative;
    display: block;
 
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}.page-title:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.24), rgba(0, 13, 109, 0.47) 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #001eff00;
    background-image: linear-gradient(315deg, #000d6d00 0%, #00052c 70%);
}
div.ttm-page-title-row > .ttm-bg-layer { background-color: rgba(24,35,51,0.85); }
.ttm-page-title-row { 
      display: block;
    padding-top: 85px;
    padding-bottom: 85px;
    z-index: 11;
}
.title-box .page-title-heading h1 {
    text-transform: capitalize;
    font-size: 43px;
    line-height: 50px;
    margin-bottom: 10px;
}
.title-box .page-title-heading{ position: relative; }
.breadcrumb-wrapper a {
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

/* ===============================================
    Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/
/*  Contact_Us
/*------------------------------------------------------------------------------*/ 

#map_canvas { margin: 0; padding: 0; height: 100%; }
.map-wrapper{ 
  height: 630px; 
  padding: 10px 0 0 0;
  margin-bottom: 08px;
}
.map-wrapper.style2{ height: 100%; margin: 0; padding: 0;}

ul.ttm_contact_widget_wrapper{ padding: 0; }
ul.ttm_contact_widget_wrapper li{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
    border-bottom: 1px solid #eaeaea;
}
ul.ttm_contact_widget_wrapper li h6{font-size: 18px; line-height: 24px; padding-left: 37px;}
ul.ttm_contact_widget_wrapper li:last-child{ border: 0; }
ul.ttm_contact_widget_wrapper li i{
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 20px;
    font-weight: 400;
}
.ttm-rounded-shadow-box {
    border-radius: 10px;
    border-top: 7px solid;
}

/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
.error-404{   position: relative; }
.page-header { margin: 40px 0 20px; }
section.error-404 { 
    padding: 150px 0; 
    text-align: center;
    background-image: url(../images/error-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 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; }

/*------------------------------------------------------------------------------*/
/*  Portfolio
/*------------------------------------------------------------------------------*/
.ttm-social-share-title h5{
    font-size: 18px;
    font-weight: 500;
    padding-right: 10px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 0;
}
.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-radius: 0;
    border-width: 0;
    border-style: solid;
    font-size: 15px;
    padding: 12px 34px;
    border-radius: 0;
    font-weight: 500;
}
.ttm-nextprev-bottom-nav .nav-previous a {
    padding-right: 25px;
    padding-left: 44px;
}
.ttm-nextprev-bottom-nav .nav-previous a:after {
    content: '\f100';
    font-family: "FontAwesome";
    left: 25px;
}
.ttm-nextprev-bottom-nav .nav-previous a:after, .ttm-nextprev-bottom-nav .nav-next a:after {
    position: absolute;
    font-size: 16px;
    top: 13px;
}
.ttm-pf-single-related-title{font-size: 28px;}

/*------------------------------------------------------------------------------*/
/*  blog
/*------------------------------------------------------------------------------*/
article.ttm-blog-classic {
    margin-bottom: 30px;
    padding-bottom: 0;
}
article.ttm-blog-classic, .post-featured-wrapper{ 
  position: relative; 
}
.ttm-blog-classic .featured-imagebox-post{margin-top: 0;margin-bottom: 0;}
.ttm-blog-classic .featured-imagebox-post .featured-content.featured-content-post{padding: 20px 0 20px;}
.ttm-blog-classic .featured-imagebox-post:hover{
    box-shadow: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.ttm-blog-classic .featured-imagebox-post .featured-content.featured-content-post .post-title h5{
    font-size: 30px;
    line-height: 39px;
}
.ttm-blog-classic .featured-imagebox-post .featured-content.featured-content-post .post-meta span{padding-right: 0;}
.ttm-blog-classic .featured-imagebox-post .post-meta span:not(:last-child):after{
    background-color: #eaeaea;
    display: inline-block;
    content: "";
    width: 1px;
    height: 20px;
    vertical-align: middle;
    margin: 0 15px;
}
.ttm-blog-classic .ttm-blog-classic-content  blockquote {
        display: block;
    background: #ffffff;
    padding: 20px 33px 0px 72px;
    position: relative;
    font-weight: 300;
    margin: 46px 1px 16px 19px;
    font-style: normal;
    font-size: 17px;
    min-height: 100px;
    line-height: 28px;
    font-style: italic;
    color: #687076;
}

}.featured-desc {
    margin-top: 10px;
}

.ttm-tag-list span a{
    padding: 6px 15px;
    background-color: #f5faff;
    font-size: 14px;
    display: inline-block;
    margin-right: 3px;
}
/*blog-comment*/
.comments-area {
    margin-top: 50px;
    margin-bottom: 0;
}
.comments-area h2{
    font-size: 24px;
    line-height: 30px;
    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 {
    margin-left: 105px;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 20px 20px;
    position: relative;
    background-color: #f5faff;
    border: 1px solid #f5faff;
}
.comment-body:after, .comment-body:before {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #f5faff transparent #f5faff;
    z-index: 1;
    content: "";
    left: -12px;
}
.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: 600;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
.comment-meta {
    font-size: 14px;
    padding: 0;
    position: relative;
}
.comment-meta, .comment-meta a { color: #6e6e6e; font-size: 13px; }
.comment-meta .ttm-comment-owner h5, .ttm-comment-owner {
   display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #182333;
    font-style: normal;
}
.comment-box .author-content-wrap p{margin-top: 10px;}
.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: 25px; font-style: italic; }
.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: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
    padding-left: 0;
}
.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: 100%;
}
.comments-area .comment-form .comment-form-url { margin-right: 0; }

/*------------------------------------------------------------------------------*/
/* team-member-single
/*------------------------------------------------------------------------------*/
.ttm-team-member-data ul {
    margin: 0;
    padding: 0;
    clear: both;
}
.ttm-team-details-list li{
    position: relative;
    padding: 9px 0 8px 0;
    font-size: 15px;
    line-height: 24px;
    display: block;
    float: left;
    width: 100%;
}
.ttm-team-details-list li i{margin-right: 8px;}
.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: 3px;
    position: relative;
    font-size: 15px;
    line-height: 20px;
}
.ttm-team-member-data {
    padding: 44px 5px 45px 25px;
    background-color: #fff;
    margin-bottom: 0px;
}
.ttm-team-member-data ul.ttm-team-details-list{padding-left: 0;}
.ttm-team-details-list .ttm-team-list-value a{ color: #8d9297;}
.ttm-team-member-single-title { font-size: 23px; line-height: 26px; margin-bottom: 0;}
.ttm-team-member-single-position {
    font-size: 14px;
    line-height: 30px;
    color: #000d6dc9;
    font-weight: 400;
    margin-bottom: 10px;
}
.ttm-team-member-content blockquote {
    background-color: #f5faff;
    padding: 12px 35px 1px;
    color: #687076;
    font-size: 16px;
    font-style: italic;
 margin-top: 10px; 
}
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal{display: block !important;}
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li{-webkit-flex: 1 1 auto; flex: 1 1 auto;}
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li{
    margin-top: 8px;
    margin-bottom: 7px;
    margin-left: 8px;
    margin-right: 7px;
}
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li:last-child{margin-right: 0;}
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li a{
  text-transform: capitalize;
  text-align: center;
  border-radius: 0;
  font-size: 17px;
  font-weight: 600;
}
.ttm-team-member-award-box{padding-left: 15px;padding-bottom: 40px;position: relative;}
.ttm-team-member-award-box:before{
    content: "";
    position: absolute;
    left: 15px;
    top: -30px;
    width: 1px;
    height: 100%;
    background: #e8ecef;
}
.ttm-team-member-award-box h5{margin-bottom: 5px;font-weight: 700;position: relative;}
.ttm-team-member-award-box h5:before {
    content: "";
    position: absolute;
    border-radius: 0;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: #e8ecef;
}
.ttm-team-member-award-box h5,
.ttm-team-member-award-box p{padding-left: 35px;}

/*------------------------------------------------------------------------------*/
/*  Elements_page
/*------------------------------------------------------------------------------*/
.element-row{ padding: 0 0 45px; position: relative;}
.element-row .section-title h2.title{ margin-top: 22px; margin-bottom: 25px;}

/** element-progressbar **/
.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_blue { background-color: #0074cc; }
.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_green { background-color: #5bb75b; }
.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_pink { background-color: #f4524d; }
.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_turquoise { background-color: #00c1cf; }

/** icon_element-style-fill **/
.ttm-icon.ttm-icon_element-fill {color: #fff; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-yellow  { background-color: #ffb300; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-orange  { background-color: #ff4c00; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-red  { background-color: #ff0a26; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-dark_pink  { background-color: #ff0061; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-mulled_wine  { background-color: #50485b; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-aqua{ background-color: #39c8df; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-aqua{ color: #39c8df; }

/** icon_element-style-border **/
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-mulled_wine { border-color: #50485b; color: #50485b; }
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-blue { border-color: #5472d2; color: #5472d2; }
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white { border-color: #fff; color: #fff; }
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-yellow { border-color: #ffb300; color: #ffb300; }
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-orange { border-color: #ff4c00; color: #ff4c00; }
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-red { border-color: #ff0a26; color: #ff0a26; }

/** icon_element-bgcolor **/
.element-style .icon-box-wrapper { padding-top: 15px; }
.element-style .row .col-md-6 .featured-icon-box:not(:last-child){ padding: 0; margin-bottom: 40px; }

/* ===   link-list ==
------------------------*/
.list-style-disc {list-style-type: disc !important;}
.list-style-decimal {list-style-type: decimal!important;}
ul.ttm-list {
    list-style: none;
    padding: 0;
    padding-left: 0;
}
.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: 0px;
    top: 5px;
}
.ttm-list.ttm-list-style-icon li {
    padding-left: 27px;
    list-style: none; 
    position: relative;
    padding-bottom: 8px; 
}
.ttm-list.ttm-list-textsize-medium li{font-size: 16px;padding-bottom: 9px;}

ul.services-submenu.sub-menu {
    width: 315px !important;
}ul.ttm-our-location-list {
    color: #fff;
}span.hylt {
    font-weight: 800;
}span.srv-sm {
    font-size: 14px;
}span.list-sm {
    font-size: 11px;
}.ttm-service-description.mb-30 h1 {
    font-size: 28px;
    /* line-height: 30px; */
    text-transform: capitalize;
}.featured-desc.list i {
    color: #ff810f;
}.featured-desc.list li {
    list-style: none;
}a.hylta {
    color: #ff810f;
    text-decoration: underline;
}.cont {
  text-align: center;
}

.page-head {
  padding: 60px 0;
  text-align: center;
}

.page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0;
}

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.btn-primary:hover {
  background-color: #fff!important;
  color: #152836;
}




.page-head h1 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #FFF;
  position: relative;
  display: inline-block;
}

.page-head h1 .version {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  width: 58px;
  right: -58px;
}
section.latest-blog-area.style2.bfaf-area.ttm-row {
    padding-bottom: 80px;
}
.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 0px;
}

.demo-gallery > ul > li {
       width: 287px;
    display: inline-block;
    /* margin-right: 15px; */
    list-style: outside none none;
        padding: 1px 3px
}
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
.demo-gallery > ul > li a {

  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}.small {
  font-size: 11px;
  color: #999;
  display: block;
  margin-top: -10px
}#lightgallery img {
    max-width: 100%;
    height: auto;
}
.ttm-row.pt90 {
    padding: 90px 0px 0px;
}ul.proj-submenu.sub-menu {
    width: 273px !important;
}section.ttm-row.blog-left-img-section.clearfix {
    background: #eee;
}.title-header.int {
    margin-bottom: 35px;
}.ttm-client.clients-slide.owl-carousel .owl-item {
padding: 0 5px !important;}

.title-header.clnt {
    padding: 40px 0px 0px;
}.mt-3 {
    margin-top: 3px!important;
}
/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider{
	position:relative;
}

.main-slider .content.alternate{
	max-width: 610px;
	width: 100%;
	float: right;
	display: block;
}

.main-slider .slide{
	position:relative;
	padding:200px 0px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.main-slider h2{
	position:relative;
	color:#ffffff;
	font-weight: 700;
    font-size: 36px;
	line-height:1.1em;
	margin-bottom:10px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	font-family: 'Poppins', sans-serif;
}

.main-slider .active h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1300ms;
}

.main-slider h2.style-two{
	
	margin-bottom: 10px;
}
span.prj {
    font-weight: 700;
    font-size: 19px;
    color: #ff810f;
}
.main-slider h2.style-three{
	font-weight:500;
	margin-bottom: 20px;
}

.main-slider h2.alternate{
	margin-bottom: 35px;
}

.main-slider h3{
	position:relative;
	color:#ffffff;
	font-size:26px;
	font-weight:500;
	margin-bottom:20px;
	display:inline-block;
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	font-family: 'Poppins', sans-serif;
}

.main-slider h3:before{
	position:absolute;
	content: '';
	left:-55px;
	top: 18px;
	width:30px;
	height: 2px;
	background-color: #ffffff;
}

.main-slider h3.style-three:after{
	position:absolute;
	content: '';
	right:-55px;
	top: 18px;
	width:30px;
	height: 2px;
	background-color: #ffffff;
}

.main-slider h3.style-two:before{
	background-color: #ee2d50;
}

.main-slider .active h3{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}

.main-slider h3.alternate::before{
	display:none;
}

.main-slider .text{
	    position: relative;
    color: #ffffff;
    font-size: 16px;
    opacity: 0;
    /* line-height: 1.7em; */
    /* font-weight: 500; */
    margin-bottom: 40px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}

.main-slider .link-box{
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .link-box .theme-btn{
	margin-right:10px;
}

.main-slider .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}

.main-slider .content .title{
	position:relative;
	color:#ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 25px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .content .title:after{
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 70px;
	height: 1px;
	margin-left: -35px;
	background-color: #ffffff;
}

.main-slider .active .title{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 600ms;
}

.main-slider .owl-dots{
	position: absolute;
    left: 50%;
    bottom: 35px;
    max-width: 100px;
    margin-left: -50px;
    width: 100%;
    text-align: center;
}

.main-slider .owl-dots .owl-dot{
	position:relative;
	width:12px;
	height:12px;
	margin:0px 4px;
	overflow: hidden;
	border-radius: 50px;
	display:inline-block;
	border:1px solid #ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot:before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before{
	background: #ffffff;
}

.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-20px;
}

.main-slider .owl-nav .owl-prev{
	position:absolute;
	left:40px;
	color:#ffffff;
	font-size:38px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-nav .owl-next{
	position:absolute;
	right:40px;
	color:#ffffff;
	font-size:38px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#ee2d50;
}.main-slider .owl-carousel .owl-item {
padding: 0px;}.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}a.ttm-btn.ttm-btn-size-md.ttm-btn-shape-square.ttm-btn-bgcolor-skincolor.bnbtn.trans {
    background: transparent;
    border: 1px solid #fff;    margin-left: 12px;
}a.ttm-btn.ttm-btn-size-md.ttm-btn-shape-square.ttm-btn-bgcolor-skincolor.bnbtn.trans:hover {
	background:#fff;
	color:#000d6d;-webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    -ms-transition: all 0.3s ease-in-out 0s !important;
    -o-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}a.ttm-btn.ttm-btn-size-md.ttm-btn-shape-square.ttm-btn-bgcolor-skincolor.bnbtn{

    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 13px;
    border-width: 2px;
    margin: 0px;
    padding: 12px 25px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 13px;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}.centered {
    text-align: center;
}.content.right {
    text-align: right;
}.main-slider .content.right h3:before {
    position: absolute;
    content: '';
    right: -55px;
    top: 18px;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
}.main-slider .content.right h3:before {
    position: absolute;
    content: '';
    right: -55px !important;
    top: 18px;
    left: initial;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
}@media only screen and (max-width: 1023px){
	
	
	.main-slider .tparrows
	{
		display:none;
	}
	
	
	
	.main-slider h2{
		font-size:80px;
		padding-left: 0px;
	}
	
	.main-slider h3 span{
		font-size:50px;
	}
	
	.main-slider h2:before{
		display:none;
	}
	
	
	
	.main-slider h3.alternate span{
		font-size:35px;
	}
	
	
	.main-slider h2{
		font-size:60px;
	}
	
	.main-slider .text{
		font-size:16px;
	}
	
	
	
	.main-slider h2.style-two{
		font-size:28px;
	}
	
	
	
}

@media only screen and (max-width: 767px){
	
	
	
	.main-slider h2{
		font-size:60px;
		padding-left: 0px;
	}
	
	.main-slider h3{
		font-size:20px;
	}
	
	
	.main-slider h3 span{
		font-size:30px;
	}
	
	.main-slider .text{
		font-size:16px;
	}
	

	.main-slider .text br{
		display:none;
	}
	
	.main-slider .slide{
		padding:120px 0px;
	}
	
	
	
	
	
	.main-slider h2{
		font-size:45px;
	}
	
	
	
}

@media only screen and (max-width: 599px){
	
	.main-slider .price,
	.main-slider h3.light{
		font-size:26px;
	}
	
	
	
	.main-slider h2 {
    font-size: 28px;
}
	
	.main-slider .theme-btn{
		margin-right:10px;
	}
	
	
	
	.main-slider .theme-btn{
		padding:8px 16px;
		font-size:12px;
	}
	
	
	
}.content {
    max-width: 700px;
}
.content.right{
	  max-width: 100%;
}.content.centered{
	  max-width: 100%;
}.main-slider .owl-theme .owl-controls .owl-nav div.owl-next {
   
    top: 0px;
    
}.main-slider .owl-theme .owl-controls .owl-nav div.owl-prev {
    position: absolute;
    top: 0px;
   
}.main-slider .owl-theme .owl-controls .owl-nav div {
    background: #08091e8c;
    
}.overlay-banner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
 
    transition: .5s ease;
    background-color: #00000057;
}/* before after */

	.cd-image-container {
  position: relative;
  width: 100%;


}
.cd-image-container img {
      display: block;
    width: 100%;
    height: auto;
}
@media only screen and (min-width: 768px) {
  .cd-image-container {
    margin:0px;
  }
}

.cd-image-label {
      opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

span.cd-image-label {
    background: #ff7900b5;
}
.cd-image-label {
   position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
   background: url("../images/before-after/before.jpg") no-repeat left top;
  background-size: auto 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
    background: #00000063;
    /* font-size: 20px; */
}span.cd-image-label {
    background: #ff7900b5;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
     height: 50px;
    width: 50px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #ff7900 url("../images/before-after/drag.png") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #bcdd5a;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

	
	
input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);    cursor: ew-resize;
  z-index: 2;
}
input[type=range]:focus, input[type=range]:active {
  border: none;
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}

input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}.b-bnr__title {
  
    color: #fff;
    letter-spacing: -.02em;
}.b-bnr__info {
    font-size: 15px;
    line-height: 24px;
    color: #b5bec9;
}.b-bnr {
       padding: 90px 0 90px;
}.b-bnr-contacts__phone {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
}.b-bnr-contacts__info {
    font-size: 15px;
    color: #b5bec9;
}.b-bnr-contacts {
    display: inline-block;
    margin-left: 40px;
    text-align: left;
    vertical-align: middle;
}.btn.pm { background-color: #ff810f;border-color: #ff810f;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
       vertical-align: sub;
    user-select: none;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 16px;
    border: 1px solid transparent;
    padding: 16px 40px;
    
}.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #343a40;
    background-color: #ff810f;
    border-color: #343a40;
}.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(51, 57, 63);
}
@media (max-width: 767px){
.b-bnr .btn {
    margin-bottom: 20px;
}.b-bnr__second {
    margin-top: 30px;
}}a.red {
    color: #ff810f;   
}
.featured-content a.red {
   color: #ff810f;
    border-bottom: 1px solid #ff810f;

    font-size: 16px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: #000;
}.modal-dialog.modal-lg {
    z-index: 99999;
}
div#myModal {
    background: #000d6db8;
}
.modal-content {
    margin-top: 10%;
}button.btn.btn-secondary {
    background: #000d6d;
}.spacing-1.vm {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-left: 55px;
    padding-bottom: 8px;
    padding-right: 0px;
}fieldset {
    border: 1px groove #eda20e;
    box-shadow: 0 0 0 0 #ffffff;
    color: #ffffff;
    margin: 0 17px 30px;
    padding: 0 2.4em 1.4em;
}fieldset legend {
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 200;
    margin: 22px 15% 15px;
    padding: 0.2% 0.4%;
    text-align: center;
    text-transform: uppercase;
    width: 70%;
}fieldset h1 {
      font-size: 36px;
    line-height: 57px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: serif;
    text-transform: none;
    text-align: center;
} fieldset h1 span {
 color: #ff810f;
    font-weight: 700;
}.mis {
    margin-top: 50px;
    text-align: center;
}.box_feat {
    background-color: #fff;
      padding: 29px 7px 0px;border: 1px solid #ff810f;
    text-align: center;
    position: relative;
         height: 270px;
    width: 270px;
    border-radius: 100%;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    margin-bottom: 25px;
}.box_feat li {
    line-height: 21px;
    font-size: 13px;
    /* line-height: 11px; */
    padding: 0px 18px;
    list-style: circle;
}ul.top-contact i {
    color: #f87801;
}.box_feat span {
    position: absolute;
    top: 50%;
    right: -37px;
    margin: -42px 0 0;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
       background: url(../images/next.png) center center no-repeat #000d6d;
    display: block;
    z-index: 9;
}.box_feat h3 {
 
    font-size: 24px;
    margin-top: 8px;
    color: #000d6d;
    line-height: 23px;
}@media (max-width: 991px){
.box_feat span {
    top: 100%;
    left: 50%;
    margin: -20px 0 0 -35px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}}.box_feat img {
    margin-right: 5px;
    /* font-size: 25px; */
    /* font-weight: 500; */
    color: #fff;
    /* line-height: 46px; */
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    left: auto;
    right: 115px;
    top: -14px;
    z-index: 10;
}.pp_gallery {
	display:none!important;
}.row.add_bottom_30 {
    padding-top: 70px;
}.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(52, 58, 64);
    color: #343a40;
}
.bg-dark {
    background-color: #eee!important;
}.brd-left {
    border-left: 1px solid #eee;
    height: 22px;
    position: absolute;
    top: 31px;
    /* right: 200px; */
    /* margin-right: 22px; */
    right: 138px;
}span.and {
    font-family: serif;
}/* Account Popup Area */
.account-popup-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
        background: #00143ca1;
    opacity: 1;
    z-index: 999;
    overflow-Y: scroll;
    display: none;
}
.account-popup {
    position: relative;
    float: left;
    width: 460px;
    background: #ffffff;
    z-index: 1;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    left: 50%;
    margin-left: -230px;
    margin-top: 140px;
    margin-bottom: 60px;

    padding: 40px 60px;
}
.account-popup > h3 {
   float: left;
    width: 100%;
    font-family: Quicksand;
       color: #000d6d;
    font-weight: bold;
    margin: 0;
    font-size: 28px;
    margin-bottom: 0px;
    margin-bottom: 12px;
    line-height: 10px;
}
.account-popup > span {
    float: left;
    width: 100%;
    font-size: 13px;
    font-family: Open Sans;
    font-size: 13px;
    color: #888888;
    margin-top: 20px;
}
.select-user {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.select-user > span {
    float: none;
    display: inline-block;
    font-family: Open Sans;
    font-size: 13px;
    color: #202020;
    border: 2px solid;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    padding: 9px 29px;
    margin: 0 5px;
        margin-top: 0px;
    margin-top: 5px;
    cursor: pointer;
}
.account-popup > form {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.account-popup > form .cfield {
        float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
   

}
.account-popup > form .cfield input {
    float: left;
    width: 100%;
    background: no-repeat;
    margin: 0;
    font-family: Open Sans;
    font-size: 15px;
    color: #000;
        padding: 8px 45px 8px 15px;
}.account-popup > form .cfield input[type="textarea"] {
    height: 75px;
    border: 1px solid #dedede;
}
.account-popup > form .cfield i {
        position: absolute;
    right: 0;
    top: 13px;
    right: 17px;
    font-size: 19px;
}.account-popup > form .cfield input[type="textarea"]:focus {
    height: 75px;
    border: 1px solid #fda02b;
}
.remember-label {
    float: left;
    margin: 0;
    font-family: Open Sans;
    font-size: 13px;
    color: #202020;
}
.account-popup > form > a {
    float: right;
    font-family: Open Sans;
    font-size: 13px;
    text-decoration: underline;
    line-height: 30px;
}
.account-popup > form button {
        /* float: left; */
    /* width: 100%; */
    /* height: 45px; */
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-top: 20px;
    background-color: #ff810f;
    color: #fff;
    margin: auto;
    padding: 13px 25px;
    line-height: 10px;
}.account-popup > form button:hover {
    background-color: #000d6d;
    color: #fff;
}select#cars {
    float: left;
    width: 100%;
    background: no-repeat;
    margin: 0;
    font-family: Open Sans;
    font-size: 13px;
    color: #000;
    padding: 11px 45px 11px 15px;
}
.extra-login {
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    position: relative;
}
.extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #d8dcdc;
    content: "";
}
.extra-login > span {
       width: auto;
    float: none;
    display: inline-block;
    background: #ffffff;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-family: Open Sans;
    font-size: 17px;
    color: #000000;
    text-transform: capitalize;
}h2.pop {
    color: #000;
    font-size: 23px;
    font-weight: 800;
    margin-top: 6px;
}
.login-social {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.login-social a {
    float: none;
    display: inline-block;
    width: 50px;
    height: 40px;
    border: 2px solid;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    line-height: 36px;
    font-size: 21px;
    margin: 0 5px;
        margin-top: 0px;
    margin-top: 6px;
}
.login-social a.fb-login {
    color: #3b5998;
    border-color: #3b5998;
}
.login-social a.tw-login {
    color: #1da1f2;
    border-color: #1da1f2;
}

.login-social a {
    font-size: 15px;
}

.account-popup .close-popup {
   position: absolute;
    top: 6px;
    width: 50px;
    height: 50px;
    float: none;
    margin: 0;
    right: 6px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.no-scroll {
    overflow: hidden;
}
.dropdown-field {
    float: left;
    width: 100%;
    margin-bottom: 19px;
     border-radius: 8px;
}
.job-search-sec {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1180px;
    content: "";
    
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);

    margin-top: 0px;
}
.main-featured-sec {
    float: left;
    width: 100%;
    z-index: 1;
}
.job-search {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
}
.job-search > h3 {
    float: left;
    width: 100%;
    font-family: Quicksand;
    font-size: 40px;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 0px;
    text-align: center;
    line-height: 39px;
    margin-bottom: 13px;
}
.job-search > span {
    float: left;
    width: 100%;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    color: #d5d8f3;
    text-align: center;
    margin-top: 10px;
}
.job-search form {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.job-field {
    float: left;
    width: 100%;
    position: relative;
    
}

.job-field input {
    float: left;
    width: 100%;
    background: no-repeat;
    border: none;
    font-size: 13px;
    color: #888888;
    margin: 0;
    padding: 0 70px 0 30px;
    height: 61px;
    line-height: 61px;

    background-color: #FFF;

     -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.job-field input::-webkit-input-placeholder { /* Chrome */
  color: #888888;font-size: 13px;
}
.job-field input:-ms-input-placeholder { /* IE 10+ */
  color: #888888;font-size: 13px;
}
.job-field input::-moz-placeholder { /* Firefox 19+ */
  color: #888888;font-size: 13px;
}
.job-field input:-moz-placeholder { /* Firefox 4 - 18 */
  color: #888888;font-size: 13px;
}

.job-field i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 27px;
}
.job-search form button {
    float: left;
    width: 100%;
    padding: 9px 0;
    font-size: 30px;
    background-color: #8b91dd; height: 61px;
    border-radius: 8px;
}
.job-search form .row {
    margin: 0 -12px;
}
.job-search form .row > div {
    padding: 0 12px;
}
.job-field .chosen-container-single .chosen-single div::before {
    display: none;
}
.search-job2 .job-field .chosen-container-single .chosen-single div::before {
    display: block;
    color: #333333;
    font-size: 10px;
}
.job-field .chosen-container .chosen-drop {
    background: #ffffff;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    margin-top: 10px;
    border: none;
    
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);

}
.job-field .chosen-container-single .chosen-single {
    padding: 19px 30px 18px 30px;
}
.dropdown-field .chosen-container.chosen-container-single.chosen-container-single-nosearch.chosen-with-drop.chosen-container-active .chosen-single {
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

}
.dropdown-field .chosen-container .chosen-drop {
    border: none;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    background: #fbfbfb;
    margin-top: 10px;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

}
.or-browser {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.or-browser > span {
    float: left;
    font-family: Open Sans;
    font-size: 13px;
    color: #ffffff;
    line-height: 33px;
}
.or-browser > a {
    float: left;
    font-family: Open Sans;
    font-size: 13px;
    color: #ffffff;
    margin-left: 15px; margin-right: 15px;
    border: 1px solid #FFF;
    height: 33px; line-height: 33px; width: 90px; text-align: center;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

}
.account-popup .close-popup, .blog-metas a::before {
    background-color: #ff810f
}.call-to-action-section {
    position: relative;
    padding: 150px 0px 90px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;background-size: cover;
}.call-to-action-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.3em;
}.call-to-action-section .text {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 14px;
    max-width: 820px;
    margin-bottom: 40px;
    font-family: 'Rufina', serif;
}.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #242424;
    padding: 10px 37px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 2px;
    background-color: #ffffff;
    text-transform: uppercase;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    font-family: 'Poppins', sans-serif;
}.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}.call-to-action-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.45);
}.about-right-text {
    padding: 72px 17px 72px;
    margin: 0px;
    margin-left: 0px;
    background-color: #ff810f;
    margin-top: 0px;
}.blog-category span {
  display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 3px 12px 3px 12px;
    position: relative;
    background-color: #000d2494;
    border-radius: 50px;
}.clr-red {
    background-color: #ff810f;
}.blog-category {
    position: absolute;
    right: -35px;
    top: -20px;
    z-index: 1;
}.blog-category:after {
    position: absolute;
    content: '';
    right: -8px;
    width: 20px;
    height: 46px;
    border: 2px solid #ff810f;
    z-index: -1;
    top: -7px;
}h2.title.rv {
        color: #00094b;
}
a.readon2.secondary {
    font-size: 27px;
    color: #000d6d;
    margin-top: 24px;
    /* margin-top: -60px; */
    /* top: 70px; */
    /* position: absolute; */
    line-height: 29px;
    /* vertical-align: -webkit-baseline-middle; */
    font-variant-caps: all-petite-caps;
    /* font-weight: 600; */
}h4.sub-title.left-line.secondary {
    color: #fff;
    font-size: 22px;
}.services-slide.owl-carousel.owl-theme .owl-dot{
	
	display:none!important;
}
/*** 
=============================================
    Call Us Area Style
=============================================
***/
.call-us-area{
    position: relative;
    display: block;
    padding-top: 100px;
    padding-bottom: 60px;
    z-index: 3;
}
.call-us-area .call-us-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    background-attachment: scroll;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.call-us-area .call-us-bg::before {
    position: absolute;
    background: rgba(248, 247, 255, 0.85);
    content: "";
    width: 100%;
    height: 320px;
    top: 0;
    left: 0;
    z-index: -1;
}

.sec-title.call-us-title{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 120px;
}
.call-us-text {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 600px;
    width: 100%;
    margin-top: -7px;
}
.call-us-text p{
    color: #39345a;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.contact-info-box{
    position: relative;
    display: block;
    background: #39345a;
    border-radius: 5px;
    padding: 35px 40px 17px;
}
.contact-info-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #4d496b;
    padding-bottom: 32px;
    margin-bottom: 17px;
}
.contact-info-box ul li{
    position: relative;
    display: block;
    padding-left: 45px;
    margin-bottom: 25px;
}
.contact-info-box ul li:last-child{
    margin-bottom: 0;
}
.contact-info-box ul li .icon{
    position: absolute;
    top: 10px;
    left: 0;
}
.contact-info-box ul li .icon span:before{
    color: #f36727;
    font-size: 35px;
    line-height: 35px;
}
.contact-info-box ul li .title{
    position: relative;
    display: block;
    padding-left: 10px;
}
.contact-info-box ul li .title h3{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 2px;
}
.contact-info-box ul li .title span{
    color: #f36727;
    font-size: 18px;
}

.contact-info-box .find-map-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 60px;
    min-height: 45px;
}
.contact-info-box .find-map-box .icon{
    position: absolute;
    top: 0;
    left: 0;
}
.contact-info-box .find-map-box .icon span:before{
    color: #575376;
    font-size: 45px;
    line-height: 45px;
}
.contact-info-box .find-map-box .text {
    display: block;
    margin: 9px 0;
}
.contact-info-box .find-map-box .text a{
    color: #ffffff;
}

.contact-info-form{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 40px 40px 20px;
    border: 1px solid #f0eef9;
    border-radius: 7px;
}
.contact-info-form form {
    position: relative;
    display: block;
}
.contact-info-form form .input-box {
    position: relative;
    margin-bottom: 20px;
}
.contact-info-form form .input-box input[type=text],
.contact-info-form form .input-box input[type=email],
.contact-info-form form .input-box textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    border: 1px solid #f0eef9;
    padding: 0 20px;
    color: #868298;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
}
.contact-info-form form .input-box textarea{
    height: 205px;
    padding: 15px 20px;
}
.contact-info-form form .input-box button {
    padding: 19px 35px 18px;
    border-radius: 5px;
}
.contact-info-form form .input-box input[type=text]:focus{
    border-color: #f36727;
}
.contact-info-form form .input-box input[type=email]:focus{
    border-color: #f36727;
}
.contact-info-form form .input-box textarea:focus{
    border-color: #f36727;    
}

p.wrkr {
    color: #000d6d;
}.featured-title {
    text-transform: capitalize;
}
section.ttm-row.our-project-section.ttm-bgcolor-skincolor.break-1199-colum.clearfix {
   background: #eee;
}.prj1 h5 {
    color: #ff810f !important;
}h2.title.wrk {
    color: #000d6d !important;
}
.process.cellpadding.ttm-row {
   padding: 60px 0px 75px;
}
.ttm-header-wrap.is-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.prjptpb60 {
       padding: 60px 0px 75px;
}section.ttm-row.vmission {
    padding: 80px 0px 0px;
}section.remodel {
    padding: 60px 0px 85px;
}.featured-icon img {
    height: 57px;
}.spec_item h4 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: Capitalize;
    margin-bottom: 15px;
    margin-top: 25px;
}.view_btn {
    color: #ff810f;

    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}.spec_item p {
        font-size: 12px;
    color: #ffffffad;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 0px;
  
}.mtp-40{margin-top:40px;}.bg-imgservices {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 43, 72, 0.94)), to(rgba(37, 43, 72, 0.94))), url(../images/bg1.jpg) no-repeat scroll center center;
    background: -webkit-linear-gradient(rgba(37, 43, 72, 0.94), rgba(37, 43, 72, 0.94)), url(../images/11.jpg) no-repeat scroll center center;
    background: -o-linear-gradient(rgba(37, 43, 72, 0.94), rgba(37, 43, 72, 0.94)), url(../images/11.jpg) no-repeat scroll center center;
       background: linear-gradient(rgba(0, 13, 109, 0.86), rgba(0, 13, 109, 0.85)), url(../images/bg1.jpg) no-repeat scroll center center;
	
   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}.spec_item img {
    height: 100px;
}
section.ttm-row.abouthm-section {
    padding: 80px 0px 75px;
}
.wht{
 color: #fff!important;
}.spec_item h6 {
    color: #ffffff;
}.spec_item h6 {
    color: #ffffff;
    font-weight: 400 !important;
   
}.spec_item li a:before {
    content: '-';
    position: absolute;
   margin-top:10px;
    left: 0;color: #ff810f;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}  .spec_item li { 
    list-style: none;color: #ffffffad;
} .spec_item h4{ 
font-family: 'Playfair Display', serif;}

}
.bg-light {
    background-color: #f6f6f6 !important;
}.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}.section-title {
    margin-bottom: 50px;
}.text-center {
    text-align: center!important;
}.position-relative {
    position: relative!important;
}.bg-light-half-lg:before, .bg-light-half-md:before, .bg-light-half-sm:before {
    content: "";
    background: #ffffff;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}.bg-dark-half-sm:before, .bg-light-half-sm:before {
    height: 270px;
}.bg-light-half-lg, .bg-light-half-md, .bg-light-half-sm {
    position: relative;
}.space-ptb {
    padding: 60px 0px 0px;
}
a.ttm-btn.ttm-btn-size-md.ttm-btn-shape-square.ttm-btn-bgcolor-skincolor.bnbtn.trans.dtl {
    /* border: none; */
    /* position: absolute; */
    text-transform: capitalize;
    /* line-height: unset; */
    /* right: 14px; */
    /* top: 5px; */
    font-size: 14px;
    padding: 6px 10px;
    margin: 5px 0px;    transform: none;
    transform-origin: unset;
}.featured-title {
    text-transform: capitalize;
    /* display: inline-flex; */
    margin: auto;
    
}.overlay.ftr {
    background-color: #00000014;
}
.featured-imagebox-portfolio-style1 .featured-content-portfolio {
	padding: 0px 15px;
}.featured-title.clnt {
    top: 71%;
    position: absolute;
  
    left: 5%;
    margin: auto;
}
a.ttm-btn.ttm-btn-size-md.ttm-btn-shape-square.ttm-btn-bgcolor-skincolor.bnbtn.trans.dtl:hover {
    /* background: #fff; */
    color: #fff;
    /* border: 1px solid red; */
}

.hiw-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}.padding-top-45px {
    padding-top: 45px;
}.padding-bottom-80px {
    padding-bottom: 80px;
}.icon-box {
    background-color: #fff;
 padding: 71px 9px 32px 9px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 10px 40px rgba(82,85,90,0.1);
    box-shadow: 0 10px 40px rgba(82,85,90,0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}.col-lg-3.column-td-6 {
    padding: 10px;
}.col-lg-3.column-td-6.l {
    padding-left: 15px;
    padding-right: 10px;
}.info-icon img {
    height: 60px;
}
.col-lg-3.column-td-6.r {
    padding-left: 10px;
	padding-right:15px;
}

a.prcs {
    color: #ff810f;
}.icon-box .info-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -42px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ff810f;
    color: #fff;
    font-size: 36px;
    -webkit-box-shadow: 0 15px 40px rgba(255, 129, 15, 0.25);
    -moz-box-shadow: 0 15px 40px rgba(255, 129, 15, 0.25);
    box-shadow: 0 15px 40px rgba(255, 129, 15, 0.25);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}.icon-box .info-icon .info-number {
    position: absolute;
    right: -5px;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 27px;
       background-color: #ff810f;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 500;
    font-size: 15px;
}.icon-box .info__title {
    font-size: 20px;
    color: #333f57;
    font-weight: 600;
    margin-bottom: 20px;
}
a#lg-download{
    display: none!important;
}#lg-share {
    display: none!important;
}
.icon-box .info__desc {
    font-size: 15px;
    color: #808996;
    font-weight: 500;
}.icon-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .1;
    background-position: center;
    background-image: url(../images/bg.svg);
}.icon-box:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

ul.ttm-our-location-list li {
    padding-bottom: 13px;
}
.title-header.clnt1 {
    margin-bottom: 0px !important;
    padding: 0px 0px 0px;
}.ttm-row.client-section.hm {
    padding: 60px 0px 20px !important;
    background: #fff;
}section.b-bnr.bg-obj {
    background: #007eff;
}section.b-bnr.bg-obj {
    background: #007eff;
    background: linear-gradient(rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.42)), url(../images/cover.jpg);
    background-size: cover;
    background-position: center; padding: 60px 0px;  background-attachment: fixed;
}.b-bnr__main h4 {
    color: #fff;
}.title-desc.rd {
    color: #fffe;
}
.b-bnr__main h4 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}.b-bnr__title {
    color: #fff;
    letter-spacing: -.02em;
    margin-bottom: 36px;
}i.fa.fa-check {
    font-weight: 300;
}.b-bnr-contacts {
    display: inline-block;
    margin-left: 0px;
    text-align: left;
    vertical-align: middle;
    margin-top: 92px;
    float: right;
}.b-bnr__second {
    float: right;
}.renov {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.12);
    padding: 8px;
    border: 1px solid #f3f3f3;
}.col-lg-3.col-md-12.pdm {
    padding-right: 4px;
}.col-lg-9.col-md-12.pdm {
    padding-left: 4px;
}.project-info-content h4 {
    font-size: 17px;
    margin-bottom: 5px;
}.ftprjt {
    border-color: rgba(223, 225, 229, 0.13);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.2);
    /* border-bottom-left-radius: 0; */
    /* border-bottom-right-radius: 0; */
    border: 1px;
    margin-bottom: 30px;

}.archprj {
    border-color: rgba(223, 225, 229, 0.13);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.2);
    /* border-bottom-left-radius: 0; */
    /* border-bottom-right-radius: 0; */
    border: 1px;      padding: 9px 0px 2px 0px;
}
.chosen-wrapper:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 23px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 9;
}
.chosen-wrapper.is-active:after {
  border-top: 8px solid black;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.chosen-wrapper .chosen-container .chosen-single {
    border-radius: 0;
    /* height: 70px; */
border-bottom: 1px solid rgba(255, 255, 255, 0.63);
    /* background: #fff; */
    font-size: 17px;
    color: #fff;
    padding: 0 30px;
  line-height: 54px;
    transition: all 0.3s ease;
    box-shadow: none;
    /* background: #fff; */
}.chosen-container-single .chosen-single {
   position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    /* height: 25px; */
    border: 1px solid #aaa;
    border-radius: 5px;
    /* background-color: #fff; */
    /* background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4)); */
    /* background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%); */
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}a.ttm-btn.ttm-btn-size-md.ttm-btn-shape-square.ttm-btn-bgcolor-skincolor.bnbtn.trans.prjbtn {
       background: #f3f3f300;
    border: 1px solid #ff810f;
    margin-left: 0px;
    color: #ff810f;
    padding: 12px 27px;
    font-size: 15px;
}a.ttm-btn.ttm-btn-size-md.ttm-btn-shape-square.ttm-btn-bgcolor-skincolor.bnbtn.trans.prjbtn:hover {
       background: #ff810f;
    border: 1px solid #ff810f;
    margin-left: 0px;
    color: #fff;
    padding: 12px 27px;
    font-size: 15px;
}.project-block-three .content .text:hover {
  color:#000d6d;
}
.chosen-wrapper .chosen-container .chosen-single b {
  display: none !important;
}
.chosen-wrapper .chosen-container .chosen-single span {
  letter-spacing: 0;
  padding: 0;    color: rgba(255,255,255,.85);
  line-height: inherit;
}
.chosen-wrapper .chosen-container.chosen-with-drop .chosen-single {
        background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.63);
    padding-left: 0;
    border-radius: 0;

    color: #fff;
}
.chosen-wrapper .chosen-container.chosen-with-drop .chosen-drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.chosen-wrapper .chosen-container.chosen-container-single-nosearch .chosen-search {
  display: none;
}
.chosen-wrapper .chosen-container .chosen-drop {
  letter-spacing: 0;
  border-radius: 0;
  box-shadow: none;
  border-width: 0 2px 2px;
  border-color: #000;
  margin-top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  opacity: 0;
}.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
}
.chosen-wrapper .chosen-container .chosen-results {
    font-size: 17px;
    color: #fff;
    max-height: 245px;
    margin: 0;
    padding: 0;
}

.chosen-wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #eeeeee !important;
  color: #000d6d;
  background-image: none;
}
.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}
.chosen-container .chosen-drop {
       position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #eee;
    border-top: 0;
    background: #000a57;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
    clip: rect(0,0,0,0);
}
.chosen-wrapper--style2.is-active:before {
  width: 100%;
}.chosen-wrapper {
   
   
    position: relative;
}
.chosen-wrapper--style2 .chosen-container .chosen-single {
  border-width: 0 0 1px;
  padding: 0;
}

.chosen-wrapper--style2 .chosen-container.chosen-with-drop .chosen-drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
.chosen-wrapper--style2 .chosen-container .chosen-drop {
  border-color: #d9d9d9;
  border-top: 2px solid #d9d9d9;
}


/*ScrollBox style*/
.nicescroll-rails {
  border-left: 1px solid #d9d9d9;
  transform: translate(-2px);
  top: 0 !important;
}
.nicescroll-rails .nicescroll-cursors {
  width: 6px !important;
  margin-right: 2px;
}

.chosen-container a {
    cursor: pointer;
}.chosen-wrapper .chosen-container .chosen-results li {
    padding: 8px 10px 10px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    line-height: 20px;
}.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}.chosen-wrapper--style2 .chosen-container.chosen-with-drop .chosen-drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
}.chosen-container.chosen-container-single.chosen-select.chosen-container-single-nosearch.chosen-with-drop.chosen-container-active {
    padding: 0;
    margin: 0;
  
}.chosen-container.chosen-container-single.chosen-select.chosen-container-single-nosearch.chosen-with-drop{
    padding: 0;
    margin: 0;

}.cfield .chosen-wrapper .chosen-container .chosen-single span {
       padding: 8px 45px 8px 15px;
 color: #888888;font-size: 15px;
}
.chosen-wrapper.chosen-wrapper--style2 .chosen-container.chosen-container-single.chosen-select.chosen-container-single-nosearch.chosen-container-active span {
     
 color: #000;font-size: 15px;
}.chosen-select .chosen-container.chosen-container-single.chosen-select.chosen-container-single-nosearch span{
	 color: #000 !important;font-size: 15px;
}
.chosen-container.chosen-container-single.chosen-select.chosen-container-single-nosearch.chosen-container-active span:focus {
     
 color: #000;font-size: 15px;
}

.cfield .chosen-wrapper:after {
   
    border-top: 8px solid #8d9297;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 9;
}.cfield .chosen-wrapper .chosen-container .chosen-single {
 border: 1px solid #dedede;
    line-height: 41px;
    transition: all 0.3s ease;

  
}.chosen-wrapper.chosen-wrapper--style2.is-active .cfield .chosen-wrapper.chosen-container.chosen-single span{
	 padding: 11px 45px 11px 15px;
color: #000;font-size: 15px;
}.account-popup .chosen-wrapper:after {
     right: 17px;
top: 20px;}
.popup-wrap {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  background: rgba(0, 0, 0, 0.85);
}

.popup-box {
  width: 400px;
  padding: 70px;
  transform: translate(-50%, -50%) scale(0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  background: #fff;
  text-align: center;
}
.popup-box h2 {
  color: #1a1a1a;
}
.popup-box h3 {
  color: #888;
}
.popup-box .close-btn {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 1000px;
  background: #d75f70;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  line-height: 190%;
}.cfield .chosen-wrapper .chosen-container .chosen-single span:focus-within{
   
    color: #000;
   
}
.popup-box .close-btn:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.transform-in, .transform-out {
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.transform-in {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.transform-out {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
}
.row.multi-columns-row.ttm-boxes-spacing-10px.pd {
    margin: 0px -9px;
    padding: 11px 0px 0px;
}.btn-box {
    position: relative;
    display: inline-block;
   
    padding: 1px 0px;
}
.theme-btn-one {
  position: relative;
    display: inline-block;
    font-size: 19px;
    line-height: 26px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    color: #ff810f;
    text-align: center;
  border: 1px solid #fff; 
    border-radius: 2px;
    padding: 5px 19px;
    box-shadow: 20px 19px 38px rgba(0, 0, 0, 0), 0px 15px 12px rgba(0, 0, 0, 0.07);
    z-index: 1;
    margin-bottom: 20px;
    background: #fff;
}.theme-btn-one i {
    position: relative;
    font-size: 19px;    color: #ff810f;
}.theme-btn-one:hover:after {
    opacity: 1;
}.theme-btn-one:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}.theme-btn-one:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
     background: #ff810f;
    -webkit-transform: scaleY(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}   
.theme-btn-one:hover {
    color: #ffffff;
    border: 1px solid #fff;
}

.theme-btn-one:hover.theme-btn-one i {
   
    color: #fff;
}
a.ttm-btn.ttm-btn-size-md.ttm-btn-shape-square.ttm-btn-bgcolor-skincolor.bnbtn.trans.dtl {
  
    font-size: 14px;
    padding: 3px 10px !important;
    margin: 5px 0px;
    transform: none;
    transform-origin: unset;
    line-height: inherit!important;
}.lSSlideOuter {
    cursor: none !important;
}.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
       cursor: zoom-in!important;
	   
}a.ttm-btn.post-job-btn i {
    display: inline;
    position: unset;
    top: unset;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: unset;
}i.fa.fa-times {
    font-size: 25px;
}.prj-box.col-md-6 {
    padding-right: 5px;
}.prj-box1.col-md-6 {
    padding-left: 5px;
}.row.pb-prj {
    padding-bottom: 10px;
}.text-prj {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}.overlay-prj {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 1 !important;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
       background-color: #00000024;
}.projct {
    position: relative;
}section.ttm-row.services{
	padding-bottom:10px;
}section.ttm-row.services2-section.hr.clearfix {
    border-top: 1px solid #fff;  padding: 50px 0 70px;
}


/* Projects Section Three */
.projects-section-three {
    position: relative;
 
    background: #eee;
}

.projects-section-three .border-shape:before {
    left: 0;
    width: 25%;
    transform: translateX(0);
}

.project-block-three {
    position: relative;
}

.project-block-three .inner-box {
    position: relative;
    margin-bottom: 160px;
    width: fit-content;
}

.project-block-three .inner-box .image {
    position: relative;
    overflow: hidden;
}

.project-block-three .inner-box .image img {
    transition: 1s;
}

.project-block-three .inner-box:hover .image img {
    transform: scale(1.2);
}

.project-block-three:nth-child(odd) .inner-box {
    top: -40px;
}

.project-block-three:nth-child(even) .inner-box {
    margin: 0 auto;
    margin-right: 0;
}

.project-block-three .content {
    position: absolute;
    left: 0;
    bottom: -80px;
    background-color: #fff;
    padding: 60px;
    max-width: 375px;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
}


.project-block-three .content h4 {
   font-size: 27px;
    font-weight: 600;
    padding-top: 25px;
    margin-bottom: 20px;
    transition: .5s;
}

.project-block-three .content h4:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 2px;
    width: 50px;
    transition: .5s;
}

.project-block-three .content .text {
    position: relative;
    margin-bottom: 30px;
    transition: .5s;
}

.project-block-three .content .link {
    position: relative;
}

.project-block-three .content .link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 15px solid transparent;
    border-right-color: #13336c;
    border-top-color: #13336c;
    transition: .9s;
}

.project-block-three .inner-box:hover .content .link:before {
    transform: rotate(180deg);
}

.project-block-three .content .link i {
    position: relative;
    margin-left: 25px;
    font-size: 20px;
    display: inline-block;
}

.project-block-three.style-two .inner-box {
    margin: 0 auto 120px;
    margin-right: 0;
    top: 0;
}

.project-block-three.style-two .content {
    bottom: 50%;
    transform: translate(-50%, 50%);
}

.project-block-three h2 {
    font-size: 48px;
    font-weight: 700;
       color: #dbdbdb;
    position: absolute;
    left: -90px;
    top: 50%;
    transform: rotate(-90deg) translate(-50%, -50%);
    transform-origin: 0 0;
    text-transform: uppercase;
}
.project-block-three .content h4:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 2px;
    width: 50px;
    transition: .5s;background-color: #f4a046;
}
.project-block-three .content h4:before {
    position: absolute;
    content: '';
    top: 61px;
    left: 62px;
    height: 2px;
    width: 50px;
    transition: .5s;
    background-color: #f4a046;
}

@media only screen and (max-width: 991px){
	
	
	
	
	.project-block-three.style-two .inner-box {
		margin-bottom: 40px;
	}
	.project-block-three.style-two .content {
	    transform: translate(0%, 50%);
	}
	
	
	
	.project-block-three.style-two .content {
	    transform: translate(0%, 0%);
	    bottom: 0;
	}
	.project-block-three .content {
	    bottom: 0;
	}
	.project-block-three:nth-child(odd) .inner-box {
		top: 0;
	}
	.project-block-three:nth-child(even) .inner-box {
	    margin: 0 auto 40px;
	}
	.project-block-three .inner-box {
	    margin: 0 auto 40px;
	}
	
}
@media only screen and (max-width: 575px){

	
	.project-block-three .content {
	    position: relative;
	    max-width: 100%;
	}		
	
.project-block-three h2 {
    font-size: 23px;
    font-weight: 700;
    
    position: absolute;
    left: 23px;
    top: 50%;
    transform: rotate(-90deg) translate(-50%, -50%);
    transform-origin: 0 0;
    text-transform: uppercase;
}
	
.featured-title h5 {
    font-size: 18px!important;
    line-height: 18px!important;
}a.ttm-btn.ttm-btn-size-md.ttm-btn-shape-square.ttm-btn-bgcolor-skincolor.bnbtn.trans.dtl {
    font-size: 14px;
    padding: 1px 7px !important;
 
    line-height: inherit!important;
}}


a.ttm-btn.ttm-btn-size-md.ttm-btn-shape-square.ttm-btn-bgcolor-skincolor.bnbtn.trans.dtl:hover {
    color: #ff810f!important;
    background: #fff!important;
}.client-slide .owl-prev {
    border-radius: 100px!important;
}.client-slide .owl-next {
    border-radius: 100px!important;
}
a.ttm-btn.ttm-btn-size-md.ttm-btn-shape-square.ttm-btn-style-border.ttm-btn-color-black.signup-popup.post-job-btn:hover {
    background: #ff810f;
    border: 1px solid #ff810f;
    border-color: #ff810f!important;
}.about-section .section-title {
    margin-bottom: 23px!important;
}.abouthm-section .section-title {
    margin-bottom: 23px!important;
}a.prfle {
    /* float: right; */
    margin-left: 30px;
    font-size: 16px;
    text-align: center;
    background: #000d6d0d;
    padding: 6px 12px;
    /* border-radius: 8px; */
}a.prfle:hover {
    /* float: right; */
 
  
  
	color:#000d6d;
}a.prfle.company {
    margin-left: 0px;
    margin: auto;
    display: block;    width: 180px;
}a.prf-head {
    background: #000949;
    padding: 3px 9px;
    border-radius: 8px;
}

a.prf {
background: #000d6d0d;
    padding: 5px 8px;
    border-radius: 8px;
}.project-info-content {
    margin-top: 15px;
    padding-right: 5px;
}.overlay.hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #00000029;
}.ttm_single_image-wrapper.mb-35 {
    position: relative;
}