/**
  * Name: Tectxon
  * Version: 1.4
  * Author: ThemetechMount
  * Author URI: http://www.themetechmount.com
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,600,600i,700,700i,900');

/**

  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. SocialIcon

  6. TooltipTop

  7. TopBar

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

  9. Footer
     - FirstFooter
     - SecondFooter
     - ttm-recent-post-list
     - menu-footer-services
     - mailchimp-inputbox
     - Footer-nav-menu

  10. GoTop BUtton
  
  11. Page-Title-Row

  12. Error-Page
  
  13. Map

**/

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

/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
 list-style: none;
}
a:focus { 
    text-decoration: none; 
}
a:focus, a:hover { 
    /*color: #ff5e14; */
    text-decoration: none; 
}
a, button, input { 
    outline: medium none; 
    color: #ff5e14; 
}
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: #ff5e14; 
    color: #999; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #ff5e14; 
    color: #999;
    text-shadow: none; 
}
::selection { 
    background: #ff5e14; 
    color: #999; 
    text-shadow: none; 
}*/

textarea.form-control {
    height: auto;
   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: 10px 20px;
    font-weight: 400;
    background-color: rgba(0,0,0,.03);
    text-transform: inherit;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    outline: none;
    line-height: inherit;
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input, 
select{
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #5d6576!important;
    padding: 10px 20px;
    font-weight: 400;
    background-color: rgba(0,0,0,.03);
    text-transform: inherit;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    outline: none;
    line-height: inherit;padding-right:0!important;
}
textarea[type="text"]{ font-size: 14px; }
button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    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;
}
select#country,select#state,select#country1,select#state1,select#country2,select#state2,select#country3,
select#state3,select#country4,select#state4,select#country5,select#state5 { 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%;
    font-weight: 400;
    background-color: rgba(0,0,0,.03);
    text-transform: inherit;
    font-size: 14px;
    outline: none;
    line-height: inherit; color: #999!important;padding-right:0!important;}
/*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: 16px 0;
    padding: 0 0 0 25px;
}

body { font-family: "Open Sans",Tahoma,Geneva,sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #5d6576;
    background-color: #f3f7f9;
    letter-spacing: 0px;

}
h1, h2, h3, h4, h5, h6{ font-family: "Titillium Web",Arial,Helvetica,sans-serif; margin-bottom: 15px; font-weight: 600; color: #020d26;}
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: 25px; margin-bottom: 20px; }
h5 { font-size: 18px; line-height: 20px; font-weight: 400;}
h6 { font-size: 16px; line-height: 18px; font-weight: normal;}


/** Transition **/

.featured-box .featured-icon i, .ttm-btn, button, .team-member.style-3 .team-social-icon ul li, .featured-box.style-2:hover
.featured-icon i , .owl-item, img, span, .featured-box, .portfolio-filter button, .team-hover, .team-social, .price-table, 
.price-table:hover .price-value, .featured-icon, .product-item:hover, .product-overlay, .product-btn, .team-member.style-4:before,
.team-member.style-4 .team-description, .dropdown-item, .about-2:before, .testimonial-content, .testimonial 
.testimonial-content::after, .testimonial .testimonial-content::before, .team-member, .team-social, .team-description, .post, 
.portfolio-item a.popup, .team-title, .post .post-desc , #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, .ttm-btn, i.ttm-btn, a.nav-link , .social-icons li>a,
.ttm-header-style-infostack .ttm-custombutton a,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a,
.accordion .toggle-title a{
    -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; 
}

.ttm-btn span, .nav-link span, .cart-info a i, .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; 
}

/**  Shadow **/
.box-shadow{
    -webkit-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    -moz-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
}
.box-shadow2{
    -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,.6);
    -moz-box-shadow:0px 1px 10px rgba(0,0,0,.6);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}

/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .site-main {
    /*padding-top: 82px;*/padding-top: 0;
    background-color: #fff;
    position: relative;
    z-index: 9;
}
body .page.ttm-sidebar-true .site-main{ 
  padding-top: 65px;
  padding-bottom: 40px;
  background-color: transparent;
}
.alignleft {
    float: left;
    margin: .375em 1.75em 1.75em 0;
}
.about-info h4{ font-size: 24px; font-weight: normal; }

/* ===============================================
    Spacing
------------------------*/

/** Padding **/
.padding-1{ padding-top: 78px; padding-right: 50px; padding-bottom: 48px; }
.padding-2{ padding-top: 77px; padding-right: 210px; padding-bottom: 62px; }
.padding-3{ padding-top: 100px; padding-right: 127px; padding-left: 80px; padding-bottom: 142px; }
.padding-4{ padding-top: 90%; padding-left: 30px; }
.padding-5{ padding-top: 114px; padding-left: 15px; padding-right: 15px;}
.padding-6{ margin-top: 50px; padding-top: 80px ; padding-right: 30px; padding-bottom: 34px;}
.padding-7{ padding-top: 130px; padding-bottom: 45px; padding-left: 70px;}
.padding-8{ padding-top: 67px; padding-right: 70px; padding-bottom: 50px; padding-left: 70px;}
.padding-9{ padding-top: 78px; padding-bottom: 28px; padding-left: 60px; padding-right: 15px; }
.padding-10 { margin-top: -68px; margin-left: -100px; padding-top: 70px; padding-right: 70px; padding-bottom: 100px; padding-left: 100px; }
.padding-11 { padding-top: 105px ; padding-right: 120px ; padding-bottom: 50px ; padding-left: 265px ; }
.padding-12{ padding-top: 105px; padding-right: 120px; padding-bottom: 50px; padding-left: 265px; }
.padding-13{ padding-top: 78px; padding-right: 230px; padding-bottom: 48px; }
.plr-100{padding-left: 100px; padding-right: 100px;}
.plr-150{padding-left: 150px; padding-right: 150px;}
.plr-200{padding-left: 200px; padding-right: 200px;}
.ptb-80{padding-top: 80px; padding-bottom: 80px;}
.ptb-100{padding-top: 100px; padding-bottom: 100px;}
.ptb-150{padding-top: 150px; padding-bottom: 150px;}

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

