/**
  * Name: Tectxon
  * Version: 2.0
  * 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 **/
#rev_slider_4_1_wrapper {
    height: (100vh - 156px) !important;
}
.immg{
    padding: 20px;
  background: #1465b12e;
  border-radius: 5px;
}
.color-d{
    background-color: #020d26;
    color: #ffffff;
    padding: 30px;
    border-radius: 5px;
}
#services{
    padding: 50px 0px 200px 0px ;
}
.ttm-client-logo-tooltip img{
    width: 130%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.color-d h3{
    color: #ffffff !important;
}
.color-trigger,.prt_floting_customsett{
    display: none;
}.nav-item {
    padding: 0.5rem 0xp;
  }

.featured-title h5{
 height: 55px;
}
  .featured-desc p{
    height: 115px !important;
  }
  .dropdown-hover:hover>.dropdown-menu {
  display: inline-block;
  }
  
  .dropdown-hover>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
  }
  #navbarExampleOnHover{
    align-items: end;
  justify-content: end;
  }
  .m-nav li a{
    display: block;
    /* margin: 0px 27px 0px 27px; */
    padding: 0px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    line-height: 105px;font-family: "Titillium Web",Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 17px;   
    color: #121212;     
  }
  .navbar-nav li{
    margin-left: 20px;
  }
  .m-nav li a:hover{
    display: block;
    /* margin: 0px 27px 0px 27px; */
    padding: 0px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    line-height: 105px;font-family: "Titillium Web",Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 17px;   
    color: #0e3fe0;     
  }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
.tab-system{
    margin: 50px 0px;
}
.tab-system .container .nav-pills .nav-link.active{
    color: #fff;
  /* background-color: #007bff; */
  /* background: rgb(2,0,36) !important; */
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(9, 9, 121) 35%, rgb(0, 100, 255) 100%) !important;
  font-size: 15px;
  font-weight: 600 !important;
}
.tab-system .container .nav-pills .nav-item .nav-link{
    color: #fff;
  background-color: #c7c7c7;
  /* background: rgb(2,0,36);
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(9, 9, 121) 35%, rgb(0, 100, 255) 100%); */
  font-size: 15px;
 
}

/* .tab-system .container .nav-pills .nav-item .nav-link{
    color: #fff;
  background-color: #007bff;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(9, 9, 121) 35%, rgb(0, 100, 255) 100%);
  font-size: 15px;
  font-weight: 600;
} */
a:focus { 
    text-decoration: none; 
}
.dropdown-menu {
    width: 35%;
}
.dropdown-menu{
    left: 450px !important;
}
a:focus, a:hover { 
    color: #1465b1; 
    text-decoration: none; 
}
a, button, input { 
    outline: medium none; 
    color: #1465b1; 
}
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: #1465b1; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #1465b1; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #1465b1; 
    color: #fff; 
    text-shadow: none; 
} */

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input, 
select{
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #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;
}
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;
}

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;
    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; }
.padding-14{ padding-top: 97px; padding-right: 245px; padding-bottom: 100px; }
.padding-15{ margin-top: 65px; padding-top: 76px; padding-left: 40px;}
.padding-16{ padding: 54px 60px 45px 42px;}


