@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/


/*************************
*******Typography******
**************************/

body {
  
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #64686d;
    line-height: 26px;
    background: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #272727;
    margin:0;
}
a {
    color: #20c279;
    -webkit-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: royalblue;
    outline: none !important;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

input,textarea,select,label{
    font-size: 14px !important;
}

footer{
    width:100%;
    background: #fff;
}

/*landing page*/
.header{
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 10px;
    background: rgba(255,255,255,0.6);
}

.main-header{
    width: 100%;
    height: auto;
    padding:1em;
    background:#fff;
    border-bottom: 10px solid #008b52;
    background-image:url('/assets/images/main_header_bg_1.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left:0;
    z-index: 99;

}
.main-header .inner{
    /*width: 1000px;*/
    max-width: 100%;
    height: 100%;
    margin:auto;
}
.breadcrumbb{
    width: 900px;
    max-width: 100%;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 2em;
}
.breadcrumbb ul{
    list-style: none;
    margin:0;
    padding:0;
}
.breadcrumbb ul li{
    display: inline-block;
    text-decoration: none;
    padding:0;
    margin:0;
}
.breadcrumbb ul li a{

}
.header-title{
    /*margin: 1.5em 0 .5em;*/
    /*background:red;*/
    border-radius: 3px;
    padding: 1em .5em;
    border-top: .5px solid #f1f1f1;



}
.cov-content{
    width: 800px;
    max-width: 100%;
    margin:auto;
    /*padding:1em;*/
    /*margin-top:3em;*/
    margin-bottom: 5em;
    background:transparent;
}
.cov-inner-content{
    border-radius: 3px;
    box-shadow: 1px 0 2px #f1f1f1;
    /*padding: 1em;*/
    background:#fff;
}
.inner-page-content{
    width: 100%;
    position: relative;
    min-height: 300px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 8px 14px;
  font-size: 1em;
  line-height: 16px;
  color: #575757;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d4dae3;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:not(.input-error):focus {
  color: #575757;
  background-color: #fff;
  border-color: #97a5ba;
  outline: 0;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #575757;
  background-color: #fff;
}

#main-slider {
    overflow: hidden;
}

#main-slider .item {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

#main-slider .slider-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

#main-slider .slider-inner h2 {
    margin-top: 20%;
    font-size: 46px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 0 4px #111;
}

#main-slider .slider-inner h2>span {
    color: #20c279;
}

#main-slider .slider-inner .btn {
    margin-top: 10px;
}

#main-slider .owl-prev,
#main-slider .owl-next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    z-index: 5;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
    opacity: .5;
}

#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
    background-color: royalblue;
    opacity: 1;
}

#main-slider .owl-prev {
    left: 15px;
    /*text-indent: 14px;*/
}

#main-slider .owl-next {
    right: 15px;
    /*text-indent: -14px;*/
}

.btn-hero{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border:none;
    margin-right: 1em;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: royalblue;
}

#progressBar {
    margin-top: -4px;
    position: relative;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.input-error{
    border:1px solid red !important;
    box-shadow: 0 0 0 2px red !important; 
}
.radio-error{
  color:red;
  font-weight: 800;
}
/*wizard*/

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
    z-index: 2;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.connecting-line {
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
.wizard .nav-tabs > li{
    pointer-events: none;
}

.round-tab {
  width: 120px;
  height: 40px;
  position: relative;
  background: #a78383;
}
.round-tab:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #f1f1f1;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.round-tab:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #a78383;
  border-top: 20px solid  transparent;
  border-bottom: 20px solid transparent;
}



.wizard li.active div.round-tab {
    background: #008b52;
    color: #fff;
    border-color: #0db02b;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
    /*color: #0db02b;*/
}

.wizard .nav-tabs > li {
    width:20%;
}
.nav.nav-tabs.corporate li {
    width: 25%;
}


.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 40px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;

}
.wizard .nav-tabs > li a i{
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding: 0 !important;
}

.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step{
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}
.next-step{
    background-color: #0db02b;
}
.skip-btn{
    background-color: #cec12d;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
        }