.pt-2{ padding-top: 2px !important; }
.pt-4{ padding-top: 4px !important;}
.pt-10{ padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30{ padding-top: 30px; }
.pt-35{ padding-top: 30px !important; }
.pt-40{ padding-top: 40px !important; }
.pt-45{ padding-top: 45px !important; }
.pt-55{ padding-top: 55px !important; }
.pt-60 { padding-top: 60px; }
.pt-65{ padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80{padding-top: 80px;}
.pt-87{ padding-top: 87px !important; }
.pt-90{padding-top: 90px !important;}
.pt-92{padding-top: 92px !important;}
.pt-100{padding-top: 100px !important;}
.pt-110{padding-top: 110px !important;}
.pt-150{padding-top: 150px !important;}
.pt-200{padding-top: 200px !important;}
.pt-250{padding-top: 250px !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; }
.pb-90{ padding-bottom: 90px !important; }
.pb-100{padding-bottom: 100px !important;}
.pb-150{padding-bottom: 150px !important;}
.pb-200{padding-bottom: 200px !important;}


/** Margin **/
.mt-10 { margin-top: 10px !important; }
.mt-15{ margin-top: 15px !important;}
.mt-25{ margin-top: 25px !important;}
.mt-30{ margin-top: 30px !important;}
.mt-50{ margin-top: 50px !important;}
.mt-60{ margin-top: 60px !important; }
.mt-80{margin-top: 80px !important;}
.mt-100{margin-top: 100px !important;}
.mt-110{margin-top: 110px !important;}
.mt-120{margin-top: 120px !important;}
.mt-130{margin-top: 130px !important;}
.mt-140{margin-top: 140px !important;}
.mt-150{margin-top: 150px !important;}
.mt-164{ margin-top: 164px !important; }
.mt_5{ margin-top: -5px!important; }
.mt_10{ margin-top: -10px!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_60{ margin-top: -60px !important; }
.mt_80{ margin-top: -80px !important; }
.mt_85{ margin-top: -85px !important; }
.mt_92{ margin-top: -92px !important; }
.mt_103 { margin-top: -103px !important;}
.mt_110{ margin-top: -110px !important; }
.mt_140{ margin-top: -140px !important; }
.mt_150{ margin-top: -150px !important; }
.mt_165{ margin-top: -165px !important; }
.mt_180{ margin-top: -180px !important; }
.ml-0{ margin-left: 0px !important }
.ml-15 { margin-left: 15px!important; }
.mr-15 { margin-right: 15px!important; }
.ml_40{ margin-left: -40px !important; }
.ml_60{ margin-left: -60px !important; }
.ml_80{ margin-left: -80px !important; }
.ml_100{ margin-left: -100px !important; }
.ml_115{ margin-left: -115px !important; }
.ml_120{ margin-left: -120px !important; }
.ml_167{ margin-left: -167px !important;}
.ml_170{ margin-left: -170px !important; }
.mr-0{ margin-right: 0px !important; }
.mr_40{ margin-right: -40px ;}
.mr_60{ margin-right: -60px ;}
.mr_80{ margin-right: -80px ;}
.mr_90{ margin-right: -90px ;}
.mr_100{ margin-right: -100px ;}
.mr_140 { margin-right: -140px!important; }
.mr_150 { margin-right: -150px!important; }
.mr_240{ margin-right: -240px ;}
.mb_1{ margin-bottom: -1px !important; }
.mb-4{ margin-bottom: 4px !important; }
.mb-10{ margin-bottom: 10px !important; }
.mb-15{ margin-bottom: 15px !important; }
.mb-20{ margin-bottom: 20px !important; }
.mb-30{ margin-bottom: 30px !important; }
.mb-35{ margin-bottom: 35px !important; }
.mb-40{ margin-bottom: 40px !important; }
.mb-45{ margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb_184{ margin-bottom: -184px ! important;}
.mb_224{ margin-bottom: -224px ! important;}
.mtb_40{margin-top: -40px; margin-bottom: -40px;}
.mtb_70{margin-top: -70px; margin-bottom: -70px;}
.mtb-80{margin-top: 80px; margin-bottom: 80px;}
.mtb-100{margin-top: 100px; margin-bottom: 100px;}
.mtb-150{margin-top: 150px; margin-bottom: 150px;}



/* ===============================================
    Color
------------------------*/

/** 2.DarkGrey-color **/
.ttm-header-style-infostack .ttm-top-info-con .title-box h5,
#site-header-menu #site-navigation .menu ul li > a ,
.widget-footer .second-footer .widget .widget-title,
.content-post .content-post-desc h5 a:not(:hover) ,
.ttm-team-details-list .ttm-team-list-value a:not(:hover),
.post .post-desc h5 a,
.ttm-pf-detailbox-list .ttm-pf-details-date .ttm-pf-left-details,
.ttm-fid-contents h4,
h2.title strong,
.section-title h3.title,
.section-title h2.title,
.row-title p.style2,
.featured-item .content-post h2.title-post a,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border,
.ttm-icon.ttm-icon-color-black.ttm-icon-style-border{
  color: #020d26;
}

/** DarkGrey-bg-color **/
.ttm-bgcolor-darkgrey, .ttm-topbar-wrapper.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.pricing-head,
.pricing-title,
button, input[type="submit"], input[type="button"], input[type="reset"],
.mailchimp-inputbox button[type="submit"]:hover,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover ,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill:hover,
.featured-box.style5:hover .featured-icon i,
.accordion .toggle .toggle-title,
.ttm-tabs.element-tab-style-horizontal ul.tabs li a,
a.checkout-button,
.coupon button,
.ttm-cart-form button,
.place-order button{
    /*background-color: #020d26;*/background-color: #005394;
}
.tp-caption.tp-dark-shape.tp-shapewrapper{ background-color: rgba(2, 13, 38, 0.46); }

/** DarkGrey-border-color **/
.featured-box.style5:hover,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border,
.ttm-icon.ttm-icon-color-black.ttm-icon-style-border{
  border-color: #020d26;
}


/** 3.White-color **/
.ttm-textcolor-white a, .ttm-topbar-wrapper.ttm-textcolor-white , .ttm-textcolor-white h1, .ttm-textcolor-white h2,
.ttm-textcolor-white h3, .ttm-textcolor-white h4, .ttm-textcolor-white h5, .ttm-textcolor-white h6, 
.ttm-textcolor-white .ttm-fid-icon-wrapper i,
#site-header-menu #site-navigation .menu ul li a span{
    color: rgba(255,255,255,1);
}
.ttm-textcolor-white .text-opecity ,
.ttm-textcolor-white.text-opecity,
.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-box.left-icon p, 
.ttm-bgcolor-darkgrey .featured-box.left-icon p,
.ttm-bgcolor-darkgrey .featured-box.style2.text-center p,
.ttm-bgcolor-skincolor .featured-box.style2.text-center p{
    color: rgba(255,255,255,.75);
}
.ttm-bgcolor-skincolor > p,
.ttm-bgcolor-darkgrey > p,
.ttm-bgcolor-skincolor .section-title p,
.ttm-bgcolor-darkgrey .section-title p{
    color: rgba(255,255,255,.85);
}
.ttm-bgcolor-skincolor .contactform.style2 textarea::-webkit-input-placeholder,
.ttm-bgcolor-skincolor .contactform.style2 input::-webkit-input-placeholder,
.ttm-bgcolor-darkgrey .contactform.style2 textarea::-webkit-input-placeholder,
.ttm-bgcolor-darkgrey .contactform.style2 input::-webkit-input-placeholder {
    color: #fff;
    opacity: .9;
}
.heilight-white-text,
.ttm-textcolor-white,
.ttm-textcolor-white a,
a.tp-caption.simple-text-button,
.tp-caption.video-icon, .video-icon,
a.tp-caption.tm-simple-link ,
.ttm-textcolor-white h1, .ttm-textcolor-white h2, .ttm-textcolor-white h3, 
.ttm-textcolor-white h4, .ttm-textcolor-white h5, .ttm-textcolor-white h6,
footer .ttm-textcolor-white a,
.image-overlay-content span,
.image-overlay-content .ttm-bgcolor-skincolor span,
.image-overlay-content .ttm-bgcolor-darkgrey span,
.featured-box.style10 .featured-content .featured-desc h3,
.ttm-bgcolor-skincolor .ttm-fid-contents h3, 
.ttm-bgcolor-darkgrey .ttm-fid-contents h3,
.ttm-page-title-row .breadcrumb-wrapper,
.ttm-bgcolor-skincolor .section-title h2.title,
.ttm-bgcolor-darkgrey .section-title h2.title,
.ttm-bgcolor-skincolor .section-title h2.title strong,
.ttm-bgcolor-darkgrey > .social-icons li>a,
.ttm-bgcolor-darkgrey .section-title h5,
.ttm-bgcolor-darkgrey > h2.title,
.ttm-bgcolor-darkgrey > h2.title strong,
.ttm-bgcolor-darkgrey .section-title h2.title strong,
.ttm-bgcolor-darkgrey p,
.ttm-bgcolor-skincolor .section-title h5,
.ttm-bgcolor-skincolor > h2.title,
.ttm-bgcolor-skincolor p,
.ttm-bgcolor-skincolor > .featured-title h5, .ttm-bgcolor-darkgrey > .featured-title h5,
.ttm-bgcolor-skincolor > .featured-box .featured-icon i,
.ttm-bgcolor-skincolor .featured-box.icon-color-white .featured-icon i,
.ttm-bgcolor-darkgrey .featured-box.icon-color-white .featured-icon i,
.ttm-bgcolor-grey .featured-box.icon-color-white .featured-icon i,
.ttm-bgcolor-darkgrey .col-title h2.title,
.ttm-bgcolor-darkgrey .col-title p,
.ttm-bgcolor-skincolor .col-title h2.title,
.ttm-bgcolor-skincolor .col-title p,
.ttm-bgcolor-skincolor .featured-box .featured-icon.icon-white i,
.ttm-bgcolor-darkgrey .featured-box .featured-icon.icon-white i,
.ttm-bgcolor-skincolor .ttm-btn.btn-inline.ttm-btn-color-skincolor:hover,
.ttm-btn.btn-inline.ttm-btn-color-white,
.ttm-btn.btn-inline.ttm-btn-color-white i,
.ttm-bgcolor-skincolor .widget .widget-title,
.ttm-bgcolor-skincolor .widget i,
.ttm-bgcolor-darkgrey .widget i ,
.ttm-bgcolor-skincolor .featured-title h5,
.ttm-bgcolor-darkgrey .featured-title h5,
.ttm-bgcolor-skincolor .featured-desc p,
.ttm-bgcolor-darkgrey .featured-desc p,
.mailchimp-inputbox button[type="submit"],
.ttm-btn.btn-inline.style2,
.ttm-bgcolor-skincolor.featured-icon i,
.ttm-bgcolor-darkgrey.featured-icon i,
.ttm-tabs ul.tabs li.active a,
.ttm-tabs ul.tabs li a:hover,
.ttm-tabs.element-tab-style-horizontal ul.tabs li a:hover,
.ttm-bgcolor-darkgrey .timeline .timeline-body .title,
.ttm-bgcolor-skincolor .timeline .timeline-body .title,
.ttm-bgcolor-skincolor .ttm-fid-contents h4, 
.featured-iconbox a i,
.featured-box .featured-icon.icon-shape-square i,
.featured-box .ttm-bgcolor-skincolor.featured-icon.icon-shape-square i,
.featured-box .ttm-bgcolor-darkgrey.featured-icon.icon-shape-square i,
.featured-item.featured-portfolio-item .ttm-box-view-overlay.ttm-portfolio-box-view-overlay .content-post a,
.featured-item.featured-portfolio-item .ttm-box-view-overlay.ttm-portfolio-box-view-overlay .content-post a:hover,
.ttm-bgcolor-skincolor .ttm-fid-icon-wrapper i, 
.ttm-bgcolor-darkgrey .ttm-fid-icon-wrapper i, 
.ttm-tabs.style2 ul.tabs li.active a,
.pricing-head, .pricing-title, .price-value,
.content-post.content-team-post .ttm-social-links-wrapper ul li a:hover,
.accordion .ttm-style-classic .toggle.active .toggle-title a,
.accordion .ttm-style-classic .toggle .toggle-title:after,
.accordion .toggle.ttm-style-classic.active:not(.ttm-toggle-title-bgcolor-grey) .toggle-title a, 
.accordion .toggle.ttm-style-classic.active:not(.ttm-toggle-title-bgcolor-grey) .toggle-title:after, 
.widget.widget-nav-menu ul li.active a,
.widget.widget-nav-menu ul li:hover a,
.social-icons.circle li>a:hover,
.ttm-team-member-single-content .ttm-social-links-wrapper ul li a:hover,
.sidebar .widget .tagcloud a:hover,
.ttm-pagination .page-numbers.current,
.ttm-pagination .page-numbers:hover,
.ttm-header-style-overlay #site-header-menu #site-navigation > ul > li > a, 
.ttm-bgcolor-darkgrey .ttm-header-icons .ttm-header-search-link a,
ul.products li.product .ttm-shop-icon a:hover ,
.sidebar-right .product-list-widget .price ins .product-Price-amount,
.accordion .toggle.toggle-style-border.toggle-square .toggle-title:after,
.accordion .toggle.toggle-style-border.toggle-square .toggle-title:before,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill,
.ttm-bgcolor-darkgrey .ttm-btn.btn-inline.ttm-btn-color-skincolor:hover,
button, input[type="submit"], input[type="button"], input[type="reset"],
.mailchimp-inputbox button[type="submit"]:hover,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover ,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.featured-box.style5:hover .featured-icon i,
a.checkout-button,
.coupon button,
.ttm-cart-form button,
.place-order button {
    color: #fff;
}

/** White-bg-color **/
.ttm-bgcolor-white,
.ttm-bgcolor-white > .ttm-bg-layer,
.ttm-header-style-infostack .ttm-header-wrap,
.ttm-header-style-classic .ttm-header-wrap,
.featured-iconbox a:hover i,
.ttm-btn.ttm-btn-style-border.ttm-bgcolor-white,
.ttm-bgcolor-darkgrey .ttm-custombutton.ttm-btn-bgcolor-skincolor:hover{
    background-color: #fff;
}

/** White-border-color **/
.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);
}
.ttm-bgcolor-darkgrey .contactform.style2 .text-input, .ttm-bgcolor-darkgrey .contactform.style2 .text-area,
.ttm-bgcolor-skincolor .contactform.style2 .text-input, .ttm-bgcolor-skincolor .contactform.style2 .text-area {
    border-bottom-color: rgba(255,255,255,.18) ;
}
.ttm-video-btn .ttm-btn-play, .ttm-btn-play:after, .ttm-btn-play:before{ border-color: #ff5e18; }

/** 4.Grey-color **/
.ttm-textcolor-dark a, .ttm-textcolor-dark h1, .ttm-textcolor-dark h2, .ttm-textcolor-dark h3, .ttm-textcolor-dark h4, 
.ttm-textcolor-dark h5, .ttm-textcolor-dark h6 {
    color: rgba(6,22,58,.8);
} 
/** Grey-bg-color **/
.ttm-bgcolor-grey,
.ttm-bgcolor-grey > .ttm-bg-layer,
.featured-box.style2:after,
.ttm-search-overlay .ttm-site-searchform input[type="search"],
.featured-item.ttm-team-view-topimage .content-post.content-team-post,
article.post blockquote,
.comment-body {
    background-color: #f3f7f9;
}
.featured-box.style2{ border-color: #f3f7f9; }
.ttm-bgcolor-darkgrey .featured-box.style2:not(:hover){ border-color: transparent; }


/* Extra-color*/
.ttm-header-style-classic .ttm-header-icons .ttm-header-search-link a, 
.ttm-header-style-classic .ttm-header-cart-link a ,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a, 
.ttm-header-style-infostack .ttm-header-icons .ttm-header-cart-link a ,
.ttm-header-style-infostack .ttm-custombutton a{
      color: rgba(2,13,38,1);
}
a.ttm-btn.ttm-btn-color-skincolor.btn-inline:hover{
  color: #313131;
}
.ttm-bgcolor-darkgrey .ttm-custombutton:hover a{
    color: #202020;
}
.ttm-bgcolor-white .ttm-btn.btn-inline.ttm-btn-color-white,
.ttm-bgcolor-white .ttm-btn.btn-inline.ttm-btn-color-white i,
.ttm-bgcolor-grey .ttm-btn.btn-inline.ttm-btn-color-white,
.ttm-bgcolor-grey .ttm-btn.btn-inline.ttm-btn-color-white i,
.ttm-bgcolor-white .ttm-btn.ttm-btn-color-white.ttm-btn-style-border,
.ttm-bgcolor-grey .ttm-btn.ttm-btn-color-white.ttm-btn-style-border{ 
    color: inherit;
}
.ttm-bgcolor-white .ttm-btn.ttm-btn-color-white.ttm-btn-style-border,
.ttm-bgcolor-grey .ttm-btn.ttm-btn-color-white.ttm-btn-style-border{
    border-color: inherit;
}

/* ===============================================
    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;
    padding-top: 0;
    padding-bottom: 0;
}
.social-icons li {
    display: inline-block;
    padding-left: 2px;
    border: none;
}
.social-icons.circle li{ margin: 6px 0 5px; }
.social-icons.circle li>a {
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ededed;
    color: #7f7f7f;
}
.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,
.ttm-bgcolor-grey .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: hsla(0,0%,20%,.9);
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}
.tooltip-top:focus:after, .tooltip-top:focus:before, .tooltip-top:hover:after, .tooltip-top:hover:before, .tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -80px;
}
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: #000;
    background-color: hsla(0,0%,20%,.9);
    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: 51px;
}
.ttm-topbar-wrapper .top-contact.text-left {
    position: relative;
    float: left;
}
.top-contact li:last-child {
    padding-right: 0;
}
.top-contact li{
    position: relative;
    z-index: 1;
}
.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: inline-block;
    position: relative;
    line-height: 51px;
}
.ttm-topbar-wrapper .ttm-social-links-wrapper{ margin: 0; }
.ttm-topbar-wrapper .social-icons li>a {
    display: block;
    width: 20px;
    height: 26px;
    line-height: 26px;
    border-radius: 26px;
    font-size: 15px;
    background-color: transparent;
}
.ttm-topbar-content .topbar-right .list-inline {
    display: inline-block;
    line-height: 51px;
}
.top-contact.ttm-highlight {
    margin-left: 8px;
    position: relative;
}
.top-contact.ttm-highlight li:first-child {
    padding-left: 25px;
}
.top-contact.ttm-highlight:after {
    position: absolute;
    content: "";
    content: "";
    left: 0;
    top: 0;
    width: 5000px;
    height: 100%;
}
.top-contact strong {
    font-weight: 600;
}
.top-contact span.tel-no {
    font-size: 15px;
    font-weight: 500;
}
.top-contact i {
    margin-right: 9px;
    display: inline-block;
}
.ttm-top-info-con ul li {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
    margin: 0;
}
.ttm-header-style-infostack .ttm-top-info-con > ul { padding: 0; margin: 0; }
.ttm-header-style-infostack .ttm-top-info-con {
    float: right;
    position: relative;
    z-index: 3;
    text-align: right;
}
.ttm-header-style-infostack .ttm-top-info-con ul li {
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    position: relative;
}
.ttm-header-style-infostack .ttm-top-info-con>ul:not(.social-icons)>li {
    padding: 0 32px;
}
.ttm-header-style-infostack .ttm-top-info-con>ul:not(.social-icons)>li:last-child {
    padding-right: 0;
}
.ttm-top-info-con ul li .icon-box{
    display: table-cell;
    vertical-align: top;
}
.ttm-top-info-con ul li .title-box{
    display: table-cell;
    vertical-align: middle;
}
ul li .icon-box.icon-style-border{
    position: relative;
}
ul li .icon-box.icon-style-border i{
    border: 1px solid;
    position: relative;
    display: inline-block;
    height: 43px;
    width: 43px;
    line-height: 43px;
    border-radius: 50%;
    text-align: center;
}
.icon-box i{
    font-size: 16px;
}
.ttm-top-info-con ul li .title-box{
    padding-left: 14px;
}
.ttm-header-style-infostack .ttm-top-info-con .title-box h5 {
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 2px;
}
.ttm-header-style-infostack .ttm-top-info-con .title-box p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #5d6576;
    margin-bottom: 8px;
    font-weight: normal;
    font-family: Open sans;
}


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

/** SiteBrand(logo) **/
.site-branding{
    float: left;
    height: 105px;
    line-height: 105px;
}
.ttm-header-top-wrapper{
    position: relative;
}
.site-branding img {
    /*max-height: 45px;*/
    max-height: 110px;
}

/** 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.08);
}
#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 { display: block; }
#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-family: "Titillium Web",Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    position: relative;
}
#site-header-menu #site-navigation .menu ul > li.has-submenu > a:after  {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    position: relative;
    font-size: 11px;
    margin-left: 12px;
    margin-top: 3px;
    opacity: 0.3;
}
#site-header-menu #site-navigation .menu ul.dropdown > li > ul > li.has-submenu > a:after{
    font-family: "FontAwesome";
    content: "\f105";
    float: right;
    font-size: 12px;
    margin-left: 3px;
    margin-top: 3px;
    opacity: 0.3;
}
/*#site-header-menu #site-navigation .menu ul.dropdown li > ul li a:before{
    font-family: "FontAwesome";
    display: inline;
    text-align: center;
    font-size: 24px;
    line-height: 0;
    content: "-";
    opacity: 0;
    margin-right: 5px;
    left: 0px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}*/
#site-header-menu #site-navigation .menu ul li > ul li:hover > a:before{ opacity: 1; }
#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;
  }

/** ttm-rt-contact(HeaderIcons - Search, Cart) **/
.ttm-header-style-infostack .ttm-rt-contact {
    position: absolute;
    right: -1px;
    top: 0;
    font-size: 14px;
    padding: 0 0 0 8px;
    height: 60px;
    line-height: 60px;
}
.ttm-header-style-infostack .ttm-rt-contact .ttm-header-icons,
.ttm-header-icon{
    float: left;
    position: relative;
}
.ttm-header-icon{  float: right; }
.ttm-header-icons .ttm-header-cart-link a, .ttm-header-icons .ttm-header-search-link a {
    position: relative;
    border: none;
    border-radius: 50%;
    font-size: 15px;
    height: 36px;
    width: 36px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
}
.ttm-header-icons {
    float: right;
}
.ttm-header-icon {
    margin-left: 17px;
    line-height: 105.5px;
    height: 105.5px;
}
.ttm-header-icons .ttm-header-cart-link a {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    height: 35px;
}
.ttm-header-icons .ttm-header-cart-link a, 
.ttm-header-style-classic .ttm-header-icons .ttm-header-search-link a {
    height: 31px;
    width: 31px;
    line-height: 31px;
    background-color: #ebebeb;
    padding-left: 2px;
    font-size: 13px;
}
.ttm-header-icons .ttm-header-cart-link span.number-cart {
    position: absolute;
    bottom: 20px;
    left: 21px;
    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;
}


/**  ttm-search-overlay **/
.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: 2;
}
.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 .widget {
    margin: 40px 0 0;
    text-align: center;
}
.footer .widget.style2{ text-align: left; }

/** FirstFooter **/
.footer .first-footer {
    padding: 52px 0 55px;
}
.widget-footer .first-footer .widget p{ margin: 0 0 12px; }
.widget-footer .first-footer .widget .widget-title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
}
.widget-footer .first-footer .widget i{
    font-size: 45px;
    display: block;
    margin-bottom: 12px;
}
.widget-footer .first-footer .widget-area:not(:last-child):after{
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0px;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    background-color: rgba(255,255,255,0.17);
    display: inline-block;
}