.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 !important; }
.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 !important; }
.pt-65{ padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80{padding-top: 80px !important;}
.pt-87{ padding-top: 87px !important; }
.pt-90{padding-top: 90px !important;}
.pt-92{padding-top: 92px !important;}
.pt-100{padding-top: 100px !important;}
.pt-107{padding-top: 107px !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-74{ padding-bottom: 74px !important; }
.pb-80{ padding-bottom: 80px !important; }
.pb-90{ padding-bottom: 90px !important; }
.pb-100{padding-bottom: 100px !important;}
.pb-130{padding-bottom: 130px !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-20{ margin-top: 20px !important;}
.mt-25{ margin-top: 25px !important;}
.mt-30{ margin-top: 30px !important;}
.mt-40{ margin-top: 40px !important;}
.mt-42{ margin-top: 42px !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-86{margin-top: 86px !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_54{ margin-top: -54px !important; }
.mt_55{ margin-top: -55px !important; }
.mt_60{ margin-top: -60px !important; }
.mt_65{ margin-top: -65px !important; }
.mt_70{ margin-top: -70px !important; }
.mt_72{ margin-top: -72px !important; }
.mt_80{ margin-top: -80px !important; }
.mt_85{ margin-top: -85px !important; }
.mt_91{ margin-top: -91px !important; }
.mt_92{ margin-top: -92px !important; }
.mt_100 { margin-top: -100px !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_170{ margin-top: -170px !important; }
.mt_180{ margin-top: -180px !important; }
.mt_194{ margin-top: -194px !important; }
.mt_274{ margin-top: -274px !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_64{ margin-left: -64px !important; }
.ml_80{ margin-left: -80px !important; }
.ml_100{ margin-left: -100px !important; }
.ml_110{ margin-left: -110px !important; }
.ml_113{ margin-left: -113px !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-5{ margin-right: 5px !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-60 { margin-bottom: 60px !important; }
.mb-57{ margin-bottom: 57px !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,
.featured-imagebox-team.style1 .featured-content .category,
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-bgcolor-darkgrey > .ttm-bg-layer > .ttm-bg-layer-inner,
.ttm-cart-form button,
.place-order button{
    background-color: #020d26;
}
.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,
.ttm-icon_element-bgcolor-skincolor i,
.coupon button,
.featured-box.style11:hover .ttm-box-image .process-num span,
.featured-box.left-icon.style1:hover .ttm-di_links a,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white i,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.ttm-fid.style1 .ttm-fid-icon-wrapper i,
.featured-imagebox-team.style1 .featured-content .category,
.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,
.featured-box.style11,
.featured-box.style11 .ttm-box-image:before ,
.featured-box.left-icon.style1 .ttm-di_links,
.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-icon.ttm-icon_element-border.ttm-icon_element-color-white{
  border-color: #fff;
}
.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: 95px;
}

/** 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: 4px;
    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: 33px;
    background-color: #ebebeb;
    padding-left: 0px;
    font-size: 13px;
    border: none;
}
.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 50px;
    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: 35px;
}
.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(122,122,122,.1);
  padding-top: 25px;
}
.widget ul.widget-contact li{
    list-style: none;
    padding-left: 30px;
    position: relative;
    padding-top: 0;
    padding-bottom: 17px;
    line-height: 20px;
}
.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: 40%;
    margin-left: 5%;
}
.widget ul#menu-footer-services li {
    display: inline-block;
    width: calc(50% - 2px);
    float: none;
    padding: 0 0 8px 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;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 80px;
}
.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; }
.nav-pills .nav-link.active{
    color: #fff !important;
  /* background-color: #007bff; */
  /* background: rgb(2,0,36) !important; */
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(9, 9, 121) 35%, rgb(0, 100, 255) 100%) !important;
  font-size: 16px;
  font-weight: 700 !important;
}
.nav-pills .nav-item .nav-link{
    color: #111111;
  background-color: #c7c7c7;
  /* background: rgb(2,0,36);
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(9, 9, 121) 35%, rgb(0, 100, 255) 100%); */
  font-size: 16px;
  margin-right: 15px;font-weight: 600 !important;
 
}
#pills-tab{
    justify-content: center;
}

.process-1 .row .col-md-4 .card {
	position: relative;
	height: 265px;
	box-shadow: 5px 5px 20px;
	overflow: hidden;
    margin-top: 25px;
	cursor: pointer;
}

.intro1 {
    position: absolute;
    height: 55px;
    width: 415px;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    color: #fff;
    background-color: rgba(27, 27, 27, 0.829);
    transition: .4s ease-in-out;
}

.intro {
	position: absolute;
	height: 80px;
	/* width: 350px; */
	bottom: 0;
	overflow: hidden;


	padding: 10px;
	color: #fff;
	background-color: rgba(27, 27, 27, 0.829);

	transition: .4s ease-in-out;
}

.process-1 .row .col-md-4 .card:hover .intro {
	height: 260px;
	bottom: 0;
	background-color: #000;

}

.process-1 .row .col-md-4 .card:hover .text-p {
	opacity: 1;
	visibility: visible;
}

.process-1 .row .col-md-4 .card:hover img {
	transform: scale(1.1) rotate(-3deg);
}

.process-1 .row .col-md-4 .card img {
	/* height: 500px;
	width: 350px; */
	object-fit: cover;
	border-radius: 4px;
	transition: transform .4s ease-in-out;
}

.text-h1 {
	margin: 5px 0px;
	text-transform: uppercase;
	font-size: 25px;
    color: #fff;
}
.card-h6{
    color: #d8d8d8;
}
.text-p {
	font-size: 15px;
	padding: 5px 0x;
	visibility: hidden;
	opacity: 0;display: -webkit-box;
    -webkit-box-orient:
  vertical;
    -webkit-line-clamp: 3;
    overflow:
  hidden;
}
.tab-content{
    padding: 25px;
    
}

.modal-backdrop {
    z-index: -1 !important;
  }
  .modal-content{
    height: 100vh;
    width: 1370px;
  /* margin:
0px 20px; */
  }
  .modal-dialog{
    max-width: auto !important;
  }

  .picZoomer{
	position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic{
	/*width: 100%;
	height: 100%;*/
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
    border:1px solid #eee;
    height: 460px;
    margin-top: -19px;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li{
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}
.piclist li img{
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: 1px solid #eee;
}



.section-bg {
    /* background-color: #fff1e0; */
}
/* section {
    padding: 60px 0;
} */
.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
}
.piclist li img {
    height:100px;
    object-fit:cover;
}

/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    /* border: 1px solid lightgray; */
}
._product-detail-content p._p-name {
    font-size: 30px;
  border-bottom:
1px solid lightgray;
  padding-bottom: 12px;
  font-weight: 700;
  color: #000;
}
.sub-p{
    color: #1465b1;
    font-size: 20px;
    font-weight: 600;
}
.sub-pp{
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 600;
}
.p-list span {
    margin-right: 15px;
}
.p-list span.price {
    font-size: 25px;
    color: #318234;
}
._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}
._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}
._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}
.p-list {
    margin-bottom: 10px;
}
._p-features > span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}
._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}
._p-add-cart .btn {
    margin: 0px 8px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #fd7f34;
    font-weight: 700;
    line-height: 1.2em;
}
.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #fd7f34;
}
.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #ffc107;
}
.common_wd .owl-nav .owl-prev, .common_wd .owl-nav .owl-next {
    background-color: #fd7f34 !important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0px !important;
}
.owl-nav .owl-next {
    right:-10px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    top:50%;
    position: absolute;
}
.common_wd .owl-nav .owl-prev i, .common_wd .owl-nav .owl-next i {
    color: #fff;
    font-size: 14px !important;
    position: relative;
    top: -1px;
}
.common_wd .owl-nav {
    position: absolute;
    top: -21%;
    right: 4px;
    width: 65px;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
    left: 0px;
}
._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 3px;
}

