body {
    font-family: 'Josefin Sans', sans-serif, arial, helvetica;
    color: #505050;
    font-size: 14px;
    padding-top:65px;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

img[alt] {
    color: transparent
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}
button, button:hover, button:focus{
    outline:none;
}

.block {
    display: block;
    width: 100%
}

.inline {
    display: inline;
    width: auto
}

.navbar-dark {
    background-color: rgb(242,243,245);
    padding: 0;
}

.navbar-dark .navbar-brand {
    background-color: transparent;
    padding: 5px 10px;
    margin-right: 0
}

.navbar-dark .navbar-brand-title {
    color: #505050
}

.navbar-dark .navbar-brand-title:hover {
    color: #fff
}

.navbar-dark .navbar-collapse {
    flex-grow: 1;
}

.navbar-dark .navbar-nav>.nav-item,
.navbar-dark .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    font-size: 12px;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav>.nav-item>.nav-link {
    color: #505050;
    text-transform: uppercase;
    padding-top:24px;
    padding-bottom:24px;
    font-weight: 600;
}

.navbar-dark .navbar-nav>.active>.nav-link,
.navbar-dark .navbar-nav>.nav-item:hover>.nav-link {
    background-color: transparent;
    color: #ea8941;
    position: relative;
}

.dropdown-menu {
    padding: 0 0;
    top: 64px;
    opacity:0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.navbar-dark .navbar-nav>li>ul>li.dropdown>.dropdown-menu {
    left: 100%;
    top: -3px
}

.drop-arrow {
    cursor: pointer
}

.drop-arrow:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 20px;
    border: none;
    background: transparent;
    color: #505050;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 64px;
    margin: 0
}

.navbar-dark .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    padding: 8px 20px
}

.navbar-dark .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #ea8941;
    color: #fff
}

.navbar-dark .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover~.drop-arrow:after {
    color: #fff
}

.navbar-dark .navbar-toggler {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-color: #505050!important;
    color: #505050!important;
    font-size: 24px;
    margin-right: 10px;
    position: absolute;
    right:7px;
    top:12px;
    z-index: 2;
}

.navbar-light {
    background-color: #f9f9f9;
    padding: 0;
    border-bottom: 1px solid #d9d9d9;
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    display: block;
    transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out
}

.navbar-light.fixed-menu {
    position: fixed;
    left: 0;
    top: 55px;
    z-index: 20
}

.navbar-light .navbar-nav>.nav-item>.nav-link {
    color: #666;
    padding: 10px
}

.navbar-light .navbar-nav>.active>.nav-link,
.navbar-light .navbar-nav>.nav-item:hover>.nav-link {
    color: #082c58
}

.top-social{
    text-align: right;
    list-style: none;
}
.top-social li{
    display:inline-block;
}
.top-social li a{
    font-size:18px;
    color:#505050;
    display:inline-block;
    padding:13px 6px 0px 6px;
}
.quick-phone-top a{
    font-size:22px;
    color:#505050;
}
.quick-tour a{
    font-size:22px;
    color:#505050;
}
.top-social li a:hover, .quick-phone-top a:hover, .quick-tour a:hover{
    color:#ea8941;
}

.brand{
    text-align: center;
}
.brand .logo img{
    max-width: 98%;
}

.form-input-section {
    display: none
}

.form-input-section:first-child {
    display: block
}

.form-group{
    position: relative;
}
.form-control,
.form-control:focus {
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight:300;
    line-height: 40px;
    color: #505050;
    background-color: #f2f2f2;
    border-radius: 0;
    background-image: none;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative
}

span.form-control {
    padding-top: 0;
    line-height: 36px
}

textarea.form-control,
textarea.form-control:focus {
    line-height: inherit;
    height: 70px
}

textarea.srt {
    line-height: inherit !important;
    height: 40px !important;
	text-align:center !important
}

label small {
    color: #088ead;
    font-size: 10px
}

