* {
  margin: 0px;
  padding: 0px;
  outline: 0!important;
}

body {
  line-height: 28px;
  font-size: 16px;
  color: #444;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  overflow-x: hidden;
}


ul li {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul {
 margin-bottom: 0px;
}


/*header start*/

.ul--inline>li {
    display: inline-block;
}

.ul--no-style>li {
    list-style: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.visible {
    display: block;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

.title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    /*text-align: center;*/
    padding-top: 60px;
    font-family: livingstone;
}

.title-2 {
    font-size: 42px;
    position: relative;
    margin-bottom: 60px;
}

.title>span {
    color: #ebcd1e;
    font-size: 36px;
    font-weight: 700;
}

.title-detail {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 80px;
    padding: 0 20px;
}

/*Button*/

.au-btn {
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
    white-space: nowrap;
    font-weight: bold;
}

.au-btn--small {
    line-height: 27px;
    padding: 0 20px;
}

.au-btn--pill {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.au-btn--yellow {
    color: #fff !important;
    background-color: #333;
    border-bottom: 3px solid #1b7ca6;
    font-weight: bold;
}

.au-btn--border {
    border: 1px solid transparent;
}

.au-btn--border:hover {
    color: #fff;
    background-color: #ebcd1e;
    border-color: #ebcd1e;
}

.au-btn--gray {
    color: #999999;
    border-color: #999999;
}

.au-btn--white {
    border-bottom: 4px solid #25012b;
}

.au-btn--gray-1 {
    background: #c8c8c8;
    color: #333;
}

a.au-btn--dark {
    background-color: #333;
    color: #fff;
}

a.au-btn--dark:hover {
    background-color: #ebcd1e;
    color: #fff;
}

a.au-btn--white {
    color: #000;
}

.tp-caption.au-btn--pill.au-btn.au-btn--slide {
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 40px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tp-caption.au-btn--gray-1.au-btn--slide {
    color: #333!important;
}

.tp-caption.au-btn--gray-1.au-btn--slide:hover {
    background: #ebcd1e;
}

.au-btn--big {
    padding: 0 25px;
}

.au-btn--medium {
    padding: 0 40px;
}

.au-btn--medium.au-btn--pill {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.au-btn--pill.au-btn--slide {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.tp-caption.au-btn--slide:hover {
    color: #fff;
    background-color: #333;
}

.au-btn--big.au-btn--pill {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

#btn-to-top {
    display: none;
    width: 40px;
    height: 40px;
    background-color: #d5ac63;
    position: fixed;
    bottom: 25px;
    right: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40px;
    text-align: center;
    z-index: 1000;
}

#btn-to-top:hover {
    background-color: #000;
}

#btn-to-top .fa.fa-chevron-up {
    font-weight: 400;
    color: #fff;
}

#btn-to-top i {
    margin-right: 0;
}




.overlay {
    background: rgba(0, 0, 0, 0.73);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.overlay--p-15 {
    padding: 15px;
}

.overlay--invisible {
    opacity: 0;
}

.overlay--dark {
    background: rgba(0, 0, 0, 0.8);
}

.overlay--border {
    height: 100%;
    width: 100%;
    border: 2px dashed #ebcd1e;
}

.overlay--yellow {
    background: rgba(235, 205, 30, 0.63);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlay--yellow>i {
    color: #fff;
    font-size: 72px;
}

.parallax {
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax--footer {
    background-image: url('../img/bg-footer.jpg');
    padding: 40px 0;
}


/*Form*/

.form {
    position: relative;
}

.form-header {
    margin: -5px 15px 26px 0;
}

.form__input {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    line-height: 30px;
    outline: none;
    padding: 0 20px;
    font-size: 13px;
    color: #999999;
    width: 500px;
}

.form__input--show {
    display: block;
}

.form__input--hidden {
    display: none;
}

/*====================================================================
    Main Header style
==================================================================== */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.navbar {
    margin-bottom: 0 !important;
    border: none !important;
}
.main-header {
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: #fff;
}
.main-menu .navigation > li > ul > li::marker {
    display: none !important;
}
.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    background: #18191b;
    z-index: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.sticky-header .sticky-inner-container {
    padding: 0 50px;
}
.sticky-header .logo {
    padding: 6px 0 4px;
}
.main-header .sticky-header .outer-box {
    margin-top: 16px;
}
.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -op-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -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;
}
.header-style-two .header-upper {
    position: relative;
    z-index: 5;
    padding: 0px 0 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
    margin-top: 3px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    background-color: #034375 !important;
}

.header-style-two .header-upper::before {
  border-color: #034375;
  border-style: solid;
  border-width: 26px 20px;
  height: 100%;
  content: "";
  right: 167px;
  position: absolute;
  background: #034375;
  content: "";
  height: 100%;
  left: -42px;
  position: absolute;
  top: 0;
  transform: skewX(-40deg);
  width: 78px;
  z-index: 1;
}
.d-md-none{
    display: none;
}


/*.header-style-two .header-upper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
width: 100%;
height: 100%;
background: #bf1504;
}
*/.red-background{
    background-color: #bf1504;
    padding-right: 26px;
}


.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.main-header .logo-outer {
    position: relative;
    z-index: 25;
    padding: 25px 0 25px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header-style-two .logo-outer {
    padding: 2px 0 4px;
}
.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    width: 220px;
/*margin-left: 65px;*/
margin-top: -10px;
}
.main-header .header-lower {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 5;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-header .nav-outer {
    position: relative;
    padding-left: 0;
    z-index: 999;
}
.main-menu {
    position: relative;
}
.main-menu .navbar-collapse {
    padding: 0;
    /*margin-right: 26px;*/
}
.main-menu .navigation {
    position: relative;
    margin: 0;
    padding-top: 12px;
padding-bottom: 12px;
float: left;
}
.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-left:12px;
}
.main-menu .navigation > li:last-child {
    margin-right: 0;
}
.main-header .sticky-header .main-menu .navigation > li {
    margin: 0;
    border: 0;
    margin-left: 30px;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #302859;
    line-height: 30px;
    font-weight: 700;
    opacity: 1;
    text-transform: capitalize;
    padding: 5px 12px 8px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-family: Dosis, sans-serif;
}
,
.header-style-two .main-menu .navigation > li > a {
    padding: 25px 0 25px;
}
.main-menu .navigation > li > a:after {
    position: absolute;
    content: "";
    left: 0;
    width: 23px;
    height: 1px;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
,
.header-style-two .main-menu .navigation > li > a:after {
    bottom: 18px;
}
.main-menu .navigation > li.current > a:after,
.main-menu .navigation > li > a:hover {
    opacity: 1;
}
.main-menu .navigation > li.has-mega-menu .mega-menu {
    position: absolute;
    left: 0;
    width: 500px;
    padding: 15px 25px;
    top: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li.has-mega-menu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}
.main-menu .navigation > li.has-mega-menu .mega-menu .column:last-child:after {
    display: none;
}
.main-menu .navigation > li.has-mega-menu .mega-menu ul {
    position: relative;
}
.main-menu .navigation > li.has-mega-menu .mega-menu ul > li {
    position: relative;
}
.main-menu .navigation > li.has-mega-menu .mega-menu ul > li > a {
    position: relative;
    color: #444;
    padding: 4px 0;
    display: block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-menu .navigation > li.has-mega-menu .mega-menu ul > li > a:hover {
    color: #08ae8d;
}
.main-header .sticky-header .main-menu .navigation > li > a {
    color: #fff;
    padding: 20px 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    min-height: 0;
    background: 0 0;
    border: 0;
    font-family: Poppins, sans-serif;
}
.main-menu .navigation > li.current-menu-item > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
    color: #fff;
    opacity: 1;
}
.fixed-header .main-menu .navigation > li.current-menu-item > a,
.fixed-header .main-menu .navigation > li.current > a,
.fixed-header .main-menu .navigation > li:hover > a {
    color: #fff;
    opacity: 1;
}
.header-style-two .main-menu .navigation > li.current-menu-item > a,
.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li:hover > a,
.header-style-two.fixed-header .main-menu .navigation > li.current-menu-item > a,
.header-style-two.fixed-header .main-menu .navigation > li.current > a,
.header-style-two.fixed-header .main-menu .navigation > li:hover > a {
    color: #fff;
    opacity: 1;
}
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li:hover > a {
    color: #08ae8d;
    opacity: 1;
}
.main-menu .navigation > li:hover > a:after {
    opacity: 1;
}
.main-header .sticky-header .main-menu .navigation > li > ul:before {
    display: none;
}
.main-header .sticky-header .main-menu .navigation > li > ul {
    top: 100% !important;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 300px;
    z-index: 100;
    display: none;
    background: #fff;
    border-top: 3px solid #fa3a39;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 9px 25px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #1b574b;
    text-align: left;
    padding-right: 20px;
    text-transform: capitalize;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-family: Poppins, sans-serif;
}
.main-menu .navigation > li > ul > li:hover > a {
    background-color: #ececec;
}
.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    background: #fff;
    border-top: 3px solid #08ae8d;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul:before {
    position: absolute;
    content: "";
    right: 100%;
    top: 0;
    width: 20px;
    height: 100%;
}
.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.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: 9px 25px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #242424;
    text-align: left;
    padding-right: 20px;
    text-transform: capitalize;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-family: Poppins, sans-serif;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
    background-color: #ececec;
}
.sticky-header .main-menu .navigation > li > a:after {
    display: none;
}
.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none;
}
.main-header .outer-box {
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 32px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
,
.main-header.header-style-two .outer-box {
    margin-top: 27px;
}
.main-header .outer-box .number {
    position: relative;
    float: right;
    color: #fff;
    font-size: 22px;
    margin-left: 26px;
    font-weight: 300;
    font-family: Poppins, sans-serif;
}
.current::marker {
    display: none !important;
}

.logo-outer .logo{
    display: none;
}

@media only screen and (max-width: 1140px) {
    .main-menu .navigation > li > a {
        padding: 20px 0;
    }
    .main-menu {
        padding-top: 0;
    }
    .main-menu .navigation > li > a {
        font-size: 15px;
    }
}
@media only screen and (min-width: 992px) {
    .main-menu .navigation > li.has-mega-menu .mega-menu,
    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}
@media only screen and (max-width: 1023px) {
    .main-header .nav-outer {
        padding-right: 0;
        padding-left: 0;
    }
    .main-header .header-upper .upper-right {
        position: relative;
        padding-top: 21px;
    }
    .main-menu .navigation > li a {
        background: 0 0;
    }
    .main-header {
        position: relative;
        background-color: #151e22;
    }
    .choose-tabs .tabs-content .tab .content .image-column,
    .sticky-header {
        display: none;
    }
    .main-menu .navigation > li {
        margin-left: 0;
        margin-right: 17px;
    }
    .main-header .outer-box {
        display: block;
        float: right;
        margin-top: 6px;
    }
    .default-inner-header.fixed-header .main-menu .navigation > li > a,
    .main-menu .navigation > li > a {
        padding: 5px 0 20px;
    }
    .default-inner-header .outer-box {
        margin-top: 6px;
    }
    ,
    .header-style-two .main-menu .navigation > li > a,
    .header-style-two.fixed-header .main-menu .navigation > li > a {
        padding: 5px 0 10px;
    }
    ,
    .main-header.header-style-two .outer-box {
        margin-top: 2px;
    }
    ,
    .header-style-two .logo-outer,
    .header-style-two.fixed-header .header-upper .logo-outer {
        padding: 16px 0 16px;
    }
    .header-style-two,
    .header-top-two.style-two {
        position: relative;
        background-color: #fff;
    }

}



@media only screen and (min-width: 992px) and (max-width: 1030px){
    .header-style-two .header-upper{
        padding: 0px !important;
    }
    .main-menu .navbar-collapse{
        margin-right: 0px !important;
    }
}


@media only screen and (max-width: 992px) {

    .main-header .header-upper .upper-column.info-box:last-child {
        margin-bottom: 0;
    }
    .main-header .info-box .icon-box {
        position: relative;
        display: block;
        top: 0;
        text-align: center;
        margin: 0 auto 12px;
    }
    .main-header .main-menu {
        padding-top: 0;
        width: 100%;
        margin: 0;
        position: relative;
    }
    .main-header .logo-outer {
        position: absolute;
    }
    .main-header .logo-outer .logo img {
        margin-left: 7px;
        width: 120px;
        margin-top: 0;
    }
    .main-menu .navigation{
       padding-top: 0px;
  padding-bottom: 0px; 
    }
   .main-menu .navbar-collapse .red-background{
        padding-right: 0px;
        border: 0px !important;
  position: relative;
  margin: 0;
  padding-top: 0px;
  padding-bottom: 0px;
    }

    .main-menu .collapse {
        overflow: auto;
        float: none;
        width: 100%;
        padding: 10px 0 0;
        border: none;
        margin: 0;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .main-menu .collapse.in,
    .main-menu .collapsing {
        /*max-height: 300px;*/
        padding: 0 0 0;
        border: none;
        margin: 17px 0 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: right;
        width: 100%;
        padding: 0px 0 14px;
        right: 0;
        z-index: 12;
    }
    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        border: 1px solid #bf1504;
        float: none;
        margin: 0 13px 0 0;
        border-radius: 2px;
        background: #bf1504;
        padding: 15px 19px;
    }
    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #fff;
    }
    .main-menu .navbar-collapse > .navigation {
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
        border: 1px solid #fff;
        border-top: none;
    }
    .main-menu .navbar-collapse > .navigation > li {
        margin: 0 !important;
        float: left !important;
        width: 100%;
    }
    .main-menu .navigation > li > a,
    .main-menu .navigation > li > ul:before {
        border: none;
    }
    .main-menu .navbar-collapse > .navigation > li > a {
        padding: 10px 10px !important;
        border: none !important;
    }
    .main-menu .navigation li.dropdown > a:after,
    .main-menu .navigation > li.dropdown > a:before,
    .main-menu .navigation > li > ul > li > a::before,
    .main-menu .navigation > li > ul > li > ul > li > a::before {
        color: #fff !important;
        right: 15px;
        font-size: 16px;
        display: none !important;
    }
    .main-menu .navbar-collapse > .navigation > li > ul,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul,
    .main-menu .navigation > li.has-mega-menu .mega-menu {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0;
        padding: 0;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #08ae8d;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
        box-shadow: none !important;
    }
    .main-menu .navigation > li.has-mega-menu .mega-menu ul {
        margin: 0;
        width: 100%;
        background: #08ae8d;
    }
    .main-menu .navigation > li.has-mega-menu .mega-menu .row,
    .main-menu .navigation > li.has-mega-menu .mega-menu .row .column {
        margin: 0;
        padding: 0;
        width: 100%;
        border: none;
    }
    .main-menu .navbar-collapse > .navigation > li > ul,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
        border-top: 1px solid #fff !important;
    }
    .main-menu .navbar-collapse > .navigation > li,
    .main-menu .navbar-collapse > .navigation > li > ul > li,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li {
        border-top: 1px solid #fff !important;
        border-bottom: none;
        opacity: 1 !important;
        top: 0 !important;
        left: 0 !important;
        visibility: visible !important;
    }
    .main-menu .navbar-collapse > .navigation > li > ul > li {
        background: #696a6a !important;
    }
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li {
        background: #6a6a6a !important;
    }
    .main-menu .navbar-collapse > .navigation > li > ul > li:first-child {
        border-top: none !important;
    }
    .main-menu .navbar-collapse > .navigation > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li > a {
        padding: 10px 10px !important;
        line-height: 22px;
        color: #fff;
        background: #535251;
        text-align: left;
        min-height: 0;
    }
    .main-menu .navbar-collapse > .navigation > li > a:active,
    .main-menu .navbar-collapse > .navigation > li > a:focus,
    .main-menu .navbar-collapse > .navigation > li > a:hover,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li > a:hover {
        background: #08ae8d;
    }
    .main-menu .navbar-collapse > .navigation > li.current-menu-item > a,
    .main-menu .navbar-collapse > .navigation > li.current > a,
    .main-menu .navbar-collapse > .navigation > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li.current-menu-item > a,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li.current > a,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li:hover > a {
        background:#015ea7;
        color: #fff !important;
    }
    .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn {
        display: block !important;
    }
    .header-top-two .top-right,
    .main-header .header-top .top-right,
    .main-header .info-box:after,
    .main-menu .navbar-collapse > .navigation li.dropdown:after,
    .main-menu .navigation > li > ul:before,
    .year-block .inner-box .year:before {
        display: none !important;
    }
    .header-top-two .top-left,
    .main-header .header-top .top-left {
        width: 100%;
        text-align: center;
    }
    .header-top-two .top-left .links li {
        display: inline-block;
        margin-right: 0;
        border-right: none;
        float: none;
    }
    .main-slider {
        margin-top: 0 !important;
    }
    .main-header .top-right .links-nav li {
        margin-left: 5px;
    }
    .main-header .search-box-outer .dropdown-menu {
        top: 0;
        left: 0;
        right: 0;
        width: 280px;
    }
    .main-header .outer-box {
        position: absolute;
        display: block;
        right: auto;
        z-index: 12;
        left: 0;
        margin-left: 0;
        margin-top: 16px;
    }
   /* .main-header .header-upper {
        padding-bottom: 42px;
    }
    ,*/
    .main-header.header-style-two .outer-box {
        margin-top: 16px;
    }
    .header-style-two .header-upper::before{
        display: none;
    }
/*    .header-style-two .header-upper{
        background-color: #ffffff !important;
    }*/
}









@media only screen and (max-width: 599px) {
    .main-header .social-links-one {
        top: 0;
    }
    .main-header .header-top .top-left,
    .main-header .header-top .top-right {
        float: none !important;
        text-align: center;
    }
}
@media only screen and (max-width: 479px) {
    .main-header .header-upper .upper-column.info-box {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}


.top-bars {
    transition: 0.5s;
    padding: 22px 0 22px;
   /* margin-left: 446px;*/
   float: right;
    z-index: 1;}

.top-bars .contact {
    float: left;
    font-size: 15px;
    line-height: 24px;
    font-family: 'montserrat';
    font-weight: 400;
}

.contact1 {
  /*  margin-left: 80px;*/
    margin-right: 31px;
}

.contact {
    padding-bottom: 0px !important;
}

.top-bars .contact li {
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    margin-left: 15px;
    font-weight: 600;
}

.top-bars .contact li i {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    margin-right: 5px;
    vertical-align: top;
}

.top-bars .contact li a{
   color: #034375;
    font-size: 18px;
    font-weight: 600;
}

.top-bars .contact li a:hover{
   color: #bf1504;
}


.top-bars .social {
    float: right;
    padding-right: 22px;
}

.top-bars .imaff {
    float: left;
    padding-right: 22px;
}

.imaff img{
    width: 150px;
margin-top: -13px;
}

.social li:first-child {
    margin-left: 15px;
    margin-top: 0px;
    font-size: 20px;
}

.social li {
    display: inline-block;
    margin-left: 0px;
    font-size: 20px;
}

.top-bars .social li a {
    color: #fff;
    font-size: 21px;
    display: block;
color: #fff;
width: 35px;
height: 35px;
line-height: 35px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
text-align: center;
background-color: #ddd;
}

.logo img {
    width: 323px;
padding-top: 4px;
margin-left: 4px;
}


.navbar::before {
    border-color: #05325b;
    border-style: solid;
    border-width: 26px 20px;
    height: 100%;
    content: "";
    right: 167px;
    position: absolute;
    background: #05325b;
    content: "";
    height: 100%;
    left: -42px;
    position: absolute;
    top: 0;
    transform: skewX(-40deg);
    width: 78px;
    z-index: 1;
}

.navbar {
    border-radius: 0px;
    background-color: #05325b !important;
    margin-top: 0px !important;
    position: relative;
    border: none !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.navbar-brand{
    display: none;
}

.logo1 img {
    width: 240px;
    padding-top: 10px;
    margin-left: 20px;
}

.border-top {
  background: linear-gradient(to right, #05325b,#86c63d, #05325b 100%);
  height: 3px;
  width: 100%;
}

/****header end****/


/*service*/


.services-area {
    padding-bottom: 85px;
    background:url(..//images/hmbg.jpg) no-repeat;
    background-size: cover;
    background: #f2f2f273;
}

.sec-title {
    margin-top: -6px;
    position: relative;
}

.sec-title1 {
    padding-top: 15px;
    text-align: center;
}

/*.sec-title::before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 3px;
    height: 52px;
    background: #01305e;
    content: "";
}*/

.sec-title p {
    color: #0e5295;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px;
    text-transform: capitalize;
    font-weight: 600;
}

.sec-title h1 {
    color: #06163a;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

/*.line {
    width: 14%;
    height: 5px;
    background: #ffb118;
    margin: 11px 0 65px 0;
}*/

.services-area .single-service-item {
    padding-bottom: 5px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 35px;
    border: 1px solid #cccccca1;
}

.services-area .single-service-item .img-holder {
    display: block;
    position: relative;
    overflow: hidden;
}

.services-area .single-service-item .img-holder img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 210px;
object-fit: cover;
}

.overlay {
    background-color: transparent;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
}

.overlay .box {
    border: 2px solid transparent;
    display: table;
    height: 100%;
    -webkit-transition: border-color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s;
    width: 100%;
}

.overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay .box .content a {
    padding: 9.5px 24px;
    -webkit-transform: translate3d(0px, -75px, 0px);
    transform: translate3d(0px, -75px, 0px);
    -webkit-transition: all 0.4s ease 0s !important;
    transition: all 0.4s ease 0s !important;
    opacity: 0;
}

.yellow-bg {
    background:#ffb118;
}

.thm-btn {
    border: 2px solid #ffb118;
    color: #ffffff;
    display: inline-block;
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 14px;
    font-weight: 600;
    outline: medium none;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    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;
}

.services-area .single-service-item .text-holder {
    padding-left: 0px;
    position: relative;
    padding-top: 22px;
}

.services-area .single-service-item .text-holder .icon {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #292929;
    left: 0;
    position: absolute;
    top: 30px;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    padding: 18px 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}


.services-area .single-service-item .text-holder .icon {
    color: #292929;
    text-align: center;
}

.services-area .single-service-item .text-holder .icon span::before {
    font-size: 30px;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.services-area .single-service-item .text-holder .icon {
    color: #292929;
    text-align: center;
}

.services-area .single-service-item .text-holder .text {
    padding-left: 20px;
}

.services-area .single-service-item .text-holder .text h3 {
    margin: 0px 0 5px;
    font-size: 18px;
    color: #151515;
    font-weight: 600;
}

.services-area .single-service-item:hover .img-holder .overlay {
    background-color: #181e2ad6;
}

.services-area .single-service-item:hover .img-holder .overlay .box {
    border-color: #015ea7;
}

.thm-btn:hover {
    background: #292929;
    color: #fff;
    border: 2px solid #f67532;
}

.overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.services-area .single-service-item:hover .img-holder .overlay .box .content a {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.services-area .single-service-item:hover .img-holder img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-item a{
    color: #ff3614;
    font-weight: 600;
}

/*hm about*/

.fun-fact-section {
    position: relative;
    padding: 90px 0px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.fun-fact-section::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #ffffff;
    opacity: 0.90;
}

.fun{
    background-color: #181e2a;
    margin: 0 59px;
    padding: 52px 33px 88px;
}

.fun h2{
 color: #fff;
font-size: 36px;
font-weight: 700;
line-height: 1.3;
padding-bottom: 15px;
}

.fun p{
    color: #ffffffd1;
    padding-bottom: 25px;
}

.fun a{
    font-size: 17px;
    background-color: #ffb118;
    padding: 10px 12px;
    color: #fff;
}

.moverspackers-main-section {
    width: 100%;
    position: relative;
}

.moverspackers-services-gridfull {
    padding: 100px 0px 0px;
    margin: 0px 0px 70px;
    background:url(..//images/services-1.jpg) no-repeat;
    background-size: cover;
}

.moverspackers-fancy-title {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0px 0px 66px;
}

.moverspackers-fancy-title > span {
    position: absolute;
    left: 50%;
    top: -49px;
    opacity: 0.08;
    font-size: 80px;
    font-weight: bold;
    margin: 0px 0px 0px -47px;
    letter-spacing: 1.5px;
}

.moverspackers-fancy-title h2 {
    font-size: 30px;
    font-weight: bold;
    margin: -1px 0px 32px;
    line-height: 0.8;
    letter-spacing: 1.5px;
    position: relative;
}

.moverspackers-fancy-title p {
    font-size: 16px;
    margin: 0px;
    line-height: 26px;
    font-style: italic;
    display: inline-block;
    width: 54%;
    letter-spacing: 1.3px;
}

.moverspackers-services, .moverspackers-services-text, .moverspackers-services-wrap {
    float: left;
    width: 100%;
}

.moverspackers-services > ul > li {
    margin: 0px 0px 30px;
    list-style: none;
}

.moverspackers-services > ul > li {
    list-style: none;
}

.moverspackers-services-grid figure {
    margin: 0px;
}

.moverspackers-services-grid figure, .moverspackers-services-grid figure > a, .moverspackers-services-grid figure a img {
    float: left;
    width: 100%;
}

.moverspackers-services-grid figure > a {
    position: relative;
    overflow: hidden;
}

.moverspackers-services-grid figure > a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #272b3d;
    transition: all 0.5s ease-in-out;
}

.moverspackers-services-grid figure figcaption {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    text-align: center;
    margin: -36px 0px 0px 0px;
}

.moverspackers-services-grid figure figcaption > a {
    font-size: 36px;
    display: inline-block;
    margin: 0px 0px 20px;
    color: #ffb118;
    transition: all 0.5s ease-in-out;
}

.moverspackers-services-grid figure figcaption h5 {
    color: #ffffff;
    margin: 0px;
    font-weight: bold;
    position: relative;
    font-size: 20px;
}

.moverspackers-services-grid figure figcaption h5::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -9px;
    width: 30px;
    height: 1px;
    background-color: #ffffff;
    margin: 0px 0px 0px -15px;
}

.moverspackers-technology-1::before {
    content: "\e905";
}

.moverspackers-services-grid ul li:hover figure figcaption > a {
    color: #ffffff;
}

.moverspackers-services-grid ul li:hover figure > a::before {
    opacity: 0.4;
}

.moverspackers-services-grid ul li:hover figure figcaption {
    margin: -18px 0px 0px 0px;
}

.moverspackers-services-grid ul li:hover figure figcaption > a {
    color: #ffffff;
}

.moverspackers-services-grid ul li:hover figure figcaption h5, .moverspackers-services-grid ul li:hover figure figcaption h5::before {
    opacity: 0;
    visibility: hidden;
}

/*footer*/

.footer1 {
  background: #181e2a;
  padding: 80px 0px;

}

.logo-footer img{
width: 253px;
margin-top: -16px;
margin-bottom: 8px;
}

.heading-footer, .logo-footer{
  padding-bottom: 15px;
}

.heading-footer h4{
  font-size: 22px;
 
  padding-bottom: 5px;
  color: #fff;
}

.footer-details p{
  color: #7b8596;
  font-size: 15px;
}

.footer-details-link ul li{
  border-bottom: 1px solid #7b85964d;
  padding: 10px 0px;}

.footer-details-link ul li a{
  color: #7b8596;
}

.end-footer {
  background: #0f131b;
  padding: 20px 0;
}

.end-footer ul li{
  float: left;
  padding: 0 10px;
  color: #6a7281;
  font-weight: 600;
}

.end-footer ul li a{
  color: #6a7281;
}

.ef{
  padding-left: 125px;
}


.abt-banner {
    background: url(../images/abt2.jpg) no-repeat;
        background-size: auto;
    background-size: auto;
    padding: 118px 0 250px;
    height: auto;
    background-size: cover;
    text-align: center;
}

.abt-banner5 {
    background: url(../images/abt3.jpg) no-repeat;
        background-size: auto;
    background-size: auto;
    padding: 118px 0 250px;
    height: auto;
    background-size: cover;
    text-align: center;
}

.abt-banner h2 {
    text-align: center;
    padding-top:70px;
    font-weight: 600;
    color: #fff;
    font-size: 47px;
    margin: 0 auto;
}

/*contact us page*/

.contact {
    padding: 0px 0 130px 0;
}


.section-pad {
    padding: 45px 0 60px 0 !important;
  }

.contact h3.contact-heading {
    font-size: 24px;
    color: #06163a;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.contact-list {
    margin-top: 30px;
}

.contact-list li {
    margin-bottom: 20px;
}

.contact-list li i {
    color: #015ea7;
    font-size: 24px;
    display: block;
    width: 30px;
    float: left;
}

.contact-list li span {
    margin-left: 40px;
    display: block;
    line-height: 1.4;
}

.contact-list li span a {
    display: block;
    line-height: 1.4;
    color: #444;
}


.contact .message .message-group .form-message .form-control {
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    background-color: #f8f8f8;
}

.contact .message .message-group .form-message .form-control.area-from {
    height: 150px;
}

.btn.solid-btn, .btn.btn-solid {
    background: #ffb118;
    color: #fff;
    font-weight: 600;
    border: 1px solid #ffb118;
    padding: 10px;
}

.form-group input {
    /*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #256a9d99;*/
    border-image: none;
    border-width: 0 0 1px;
    font-size: 13px;
    height: 50px;
    margin-bottom: 15px;
    width: 100%;
    color: #000 !important;
    text-transform: uppercase;
}

.g-recaptcha{
    margin-bottom:10px;
}


.our-service, .our-industry {
    padding: 80px 0;
}

.our-service ul{
    padding-bottom: 15px;
}

.our-service h3, .our-industry h3 {
    color: #042a80;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 10px;
}

.our-service strong{
    color: #ff3614;
}

.our-industry strong{
    color: #ff3614;
    font-size: 16px;
    padding-top: 8px;
    display: block;
    font-weight: 500;
}

.our-industry ul {
    padding-left: 5px;
    padding-bottom: 15px;
}

.our-industry ul li {
    list-style: disc;
    padding: 5px 0;
}


.abt1 {
  padding: 70px 0;
}

.abt1 h2{
  color: #06163a;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 20px;
}


#vertical_tab_nav{
  display: block;
  overflow:hidden;
  margin-top: 45px;
}
#vertical_tab_nav ul{
   display: block;
   float: left;
   margin: 0px;
   padding: 0px;
   
   overflow: hidden;
  
  
}
#vertical_tab_nav li{
  margin-bottom: 1px;
   text-align: center;
   padding: 0px 1px;
   float: left;
   width: 215px;
}

#vertical_tab_nav li:last-child{
   margin-bottom: 0px;
  border-bottom: 0px;
}
#vertical_tab_nav li a {
    display: block;
    font-size: 14pt;
    color: #40434a;
    text-decoration: none;
    padding: 4%;
    background: #c1c1c14d;
    margin-bottom: 5px;
}

#vertical_tab_nav li a.selected{
   background: #ffb118;
   color: #fff;
}
#vertical_tab_nav div{
   display: block;
   float: left;
   background: #bdd1f70a;
   width:100%;
   min-height: 260px;
   padding: 10px 3% 3% 3%;
  
}
#vertical_tab_nav div article{
   display: none;
   margin: 0px;
   color: #000;
   font-size:18px;
   
}
#vertical_tab_nav div article p{
   margin: 0px 0px 20px 0px;
   color: #4f5d77;
}

