@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/oswald-v29-cyrillic-ext_cyrillic_latin_latin-ext_vietnamese-regular.eot);
    src: local(''), url(../fonts/oswald-v29-cyrillic-ext_cyrillic_latin_latin-ext_vietnamese-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/oswald-v29-cyrillic-ext_cyrillic_latin_latin-ext_vietnamese-regular.woff2) format('woff2'), url(../fonts/oswald-v29-cyrillic-ext_cyrillic_latin_latin-ext_vietnamese-regular.woff) format('woff'), url(../fonts/oswald-v29-cyrillic-ext_cyrillic_latin_latin-ext_vietnamese-regular.ttf) format('truetype'), url(../fonts/oswald-v29-cyrillic-ext_cyrillic_latin_latin-ext_vietnamese-regular.svg#Oswald) format('svg')
}

@font-face {
    font-family: Arvo;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/arvo-v13-latin-regular.eot);
    src: local('Arvo'), url(../fonts/arvo-v13-latin-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/arvo-v13-latin-regular.woff2) format('woff2'), url(../fonts/arvo-v13-latin-regular.woff) format('woff'), url(../fonts/arvo-v13-latin-regular.ttf) format('truetype'), url(../fonts/arvo-v13-latin-regular.svg#Arvo) format('svg')
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/roboto-slab-v9-cyrillic-ext_cyrillic_greek_latin_greek-ext_latin-ext_vietnamese-regular.eot);
    src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(../fonts/roboto-slab-v9-cyrillic-ext_cyrillic_greek_latin_greek-ext_latin-ext_vietnamese-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/roboto-slab-v9-cyrillic-ext_cyrillic_greek_latin_greek-ext_latin-ext_vietnamese-regular.woff2) format('woff2'), url(../fonts/roboto-slab-v9-cyrillic-ext_cyrillic_greek_latin_greek-ext_latin-ext_vietnamese-regular.woff) format('woff'), url(../fonts/roboto-slab-v9-cyrillic-ext_cyrillic_greek_latin_greek-ext_latin-ext_vietnamese-regular.ttf) format('truetype'), url(../fonts/roboto-slab-v9-cyrillic-ext_cyrillic_greek_latin_greek-ext_latin-ext_vietnamese-regular.svg#RobotoSlab) format('svg')
}

*,
:after,
:before {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

body {
    background: #104f94;
    font-family: Arvo, serif;
    font-size: 12px;
    color: #9e6659
}

h1 {
    font-family: Arvo, serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff
}

h2 {
    font-family: Arvo, serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400
}

h3 {
    font-family: Arvo, serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400
}

h4 {
    color: #ffc01d;
    font-size: 15px;
    font-weight: 400;
    font-family: Arvo, serif
}

h6 {
    color: #ffc01d;
    font-size: 14px;
    font-weight: 400
}

p {
    font-size: 14px
}

a {
    color: #fff;
    text-decoration: none
}

a:hover {
    color: #ffc01d
}

.clear {
    clear: both
}

.title {
    margin-bottom: 30px
}

.title h1 {
    color: #ffc01d
}

.title h2 {
    color: #fff
}

.border-bottom {
    border-bottom: none !important
}

.marRight30 {
    margin-right: 30px
}

.button a {
    font-family: Oswald, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #104f94
}

.button a:hover {
    color: #fff
}

.wrapper {
    width: 960px;
    margin: 0 auto
}

.page-wrapper {
    width: 960px;
    margin: -30px auto 0
}

.wrapper2 {
    width: 960px;
    margin-bottom: 60px;
    overflow: hidden
}

.services {
    width: 300px;
    float: left
}

.services .ititle h1 {
    color: #ffc01d;
    margin-bottom: 30px
}

.services img {
    margin-bottom: 30px
}

.services .content p {
    color: #85aedb;
    font-size: 14px
}

.services .content .button {
    background: url(../images/button2.png) no-repeat;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 70px
}

.header-wrapper {
    background: #8bc0fa
}

.logo {
    float: left;
    width: 300px;
    height: 145px;
    padding-top: 25px;
    text-align: center;
    background: url(../images/logobg.png) center no-repeat;
    position: absolute
}

.logo h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 400
}

.logo span {
    color: #fff;
    font-size: 14px
}

