
/*** 

====================================================================
	Reset 
====================================================================

 ***/
.car-img{
    display: block;
    margin-bottom: -20px;
}
.car-img img{
    width: 80px;
    margin-right: 10px;
    margin-bottom: 35px;
    margin-top: 0px;
    display: inline;
}
.w-410{
    width: 410px !important;
}
.small-width{
    width: 1%;
}
.full-width{
    width: 350px !important;
}
.form-group{
    margin-bottom: 12px !important;
}
.sub-menu{
    background-color: #C9C9C9;
    padding: 10px 10px;
}
.sub-text{
    font-size: 13px;
    text-transform: uppercase;
    color: #0249A5;
    padding: 5px 40px 0px 0px;
    display: inline;
}
.sub-text a{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;   
}
.sub-text a:hover{
    color: #2C3B43;
}
.sub-text a.active{
    color: #0249A5;
}
.main-box{
    background-color: #fff; 
    width: 100% !important; 
}
.btn-bkbig{
    font-size: 15px;
    font-weight: normal;
    padding: 10px;
    color: #fff;
    background-color: #9B0226;
    transition: 0.3s;
    width: 100%;
    margin-top: 30px;
    display: block;
    border-radius: 25px;
    width: 30%;
    text-align: center;
}
.sidebar {
  margin: 0px;
  padding: 0;
  width: 231px;
  background-color: #F8F8F8;
  position: fixed;
  height: 82%;
  overflow: auto;
}
.copyrght{
    background-color: #0249A5;
    width: 100%;
    padding: 20px !important;
    color: #fff !important;

    right: 0;
    bottom: 0;
    left: 0;
}
.sidebar a {
  display: block;
  color: #000000;
  padding: 7px 30px;
  text-decoration: none;
}

/*
.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}
*/

div.content {
  margin-left: 200px;
  padding: 1px 16px;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}
.table-transac{
  border-bottom: 7px solid #f5f5f5; 
  padding: 1rem;
}
.table-transac:hover{
  background-color: #fbfbfb;
  transition: 0.3s;
}
.trans-num{
  border-bottom: 1px solid #ececec
}
.trans-num p.num{
  display: inline
}
.trans-num p.num span{
  display: inline; 
  font-size: 12.5px; 
  color: #9B0226
}
.trans-num a p{
  float: right;
  display: inline; 
  padding: 10px 10px 0;
  color: #9B0226
}
.trans-num a p:hover{
  color: #000;
  transition: 0.3s
}
.trans-num span.placed{
  margin-top: 0px; 
  font-size: 11px; 
  color: #949494;
  margin-bottom: 2px;
}
.tbl-num tr td span{
  font-size: 11px; 
  color: #a0a0a0; 
  margin-top: 5px
}
.tbl-num tr td.t1{
  width: 35%;
  vertical-align: top;
  padding-right: 4px;
}
.tbl-num tr td.t2{
  width: 35%;
  vertical-align: top;
  padding-right: 4px;
}
.tbl-num tr td.t3{
  width: 5%;
  padding-right: 4px;
}
.tbl-num tr td.t4{
  width: 20%;
  text-align: center;
}
    /* Tabs make sure it wraps */