#vertical_tab_nav div article ul li{
  list-style: disc !important;
  color: #4f5d77;
  padding-bottom: 7px;
}

#vertical_tab_nav div article h3{
  color: #3f4f6c;
  font-weight: 600;
  padding-top: 17px;
  font-size: 22px;
}

.details45 ul li{
  list-style: disc !important;
  float: none !important;
  width: 100% !important;
  text-align: left !important;
}


.details45 ul li i{
    color: #9a6704;
}

.messages1{
     padding-bottom: 10px;
  color: green;
  font-weight: 600;

}

.error{
    color:red;
}

.g-recaptcha1{
    margin-left:17px !important;
}

.toolbar-top-area {
  background: #2e326c;
  z-index: 9;
  padding-top: 5px;
}

.toolbar-top-area{
    display: none;
}

.abhm {
  padding: 40px 0 50px;
}

.abhmm {
  padding: 60px 0;
}

.abhead h2 {
  color: #151515;
   font-weight: 700;
   font-size: 34px;
}

.abhead p{
    padding-bottom: 15px;
}

.section-heading-line-left {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #e5030e;
  border-radius: 25%;
  margin-top: 15px;
  margin-bottom: 25px;
}

.mt-20 ul li {
    color: #000;
    padding: 4px 0;
    font-weight: 700;
    line-height: 32px;
    display: inline-block;
    width: 100%;
}