/*Dialog*/
.dialog-overlay.show{
    display: block;
}
.dialog-overlay{
    display:none;
    top:0;
    left:0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-background: rgb(0,0,0,0.6);
    -moz-background: rgb(0,0,0,0.6);
    background: rgb(0,0,0,0.6);
    /*overflow-y:auto;*/
}
.dialog-content{
    display: block;
    width: 450px;
    max-width: 95%;
    max-height: 100% !important;
    background: #FFF;
    height: auto;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-box-shadow: 1px 0 40px #111;
    -moz-box-shadow: 1px 0 40px #111;
    -o-box-shadow: 1px 0 40px #111;
    box-shadow: 1px 0 40px #111;
    /*animation-delay: 0.5s;*/
    transition-delay: 0;
    overflow: none;
}

#loader{
  width:100vw; height: 100vh; display:none; position:fixed; top:0; left:0; background: rgba(0,0,0,0.5); z-index:99;

}
#loader .inner-content{
  width:180px;  height:60px; background:#fff; border-radius:5px; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); z-index: 10; text-align:center;
  box-shadow: 1px 0 30px #111;
}
#loader.show{
  display: block
}
.center-center{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.width100{
    width:100%;
}
.bg-z1{
    background:#fafafa;
}
.bg-z2{
    background:#fff;
}

/*fonts*/
.fs--1{
    font-size:.75019rem!important
}
.fs-0{
    font-size:1rem!important
}
.fs-1{
    font-size:1.333rem!important
}
.fs-2{
    font-size:1.77689rem!important
}
.fs-3{
    font-size:2.36859rem!important
}
.fs-4{
    font-size:3.15733rem!important
}
.fs-5{
    font-size:4.20873rem!important
}
.fs-6{
    font-size:5.61023rem!important
}
.fs-7{
    font-size:7.47844rem!important
}
.fs-8{
    font-size:9.96876rem!important
}
@media (min-width:36em){
    .fs-sm--1{
        font-size:.75019rem!important
    }
    .fs-sm-0{
        font-size:1rem!important
    }
    .fs-sm-1{
        font-size:1.333rem!important
    }
    .fs-sm-2{
        font-size:1.77689rem!important
    }
    .fs-sm-3{
        font-size:2.36859rem!important
    }
    .fs-sm-4{
        font-size:3.15733rem!important
    }
    .fs-sm-5{
        font-size:4.20873rem!important
    }
    .fs-sm-6{
        font-size:5.61023rem!important
    }
    .fs-sm-7{
        font-size:7.47844rem!important
    }
    .fs-sm-8{
        font-size:9.96876rem!important
    }
}
@media (min-width:48em){
    .fs-md--1{
        font-size:.75019rem!important
    }
    .fs-md-0{
        font-size:1rem!important
    }
    .fs-md-1{
        font-size:1.333rem!important
    }
    .fs-md-2{
        font-size:1.77689rem!important
    }
    .fs-md-3{
        font-size:2.36859rem!important
    }
    .fs-md-4{
        font-size:3.15733rem!important
    }
    .fs-md-5{
        font-size:4.20873rem!important
    }
    .fs-md-6{
        font-size:5.61023rem!important
    }
    .fs-md-7{
        font-size:7.47844rem!important
    }
    .fs-md-8{
        font-size:9.96876rem!important
    }
}
@media (min-width:62em){
    .fs-lg--1{
        font-size:.75019rem!important
    }
    .fs-lg-0{
        font-size:1rem!important
    }
    .fs-lg-1{
        font-size:1.333rem!important
    }
    .fs-lg-2{
        font-size:1.77689rem!important
    }
    .fs-lg-3{
        font-size:2.36859rem!important
    }
    .fs-lg-4{
        font-size:3.15733rem!important
    }
    .fs-lg-5{
        font-size:4.20873rem!important
    }
    .fs-lg-6{
        font-size:5.61023rem!important
    }
    .fs-lg-7{
        font-size:7.47844rem!important
    }
    .fs-lg-8{
        font-size:9.96876rem!important
    }
}
@media (min-width:75em){
    .fs-xl--1{
        font-size:.75019rem!important
    }
    .fs-xl-0{
        font-size:1rem!important
    }
    .fs-xl-1{
        font-size:1.333rem!important
    }
    .fs-xl-2{
        font-size:1.77689rem!important
    }
    .fs-xl-3{
        font-size:2.36859rem!important
    }
    .fs-xl-4{
        font-size:3.15733rem!important
    }
    .fs-xl-5{
        font-size:4.20873rem!important
    }
    .fs-xl-6{
        font-size:5.61023rem!important
    }
    .fs-xl-7{
        font-size:7.47844rem!important
    }
    .fs-xl-8{
        font-size:9.96876rem!important
    }
}


.m-5 {
  margin: 5px 5px !important;
}

.mt-5,
.my-5 {
  margin-top: 5px !important;
}

.mr-5,
.mx-5 {
  margin-right: 5px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 5px !important;
}

.ml-5,
.mx-5 {
  margin-left: 5px !important;
}

.m-10 {
  margin: 10px 10px !important;
}

.mt-10,
.my-10 {
  margin-top: 10px !important;
}

.mr-10,
.mx-10 {
  margin-right: 10px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}

.ml-10,
.mx-10 {
  margin-left: 10px !important;
}

.m-15 {
  margin: 15px 15px !important;
}

.mt-15,
.my-15 {
  margin-top: 15px !important;
}

.mr-15,
.mx-15 {
  margin-right: 15px !important;
}

.mb-15,
.my-15 {
  margin-bottom: 15px !important;
}

.ml-15,
.mx-15 {
  margin-left: 15px !important;
}

.m-20 {
  margin: 20px 20px !important;
}

.mt-20,
.my-20 {
  margin-top: 20px !important;
}

.mr-20,
.mx-20 {
  margin-right: 20px !important;
}

.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}