/** SecondFooter **/
.footer .second-footer{
    padding: 35px 0 42px;
    background-image: url(../images/map-footer.png);
    background-color: #fbfbfb;
    background-position: right center;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.widget-footer .second-footer .widget .widget-title {
    font-size: 23px;
    line-height: 28px;
    font-weight: 600;
}
.second-footer .widget.style2 .widget-title {
    margin-bottom: 15px;margin-top: 0;
}
.second-footer .widget.style2 .widget-title:after{
    content: '';
    width: 28px;
    height: 2px;
    margin-top: 5px;
    display: block;
}
.second-footer .widget-area:first-child .social-icons li>a {
    font-size: 19px;
    text-align: left;
    padding: 0 5px;
    color: rgba(6,22,58,1);
}
.second-footer .widget-area:first-child .social-icons li:last-child>a{ padding-left: 0; }
.footer-logo img{
    height: 45px;
    width: auto;
}
.widget ul.widget-contact{
      border-top: 1px solid rgba(189, 210, 227, 0.18);
    padding-top: 25px;
}
.widget ul.widget-contact li{
    list-style: none;
    padding-left: 30px;
    position: relative;
    padding-top: 0;
    padding-bottom: 17px;
    line-height: 25px;
}
/*.widget a {
    font-weight: 600;
}*/
.widget ul, ul.footer-nav-menu{ margin: 0; padding: 0; }
.widget ul>li {
    padding: 0 0 15px 0;
}
.widget-contact li i {
    position: absolute;
    left: 0;
    top: 4px;
}
.footer .ttm-textcolor-dark  a:not(:hover) {
    color: rgba(6,22,58,1);
}

/** ttm-recent-post-list **/
ul.ttm-recent-post-list>li>a {
    font-size: 15px;
    line-height: 21px;
    display: block;
}
ul.ttm-recent-post-list>li img {
    display: block;
    width: 85px;
    height: 80px;
    float: left;
    margin-right: 18px;
}
ul.ttm-recent-post-list>li {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
}
ul.ttm-recent-post-list>li>a {
    font-size: 15px;
    line-height: 21px;
    display: block;
}
ul.ttm-recent-post-list>li .post-date {
    display: block;
    font-size: 13px;
}
ul.widget-post.ttm-recent-post-list li:not(:last-child){
    border-bottom: 1px solid rgba(122,122,122,.1);
    padding-bottom: 20px;
    display: block;
}

/** menu-footer-services **/
.widget ul#menu-footer-services li a{
  /*  padding-left: 19px;*/
}
/*.widget ul#menu-footer-services li a:before {
    content: "";
    background-color: #8c8c8c;
    width: 10px;
    height: 1px;
    position: absolute;
    left: 1px;
    top: 13px;
}
.widget ul#menu-footer-services li a:after {
    content: "";
    background-color: #8c8c8c;
    width: 1px;
    height: 57px;
    position: absolute;
    left: 1px;
    top: 4px;
}*/
.widget ul#menu-footer-services li:nth-last-child(2) a:after, .widget ul#menu-footer-services li:nth-last-child(1) a:after {
    height: 22px;
    top: 0;
}
.widget ul#menu-footer-services li:last-child a:after {
    height: 23px;
}
.widget ul#menu-footer-services li:nth-last-child(4) a:after, .widget ul#menu-footer-services li:nth-last-child(3) a:after {
      height: 55px;
  }
