@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300;400;500;600;700&display=swap');

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

*::-moz-selection {
    background: #FE0000;
    color: #000;
    text-shadow: none;
}
::-moz-selection {
    background: #FE0000;
    color: #000;
    text-shadow: none;
}
::selection {
    background: #FE0000;
    color: #000;
    text-shadow: none;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #FE0000;
  border: 3px solid #FE0000;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #FE0000 #fff;
}
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: 9px 15px;
    font-weight: 400;
    background-color:#fff;
    text-transform: inherit;
    border: 1px solid #dedede;
    font-size: 15px;
    outline: none;
    line-height: inherit;
}
button, input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}
.is-invalid{
    border: 1px solid red !important;
}
menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}
body { font-family: "Poppins",Tahoma,Geneva,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #000;
    background-color: #f3f7f9;
    letter-spacing: 0px;

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

/**  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: 0 0 25px 0 rgba(41,61,88,.06);
    -moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
}
/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .site-main {
    padding-top: 82px;
    background-color: #fff;
    position: relative;
    z-index: 9;
}
body .site-main >.ttm-row:first-child {
    margin-top: -92px;
}
body .page.sidebar-true .site-main{
  padding: 0;
  background-color: #fff;
}

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

a{ color: #000; }

.alignleft {
    float: left;
    margin: .375em 1.75em 1.75em 0;
}
/* ===============================================
    Spacing
------------------------*/

.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;}
.pr-110{ padding-right: 110px !important; }
.pr-120{ padding-right: 120px !important; }
.pr-130{ padding-right: 130px !important; }
.pr-140{ padding-right: 140px !important; }
.pr-150{ padding-right: 150px !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; }
.pl-110{ padding-left: 110px !important; }
.pl-120{ padding-left: 120px !important; }
.pl-130{ padding-left: 130px !important; }
.pl-140{ padding-left: 140px !important; }
.pl-150{ padding-left: 150px !important; }