.mt-20 ul li i {
  color: #f09f0f;
  margin-right: 10px;
}

.abhmimg img {
    /* width: 356px !important; */
}

.abhmimg {
  margin-top: 40px;
}

.abread {
  margin-top: 20px;
}

.abread a {
    background: #015ea7;
    color: #f9f9f9;
    padding: 10px;
}

.serhm {
  padding: 100px 0 60px;
}

.serdet h2 {
  font-weight: 700;
margin: 0px 0 5px;
color: #333;
}


.quote-bg {
  background-image: url(../images/quote-bg.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 25px 0;
}

.quote-bg::before {
  position: absolute;
  content: "";
  background: #0a0a0b;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.85;
}

.get-quote-section .quote-text {
  padding-right: 80px;
}

.get-quote-section .quote-text .offer-text {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.get-quote-section .quote-text .offer-text span {

    color: #fff;
    background: #000;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    border-radius: 100px;
    border: 5px solid #015daa;
    font-weight: 700;
    font-size: 20px;

}

.get-quote-section .quote-text .offer-text p {
  position: absolute;
  top: 25px;
  right: -110px;
  background: #015daa;
  color: #fff;
  font-weight: 700;
  width: 120px;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  z-index: -1;
  font-size: 20px;
  border-radius: 0 30px 30px 0;
}

.get-quote-section .quote-text h2 {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.theme-btn .default-btn {
  font-size: 18px;
  background: #015daa;
  color: #fff;
  padding: 6px 12px;
  border-radius: 5px;
  margin: 0 8px;
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.get-quote-section .quote-text .theme-btn .default-btn {
  border: 1px solid #015daa;
  margin: 0;
}

.get-quote-section .quote-form h2 {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}

.get-quote-section .quote-form a{
    font-size: 18px;
background: #015ea7;
color: #fff;
padding: 6px 12px;
border-radius: 5px;
margin: 15px 8px;
display: inline-block;
position: relative;
z-index: 0;
overflow: hidden;
border: 1px solid #015ea7;
box-shadow: 3px 5px 9px 0 #8c8c8ca1;
float: left;
}

.get-quote-section .quote-form a::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  left: -14px;
  top: 0;
  background: #fff;
  z-index: -1;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.get-quote-section p {
  color: #fff;
}

.ckkk{
    float: left;
margin-right: 18px;
}

.get-quote-section .quote-form form .form-control {
  height: 50px;
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom: 20px;
}

.get-quote-section .quote-form form button {

    font-size: 18px;
    background: #015daa;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    margin: 10px 0 0;
    display: inline-block;
    position: relative;
    z-index: 0;
    overflow: hidden;

}

.get-quote-section .lines {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1;
}

.clilistd {
  background-image: url(..//images/map-dots-trans.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: auto;
    padding: 100px 0;
}

.client {
  padding-bottom: 30px;
}

.clilist img {
  width: 70px;
}

.clilist h3 {
  color: #ff3614;
  font-size: 40px;
  margin-top: 0px;
}

.clilist span {
  color: #06163a;
  font-size: 20px;
  font-weight: 600;
}

.clilist p {
  font-size: 15px;
}

.mapd {
  border-bottom: 1px solid #ededed;
  padding-bottom: 0px;
}

.footer {
  padding: 40px 0;
  background: #f9f9f970;
}

.fcall img {
  float: left;
  padding-right: 10px;
}


.fcall h3 {
  color: #06163a;
  font-size: 18px;
}

.fcall p {
  font-size: 15px;
}

.flogo {
  margin-top: 35px;
}

.fsec1 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 40px;
}


.fserl h3 {
  color: #06163a;
}

.fserl ul li a {
  color: #666;
}

.fserl ul li i{
  color: #ff3614;
  font-size: 11px;
}


.fsec2 {
  padding: 30px 0;
}

.footerbtm {
  padding: 20px 0;
  background: #f7f7f7;
}


.footer-area {
    padding-top: 45px;
    position: relative;
    overflow: hidden;
    background: #034375;
    /*background-image: conic-gradient(to right, #015ea7,#015ea7, #d92b1a 80%);*/
}

.footer-area::after{
   content: "";
position: absolute;
top: 0;
left: 63%;
width: 100%;
height: 100%;
background:#bf1504;
}



.footer-area .footer-item .logo {
    margin-bottom: 35px;
}

.footer-area .footer-item .footer__desc {
    line-height: 26px;
    color: #fff;
}

.footer-area .footer-item .footer-contact .contact-item {
    margin-top: 20px;
}

.footer-area .footer-item .footer-contact .contact-item .contact__title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}

.footer-area .footer-item .footer-contact .contact-item .contact__title .la {
    font-size: 18px;
}


.footer-area .footer-item .footer-contact .contact-item {
    margin-top: 20px;
}

.footer-area .footer-item .footer-contact .contact-item .contact__title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.footer-item1{
    position: relative;
    z-index: 999;
}


.inner-page-main-container h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  color: #000;
  position: relative;
}

.inner-page-main-container .form-control {
  position: relative;
  display: block;
  border: none;
  border-radius: 3px;
  border: 1px solid #b5b4b4;
  box-shadow: none;
  font-size: 16px;
  height: 47px;
  -webkit-appearance: none;
}

.inner-page-main-container .btn-default {
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    padding: 15px 45px;
    border: 0px solid #fff !important;
    background: #00260c;
        background-image: none;
    font-weight: 600;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
   background: #015ea7 !important;
    box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356) !important;

}


p.contact__text {
  color: #fff;
}

p.contact__text a {
  color:#fff;
}

.footer-area .footer-item .footer__title {
    font-weight: 600;
    font-size: 24px;
    margin-top: 10px;
    color: #fff;
}

.footer-area .footer-item .section-divider {
    margin-top: 15px;
    margin-bottom: 30px;
    width: 50px;
}

.section-divider {
    position: relative;
    width: 90px;
    height: 3px;
    margin-top: 26px;
    margin-bottom: 30px;
}

.section-divider:before, .section-divider:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ddd;
}