._p-qty .increase_ {
    position: relative;
    top: 3px;
    left: -5px;
}
/*========box========*/
.sq_box {
    padding-bottom: 5px;
    border-bottom: solid 2px #fd7f34;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.item .sq_box span.wishlist {
    right: 5px !important;
}
.sq_box span.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box span.wishlist i {
    color: #adb5bd;
    font-size: 20px;
}
.sq_box h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.sq_box .price-box {
    margin-bottom: 15px !important;
}
.sq_box .btn {
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 15px;
    color: #fff;
    background-color: #fd7f34;
    font-weight: 600;
}
.sq_box .price-box span.price {
    text-decoration: line-through;
    color: #6c757d;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box .price-box span.offer-price {
    color:#28a745;
}
.sq_box img {
    object-fit: cover;
    height: 150px !important;
    margin-top: 20px;
}
.sq_box span.wishlist i:hover {
    color: #fd7f34;
}

.product-breadcrumb .breadcrumb-wrapper span a i{
    color: #2657a7;
    font-size: 20px;
}
.link-color{
    color: #2657a7 !important;
}
.modal-co{
    padding:
20px 0px;
  background:
aliceblue;
  margin:
40px;
  border-radius:
10px;
}
.modal-co #pills-tab{
    justify-content: left;
    margin-left: 50px;
    background-color: #fff;
    margin-right: 50px;
    padding: 20px;
    border-radius: 10px;
}
.list-ul ul li{
    list-style: disc;
    color: #1b1b1b;
}
.pcss3t {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 0;
	text-align: left;
}
.pcss3t > input {
	position: absolute;
	left: -9999px;
}
.pcss3t > label {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all 0.1s;
	-o-transition: all 0.1s;	
	-ms-transition: all 0.1s;	
	-moz-transition: all 0.1s;	
	-webkit-transition: all 0.1s;
}
.pcss3t > label i {
	display: block;
	float: left;
	margin: 16px 8px 0 -2px;
	padding: 0;
	border: 0;
	outline: none;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 17px;
}
.pcss3t > input:checked + label {
	cursor: default;
}
.pcss3t > ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 13px;
}
.pcss3t > ul > li {
	position: absolute;
	width: 100%;
	overflow: auto;
	padding: 30px 0px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;	
	-ms-transition: all 0.5s;	
	-moz-transition: all 0.5s;	
	-webkit-transition: all 0.5s;
}
.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t > .tab-content-last:checked ~ ul .tab-content-last,
.pcss3t > .tab-content-last1:checked ~ ul .tab-content-last1,
.pcss3t > .tab-content-last2:checked ~ ul .tab-content-last2 {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transform: rotate(0deg);padding: 30px 40px;
}


/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto > ul {
	height: auto !important;
}
.pcss3t-height-auto > ul > li {
	position: static;
	display: none;
	height: auto !important;
}
.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last,
.pcss3t-height-auto > .tab-content-last1:checked ~ ul .tab-content-last1,
.pcss3t-height-auto > .tab-content-last2:checked ~ ul .tab-content-last2 {
	display: block;
}


/**/
/* grid */
/**/
.pcss3t .grid-row {
	margin-top: 20px;
}
.pcss3t .grid-row:after {
	content: '';
	display: table;
	clear: both;
}
.pcss3t .grid-row:first-child {
	margin-top: 0;
}
.pcss3t .grid-col {
	display: block;
	float: left;
	margin-left: 2%;
}
.pcss3t .grid-col:first-child {
	margin-left: 0;
}
.pcss3t .grid-col .inner {
	padding: 10px 0;
	border-radius: 5px;
	background: #f2f2f2;
	text-align: center;
}
.pcss3t .grid-col-1 {
	width: 15%;
}
.pcss3t .grid-col-2 {
	width: 32%;
}
.pcss3t .grid-col-3 {
	width: 49%;
}
.pcss3t .grid-col-4 {
	width: 66%;
}
.pcss3t .grid-col-5 {
	width: 83%;
}
.pcss3t .grid-col-offset-1 {
	margin-left: 19%;
}
.pcss3t .grid-col-offset-1:first-child  {
	margin-left: 17%;
}
.pcss3t .grid-col-offset-2 {
	margin-left: 36%;	
}
.pcss3t .grid-col-offset-2:first-child {
	margin-left: 34%;
}
.pcss3t .grid-col-offset-3 {
	margin-left: 53%;
}
.pcss3t .grid-col-offset-3:first-child {
	margin-left: 51%;
}
.pcss3t .grid-col-offset-4 {
	margin-left: 70%;
}
.pcss3t .grid-col-offset-4:first-child {
	margin-left: 68%;
}
.pcss3t .grid-col-offset-5:first-child {
	margin-left: 85%;
}