.pt-2{ padding-top: 2px !important; }
.pt-5{ padding-top: 5px !important;}
.pt-10{ padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-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-50{ padding-top: 50px !important; }
.pt-55{ padding-top: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-65{ padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80{padding-top: 80px !important;}
.pt-87{ padding-top: 87px !important; }
.pt-90{padding-top: 90px !important;}
.pt-92{padding-top: 92px !important;}
.pt-100{padding-top: 100px !important;}
.pt-105{padding-top: 105px !important;}
.pt-110{padding-top: 110px !important;}
.pt-150{padding-top: 150px !important;}
.pt-200{padding-top: 200px !important;}
.pt-250{padding-top: 250px !important;}

.pb-5{ padding-bottom: 5px !important; }
.pb-10{ padding-bottom: 10px !important; }
.pb-15{ padding-bottom: 15px !important; }
.pb-20{ padding-bottom: 20px !important; }
.pb-25{ padding-bottom: 25px !important; }
.pb-30{ padding-bottom: 30px !important; }
.pb-35{ padding-bottom: 35px !important; }
.pb-45{ padding-bottom: 45px !important; }
.pb-50{ padding-bottom: 50px !important; }
.pb-55{ padding-bottom: 55px !important; }
.pb-60{ padding-bottom: 60px !important; }
.pb-70{ padding-bottom: 70px !important; }
.pb-80{ padding-bottom: 80px !important; }
.pb-90{ padding-bottom: 90px !important; }
.pb-100{padding-bottom: 100px !important;}
.pb-110{padding-bottom: 110px !important;}
.pb-120{padding-bottom: 120px !important;}
.pb-130{padding-bottom: 130px !important;}
.pb-140{padding-bottom: 140px !important;}
.pb-150{padding-bottom: 150px !important;}
.pb-160{padding-bottom: 160px !important;}
.pb-170{padding-bottom: 170px !important;}
.pb-180{padding-bottom: 180px !important;}
.pb-190{padding-bottom: 190px !important;}
.pb-200{padding-bottom: 200px !important;}
.pb-280{ padding-bottom: 280px !important; }


/** Margin **/
.mt-5{ margin-top: 5px!important; }
.mt-10 { margin-top: 10px !important; }
.mt-15{ margin-top: 15px !important;}
.mt-20{ margin-top: 20px !important;}
.mt-25{ margin-top: 25px !important;}
.mt-30{ margin-top: 30px !important;}
.mt-35{ margin-top: 35px !important;}
.mt-40{ margin-top: 40px !important;}
.mt-45{ margin-top: 45px !important;}
.mt-50{ margin-top: 50px !important;}
.mt-60{ margin-top: 60px !important; }
.mt-80{margin-top: 80px !important;}
.mt-100{margin-top: 100px !important;}
.mt-110{margin-top: 110px !important;}
.mt-120{margin-top: 120px !important;}
.mt-130{margin-top: 130px !important;}
.mt-140{margin-top: 140px !important;}
.mt-150{margin-top: 150px !important;}
.mt-164{ margin-top: 164px !important; }
.mt-200{margin-top: 200px !important;}

.mt_5{ margin-top: -5px!important; }
.mt_10{ margin-top: -10px!important; }
.mt_15{ margin-top: -15px!important; }
.mt_25{ margin-top: -25px!important; }
.mt_30{ margin-top: -30px!important; }
.mt_40{ margin-top: -40px!important; }
.mt_50{ margin-top: -50px !important; }
.mt_60{ margin-top: -60px !important; }
.mt_70{ margin-top: -70px !important; }
.mt_72{ margin-top: -72px !important; }
.mt_80{ margin-top: -80px !important; }
.mt_85{ margin-top: -85px !important; }
.mt_90{ margin-top: -90px !important; }
.mt_99{ margin-top: -99px !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_165{ margin-top: -165px !important; }
.mt_175{ margin-top: -175px !important; }
.mt_180{ margin-top: -180px !important; }
.mt_214{ margin-top: -214px !important; }
.mt_270{ margin-top: -270px !important; }

.ml-0{ margin-left: 0px !important }
.ml-15 { margin-left: 15px!important; }
.ml-287{ margin-left: 287px !important; }
.mr-15 { margin-right: 15px!important; }
.ml_40{ margin-left: -40px !important; }
.ml_60{ margin-left: -60px !important; }
.ml_80{ margin-left: -80px !important; }
.ml_100{ margin-left: -100px !important; }
.ml_115{ margin-left: -115px !important; }
.ml_195{ margin-left: -195px !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-20{margin-right: 20px!important;}
.mr-70{margin-right: 70px!important;}
.mr_40{ margin-right: -40px ;}
.mr_60{ margin-right: -60px ;}
.mr_80{ margin-right: -80px ;}
.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 ;}
.mlr-15{ margin-left: 15px !important; margin-right: 15px !important; }
.mlr-30{ margin-left: 30px !important; margin-right: 30px !important; }

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

/** DarkGrey-bg-color **/
.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.ttm-btn-bgcolor-black,
.ttm-bg-highlight-dark,
.dark-flatborder-button:hover,
.ttm-video-play-btn:hover,
.ttm-header-icons .ttm-header-cart-link a:hover,
.ttm-header-style-overlay .ttm-stickable-header.fixed-header,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover,
.newsletter-form input[type="submit"]:hover,
.ttm-processbox-wrapper .ttm-processbox .process-num,
.ttm-quote-form input[type="submit"]:hover,
.ttm-icon_element-background-color-darkgrey,
.ttm-btn-bgcolor-white:hover,
.ttm-btn-bgcolor-skincolor:hover,
.ttm-btn-bgcolor-grey:hover,
.widget.widget-nav-menu ul li:hover a:before, .widget.widget-nav-menu ul li.active a:before,
.ttm-nextprev-bottom-nav .nav-next a:hover, .ttm-nextprev-bottom-nav .nav-previous a:hover,
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li a,
.owl-theme .owl-controls .owl-nav .owl-next:hover,
.owl-theme .owl-controls .owl-nav .owl-prev:hover,
.comment-list a.comment-reply-link:hover ,
a.checkout-button, .coupon button, .ttm-cart-form button, .place-order button{
  background-color: #FE0000;
}
.ttm-bgcolor-skincolor .separator .sep-line,
.ttm-bgcolor-skincolor .ttm-fid-view-righticon .ttm-fid-contents,
.ttm-bgcolor-skincolor .ttm-fid-view-lefticon .ttm-fid-contents{
    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: #fda12b; }


/** 4.Grey-color **/
.ttm-bgcolor-grey>.ttm-bg-layer { background-color: #f5f5f5; }
.ttm-bgcolor-grey, .ttm-btn-bgcolor-grey,
.ttm-header-style-classicinfo .ttm-content-wrapper,
.ttm-search-overlay .ttm-site-searchform input[type="search"],
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-color-grey,
.ttm-team-member-single-content-area .ttm-team-member-content,
.single .ttm-team-member-view-default .featured-team-data,
.sidebar .ttm-bgcolor-grey>.ttm-bg-layer  {
    background-color: #fff;
}

/*  ===============================================
    SocialIcon
------------------------*/
.social-icons ul{ margin: 0; padding: 0; }
.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.social-icons li {
    display: inline-block;
    border: none;
}
.social-icons.circle li>a {
    border: 1px solid #cfd1d2;
    height: 29px;
    width: 29px;
    line-height: 29px;
    text-align: center;
    display: block;
    background-color: #cfd1d2;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
}
/*  ===============================================
    TopBar
------------------------*/
.ttm-topbar-wrapper{
    line-height: 49px;
}
.ttm-topbar-wrapper .top-contact.text-left {
    position: relative;
    float: left;
}
.top-contact li:last-child {
    padding-right: 18px;
}
.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: 50px;
}
.topbar-right .top-contact li:last-child:after {
    content: "";
    height: 22px;
    width: 1px;
    background-color: transparent;
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
}
.topbar-right .top-contact.ttm-highlight-right li:last-child:after { content: unset;}
.ttm-topbar-wrapper .ttm-social-links-wrapper{ margin: 0; position: relative; padding-left: 15px;}
.ttm-topbar-wrapper .social-icons li{ margin: 0 3px; }
.ttm-topbar-wrapper .social-icons li>a {
    display: block;
    border: none;
    width: 15px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    text-align: center;
}
.ttm-topbar-content .topbar-right .list-inline {
    display: inline-block;
    line-height: 49px;
}
.top-contact.ttm-highlight-left {
    margin-right: 15px;
    padding-right: 5px;
}
.top-contact.ttm-highlight-right{
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}
.top-contact.ttm-highlight-left:after ,
.top-contact.ttm-highlight-right:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 5000px;
    height: 100%;
}
.top-contact.ttm-highlight-right:after {
    left: 0;
}
.top-contact strong {
    font-weight: 600;
}
.top-contact i {
    margin-right: 9px;
}
.ttm-top-info-con ul li {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    margin: 0;
}
.ttm-top-info-con > ul {
  padding: 0;
  margin: 0;
  padding: 0;
  margin: 0;
  display: table;
  vertical-align: middle;
  height: 100%;
}
.ttm-top-info-con {
    float: right;
    position: relative;
    z-index: 3;
    text-align: right;
}
.ttm-top-info-con>ul:not(.social-icons)>li {
    padding: 0 30px;
}
.ttm-top-info-con>ul:not(.social-icons)>li:last-child{ padding-right: 0;}
.ttm-top-info-con>ul:not(.social-icons)>li:first-child{ padding-left: 0; }
.ttm-top-info-con ul li .icon-box,
.ttm-top-info-con ul li .title-box{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
ul li .icon-box.icon-style-border{
    position: relative;
}
ul li .icon-box.icon-style-border i{
    border: 1px solid;
    position: relative;
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
}
.icon-box i{
    font-size: 19px;
}
.ttm-top-info-con ul li .title-box{
    padding-left: 18px;
}
.ttm-top-info-con .title-box h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0;
}
.ttm-top-info-con .title-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
    font-family: 'Ubuntu', sans-serif;
}

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

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

/** SiteBrand(logo) **/
.site-branding{
    float: left;
    height: 110px;
    line-height: 110px;
}
.ttm-header-top-wrapper{
    position: relative;
}
.site-branding img {
    max-height: 135px;
    margin-top: -12px;
}
.site-branding .mt-value {
    margin-top: -30px;
}

/** 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 { opacity: 1; display: block; visibility: visible; height: auto; }
#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: "Poppins",Arial,Helvetica,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.5px;
    position: relative;
}
  #site-header-menu #site-navigation ul ul li {
      position: relative;
      border-bottom: 1px solid transparent;
  }
  #site-header-menu #site-navigation .menu ul li > ul li > a{
      margin: 0;
      display: block;
      padding: 15px 20px;
      position: relative;
      font-family: "Poppins",Arial,Helvetica,sans-serif;
      font-weight: 400;
      font-size: 13px;
      text-transform: capitalize;
      height: auto;
      line-height: 18px;
  }
#site-header-menu #site-navigation .menu ul > li> ul li.has-submenu > a:after {
    content: "\f105";
    position: absolute;
    background-color: transparent;
    right: 12px;
    top: 16px;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    margin-left: 4px;
    opacity: 0.8;
}
#site-header-menu #site-navigation .menu ul li a span {
    padding: 1px 3px 2px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 7px;
}

/* ===============================================
    Footer
------------------------*/
.footer .widget { margin: 60px 0 55px; }
.footer .ttm-textcolor-white { color: rgba(255,255,255,.6); }
.footer .widget .ttm-btn.ttm-btn-size-md{ padding: 14px 27px 14px 27px; }

/** FirstFooter **/
.first-footer .ttm-footer-cta-wrapper {
    position: relative;
    padding: 40px 35px;
    z-index: 9;
    margin-top: -55px;
    -webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    -moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    margin-bottom: 8px;
}
.first-footer .ttm-footer-cta-wrapper .featured-icon-box{ padding: 0; }
.ttm-footer-cta-wrapper .featured-icon-box .ttm-icon.ttm-icon_element-size-lg { height: 48px; width: 40px; }
.ttm-footer-cta-wrapper .featured-icon-box .ttm-icon.ttm-icon_element-size-lg i{ font-size: 50px; }
.first-footer .ttm-footer-cta-wrapper .featured-title h5{
    margin-bottom: 3px;
    font-size: 22px;
    line-height: 28px;
}
.ttm-footer-cta-wrapper .featured-title h6{ line-height: 18px; }

/* newsletter-form */
.newsletter-form p { margin: 0; }
.newsletter-form input[type="email"] {
    background-color: #f8f9fa;
    padding: 12px 15px;
    border: none;
    padding-right: 115px;
    height: 51px;
    border: 1px solid transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.newsletter-form input[type="submit"] {
    position: absolute;
    top: 0px;
    font-weight: normal;
    right: 15px;
    border: 1px solid transparent;
    padding: 11px 26px 10px;
    height: 51px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

/** SecondFooter **/
.footer .second-footer .row{
    border-bottom: 1px solid rgba(255,255,255,.06);
    padding-bottom: 15px;
}
.footer-logo{ margin-bottom: 0px; }
.footer-logo img{
    max-height: 165px;
    width: auto;
}
.widget ul{ margin: 0; padding: 0; }
.widget ul>li {
    padding: 0 0 15px 0;
    position: relative;
}
.footer .widget .widget-title{ font-size: 20px; }
.widget .widget-title {
    position: relative;
    margin-bottom: 25px;
    display: block;
    font-size: 22px;
    line-height: 28px;
    padding-left: 14px;
}
.widget .widget-title:after{
    display: block;
    height: 80%;
    margin-top: 3px;
    margin-bottom: 0;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 1px;
    top: 0;
    width: 3px;
    background-color: #fe0000;
}


/** menu-footer-services **/
.widget ul#menu-footer-services li a{
    padding-left: 14px;
}
.widget ul#menu-footer-services li a:before {
    font-family: 'FontAwesome';
    content: "\f101";
    position: absolute;
    top: 7px;
    left: 0;
    line-height: 1em;
    font-size: 13px;
    color: inherit;
}
.widget ul#menu-footer-services li {
    display: inline-block;
    width: 100%;
    float: none;
    padding: 0 0 11px 0;
    position: relative;
}

/* flicker-widget */
.flicker_widget .ttm-flicker-widget-wrapper a {
    overflow: hidden;
    display: block;
    margin: 0 7px 0 0;
    width: 75px;
    height: 75px;
    display: inline-block;
    background: none;
}

/** Footer-nav-menu **/
.copyright{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 19px;
}
.ttm-footer2-left{ text-align: left; }
.ttm-footer2-right{ text-align: right; }
.ttm-footer2-right, .ttm-footer2-left{
    font-size: 14px;
}
.footer .social-icons li {
    margin-left: 4px;
    margin-right: 4px;
    min-width: auto;
}
.footer .social-icons li>a {
    width: 23px;
    height: 33px;
    line-height: 32px;
    border: none;
    background-color: transparent;
    font-size: 18px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.footer .ttm-textcolor-white .social-icons a {
    color: rgba(248,252,255,.6);
}


/* ===============================================
    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: 34px;
    border-radius: 3px;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}


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

.ttm-page-title-row {
    position: relative;
    background: #FE0000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
div.ttm-page-title-row > .ttm-bg-layer {
  background: url('../images/breadcrumb.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
div.ttm-page-title-row > .Privacy-Policy {
  background: url('../images/privacy-breadcrumb.jpg');
  background-position: start;
  background-repeat: no-repeat;
  background-size: cover;
}
.ttm-page-title-row {
    display: block;
    padding-top: 100px;
    padding-bottom: 85px;
    z-index: 11;
}
.title-box .page-title-heading h1 {
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 43px;
    line-height: 50px;
    color: #fff;
    padding-left: 20px;
    margin-bottom: 10px;
}
.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: "Poppins",Arial,Helvetica,sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}
/*------------------------------------------------------------------------------*/
/*  Services_1
/*------------------------------------------------------------------------------*/
.about-overlay-shape h2{ font-size: 50px; line-height: 17px; font-weight: 400; }
.about-overlay-shape h5{ font-size: 20px; line-height: 25px; font-weight: normal;}

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


/*------------------------------------------------------------------------------*/
/*  Carrer
/*------------------------------------------------------------------------------*/
ul.ttm-list {
    list-style: none;
    padding: 0;
    padding-left: 0;
}
.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: 5px;
    top: 5px;
}
.ttm-list.ttm-list-style-icon li {
    padding-left: 30px;
    font-weight: 500;
    list-style: none;
    position: relative;
}
.carrer-pos-section h6{ font-size: 15px; font-weight: 600; color: #182333; }

/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/
.single article.ttm-box-blog-classic {
    margin-bottom: 70px;
    border-bottom: none;
}
.single .ttm-blog-classic .ttm-entry-meta-wrapper {
    margin-bottom: 15px;
    margin-top: 0;
}
.single article.ttm-blog-classic .entry-content ul,
.tribe-events-single ul{ list-style: disc; }
.single article.ttm-blog-classic .entry-content ul li { padding-bottom: 5px; }
.single article.ttm-blog-classic .entry-content ol:not(.comment-list){ list-style-type : decimal;  }
.single .ttm-btn{ text-transform: uppercase; padding: 11px 34px; }
.ttm-post-prev-next-buttons {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}
.ttm-post-prev-next-buttons .ttm-btn.ttm-btn-size-sm.ttm-icon-btn-left { padding-left: 42px; padding-right: 24px; }

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

/*By-rhishi*/
.fighter img{
    width: 100%; 
    height: 500px; 
    object-fit: cover; 
    object-position: top center;
}
.testimonial-slide .testimonials blockquote{
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner{
    border-radius: 10px;
    /*box-shadow: 0px 0px 10px var(--gray);*/
    position: relative;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.banner img{
    border-radius: 10px;
}
.banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.3);*/
    border-radius: 10px;
}
.banner a{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 22px;
    color: var(--orange);
}
.banner a span{
    background: var(--white);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#herosection .slide-1{
  background: url('../images/slides/slide-1.jpg');
  width: 100vw;
  height: 42.7vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#herosection .slide-2{
  background: url('../images/slides/slide-2.jpg');
  width: 100vw;
  height: 42.7vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#herosection .carousel-item .go-product{
  display: inline-block;
  font-size: 16px;
  padding: 11px 32px 11px 31px;
  background: #FE0000;
  border: 1px solid #FE0000;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#herosection .carousel-item h1{
  color: #fff;
}
#herosection .carousel-item .go-product:hover{
  background: #fff;
  border: 1px solid #FE0000;
  color: #000 !important;
}
.about-home .go-about{
  display: inline-block;
  font-size: 16px;
  padding: 11px 32px 11px 31px;
  background: #FE0000;
  border: 1px solid #FE0000;
  text-transform: capitalize;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.about-home .go-about:hover{
  background: #fff;
  border: 1px solid #FE0000;
  color: #000 !important;
}
.service-home{
  /*background: #eee;*/
}
.team-home{
  background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url('../images/team.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
.service-home .categories ul li a{
  display: inline-block;
  font-size: 16px;
  padding: 11px 32px 11px 31px;
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  text-transform: capitalize;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 5px;
}
.service-home .categories ul li a.go-service{
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  border-radius: 5px;
}
.service-home .categories ul li a:hover{
  background: #fff;
  border: 2px solid #FE0000;
  color: #000 !important;
}
.service-home .categories ul li a.go-service:hover{
  background: #FE0000;
  border: 2px solid #FE0000;
  color: #000 !important;
}
.service-item .service-img{
    overflow: hidden;
    z-index: -1;
}
.service-item .service-img img{
    transition: 0.6s;
    height: 350px;
}
.service-item:hover .service-img img{
    transform: scale(1.2);
    transition: 0.6s;
}
.service-details{
    margin: 0 10px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 0px 25px rgba(0,0,0,0.2);
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
}
.gallery-images img {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out 0s;
}
.gallery-images img:hover {
  filter: grayscale(0%);
}
.service-home .service-btns a{
  background: #FA0404;
  color: #fff;
  border-radius: .25rem;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.service-home .service-btns a:hover{
  border: 1px solid #fff !important;
  color: #fff;
}
.service-details h3{
   color: #1a1f24 !important;
   font-size: 22px;
   font-weight: 700;
   margin-bottom: 10px;
   transition: 0.3s;
}
.service-item:hover .service-details h3 a{
    color: #FE0000 !important;
    transition: 0.3s;
}
.service-details p{
  font-size: 14px;
  line-height: 24px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
  outline: #FE0000;
  background-size: 100%, 100%;
  /*border-radius: 50%;*/
  border: 1px solid #FE0000;
  background: #FE0000;
  background-image: none;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 30px;
  color: #fff;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 30px;
  color: #fff;
}
.carousel-control-next, .carousel-control-next, .carousel-control-prev, .carousel-control-prev {
  opacity: 1;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  opacity: 1;
}
.top-visible{
  background: #DF0000 !important;
}
.service-home .service-item img{
  width: 100%;
}
.ttm-topbar-content a{
  color: #fff !important;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
.ttm-topbar-content a:hover{
  color: #fff !important;
  border-bottom: 1px solid #fff;
}
.team-home .title-header::after{
  background-color: #fff !important;
}
.second-footer{
  background: #ececec;
  color: #000 !important;
}
.first-footer{
  background: #ececec !important;
}
.second-footer h3{
  color: #000 !important;
}
.second-footer a{
  color: #000 !important;
}
.widget ul#menu-footer-services li a:hover{
    color: #FE0000 !important;
}
.bottom-footer-text{
  background: #FE0000;
  color: #fff;
}
.bottom-footer-text a{
  color: #fff !important;
  opacity: 1 !important;
}
.second-footer .flicker_widget .open_time{
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px !important;
}
.ttm-footer-cta-wrapper{
  background: #FE0000;
}
.ttm-footer-cta-wrapper .featured-title h5{
  color: #fff;
}
.ttm-footer-cta-wrapper .featured-title h6{
  color: #fff;
}
.ttm-footer-cta-wrapper .newsletter-form input{
  background: #fff;
}
.ttm-footer-cta-wrapper .newsletter-form input[type="submit"]{
  background: #1A1717;
}
.portfolio-slide .featured-imagebox .featured-thumbnail{
  text-align: center !important;
}
.portfolio-slide .featured-imagebox img{
    max-width: 180px !important;
    max-height: 80px !important;
}
.owl-theme .owl-controls .owl-nav div.owl-prev {
  position: absolute;
  top: 45%;
  left: -35px;
  display: block;
}
.owl-theme .owl-controls .owl-nav div.owl-next {
  position: absolute;
  top: 45%;
  right: -35px;
  display: block;
}
.owl-theme .owl-controls .owl-nav div {
  background: #FE0000;
}
.owl-dots{
  text-align: center !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #FE0000;
}
.owl-theme .owl-dots .active span {
  background-color: #FE0000;
}
.blog-home .blogss .card .blog-btn{
  display: inline-block;
  padding: 8px 8px 8px 0 !important;
  background: #fff;
  border: 1px solid #FE0000;
  border-radius: 0px !important;
  text-transform: capitalize;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1111;
}
.blog-home .blogss .fa{
  display: inline !important;
}
.blog-home .blogss .card .blog-btn::before{
  content: '';
  width: 100%;
  height: 100%;
  background: #FE0000;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: -1;
}
.blog-home .blogss .card .blog-btn i{
  padding: 13px;
  background: #FE0000;
  color: #fff;
  z-index: 1 !important;
}
.blog-item .card-img-top{
  overflow: hidden;
}
.blog-item .card-img-top img{
  transform: scale(1);
}
.blog-item:hover .card-img-top img{
  transform: scale(1.1);
}
.blog-item:hover .blog-title a{
  color: #FE0000;
}
.blog-item:hover .blog-btn{
  color: #fff;
}
.blog-item:hover .blog-btn::before{
  left: 0 !important;
}
.testimonial-slide .testimonials blockquote{
  color: #000 !important;
  user-select: none;
}
.testimonial-slide .testimonials blockquote::after{
  background: transparent !important;
}

.card1{
    position: relative;
    width: 110px;
    height: 110px;
}
.card1 .face{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.card1 .face1{
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform-origin: bottom;
}
.testimonials:hover .face.face1{
    transform: translateY(-100%) rotateX(90deg);
    background: #F5F5F5;
}
.card1 .face2{
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transform-origin: top;
    transform: translateY(100%) rotateX(90deg);
    color: #1e1e1e;
}
.testimonials:hover .face.face2{
    transform: translateY(0) rotateX(0deg);
}
.testimonial-slide  .testimonial-caption .clint-name{
  color: #000 !important;
}
.testimonial-slide  .testimonials{
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.14);
  margin: 20px 0;
  transition: 0.5s;
  height: 370px;
}
.testimonial-slide  .testimonials:hover{
  box-shadow: none !important;
}
.testimonial-slide  .testimonial-caption label small{
  color: #333 !important;
}
.testimonial-slide .video{
  width: 100%;
  height: 100%;
  background: #FE0000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.testimonial-slide .video a{
  color: #fff;
  padding: 40px;
  border-radius: 50%;
  font-size: 22px;
}
.about-home .ttm-fid-inner span{
  font-size: 32px;
  color: #182333;
}
.about-home .ttm-fid-icon-wrapper i{
  font-size: 32px;
  color: #182333 !important;
}
.about-home .ttm-fid-icon-wrapper{
  margin-top: 6px;
}
.footer .featured-icon-box .featured-icon .ti-email{
  color: #fff;
}
.ttm-page-title-row{
  z-index: -11;
}
.ttm-page-title-row .breadcrumb-wrapper .page-title span{
  color: #fff !important;
}
.ttm-page-title-row .page-title-heading .title::before{
  background: #fff !important;
}
.sidebar .contact-widget .time{
  color: #182333;
  font-weight: 500;
}
.carousel-inner .carousel-item > img{
  animation: reshi 20s;
}
#herosection .carousel-caption{
  padding-bottom: 190px;
}
.carousel-inner .carousel-item::after{
  content: '';
  height: 100%;
  width: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .5;
}
@keyframes reshi{
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.4, 1.4);
  }
}
.Testmonails .testimonial-content q{
  font-weight: 700;
}
.service-content .section-title .big-img{
  max-width: 100%;
  max-height: 400px;
  margin-top: 15px;
}
.service-content .section-title .sm-img{
  width: 100%;
  height: 350px;
  margin-top: 15px;
}
.service-content .section-title ul{
  list-style: disc;
}
.service-content .section-title .s-buttons a{
  border: 2px solid #fff;
  display: inline-block;
  height: 70px;
  width: 100px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #FE0000;
  transition: 0.5s;
}
.service-content .section-title .s-buttons a.play{
  font-size: 20px;
}
.service-content .section-title .s-buttons a.contact{
  border-radius: 0px;
  height: 70px;
  width: 200px;
  border-radius: 5px;
  font-size: 18px;
  transition: .5s;
}
.service-content .section-title .s-buttons a:hover{
  background: #FE0000;
  color: #fff;
  border: 2px solid #fff;
}
.featured-imagebox-post:hover .featured-content-post .post-title h5 a{
  color: #FE0000;
}
.second-footer .flicker_widget .footer_link a:hover{
  color: #FE0000 !important;
}
.bottom-footer-text .copyright .ttm-footer2-left span{
  color: #fff;
}
.single-blog .post-featured-wrapper .post-featured img{
  width: 100% !important;
}
.single-blog .ttm-blog-classic{
  background: #F8F9FA;
  padding: 35px;
}
.single-item .icon-holder span i{
  font-size: 22px;
  font-weight: 400 !important;
  color: #fe0000;
  margin-right: 10px;
}
.contact-info p {
  font-size: 13px;
}
.contact .img-holder img{
  width: 100% !important;
  height: 300px;
  object-fit: cover;
}
.contact .contact-form-v1 form input,textarea{
  border: 1px solid #000;
  color: #000 !important;
}
.contact .contact-form-v1 form input:focus{
  border: 1px solid #fe0000;
}
.contact .contact-form-v1 form textarea:focus{
  border: 1px solid #fe0000;
}
.contact .contact-form-v1 form input::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
/*.contact .contact-form-v1 form input:focus::placeholder {
  color: #fe0000 !important;
  opacity: 1 !important;
}*/
.contact .contact-form-v1 form textarea::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
/*.contact .contact-form-v1 form textarea:focus::placeholder {
  color: #fe0000 !important;
  opacity: 1 !important;
}*/
.contact .contact-form-v1 form button{
  background: #fe0000 !important;
  color: #fff !important;
  margin-top: 30px;
  border: 2px solid #fe0000;
}
.contact .contact-form-v1 form button i{
  color: #fff !important;
  transition: 0.5s;
}
.contact .contact-form-v1 form button:hover{
  background: #fff !important;
  border: 2px solid #fe0000;
  color: #fe0000 !important;
}
.contact .contact-form-v1 form button:hover .ti-angle-double-right{
  color: #fe0000 !important;
}
.about-section{
  padding: 60px 0 !important;
}
.about-section .title-header h2{
  margin-right: 20px;
}
.about-section .title-header-left::after{
  left: 100%;
}
.about-process{
  background: #fe0000;
  color: #fff;
  padding: 40px 0 !important;
}
.about-process .ttm-fid-icon-wrapper i{
  color: #fff !important;
}
.about-process .ttm-fid-inner span{
  color: #fff;
}
.about-process .ttm-fid-contents .ttm-fid-title{
  color: #fff;
}
.about-process .inside{
  margin: 0 !important;
}
.team-home{
  background: #fe0000;
  padding: 50px 0;
}
.team-home .section-title h2{
  color: #fff;
}
.team-home .section-title p{
  color: #fff;
}
.team-home .service-btns a{
  background: #fff;
  border: 1px solid #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.team-home .service-btns a:hover{
  border: 1px solid #fff !important;
  color: #fff;
}
.no-scroll-y {
  overflow-y: hidden;
}

/* Preloader */
.ctn-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(254, 0, 0, 0.2);
  border-top-color: #fe0000; /* No se identa por orden alfabetico para que no lo sobre-escriba */
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 3em 'Montserrat', sans-serif;
  text-align: center;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #fe0000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(254, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
  animation-delay: 1.6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
  animation-delay: 1.8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
  animation-delay: 2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(12):before {
  animation-delay: 2.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(13):before {
  animation-delay: 2.4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(14):before {
  animation-delay: 2.6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(15):before {
  animation-delay: 2.8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(16):before {
  animation-delay: 3s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(17):before {
  animation-delay: 3.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(18):before {
  animation-delay: 3.4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(19):before {
  animation-delay: 3.6s;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* Animación del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

/* Animación de las letras cargando del preloader */
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 991px) {
  /* Preloader */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em 'Montserrat', sans-serif;
  }
}

@media screen and (max-width: 500px) {
  /* Prelaoder */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 1em 'Montserrat', sans-serif;
  }
}
.ttm-page-title-row .breadcrumb-wrapper a:hover{
  color: #fff;
}
.featured-imagebox:hover .featured-content .featured-title h5{
  color: #fe0000 !important;
}
.service-section .categories ul li a{
  display: inline-block;
  font-size: 16px;
  padding: 11px 32px 11px 31px;
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  text-transform: capitalize;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 5px;
}
.service-section .categories ul li a.go-service{
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  border-radius: 5px;
}
.service-section .categories ul li a:hover{
  background: #fff;
  border: 2px solid #FE0000;
  color: #000 !important;
}
.service-section .categories ul li a.go-service:hover{
  background: #FE0000;
  border: 2px solid #FE0000;
  color: #000 !important;
}
.service-section .service-item .service-img{
    overflow: hidden;
    border-radius: 8px;
    z-index: -1;
}
.service-section .service-item .service-details p{
    color: #fff;
}
.service-section .service-item .service-img img{
    transition: 0.6s;
    height: 350px;
    width: 100%;
}
.service-section .service-item:hover .service-img img{
    transform: scale(1.2);
    transition: 0.6s;
}
.service-section .service-btns a{
  background: #fff;
  border: 2px solid #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.service-section .service-btns a:hover{
  border: 2px solid #fff !important;
}
.service-section .service-item:hover .service-details h3 a{
    color: #FA0404 !important;
    transition: 0.3s;
}
.service-section .service-details p{
  font-size: 14px;
  line-height: 24px;
}
.gallery-images .item-details img{
  margin-bottom: 5px !important;
  max-width: 100%;
  filter: grayscale(70%);
}
.gallery-images .item-details .item:hover img{
  filter: grayscale(0);
}
.gallery-images .item-details .item{
    cursor: pointer;
}
.gallery-images .item-menu button{
  background-color: #fe0000 !important;
  padding: 7px 12px !important;
  margin-top: 10px;
}
.work-process .works .card{
  background: #fff;
  box-shadow: 0px 6px 10px 3px #eae0e0;
  padding: 25px;
  border-radius: 0px;
  border-top: 3px solid #fe0000;
  position: relative;
  transition: 0.8s;
}
.work-process .works .card .work-process-number{
  transition: 0.8s;
  background: #fff;
  border: 3px solid #fe0000;
  width: 80px;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  color: #182333;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -15%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0%);
}
.work-process .works .card .card-title{
  margin-top: 30px;
  transition: 0.8s;
}
.work-process .works .card i{
  font-size: 40px;
  transition: 0.8s;
}
.work-process .works .card:hover{
  box-shadow: none;
}
.work-process .works .card:hover .card-title{
  color: #fe0000;
}
.work-process .works .card:hover i{
  color: #fe0000;
}
.work-process .works .card:hover .work-process-number{
  color: #fff;
  background: #fe0000;
}
.lg-toolbar .lg-download::after {
  content: '\f019' !important;
}
.about-process .ttm-fid-row-wrapper i{
    color: #fff !important;
}
.gallery-images .title-header{
    position: relative;
    margin-bottom: 40px;
}
.gallery-images .title-header:after{
    display: block;
    content: "";
    position: absolute;
    width: 70px;
    bottom: -20px;
    height: 6px;
    left: 50%;
    margin-left: -35px;
    top: auto;
    background: #fe0000;
}
nav ul li a{
    transition: 0.5s
}
nav ul li a:hover{
    color: #fe0000 !important;
}
nav ul .active{
    color: #fe0000 !important;
}
.pagination .active .page-link{
    background-color: #fe0000 !important;
    border-color: #fe0000;
}
.pagination .page-link{
    padding: 1rem 1.5rem;
    color: #000;
}
.widget.widget-nav-menu ul li a::after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    z-index: -2;
    background-color: #fe0000;
  }
.widget.widget-nav-menu ul li:hover a:after,
.widget.widget-nav-menu ul li.active a:after{
    width: 100% !important;
}
.service-foorer{
    background-color: #fe0000;
}
.ttm-post-prev-next-buttons a{
    background-color: #fe0000;
}
.top-lan-icon select{
    width: 90px !important;
    height: 27px !important;
    margin-right: 10px;
    border-radius: 0px;
    padding: 1px 5px 5px 5px;
    font-size: 14px;
}
.top-header ul{
    margin: 0 !important;
    padding: 0 !important;
}
.top-header .contact-content{
    display: flex;
    justify-content: start;
}
.top-header .ttm-social-links-wrapper{
    display: flex;
    justify-content: end;
}
.top-header ul li a{
    color: #fff;
}
.widget.widget-nav-menu ul li:hover a{
    color: #fff !important;
}
.work-process .works .card .work-process-number2 {
  top: -11%;
}
.single-blog .content-area .post img{
    width: 100%; 
    height: 400px; 
    object-fit: cover; 
    object-position: top left;
}
.service-content .content-area .title-header img{
    width: 100%; 
    height: 400px; 
    object-fit: cover; 
    object-position: center top;
}
.featured-imagebox img{
    transform: scale(1);
    transition: 0.5s;
}
.featured-imagebox .team_imagess:hover img{
    transform: scale(1.1) !important;
}
@media screen and (min-width: 1200px){
  .carousel-inner .carousel-item > img{
    height: 100vh;
  }
}
@media screen and (max-width: 1199px){
  .ttm-processbox-wrapper .ttm-processbox:nth-child(2n) .ttm-box-image::before {
    background-image: none !important;
    width: 0;
    height: 0;
  }
  .ttm-processbox-wrapper .ttm-processbox .ttm-box-image::before {
    background-image: none;
  }
}
@media screen and (max-width: 768px){
    .fighter img{
        height: auto;
    }
    .top-header .contact-content{
        display: block;
        text-align: center;
    }
    .top-header .ttm-social-links-wrapper{
        display: flex;
        justify-content: center;
    }
  #herosection .carousel-caption{
    padding-bottom: 0px;
  }
  #herosection .carousel-caption h1{
    font-size: 22px;
    margin-bottom: 5px !important;
  }
  #herosection .carousel-caption p{
    font-size: 14px;
    line-height: 1.2;
    margin-top: 0 !important;
  }
  #herosection .carousel-caption .go-product{
    padding: 4px 8px 4px 8px;
    font-size: 14px;
    margin-top: 5px;
  }
    .sm-fixd-title::after {
      display: none !important;
      content: "";
      position: absolute;
      background-color: transparent;
      width: 6px;
      top: 0%;
      height: 95%;
      left: 0;
      margin-left: 0;
    }
    .sm-fixd-title {
      padding-left: 0px !important;
      margin-bottom: 15px !important;
      text-align: center;
    }
    .ttm-fid-view-righticon .ttm-fid-left, .ttm-fid-view-lefticon .ttm-fid-left {
      display: flex;
      justify-content: center;
      padding-bottom: 0 !important;
    }
    .ttm-fid-contents .ttm-fid-title{
        text-align: center;
    }
    .about-section .title-header h2 {
      margin-right: 0px;
    }
    .widget ul#menu-footer-services li a::before {
        font-family: 'FontAwesome';
        content: "\f101";
        position: absolute;
        top: 7px;
        left: 131px;
        line-height: 1em;
        font-size: 13px;
        color: inherit;
        display: none;
    }
    .widget ul#menu-footer-services li{
        text-align: center;
    }
    .widget ul#menu-footer-services li a {
        padding-left: 0px;
    }
    .section-title h2.title{
        font-size: 28px;
    }
    h1 {
        line-height: 30px;
    }
    .single-blog .ttm-blog-classic {
      padding: 0px;
    }
    body .site-main.single {
      padding-top: 0px;
    }
    .single-blog .content-area .post img{
        height: 250px;
    }
    .service-content .content-area .title-header img{
        height: 250px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px){
  #herosection .carousel-caption{
    padding-bottom: 120px;
  }
}
