﻿@import url('https://fonts.googleapis.com/css?family=Sintony:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');

/* font-family: 'Sintony', sans-serif;
font-family: 'Poppins', sans-serif; */

html,
body {
    overflow-x: hidden;
}

p, li {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #9a9a9a;
    line-height: 24px;
}

a {
    transition: all 0.3s ease-in-out;
}

a:hover {
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

body {
    padding-right: 0px !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
font-family: 'Poppins', sans-serif;    
}

.container{max-width: 1530px !important;}

.site-header {
    padding: 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    background:#fff;
}
.site-header.sticky {
    animation-name: slideInDown;
    padding-top: 0px;
    padding-bottom: 0px;
}

.site-header.sticky {
    animation-duration: 1s;
    animation-fill-mode: both;
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 9999;
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0px, -100%, 0px);
        visibility: visible;
    }
    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}
.site-header .container {
    display: table;
    float: none;
    margin: auto;
    max-width: 1670px;
    width: 100%;
}

.site-header .title-area {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 20%;
}
.site-header .title-area a {
    display: inline-block;
    background: #fff;
    padding: 10px 15px;
}
.site-header .right-header-bar {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 20%;
    text-align: right;
}

.site-header nav {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    width: 60%;
    padding-left: 00px;
}
header .navbar .container-fluid {
    justify-content: center;
}
.navbar ul {
    display: inline-block;
}

.navbar ul li {
    display: inline-block;
    padding: 0 28px;
}

.navbar ul li {
    line-height: 72px;
    height: 72px;
    display: inline;
}

.navbar ul li .inner-menu>li {
    height: 30px !important;
    line-height: 30px !important;
}

.navbar ul li .inner-menu {
    line-height: 30px !important;
}

.navbar ul li .inner-menu {
    background: #9e0022 none repeat scroll 0 0;
    left: 0;
    padding: 13px 20px;
    position: absolute;
    right: 0;
    top: 84px;
    width: 100%;
    z-index: 9;
    text-align: center;
    display: none;
    transition: all 0.5s ease-in-out;
}
.navbar span.navbar-toggle {
    display: none;
}

.navbar ul li.submenu-arrow:hover .inner-menu {
    display: block;
    transition: all 0.5s ease-in-out;
}

.navbar ul li .inner-menu::before {
    background: #9e0022 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -300%;
    position: absolute;
    top: 0;
    width: 310%;
    z-index: -1;
}

.navbar ul li .inner-menu::after {
    background: #9e0022 none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: -300%;
    position: absolute;
    top: 0;
    width: 310%;
    z-index: -1;
}

.navbar ul li .inner-menu li a {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.9px;
}

.navbar ul li .inner-menu li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.navbar ul li.submenu-arrow::before {
    background: rgba(0, 0, 0, 0) url("../images/menu-top.png") no-repeat scroll left 33px top / 30px auto;
    bottom: -31px;
    content: "";
    height: 30px;
    position: absolute;
    width: 64px;
    display: none;
    transition: all 0.5s ease-in-out;
}

.navbar ul li.submenu-arrow:hover::before {
    display: block;
    transition: all 0.5s ease-in-out;
}

.navbar ul li a {
    color: #000;
    font-size: 14px;
    line-height: 35px;
     font-family: 'Sintony', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar ul li a:hover {
    color: #f4ca59;
}

.right-header-bar .login-btn {
    float: right;
    padding-top: 0px;
    display: inline-block;
}

ul li.active a {
    color: #f4ca59;
}

.site-header .right-header-bar a{
    color: #000;
    font-family: 'Sintony', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 15px;
}
.site-header .right-header-bar a:hover{
    color: #f4ca59;
}
.site-header .right-header-bar a:last-child{padding-right: 0px;}
header .right-header-bar select {
    background: none;
    color: #fff;
border: 0px;
-moz-appearance: none;
-webkit-appearance:none;
border: 1px solid #fff;
    padding: 6px 11px;
    font-size: 14px;
    font-family: 'Sintony', sans-serif;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}


/* Slider Section  */
.bs-slider {
    overflow: hidden;
    max-height: 100vh;
    position: relative;
    height: 100vh;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}
.slider-main-sec .item .slide-image {
    height: 100%;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1 !important;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
    height: 100%;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
    text-align: center;
height: 40px;
width: 40px;
line-height: 40px;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
text-align: center;
height: 40px;
width: 40px;
line-height: 40px;
}

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
    display: none !important;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.carousel-inner {
    height: 100%;
}

.slide-text {
    left: auto;
    padding-top: 150px;
}


.main-slide-con {
    align-items: center;
    display: flex;
    height: 100%;
    width: 1530px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 15px;
}

.slider-main-sec .item .image-slider-sec {
    float: right;
    width: 50%;
    padding-top: 180px;
}

.image-slider-sec>img {
    margin-left: 60px;
}
.slide-text h2{
    color: #fff;
    font-weight: 400;
    font-family: 'Sintony', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
    margin-bottom: 20px;   
}
.slide-text>h1 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 100px;
    font-size: 86px;
    margin-bottom: 15px;
    margin-bottom: 20px;
    font-weight: 700;
}

.slide-text h1 span {
color: #f4ca59;
}

.slide-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 50px;
    font-family: 'Poppins', sans-serif;
}