.menu {
    float: right;
    padding-top: 40px;
    padding-bottom: 30px;
    font-family: 'Roboto Slab', serif
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.sf-menu li {
    position: relative;
    white-space: nowrap;
    -webkit-transition: background .2s;
    transition: background .2s
}

.sf-menu ul {
    position: absolute;
    display: none;
    background: #15579f;
    opacity: 10;
    border-bottom: 1px solid #0e4786;
    min-width: 12em;
    z-index: 100
}

.sf-menu ul:hover {
    background: #104f94
}

.sf-menu>li {
    float: left;
    list-style: none;
    padding-right: 10px;
    color: #533c47
}

.sf-menu li.sfHover>ul,
.sf-menu li:hover>ul {
    display: block;
    position: absolute
}

.sf-menu>li a {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    color: #fff;
    text-align: left;
    padding: 8px 14px
}

.sf-menu a {
    display: block;
    position: relative;
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    text-align: center;
    padding: .75em 1em;
    text-decoration: none;
    zoom: 1;
    text-transform: none;
    color: #13a;
    text-transform: none
}

.sf-menu a:hover {
    background: #104f94;
    color: #fff;
    border-radius: 5px
}

.sf-menu a.active {
    background: #104f94;
    padding: 8px 14px;
    color: #fff;
    border-radius: 5px
}

.sf-menu ul ul {
    top: 0;
    left: 100%
}

.sf-menu {
    float: right;
    margin-bottom: 1em
}

.current,
.sf-menu li>ul a {
    text-transform: none
}

.sf-menu ul li {
    border-bottom: 1px solid #0e4786
}

.sf-menu ul li a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif
}

.sf-menu ul ul li {
    background: #15579f
}

.sf-menu li.sfHover,
.sf-menu li:hover,
.sf-menu ul ul li:hover {
    background: #104f94;
    border-radius: 5px
}

.sf-menu li.sfHover>a {
    color: #fff
}

.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: .9em;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url(../images/arrows-ffffff.png) 0 -100px no-repeat
}

li.sfHover>a .sf-sub-indicator,
li:hover>a .sf-sub-indicator {
    background-position: -10px -100px
}

.sf-menu ul .sf-sub-indicator {
    background-position: 0 0
}

.sf-menu ul li.sfHover>a .sf-sub-indicator,
.sf-menu ul li:hover>a .sf-sub-indicator {
    background-position: -10px 0
}

.banner-wrapper {
    background: url(../images/roadblur.jpg) top no-repeat #ffc01d;
    overflow: hidden;
    position: relative;
    height: 71vh;
    background-position: center;
}

.banner {
    width: 960px;
    /* margin: 0 auto; */
    /* padding-top: 100px; */
    /* padding-bottom: 200px; */
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding-left: 30px;
    padding-right: 30px;
}

.banner img {
    float: right;
    margin-top: 30px
}

.banner .content {
    float: left;
    overflow: hidden
}

.banner .content .title {
    float: left;
    border: 7px solid #fff;
    border-radius: 10px
}

/*.banner .content .title2 {
    float: left
}*/

.banner .content .title h1 {
    font-size: 95px;
    color: #104f94;
    font-weight: 400;
    margin-top: 75px
}

.banner span {
    color: #fff;
    font-size: 38px;
    float: none;
    margin-top: 30px;
    text-align: center;
    font-family: Arvo,serif;
    text-shadow: #073466 1px 0 10px;
    font-weight: 700;
}

.banner .content .button {
    background: url(../images/button.png) no-repeat;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-top: 50px;
    margin-bottom: 116px
}

.banner .content .button:hover {
    background: url(../images/button-hover.png) no-repeat;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-top: 50px;
    margin-bottom: 116px
}

.banner .content .button a {
    font-family: Oswald, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffc01d
}

.banner .content .button a:hover {
    color: #104f94
}

.page-content {
    background: #1664b9;
    overflow: hidden
}

.page {
    width: 960px;
    margin: 30px auto 0
}

.panel {
    width: 100%;
    padding-bottom: 30px
}

.panel .title {
    margin-bottom: 30px
}

.panel .title h1 {
    color: #ffc01d;
    text-transform: uppercase
}

.panel .title .heading {
    color: #ffc01d;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.panel .title h2 {
    color: #fff;
    font-size: 16px
}

.panel .content p {
    color: #9ac5f5;
    line-height: 1.4;
    padding-bottom: 20px
}

.serivces {
    width: 960px;
    margin: 130px auto 0
}

.serivces .panel {
    float: left
}

.box {
    width: 33.3%;
    overflow: hidden;
    float: left;
    padding: 45px 20px
}

.box .icon {
    float: left;
    margin-right: 20px
}

.box .content {
    float: left
}

.box .content h2 {
    color: #fff
}

.bg-color1 {
    background: #095ab3
}

.bg-color2 {
    background: #073466
}

.bg-color3 {
    background: #043e7f
}

.portfolio-content {
    width: 960px;
    margin: 0 auto;
    overflow: hidden
}

.portfolio-categ {
    text-align: left;
    margin: 0 0 30px;
    font-size: 17px;
    font-weight: 400;
    background: url(../images/portfolio-categbg.png) no-repeat;
    line-height: 50px;
    padding-left: 20px;
    width: 600px;
    color: #0a4689;
    font-family: Arvo, serif
}