/**/
/* typography */
/**/
.pcss3t .typography {
	color: #666;
}
.pcss3t .typography h1,
.pcss3t .typography h2,
.pcss3t .typography h3,
.pcss3t .typography h4,
.pcss3t .typography h5,
.pcss3t .typography h6 {
	margin: 40px 0 0 0;
	padding: 0;
	font-family: Gabriela, Georgia, serif;
	text-align: left;
	color: #333;
}
.pcss3t .typography h1 {
	font-size: 35px;
  line-height: 60px;
  text-shadow: 3px 3px rgba(0,0,0,0.1);
  font-family: inherit;
  font-weight: 700;
  color: #1465b1;

}
.pcss3t .typography h2 {
	font-size: 32px;
	line-height: 48px;
	text-shadow: 2px 2px rgba(0,0,0,0.1);
}
.pcss3t .typography h3 {
	font-size: 26px;
	line-height: 38px;
	text-shadow: 1px 1px rgba(0,0,0,0.1);
}
.pcss3t .typography h4 {
	font-size: 20px;
	line-height: 30px;
}
.pcss3t .typography h5 {
	font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 700;
  color: #1465b1;
}
.pcss3t .typography h6 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.pcss3t .typography p {
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 30px;
	text-align: left;
}
.pcss3t .typography ul,
.pcss3t .typography ol {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.pcss3t .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}
.pcss3t .typography li ul,
.pcss3t .typography li ol {
	margin-top: 5px;
}
.pcss3t .typography ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 4px;
	background: #404040;
}
.pcss3t .typography ol {
	counter-reset: list1;
}
.pcss3t .typography ol > li:before {
	counter-increment:list1;
	content: counter(list1)'.';
	position: absolute;
	top: 0;
	left: 0;
}
.pcss3t .typography a {
	text-decoration: underline;
	color: #1889e6;
}
.pcss3t .typography a:hover {
	text-decoration: none;
}
.pcss3t .typography .pic {
	padding: 4px;
	border: 1px dotted #ccc;
}
.pcss3t .typography .pic img {
	display: block;
}
.pcss3t .typography .pic-right {
	float: right;
	margin: 0 0 10px 20px;
}
.pcss3t .typography .link {
	text-decoration: underline;
	color: #1889e6;
	cursor: pointer;
}
.pcss3t .typography .link:hover {
	text-decoration: none;
}
.pcss3t .typography h1:first-child,
.pcss3t .typography h2:first-child,
.pcss3t .typography h3:first-child,
.pcss3t .typography h4:first-child,
.pcss3t .typography h5:first-child,
.pcss3t .typography h6:first-child,
.pcss3t .typography p:first-child {
	margin-top: 0;
}
.pcss3t .typography .text-center {
	text-align: center;
}
.pcss3t .typography .text-right {
	text-align: right;
}


/**/
/* steps */
/**/
.pcss3t-steps > label {
	cursor: default;
}


/**/
/* animation effects */
/**/
.pcss3t-effect-scale > ul > li {
	-webkit-transform: scale(0.1,0.1);
}
.pcss3t-effect-rotate  > ul > li {
	-webkit-transform: rotate(180deg);
}
.pcss3t-effect-slide-top > ul > li {
	top: -40px;
}
.pcss3t-effect-slide-right > ul > li {
	left: 80px;
}
.pcss3t-effect-slide-bottom > ul > li {
	top: 40px;
}
.pcss3t-effect-slide-left > ul > li {
	left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
	text-align: right;
}


/**/
/* top center */
/**/
.pcss3t-layout-top-center {
	text-align: center;
}


/**/
/* top combi */
/**/
.pcss3t > .right {
	float: right;
}