.main-slide-con .slide-text a{
    color: #f4ca59;
    border: 2px solid #f4ca59;
    display: inline-block;
    padding: 14px 35px;
    text-transform: uppercase;
    font-family: 'Sintony', sans-serif;
    font-weight: 400;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.main-slide-con .slide-text a:hover{
    background: #f4ca59;
    color:#fff;
    transition: all 0.3s ease-in-out;
}

.slide-top {
    -webkit-animation: slide-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
            animation: slide-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

.slider-social {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    z-index: 9;
    width: 1530px;
    margin: auto;
    text-align: right;
}
.slider-social ul {
    margin: 0;
    padding: 0;
}
.slider-social ul li {
    display: inline-block;
    padding: 0 12px;
}
.slider-social ul li a {
    color: #fff;
    font-size: 24px;
}
.slider-social ul li a:hover{
    color: #f4ca59;
}

/*  After Banner Section */
.after-slider-sec{
    display: inline-block;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.after-slider-sec:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 84px;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: url(../images/About-us.png) no-repeat;
    z-index: 9;
}
.after-slider-sec .des-sec {
    position: relative;
    z-index: 9;
}
.top-tit {
    color: #242327;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 21px;
    font-family: 'Sintony', sans-serif;
    margin-bottom: 20px;
}
.main-tit{
    color: #242327;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 59px;
    letter-spacing: 5px;
    line-height: 70px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}
.main-tit span{
    color: #f4ca59;
}
.main-tit:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c1c1c1;
}
.main-tit:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -4px;
    height: 10px;
    background: #f4ca59;
    width: 100px;
}
.des-sec p{
    color: #9a9a9a;
    font-weight: 300;
}
.des-sec a {
    background: #000;
    display: inline-block;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Sintony', sans-serif;
    font-weight: 400;
    margin-top: 35px;
}
.des-sec a:hover{
    background: #f4ca59;
    color:#fff;
}

/* What We Offer */
.offer-sec{
    padding-top:120px;
    padding-bottom: 100px;
    position: relative;
    background: url(../images/Offer-image.png) no-repeat;
}
.offer-sec .top-tit{
    text-align: center;
    color: #fff;
}
.offer-sec .main-tit{
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.offer-sec .main-tit:before,.offer-sec .main-tit:after{
    display: none;
}

.offer-sec .box-main {
    background: #242327;
    border-radius: 25px;
    padding: 40px;
    margin-top: 130px;
    transition: all 0.3s ease-in-out;
}
.offer-sec .box-main:hover{
    background: #f4ca59;
    transition: all 0.3s ease-in-out;
}

.offer-sec .box-main:hover h2,.offer-sec .box-main:hover p{
color: #242327;
}

.box-main h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 33px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 48px;
    margin-bottom: 30px;
}
.box-main p {
    line-height: 29px;
    margin-bottom: 0;
}
.box-main img {
    margin-bottom: 70px;
    margin-top: -150px;
    width: 100%;
}

/* blank Section */
.blank-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Video Section */
.video-sec{
    padding-top:80px;
    padding-bottom: 60px;
    background: #f7f7f7;
    position: relative;
}
.video-sec::before {
    position: absolute;
    content: '';
    right: 0;
    top: -160px;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 900px;
    background: url(../images/video_img.jpg) no-repeat;
    background-position: center right;
}
.main-box-drive {
    display: inline-block;
    width: 100%;
}
.main-box-drive .box-list-sec {
    display: inline-block;
    width: calc(51% - 20px);
    margin-right: 20px;
    margin-bottom: 15px;

margin-top: 15px;
}
.main-box-drive .box-list-sec:nth-child(2n) {
    margin-right: 0;
}
.box-list-sec .left-icon {
    float: left;
    width: 20%;
}
.box-list-sec .right-content-sec {
    float: right;
    width: 80%;
}
.box-list-sec .right-content-sec h2 {
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    margin-top: 12px;
    margin-bottom: 14px;
}

/* Footer */
footer {
    background: #fff;
    border-top: 1px solid #ccc;
}
.contact-tit{
    font-family: 'Poppins', sans-serif;
    color: #f4ca59;
    font-weight: 600;
    font-size: 40px;
letter-spacing: 1px;
margin-bottom: 25px;
}
footer .contact-field {
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
    background: #fff;
    margin-top: -70px;
    display: inline-block;
}
.contact-tit span{
    color: #000;
}
.contact-field .col-lg-8 .inn-box {
    padding: 50px;
    display: inline-block;
    width: 100%;
}
.contact-field .col-lg-4 .inn-con{
    padding: 50px;
    background:#f7f7f7;
    height: 100%;
}
.contact-field .form-group.col-lg-6 {
    padding: 0;
    width: 48%;
    float: left;
    margin-bottom: 25px;
}
.contact-field .form-group.col-lg-6:nth-child(2n) {
    float: right;
}
.contact-field .form-group.col-lg-12{
    padding: 0px;
    margin-bottom: 25px;
}
.contact-field .form-group.col-lg-6 label,.contact-field .form-group.col-lg-12 label{display: none;}
.contact-field .form-group.col-lg-6 input,.contact-field .form-group.col-lg-12 textarea{
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding: 15px 25px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
}
.contact-field .form-group.col-lg-6 input:focus,.contact-field .form-group.col-lg-12 textarea:focus{
    box-shadow: none;
}
input::placeholder,textarea::placeholder {
    color: #959595 !important;
}
.contact-field .col-lg-8 button.btn {
    background: url(../images/send.png) no-repeat;
    border: 0;
    font-size: 0px;
    height: 70px;
    width: 70px;
    padding: 0;
    position: absolute;
    right: 20px;
    bottom: 40px;
}