.footer-item .logo img {
  width: 200px;
}


.footer-area .footer-item .section-divider:after {
    right: 12px;
    width: 8px;
}

.section-divider:after {
    right: 25px;
    left: auto;
    background-color: #282828;
    width: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.footer-area .footer-item .user-links {
    margin-top: 30px;
}

.footer-area .footer-item .user-links li a {
    display: block;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    font-size: 15px;
}

.footer-area .footer-item .user-links li a:after {
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #e5030e;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.footer-area .footer-item .user-links li a:hover {
    color: #e5030e;
    padding-left: 0px;
}

.footer-social {
    margin-top: 30px;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li a {
    display: block;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #ddd;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 30px;
}


.footer-social ul li a:hover {
    background-color: #6c5ce7;
    color: #fff;
}

.footer-area .copy-right {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid rgba(127,136,151,0.1);
}


.footer-area .copy-right .condition-links li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.footer-area .copy-right .condition-links li a {
    display: block;
    color: #ddd;
    font-size: 15px;
}

p.copy__desc {
  color: #ddd;
  z-index: 9999
}

.copy-right1{
  float: right;
}

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #4dc85a;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: .5;
}

.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: #4dc85a;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
  background-color: #4dc85a;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

.toolbar-top-area {
    background: #015ea7;
z-index: 9;
padding-top: 5px;
display: none;
}
.toolbar-top-area .toolbar-contact ul li {
    display: inline-block;
    margin-right: 25px;
    color: grey;
    font-size: 14px;
    padding-top: 3px;
}
.toolbar-top-area .toolbar-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.toolbar-top-area .toolbar-contact ul li i {
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
}
.toolbar-top-area .toolbar-sl-share ul {
    padding-top: 2px;
}
.toolbar-top-area .toolbar-sl-share ul li {
    display: inline-block;
}
.toolbar-top-area .toolbar-sl-share ul li a {
    color: #fff;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    font-size: 14px;
    padding: 2px 1px;
}

.toolbar-top-area .toolbar-sl-share ul li{
    color: #fff;
}

.toolbar-top-area .toolbar-sl-share ul li a i {
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -mzs-transition: 0.4s;
    padding-left: 13px;
    font-size: 20px;
}
.toolbar-contact ul li a {
    color: #fff !important;
    font-size: 16px;
}

.copydesign {
    float: right;
    margin-left: 21px;
margin-right: 22px;
}

.socials-about {
    float: right;
}

.list-inline > li {
    display: inline-block;
    padding-right: 3px;
    padding-left:0px;
}

.socials li a {
    display: inline-block;
    background-color: #0e1012;
    width: 30px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
   /* line-height: 35px;*/
    transition: all 0.4s ease;
}

.socials li a i {
    color: #fff;
}

.toolbar-sl-share{
    float: left;
}

.abt-banner1{
    position: relative;
    padding-bottom:150px;
}

.about-box {
  padding: 28px 0 70px 0;
}

.services {
  padding-bottom: 35px;
  padding-top: 10px;
}

.services-2 h3 {
  font-size: 20px;
  font-weight: bold;
  color: #131313;
}

hr {
  border-top: 1px solid #91b62366 !important;
}

.line {
  border: 1px dashed #0000002e;
  margin-bottom: 25px;
}

.about-box h1{
    text-align: center;
    font-size: 28px;
    color: #015ea7;
    font-weight: 700;
}

.antt img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.antt{
    margin-bottom: 20px;
    text-align: center;
}

.antt strong{
    font-size: 18px;
    color: #000;
}

.scroll {
  width: 99%;
  height: 800px !important;
  overflow: hidden;
    overflow-y: hidden;
  overflow-y: scroll;
  margin: 15px 0 0;
  border: 1px solid #ccc;
}

.hmpack {
  padding: 50px 0;
}

.service-item {
  position: relative;
  background-color: #fff;
  padding: 5px 8px 17px;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.13);
  text-align: center;
  border: 1px solid #cccccc94;
}