.tabs {
	display: flex;
	flex-wrap: wrap;
    margin-top: 30px;
    font-size: 12.5px;
}
/*    Put the labels first*/
.tabs label {
	order: 1;
	display: block;
	padding: 1rem 3rem;
	margin-right: 0.6rem;
	cursor: pointer;
    background: #ececec;
    font-weight: bold;
    transition: background ease 0.2s;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
/*    Put the tabs last*/
.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
	display: none;
/*    padding: 1rem;*/
    background: #fff;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #fff;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

@media (max-width: 45em) {
/*
  .tabs .tab,
  .tabs label {
    order: initial;
  }
*/
  .tabs label {
    width: 30%;
    margin-right: 5px;
    margin-top: 0.2rem;
  }
}
.status-tbl{
    width: 100%; 
    height: 100%; 
    margin-right: auto !important; 
    margin-left: auto !important; 
    text-align: center !important; 
    background-color: #fff; 
    box-shadow: none !important; 
    padding: 0px 180px !important;
    margin-top: 10px;
    margin-bottom: 30px
}
.status-tbl table{
    width: 100%; 
    background-color: #FFF9F5; 
    border: 1px solid #7A7A7A; 
    text-align: left;
    padding: 5px;
    margin-bottom: 20px;
}
.status-tbl table tr td{
    font-size: 12px;
    padding: 3px 15px;
}
ul.steps{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
ul.steps li {
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 15px;
  border-radius: 1em;
  background: #00B041;
  margin-left: 13em;
  display: inline-block;
  color: white;
  position: relative;
  margin-top: 20px
}

ul.steps li::before{
    content: '';
    position: absolute;
    top: .4em;
    left: -13.3em;
    width: 14em;
    height: .3em;
    background: #00B041;
    z-index: 1;
}
.ml-0{
    margin-left: 0px !important;
}
.pl-0{
    padding-left: 0px !important;
}

ul.steps li:first-child::before {
  display: none;
}

ul.steps .active {
  background: #00B041;
}

ul.steps .active ~ li {
  background: #b7d8c4;
}

ul.steps .active ~ li::before {
  background: #b7d8c4;
}
label.txt-step{
    margin-left: 0px;
}
label.txt-step p span{
    display: block
}
label.txt-step p{
    padding: 0px;
    display: inline; 
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: left
}
.placedon{
    margin-top: 0px !important; 
    color: #a2a2a2
}
.place-bk{
    background-color: #efe6dd; 
    margin-top: 20px; 
    padding: 20px 30px
}
.place-bk h4{
    font-weight: 700
}
.pick-bk{
    background-color: #fff; 
    margin-top: 20px; 
    border-radius: 10px; 
    box-shadow: 0 1px 5px 0 rgb(88 88 88 / 10%);
}
.pick-bk .pick-title{
    background-color: #e4d9cd; 
    padding: 15px 20px 7px; 
    border-top-left-radius : 10px; 
    border-top-right-radius: 10px
}
.pick-bk .pick-title p{
    font-size: 16px; 
    font-weight: 700
}
.pick-bk .pick-title p span{
    background-color: #820626; 
    border-radius: 25px; 
    color: #fff; 
    padding: 6px 13px; 
    display: inline; 
    margin-right: 10px
}
.pick-form{
    padding: 0px 35px
}
.radio-bk p{
    padding-bottom: 10px; 
    display: inline; 
    font-size: 15px; 
    margin: 10px 15px 0 5px;
}
.trans div div{
    padding: 5px 25px !important;
}
.trans div div h4 {
    font-size: 13px; 
    margin-bottom: 0px
}
.trans div div span{
    font-size: 11px;
}
.trans div div p{
    font-size: 16px; 
    margin-bottom: 0px; 
    float: right; 
    right: 0px; 
    font-weight: 400; 
    margin-top: -28px
}
.box-bk{
    margin-top: 10px
}
.box-bk span{
    display: block;
    margin-top: 15px;
    line-height: 1em;
    font-size: 15px;
    margin-bottom: 5px
}
.box-half div{
    margin-right: 15px;
    margin-top: 0px;
}

.box-half div div{
    height: 100%; 
    margin-right: 30px;
    font-weight: 300;
    margin: 10px;
    background-color: #fff; 
    box-shadow: 0 1px 5px 0 rgb(88 88 88 / 10%);
    padding: 15px 25px;
}
.box-half div div h5{
    margin-bottom: 10px;
    font-size: 15px;
    color: #424242;
    font-weight: 700
}
.box-half div div label{
    margin-top: 15px;
    font-size: 17px;
    font-weight: 700
}
.box-half div div table tr td span{
    color: green; 
    margin-right: 10px; 
    font-weight: 700; 
    font-size: 17px;
    display: inline
}
.btn-book{
    background-color: #9B0226;
    color: #fff !important;
    font-size: 12px;
    padding: 4px 20px;
    border-radius: 4px;
    transition: 0.3s;
}
.btn-book:hover{
    background-color: #000;
}
.btn-ok{
    background-color: #820626;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 20px;
    border-radius: 7px;
    transition: 0.3s;
    width: 100%;
    font-weight: 700;
    margin: 10px 0;
}
.btn-ok:hover{
    background-color: #000;
}
.cancel-book{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.btn-cancel{
    background-color: #820626;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 20px;
    border-radius: 7px;
    transition: 0.3s;
    width: 50%;
    font-weight: 700;
    margin: 10px 0;
}
.btn-cancel:hover{
    background-color: #000;
}
.btn-edit{
    background-color: #819bc6;
    color: #fff;
    font-size: 13px;
    padding: 4px 30px;
    border-radius: 4px;
    float: right;
    transition: 0.3s;
    margin-top: -5px;
    margin-right: 5px;
}
.btn-edit:hover{
    background-color: #000;
}
.pymnt-panel{
    width: 70%;
    border-bottom: 2px solid #E2E2E2;
    margin-top: 25px;
    background-color: #fff;
}
.pymnt-panel label{
    border-top: 1px solid #E2E2E2;
    display: block;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 0px;
}
.pymnt-panel label:hover{
    background-color: #F2F2F2;
    transition: 0.3s
}
.pymnt-panel input{
    
}
.pymnt-panel label img{
    width: 100px;
    margin-left: 25px;
    margin-right: 10px;
}
.btn-next{
    background-color: #820626;
    color: #fff;
    font-size: 14px;
    padding: 5px 30px;
    display: block;
    float: right;
    border-radius: 4px;
    transition: 0.3s;
}
.btn-next:hover{
    background-color: #000;
}
.topnav input[type=text] {
    padding: 5px 10px;
    font-size: 12px;
    border: none;
    background-color: #e6e6e6;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 200px;

}
.topnav input::placeholder {
    color: #4B4B4B;
    font-style: normal;
    font-weight: normal;
}
.topnav .search-container button {
    float: right;
    padding: 5px 10px;
    margin-right: 16px;
    background: #9B0226;
    border: none;
    font-size:  13px;
    cursor: pointer;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.topnav .search-container button:hover {
    background: #000;
    transition: 0.3s
}
.topnav1 input[type=text] {
    padding: 5px 10px;
    font-size: 12px;
    border: none;
    background-color: #e6e6e6;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 226px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.topnav1 input::placeholder {
    color: #4B4B4B;
    font-style: normal;
    font-weight: normal;
}
.topnav1 .search-container button {
    float: right;
    padding: 5.5px 10px;
    margin-right: 16px;
    background: #9B0226;
    border: none;
    font-size:  13px;
    cursor: pointer;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.topnav1 .search-container button:hover {
    background: #000;
    transition: 0.3s
}
.alert-danger{
    font-size: 11px;
    padding: 10px 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.panel-logis{
    width: 45% !important
}
.panel-logis .panel-body{
    padding: 0px 40px;
    padding-top: 25px;
}
.panel-logis .logi{
    text-align: center; 
    margin-left: auto; 
    margin-right: auto; 
    padding-top: 0px;
    padding-left: 40px;
    padding-right: 40px;
}
.panel-logis .logi .title{
    color: #9B0226;
    font-weight: 700;
    width: 100%; 
    text-align: center; 
    border-bottom: 1px solid #9B0226; 
    line-height: 0.1em;
    margin: 15px 0 20px; 
}
.panel-logis .logi .title span{
    background:#fff; 
    padding:0 25px; 
}
div.theme-linebef {
    border-bottom: 5px solid #a3b0db;
    padding-bottom: 15px;
    position: relative;
    margin-top: 5px;
    
}
div.theme-line {
    border-bottom: 5px solid #ccc;
    padding-bottom: 15px;
    position: relative;
    margin-top: 5px;
}
.slct{
    border: 1px solid #3d5d87;
    padding: 3px 7px;
    border-radius: 3px;
    width: 270px;
}
.input-text{
    border: 1px solid #7084a0;
    border-radius: 3px;
    width: 270px;
}
.vw-num{
    color: #000;
    font-size: 30px
}
div.well{
    padding-bottom: 30px;
}
div.well h4{
    color: #000
}
div.well textarea{
    width: 70%;
    height: 200px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
div.well form fieldset label{
    margin-top: 7px;
}
.mr-xs { color: #fff; font-size: 40px;}
.desk-section{
    background-color: #f1f1f1;
}
.tbl-ticket tbody tr th{
    background-color: #f9f9f9;
    color: #555;
}
.history_msg{
    word-break: break-all;
    line-height: 19px;
    font-size: 14px;
    color: #505150;
}
.history{
    height: 400px; 
    overflow-y: scroll
}
.history div div h3{
    text-align: center
}
.view-tckt{
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.view-tckt div{
    margin: 10px;
    border-radius: 5px; 
    background-color: #fff; 
    padding: 10px 0px 30px; 
    text-align: center;
    width: 30%;
}
.wel-desk{
    margin-top: 80px;
    padding: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.home-desc{
    font-size: 18px; 
    margin-top: 30px; 
    color: #fff; 
    text-align: center
}
.img-logo{
    text-align: center; 
    margin-left: auto; 
    margin-right: auto;
}
.title{
    color: #fff; 
    text-align: center
}
.div-line {
    height: 2px;
    background-color: white;
    margin-top: 10px;
}
.text-conv{
    color: white;
    margin-top: 20px;
}
.txt-sent p{
    font-size: 18px;
    color: #002262;
    margin-bottom: 5px;
}
.txt-sent span{
    color: #31708f;
    margin-bottom: 0px;
    font-family: 'Hind', sans-serif;
    font-size: 13px;
}
.txt-sent i.fa-clock-o{
    color: #31708f;
}
.txt-sent {
    position: relative;
    background: #f3f2f2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    height: 100%;
    padding: 15px;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px #a9a9a9;
}
.txt-receive p{
    font-size: 18px;
    color: #002262;
    margin-bottom: 5px;
}
.txt-receive i.fa-clock-o{
    color: #31708f;
}
.txt-receive span{
    color: #31708f;
    margin-bottom: 0px;
    font-family: 'Hind', sans-serif;
    font-size: 13px;
}
.txt-receive {
    position: relative;
    background: #e8ecfd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    height: 100%;
    padding: 15px;
    margin-left: 0px;
    margin-top: 20px;
    box-shadow: 1px 1px 3px #a9a9a9;
}
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}
.panel-title{
    font-weight: 700;
    font-size: 26px;
    color: #402f83;
    text-transform: uppercase;
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
    margin-left: 10px
}
.panel-body{
    padding: 0px 30px;
    overflow-y: auto;
}
.panel-sign{
    border-left: 1px solid #EDEBEB; 
    border-right: 1px solid #EDEBEB; 
    margin-top: 50px; 
    width: 66.66%; 
    margin-right: auto; 
    margin-left: auto;
    padding: 0px !important
}
.panel-sign div.panel-body{
    padding-top: 20px;
    padding-bottom: 35px;
}
.un-ticket {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
    border-left: 10px solid #5f779e;
    padding-left: 10px;
    color: black;
    margin-bottom: 10px;
}
.un-ticket{
    text-transform: uppercase;
    color: #002262;
}
.panel-border{
    border-color: #293d69; 
}
.panel-heading{
    background-color: #293d69; 
    padding-top: 10px; 
    text-align: left; 
    margin-left: auto; 
    margin-right: auto;
    color: #fff;
}
.btn-update{
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 30px;
    text-decoration: none;
    text-align: center;
    color: #76161b;
    background: white;
    transition: .2s ease;
    border: 2px solid;
    margin-top: 5px;
    position: relative;
    display: block;
    width: 280px;
}
.btn-update:before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 10px;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    content: "";
    transition: .2s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid;
    border-color: #76161b #76161b transparent transparent;
}
.btn-update:hover:before {
    left: 20px;
}
.conv-btn-white {
    border-radius: 0;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #3d5d87;
    transition: 0.3s;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
#donutchart{
    position: relative; 
    width: auto; 
    height: auto; 
    margin-left: -80px; 
    margin-top: -45px;
}
#piechart{
    position: relative; 
    width: 328px; 
    height: 180px;
}
#top_x_div{
    position: relative; 
    width: 328px; 
    height: 180px;
}
.grph{
    border: 1px ridge #a9a9a9; 
    border-radius: 0; 
    padding: 0px !important;
}
.grph div.panel-body{
    padding: 30px
}
.grph div h4{
    color: #fff;
}
.panel{
    padding: 0 0 10px;
    border-radius: 5px;
/*    border: 1px solid #293d69;*/
}
::placeholder{
    font-style: italic;
    color: #a9a9a9
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    
}
.elementor-divider-separator{
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #33b7a0;
    width: 50px;
    margin-top: 10px;
    margin-bottom: 10px
}
.divider-violet{
    border-top-style: solid;
    border-top-width: 4px;
    border-top-color: #002262;
    width: 70px;
}
.btn-theme-violet{
    font-size: 14px;
    font-weight: 700;
    border-radius: 0px 0px 0px 0px;
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 5px
}
.btn-theme-violet:hover{
    color: #ffffff;
    background-color: #402f83;
}

.btn-theme-black{
    font-size: 15px;
    border-radius: 0px 0px 0px 0px;
    color: #ffffff;
    background-color: #402f83;
    padding: 8px 15px;
    margin-top: 10px;
    text-transform: capitalize;
    transition: 0.3s;
}
.btn-theme-black:hover{
    background-color: black;
    color: white;
}

th{
    font-weight: normal;
/*
    width: 100%;
    font-size: 16px;
    text-transform: uppercase
*/
}
/*
th:nth-child(odd) {
    min-width: 25.945%;
    width: 25.945%;
    color: rgb(255, 255, 255);
    background-color: rgb(210, 89, 45);
}

th:nth-child(even) {
    min-width: 20.9622%;
    width: 20.9622%;
    color: rgb(255, 255, 255);
    background-color: rgb(232, 117, 79);
}
*/

/*
tr:nth-child(even) {
    min-width: 20.9622%;
    width: 20.9622%;
    color: #555555;
    background-color: rgb(196, 229, 226);
}
*/
.table{
    border-top: 2px solid black;
}

.tab-name{
    font-size: 18px;
    color: black;
    font-weight: 700;
    text-transform: uppercase
}
.nav-tabs>li.active>a{
    color: #402f83 !important;
    background-color: #efefef !important;
    border-top-right-radius: 25px;
    transition: 0.3s;
}

/*** 

====================================================================
	for Edit
====================================================================

 ***/
div.bg-log{
    background-color: #A3B3C9 !important;
}
#bgcolor {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 290px;
/*    background-color: #fff;*/
    z-index: 1;
/*    border-bottom: 3px solid #ddd;*/
}

.box-center{
    background-color: #fff; 
    margin: 100px 80px; 
    border-top: 3px solid #ddd; 
    padding: 20px 60px; 
    height: 100%; 
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.box-bk{
    background-color: transparent; 
    border-top: none; 
    padding: 0px; 
    height: 100%; 
    box-shadow: none;
}
.box-bk span img{
    width: 30px;
}
.box-bk h4{
    display: inline;
}
.note{
    background-color: #b2eadd;
    border: 1px solid #a2d6ca;
    color: #565656; 
    padding: 5px 10px;
    margin-top: 10px
}
.box-center form {
    margin-top: 20px;
    padding-bottom: 20px;
}
.box-center form fieldset p{
    font-size: 13px !important;
}
.box-center form fieldset button{
    background-color: #820626;
}
.box-center form fieldset p textarea{
    font-size: 13px !important;
    width: 100%;
    height: 100px;
    background-color: #f9fbfd;
    border: 1px solid #b9b9b9;
    display: block;
    padding: 6px 13px;
    margin-bottom: 5px;
    margin-top: 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.box-center form fieldset p textarea::placeholder{
    font-style: normal;
    color: #555555;
}
.box-center form fieldset p span{
    color: #c00;
    display: block;
    font-size: 13px;
    margin-top: 5px;
}
.box-center form fieldset p span i{
    color: #c00;
}
.form-input::placeholder{
    font-style: normal;
}
.w-50{
    width: 180px !important
}
.form-input{
    width: 100%;
    background-color: #f9fbfd;
    border: 1px solid #b9b9b9;
    display: block;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
input.form-input::placeholder{
    color: #555;
    font-size: 13px;
}
select.form-input {
    height: 39px;
}
.has-error label{
    color: #c00;
}
.has-error textarea{
    border: 1px solid #c00 !important;
}
.has-error input{
    border: 1px solid #c00 !important;
}
.has-error select{
    border: 1px solid #c00 !important;
}
/*** 

====================================================================
	Global Settings
====================================================================

 ***/
.home-page{
    background-color: #223d52; 
    background-image: linear-gradient(to right, #213d52 , #293e69);
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
	font-size:13px;
	color:#555555;
	line-height:1.7em;
	font-weight:400;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#002262;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	
}

p{
	position: relative;
    line-height: 1.5em;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0 0 7px;
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
/*	max-width:1200px;*/
    max-width:1400px;
	padding:0px 15px;
	margin:0 auto;
}

.large-container{
	position:static;
	max-width:1665px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}
/*** 

====================================================================
	margins
====================================================================

 ***/
.flder{
    padding-bottom: 0px !important;
    padding-top: 5px !important;
    line-height: 1em !important;
}
.flder-icon{
    font-size: 16px; 
    color: #0249A5; 
    margin-right: 10px
}
.flder a{
    line-height: 1em !important;
    color: #000 !important;
}
.flder a:hover{
    color: #0249A5 !important;
    text-decoration: none;
}
.w-501{
    width: 50px !important
}
.w-501 i{
    font-size: 16px;
}
.plr-20 tr td, .plr-20 tr th{
    padding: 9px 20px !important;
}
.mb-0{
    margin-bottom: 0px !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
.mt-60{
    margin-top: 60px;
}
.mt-70{
    margin-top: 70px;
}
.mt-80{
    margin-top: 80px;
}
.mt-90{
    margin-top: 90px;
}
.mt-100{
    margin-top: 100px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-70{
    margin-bottom: 70px;
}
.mb-80{
    margin-bottom: 80px;
}
.mb-90{
    margin-bottom: 90px;
}
.mb-100{
    margin-bottom: 100px;
}
/*** 

====================================================================
	Btn Style One
====================================================================

 ***/
.apply-btn{
    text-align: center; 
    margin-left: auto; 
    margin-right: auto;
}
.conv-btn{
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    color: #fff;
    background-color: #0249A5;
    transition: 0.3s;
    width: 100%;
    margin-top: 5px;
    display: block;
    border-radius: 10px;
    width: 200px;
    text-align: center;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.conv-btn:hover{
    color: #fff;
    background-color: #2C3B43;
}

.add-file-btn {
    font-size: 11px;
    padding: 5px 10px;
    color: #fff;
    background-color: #0082D6;
    transition: 0.3s;
    width: 100%;
    margin-top: 5px;
    display: block;
    border-radius: 5px;
    width: 120px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.add-file-btn:hover{
    color: #fff;
    background-color: #2C3B43;
}

.border-btn{
    font-size: 12px;
    padding: 9px 10px;
    color: #0249A5;
    border: 1px solid #0249A5;
    background-color: transparent;
    transition: 0.3s;
    width: 100%;
    margin-top: 5px;
    display: block;
    border-radius: 10px;
    width: 200px;
    cursor: pointer;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.btn-files{
    font-size: 12px;
    padding: 7px 9px;
    color: #0249A5;
    border: 1px solid #0249A5;
    background-color: transparent;
    transition: 0.3s;
    width: 90px !important;
    margin-top: 15px;
    display: block;
    border-radius: 8px;
    margin-right: 10px;
    width: 200px;
    cursor: pointer;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.btn-theme{
    font-size: 12px;
    padding: 7px 9px;
    color: #fff;
    background-color: #0249A5;
    transition: 0.3s;
    width: 100%;
    margin-top: 15px;
    display: block;
    border-radius: 8px;
    width: 130px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    cursor: pointer;
}
.float-right{
    float: right
}
.btn-theme:hover{
    color: #fff;
    background-color: #000;
}
.border-btn:hover, .btn-files:hover{
    color: #fff;
    background-color: #0249A5;
}
.btn-style-one{
	position:relative;
	padding:10px 51px;
	line-height:26px;
	background:none;
	color:#ffffff ;
	border:2px solid #ffffff;
	font-size:15px;
	text-transform:uppercase;
}

.btn-style-one:hover{
	background:#819bc6;
	border-color:#819bc6;
	color:#fff;
}
.ptb-10{
    padding: 10px 20px !important; 
}
.comment-box{
    height: 550px !important;  
    padding: 10px 30px 30px 30px !important; 
}
iframe {
    width: 100%;
    height: 800px;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    background-color: #fff;
}
/*** 

====================================================================
	Btn Style Two
====================================================================

***/

.btn-style-two{
	position:relative;
	padding:10px 23px;
	line-height:26px;
	background:#ff3d54;
	font-size:15px;
	color:#ffffff;
	text-transform:uppercase;
	border:2px solid transparent;
}

.btn-style-two:hover{
	background:none;
	border-color:#ff3d54;
	color:#ff3d54;
}

/*** 

====================================================================
	Btn Style Three
====================================================================

 ***/

.btn-style-three{
	position:relative;
	padding:10px 21px;
	line-height:26px;
	background:none;
	color:#ff3d54;
	border:2px solid #ff3d54;
	font-size:16px;
	text-transform:uppercase;
}

.btn-style-three:hover{
	background:#ff3d54;
	border-color:#ff3d54;
	color:#ffffff;
}

/*** 

====================================================================
	Btn Style Four
====================================================================

***/

.btn-style-four{
	position:relative;
	padding:10px 23px;
	line-height:26px;
	background:#f2f2f2;
	font-size:14px;
	color:#132e45;
	text-transform:uppercase;
	border:2px solid transparent;
}

.btn-style-four:hover{
	background:none;
	border-color:#132e45;
	color:#132e45;
}

/*** 

====================================================================
	Btn Style Five
====================================================================

***/

.btn-style-five{
	position:relative;
	padding:10px 23px;
	line-height:26px;
	background:#ffffff;
	font-size:14px;
	color:#1d3a53;
	text-transform:uppercase;
	border:2px solid #e7e6e6;
}

.btn-style-five:hover{
	background:none;
	border-color:#1d3a53;
	color:#1d3a53;
}

/*** 

====================================================================
	Btn Style Six
====================================================================

***/

.btn-style-six{
	position:relative;
	padding:10px 23px;
	line-height:26px;
	background:#40af9b;
	font-size:15px;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
	border:2px solid transparent;
}

.btn-style-six:hover{
	background:none;
	border-color:#40af9b;
	color:#40af9b;
}

/*** 

====================================================================
	Btn Style Seven
====================================================================

***/

.btn-style-seven{
	position:relative;
	padding:10px 23px;
	line-height:26px;
	background:#ffffff;
	font-size:14px;
	color:#ff3d54;
	text-transform:uppercase;
	border:2px solid #f2eaeb;
}

.btn-style-seven:hover{
	background:none;
	border-color:#ff3d54;
	color:#ff3d54;
}

.theme_color{
	color:#ff3d54;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.GIF);}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
/*    background: rgba(0, 0, 0, 0.6);*/
	position: absolute;
    left: 90px;
    top: 102px;
    z-index: 999;
    width: 100%;
}

.main-header .auto-container{
	position:relative;	
}

.main-header .main-box{
    background-color: transparent;
	position: absolute;
	padding:0px 0px 0px 220px;
	left:0px;
	top:0px;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

/*
.main-header.fixed-header .main-box{
	position:fixed;
	padding:0px 0px;
	z-index:999;
	opacity:1;
	visibility:visible;
	background-color:rgba(0,0,0,0.80);
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}
*/

.main-header.fixed-header .navigation{
	margin-top:0px;
}

.main-header .main-box .outer-container{
	position:relative;
}

.main-header .main-box .logo-box{
	position: relative;
    float: left;
    left: 0px;
    padding: 5px 0px;
    border-right: 2px solid #95959533;
    width: 238px;
}
.log2{
    float: none !important;
    margin-top: 60px
}

.log2 .logo h2{
    color: #fff;
}

.logo{
    padding-top: 5px;
    padding-bottom: 5px;
}

.logo a{
    padding-left: 30px;
}

.logo h3{
    color: #9B0226;
}

.fixed-header .main-box .logo-box{
	padding: 5px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
/*	max-width:50%;*/
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-toggler{
	position:absolute;
	left:0px;
	top:30%;
	margin-top:-18px;
	display:none;
}

.main-header .nav-toggler button{
	position: relative;
    display: block;
    height: 30px;
    width: 25px;
    background: transparent;
    color: #000000;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    border: none;
    border-radius: 5px;
    font-weight: normal;
}

.main-header .nav-outer{
	position:relative;
	float:none;
}

.main-header.style-two{
	background:-webkit-linear-gradient(top,rgba(16,46,72,0.95),rgba(0,0,0,0.90));
	background:-ms-linear-gradient(top,rgba(16,46,72,0.95),rgba(0,0,0,0.90));
	background:-o-linear-gradient(top,rgba(16,46,72,0.95),rgba(0,0,0,0.90));
	background:-moz-linear-gradient(top,rgba(16,46,72,0.95),rgba(0,0,0,0.90));
}

.main-menu{
	position:relative;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	margin-top:10px;
}

.main-menu .navigation > li{
	position:relative;
	display:inline-block;
	padding:0px;
	margin-left:0px;
    margin-right: 0px;
}

.fixed-header .main-menu .navigation > li{
	padding:30px 0px;	
}
.main-menu .navigation > li > a.active{
    color: #0249A5;
}
.main-menu .navigation > li > a{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
	position:relative;
	display:block;
	padding:0px 15px;
	color:#4B4B4B;
	text-align:center;
	line-height:30px;
	letter-spacing:0px;
	opacity:1;
	font-size:13px;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#0249A5;
	opacity:1;
/*	border-bottom:1px solid #0249A5;*/
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li.current-menu-item > a:before{
	width:100%;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:130%;
	width:170px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #0249A5 !important;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:24px;
	font-weight:400;
	font-size:12px;
	text-transform:uppercase;
	color:#272727;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background:#002262;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #ff3d54;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:24px;
	font-weight:400;
	font-size:12px;
	text-transform:uppercase;
	color:#272727;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
	background:#ff3d54;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:120%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
/*	background:url(../images/icons/submenu-icon.png) center center no-repeat;*/
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 305px;
	height: 100%;
	background: #fff;
    box-shadow: 0 1px 20px 12px rgb(0 0 0 / 18%);
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
	left: 0px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: 20px;
}

.hidden-bar .hidden-bar-closer {
	width: 42px;
	height: 42px;
	position: absolute;
/*    float: right;*/
	top: 30px;
	background: rgba(255,255,255,0.80);
	color: #272727;
	border-radius: 2px;
	text-align: center;
	line-height: 38px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
/*	background: #0082D6;*/
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 16px;
    font-weight: normal
}

.hidden-bar .social-icons {
	text-align: center;
	margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.hidden-bar .social-icons ul li {
	display: inline-block;
	padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	background: #ff3d54;
	color: #ffffff;
	border-radius: 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
	background: #ffffff;
	color:#ff3d54;
}

.hidden-bar-wrapper {
	height: 100%;
}

.hidden-bar .logo {
	padding: 30px 0px 0px;
	background: transparent;
}

.hidden-bar .logo img{
    display: inline-block;
    max-width: 140px;
    width: 140px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size:13px;
	letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #fff;
}

.hidden-bar .side-menu li.current > a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
	background: transparent;
	color: #000000;
	display: block;
	font-weight: 500;
	text-transform: capitalize;
    text-align: left;
	padding: 7px 15px 7px 30px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
    font-size: 12px;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
	background: rgba(255,255,255,0.10);
/*	color: #205cca;*/
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.80);
	padding: 4px 12px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	font-style: normal;
	top: 6px;
	right: 20px;
	outline: none;
}


/***
====================================================================
	Two Col Fluid
====================================================================

***/

.two-col-fluid{
    overflow: hidden;
}

.two-col-fluid .image-column{
    position:absolute;
    right:0px;
    top:0px;
    width:50%;
    height:100%;
    background-position:left center;
    background-size:cover;
    background-repeat:no-repeat;
}
.two-col-fluid .image-column .hidden-image{
    display:none;
}

.two-col-fluid .image-column .hidden-image img{
    display: block;
    width: 100%;
}

.two-col-fluid .left-column{
    float: left;
    margin-bottom: 100px;
    margin-top: 170px;
}

.two-col-fluid .left-column .inner-box{
    position: relative;
    z-index: 1;
	padding:90px 75px 90px 0px;
}

.two-col-fluid .left-column .inner-box h2{
	position:relative;
	color:#33b7a0;
	font-size:36px;
	font-weight:700;
	margin-bottom:30px;
	text-transform:uppercase;
}

.two-col-fluid .left-column .inner-box .text{
	position:relative;
}

.two-col-fluid .left-column .inner-box .text p{
	position:relative;
	color:white;
	font-size:18px;
	margin-bottom:30px;
}

.two-col-fluid .left-column .inner-box .text p:last-child{
	margin-bottom:0px;
}

.two-col-fluid.right-image .image-column{
	left:0px;
}

.two-col-fluid.right-image .left-column{
	float:right;
}

.two-col-fluid.right-image .left-column .inner-box{
	position:relative;
	padding:90px 0px 0px 75px;
}

/*** 

====================================================================
	Two Col Text
====================================================================

***/
.success{
    border: 1px solid transparent;
}
.two-col-text{
	position:relative;
	padding-bottom:50px;
}

.two-col-text .column{
	position:relative;
}

.two-col-text .column .text{
	position:relative;
	color:#828c95;
	font-size:17px;
	padding-right:20px;
	line-height:1.6em;
	font-weight:300;
	margin-bottom:40px;
	font-family: 'Hind', sans-serif;
}
/* Digital Claims Styles*/

.logo-img{
    width: 96px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.nav-pt{
    padding-top: 20px !important;
}
.title-page{
    background-color: #0082D6; 
    padding: 20px 0px
}
.title-text{
    color: #fff; 
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px
}
.p-0{
    padding: 0px;
}
.pl-20{
    padding-left: 20px;
}
.p-6{
    padding: 6px 5px;
}
.ml-10{
    margin-left: 10px;
}
.ml-40{
    margin-left: 40px !important;
}
.text-field{
    border-radius: 3px !important;
    width: 500px !important;
    margin-bottom: 2px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px !important
}
.label-field{
    font-size: 13px; 
    font-family: 'Poppins', sans-serif; font-weight: 400; 
    color: #2C3B43; 
    padding-bottom: 2px;
}
.label-field-history{
    font-size: 13px; 
    font-family: 'Poppins', sans-serif; font-weight: 400; 
    color: #2C3B43; 
    padding-bottom: 2px;
    color: #0249A5;
}
.sub-field{
    font-size: 13px; 
    font-family: 'Poppins', sans-serif; font-weight:700; 
    color: #0249A5; 
    padding-bottom: 2px;
}
.display-inline{
    display: inline !important;
    color: #2C3B43 !important;
}
.inline{
    display: inline !important;
}
.text-link{
    margin-left: 5px; 
    color: #0082D6; 
    font-family: 'Poppins', sans-serif; font-weight:700;
}
.text-link:hover{
    color: #00B041
}
.small-link{
    color: #0082D6; 
    font-family: 'Poppins', sans-serif; font-weight: 400;
    text-decoration: underline;
    font-size: 12px;
    width: 150px
}
.small-link:hover{
    color: #00B041;
    cursor: pointer
}
.green-link{
    color: #00B041; 
    font-family: 'Poppins', sans-serif; font-weight: 400;
    text-decoration: underline;
    font-size: 12px;
    margin-top: 100px;
    width: 150px
    
}
.green-link:hover{
   color: #0082D6; 
   cursor: pointer
}
.blue-link{
    color: #337ab7; 
    font-family: 'Poppins', sans-serif; font-weight: 400;
    text-decoration: underline;
    font-size: 13px;
    margin-top: 100px;
    width: 150px
    
}
.blue-link:hover{
   color: #0082D6; 
   cursor: pointer
}
.w-100{
    width: 100% !important
}
.sub-title{
    color: #2C3B43; 
    font-size: 15px; 
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    
}
.text-bold{
    font-family: 'Poppins', sans-serif; font-weight:700; 
}
.text-header{
    font-size: 30px;
    font-family: 'Poppins', sans-serif; font-weight:700; 
    padding-top: 40px;
    padding-bottom: 30px;
    line-height: 40px;
    color: #0249A5
}
.theme-label{
    font-family: 'Poppins', sans-serif; font-weight:700; 
    color: #0249A5; 
    font-size: 20px; 
    border-left: 9px solid #00B041; 
    padding-left: 10px;
}
.error-label{
    font-family: 'Poppins', sans-serif; font-weight:700; 
    color: #8B0000; 
    font-size: 15px; 
    border-left: 9px solid #00B041; 
    padding-left: 10px;
}
.fixed{
    position: fixed;
}

.bg-grey{
    background-color: #C9C9C9;
    padding: 18px 30px 10px 30px;
}
.error-alert{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 30px;
    font-size: 13px;
    width: 500px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
}
.has-error span{
    color: #a94442;
    display: block;
    font-family: 'Poppins', sans-serif; font-weight: 400;
}
.has-error textarea{
    border: 1px solid #a94442 !important;
}
.has-error input{
    border: 1px solid #a94442 !important;
}
.has-error select{
    border: 1px solid #a94442 !important;
}
.panel-box{
    background-color: white;
    border: 1px solid #e7e7e7;
    padding: 25px 30px 20px 30px;
    height: 100%;
    box-shadow: 0 1px 5px 0 rgb(88 88 88 / 10%);
}
.panel-box2 {
    background-color: white;
    border: 1px solid #e7e7e7;
    padding: 0px;
    padding-bottom: 100px;
    height: 100%;
    box-shadow: 0 1px 5px 0 rgb(88 88 88 / 10%);
}
.left{
    width: 200px
}
.right{
    float: right;
    margin-top: -60px;
}
.mr-20{
    margin-right: 20px;
}
.w-b50{
    width: 130%;
}
.w-260{
    width: 260px
}
.panel-tbl {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff
}

.panel-tbl td, .panel-tbl th {
    border: 1px solid #DFDFDF;
    font-size: 13px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #2C3B43;
    padding-bottom: 2px;
    padding: 10px 30px;
}
.th-text{
    width: 30%;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.history{
    padding: 10px 40px 30px 40px;
    height: 350px;
}
.history-box{
    background-color: #FBFBFB; 
    border: 1px solid #DFDFDF; 
    padding: 20px 30px; 
    margin-top: 20px;
    border-left: 7px solid #0082D6;
}
.history-box-grey{
    background-color: #FBFBFB; 
    border: 1px solid #DFDFDF; 
    padding: 20px 30px; 
    margin-top: 20px;
    border-left: 7px solid #ccc;
}
.history-date{
    font-size: 12px; 
    font-family: 'Poppins', sans-serif; font-weight: 400; 
    color: #0249A5;
}
.history-date-emp{
    font-size: 12px; 
    font-family: 'Poppins', sans-serif; font-weight: 400; 
    color: #0249A5;
    color: #5a5959; 
    padding-bottom:10px;
}
.claim-list {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
}
    .claim-list tr{
        border-top: 1px solid #DFDFDF;
    }
    .claim-list tr:hover{
        background-color: #F1F1F1;
        cursor: pointer
    }
.claim-list td, .claim-list th {
    font-size: 13px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #2C3B43;
    padding-bottom: 2px;
    padding: 10px 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;   
}
.th-bg th{
    background-color: #0249A5 !important;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;   
}
.view-btn{
    width: 150px !important;
    float: right
}
.center{
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.pagination {
    display: inline-block;
    background-color: transparent;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}
.pagination a:hover{
    background-color: #F1F1F1
}
.pagination a.active {
  background-color: #0249A5;
  color: white;
  border: 1px solid #0249A5;
}
.claim-list tr.center td{
    text-align: center;
    border: 1px solid #dfdfdf;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.claim-list tr.left td{
    text-align: left;
    border: 1px solid #dfdfdf;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.align-left{
    text-align: left !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 7500;
}
.border-white th{
    border: 1px solid #fff
}
.text-hover:hover{
    color: #0249A5;
    text-decoration: underline
}
.count{
    background-color: #fff;
    border-left: 7px solid #0082D6 !important;
    border: 1px solid #DFDFDF;
    padding: 20px 30px;
    margin-top: 50px;
}
.count span{
    font-family: 'Poppins', sans-serif; font-weight:700;
    color: #0249A5;
    font-size: 20px;
}
.count p{
    font-size: 11.5px !important;
}
.count span{
    font-size: 25px !important;
}
.display-block{
    display: block
}
.f-12{
    font-size: 12px;
    color: #4f4f4f;
    line-height: 1.4em;
}
.f-15{
    font-size: 15px;
}
.breadcrumb{
    background: transparent;
    padding: 8px 0px;
}
.breadcrumb ul li{
    display: inline;
    margin-right: 5px;
}
.breadcrumb ul li a{
    color: #0082D6;
}
.breadcrumb ul li a:hover{
    color: #0249A5;
    text-decoration: underline
}
.breadcrumb ul li a.active{
    font-family: 'Poppins', sans-serif; font-weight:700;
    color: #2C3B43;
    text-decoration: none
}
.top-name{
    border-bottom: 1px solid #dfdfdf; 
    padding: 15px 40px 15px 40px; 
    background-color: #0249A5; 
    color: #fff
}
.top-name span{
    margin-left: 10px; 
    font-family: 'Poppins', sans-serif;
    font-weight: 700;   
}
.claim-details{
    padding: 5px 40px 30px 40px
}
.ptb-40{
    padding: 5px 40px;
}
.claim-title{
    border-top: 1px solid #dfdfdf; 
    padding: 30px 40px 15px 40px; 
    background-color: #fff; 
    color: #0249A5;  
    font-family: 'Poppins', sans-serif; font-weight:700; 
    font-size: 15px
}
.ptb-40 a{
    color: #0249A5
}
.ptb-40 a:hover{
    color: #0082D6;
    text-decoration: underline;

}
.img-vehicle{
    border: 1px solid #dfdfdf; 
}
.contact-left {
    width: 47px !important; 
    cursor: default; 
    border-bottom-right-radius: 0px !important; 
    border-top-right-radius: 0px !important; 
    border-right: 0px; 
    background-color: #e6e6e6
}
.contact-field{
    border-left: 1px solid #c3c3c3 !important; 
    border-bottom-left-radius: 0px !important; 
    border-top-left-radius: 0px !important; 
    width: 453px !important;
    display: inline !important
}
.peril-content{
    margin-top: 20px;
}
/* modal */
.modal-btn {
  position: relative;
  display: table-cell;
  width: 100px;
  height: 100px;
  background-color: #2c3e50;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  font-size: 36px;
  color: white;
  text-align: center;
  line-height: 2.75;
  transition: box-shadow 250ms ease;
}
.modal-btn:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  transition: background-color 250ms linear;
  font-family: 'Poppins', sans-serif; font-weight: 400;
}

.modal-content {
  font-family: 'Poppins', sans-serif; font-weight: 400;
  position: fixed;
  top: 400px;
  left: 50%;
  width: 50%;
  height: auto;
  margin-top: -18%;
  margin-left: -25%;
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  transform: scale(0);
  transition: transform 250ms ease;
  visibility: hidden;
  z-index: 20;
}
.modal-content .close {
  position: relative;
  float: right;
  font-size: 18px;
  transition: transform 500ms ease;
  z-index: 11;
}
.modal-content .close:hover {
  color: #3498db;
}
.modal-content header {
  position: relative;
  display: block;
  border-bottom: 1px solid #eee;
  font-family: 'Poppins', sans-serif; font-weight: 400;
}
.modal-content header h2 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 28px;
  font-family: 'Poppins', sans-serif; font-weight: 400;
}
.modal-content article {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.75;
  font-family: 'Poppins', sans-serif; font-weight: 400;
}
.modal-content footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
  font-family: 'Poppins', sans-serif; font-weight: 400;
}
.modal-content footer .button {
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    color: #fff;
    margin-top: 5px;
    border-radius: 10px;
    width: 200px;
    text-align: center;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    cursor: pointer;
}
.modal-content footer .button:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: width 250ms ease;
  z-index: 0;
}
.modal-content footer .button.success:hover {
  background-color: #000
}
.modal-content footer .button.success {
  margin-right: 5px;
  background-color: #0249A5;
}
.modal-content footer .button.danger {
  background-color: #e74c3c;
}

#modal {
  display: none;
}
#modal:checked ~ .modal-bg {
  visibility: visible;
  background-color: black;
  opacity: 0.7;
  transition: background-color 250ms linear;
  z-index: 999;
}
#modal:checked ~ .modal-content {
  visibility: visible;
  transform: scale(1);
  transition: transform 250ms ease;
  z-index: 999;
}
.upper-case{
    text-transform: uppercase
}
/* width */
/*
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
*/

/* Track */
/*
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
*/
 
/* Handle */
/*
::-webkit-scrollbar-thumb {
  background: #a9a9a9; 
  border-radius: 10px;
}
*/

/* Handle on hover */
/*
::-webkit-scrollbar-thumb:hover {
  background: #2ab299; 
}
*/
/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #a9a9a9; 
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1592E6; 
}
.overflow-hidden{
    overflow: hidden;
}    
.positive-relative{
    position: relative;
}    
.opacity_five{
    opacity: 0.5;
}
.opacity_five .tooltiptext{
    display: none;
}
.day-highlight{
    border: 1px solid #3788d8 !important;
    background-color: #3788d8 !important;
    border-radius: 3px !important;
}
.index-998 {
    z-index: 998 !important;
}
.mobile-main-header{
    display: none;
}