.add-con ul {
    padding: 0;
    margin: 0;
}
.add-con ul li {
    padding-bottom: 25px;
    list-style: none;
}
.add-con ul li span {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}
.add-con ul li a{
    display: block;
    color: #9a9a9a;
}
.add-con ul li a:hover{
    color: #000;
}

.footer-last {
    padding: 15px 0;
}
.footer-last .col-lg-4 p {
    display: inline-block;
    padding-left: 25px;
    color: #000;
}
.footer-last img {
    background: #fff;
    padding: 10px 13px;
    width: 130px;
}
.footer-last .col-lg-8 .foot-menu {
    padding: 0;
    margin: 0;
    text-align: right;
}
.footer-last .col-lg-8 ul li {
    display: inline-block;
    list-style: none;
    padding: 26px 30px;
}
.footer-last .col-lg-8 ul li a {
    color: #000;
    text-transform: uppercase;
    font-family: 'Sintony', sans-serif;
    font-weight: 700;
    font-size: 15px;
}
.footer-last .col-lg-8 ul li a:hover{
    color: #f4ca59;
}

/* Feature Image */
.banner-inner {
    position: relative;
    background: url(../images/banner-img.jpg) no-repeat;
    height: 400px;
    display: inline-block;
    width: 100%;
    float: left;
    background-size: cover;
}
.banner-inner::before {
    position: absolute;
    content: ;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
}
.banner-inner .container {
    position: relative;
    height: 100%;
}
.banner-inner .feature-con {
    padding-top: 140px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.feature-con h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    line-height: 37px;
    letter-spacing: 1px;
}

/* About Us Page */
.about-page-sec {
    display: inline-block;
    width: 100%;
    margin-top: -70px;
    position: relative;
}
.about-page-sec .main-cls-about {
    display: inline-block;
    box-shadow: 0 0 20px rgba(0,0,0,0.13);
    margin-bottom: 20px;
}
.about-page-sec .img-ico-abt {
    display: flex;
    border: 2px solid #efd42d;
    border-radius: 100%;
    height: 130px;
    width: 130px;
    margin: auto;
    align-items: center;
    justify-content: center;
}
.img-ico-abt img {
    width: 70px;
    margin: auto;
}
.about-page-sec .col-lg-3 h2 {
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 35px;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.about-page-sec .col-lg-3 p {
    text-align: center;
    margin-bottom: 0px;
}
.about-page-sec .col-lg-3 {
    background: #fff;
    border-right: 1px solid #ccc;
    padding:35px 30px;
}
.about-page-sec .col-lg-3:last-child{border-right: 0px;}

.car-detail .row {
    display: table;
    height: 700px;
}
.car-detail h2 {
    text-transform: uppercase;
    font-weight: 700;    
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    margin-bottom: 20px;
}
.car-detail {
    display: inline-block;
    width: 100%;
    background: #f9f9f9;
    margin-top: -351px;
    padding-top: 370px;
}
.car-detail .col-lg-7 img {
    width: 90%;
    position: relative;
}
.car-detail .col-lg-5,.car-detail .col-lg-7 {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.car-detail .col-lg-5{
    width: 41.666667%;
}
.car-detail .col-lg-7{
    width: 58.333333%
}
.car-detail .col-lg-7::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 700px;
    background: url(../images/icon-crcl.png) no-repeat;
    background-size: 700px;
}

.paralx-sec {
    background: url(../images/paralax-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    position: relative;
}
.paralx-sec::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}
.paralx-sec .prl-con {
    background: #fff;
    padding:70px 40px;
    text-align: center;
}
.prl-con h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 30px;
    padding-top: 50px;
    padding-bottom: 25px;
    line-height: 23px;
    font-family: 'Montserrat', sans-serif;
    color: #252525;
}
.prl-con img {
    width: 120px;
}
.prl-con p {
    margin-bottom: 0;
}

/* Contact Page */
.cntc-pg-frm {
    display: inline-block;
    width: 100%;
    padding: 100px 0;
}
.form-top-con {
    display: block;
    width: 80%;
    box-shadow: 0 0 18px rgba(0,0,0,0.12);
    margin: auto;
}
.cntc-pg-frm h2.cont-tit {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}
.cntc-pg-frm h2.cont-tit::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 4px;
    height: 2px;
    width: 130px;
    background: #000;
}
.form-top-con .form-main {
    padding: 40px;
}
.form-top-con .cont-detl {
    padding: 40px;
}
.form-top-con .form-main label {
    display: none;
}
.cntc-pg-frm .form-main input,.cntc-pg-frm .form-main textarea {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-weight: 700;
    padding: 0 0 7px 0;
}
.cntc-pg-frm .form-main input:focus, .cntc-pg-frm .form-main input:hover,.cntc-pg-frm .form-main textarea:focus, .cntc-pg-frm .form-main textarea:hover {
    box-shadow: none;
}
.cntc-pg-frm .form-main .form-group {
    display: inline-block;
    width: calc(50% - 15px);
    margin-right: 15px;
    float: left;
    margin-bottom: 30px;
}
.cntc-pg-frm .form-main .form-group:nth-child(2n) {
    margin-right: 0;
    float: right;
}
.cntc-pg-frm .form-main .form-group.last-field {
    width: 100%;
    margin-right: 0;
}
.cntc-pg-frm .form-group textarea {
    height: 110px;
}