/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.pcss3t-icons-top > label {
	text-align: center;
}
.pcss3t-icons-top > label i {
	float: none;
	margin: 0 auto -10px;
	padding-top: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-right > label i {
	float: right;
	margin: 0 -2px 0 8px;
}
.pcss3t-icons-bottom > label {
	text-align: center;
}
.pcss3t-icons-bottom > label i {
	float: none;
	margin: -10px auto 0;
	padding-bottom: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-only > label i {
	float: none;
	margin: 0 auto;
	font-size: 23px;
}


/**/
/* font awesome */
/**/
@font-face
{
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
	url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
	url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.icon-glass:before {content: '\f000';}
.icon-music:before {content: '\f001';}
.icon-search:before {content: '\f002';}
.icon-envelope:before {content: '\f003';}
.icon-heart:before {content: '\f004';}
.icon-star:before {content: '\f005';}
.icon-star-empty:before {content: '\f006';}
.icon-user:before {content: '\f007';}
.icon-film:before {content: '\f008';}
.icon-th-large:before {content: '\f009';}
.icon-th:before {content: '\f00a';}
.icon-th-list:before {content: '\f00b';}
.icon-ok:before {content: '\f00c';}
.icon-remove:before {content: '\f00d';}
.icon-zoom-in:before {content: '\f00e';}
.icon-zoom-out:before {content: '\f010';}
.icon-off:before {content: '\f011';}
.icon-signal:before {content: '\f012';}
.icon-cog:before {content: '\f013';}
.icon-trash:before {content: '\f014';}
.icon-home:before {content: '\f015';}
.icon-file:before {content: '\f016';}
.icon-time:before {content: '\f017';}
.icon-road:before {content: '\f018';}
.icon-download-alt:before {content: '\f019';}
.icon-download:before {content: '\f01a';}
.icon-upload:before {content: '\f01b';}
.icon-inbox:before {content: '\f01c';}
.icon-play-circle:before {content: '\f01d';}
.icon-repeat:before {content: '\f01e';}
.icon-refresh:before {content: '\f021';}
.icon-list-alt:before {content: '\f022';}
.icon-lock:before {content: '\f023';}
.icon-flag:before {content: '\f024';}
.icon-headphones:before {content: '\f025';}
.icon-volume-off:before {content: '\f026';}
.icon-volume-down:before {content: '\f027';}
.icon-volume-up:before {content: '\f028';}
.icon-qrcode:before {content: '\f029';}
.icon-barcode:before {content: '\f02a';}
.icon-tag:before {content: '\f02b';}
.icon-tags:before {content: '\f02c';}
.icon-book:before {content: '\f02d';}
.icon-bookmark:before {content: '\f02e';}
.icon-print:before {content: '\f02f';}
.icon-camera:before {content: '\f030';}
.icon-font:before {content: '\f031';}
.icon-bold:before {content: '\f032';}
.icon-italic:before {content: '\f033';}
.icon-text-height:before {content: '\f034';}
.icon-text-width:before {content: '\f035';}
.icon-align-left:before {content: '\f036';}
.icon-align-center:before {content: '\f037';}
.icon-align-right:before {content: '\f038';}
.icon-align-justify:before {content: '\f039';}
.icon-list:before {content: '\f03a';}
.icon-indent-left:before {content: '\f03b';}
.icon-indent-right:before {content: '\f03c';}
.icon-facetime-video:before  {content: '\f03d';}
.icon-picture:before {content: '\f03e';}
.icon-pencil:before {content: '\f040';}
.icon-map-marker:before {content: '\f041';}
.icon-adjust:before {content: '\f042';}
.icon-tint:before {content: '\f043';}
.icon-edit:before {content: '\f044';}
.icon-share:before {content: '\f045';}
.icon-check:before {content: '\f046';}
.icon-move:before {content: '\f047';}
.icon-step-backward:before {content: '\f048';}
.icon-fast-backward:before {content: '\f049';}
.icon-backward:before {content: '\f04a'; position: relative;	left: -2px;}
.icon-play:before {content: '\f04b'; position: relative; left: 1px;}
.icon-pause:before {content: '\f04c';}
.icon-stop:before {content: '\f04d';}
.icon-forward:before {content: '\f04e'; position: relative;	left: 2px;}
.icon-fast-forward:before {content: '\f050';}
.icon-step-forward:before {content: '\f051';}
.icon-eject:before {content: '\f052';}
.icon-chevron-left:before {content: '\f053';}
.icon-chevron-right:before {content: '\f054';}
.icon-plus-sign:before {content: '\f055';}
.icon-minus-sign:before {content: '\f056';}
.icon-remove-sign:before {content: '\f057';}
.icon-ok-sign:before {content: '\f058';}
.icon-question-sign:before {content: '\f059';}
.icon-info-sign:before {content: '\f05a';}
.icon-screenshot:before {content: '\f05b';}
.icon-remove-circle:before {content: '\f05c';}
.icon-ok-circle:before {content: '\f05d';}
.icon-ban-circle:before {content: '\f05e';}
.icon-arrow-left:before {content: '\f060';}
.icon-arrow-right:before {content: '\f061';}
.icon-arrow-up:before {content: '\f062';}
.icon-arrow-down:before {content: '\f063';}
.icon-share-alt:before {content: '\f064';}
.icon-resize-full:before {content: '\f065';}
.icon-resize-small:before {content: '\f066';}
.icon-plus:before {content: '\f067';}
.icon-minus:before {content: '\f068';}
.icon-asterisk:before {content: '\f069';}
.icon-exclamation-sign:before {content: '\f06a';}
.icon-gift:before {content: '\f06b';}
.icon-leaf:before {content: '\f06c';}
.icon-fire:before {content: '\f06d';}
.icon-eye-open:before {content: '\f06e';}
.icon-eye-close:before {content: '\f070';}
.icon-warning-sign:before {content: '\f071';}
.icon-plane:before {content: '\f072';}
.icon-calendar:before {content: '\f073';}
.icon-random:before {content: '\f074';}
.icon-comment:before {content: '\f075';}
.icon-magnet:before {content: '\f076';}
.icon-chevron-up:before {content: '\f077';}
.icon-chevron-down:before {content: '\f078';}
.icon-retweet:before {content: '\f079';}
.icon-shopping-cart:before {content: '\f07a';}
.icon-folder-close:before {content: '\f07b';}
.icon-folder-open:before {content: '\f07c';}
.icon-resize-vertical:before {content: '\f07d';}
.icon-resize-horizontal:before {content: '\f07e';}
.icon-bar-chart:before {content: '\f080';}
.icon-twitter-sign:before {content: '\f081';}
.icon-facebook-sign:before {content: '\f082';}
.icon-camera-retro:before {content: '\f083';}
.icon-key:before {content: '\f084';}
.icon-cogs:before {content: '\f085';}
.icon-comments:before {content: '\f086';}
.icon-thumbs-up:before {content: '\f087';}
.icon-thumbs-down:before {content: '\f088';}
.icon-star-half:before {content: '\f089';}
.icon-heart-empty:before {content: '\f08a';}
.icon-signout:before {content: '\f08b';}
.icon-linkedin-sign:before {content: '\f08c';}
.icon-pushpin:before {content: '\f08d';}
.icon-external-link:before {content: '\f08e';}
.icon-signin:before {content: '\f090';}
.icon-trophy:before {content: '\f091';}
.icon-github-sign:before {content: '\f092';}
.icon-upload-alt:before {content: '\f093';}
.icon-lemon:before {content: '\f094';}
.icon-phone:before {content: '\f095';}
.icon-check-empty:before {content: '\f096';}
.icon-bookmark-empty:before {content: '\f097';}
.icon-phone-sign:before {content: '\f098';}
.icon-twitter:before {content: '\f099';}
.icon-facebook:before {content: '\f09a';}
.icon-github:before {content: '\f09b';}
.icon-unlock:before {content: '\f09c';}
.icon-credit-card:before {content: '\f09d';}
.icon-rss:before {content: '\f09e';}
.icon-hdd:before {content: '\f0a0';}
.icon-bullhorn:before {content: '\f0a1';}
.icon-bell:before {content: '\f0a2';}
.icon-certificate:before {content: '\f0a3';}
.icon-hand-right:before {content: '\f0a4';}
.icon-hand-left:before {content: '\f0a5';}
.icon-hand-up:before {content: '\f0a6';}
.icon-hand-down:before {content: '\f0a7';}
.icon-circle-arrow-left:before {content: '\f0a8';}
.icon-circle-arrow-right:before {content: '\f0a9';}
.icon-circle-arrow-up:before {content: '\f0aa';}
.icon-circle-arrow-down:before {content: '\f0ab';}
.icon-globe:before {content: '\f0ac';}
.icon-wrench:before {content: '\f0ad';}
.icon-tasks:before {content: '\f0ae';}
.icon-filter:before {content: '\f0b0';}
.icon-briefcase:before {content: '\f0b1';}
.icon-fullscreen:before {content: '\f0b2';}
.icon-group:before {content: '\f0c0';}
.icon-link:before {content: '\f0c1';}
.icon-cloud:before {content: '\f0c2';}
.icon-beaker:before {content: '\f0c3';}
.icon-cut:before {content: '\f0c4';}
.icon-copy:before {content: '\f0c5';}
.icon-paper-clip:before {content: '\f0c6';}
.icon-save:before {content: '\f0c7';}
.icon-sign-blank:before {content: '\f0c8';}
.icon-reorder:before {content: '\f0c9';}
.icon-list-ul:before {content: '\f0ca';}
.icon-list-ol:before {content: '\f0cb';}
.icon-strikethrough:before {content: '\f0cc';}
.icon-underline:before {content: '\f0cd';}
.icon-table:before {content: '\f0ce';}
.icon-magic:before {content: '\f0d0';}
.icon-truck:before {content: '\f0d1';}
.icon-pinterest:before {content: '\f0d2';}
.icon-pinterest-sign:before {content: '\f0d3';}
.icon-google-plus-sign:before {content: '\f0d4';}
.icon-google-plus:before {content: '\f0d5';}
.icon-money:before {content: '\f0d6';}
.icon-caret-down:before {content: '\f0d7';}
.icon-caret-up:before {content: '\f0d8';}
.icon-caret-left:before {content: '\f0d9';}
.icon-caret-right:before {content: '\f0da';}
.icon-columns:before {content: '\f0db';}
.icon-sort:before {content: '\f0dc';}
.icon-sort-down:before {content: '\f0dd';}
.icon-sort-up:before {content: '\f0de';}
.icon-envelope-alt:before {content: '\f0e0';}
.icon-linkedin:before {content: '\f0e1';}
.icon-undo:before {content: '\f0e2';}
.icon-legal:before {content: '\f0e3';}
.icon-dashboard:before {content: '\f0e4';}
.icon-comment-alt:before {content: '\f0e5';}
.icon-comments-alt:before {content: '\f0e6';}
.icon-bolt:before {content: '\f0e7';}
.icon-sitemap:before {content: '\f0e8';}
.icon-umbrella:before {content: '\f0e9';}
.icon-paste:before {content: '\f0ea';}
.icon-lightbulb:before {content: '\f0eb';}
.icon-exchange:before {content: '\f0ec';}
.icon-cloud-download:before {content: '\f0ed';}
.icon-cloud-upload:before {content: '\f0ee';}
.icon-user-md:before {content: '\f0f0';}
.icon-stethoscope:before {content: '\f0f1';}
.icon-suitcase:before {content: '\f0f2';}
.icon-bell-alt:before {content: '\f0f3';}
.icon-coffee:before {content: '\f0f4';}
.icon-food:before {content: '\f0f5';}
.icon-file-alt:before {content: '\f0f6';}
.icon-building:before {content: '\f0f7';}
.icon-hospital:before {content: '\f0f8';}
.icon-ambulance:before {content: '\f0f9';}
.icon-medkit:before {content: '\f0fa';}
.icon-fighter-jet:before {content: '\f0fb';}
.icon-beer:before {content: '\f0fc';}
.icon-h-sign:before {content: '\f0fd';}
.icon-plus-sign-alt:before {content: '\f0fe';}
.icon-double-angle-left:before {content: '\f100';}
.icon-double-angle-right:before {content: '\f101';}
.icon-double-angle-up:before {content: '\f102';}
.icon-double-angle-down:before {content: '\f103';}
.icon-angle-left:before {content: '\f104';}
.icon-angle-right:before {content: '\f105';}
.icon-angle-up:before {content: '\f106';}
.icon-angle-down:before {content: '\f107';}
.icon-desktop:before {content: '\f108';}
.icon-laptop:before {content: '\f109';}
.icon-tablet:before {content: '\f10a';}
.icon-mobile-phone:before {content: '\f10b';}
.icon-circle-blank:before {content: '\f10c';}
.icon-quote-left:before {content: '\f10d';}
.icon-quote-right:before {content: '\f10e';}
.icon-spinner:before {content: '\f110';}
.icon-circle:before {content: '\f111';}
.icon-reply:before {content: '\f112';}
.icon-github-alt:before {content: '\f113';}
.icon-folder-close-alt:before {content: '\f114';}
.icon-folder-open-alt:before {content: '\f115';}



/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/

/**/
/* pad */
/**/
@media screen and (max-width: 980px) {
	
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	.pcss3t > label {
		display: block;
	}
	.pcss3t > .right {
		float: none;
	}
}



/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* default */
/**/
.pcss3t > label {	
	padding: 0 20px;
	background: #e5e5e5;
	font-size: 13px;
	line-height: 49px;
}
.pcss3t > label:hover {
	background: #f2f2f2;
}
.pcss3t > input:checked + label {
	background: #fff;
}
.pcss3t > ul {
	background:
#fff;
  text-align: left;
  margin-top: 30px;
}
.pcss3t-steps > label:hover {
	background: #e5e5e5;	
}


/**/
/* theme 1 */
/**/
.pcss3t-theme-1 > label {
	margin: 0 5px 5px 0;
	border-radius: 5px;
	box-shadow: 0 2px rgba(0,0,0,0.2);
  background:
#e1e1e1;
  opacity: 0.8;
  color: #202020;
  font-weight: 600;
  font-size: 20px;
  margin-right: 20px;
}
.pcss3t-theme-1 > label:hover {
	background: #fff;
	opacity: 1;
}
.pcss3t-theme-1 > input:checked + label {
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background:
#2b82d9;
  opacity: 1;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-right: 20px;
}
.pcss3t-theme-1 > ul {
	border-radius: 5px;
	box-shadow: 0 3px rgba(0,0,0,0.2);
}
.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
	border-top-left-radius: 0;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-1 > label {
		margin-right: 0;
	}
	.pcss3t-theme-1 > input:checked + label {
		margin-bottom: 5px;
		padding-bottom: 0;
		border-radius: 5px;
	}
	.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
		border-top-left-radius: 5px;
	}
}


/**/
/* theme 2 */
/**/
.pcss3t-theme-2 {
	padding: 5px;
	background: rgba(0,0,0,0.2);
}
.pcss3t-theme-2 > label {
	margin-right: 0;
	margin-bottom: 0;
	background: none;
	border-radius: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #fff;
	opacity: 1;
}
.pcss3t-theme-2 > label:hover {
	background: rgba(255,255,255,0.2);
}
.pcss3t-theme-2 > input:checked + label {
	padding-bottom: 0;
	background: #fff;
	background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #822bd9;
}
.pcss3t-theme-2 > ul {
	margin: 0 -5px -5px;
	border-radius: 0;
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-2 > ul {
		margin-top: 5px;
	}
}


/**/
/* theme 3 */
/**/
.pcss3t-theme-3 {
	background: rgba(0,0,0,0.8);	
}
.pcss3t-theme-3 > label {
	background: none;
	border-right: 1px dotted rgba(255,255,255,0.5);
	text-align: center;
	color: #fff;
	opacity: 0.6;
}
.pcss3t-theme-3 > label:hover {
	background: none;
	color: #d9d92b;
	opacity: 0.8;
}
.pcss3t-theme-3 > input:checked + label {
	background: #d9d92b;
	color: #000;
	opacity: 1;
}
.pcss3t-theme-3 > ul {
	border-top: 4px solid #d9d92b;
	border-bottom: 4px solid #d9d92b;
	border-radius: 0;
	box-shadow: none;
}


/**/
/* theme 4 */
/**/
.pcss3t-theme-4 > label {
	margin: 0 10px 10px 0;
	border-radius: 5px;
	background: #78c5fd;
	background: linear-gradient(to bottom, #78c5fd 0%, #2c8fdd 100%);
	background: -o-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -ms-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -moz-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -webkit-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c5fd', endColorstr='#2c8fdd', GradientType=0);
	box-shadow: inset 0 1px rgba(255,255,255,0.5), 0 1px rgba(0,0,0,0.5);
	line-height: 39px;
	text-shadow: 0 1px rgba(0,0,0,0.5);
	color: #fff;
}
.pcss3t-theme-4 > label:hover {
	background: #90cffc;
	background: linear-gradient(to bottom, #90cffc 0%, #439bde 100%);
	background: -o-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -ms-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -moz-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -webkit-linear-gradient(top, #90cffc 0%, #439bde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90cffc', endColorstr='#439bde', GradientType=0);
}
.pcss3t-theme-4 > input:checked + label {
	top: 1px;
	background: #5f9dc9;
	background: linear-gradient(to bottom, #5f9dc9 0%, #2270ab 100%);
	background: -o-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -ms-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -moz-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -webkit-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#2270ab', GradientType=0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), 0 1px rgba(255,255,255,0.5);
	text-shadow: none;
}
.pcss3t-theme-4 > ul {
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-4 > label {
		margin-right: 0;
	}
}


/**/
/* theme 5 */
/**/
.pcss3t-theme-5 {
	padding: 15px;
	border-radius: 5px;
	background: #ad6395;
	background: linear-gradient(to right, #ad6395 0%, #a163ad 100%);
	background: -o-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -ms-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -moz-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -webkit-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#a163ad', GradientType=1);
}
.pcss3t-theme-5 > label {
	margin-right: 10px;
	margin-bottom: 15px;
	background: none;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	opacity: 1;
}
.pcss3t-theme-5 > label:hover {
	background: rgba(255,255,255,0.15);
}
.pcss3t-theme-5 > input:checked + label {
	background: rgba(255,255,255,0.3);
	color: #000;
}
.pcss3t-theme-5 > input:checked + label:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 10px;
	margin-left: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}
.pcss3t-theme-5 > ul {
	margin: 0 -15px -15px;
	border-radius: 0 0 5px 5px;
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-5 > input:checked + label:after {
		display: none;
	}
}


/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/

/**/
/* height */
/**/
.pcss3t > ul,
.pcss3t > ul > li {
	height: 370px;
}

.con-t{
    margin-top: 40px;
    padding: 20px;
    background-color: aliceblue;
}

.ul-design{
    font-size: 18px;
}
.accordion-heading{
    padding: 0px;
}
.accordion-body{
    font-size: 15px;
    padding: 0px;
}
.technical-div1{
    padding: 25px;
  background: #1465b1;
  color: #fff;
}
.technical-div1 ul{
    color: #fff;
}
.technical-div1 ul li{
    font-size: 15px;
}
.technical-div1 p{
    font-size: 16px;
    line-height: 35px;
}
.accordion-heading{
    background:
#646464;
  color: #fff;
  margin-bottom: 10px;
}
.accordion-heading h5 button{
  color: #fff;

}
#accordionExample .card{
    padding: 10px;
    background-color: aliceblue;
}



/* -----------------------10/4/2025 Sayali--------------- */

.tab-h{
    font-size: 35px;
    line-height: 60px;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
    font-family: inherit;
    font-weight: 700;
    color: #1465b1;
    text-transform: uppercase;
}

.content-list {
    list-style-type: none; /* Removes the default bullets */
    padding-left: 0; /* Removes left padding */
    margin: 0; /* Removes default margin */
    font-family: Arial, sans-serif; /* Sets a clean font */
    line-height: 1.8; /* Increases line height for better readability */
    display: flex;
    flex-direction: column !important;
  }
  
  /* Style for each list item */
  .content-list li {
    position: relative; /* Positions the bullet icon in a way that it can be customized */
    padding-left: 25px; /* Adds space for custom bullet */
    font-size: 16px; /* Sets a consistent font size */
    margin-bottom: 10px; /* Adds spacing between list items */
  }
  
  /* Custom bullet style */
  .content-list li::before {
    content: "\2022"; /* Adds a custom bullet character */
    position: absolute;
    left: 0; /* Positions the bullet to the left of the text */
    top: 0;
    font-size: 20px; /* Adjusts the bullet size */
    color: #007bff; /* Set a color for the bullet (e.g., blue) */
  }
  
  /* Hover effect for each list item */
  .content-list li:hover {
    padding-left: 30px; /* Adds extra padding on hover for visual effect */
    transition: padding-left 0.3s ease, background-color 0.3s ease; /* Smooth hover effect */
  }
  
  /* Optional: Style the list container */
  .content-list {
    max-width: 600px; /* Sets the max width for the list */
    margin: 0 auto; /* Centers the list horizontally */
  }

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

  .map-sec{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }


  /* career page */
  .career-section1 {
    padding: 70px 0 70px 0;
    background: linear-gradient(to bottom, #e9f7ff0a, #9cbed3);
}
#title {
    font-size: 40px;
    color: #074783;
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
}
#survey-container {
    position: relative;
    max-width: 700px;
    margin: 30px auto;
    background: url(/imgs/back2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
}
#survey-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 74%);
    border-radius: 10px;
    z-index: 0;
}
#survey-container * {
    position: relative;
    z-index: 1;
}
#description {
    font-size: 21px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 600;
}
.single-input-fieldsbtn input[type="submit"] {
    background: #074783 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
}
.form_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    text-align: left;
}
  