.service-item .service__icon {
    line-height: 1;
    font-size: 70px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 0px;

}

.service-item .service__icon img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/*.service__icon img {
  width: 240px;
}
*/

.service-item .service__title {
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #393939;
  margin-top: 0px;
}

.service-item .service__desc {
  font-size: 14px;
  line-height: 24px;
}

.service-item .btn {
  width: 125px;
  height: 40px;
  line-height: 38px;
  font-weight: 700;
}

.india_map {
  background: url(../images/india_map_locations.gif) no-repeat;
  width: 584px;
  height: 650px;
  position: relative;
  margin: 0 auto;
  font-size: 12px !important;
  line-height: 19px !important;
  letter-spacing: 0px !important;
}

.ludhiana, .tughlakabad, .mundra, .delhi, .kanpur, .mumbai, .bangalore, .chennai, .coimbatore, .tuticorin, .tirupur, .moradabad, .cochin, .ahmedabad, .rajkot, .hyderabad, .pune, .jaipur, .surat, .baroda {
  position: absolute;
  text-align: center !important;
  margin: 0 auto;
}

.ludhiana {
  top: 142px;
  left: 170px;
  width: auto;
}



.delhi {
    top:182px;
    left:172px;
    width:auto;
}

.tughlakabad{
    top: 197px;
    left: 112px;
    width:auto;
}