.ml-20,
.mx-20 {
  margin-left: 20px !important;
}

.m-30 {
  margin: 30px 30px !important;
}

.mt-30,
.my-30 {
  margin-top: 30px !important;
}

.mr-30,
.mx-30 {
  margin-right: 30px !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}

.ml-30,
.mx-30 {
  margin-left: 30px !important;
}

.m-50 {
  margin: 50px 50px !important;
}

.mt-50,
.my-50 {
  margin-top: 50px !important;
}

.mr-50,
.mx-50 {
  margin-right: 50px !important;
}

.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}

.ml-50,
.mx-50 {
  margin-left: 50px !important;
}

.m-100 {
  margin: 100px 100px !important;
}

.mt-100,
.my-100 {
  margin-top: 100px !important;
}

.mr-100,
.mx-100 {
  margin-right: 100px !important;
}

.mb-100,
.my-100 {
  margin-bottom: 100px !important;
}

.ml-100,
.mx-100 {
  margin-left: 100px !important;
}

.m-150 {
  margin: 150px 150px !important;
}

.mt-150,
.my-150 {
  margin-top: 150px !important;
}

.mr-150,
.mx-150 {
  margin-right: 150px !important;
}

.mb-150,
.my-150 {
  margin-bottom: 150px !important;
}

.ml-150,
.mx-150 {
  margin-left: 150px !important;
}

.m-200 {
  margin: 200px 200px !important;
}

.mt-200,
.my-200 {
  margin-top: 200px !important;
}

.mr-200,
.mx-200 {
  margin-right: 200px !important;
}

.mb-200,
.my-200 {
  margin-bottom: 200px !important;
}

.ml-200,
.mx-200 {
  margin-left: 200px !important;
}

.m-300 {
  margin: 300px 300px !important;
}

.mt-300,
.my-300 {
  margin-top: 300px !important;
}

.mr-300,
.mx-300 {
  margin-right: 300px !important;
}

.mb-300,
.my-300 {
  margin-bottom: 300px !important;
}

.ml-300,
.mx-300 {
  margin-left: 300px !important;
}

.p-5 {
  padding: 5px 5px !important;
}

.pt-5,
.py-5 {
  padding-top: 5px !important;
}