.widget ul#menu-footer-services li:nth-child(even) {
    width: 100%;
    margin-left: 0%;
}
.widget ul#menu-footer-services li {
    display: inline-block;
    /*width: calc(50% - 2px);*/
    float: none;
    padding: 0 0 0px 0;
    position: relative;
    text-align: left;
}

/** mailchimp-inputbox **/
.mailchimp-inputbox, .widget_newsletterwidget .newsletter-widget {
    height: 45px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 8px;
}
.mailchimp-inputbox i {
    position: absolute;
    left: 12px;
    top: 18px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}
.mailchimp-inputbox button[type="submit"] {
    width: 70px;
}
.second-footer .mailchimp-inputbox input[type="email"] {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #5d6576;
    font-size: 13px!important;
    padding-left: 35px;
}
.form-btn {
    position: absolute;
    top: 0;
    height: 49px;
    width: 152px;
    border: 0;
    outline: none;
    border-radius: 0;
    z-index: 21;
    padding: 0;
    right: 0;
    font-weight: 600;
}

/** Footer-nav-menu **/
.footer-nav-menu li {
    display: inline-block;
    padding-right: 20px;
    font-size: 14px;
}
.footer-nav-menu li:last-child{ padding-right: 0; }
ul.footer-nav-menu li:after {
    position: absolute;
    content: "|";
    padding-left: 10px;
}
ul.footer-nav-menu li:last-child:after{
    content: unset;
}
.copyright{
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 15px;
    line-height: 30px
}
 .ttm-footer2-left{ text-align: left; }
 .ttm-footer2-right{ text-align: right; }