.portfolio-categ li {
    display: inline;
    margin-right: 10px
}

.image-block {
    display: block;
    position: relative
}

.image-block img {
    border: 1px solid #d5d5d5;
    background: #104c8f;
    padding: 5px;
    border: none
}

.portfolio-area li {
    float: left;
    overflow: hidden;
    width: 200px;
    padding: 5px;
    margin-right: 30px
}

.home-portfolio-text {
    margin-top: 10px
}

li.active a {
    text-decoration: none;
    color: #0a4689
}

.portfolio-categ a {
    text-decoration: none;
    color: #104f94
}

.portfolio-categ a:hover {
    text-decoration: none;
    color: #fff
}

.contact-form {
    padding: 30px 30px 30px 0;
    width: 530px;
    float: left
}

.contact-form label {
    display: block;
    padding: 10px 0
}

.contact-form label span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: Oswald, sans-serif;
    float: left;
    width: 80px;
    text-align: left;
    padding: 5px 20px 0 0
}

.contact-form .input_text {
    padding: 10px;
    width: 400px;
    background: #043e7f;
    border: 1px solid #1661b3;
    color: #fff;
    outline: 0;
    font-family: 'Trebuchet MS', serif
}

.contact-form .message {
    padding: 10px;
    width: 400px;
    background: #043e7f;
    border: 1px solid #1661b3;
    overflow: hidden;
    height: 150px;
    color: #fff;
    font-family: 'Trebuchet MS', serif;
    font-size: 14px;
    outline: 0
}

.contact-form .button {
    background: url(../images/submit-btn.png) no-repeat;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    border: none;
    margin-left: 100px;
    margin-top: 20px;
    width: 100px;
    height: 40px;
    color: #043e7f
}

.address {
    float: left;
    width: 370px;
    margin-left: 30px
}

.address .panel {
    border: none;
    color: #fff
}

.address .panel .title h1 {
    color: #fff;
    padding-bottom: 10px
}

.address .panel .content p span {
    color: #fff
}

.address .panel .content p a {
    text-decoration: none;
    color: #ffc01d
}

.address .panel .content p a:hover {
    color: #fff
}

.footer-wrapper {
    background: #043e7f;
    overflow: hidden;
    padding-bottom: 20px
}

.footer {
    width: 960px;
    margin: 60px auto 0;
    overflow: hidden
}

.footer .panel {
    float: left;
    width: 33.3%;
    padding-right: 30px
}

.footer .panel .title h1 {
    margin-bottom: 30px
}

.footer .panel .contnet {
    margin-top: 20px
}

.footer .panel .contnet ul li {
    list-style: none;
    border-bottom: 1px solid #104f94
}

.footer .panel .contnet ul li a {
    color: #85aedb;
    text-decoration: none;
    line-height: 40px;
    font-size: 14px
}

.footer .panel .contnet ul li a:hover {
    color: #ffc01d
}

.footer .panel .contnet img {
    float: left;
    margin-right: 20px
}

.footer .panel .contnet spna {
    text-decoration: underline;
    color: #ffc01d
}

.footer .panel .contnet p {
    color: #85aedb;
    font-size: 14px;
    padding-top: 6px
}

.footer-wrapper .logo {
    float: none;
    width: 300px;
    height: 145px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
}

.phone {
    margin-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #104f94
}

.phone img {
    float: left;
    margin-right: 10px
}

.phone h1 {
    color: #ffc01d
}

.notfound {
    text-align: center
}

.notfound .largetext {
    color: #fff;
    font-size: 100px;
    line-height: 1.3
}

.notfound {
    text-align: center
}

.notfound h1 {
	text-shadow: #073466 1px 0 10px;
    font-size: 38px;

}

.notfound .largetext {
    color: #fff;
    font-size: 100px;
    line-height: 1.3
    text-shadow: #073466 1px 0 10px;
}

.notfound p  {
	font-size: 20px;
	font-size: 20px;
    color: #fff;
    text-shadow: #073466 1px 0 10px;
}

.banner .content .title2 {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}




@media only screen and (min-width :992px) {

    .dropdown .submenu-button,
    .hamburger,
    .kebab-toggler,
    .social-menu {
        display: none
    }
}