.pr-5,
.px-5 {
  padding-right: 5px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 5px !important;
}

.pl-5,
.px-5 {
  padding-left: 5px !important;
}

.p-10 {
  padding: 10px 10px !important;
}

.pt-10,
.py-10 {
  padding-top: 10px !important;
}

.pr-10,
.px-10 {
  padding-right: 10px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10px !important;
}

.pl-10,
.px-10 {
  padding-left: 10px !important;
}

.p-15 {
  padding: 15px 15px !important;
}

.pt-15,
.py-15 {
  padding-top: 15px !important;
}

.pr-15,
.px-15 {
  padding-right: 15px !important;
}

.pb-15,
.py-15 {
  padding-bottom: 15px !important;
}

.pl-15,
.px-15 {
  padding-left: 15px !important;
}

.p-20 {
  padding: 20px 20px !important;
}

.pt-20,
.py-20 {
  padding-top: 20px !important;
}

.pr-20,
.px-20 {
  padding-right: 20px !important;
}

.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}

.pl-20,
.px-20 {
  padding-left: 20px !important;
}

.p-30 {
  padding: 30px 30px !important;
}

.pt-30,
.py-30 {
  padding-top: 30px !important;
}

.pr-30,
.px-30 {
  padding-right: 30px !important;
}

.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}

.pl-30,
.px-30 {
  padding-left: 30px !important;
}

.p-50 {
  padding: 50px 50px !important;
}

.pt-50,
.py-50 {
  padding-top: 50px !important;
}

.pr-50,
.px-50 {
  padding-right: 50px !important;
}

.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}

.pl-50,
.px-50 {
  padding-left: 50px !important;
}

.p-100 {
  padding: 100px 100px !important;
}

.pt-100,
.py-100 {
  padding-top: 100px !important;
}

.pr-100,
.px-100 {
  padding-right: 100px !important;
}

.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}

.pl-100,
.px-100 {
  padding-left: 100px !important;
}

.p-150 {
  padding: 150px 150px !important;
}

.pt-150,
.py-150 {
  padding-top: 150px !important;
}

.pr-150,
.px-150 {
  padding-right: 150px !important;
}

.pb-150,
.py-150 {
  padding-bottom: 150px !important;
}

.pl-150,
.px-150 {
  padding-left: 150px !important;
}

.p-200 {
  padding: 200px 200px !important;
}

.pt-200,
.py-200 {
  padding-top: 200px !important;
}

.pr-200,
.px-200 {
  padding-right: 200px !important;
}

.pb-200,
.py-200 {
  padding-bottom: 200px !important;
}

.pl-200,
.px-200 {
  padding-left: 200px !important;
}

.p-300 {
  padding: 300px 300px !important;
}

.pt-300,
.py-300 {
  padding-top: 300px !important;
}

.pr-300,
.px-300 {
  padding-right: 300px !important;
}

.pb-300,
.py-300 {
  padding-bottom: 300px !important;
}

.pl-300,
.px-300 {
  padding-left: 300px !important;
}

.push,
.items-push > div {
  margin-bottom: 24px;
}

.font-w300 {
  font-weight: 300 !important;
}

.font-w400 {
  font-weight: 400 !important;
}

.font-w600 {
  font-weight: 600 !important;
}

.font-w700 {
  font-weight: 700 !important;
}

.font-size-default {
  font-size: 1rem !important;
}

.font-size-xl {
  font-size: 1.428571rem !important;
}

.font-size-lg {
  font-size: 1.285714rem !important;
}

.font-size-md {
  font-size: 1.142857rem !important;
}

.font-size-sm {
  font-size: 0.928571rem !important;
}

.font-size-xs {
  font-size: 0.857143rem !important;
}

/* Just add this CSS to your project */

.dropzone {
  border: 2px dashed #dedede;
  /* border-radius: 5px; */
  background: #f5f5f5;
}

.dropzone i{
  font-size: 5rem;
}

.dropzone .dz-message {
  color: rgba(0,0,0,.54);
  font-weight: 500;
  font-size: initial;
  text-transform: uppercase;
}
