/*
Theme Name: Industing
Theme URI: http://themewar.com/html/industing
Author: themewar
Author URI: http://themewar.com/
Description: Industing - Industry & Factory Business HTML5 Template
Version: 1.0
License:
License URI:
*/
/*=======================================================================
[Table of contents]
=========================================================================
1. Preset
*/
/*------------------------------------------------------------------------------
/ 1. Preset
------------------------------------------------------------------------------*/

body, html {
    margin: 0;
    padding: 0;
}

body {
    /* font-family: 'Rubik', sans-serif; */
    font-size: 16px;
    /* line-height: 26px; */
    /* color: #777; */
    font-weight: 400;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', sans-serif;
    /* font-weight: 600; */
    margin: 0 0 15px;
    letter-spacing: 1px;
}

.barlow {
    font-family: 'Rubik', sans-serif;
}

a {
    color: #bf0811;
    text-decoration: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

a:hover, a:focus {
    text-decoration: none;
    outline: 0;
}

.padding-top-50px{padding-top: 50px !important;}
.padding-bottom-50px{padding-bottom: 50px !important;}

.ind_btn {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    background: transparent;
    display: inline-block;
    color: #FFFFFF;
    height: 60px;
    min-width: 200px;
    padding: 25px 25px;
    text-align: center;
    line-height: .9;
    margin-bottom: 6px;
}

.ind_btn:hover {
    color: #bf0811;
}

.ind_btn.ib_dark:hover {
    color: #FFFFFF;
}

.ind_btn.id_dark2:hover {
    color: #FFFFFF;
}

.ind_btn.id_light:hover {
    color: #00378a;
}

.ind_btn span {
    position: relative;
    z-index: 4;
}

.ind_btn:before {
    width: 100%;
    height: 100%;
    background: #bf0811;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.ind_btn.ib_dark:before {
    background: #00378a;
}

.ind_btn:hover:before {
    left: 6px;
    top: 6px;
}

.ind_btn:after {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 1;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.ind_btn.ib_dark:after {
    background: #bf0811;
}

.ind_btn.id_gray:after {
    background: #EDF3FF;
}

.ind_btn.id_dark2:after {
    background: #162C5F;
}

.ind_btn.id_light:after {
    background: #bf0811;
}

.ind_btn:hover:after {
    left: 0;
    top: 0;
    z-index: 3;
}

.ind_btn.ib_dark:hover:after {
    background: #bf0811;
}

.ind_btn_2 {
    height: 60px;
    background: #bf0811;
    min-width: 170px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    position: relative;
}

.ind_btn_2 span {
    position: relative;
    z-index: 2;
}

.ind_btn_2:after {
    content: '';
    width: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    background: #00378a;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.ind_btn_2:hover {
    color: #FFFFFF;
}

.ind_btn_2:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
}

input:focus, textarea:focus, select:focus, button:focus {
    outline: 0;
    box-shadow: none;
}

.fa {
    line-height: inherit;
}

.commonSection {
    padding: 50px 0 120px 0;
    position: relative;
    background: #FFFFFF;
    /* border: 1px solid red; */
}

.commonSection.bgtp, .bgtp {
    background: transparent;
}

.graySection {
    background: #F5F5F5;
}

.graySection .container .row > div {
    margin-bottom: 30px;
}

.graySection2 {
    background: #F8F7FF;
}

.noPadding {
    padding: 0;
}

.noPaddingRight {
    padding-right: 0;
}

.noPaddingLeft {
    padding-left: 0;
}

.noPaddingBottom {
    padding-bottom: 0;
}

.mrm15 {
    margin-right: -15px;
}

.sub_title {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #C3C8D4;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: .8;
}
.sub_title.gray_sub_title {
    color: #959BA9;
}

.sub_title.dark_sub_title {
    color: #bf0811;
}

.sub_title.light_sub_title {
    color: #FFFFFF;
}

.sec_title {
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: -2.4px;
    margin: 0 0 50px;
    position: relative;
}

.sec_title.dark_sec_title {
    color: #FFFFFF;
}

.sec_title.light_sec_title {
    color: #FFFFFF;
}

.sec_title span {
    position: relative;
}

.sec_title span i {
    font-size: 120px;
    line-height: 90px;
    color: rgba(0,0,0,0.1);
    letter-spacing: -3.6px;
    position: absolute;
    bottom: -2px;
    left: -70px;
    z-index: 1;
    display: none;
}

.sec_title span span {
    z-index: 2;
    position: relative;
}

.sec_title.with_bar {
    padding-bottom: 29px;
}

.sec_title.with_bar:after {
    width: 60px;
    height: 2px;
    background: #bf0811;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.sec_title.dark_sec_title.with_bar:after {
    background: #203259;
}

.sec_title.light_sec_title.with_bar:after {
    background: rgba(255, 255, 255, .3);
}

.text-left .sec_title.with_bar:after {
    right: auto;
    left: 0;
    margin: 0;
}

.ind_lead {
    font-size: 18px;
    line-height: 30px;
    color: #bf0811;
    margin: 0;
}

.bgDiv {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
}

.imgDiv {
    position: relative;
    overflow: hidden;
}

.imgDiv img {
    width: 100%;
    height: auto;
}

.imgDiv2 {
    position: relative;
    overflow: hidden;
}

.imgDiv2 img {
    width: auto;
    height: auto;
}

.page_banner {
    position: relative;
    background: url(../images/bg/a-travi-bg-1920x370.jpg) no-repeat center center / cover;
    padding: 110px 0 120px;
}

.page_banner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .7);
}