@media only screen and (max-width:991px) {

    .banner,
    .footer,
    .page,
    .page-wrapper,
    .portfolio-content,
    .serivces,
    .wrapper {
        width: 100%
    }

    .wrapper2 {
        width: 100%;
        margin-bottom: 15px
    }

    .footer-wrapper,
    .header-wrapper .wrapper,
    .page-content,
    .page-wrapper {
        padding: 0 15px
    }

    .navbar .container {
        position: relative
    }

    .navbar-nav {
        float: none;
        margin: 0
    }

    .navbar-nav>li {
        float: none
    }

    .hamburger {
        padding: 10px 15px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: .15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        position: absolute;
        top: 30px;
    	right: 45px;
        z-index: 9
    }

    .hamburger-box {
        width: 32px;
        height: 21px;
        display: inline-block;
        position: relative
    }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -1.5px
    }

    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        width: 32px;
        height: 3px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }

    .hamburger-inner::after,
    .hamburger-inner::before {
        content: "";
        display: block
    }

    .hamburger-inner::before {
        top: -9px
    }

    .hamburger-inner::after {
        bottom: -9px
    }

    .hamburger--collapse .hamburger-inner {
        top: auto;
        bottom: 0;
        transition-duration: .13s;
        transition-delay: .13s;
        transition-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    .hamburger--collapse .hamburger-inner::after {
        top: -18px;
        transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
    }

    .hamburger--collapse .hamburger-inner::before {
        transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
    }

    .hamburger--collapse.is-active .hamburger-inner {
        transform: translate3d(0, -9px, 0) rotate(-45deg);
        transition-delay: .22s;
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
    }

    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-90deg);
        transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s
    }

    .slide-out-nav {
        position: fixed;
        top: 0;
        right: -280px;
        bottom: 0;
        width: 280px;
        padding: 30px 0;
        background-color: #033c73;
        overflow-y: auto;
        z-index: 11;
        margin: 0 !important;
        max-height: initial !important;
        transition: .2s ease-in-out
    }

    .slide-out-nav.nav-open {
        right: 0
    }

    .sf-menu {
        float: none !important;
        margin: 0 !important;
        padding: 0 !important
    }

    .sf-menu>li {
        float: none !important;
        display: block;
        border-bottom: 1px solid #ffffff25
    }

    .sf-menu>li a {
        padding: 15px
    }

    .slide-out-nav.fadeInDown {
        -webkit-animation-name: unset;
        animation-name: unset
    }

    .mobile-shift.nav-open {
        left: -280px;
        position: relative;
        transition: left .2s ease-in-out;
        overflow: hidden
    }

    .mobile-shift.nav-open::before,
    .mobile-shift.nav-open:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, .3);
        z-index: 9
    }

    .mobile-shift.nav-open .navbar-fixed-top .container {
        left: -280px
    }

    .navbar-inverse .navbar-nav>.dropdown>a .caret {
        display: none
    }

    .dropdown-menu {
        background-color: transparent;
        float: none;
        position: relative;
        border-radius: 0;
        box-shadow: none
    }

    .dropdown-menu.open {
        display: block
    }

    .dropdown-menu>li>a {
        color: #fff
    }

    .dropdown .submenu-button {
        color: #fff;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9
    }

    .section-heading {
        font-size: 2.5em
    }

    .logo {
        width: 210px;
        height: 100px;
        padding-top: 15px;
        background: url(../images/logobg.png) bottom no-repeat
    }

    .logo img {
        max-width: 200px;
        height: auto
    }

    .page-wrapper {
        margin-top: 15px
    }

    .banner-wrapper {
	    height: 65vh;
	}

    .box {
        width: 100%;
        float: none
    }

    .banner span {
	    font-size: 32px;
	    float: none;
	}

	.banner span #SB_bdb4f13d8c {
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}


    .footer .panel {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: center
    }
}

@media only screen and (max-width:768px) {
	.banner span {
	    font-size: 38px;
	    float: none;
	}

	.banner-wrapper {
    	height: 75vh;
	}
}

@media only screen and (max-width:767px)  {
	.banner-wrapper {
    	height: 100vh;
	}

	.notfound h1 {
	    text-shadow: #073466 1px 0 10px;
	    font-size: 28px;
	}

	.banner span {
	    font-size: 28px;
	    float: none;
	}

    .banner .content .title2  #SB_54dbc90a47 {
        width: 420px;
    }
}

@media only screen and (max-width:575px) {
    .carhireengine {
        width: 100% !important;
        height: 360px !important
    }

    .banner .content .title2 {
        width: 420px;
    }

    .banner .content .title2  #SB_54dbc90a47 {
        width: 360px;
    }
}

@media only screen and (max-width:414px) {
    .mobile-shift.nav-open {
        left: -260px
    }

    .slide-out-nav {
        width: 260px;
        right: -260px
    }

    .hamburger.is-active {
        right: 0
    }

    .banner-wrapper {
    	height: 100vh;
	}

	.hamburger {
    	top: 15px;
    	right: 15px;
	}

	.banner span {
    	font-size: 22px;
    	float: none;
	}

    .banner .content .title2  {
    margin-top: 50px;
}

    .banner .content .title2 #SB_54dbc90a47 {
        width: 320px;
    }
}

@media only screen and (max-width:360px) {
        .banner .content .title2 #SB_54dbc90a47 {
        width: 280px;
    }
}