.form-main .btn-footer .btn {
    background: #9c1015;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}
.form-main .btn-footer .btn:hover{background: #000;}
.cntc-pg-frm .form-top-con .col-lg-8 {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: 66.666667%;
}
.cntc-pg-frm .form-top-con .col-lg-4 {
    background: #fed524;
    display: table-cell;
    vertical-align: top;
    float: none;
    position: relative;
    width: 33.333333%;
}
.cntc-pg-frm .form-top-con .col-lg-4::before {
    position: absolute;
    content: '';
    right: 10px;
    bottom: 0;
    background: url(../images/call_us.png) no-repeat;
    height: 160px;
    width: 160px;
    background-size: 160px;
    opacity: 0.4;
}
.cont-detl p {
    padding-left: 40px;
    position: relative;
    margin-bottom: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.cont-detl p a{color: #000;}
.cont-detl p a:hover{color: #9c1015;}
.cont-detl .locate-main::before {
    position: absolute;
    content: '';
    left: -3px;
    top: 5px;
    background: url(../images/location-contact.png) no-repeat;
    height: 26px;
    width: 26px;
    background-size: 26px;
}
.cont-detl .mail-main::before {
    position: absolute;
    content: '';
    left: -1px;
    top: 1px;
    background: url(../images/mail-contact.png) no-repeat;
    height: 26px;
    width: 26px;
    background-size: 23px;
}
.cont-detl .call-main::before {
    position: absolute;
    content: '';
    left: -2px;
    top: 2px;
    background: url(../images/call-contact.png) no-repeat;
    height: 24px;
    width: 24px;
    background-size: 24px;
}

/* News Section */    
.news-section {
    background: #f9f9f9 none repeat scroll 0 0;
    padding-bottom: 50px;
    padding-top: 70px;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.top-title {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2.31px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}
.news-section .tit-main {
  margin-bottom: 50px;
}
.news-image {
    position: relative;
    margin-bottom: 25px;
    height: 250px;
    overflow: hidden;
}
.news-image .news-date {
    background: #9c1015 none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 8px 30px;
    position: absolute;
    font-size: 17px;
}
.news-detail h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.news-detail h4 a{color: #07162c;}
.news-detail h4 a:hover{color:#418410;}
.news-section .news-image img {
    width: 100%;
}
.news-section .news-detail p {
    margin-bottom: 0;
}
.news-section .col-lg-4 {
    margin-bottom: 50px;
}


/* News Page */
.news-inner-main .col-lg-4 {
  margin-bottom: 50px;
}
.news-inner-main .tit-main {
  text-align: center !important;
}
.load-more {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 40px;
  text-align: center;
}
.load-more > a {
  color: #ed1c24;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
}
.load-more > a:hover{color: #000;}

.search-box input[type="text"] {
  background: #ffffff url("../images/search.png") no-repeat scroll right 10px center / 18px auto;
  border: 1px solid #d1d1d0;
  color: #9c9c9c;
  font-size: 16px;
  padding: 10px 20px !important;
  width: 100%;
}
.news-inner-main aside.sidebar {
  background: #f1f1f1 none repeat scroll 0 0;
  flex: 0 0 28% !important;
  max-width: 28% !important;
  padding: 60px 30px 0 30px;
}
.news-inner-main .left-blog-detail {
  flex: 0 0 72%;
  max-width: 72% !important;
  padding-top: 60px;
}
.news-detail-tit {
    color: #07162c;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}
.news-inner-main.news-detail-top {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
}
.left-blog-detail img {
  padding-bottom: 40px;
  width: 100%;
}
.left-blog-detail p {
  line-height: 28px;
  margin-bottom: 35px;
}
.left-blog-detail p:last-child{margin-bottom: 0px;}
.sidebar .search-box {
  margin-bottom: 30px;
}
.sidebar h3 {
    color: #07162c;
    font-family: 'Montserrat', sans-serif;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 16px;
    position: relative;
    text-transform: uppercase;
}
.sidebar h3:before{position: absolute; content: ''; left: 0; bottom: 0; height: 4px; width: 85px; background-color: #000; }
.sidebar-news > ul {
  bottom: 0;
  padding: 0;
}
.sidebar-news ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  list-style: outside none none;
  padding: 15px 0;
}
.sidebar-news ul li a {
  color: #686868;
  font-size: 16px;
}
.sidebar-news ul li a:hover {
  color: #9c1015;
}
.sidebar-news ul li:last-child{border-bottom: 0px;}

/* Login Page */
.lgn-pg-frm {
    padding: 70px 0px;
    background: #f9f9f9;
}
.lgn-pg-frm .login-form {
    width: 35%;
    margin: auto;
    padding: 0;
}
.login-form .login {
    background: #fff;
    padding: 25px 30px;
    box-shadow: 0 0 13px rgba(0,0,0,0.1);
}
.login-form .loginspcae .hide {
    display: none;
}
.login-form .loginspcae .title-page {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.login-form .loginspcae .title-page:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    background: #000;
    width: 70px;
}
.login-form .loginspcae .control-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 13px;
    float: left;
}
.login-form .loginspcae .control-group .inp {
    width: 100%;
    display: inline-block;
    float: left;
    background: none;
    border: none;
}
.login-form .loginspcae input.text-box {
    width: 100%;
    background: none;
    border: none;
    padding: 0 0px;
    font-weight: 700;
    font-size: 17px;
}
.login-form .loginspcae span.inp__box {
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
    height: 43px;
    line-height: 39px;
    background: none;
    border: 0px;
}
.login-form .loginspcae .control-remark__icon {
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
    border: 1px solid #ccc;
    height: 47px;
    line-height: 41px;
    border-right: 0;
    position: inherit;
    left: 0;
    top: -2px;
}
.login-form .loginspcae .btn.btn__text {
    background: #9c1015;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 5px 30px 8px;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 30px;
    font-size: 18px;
}
.login-form .loginspcae .login a {
    font-weight: 700;
}
.login-form .loginspcae .btn.btn__text:hover{background: #000;}
.login-form .loginspcae .login a {
    cursor: pointer;
}
.login-form .loginspcae .login a:hover {
    color: #9c1015 !important; 
}
.login-form .inp::before {
    background-color: inherit;
}

/* Guide Page */
.guide-pg-con {
    display: inline-block;
    width: 100%;
}
.guide-pg-con .title-page {
    margin-bottom: 22px;
    font-size: 27px;
    margin-top: 30px;
    color: #9c1015;
}
.widget__header {
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    height: 42px;
    padding: 0 15px;
    text-transform: uppercase;
    color: #fff;
    background-color: #9c1015;
}
.widget__header-text {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
}
.widget__body {
    background-color: #fbfdff;
}
.blog-category {
    font-size: 14px;
    display: block;
}
.widget ul {
    list-style: none;
    margin: 0;
}
.guide-pg-con .widget ul.blog-category__list {
    padding-left: 0;
}
.widget ul li:nth-child(2n+1) {
    background-color: #f5f5f5;
}
.widget ul li {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 0.5em 0;
}
.widget ul li a {
    color: #00509c;
    text-decoration: none;
}
.blog-category__link {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
}
.blog-category__name {
    display: inline-block;
    float: left;
    margin-left: 0px;
    color: #4a4a4a;
}
.blog-category__link::after {
    display: table;
    clear: both;
    content: '';
}
.article__body {
    margin-bottom: 3em;
    color: #6d6d6d;
    line-height: 2;
    font-size: 14px;
    text-align: left;
}
.article__body h3, .quote__body h3 {
    font-size: 17px;
}
.article__body h1, .article__body h2, .article__body h3, .quote__body h1, .quote__body h2, .quote__body h3 {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.article__body p, .quote__body p {
    line-height: 2;
    margin-bottom: 1.35em;
    font-size: 14px;
}
.article__body h5, .quote__body h5 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 0px;
    margin-bottom: 10px;
}
.article__body ul, .quote__body ul {
    list-style: square !important;
}
.article__body ul > li, .article__body ol > li, .quote__body ul > li, .quote__body ol > li {
    line-height: 2;
}
.article__body ul, .article__body ol, .quote__body ul, .quote__body ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

/* Register Page*/

.customselect {
    line-height: 45px;
    width: 100%;
    height: 45px;
    padding: 0 15px !important;
    border: 0px solid #d9e2eb;
    border-radius: 0;
    background: #fff;
    text-indent: 0px;
    font-size: 16px;
    border: 1px solid #ccc;
    font-weight: 400;
    display: table-cell;
    font-family: 'Poppins', sans-serif;
}
.customselect:focus{outline: none;}
.for-select {
    font-size: 1rem;
    line-height: 42px;
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    vertical-align: top;
    color: #84a7c9;
    border: #000 1px solid;
        border-right-color: rgb(217, 226, 234);
        border-right-style: solid;
        border-right-width: 1px;
    border-right: 0px;
}

.mbottom .btn:hover{color: #fff;}
.mbottom .btn:focus{box-shadow: none;}
.mbottom input::placeholder,.mbottom select::placeholder {
    color: #000 !important; opacity: 1;
}
.mbottom input, .mbottom select {
    color: #000;
}

.modal-body .btn:hover{color: #fff; background: #b64a32; border:1px solid #b64a32;}
.modal-body .btn:focus{box-shadow: none;}
#myModal .modal-header.right-part-side {
    display: inline-block;
    text-align: left;
}
#myModal .modal-body.right-side-text {
    text-align: left;
}
#onload .modal-header.load-page {
    text-align: left;
    display: inline-block;
}
#onload .modal-body.load-page-content {
    text-align: left;
}
#onload .load-page-content ol {
    margin-bottom: 0;
}

#onload.modal,#myModal.modal{padding-top: 0px;}
#myModal .modal-dialog {
    width: 600px;
    margin: 0px auto;
    height: 100%;
    display: flex;
    align-items: center;
}

#onload .modal-dialog {
    width: 600px;
    margin: auto auto;
    height: 100%;
    display: flex;
    align-items: center;
    transform: translate(0,0);
}
.control-remark__icon {
    position: absolute;
    top: -4px;
    left: 25%;
    width: 20px;
    height: 20px;
    background: transparent;
}
.control-group_fullwidth > span {
    display: table-cell;
}
.inp {
    font-size: 12px;
    font-weight: 400;
    line-height: 42px;
    position: relative;
    display: inline-block;
    background-color: inherit;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.inp::before {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    content: '';
    background-color: inherit;
}
.inp__box {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.control-group_fullwidth .inp__control {
    width: 100%;
}
.control-remark {
    font-size: 1rem;
    line-height: 48px;
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    vertical-align: top;
    color: #84a7c9;
    border: #ccc 1px solid;
        border-right-color: rgb(217, 226, 234);
        border-right-style: solid;
        border-right-width: 1px;
    border-right: 0px;
}
.inp__control {
    font: inherit;
    line-height: inherit;
    position: relative;
    display: inline-block;
    height: 46px;
    padding: 0 15px;
    outline: none;
    background-color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc !important;
    font-weight: 400;
    box-shadow: none;
    border: none;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.textarea_fullwidth {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.textarea {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    height: 108px;
    padding: 13px;
    resize: vertical;
    border: 1px solid #d9e2eb;
    border-radius: 2px;
    outline: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.register-pg-form .col-md-6 .control-group_fullwidth {
    display: table;
    width: 100%;
}
.register-pg-form .text .col-md-6.mbottom,.register-pg-form .text .col-md-12.mbottom {
    margin-bottom: 20px;
}
.control-remark .control-remark__icon img,.control-group .for-select img {
    filter: brightness(0%);
}
.register-pg-form {
    padding: 60px 0;
}
.reg-pg-sec .birth-date .main-lab {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    display: none;
}
.reg-pg-sec .birth-date select{
    line-height: 45px;
    width: 100%;
    height: 45px !important;
    padding: 0 15px !important;
    border-radius: 0;
    color:#000;
    background: #fff;
    text-indent: 0px;
    font-size: 16px;
    border: 1px solid #ccc;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.portlet .tab-pane .mbottom.birth-date .field-validation-error{
    left:15px;
}
#onload.modal .modal-content {
    height: 500px;
    overflow-x: hidden;
}
.feature-area {
    display: flex;
    width: 100%;
    height: 400px;
    position: relative;
    background: url(/images/feature-image.jpg) no-repeat;
}
.feature-area h1 {
height: 100%;
margin: 0;
align-items: center;
justify-content: center;
display: flex;
color:
#fff;
text-transform: uppercase;
font-weight: 600;
font-family: 'Poppins', sans-serif;
letter-spacing: 2px;
font-size: 60px;
}
.register-pg-form form {
    width: 80%;
    margin: auto;
    box-shadow: 0 0 13px rgba(0,0,0,0.1);
    padding: 40px;
}
.first-btn .control-group .full-label {
    padding-right: 15px;
    font-family: 'Poppins', sans-serif;
}
.first-btn .control-group label {
    font-family: 'Poppins', sans-serif;
    padding-right: 3px;
}
.update-btn label {
    padding-right: 6px;
}

/* My Account Page */
.breadcrumb {
    margin-top: 95px;
    padding: 20px 0 !important;
    background: #f5f5f5 !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px !important;
}
.breadcrumb .container {
    display:table;
}
.breadcrumb h2 {
    color: #243227;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    width: 30%;
}
.breadcrumb .breadcrumbs__list {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    text-align: right;
}
.breadcrumb .breadcrumbs__list li {
    display: inline-block;
    list-style: none;
    padding: 0 7px;
    color: #000;
    font-weight: 500;
}
.breadcrumb .breadcrumbs__list li a{
    color: #f4ca59;
}
.breadcrumb .breadcrumbs__list li a:hover{
    color: #000;
}

.section-pg {
    padding: 50px 0 70px;
}
.tab a {
    display: inline-block;
    width: 100%;
    padding: 13px 15px;
    border-bottom: 1px solid #fff;
    color: #000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.tab a:last-child{
    border-bottom: 0px;
}
.tab {
    background: #f4ca59;
    width: 90%;
}
.tab a.tablinks.active,.tab a.tablinks:hover {
    color: #fff;
    background: #000;
}

.profile-sec .pro-img img {
    width: 100%;
}
.profile-sec .pro-img {
    width: auto;
    height: auto;
    border-radius: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 0 auto 17px;
}
.profile-sec h4 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0;
}
.tabcontent .col-lg-9 .form-group {
    display: inline-block;
    width: calc(51.4% - 20px);
    margin-right: 20px;
    float: left;
}
.tabcontent .col-lg-9 .form-group:nth-child(2n) {
    margin-right: 0;
    float: right;
}
.content-area .form-group span {
    display: inline-block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 3px;
}
.tabcontent .form-group .field-type {
    border: 1px solid #d7d7d7;
    padding: 8px 15px;
    font-weight: 400;
    font-size: 16px;
    color: #959595;
}
.tabcontent .col-lg-9 .btn {
    background: #f4ca59;
    color: #000;
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
    padding: 8px 15px;
}
.tabcontent .col-lg-9 .btn:hover {
    background: #000;
    color: #fff;
}
.section-pg .col-lg-8 {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 25px;
}
.title-box {
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 23px;
    margin-bottom: 50px;
    font-size: 37px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.title-box::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 7px;
    bottom: -4px;
    width: 100px;
    background: #f4ca59;
}


/* Responsive */
@media only screen and (max-width: 1700px){
.container {
    max-width: 1300px !important;
}
.main-slide-con {
    width: 1300px;
}
.slider-social {
    width: 1300px;
}
.navbar ul li {
    padding: 0 25px;
}
.site-header .right-header-bar a {
    padding: 0 5px;
}
.slide-text {
    padding-top: 0px;
}
.slide-text>h1 {
    line-height: 88px;
    font-size: 76px;
}
.slide-text p {
    margin-bottom: 45px;
    font-size: 18px;
}
.slide-text h2 {
    margin-bottom: 16px;
}
.main-slide-con .slide-text a {
    padding: 13px 30px;
    font-size: 19px;
}
.top-tit {
    letter-spacing: 6px;
    font-size: 20px;
    margin-bottom: 16px;
}
.main-tit {
    font-size: 52px;
    letter-spacing: 4px;
    line-height: 62px;
}
.after-slider-sec:before {
    top: auto;
    bottom: -26px;
    background-size: 700px;
    background-position: bottom left;
}
.des-sec a {
    padding: 14px 19px;
    margin-top: 25px;
}
.after-slider-sec {
    padding-top: 70px;
    padding-bottom: 70px;
}
.offer-sec {
    padding-top: 90px;
    padding-bottom: 80px;
}
.box-main img {
    margin-bottom: 50px;
    margin-top: -120px;
    width: 100%;
}
.box-main h2 {
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 40px;
    margin-bottom: 25px;
}
.offer-sec .box-main {
    margin-top: 110px;
}
.contact-tit {
    font-size: 35px;
    margin-bottom: 20px;
}
.footer-last .col-lg-8 ul li {
    padding: 26px 25px;
}
.video-sec::before {
    width: 660px;
    background-position: center;
    background-size: cover;
}
}

@media only screen and (max-width: 1439px){
.container {
    max-width: 1200px !important;
}
.main-slide-con {
    width: 1200px;
}
.slider-social {
    width: 1200px;
}
.slide-text h2 {
    margin-bottom: 14px;
    font-size: 18px;
}
.slide-text>h1 {
    line-height: 76px;
    font-size: 62px;
}
.slide-text p {
    margin-bottom: 43px;
    font-size: 16px;
}
.main-slide-con .slide-text a {
    padding: 13px 25px;
    font-size: 18px;
}
.slide-text {
    padding-top: 50px;
}
.main-tit {
    font-size: 45px;
    letter-spacing: 4px;
    line-height: 52px;
}
.after-slider-sec:before {
    background-size: 640px;
}
.des-sec a {
    padding: 14px 18px;
    margin-top: 20px;
}
.offer-sec {
    padding-top: 80px;
    padding-bottom: 70px;
}
.offer-sec .box-main {
    margin-top: 100px;
    padding: 30px;
}
.box-main img {
    margin-bottom: 40px;
}
.box-main h2 {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 36px;
    margin-bottom: 23px;
}
.box-list-sec .right-content-sec {
    padding: 10px 0px 0px 13px;
}
.box-list-sec .right-content-sec h2 {
    margin-top: 0;
    font-size: 20px;
}
.contact-field .col-lg-8 .inn-box {
    padding: 40px;
}
.contact-field .col-lg-4 .inn-con {
    padding: 40px;
}
.contact-tit {
    font-size: 31px;
    margin-bottom: 17px;
}
}    

@media only screen and (max-width: 1365px){
.video-sec::before {
    width: 600px;
}
}

@media only screen and (max-width: 1279px){
.container {
    max-width: 1140px !important;
}
.main-slide-con {
    width: 1140px;
}
.site-header .title-area {
    width: 13%;
}
.site-header nav {
    padding-left: 0px;
}
.navbar ul li {
    padding: 0 20px;
}
.slide-text h1 span {
    font-size: 55px;
}
.slide-text>h1 {
    font-size: 55px;
    line-height: 58px;
    margin-bottom: 23px;
}
.slide-text p {
    font-size: 23px;
    line-height: 36px;
    margin-bottom: 40px;
}
a.arrow-down {
    width: 1140px;
}

.after-slider {
    padding: 40px 0 0;
}

.tabcontent .cont-tab {
    padding: 0 60px;
}
.title-sec {
    font-size: 41px;
    line-height: 43px;
}
.drive-class h2.title-sec {
    margin-bottom: 0px;
    padding-bottom: 40px;
}
.drive-class h2.title-sec:before {
    height: 200px;
}

.video-con-sec .cont-in-video {
    width: 60%;
}

.enq-bg .form-enq-field:before {
    left: -210px;
}
.enq-bg .form-enq-field:after {
    right: -240px;
    width: 240px;
}
.foot-social ul.social-ico li {
    padding: 0 4px;
}
.footer-main .foot-social {
    width: 17%;
}
.footer-main .foot-logo {
    width: 17%;
}
.footer-main .foot-menu {
    width: 66%;
}

/* Blog detail */
.news-detail-tit {
    font-size: 30px;
    margin-bottom: 24px;
}
.left-blog-detail img {
    padding-bottom: 25px;
}
.left-blog-detail p {
    margin-bottom: 20px;
}
.sidebar h3 {
    font-size: 26px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.sidebar h3:before {
    height: 3px;
}
.sidebar-news ul li {
    padding: 12px 0;
}
.sidebar .search-box {
    margin-bottom: 20px;
}
.news-inner-main aside.sidebar {
    padding: 40px 25px 0 25px;
}
.news-inner-main.news-detail-top {
    padding-bottom: 30px;
}
.news-inner-main .left-blog-detail {
    padding-top: 40px;
}

/* Contact us */
.cntc-pg-frm {
    padding: 50px 0;
}
}


 .hide {
    display: none;
}

.redFontValidate {
    color: #DE6033 !important;
    font: inherit;
    float: left;
    border: none !important;
    padding: 3px 0 0 0 !important;
    font-size: inherit !important;
    font-weight: 400 !important;
}

.btn-last-cls{
    display:inline-block;
}
.Validation {
    border-bottom: 1px solid red !important;
}


.nav.nav-pills {
    display: flex;
    margin: auto;
    float: none;
    position: relative;
    padding: 0px 0 10px;
    justify-content: center;
}

.nav.nav-pills li:first-child {
        margin-left: 0;
    }

.nav.nav-pills li {
        margin-left: 20px;
    }

 .nav.nav-pills li:first-child {
    margin-right: 0;
}

    .nav.nav-pills li {
        float: left;
        list-style: none;
        margin-left: 30px;
        position: relative;
        margin-right: 20px;
    }
.portlet ul li.active a.step span.number {
    background: #000 !important;
}
.portlet ul li a.step span.number {
    height: 65px !important;
    width: 65px !important;
    line-height: 42px;
    font-size: 24px !important;
}
.portlet ul li.active .step span.desc, .portlet ul li.active .step span.number {
    color: #000;
}
.portlet ul li .step span.desc, .portlet ul li .step span.number {
    color: #989898;
}
.portlet .form-wizard ul.nav li {
    width: auto;
}
.portlet .control-group_fullwidth {
    display: table;
    width: 100%;
}
 .ffl-wrapper .ffl-label {
            left: 20px;
        }
         .ffl-wrapper.ffl-floated .ffl-label {
            top:0;
            font-size: 0.9em;
        }
        #onload .load-page-content p.MsoListParagraph {
    text-align: left !important;
    direction: ltr;
    margin-right: 0 !important;
}
#Frm_Register .page-wrapper .portlet {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    padding: 0 !important;
    border: 0px !important;
    display: inline-block;
    width: 100%;
}
.portlet .reg-pg-sec .col-md-12 button {
    background: #000;
    color: #fff;
}
.portlet .reg-pg-sec .col-md-12 button:hover {
    background: #f4ca59;
    color: #000;
    border:1px solid #f4ca59;
}
#myModal .modal-content .btn.btn-default {
    background: #000;
    color: #fff;
    margin-top: 10px;
}
#myModal .modal-content .btn.btn-default:hover {
    background: #f4ca59;
    color: #000;
    border:1px solid #f4ca59;
}

.info-page {
    margin-bottom: 20px;
}
.info-page>label {
    color: #6c6c6c;
    font-size: 16px;
    font-weight: 600;
}
.info-page .custom-file input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

.info-page .custom-file {
    height: auto;
}
.portlet .attach-tab .mbottom .btn {
    background: #000;
    color: #fff;
}
.portlet .attach-tab .mbottom .btn.submt {
    background: #8c8c8c;
     border:1px solid #8c8c8c;
}
.portlet .attach-tab .mbottom .btn.submt:hover {
    background: #f4ca59;
    border:1px solid #f4ca59;
}
.portlet .attach-tab .mbottom .btn:hover {
    background: #f4ca59;
    color: #000;
    border:1px solid #f4ca59;
}
#onload .btn.btn-default {
    background: #000;
    color: #fff;
}
#onload .btn.btn-default:hover {
    background: #f4ca59;
    color: #000;
    border:1px solid #f4ca59;
}

.change-pswd .login .col-md-12.mbottom {
    padding: 0;
    margin-bottom: 20px;
}
.change-pswd .login .control-group {
    display: table;
    width: 100%;
}
.change-pswd .login .btn.btn__text {
    background: #000;
    color: #fff;
    line-height: 23px;
    padding: 5px 18px 9px;
}
.change-pswd .login .btn.btn__text:hover {
    background: #f4ca59;
    color: #000;
    border:1px solid #f4ca59;
}
.change-pswd .login .field-validation-error span {
    color: #fe0000;
}
.content-area .col-lg-3 .btn {
    background: #000;
    color: #fff;
    display: block;
    padding: 5px 16px;
    font-size: 15px;
    margin: 10px auto 0;
    width: 72px;
}
.content-area .col-lg-3 .btn:hover{
        background: #f4ca59;
    color: #000;
    border:1px solid #f4ca59;
}


.user-pro-pg .first-step-tab .col-md-6.mbottom {
    margin-bottom: 20px;
}
.user-pro-pg .first-step-tab .col-md-6.mbottom .control-group {
    display: table;
    width: 100%;
}
.user-pro-pg .tab-content .btn-last-cls {
    padding: 0;
}
.user-pro-pg .tab-content .btn-last-cls button {
    background: #000;
    color: #fff;
    padding: 3px 15px 7px;
}
.user-pro-pg .tab-content .btn-last-cls button:hover {
        background: #f4ca59;
    color: #000;
    border:1px solid #f4ca59;
}
.user-pro-pg .nav.nav-pills {
    padding-bottom: 30px;
    padding-top: 10px;
}
.user-pro-pg ul.nav li {
    background: #000;
    padding: 11px 20px;
    margin: 0 6px !important;
    transition: all 0.3s ease-in-out;
}
.user-pro-pg ul.nav li:hover{
    background: #f4ca59;
}
.user-pro-pg ul.nav li a{
    color: #fff;
}
.user-pro-pg ul.nav li:last-child {
    margin: 0;
}
.user-pro-pg ul.nav li.active {
    background: #f4ca59;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.user-pro-pg .info-page label.redFontValidate {
    position: absolute;
    left: 0;
    bottom: -29px;
}

.sweet-alert .sa-icon.sa-success .sa-line {
    background-color: #545454 !important;
}
.sa-button-container .sa-confirm-button-container .confirm {
    background: #f4ca59 !important;
}
.sa-button-container .sa-confirm-button-container .confirm:hover {
    background: #000 !important;
}