/* -header-- */

  
  /* Base styles */
  .header-wrap {
    position: sticky;
    position: -webkit-sticky; /* Safari */
    top: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  
  
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }
  
  .logo {
    max-height: 80px;
  }
  
  .main-navbar .nav-container {
    display: flex;
    align-items: center;
  }
  
  .nav-toggle {
    background: none;
    border: none;
    font-size: 24px;
    display: none;
    cursor: pointer;
  }
  
  .nav-links {
    display: flex;
  }
  
  .nav-list {
    display: flex;
    gap: 20px;
  }
  
  .nav-item {
    position: relative;
  }
  
  .nav-link {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #333;
    font-weight: 500;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    min-width: 250px;
    z-index: 999;
  }
  
  .dropdown-content a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
  }
  
 /* Show dropdown when .open class is added */
.dropdown .dropdown-content {
    display: none;
  }
  
  .dropdown.open .dropdown-content {
    display: block;
  }
  
  
  /* Mobile styles */
  @media (max-width: 991px) {
    .nav-toggle {
      display: block;
    }
  
    .nav-links {
      display: none;
      flex-direction: column;
      width: 100%;
      background: #fff;
      padding-top: 10px;
    }
  
    .nav-links.open {
      display: flex;
    }
  
    .nav-list {
      flex-direction: column;
      width: 100%;
    }
  
    .nav-item {
      width: 100%;
    }
  
    .dropdown-content {
      position: static;
      box-shadow: none;
    }
  
    .dropdown.open .dropdown-content {
      display: block;
    }
  
    .dropdown-toggle::after {
      content: " ▼";
      font-size: 12px;
    }
  }

  /* Basic header style */
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff; /* or your preferred color */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  .ttm-row.intro-section.style3{
    padding: 70px 0 90px !important;
  }
  .abs-img{
    height: 550px;
    width: 100%;
    border: 2px dotted #c1bdbd;
    /*border: 5px solid #ebebeb;*/
    padding: 10px;
  }
  .client1 {
    padding: 12px 20px 50px;
    text-align: center;
}


.logo-scroller-item , .ttm-client-logo-tooltip{
    margin: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@keyframes scrollMarquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.pt-50{
    padding-top: 50px;
}

.pb-50{
    padding-bottom: 50px;
}