.page_banner_clear:after {
    background: rgba(6, 22, 58, .25) !important;
}

.page_banner .container {
    position: relative;
    z-index: 2;
}

.page_banner h2 {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -3px;
    margin: 0 0 47px;
    color: #FFFFFF;
}

.breadcrumbs {
    position: relative;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    /* text-transform: uppercase; */
    color: #949BAC;
    line-height: .8;
}

.breadcrumbs a {
    color: inherit;
}

.breadcrumbs a:hover {
    color: #bf0811;
}

.breadcrumbs span {
    color: #FFFFFF;
}

.breadcrumbs i {
    font-style: normal;
    margin: 0 8px 0 7px;
}

/* CONTACT WHATSAPP, SKYPE, E-MAIL - FOOTER
-------------------------------------------------------*/
.none {display: none;}
.chat-toggle {
    display: block;
    z-index: 1000;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #40C175;
    cursor: pointer;
}

.chat-toggle a {
    font-size: 0;
    color: transparent;
}

.chat-toggle img {
    width: 45px;
    height: 45px;
    /*border-radius: 50%;*/
    margin: 5px 0;
}

.chat-toggle .chat-icon {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
}

.chat-toggle .chat-icon i {
    font-size: 1.8em;
    color: #FFFFFF;
    line-height: 35px;
    margin: 3px 0px 0px 5px;
    text-shadow: 1px 1px 2px #0B5747;
}

.chat-toggle .chat-container {
    position: fixed;
    bottom: 65px;
    right: 23px;
    animation: ease-in-out 5s;
}

.chat-toggle .chat-list > li {
    border-radius: 50%;
    list-style: none;
}

/*TRIGGER*/
.trigger{
    position: relative;
    width: 100%;
    padding: 15px;
    background: #333;
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.trigger_none{margin-bottom: 0;}
.trigger p{margin-top: 10px;}
.trigger_ajax{display: none; cursor: pointer;}
.trigger_success{background-color: #00B494;}
.trigger_info{background-color: #0E96E5;}
.trigger_alert{background-color: #FAAD50;}
.trigger_error{background-color: #F45563;}

.trigger_modal{
    position: fixed;
    right: 0;
    top: 0;
    width: 460px;
    max-width: 80%;
    padding: 20px 20px 0 0;
    cursor: pointer;
    z-index: 999;
}

.trigger_modal .trigger{
    padding: 20px;
    margin: auto 30px auto auto;
}

/*MODAL*/
.modal_confirm{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    z-index: 999;
}

.modal_confirm_content{
    display: block;
    width: 500px;
    max-width: 90%;
    margin: 10% auto;
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 5px 0 #000;
}

.modal_confirm_content .title{
    font-size: 1.5em;
    font-weight: bold;
}

.modal_confirm_content .message{
    font-size: 0.875em;
    margin: 10px 0 20px 0;
}

.modal_confirm_content .btn{
    font-size: 0.8em;
}