.moradabad {
    top:185px;
    left:205px;
    width:auto;
}
.kanpur {
    top:234px;
    left:229px;
}
.mumbai {
    top:392px;
    left:81px;
}
.bangalore {
    left:164px;
    bottom:91px;
}
.chennai {
    left:232px;
    bottom:105px;
}
.coimbatore {
    left:72px;
    bottom:69px;
}
.cochin {
    left:102px;
    bottom:30px;
}
.tuticorin {
    left:186px;
    bottom:13px;
}
.tirupur {
    left:97px;
    bottom:84px;
}
.ahmedabad {
    top:322px;
    left:78px;
}

.mundra{
     top: 306px;
     left: 30px;
}

.rajkot {
    top:330px;
    left:48px;
}
.jaipur {
    top:244px;
    left:150px;
}
.surat {
    top:357px;
    left:83px;
}
.baroda {
    top:339px;
    left:90px;
}
.hyderabad {
    bottom:160px;
    left:187px;
}
.pune {
    bottom:210px;
    left:105px;
}
.coimbatore .colorTip {
    width:189px;
    top:-60px;
}
.tuticorin .colorTip, .tirupur .colorTip {
    top:-45px;
}
.chennai .colorTip {
    top:-95px;
}


.serhm {
  padding: 100px 0 60px;
}