label.check-btn input[type="checkbox"],
label.check-btn input[type="radio"] {
    margin-right: 5px;
    position: relative;
    top: 1px
}

label.check-btn {
    cursor: pointer;
    position: relative;
    padding: 6px;
    margin-bottom: 8px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: transparent;
    border-color: transparent;
    color: #3e3e3e;
    text-align: left;
    padding-left: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

label.check-btn:hover {
    background-color: #ddefef;
    border-color: #85bbc8;
    color: #3e3e3e
}

label.check-btn.white {
    background-color: #ffffff!important;
    color: #333333!important;
    border: 1px solid #d4d4d4!important
}

label.check-btn.white:hover {
    color: #088ead!important;
    background-color: #ddefef;
    border-color: #85bbc8
}

label.check-btn input[type="checkbox"],
label.check-btn input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

label.check-btn .checkmark {
    position: absolute;
    top: 6px;
    left: 5px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin: 0
}

label.check-btn input[type="checkbox"]~.checkmark {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

label.check-btn .checkmark:after {
    content: "";
    position: absolute;
    display: block;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #ededed;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

label.check-btn:hover input[type="checkbox"]~.checkmark,
label.check-btn:hover input[type="radio"]~.checkmark {
    background-color: #ccc
}

label.check-btn:hover input[type="checkbox"]~.checkmark:after,
label.check-btn:hover input[type="radio"]~.checkmark:after {
    border-color: #fff
}

label.check-btn input[type="checkbox"]:checked~.checkmark,
label.check-btn input[type="radio"]:checked~.checkmark {
    background-color: #00c1ff;
    border: 1px solid #00c1ff
}

label.check-btn input[type="checkbox"]:checked~.checkmark:after,
label.check-btn input[type="radio"]:checked~.checkmark:after {
    border-color: #fff
}

.has-icon {
    position: relative
}

.has-icon .fa {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    width: 28px;
    text-align: center;
    line-height: 40px;
    color: #b9b8b8;
    font-size: 18px
}

.has-icon .form-control {
    padding-left: 30px
}

.has-icon.right .fa {
    right: 0;
    left: auto
}

.has-icon.right .form-control {
    padding-right: 30px;
    padding-left: 12px
}

.btn {
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  padding: 6px 10px;
  margin: 0px 0 0px 0;
  border-radius: 5px 5px;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
  letter-spacing:1.2px
}

.btn:before {
    content: '';
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #333333;
    z-index: -1;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.btn.invert {
    background-color: #fff;
    border-color: transparent;
    color: #333333;
}

.btn:hover,
.btn.invert:hover {
  background-color: #fff;
  border: 1px solid #bd1c1d;
  color: #000000;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}
/*
.btn:hover:before {
    width: 100%
}
*/
.btn.focus,
.btn:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover{
    background-color: #cccccc;
    color:#ffffff;
    border-color:#cccccc;
    opacity:1;
}
.btn.invert:disabled, .btn.invert.disabled{
    background-color: #ffffff;
    color:#cccccc;
}

.btn:disabled:hover:before, .btn.disabled:hover:before{
    width:0px;
}

.btn-wrapper-right {
    text-align: right
}

.btn-wrapper-left {
    text-align: left
}

.img-responsive {
    width: 100%;
    max-width: 100%;
}

.top-section {
    position: relative;
    padding-bottom: 20px;
    color: #fff;
    background-color: #f5f5f5;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat
}

.top-section .slide{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:580px;
    position: relative;
}
.top-section .slide:before{
    content: '';
    position: absolute;
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,0.3);
}
.top-section .slide .text h1{
    margin-top:150px;
    font-size:36px;
    text-shadow:2px 2px 5px #000000;
    color:#ffffff;
    text-transform: uppercase;
    padding-right:100px;
    font-weight: 600;
}
.top-section .slide .callback-form{
    margin-top:30px;
    background-color:rgba(0, 0, 0, 0.39);
    padding:20px;
    padding-bottom: 0px;
    text-align: center;
}

.top-section .slide .callback-form .title{
    font-size:20px;
    text-transform: uppercase;
    color:#ffffff;
    font-weight: 600;
    margin-bottom:15px;
}

.section {
    padding: 85px 0 70px 0
}

.section .section-title {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    font-weight: bold;
    color: #505050
}
.section .description{
    font-size:18px;
    text-align: justify;
    font-weight: 300;
}

.floating{
    display:none;
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index: 1050;
    padding:10px;
    background-color:#2a5869;
}
.floating .content{
    position: relative;
    height: 100%;
    width:100%;
    padding:65px 10px 30px 10px;
    background-color:#ffffff;
}
.floating .close-section{
    position: absolute;
    top:0px;
    right:10px;
    cursor: pointer;
    font-size: 45px;
    font-weight: lighter;
}
.floating-section-open{
    overflow: hidden;
}
.floating .floating-content{
    overflow: auto;
    overflow-y:visible;
    overflow-x:hidden;
    position: relative;
    height: 100%;
    width:100%;
}
.floating .section-title{
    position: absolute;
    top:22px;
    left:0px;
    width:100%;
    text-align: left;
}
.floating .plan-trip-btn{
    position: fixed;
    bottom:5px;
    left:0px;
    width:100%;
    text-align: center;
}
.intro-block {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.intro-block h3 {
    font-size: 26px;
    color: #505050;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: none
}

.intro-block .icon-box {
    display: inline-block;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    color: #505050;
    margin-bottom: 20px;
}

.intro-block .text {
    text-transform: uppercase;
    font-weight: 300;
}


.popular-destinations {
    background-color: #f2f2f2;
    position: relative;
    padding:15px 20px;
}

.destinations .item {
    padding: 0px;
}

.destinations .item>a {
    display: block;
    overflow: hidden;
    background-color: #fff;
    position: relative
}

.destinations .detail {
    background-color: #fff;
    font-size: 13px;
    padding: 15px;
    position: relative
}
.destinations .dest-info {
    height: 100%;
    position: absolute;
    top:0px;
    left:0px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    color:#fff;
}

.destinations [class*="col-"] {
    padding: 5px;
    margin: 0;
}
.destinations .item .dest-info i {
    font-size: 16px;
    font-style: normal;
    opacity: 0;
}
.destinations .item .dest-info i.plus-icon{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-30px;
    margin-left:-16px;
}
.destinations .item .dest-info i.plus-icon:after{
    content:'+';
    font-size:60px;
    line-height: 60px;
    font-weight: lighter;
}
.destinations .item .dest-info h3 {
    font-size: 22px;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
}

.destinations .item:hover .dest-info {
    background-color: rgba(0, 0, 0, 0.39);
}

.destinations .item:hover .dest-info i{
    opacity: 1
}

.destination-btn {
    padding: 6px 6px 6px 18px;
    margin-bottom: 8px;
    font-size: 14px;
    background-color: #ddefef;
    border: 1px solid #85bbc8;
    color: #3e3e3e;
    display: inline-block;
    width: 100%;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.destination-btn:before {
    content: '\f041';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 5px;
    line-height: 32px
}

.destination-btn:hover {
    background-color: #73c0de;
    color: #3e3e3e
}

.destination-btn-title {
    font-size: 18px
}

.dest-image{
    max-width: 100%;
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.company-features {
    
}

.clients-reviews {
    position: relative;
    background-color: #ffffff
}

.client-slider {
    padding: 0 125px
}

.client-slider .owl-dots .owl-dot span {
    border: 1px solid #fff
}

.client-slider .owl-dots .active span {
    opacity: 0.5!important;
    background-color: #111
}

.client-slider-footer {
    height: 40px
}

.client-slider-btn {
    color: #ea8941;
    text-align: center;
    max-height: 40px
}

.client-slider-btn a {
    cursor: pointer;
    display: inline-block;
    color: #ea8941;
    padding: 0 18px;
    font-size: 33px
}

.client-slider-btn a:hover {
    color: #3e3e3e
}

.clients .item {
    position: relative;
    padding: 15px;
    background-color: #fff;
    border-left: 4px solid #ea8941;
}

.clients .item:after {
    content: ' ';
    clear: both;
    display: table
}
.clients .text {
    padding: 0px 15px;
    position: relative;
    text-align: justify;
    font-weight: 300;
    font-size: 20px;
}

.clients .about {
    font-size: 14px;
    color: #505050;
    padding: 15px 15px 0px 35px;
    position: relative;
    text-transform: uppercase;
    font-weight: lighter;
}
.clients .about:after {
    content: '\f10d';
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #999999;
    position: absolute;
    top: 9px;
    left: 15px;
}

.plan-trip-banner{
    background-color:rgba(0, 0, 0, 0.59);
    color:#ffffff;
    padding:25px 0;
}
.plan-trip-banner h2{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.contact h3{
    text-transform: uppercase;
    font-size:15px;
    font-weight: 900;
}
.contact p{
    font-weight: 300;
    font-size:16px;
}
.contact-form{
    margin-bottom: 20px;
}

.google-map iframe {
    border: none;
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: -46px;
    margin-bottom: 35px
}

footer {
    color: #ffffff;
    background-color:#252525;
}
footer .footer-line {
    padding: 15px 0;
    text-align: center;
}
footer .footer-line .text {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
footer .footer-line .text a{
    color:#ea8941;
}
footer .footer-line a{
    color:#fff;
}
footer .social-icons{
    margin-bottom: 10px;
}
footer .social-icons a {
    font-size: 16px;
    margin: 0 2px;
    color: #ffffff;
    display: inline-block;
    width: 30px;
    text-align: center
}
footer .social-icons a:hover {
    color: #fff;
    border-color: #fff
}

#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 12px;
    text-align: center;
    color: #fff;
    background-color: #ea8941;
    display: none;
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    font-weight: 700;
    cursor: pointer;
    z-index: 1020;
}

#back-to-top:hover {
    color: #fff;
    background-color: #2a5869;
}

.ui-datepicker {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 10px
}
.ui-datepicker .ui-datepicker-header{
    background: none;
    background-color:#ea8941;
    color:#ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border:none;
}
.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover{
    background:none;
    border:none;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next-hover{
    right:0px;
    top:0px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev-hover{
    left:0px;
    top:0px;
}
.ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-prev .ui-icon{
    background:none;
    height:22px;
    width:22px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev .ui-icon:before, .ui-datepicker .ui-datepicker-next .ui-icon:before{
    font-family: 'FontAwesome';
    text-indent: 0;
    height:22px;
    width:22px;
    line-height: 22px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top:0;
    left:0;
}
.ui-datepicker .ui-datepicker-prev .ui-icon:before{
    content: '\f104';
}
.ui-datepicker .ui-datepicker-next .ui-icon:before{
    content: '\f105';
}

.ui-datepicker th,
.ui-datepicker td {
    font-size: 13px;
    text-align: center;
}

.ui-datepicker th {
    color: #333333;
    font-weight: 600
}
.ui-datepicker th.ui-datepicker-week-end {
    color: #ea8941;
}
.ui-datepicker .ui-datepicker-month, .ui-datepicker .ui-datepicker-year{
    font-weight: normal;
}
.ui-datepicker td span, .ui-datepicker td a{
    text-align: center;
}
.ui-datepicker .ui-state-default, .ui-datepicker .ui-state-active{
    background:none;
} 
.ui-datepicker .ui-state-default:hover, .ui-datepicker .ui-state-active:hover{
    background:none;
    background-color:#ea8941;
    border-color:#ea8941;
    color:#ffffff;
}
.ui-datepicker .ui-state-active{
    background-color:#2a5869;
    border-color:#2a5869;
    color:#ffffff;
}

.datepicker[readonly] {
    background-color: #f2f2f2;
}

.img-loading{
    width: 40px;
    height: 40px;
    position: absolute;
    top:45%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    line-height: 40px;
    display: inline-block;
    font-size: 40px;
    color: #999999;
    z-index: 1;
}

.alert{
    border-radius:10px !important;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
}

@media screen and (max-width:1024px) {
    .client-slider {
        padding: 0 10px
    }
}

@media screen and (min-width:992px) and (max-width:1100px) {
    .navbar-dark .navbar-nav>.nav-item,
    .navbar-dark .navbar-nav .dropdown .dropdown-menu .dropdown-item {
        font-size: 12px
    }
}

@media screen and (min-width:992px) {
    .dropdown-menu .dropdown .drop-arrow:after {
        content: '\f105';
        color: #00c1ff;
        right: 5px
    }
    .navbar-dark.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 18px;
        padding-left: 18px
    }
    .navbar-dark .navbar-nav>li.dropdown>.dropdown-menu,
    .navbar-dark .navbar-nav>li>ul>li.dropdown>.dropdown-menu {
        max-height: 0;
        opacity: 0;
        display: block;
        visibility: hidden
    }
    .navbar-dark .navbar-nav>li.dropdown:hover>.dropdown-menu,
    .dropdown-menu.show {
        visibility: visible;
        opacity: 1;
        max-height: 600px
    }
    .navbar-dark .navbar-nav>li>ul>li.dropdown:hover>.dropdown-menu {
        visibility: visible;
        opacity: 1;
        max-height: 600px
    }
    .navbar-dark .navbar-nav>li.dropdown>.nav-link {
        padding-right: 20px
    }
    .navbar-dark .navbar-nav>.active>.nav-link:before,
    .navbar-dark .navbar-nav>.nav-item:hover>.nav-link:before {
        content: '';
        width: 100%;
        border-top: none;
        position: absolute;
        top: -9px;
        left: 0
    }
}

@media screen and (max-width:991px) {
    .navbar-dark .navbar-nav {
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto;
        overflow-x: hidden
    }
    .navbar-dark .navbar-collapse{
        background-color:#2a5869;
    }
    
    .navbar-dark .navbar-nav .dropdown-menu {
        margin-top: 0;
        opacity:1;
    }
    .navbar-dark .navbar-nav>.nav-item>.nav-link {
        padding-left: 10px;
        padding-top:10px;
        padding-bottom: 10px;
        color: #ffffff;
    }
    .navbar-dark .navbar-nav>.active>.nav-link,
    .navbar-dark .navbar-nav>.nav-item:hover>.nav-link {
        background-color: transparent;
    }
    .drop-arrow:after {
        bottom: auto;
        top: 0;
        right: 0;
        left: auto;
        margin: 0;
        display: inline-block;
        width: 37px;
        height: 37px;
        line-height: 37px;
        text-align: center;
        color:#ffffff;
        background-color:#ea8941;
    }
    .dropdown-menu .dropdown .drop-arrow:after {
        content: '\f107';
        color: #088ead;
        right: 0;
        border-left: 1px solid #fff
    }
    .navbar-dark .navbar-nav>li:hover>.drop-arrow:after,
    .navbar-dark .navbar-nav>li.active>.drop-arrow:after {
        background-color: #ffffff;
        color:#505050;
    }
    .navbar-dark .navbar-nav>li>ul>li:hover>.drop-arrow:after,
    .navbar-dark .navbar-nav>li>ul>li.active>.drop-arrow:after {
        background-color: #088ead;
        color: #fff
    }
    .navbar-dark .navbar-nav>li>ul>li.dropdown>.dropdown-menu .dropdown-item {
        padding-left: 32px
    }
    .quick-phone-top{
        min-height: 60px;
        line-height: 60px;
    }
}
@media (max-width:767px) {
    footer .footer-line .text {
        text-align: center;
        margin-bottom: 10px
    }
    footer .social-icons {
        text-align: center
    }
    .top-section .slide .text{
        text-align: center;
    }
    .top-section .slide .text h1 {
        margin-top: 30px;
        font-size:18px;
        padding:0;
    }
    .top-section .slide .callback-form{
        margin-top:10px;
    }
}

@media (min-width:768px) {
    .top-section .container {
        padding-top: 30px;
        height: 475px
    }
}

@media screen and (max-width:768px) {
    .navbar-dark .navbar-brand-title {
        margin-left: -18px
    }
}

@media (min-width:737px) and (max-width:768px) {
    .top-section .container {
        height: 515px
    }
}

@media screen and (max-width:640px) {
    .clients .item {
        text-align: center
    }
    .clients .media {
        float: none;
        display: inline-block
    }
    .clients .detail {
        margin-left: auto
    }
    .clients .text,
    .clients .about {
        padding-left: 25px
    }
    .clients .text:before {
        left: 0
    }
}


@media screen and (max-width:480px) {
    .clients .item.video {
        width: 100%
    }
}

@media screen and (max-width:420px) {
    .intro-block {
        padding-left: 0;
        text-align: center
    }
    .intro-block .icon-box {
        position: inherit;
        margin-bottom: 10px;
        display: inline-block
    }
}


@media screen and (max-width:360px) {
    .footer-main {
        text-align: center
    }
}
/* footer Start */
.footer-bg{background:#193651;text-align:center;padding:30px 0;color:#fff}
.footer-bg a{color:#fff;padding:0 6px;text-decoration:none;text-transform:uppercase;font-size:12px}
.footer-bg a:hover{color:#f77026}
.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}
@media(min-width:768px){.container{width:750px}}
@media(min-width:992px){.container{width:970px}}
@media(min-width:1200px){.container{width:1170px}}
.mr10,.mr-sm{margin-right:10px!important}
.mr10.n,.mr-sm.n{margin-right:-10px!important}
.yello-color{color:#ffa200}
.text-left{text-align:left}
.mt20,.mt-md{margin-top:20px!important}
.mt20.n,.mt-md.n{margin-top:-20px!important}
.mb0,.mb-n{margin-bottom:0!important}
.footer-border{border-bottom:#22415d 1px solid}
.pb30,.pb-lg{padding-bottom:30px!important}
.pb40,.pb-xl{padding-bottom:40px!important}
.mb30,.mb-lg{margin-bottom:30px!important}
.mb30.n,.mb-lg.n{margin-bottom:-30px!important}
/* footer End*/
.noti{width:auto;height:auto;position:fixed;bottom:0px;left:10px;}
.visible-xs {display:block!important}
.visible-xs{display:none!important}
@media(max-width:767px){.hidden-xs{display:none!important}}
@media(max-width:768px){.hidden-xs{display:none!important}.visible-xs{display:block!important}}
a.button_blue,a.button_white,a.button_transparent {
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  padding: 6px 10px;
  margin: 10px 0 20px 0;
  border-radius: 5px 5px;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

a.button_blue {
  background-color: #31708f;
  border: 1px solid #bd1c1d;
  color: #fff;
}

a.button_blue:hover {
  background-color: #fff;
  border: 1px solid #bd1c1d;
  color: #000000;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

a.button_white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

a.button_white:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #454545;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

a.button_transparent {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

a.button_transparent:hover {
  background-color: #bd1c1d;
  border: 1px solid #bd1c1d;
  color: #fff;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

.align_center {
  text-align: center !important;
}
@media handheld,only screen and (max-width:767px) {
  a.button_blue,a.button_white {
    font-size: 10px;
    padding: 7px 14px;
    margin: 0 0 20px 0;
  }
}
.white-bg{background-color:#FFF!important}
.gray-bg{background-color:#f5f5f5!important;}

.mail-message-area{width:100%;padding:0 15px}
.mail-message{width:100%;background:rgba(255,255,255,.8)!important;-webkit-transition:all .7s;-moz-transition:all .7s;transition:all .7s;border-radius:0;color:#FF3535}
.not-visible-message{opacity:0}
.visible-message{height:auto;opacity:1;margin:2px auto 0}