/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 37px;
    border-radius: 50%;
}
#totop.top-visible {
    height: 45px;
    width: 45px;
    font-size: 22px;
    display: inline;
}


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

.ttm-page-title-row { 
    background-image: url(../images/ttm-pagetitle-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ttm-page-title-row { 
    display: block;
    padding-top: 165px; 
    padding-bottom: 158px;
}
.title-box .page-title-heading h1 {
    font-family: "Titillium Web",Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 53px;
    line-height: 58px;
    color: #fff;
    padding-left: 25px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.title-box .page-title-heading{ position: relative; }
.title-box .page-title-heading .title:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
}
.breadcrumb-wrapper a {
    font-family: "Open Sans",Arial,Helvetica,sans-serif; 
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
}


/* ===============================================
    Error-Page
------------------------*/
.error-404{
  background-image: url(../images/404-page-bg.jpg);
    background-color: rgba(255,255,255,0.1);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
section.error-404 {
    padding: 150px 0;
    text-align: center;
}
section.error-404 .ttm-big-icon {
    font-size: 150px;
}
section.error-404 h1 {
    font-size: 95px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%;
}
section.error-404 .page-content p {
    font-size: 18px;
    margin-bottom: 30px;
}



/* ===============================================
    Map
------------------------*/
#map_canvas { margin: 0; padding: 0; height: 100% }
.map-wrapper{ height: 450px; }


.wht-bg { background: #fff; }

ul#menu-footer-services {
  list-style: none;
  padding: 0;
}
.widget ul#menu-footer-services li {
  padding-left: 1.3em;
}
.widget ul#menu-footer-services li:before {
  content: "\f101"!important; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}


/*.form-control:focus {
    color: transparent!important;
    background-color: #fff;
    border-color: transparent!important;
    outline: 0;
    box-shadow: transparent!important;
}*/

.owl-nav {
display: table;
    margin: 0 auto;

}

.owl-nav > div {
    margin-top: 50px;
    /* position: absolute; */
    top: 100%;
    color: #005393;
    /* left: 0; */
    /* right: 0; */
    display: inline-block;
    margin: 30px auto 15px 15px;
    /* text-align: center;*/

}

.owl-nav i {
    font-size: 35px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    background: #005392;
    color: #fff;

}

/*.owl-nav .owl-prev {
  
  left: 0;  border: 1px solid #ccc; right: 0; text-align: center;
}

.owl-nav .owl-next {

 text-align: center; left: 0; right: 0;  border: 1px solid #ccc;
}*/


.owl-carousel.class-owl-carousel .owl-item img {
    display: inline-block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    border: 1px solid #ddd;    background: #fff;
}

section.our-product-sec {         
    background: #f7f7f7;
    /*padding: 50px 0px 50px 0!important;*/
    padding: 15px 0px 15px 0!important;
}

.owl-theme .owl-controls .owl-nav div.owl-prev {
    position: absolute;
    top: 130px;
    left: 83%!important;
    display: block;
}

.owl-theme .owl-controls .owl-nav div.owl-next {
    position: absolute;
    top: 130px;
    right:20px;
    display: block;
}



.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill { background-color: #005394!important; }
span.fnt-weight { font-weight: 600!important; }

.ttm-video-btn.btn-size-sm.mb-55.mt-30:hover { background: transparent!important; }

.caption-text.text-center {
/*    background: #005391;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;*/
    background: #005391;
    /* padding: 10px 0; */
    color: #fff;
    font-size: 18px;
    min-height: 70px;
    line-height: 65px;
    text-align: center;
}

.featured-portfolio-item .content-post.content-portfolio-post:before {
    border-color: transparent transparent #005394 transparent!important;
}

.featured-portfolio-item .content-post.content-portfolio-post {  background-color: #005394!important; }


.carousel-control-next, .carousel-control-prev,.carousel-control.left,.carousel-control.right {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%!important;
    color: #fff;
    text-align: center;
    opacity: .5;
    background: transparent!important;
}


ul.contact-us-form { padding: 0; }

.form-control:focus {
    color: transparent;
    background-color: transparent;
    border-color: #e5e5e5!important;
    outline: 0;
    box-shadow: none!important;
}


.client img { width: 150px; }
div.pp_default .pp_social { margin-top: 7px;display: none; }
.team-facility-image img { width: 100%; }
.team-facility-image h3 { text-align: center;font-size: 25px;}
.product-details-content { /*width: 470px; float: right; margin: 55px 0;*/width:520px; float: right;}
button.btn.btn-primary.mybtn.click1.center-block, button.btn.btn-primary.mybtn.center-block { /*width: 100%;background: #1f599a;border: 0;padding: 20px 30px; border-radius: 0;*/
    width: 100%;
    background: #1f599a;
    border: 0;
    /*padding: 20px 30px;
    border-radius: 0;*/
    padding: 0 26px;
    height: 48px;
    border-width: 1px;
    border-radius: 5px;
    letter-spacing: .0625em;
    /* font-weight: 700; */
    font-size: 16px;
    line-height: 46px;

 }
.mybtn { margin-top: 10%; }
.product-details-content h2 { text-transform: uppercase;font-size: 50px;line-height: 50px; }
.btn-primary.focus, .btn-primary:focus { box-shadow: none!important; }

/*.border-line img { border: 1px solid #185798; }*/

.product-details-content h2 {
/*    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    color: #175698;
    font-weight:500;*/
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    color: #175698;
    font-weight: 500;
    margin: 0 0 20px;
}

ul.ul-applications-lists {
  list-style: none;
  padding: 0;
}
ul.ul-applications-lists li {
  padding-left: 1.3em;/*    text-transform: uppercase;*/ line-height: 30px;
}
ul.ul-applications-lists li:before {
    content: "\f18e";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #1f5999;
}
table.product-table th, td { text-align: center; }

table.table.table-bordered.table-hover.table-condensed.table-striped.product-table th { background: #ccc; padding: 10px;vertical-align:middle;    text-transform: uppercase; }
.applications-table-description-sec { padding: 0px 0 50px; }

button.btn.btn-primary.mybtn.click1.center-block:hover, button.btn.btn-primary.click2.mybtn.center-block:hover { /*width: 100%;background: #ed3236;border: 0;padding: 20px 30px;*/


width: 100%;
    background: #ed3236;
    border: 0;
    /*padding: 20px 30px;
    border-radius: 0;*/
    padding: 0 26px;
    height: 48px;
    border-width: 1px;
    border-radius: 5px;
    letter-spacing: .0625em;
    /* font-weight: 700; */
    font-size: 16px;
    line-height: 46px;



 }
.product-details-content p { line-height: 22px;font-size: 14px;text-align: justify; }

/*============================================================*/

.table-responsive { /*box-shadow: 0 2px 45px rgba(0,0,0,.09);*/    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 45px rgba(0,0,0,.09);
    overflow-x: auto; }
table.table.table-bordered.table-hover.table-condensed.table-striped.product-table { margin-bottom: 0; }

/*=======================box-shadow========================*/

.box{
    color: #fff;
    background: #185798;font-family: "Titillium Web",Arial,Helvetica,sans-serif;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.box:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
.box img{ width: 100%;height: auto;transition: all 0.3s ease; }
.box:hover img{ opacity: 0.6; filter: grayscale(100%); }
.box .box-content{ color: #fff;background: linear-gradient(to right, transparent,transparent,rgb(24, 87, 152),#19518c,#19518c);text-align: right;width: 100%;padding: 15px 15px 15px 60px;transform: translateY(-50%) scaleY(0);position: absolute;top: 50%;right: 0;transition: all 0.3s ease-in-out;
}
.box:hover .box-content{ transform: translateY(-50%) scaleY(1); }
.box .title{ font-size: 20px;font-weight: 700;letter-spacing: 1px;text-transform: uppercase;margin: 0 0 4px;color: #fff; }
.box .post{ font-size: 15px;font-style: italic;text-transform: capitalize;margin: 0 0 5px;display: block; }
.box .icon{ padding: 0;margin: 0;list-style: none;transform: translate(-100%, -50%);position: absolute;top: 50%;left: 0;transition: all 0.3s ease-in-out; }
.box:hover .icon{ transform: translate(0, -50%); }
.box .icon li a { color: #222f3d;background: #fff;font-size: 20px;text-align:center;line-height: 40px;height: 40px;width: 40px;display: block;transition: all 0.3s ease; }
.box .icon li  a:hover{ box-shadow: 0 0 5px #222f3d inset; }
@media only screen and (max-width:990px){
    .box { margin: 0 0 30px; }}
    .box-1 { margin-bottom: 30px; }
/*============================banner-breadcrumb-sec==============================*/
/* Loaded body */
body.loaded { opacity: 1;transition: 1s opacity; }
/* Default banner */
.banner-breadcrumb {position: relative;width: 100%;/* height: 40rem;*/padding: 0%;overflow: hidden;backface-visibility: hidden;}
/* Default image container */
.banner-breadcrumb .background-banner img {width: 100%;height: 100%;position: relative;left: 0;top: 0;z-index: -1;transform: translate3d(0,0,0) scale(1.25);/*background: black url(https://images.unsplash.com/photo-1531971085967-431db1ec65a2?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=212d5ac2d6b763d2f2168d4f0a85b36c&auto=format&fit=crop&w=2250&q=80) no-repeat center center; 
  background-size: cover;*/
}
/* Loaded image container */
.loaded .banner-breadcrumb .background-banner img { transform: scale(1);transition: 6.5s transform; }
/* Other stuff */
.banner-breadcrumb h1 { color: #fff;margin: 0;line-height: normal;text-transform: uppercase;/* text-shadow: 0 0 0.3rem black;*/position: absolute;bottom: 5%;left: 40px;padding: 5px 15px;/*background: rgba(171, 178, 183, 0.75);*/background: rgba(22, 84, 150, 0.91);border-radius: 4px;/* border: 1px solid #005393;*/font-size: 24px;}
.gallery-text-caption h4 { text-align: center; }
.gallery-text-caption a { color: #000; font-size: 16px; }
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { width: 50px;height: 50px;margin-top: -25px;font-size: 30px;border-radius: 50%;background: #005393;line-height: 50px; }
.about-mob p { 
/*  text-align: justify;font-size: 16px;line-height: 22px; */
    text-align: justify;
    font-size: 17px;/*
    line-height: 30px;*/    line-height: 26px;
}
.gallery-text-caption h4 { text-align: center;margin-bottom: 25px; }
ul.top-contact.text-left li a:hover { color: #ccc; }
.pd-9tb-mob { padding-top:15px; padding-bottom: 15px; }
.mob-p p { margin-bottom: 0; }
.section-title-mb-0 { margin-bottom: 0; }
.section-title-mb-0 p { margin-bottom: 0; }
.caption-text.text-center a { /*color: #fff;*/
color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
 }
.center-class{text-align:center;}
.pagination a{color:black;float:left;padding:8px 16px;text-decoration:none;transition:background-color .3s;border:1px solid #ddd;margin:0 4px;}
.pagination a.active{background-color: #185798;color: white;border: 1px solid #185798;}
.pagination a:hover:not(.active){background-color:#454545;color:#fff;}
.applications-content h2 { color: #1f5999;text-transform: uppercase; }
.footer-make-an-india { margin-top: 30px; }
.featured-desc p { line-height: 22px; }
.section-title.abt-title-s.clearfix { margin-bottom: 15px; }
.certificate-image img {width: 100%;border: 2px solid #175698;margin-bottom: 15px;}
.section-title.certi-img.clearfix.text-center.section-title.certi-img.clearfix.text-center h2 {/*font-size: 50px;text-align: left;font-weight: 700;color: #185798;line-height: 60px;*/
    font-size: 50px;
    /* text-align: left; */
    font-weight: 700;
    color: #185798;
    line-height: 15px;

}
.featured-desc a { color: #fff; }
.display-center { display: table; margin:0 auto; }
table.table.inner-product-table { margin-bottom: 0; }
table.table.inner-product-table thead tr th {
    text-align: center;
    background: #1f5999;
    color: #fff;
    text-transform: uppercase;
}
.about-img img { width: 100%; }

/*=========================================================*/

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
 .carousel-control.left {
  left: 0;
  right: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
#carousel-example-generic {
    margin: 20px auto;
    width: 100%;
}

#carousel-custom {
    /*margin: 20px auto;*/
   /* width: 440px;*/
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow:hidden;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}
.carousel-indicators li img {
  /*height: 100px;*/
  width: 100px;}

  #carousel-custom {
    /*margin: 20px auto;*/
   /* width: 440px;*/
}
#carousel-custom1 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow:hidden;
}
#carousel-custom1 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom1 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom1 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom1 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom1 .carousel-outer {
    position: relative;
}


/*.fa-arrow-left{color: #000;top:50%;position: absolute;}
.fa-arrow-right{color: #000;top:50%;position: absolute;}
*/
.product-inner-sec { padding: 50px 0; }
.icon-f span{ width: 50px; height: 50px; ; line-height: 50px; text-align: center;background: #1f5999; }
.carousel-inner>.item>a>img { width: 100%; }
.section-padding { padding: 50px 0 0; }
.tech-specifications { padding: 50px 0; background: #f1f1f1; }
.float-right-lists li { float: left; width: 50%; }

/*======================================================*/
.accessories-img img { width: 100%; }
.content-specifications { padding: 5em 0em 0em 30em!important; }
.accessories img { width: 100%; }
.pt-50 { padding: 50px 0 0; }
.section-title-des h2 { font-size: 22px; margin-bottom: 5px; }
hr.brdr-line { border-top: 1px solid #005393;margin-top: 0px;margin-bottom: 40px; }
hr.brdr-line1 { border-top: 1px solid #005393;margin-top: 0px;margin-bottom: 2px; }
table.table.inner-product-table.table-hover.table-striped tbody tr td { text-align: left;padding-left: 15px; }
.section-title-model h2 { font-size: 16px;margin-bottom: 0px;margin-top: 0; }
.right-image-models img { border: 1px solid #185798;width: 100%; }
.moro-product-details h2 { 
    background: #175698;
    color: #ffffff;
    padding: 11px 20px;
    text-transform: uppercase;
    font-size: 1.3125em;
    line-height: 1.2;
    font-weight: 600;
    width: 100%;margin-bottom: 0;
  }  
.image-pump img { width: 100%; }
.moro-product-details p { margin-bottom: 5px;font-size: 17px; }
a.m-categoriesbox__link.ng-binding { color: #114c91; font-weight: 700;font-size: 17px;}
.m-categoriesbox__readmore { color: #3c484f;position: relative;
    padding-left: 12px;
    font-weight: 600;
}
.m-categoriesbox__readmore::before { display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;
    text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "";position: absolute;left: 0;top: 5px;
}
h3.widget-title.white-bg { color: #fff!important; }
ul.widget-contact.white-bg.mt-25 li, ul.widget-contact.white-bg.mt-25 li a { color: #fff!important; }
.wht-colr { color: #fff!important; }
.product-inner-sec { padding: 50px 0; }
.infrastructure-images img { width: 100%; }
.infrastructure-details.text_section { padding: 60px 30px; }
.infrastructure-details.text_section h1 { font-size: 35px; }
.footer-logo-company img { width: 100%; border: 1px solid rgba(204, 204, 204, 0.4588235294117647);padding: 4px; }
h2.text-center.high-light-fnt { margin-top: 0;text-transform: uppercase;margin-bottom: 65px;color: #000000;font-weight: 600;font-size: 60px; }
/*.pl-30.pr-60.pt-80.about-mob {
    padding: 58px 12px 0px 12px!important;}*/
.news-event-caption h4 { 
text-align: center;
}
.product-inner-sec1 { padding: 100px 0; }
.product-inner-content-sewer img {
    border: 2px solid #185798;
}

.about-info p { font-size: 18px; line-height: 30px; text-align: justify; }
.caption-text.caption-text1.text-center {
    background: #005391;
    /* padding: 10px 0; */
    color: #fff;
    font-size: 18px;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
}

.ptb-50 { padding: 50px 0; }
.accessories.brdr-line img { border: 1px solid #000; }
/*======================================================*/


.headerh3 a { text-transform: lowercase; }
.navbar23 {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.33);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
    padding: 10px 0px;
}

/*Modal CSS*/
.modal-header{border-bottom:0px;}
.modal-footer{border-top:0px;}
.modal{z-index:9999999;overflow-y:hidden;}
.modal-dialog{max-width:810px;width:95%;}
.modal-content{margin-top:20%;}
.stick_popup{height:auto;min-height:auto;display:inline-block;width:100%;text-align:center;padding:0 30px;}
.pop-img{display:block;max-width:100%;margin-top:30%;}
.stick_close{    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
    font-size: 25px;
    background-color: #ed3236;
    color: #fff;
    /* padding: 15px; */
    text-decoration: none;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;}
.modal-backdrop.in{filter:alpha(opacity=95);opacity:.95;}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;background-color:#000;}
.headerh3{font-size:19px;/*font-family:Arial;*/line-height:33px;font-weight:bold;}
.modal-header{background-color:#185798;color:#fff;}
.modal-title{text-align: center;
    font-size: 20px;
   color:#fff;
    text-transform: uppercase;}
/*==========================================================*/
/*-----------------Validation-start----------------------------*/
.example{margin:15px;font-size:14px;color:#656666;content:"Example";background-color:#fff;border-color:#929494;border-width:1px;border-radius:4px;padding:10px 20px 10px;border-style:solid;}
.form-control-feedback{display:none;}
.has-feedback label~.form-control-feedback{top:0!important;}
.error{text-align:left!important;display:table!important;}
.prom-right { padding-left: 30px;margin-bottom: 20px;margin-top: 60px; }
/*form.form-horizontal.form3 label { color: #fff;font-weight: 400; }*/
/*-----------------Validation-end----------------------------*/


.download-bg { background: #185798;}
.download-bg h4 a{ color: #fff; }
.download-bg h4 { padding: 15px 0; text-align: center; margin-bottom: 0; }
.download-bg i { color: #fff;margin-right: 15px; }

.caption-thankyou { text-align: center; }
.caption-thankyou h1 { color: green; }
.caption-thankyou h2 { font-size: 16px; }







.table-bordered-column tbody tr td{vertical-align:middle!important;}
.table-bordered{border:1px solid #ddd;}
.table>thead:first-child>tr:first-child>th{border-top:0;}
.table-bordered-column thead tr:first-of-type th{border-top-color:#c5c7c8!important;}
.table-bordered-column .cell-blue{background-color:#001d83;}
.table-bordered-column .cell-blue,.table-bordered-column .cell-gray-light,.table-bordered-column .cell-gray-medium,.table-bordered-column .cell-red,.table-bordered-column .cell-salmon-medium{color:#fff;}
.table-bordered-column thead tr th{border:1px solid #000;vertical-align:middle;}
.table-bordered-column tbody tr td,.table-bordered-column thead tr th{position:relative;text-align:center;padding:5px 6px;border:none;}
.table-bordered>thead>tr>th{border-bottom-width:2px;}
.table-bordered>tbody>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd;}
.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd;}
.table>tbody>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd;}
.table-bordered-column tbody tr:nth-child(even) td{background-color:#e4e5e6;}
.table-bordered-column tbody tr td:first-of-type,.table-bordered-column thead tr th:first-of-type{border-left:none!important;}
.table-bordered-column tbody tr td{vertical-align:middle;}
.table-bordered-column tbody tr td{border-left:1px solid #000;border-right:1px solid #000;white-space:nowrap;}
.table-bordered-column tbody tr td,.table-bordered-column thead tr th{position:relative;text-align:center;padding:5px 6px;border:none;}
.table-bordered>tbody>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd;}

.table-bordered-column .cell-red{background-color:#c60017;}
.table-bordered-column .cell-gray-medium{background-color:#898c8e;}
.table-bordered-column .cell-gray-light{background-color:#c5c7c8;}
.table-bordered-column thead tr th{border:1px solid #000;vertical-align:middle;}
.table-bordered-column .cell-salmon-light{background-color:#f55e6e!important;}
.table-bordered-column .cell-salmon-medium{background-color:#f5465a!important;}
.tecomec h4{font-size: 18px;}
.tecomec h3{font-size: 24px;}
.juropbutton{margin-top: 20%;}

.product-details-content1 p{margin-bottom: 6px;}
.inner-product-table1 td{text-align: center !important;}

/* my custom css
 */
.Accessories-img {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.Accessories-page .col-md-4.col-sm-4.col-xs-12,.dietmarkaiser-landinpage .col-md-4.col-sm-12.col-xs-12.text-center {
    padding: 0px 15px;
}

.Accessories-img img {
    max-width: 250px;
}

.Accessories-page .col-md-4.col-sm-4.col-xs-12 .gallery-img {
    min-height: 386px;
}

.Accessories-page .col-md-4.col-sm-4.col-xs-12 .gallery-img .img-thumbnail {
    height: 100%;
    min-height: 382px;
    object-fit: contain;
}
.dietmarkaiser-landinpage h4 {
    font-size: 18px;
    margin: 10px 0px 30px;
}
.dietmarkaiser-details .content-specifications {
    padding: 0px !important;
}
.Sewer-pages .product-inner-content.product-inner-content-sewer {
    max-width: 540px;
    max-height: 378px;
}

.Sewer-pages .product-inner-content.product-inner-content-sewer img {
    min-width: 540px;
    min-height: 378px;
    object-fit: contain;
    background: #e1e1e1;
    border-radius: 0px !important;
}

.Sewer-pages .main-udor-img img {
    max-width: 332px;
}