.serdet h2 {
  font-weight: 700;
margin: 0px 0 5px;
color: #333;
}





.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev {
  display: inline-block;
  top: 0px;
  padding: 8px 13px;
  background: #015daa;
  color: #fff;
  top: 99%;
  left: 44% !important;
  display: inherit !important;
  margin-bottom: 10px;
  text-align: center;
  border: none;
  position: absolute;
  z-index: 9;
  transition: all 0.4s;
  font-size: 26px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #015daa;
  border-radius: 100%;
}

.slick-next {
  display: inline-block;
  position: absolute;
  top: 99%;
  float: right;
  padding: 8px 13px;
  background: #015daa;
  color: #fff;
  right: 43% !important;
  display: inherit !important;
  margin-bottom: 10px;
  border: none;
  transition: all 0.4s;
  font-size: 26px;
  cursor: pointer;
  border: 1px solid #015daa;
  font-weight: 600;
  border-radius: 100%;
}

.serbg{
  position: relative;
background-color: #fff;
margin-bottom: 30px;
border-radius: 4px;
box-shadow: 0 5px 17px 0 rgba(40, 40, 40, 0.27);
}

.serpad h3 {
  color: #000;
  margin-top: 0px;
  font-size: 18px;
  padding-top: 15px;
}

.seread a {
  color: #e5030e;
  font-size: 13px;
}

.serbg img{
    width: 100%;
    height: 270px;
    object-fit:cover;
}

.serpad{
    padding: 15px 10px;
}


.member {
  padding: 50px 50px 70px;
}

.member1 {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px 48px 40px 58px;
  border: 1px solid #05325b;
}

.member1 h1 {
  font-size: 22px;
  margin: 10px 0 23px;
}

.form-group label span {
  color: red;
}


.form-control {

    position: relative;
    display: block;
    border: none;
    border-radius: 3px;
    border: 1px solid #bfbbbb !important;
    box-shadow: none;
    font-size: 16px;
    height: 47px;
    -webkit-appearance: none;

}

.my-btn4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 20px;
  background: #015ea7;
  box-shadow: 3px 4px #ccc;
}

.about-box1{
    padding: 55px 0 105px;
}

.about-box1 h1{
    color: #06163a;
font-size: 32px;
font-weight: 700;
line-height: 1.3;
padding-bottom: 15px;
}

.about-box1 a, .trcll a{
    color: #fff !important;
font-family: 'Poppins', sans-serif;
padding: 15px 45px;
border: 2px solid #fff !important;
font-weight: 600;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
background: #015ea7 !important;
box-shadow: 5px 6px 4px 1px rgba(91, 87, 88, 0.36) !important;
}

.about-box1 a:hover, .trcll a:hover{
    background: #fff !important;
    color: #015ea7 !important;
    border: 2px solid #015ea7 !important;
}

.trcll strong{
    color: #444;
padding-bottom: 20px;
display: block;
}

.trcll a{
    margin-bottom: 20px;
    display: inline-block;
}

.about-box2{
    padding: 55px 0 105px;
}

.about-box2 h1{
    color: #06163a;
font-size: 25px;
font-weight: 700;
line-height: 1.3;
padding-bottom: 0px;

}

.about-box2 ul{
    padding-bottom: 10px;
}

.about-box2 b{
    padding-top: 5px;
    display: block;
}

.about-box2 span {
  font-size: 18px;
  background:#015ea7;
  color: #fff;
  padding: 6px 12px;
  border-radius: 5px;
  margin: 15px 8px;
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
    border: 1px solid #015ea7;
    box-shadow: 3px 5px 9px 0 #8c8c8ca1;
    float: left;
}

.about-box2 span::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 100%;
    left: -14px;
    top: 0;
    background: #fff;
    z-index: -1;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.about-box2 span:hover::before {
  width: 100%;
  -webkit-transform: skewX(0);
  transform: skewX(0);
  left: 0;
}

.about-box2 span:hover {
  color: #015ea7;
}

.abt-banner1 .elementor-background-video-hosted {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.abt-banner1 .elementor-html5-video {
  -o-object-fit: cover;
  object-fit: cover;
}

.abt-banner1 .elementor-background-video-hosted {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.abt-banner1 .elementor-background-video-container video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}

/*============*/

.hmvideo{
    position: relative;
    padding-bottom: 100px;
}

.hmvideo .elementor-background-video-hosted {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.hmvideo .elementor-html5-video {
  -o-object-fit: cover;
  object-fit: cover;
}

.hmvideo .elementor-background-video-hosted {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.hmvideo .elementor-background-video-container video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}

/*.elemerr{
    position: relative;
}
*/
.checknew{
    text-align: center;
    position: relative;
    z-index: 999;
    padding-top: 100px;
}

.checknew h4{
   text-align: center;
color: #fff;
font-weight: 700;
font-size: 35px;
margin-bottom: 15px;
}

.checknew a{
    background: #015ea7;
padding: 10px 15px;
color: #fff;
}

.hmvideo .elementor-background-overlay{
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #1b3768d1;
opacity: 0.5;
transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
}


/*===============*/

.elementor-background-video-container {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  direction: ltr;
  -webkit-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s;
pointer-events: none;
}

.elementor-background-video-hosted {
  position: relative;
  /*top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);*/
}

.elementor-html5-video {
  -o-object-fit: cover;
  object-fit: cover;
}

.elementor-background-video-container video{
    {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}




/*.abt-banner1 .elementor-622 .elementor-element.elementor-element-9ece970 > .elementor-background-overlay {
  background-color: var(--e-global-color-7f7d964);
  opacity: 0.5;
  transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
}

.abt-banner1 .elementor .elementor-background-overlay{
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.elementor-523 .elementor-element.elementor-element-9ece970 > .elementor-container {
  min-height: 40vh;
}

.elementor-section.elementor-section-items-middle > .elementor-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.elementor-section .elementor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.elementor-column-wrap {
  width: 100%;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
  padding: 10px;
}

.elementor-523 .elementor-element.elementor-element-1fad0fd {
  text-align: center;
}

.elementor-523 .elementor-element.elementor-element-1fad0fd .elementor-heading-title {
  color: #FFF;
  font-family: "Roboto",Sans-serif;
  font-size: 50px;
  font-weight: 600;
}
*/



@media only screen and (min-width: 320px) and (max-width: 768px) {

.border-top {
    display: none;
}
.navbar-brand img {
    max-width: 249px;
    padding-top: 9px;
}

.header-inner{
    position: inherit;
    height: 67px;
}

.header-inner #toggle-btn{
    top: 9px;
    background-color: #ff5722;

}

.toolbar-sl-share{
    text-align: center;
}

.toolbar-sl-share ul li span{
    display: none;
}

.image-grid-cover img {
    width: 100%;
    height: 178px;
}

.toolbar-top-area{
    display: block;
}

.logo1{
    display: none;
}

.top-bars{
    display: none;
}

.header-style-two .header-upper {
  background-color: #fff !important;
  padding: 7px 0 11px;
}

.header-style-two .header-upper::before{
    display: none;
}

.logo-outer .logo {
  display: block;
}

.toolbar-sl-share {
  text-align: center;
}

.main-header .logo-outer .logo img {
  position: relative;
  display: inline-block;
  width: 171px;}

.abhead h2 {
  color: #151515;
  font-weight: 700;
  font-size: 30px;
}

.abhmimg img {
  width: 100% !important;
}

.get-quote-section .quote-text h2 {
  font-size: 27px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

}



.iso img{
 width:90px !important; 
}


/* Slider */
/*
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}*/



