/*!
Theme Name: VTI
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vti
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

VTI is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  main,  nav,  section,  summary {
    display: block;
    margin: 0;
    padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: none;
    margin: 0;
    padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

::-webkit-scrollbar {
    width: 0px;
}

/* icons */
@font-face {
    font-family: 'icomoon';
    src:  url('assets/fonts/icomoon.eot?cblbza');
    src:  url('assets/fonts/icomoon.eot?cblbza#iefix') format('embedded-opentype'),
    url('assets/fonts/icomoon.ttf?cblbza') format('truetype'),
    url('assets/fonts/icomoon.woff?cblbza') format('woff'),
    url('assets/fonts/icomoon.svg?cblbza#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

 @font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf') format('ttf'),
    url('fonts/Roboto-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
 }

 @font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.ttf') format('ttf'),
    url('fonts/Roboto-Bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
 }


[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
    content: "\e903";
}
.icon-phone1:before {
    content: "\e942";
}
.icon-search:before {
    content: "\e986";
}
.icon-google-plus:before {
    content: "\ea8b";
}
.icon-facebook:before {
    content: "\ea90";
}
.icon-mail:before {
    content: "\e905";
}
.icon-phone:before {
    content: "\e904";
}
.icon-checkmark:before {
    content: "\e906";
}
.icon-keyboard_arrow_right:before {
    content: "\e901";
}
.icon-keyboard_arrow_left:before {
    content: "\e902";
}





/**** Main CSS ****/
.footer .wpcf7 form.sent .wpcf7-response-output, .footer .wpcf7 form .wpcf7-response-output{
	color: #46b450;
}

* {
    margin:0;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: 0;
}

body {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 1.7em;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    color: #303030;
    font-size: 16px;
}

p {
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 15px;
    color: #444444;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
li{
    font-family: 'Roboto', sans-serif;
}
a {
    outline: none;
    border: none;
    text-decoration:none;
    transition: all 0.3s ease 0s;
    color: #000;
}

a:hover, a:active, a:visited, a:focus {
    color: #000;
    text-decoration:none;
}
a:hover{
    color: #000;
}

a:hover, a:focus, a:active {
    outline: none !important;
}

a, img, button, i{
    /*     transition: all 0.3s ease 0s; */
}

i, em {
    font-style: italic;
}

b, strong, cite {
    font-weight: 900;
}

small {
    font-size: 9px;
    line-height: 12px;
    margin-bottom: 0px;
}

h1 {
    font-size:44px;
    line-height: 1.3em;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h2 {
    font-size:34px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #00418e;
    font-weight: 900;
    position: relative;
    margin-bottom: 55px;
}
h2:before {
    content: '';
    background: #ff4500;
    width: 40px;
    height: 6px;
    position: absolute;
    bottom: -25px;
    border-radius: 5px;
}
h2 strong{
    font-weight: 300;
    display: block;
    color: #444444;
    text-transform: capitalize;
}
h3 {
    font-size:30px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h4 {
    font-size:24px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h5 {
    font-size:18px;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
h6 {
    font-size:15px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="num"],
textarea,select{
    background: transparent;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    color: #444444;
    border: 0px solid transparent;
    width: 100%;
    margin-bottom: 0;
}
input::placeholder{
    font-size: 16px;
    color: #c9c9c9;
}
textarea{
    resize: none;
    height: 120px;
    margin-bottom: 20px;
    background: #fff;
    -webkit-box-shadow: -1px 0px 18px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: -1px 0px 18px 0 rgba(0,0,0,0.1);
    box-shadow: -1px 0px 18px 0 rgba(0,0,0,0.1);
}
textarea::placeholder{
    color: #00408e;
    font-weight: 700;
}
select{
    color: #c9c9c9;
    background-image: url(assets/images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 88% center;
    -moz-appearance: none;
    -webkit-appearance: none;
}
select option{
    color: #c9c9c9;
}
.btn{
    font-size: 16px;
    color: #fff !important;
    background: #ff4400;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 16px 80px 16px 30px;
    position: relative;
    outline: 0;
}
.btn:hover{
    background: #606060;
    color: #fff !important;
}
.btn:focus{
    outline: 0 !important;
    box-shadow: none !important;
}
.btn i {
    font-size: 24px;
    vertical-align: middle;
    border-left: 1px solid #ff7c4d;
    position: absolute;
    right: 15px;
    padding-left: 5px;
}
.btn:hover i{
    border-color: #fff
}
.padding-100{
    padding: 100px 0px;
}

.hd-notifications{
    width: 100%;
    height: 40px;
}
.hd-notifications marquee{
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: #00408e;
    position: relative;
    z-index: 999;
    box-shadow: 0px 0px 10px 0px rgba(16, 43, 41, 0.2);
    color: #fff;
    font-size: 14px;
}
.hd-notifications p:last-of-type{
    margin: 0;
}

/*header*/
.header-wrapper {
    min-height: 154px;
}
.menu .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    min-width: 300px;
    z-index: 5;
    background: #fff;
    padding: 10px;
    top: 40%;
    left: -10px;
    margin-top: 10px;
    padding-bottom: 0;
    box-shadow: 0px 15px 25px -5px rgba(0,0,0,0.2);
}
.menu-item-has-children>a {
    position: relative;
}

.menu-item-has-children>a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translate(0,-85%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent transparent #f40 #f40;
}

.menu .menu-item-has-children:hover .sub-menu {
    display: block;
    top: 100%;
    margin: 0;
}

.menu .menu-item-has-children .sub-menu li {
    margin-right: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding-top: 0;
}

.menu .menu-item-has-children .sub-menu li:last-child {
    margin-right: 0;
    border: none;
}

.sticky-header header#header {
    position: fixed;
    z-index: 55;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
}
.sticky-header header#header .topbar {
    display: none;
}
.sticky-header .logo {
    top: 0px;
    transition: all .3s ease;
    padding: 3px 15px 0px 15px;
}
.sticky-header .logo img {
    width: 150px;
}
.all-services {
    display: none;
}

.all-services ul {
    padding: 0;
    margin: 0;
}

.all-services ul li {
    display: inline-block;
    list-style: none;
    padding: 0 6px;
    border-right: 1px solid #d8d8d8;
    line-height: 15px;
    font-size: 12px;
    color: #d8d8d8;
    margin-top: 10px;
}

.footer-last {
    text-align: center;
    background: #292d30;
        margin-top: 10px;
}

.view_services_text {
    color: #fff;
    cursor: pointer;
    font-size:12px;
}

.all-services ul li a {
    color: #fff;
    transition: 0.3s;
}

.footer-last .all-services a:hover {
    color: #f40;
}

/*topbar*/
.topbar {
    background: #ff4500;
    text-align: right;
    padding: 8px 0px;
}
.topbar-content {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.topbar-content a {
    color: #fff;
    font-weight: 800;
    margin-right: 15px;
    border: 2px solid #fff;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topbar-content a:first-child{
    margin-right: 30px;
    border: 0;
    border-radius: 0;
    width: auto;
    height: auto;
}
.topbar-content a:hover{
    color: #606060;
    border-color: #606060;    
}
a.search-icon {
    background: #fff;
    color: #048be9;
}
a.search-icon:hover{
    border-color: #fff;
}

/*lower header*/ 
.lower-header .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.logo {
    background: #fff;
    padding: 60px 15px 30px 15px;
    position: absolute;
    left: 0;
    top: -78px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    z-index: 2;
    transition: all .3s ease;
}
nav.nav ul {
    display: flex;
    align-items: center;
}
nav.nav ul li {
    margin-right: 50px;
    position: relative;
    padding: 40px 0px;
}
nav.nav ul li:last-child{
    margin-right: 30px;
}
nav.nav ul li a{
    color: #606060;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
}
nav.nav ul li a:hover{
    color: #ff4500;
}

.mobile-icon{
    display: none;
}   
.mobile-icon span{
    width: 40px;
    height: 4px;
    background: #fff;
    margin-bottom: 5px;
    border-radius: 3px;
    display: block;
    transition: all 0.3s ease 0s;
}
.mobile-icon span:last-child{
    margin-bottom: 0;
    width: 20px;
}
.mobile-phone{
    display: none;
}
.header_social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

marquee.marquee {
    margin-right: 20px;
    color: #fff;
    font-weight: bold;
}
/*banner*/
.main-banner {
    background: #00408e;
    padding: 160px 0;
    position: relative;
}
.banner-slider-inner h1 {
    color: #fff;
    letter-spacing: 0;
    font-weight: 900;
}
.banner-slider-inner h1 strong{
    color: #ff4400;
}
.banner-slider-inner h3 {
    color: #fff;
    font-size: 28px;
    text-transform: inherit;
    letter-spacing: 0;
    opacity: 0.4;
    font-weight: 300;
    margin-bottom: 55px;
}
ul.slick-dots {
    bottom: -80px;
    text-align: left;
}
ul.slick-dots li button {
    background: #3366a5;
    width: 15px;
    height: 15px;
    border-radius: 3px;
}
ul.slick-dots li button:before{
    display: none !important;
}
ul.slick-dots li.slick-active button{
    background: #fff;
}
.slider-nav-img {
    background-size: 0;
}
.slider-nav-img img {
    width: 100%;
}
.banner-slider-wrapper .slider.slider-nav.slick-initialized.slick-slider {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    z-index: 2;
}

/*injector section*/
.injector-sec{
    position: relative;
}
/* .injector-sec:before{
content: '';
background-image: url(assets/images/shape.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 100%;
position: absolute;
left: 0;
right: 0;
}*/
.injector-container:after {
    content: '';
    background-image: url(assets/images/injector-container-shape.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.injector-container {
    padding: 100px 0px;
    background-size: 56% 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #fff;
    position: relative;
}
.injector-left {
    padding-right: 50px;
    position: relative;
    z-index: 1;
}
.injector-content {
    height: 230px;
    overflow: hidden;
    margin-bottom: 25px;
}
.mCSB_dragger_bar {
    background: #979797 !important;
    width: 3px !important;
}
.mCSB_draggerRail {
    background: #cfcfcf !important;
    width: 3px !important;
}
.injector-timeline {
    max-width: 430px;
    margin-left: auto;
    background-color: rgba(11,78,149,0.8);
    padding: 75px 60px 75px 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}
.injector-timeline ul li {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-bottom: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.injector-timeline ul li:last-child{
    margin-bottom: 0;
}
.injector-timeline ul li:before {
    content: "\e906";
    font-family: 'icomoon';
    position: absolute;
    left: -67px;
    top: -15px;
    border: 1px solid;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*proudly container*/
.proudly-container {
    padding: 90px 0px;
    background-size: 55% 100%;
    background-repeat: no-repeat;
    background-position: left;
    background-color: #462719;
    position: relative;
}
.proudly-container:after {
    content: '';
    background-image: url(assets/images/proudly-container-shape.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.proudly-content {
    padding-left: 100px;
    position: relative;
    z-index: 1;
}
.proudly-left h2 {
    margin-bottom: 20px;
    color: #fff;
}
.proudly-left h2 strong {
    display: inline-block;
    color: #ff4500;
    font-weight: 900;
}
.proudly-left h2:before{
    display: none;
}
.proudly-left .learn-btn {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid;
    padding: 7px 17px;
    border-radius: 12px;
    margin-bottom: 0;
    color: #fff;
    display: inline-block;
    line-height: 20px;
}
.proudly-left .learn-btn:hover{
    color: #ff4500;
    border-color: #ff4500;
}
.proudly-right {
    padding-left: 50px;
    border-left: 1px solid #fff;
}
.proudly-right h4 {
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #fff;
    line-height: 30px;
}
.proudly-right p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}


/*management sec*/
.management-sec {
    background: #fafafa;
    padding: 100px 0px;
    position: relative;
}
.management-sec:before{
    content: '';
    background-image: url(assets/images/blue-layer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    width: 1140px;
    position: absolute;
    top: 0;
    right: 0;
}
.management-content h2 {
    margin-bottom: 20px;
}
.management-content h2:before{
    display: none;
}
.image-360 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #fff;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    min-height: 340px;
}
.rotate-heading {
    position: absolute;
    top: 12px;
    left: 40px;
    text-align: center;
}
.rotate-heading h5{
    margin-bottom: 0;
    color: #ff4500;
    font-weight: 800;
    letter-spacing: 0;
}
.rotate-heading h6 {
    letter-spacing: 0;
    font-weight: 300;
    color: #b2b2b2;
}
.management-timeline {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}
.management-timeline ul li {
    margin-bottom: 20px;
    position: relative;
    color: #fff;
}   
.management-timeline ul li:before{
    content: "\e906";
    font-family: 'icomoon';
    position: absolute;
    left: -75px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #fff;
    background: #fff;
    color: #ff4500;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    -webkit-box-shadow: -2px 1px 15px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: -2px 1px 15px -5px rgba(0,0,0,0.4);
    box-shadow: -2px 1px 15px -5px rgba(0,0,0,0.4);

}
.management-timeline ul li h6 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.management-timeline ul li p{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

/* video section*/
.video-sec {
    padding: 100px 0px;
    background-color: #462719;
    position: relative;
    background-size: 40% 100%;
    background-position: left;
    background-repeat: no-repeat;
}
/*.video-sec:before {
content: '';
background-image: url(assets/images/leaves.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 745px;
height: 100%;
position: absolute;
top: 0;
left: 0;
}*/
.video-slider-inner {
    height: 340px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 40px 45px;
    overflow: hidden;
}
.video-slider-inner:before{
    content: '';
    background-image: url(assets/images/play-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 119px;
    height: 119px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.video-slider-inner:after{
    content: '';
    background-image: url(assets/images/video-layer.png );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 112px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.video-title {
    position: relative;
    z-index: 3;
}
.video-title h6 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #0488e4;
    margin-bottom: 0;
}
a.popup-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.1);
    border-radius: 25px;
}
.video-slider ul.slick-dots{
    bottom: -40px;
    text-align: center;
}
.video-slider ul.slick-dots li button{
    width: 20px;
    height: 20px;
    background: #ff4400;
    border: 1px solid #ff4400;
}
.video-slider ul.slick-dots li.slick-active button{
    background: transparent;
}
.video-timeline-wrapper .management-timeline ul li{
    margin-bottom: 20px;
    font-size: 16px;
}
.video-timeline-wrapper .management-timeline ul li:before {
    width: 30px;
    height: 30px;
    font-size: 14px;
    left: -40px;
    top: 5px;
    transform: none;
}
.video-timeline-wrapper .management-timeline ul li p{
    font-size: 16px;
}

/*environment sec*/
.environment-sec {
    padding: 100px 0px;
}
.environment-sec h2 {
    color: #23292e;
    margin-bottom: 75px;
    letter-spacing: 0;
    text-align: center;
}
.environment-sec h2:before{
    right: 0;
    left: 0;
    margin: 0 auto;
}
.testimonial-box {
    text-align: center;
    padding: 40px 60px;
    -webkit-box-shadow: -1px 0px 22px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 22px -14px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 22px -14px rgba(0,0,0,0.75);
    border-radius: 25px;
}
.testimonial-box img {
    margin-bottom: 35px;
}
.testimonial-box h4 {
    color: #23292e;
    line-height: 36px;
    margin-bottom: 25px;
    text-transform: inherit;
    letter-spacing: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
}
.testimonial-box h6 {
    margin-bottom: 0;
    color: #a3a3a3;
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
}

/*atv sec*/
.atv-sec{
    padding: 100px 0px;
    position: relative;
    background-image: url(assets/images/truck-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*.atv-sec:before{
content: '';
background-image: url(assets/images/atv-shape.png);
background-size: 100% 100%;
background-position: left;
background-repeat: no-repeat;
height: 100%;
width: 70%;
position: absolute;
top: 0;
left: 0;
}*/
.atv-sec h2{
    color: #fff;
}
.atv-content {
    margin-bottom: 10px;
}
.atv-sec h2 span{
    color: #ff4400;
}
.atv-content p{
    color: #fff;
}

.galler-inner img {
    width: 100%;
    height: 260px;
}
.management-timeline h6 {
text-transform: uppercase;
}

/***** Inner Page Banner *******/
.page-id-20 .inner-banner {
    background-size: 54% 100%;
}
.inner-banner {
    height: 400px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #00408e;
    background-size: 54% 120%;
}
.inner-banner h1{
    color: #fff;
    margin-bottom: 0;
    font-weight: 800;
    letter-spacing: 0;
}

/***** Product Page ******/
.row-tank-content {
    background-size: contain;
    background-position: right; 
    background-repeat: no-repeat;
    padding: 60px 65px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
.row-tank-content:before{
    content: '';
    background-image: url(assets/images/tank-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    height: 100%;
    width: 58%;
    position: absolute;
    top: 0;
    left: 0;
}
.row-tank-content .tank-inner-content {
    position: relative;
}
.row-tank-content h4 {
    color: #fff;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 35px;
}
.row-tank-content h5 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.row-tank-content p{
    color: #fff;
}
.tank-timeline {
    padding-top: 15px;
}
.tank-timeline .management-timeline ul li h6{
    color: #00408e;
}
.tank-timeline .management-timeline ul li p{
    color: #444444;
}

/*euiqpment section*/
.equipment-sec-wrapper h2 {
    color: #23292e;
    margin-bottom: 40px;
}
.equipment-sec-wrapper h2:before{
    display: none;
}
.equipment-wrapper {
    padding: 80px 0px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat
}
.equipment-sec{
    position: relative;
}
.equipment-sec:before {
    content: '';
    background: linear-gradient(to right, rgba(70,39,25), rgba(70,39,25,0.8));
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/* .equipment-sec:after{
    content: '';
    background-image: url(assets/images/equipment-shape.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
} */
.equipment-image {
    height: 260px;
    border-radius: 20px;
    border: 2px solid #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.equipment-content h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}   
.equipment-content h6{
    color: #fff;
}
.equipment-inner {
    height: 270px;
    overflow: hidden;
}
.equipment-inner p{
    margin-bottom: 30px;
    line-height: 25px;
    color: #fff;
}
.equipment-inner p:last-child{
    margin-bottom: 0;
}
.info-wrapper {
    padding: 90px 0px;
    background-size: 52% 102%;
    background-repeat: no-repeat;
    background-position: right;
}
.equipment-inner.info-inner {
    height: 180px;
}
.equipment-wrapper .container,
.info-wrapper .container {
    position: relative;
    z-index: 2;
}  


/* additional imges*/
.addtional-sec h2 {
    color: #23292e;
    margin-bottom: 40px;
}
.addtional-sec h2:before{
    display: none;
}
.addtional-slider-wrapper {
    margin-bottom: 100px;
}
.addtional-slider .slick-track .slick-slide {
    margin: 0px 15px;
}
.addtional-slider .addtional-images {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 350px;
    height: 350px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.addtional-images:first-child {
    margin-bottom: 30px;
}
.addtional-images img {
    width: 100%;
}
.overlay-content {
    background-color: rgba(255,69,0,0.7);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    opacity: 0;
    transition: all .3s ease;
}
.overlay-content{
    margin-bottom: 0;
    color: #fff;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
}
.addtional-images a:hover .overlay-content{
    opacity: 1;
    transition: all .3s ease;
}
button.slick-prev {
    top: -65px;
    right:55px;
    left: auto;
}
button.slick-next{
    top: -65px;
    right: 25px;
}
.slick-prev:before{
    content: "\e902" !important;
    font-family: 'icomoon' !important;
    color: #00408e !important;
    font-size: 30px !important;
}
.slick-next:before{
    content: "\e901" !important;
    font-family: 'icomoon' !important; 
    color: #00408e !important;
    font-size: 30px !important;
}
.addtional-slider ul.slick-dots {
    text-align: center;
    bottom: -50px;
}
.addtional-slider ul.slick-dots li.slick-active button {
    background: #ff4500;
}
a.more-btn {
    color: #00418f;
    font-weight: 600;
    text-decoration: underline;
}
.addtional-images-content a.read-less:hover{
    color: #ff4500;
}
.row.sldier-content-row h2 {
    color: #00418f;
}
#text{
    display: none;
}



/******* Our Company********/
.aboutus-sec .row .col-xl-3 {
    margin-top: -170px;
}
.about-map{
    border: 20px solid #fff;
    -webkit-box-shadow: -1px 0px 18px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: -1px 0px 18px 0 rgba(0,0,0,0.1);
    box-shadow: -1px 0px 18px 0 rgba(0,0,0,0.1);
    border-radius: 25px;
}
.about-map iframe {
    width: 100%;
    height: 240px;
}
.aboutus-sec .business-hours {
    margin-bottom: 30px;
}
.ui-accordion .ui-accordion-header{
    color: #fff;
    background: #00418e;
    padding: 16px 40px 16px 30px !important;
    border-radius: 10px;
    margin-bottom: 20px !important;
    font-weight: 900;
}
.ui-accordion .ui-accordion-content{
    border: 0 !important;
}
.about-accordian-content p {
    margin: 0;
}
.about-accordian .ui-accordion-header-active.ui-state-active {
    margin: 0 !important;
}
span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s{
    background-image: url(assets/images/chevron-down.png) !important;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-32%);
    border-left: 1px solid #fff;
    padding-left: 40px !important;
}
span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e{
    background-image: url(assets/images/chevron-right.png) !important;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-32%);
    border-left: 1px solid #fff;
    padding-left: 40px !important;   
}
.team-sec {
    padding-bottom: 100px;
}
.team-member {
    height: 460px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
	margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 30px;
    position: relative;
}
.team-member:before{
    content: '';
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 64, 141, 0.7) 90%, rgba(0, 64, 141, 0.99));
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.team-member-content {
    position: relative;
    z-index: 1;
    color: #fff;
}
.team-member-content h4 {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.team-member-content h6 {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
}
.team-member-content p{
    color: #fff;
    margin-bottom: 20px;
}
.team-member-content p:last-child{
    margin-bottom: 0;
}
.team-member-content p i {
    color: #fe6228;
    border: 1px solid #fe6228; 
    padding: 10px;
    border-radius: 100%;
    margin-right: 15px;
}
.team-member-content p a{
    color: #fff;
}
.team-member-content p a:hover{
    color: #fe6228;
}


/******* our story page*********/
.video-timeline-wrapper.our-story-timeline {
    padding-left: 50px;
    margin-top: 30px;
}
.video-timeline-wrapper.our-story-timeline .management-timeline{
    justify-content: flex-start;
}
.video-timeline-wrapper.our-story-timeline .management-timeline ul li{
    color: #444444;
    font-family: 'Roboto', sans-serif;
}
.video-timeline-wrapper.our-story-timeline .management-timeline ul li:before{
    top: 0;
}

/********** Distributor Info page**********/
.about-content.distributor-info h2 {
    margin-bottom: 70px;
}
.about-content.distributor-info h5{
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 30px;
    line-height: 25px;
}


/********* atv utv gallery page **********/
.galler-inner {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}
.galler-inner img{
    width: 100%;
}

/******* seo page ********/
.inner-banner.seo-banner {
    height: 600px;
}
.inner-banner.seo-banner h2 {
    color: #fff;
	text-align: left;
    letter-spacing: 0;
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 44px;
}
.inner-banner.seo-banner h2:before{
    display: none;
}
.inner-banner.seo-banner h2 strong{
    display: inline-block;
    color: #ff4400;
    font-weight: 900;
}
.inner-banner.seo-banner h3 {
    color: #fff;
    font-size: 28px;
    text-transform: inherit;
    letter-spacing: 0;
    opacity: 0.4;
    font-weight: 300;
}
.seo-banner-form .contact-form label {
	position: relative;
    box-shadow: none;
}
.seo-banner-form .contact-form input.btn.submit-btn{
	background-color: #ff4500;
}
.seo-banner-form .contact-form input.btn.submit-btn:hover {
    background-color: #FFFFFF;
	color: #00408e !important;
}
.row.row-images {
    margin: 50px 0px;
}
.seo-images {
    border-radius: 15px;
    overflow: hidden;
}

.seo-images img{
    width: 100%;
}
.seo-content-inner h1 {
    font-size: 34px;
    color: #00418e;
    font-weight: 900;
    margin-bottom: 55px;
    position: relative;
}
.seo-content-inner h1:before{
    content: '';
    background: #ff4500;
    width: 40px;
    height: 6px;
    position: absolute;
    bottom: -25px;
    border-radius: 5px;
}
.seo-content-inner ul {
    padding-left: 30px;
    margin-bottom: 20px;
}
.seo-content-inner ul li{
    position: relative;
}
.seo-content-inner ul li:before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #ff4500;
    position: absolute;
    left: -10px;
    right: 0;
    top: 9px;
}


/********* blog page*********/
/* Blog CSS */
.post-banner img {
    max-width: 100%;
    height: auto;
}

.blog-sec .blog-inner-post h4,
.custom-sidebar h5,
.sharearticle h4 {
    color: #0f2b51;
    font-weight: 500;
}

.post-banner,
.author {
    margin-bottom: 20px;
}

.author span {
    margin-right: 15px;
}

.post-description p {
    margin-bottom: 40px;
}

.post-description a {
    color: #0f2b51;
    font-weight: 600;
}

.post-description ol {
    list-style: decimal outside;
    padding-left: 44px;
    margin-bottom: 20px;
}

.post-description ul {
    list-style: disc outside;
    padding-left: 44px;
    margin-bottom: 20px;
}

.post-description strong {
    font-weight: 700;
}

.post-description .btn {
    margin-bottom: 40px;
}

.post-description .btn.call-btn:hover,
.sharearticle a:hover {
    background-color: #611b32;
    color: #fff !important;
}

.sharearticle {
    margin-bottom: 40px;
    padding-top: 10px;
}

.sharearticle a {
    border: 0px solid #c59548;
    background-color: #c59548;
    font-size: 20px;
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 42px;
    text-align: center;
}

.field {
    margin-bottom: 30px;
}

.field input[type="search"] {
    background: #fff;
    padding: 12px 20px;
    border-radius: 0px;
    font-size: 16px;
    color: #303030;
    border: 1px solid #ff4400;
    font-weight: 300;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.btn-search {
    background: #ff4400;
    color: #fff !important;
    font-weight: 600;
    border: 0;
    padding: 0px 20px;
}

.custom-sidebar ol {
    list-style: decimal outside;
    padding-left: 44px;
    margin-bottom: 20px;
}

.custom-sidebar ul {
    list-style: disc outside;
    padding-left: 44px;
    margin-bottom: 20px;
}

.custom-sidebar select {
    border: solid 1px #ff4400;
    color: #303030;
    border-radius: 0;
    background-position: 95% center;
}

.content-area .post-thumbnail img{
    width: 100%;
    height: auto
}
.content-area .post-thumbnail{
    display: block;
    margin-bottom: 20px;
}
.content-area h2.entry-title a{
    font-size: 24px;
}

.content-area h2.entry-title{
    margin-bottom: 20px;
}

.content-area h2.entry-title a, .widget-title {
    color: #0f2b51;
    font-weight: 500;
}
.content-area h2.entry-title a:hover,
.widget-title:hover{
	text-decoration: underline !important;
}
.widget-title{
    font-size: 18px;
    margin-bottom: 10px;
    color: #00408e;
}

.widget-title:before, .content-area h2.entry-title:before{
    display: none
}

.entry-meta {
    margin-bottom: 20px;
}

.posted-on a time{
    margin-right: 15px;
    display: inline-block
}
.entry-content h4 {
    line-height: 35px;
}

.btn{
    margin-bottom: 40px;
}

.entry-content p{
    margin-bottom: 20px;
}

.widget ul {
    list-style: disc outside;
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog span.posted-on a, .blog .comments-link a, .blog .cat-links a, .single-post span.posted-on a, .single-post .comments-link a, .single-services .cat-links a, .single-services span.posted-on a, .single-services .comments-link a, .single-services .cat-links a, .archive span.posted-on a, .archive .comments-link a, .archive .cat-links a {
    color: #00408e;
}

span.author.vcard a {
    color: #ff4500;
}

.widget ul a{
    text-transform: capitalize;
}
.widget ul a:hover {
    color: #ff4500;
}
span.screen-reader-text {
    display: none;
}

.widget-area .widget_search .search-form label {
    width: calc(100% - 85px);
    margin-bottom: 30px;
}


input.search-field, .comment-form p.comment-form-author input, .comment-form p.comment-form-email input, .comment-form p.comment-form-url input {
    background: #fff;
    padding: 12px 20px;
    border-radius: 0px;
    font-size: 16px;
    color: #303030;
    border: 1px solid #ff4400;
    font-weight: 300;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 0;
}

span.screen-reader-text {
    display: none;
}

input.search-submit {
    background: #ff4400;
    color: #fff !important;
    font-weight: 600;
    border: 0;
    padding: 13px;
    margin-left: -4px;
	cursor: pointer;
	transition: .3s;
}
input.search-submit:hover{
	background: #000;
}
.single-post .comment-form p {
    display: block;
}

.single-post p.comment-form-comment, .single-post p.comment-form-url {
    display: block;
}

.single-post p.comment-form-author, .single-post p.comment-form-email{
    width: 48%;
    display: inline-block;
}

.comment-form p.comment-form-author input, .comment-form p.comment-form-email input, .comment-form p.comment-form-url input {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    border: none;
    align-items: center;
    background: #fff;
    padding-left: 20px;
    border-radius: 8px;
    -webkit-box-shadow: -1px 0px 18px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: -1px 0px 18px 0 rgba(0,0,0,0.1);
    box-shadow: -1px 0px 18px 0 rgba(0,0,0,0.1);
    height: 40px;
}

p.comment-form-author {
    margin-right: 15px;
}

.form-submit .submit{
    font-size: 16px;
    color: #fff !important;
    background: #ff4400;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 16px 30px 16px 30px;
    position: relative;
    outline: 0;
}

.form-submit .submit:hover{
    background: #606060;
    color: #fff !important;
}

/* End Blog CSS */


/***** Footer CSS *****/
.footer {
    padding: 100px 0px;
    background-image: url(assets/images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer h2 {
    color: #fff;
    margin-bottom: 20px;
}
.footer h2:before{
    display: none;
}
.contact-form {
    margin-top: 25px;
}
.contact-form label {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    background: #fff;
    padding-left: 20px;
    border-radius: 8px;
    -webkit-box-shadow: -1px 0px 18px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: -1px 0px 18px 0 rgba(0,0,0,0.1);
    box-shadow: -1px 0px 18px 0 rgba(0,0,0,0.1);
}
.contact-form label span {
    color: #00408e;
    font-weight: 700;
    padding-right: 15px;
    border-right: 1px solid #c9c9c9;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
}
.contact-form label .wpcf7-form-control-wrap {
    border-right: none;
    width: 100%;
    padding-right: unset;
}
.contact-form input::placeholder{
    font-family: 'Roboto', sans-serif;
}
.footer .contact-form label span.wpcf7-not-valid-tip, .distributor-contact .contact-form label span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    width: 100% !important;
}
.footer .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ff0000 !important;
    color: #ff0000 !important;
}
.footer .wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
    border-color: #f56e28;
    color: #f56e28;
}
.footer-content p {
    color: #fff;
}
.screen-reader-response {
    color: #f00;
    margin-bottom: 25px;
}
.inline-inputs,.inline-inputs p {
    display: flex;
    justify-content: center;
    align-items: center;
}
.inline-inputs label{
    width: 50%;
}
.inline-inputs label:first-child{
    margin-right: 30px;
}
.inline-inputs.company-inputs label:first-child {
    width: 60%;
}
.inline-inputs.company-inputs label {
    width: 40%;
}
input.btn.submit-btn {
    padding: 16px 55px;
    background: #00408e;
}
input.btn.submit-btn:hover{
    background: #ff4400;
}
.business-hours {
    background: #fff;
    text-align: center;
    padding: 60px 0px;
    border-radius: 25px;
    -webkit-box-shadow: -1px 0px 18px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: -1px 0px 18px 0 rgba(0,0,0,0.1);
    box-shadow: -1px 0px 18px 0 rgba(0,0,0,0.1);
}
.business-hours h5 {
    color: #ff4500;
    font-weight: 900;
    text-transform: uppercase;
}
.business-hours p {
    font-size: 18px;
    margin-bottom: 0px;
}
.business-hours p:nth-of-type(1){
    margin-bottom: 5px;
    line-height: 20px;
}
.business-hours p strong{
    color: #444444;
    font-weight: 400;
}
.business-hours p i {
    display: block;
    border: 1px solid #ff4500;
    color: #ff4500;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 0 auto 15px;
}
.business-hours p a,
.business-hours p{
    color: #00418e;
    font-weight: 700;
}
.business-hours p a:hover{
    color: #ff4500;    
}
.business-hours a i {
    color: #ff4500;
    font-size: 20px;
    margin: 0px 10px;
}
.business-hours a i:hover{
    color: #00418e;
}
.business-hours a i.icon-google-plus {
    font-size: 22px;
}
/*copyright*/
.copyright {
    background: #292d30;
    padding: 60px 0px;
}
.copyright ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.copyright ul li{
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
    line-height: 12px;
}
.copyright ul li:last-child{
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
}
.copyright ul li:first-child {
    margin-left: 10px;
}

.copyright ul li a{
    color: #fff;
    font-size: 14px;
}
.copyright p{
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}
.copyright p:last-child{
    margin-bottom: 0;
    margin-top: 15px;
}
.copyright p:last-child a:last-child{
    color: #ff4400;   
}
.copyright p a{
    color: #fff;
    font-size: 14px;
}
.copyright-text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.copyright-text p{
    margin-bottom: 0 !important;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
}
.business-hours .address {
    text-transform: uppercase;
}
.footer-main-nav {
    margin-bottom: 30px;
}
.footer-main-nav ul li{
    margin-bottom: 20px;
}
.footer-main-nav ul li a{
    font-size: 14px;
    text-transform: uppercase;
}
.copyright a:hover{
    color: #ff4400;
}
.sticky-btn {
    position: fixed;
    z-index: 33;
    right: 10px;
    top: 35%;
    transform: rotate(-90deg);
    transform-origin: right;
}
.sticky-btn .btn.submit-btn {
    display: inline-block;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-weight: 700;
    padding: 18px 35px;
}

.banner-slider-wrapper {
     min-height: 351px; 
}
/*=== End Footer Css ===*/

.admin-bar.sticky-header header#header {
    top: 32px;
}

/*=== Privacy-policy, Cookie, Terms css ===*/

.page-template-template-NoSidebar .entry-content {
margin-top: 20px;
}

.entry-content .terms-text ul, .entry-content .cookie-text ul {
    margin: 0 0 1.3em 1em;
    padding-left: 40px;
}

.entry-content .terms-text ul li, .entry-content .cookie-text ul li {
    list-style: decimal;
    margin-bottom: 10px;
}

.privacy-policy .entry-content a, .entry-content .cookie-text a, .entry-content .terms-text a {
    color: #ff4500;
    word-break: break-word;
}

.privacy-policy p, .cookie-text p, .terms-text p{
    margin-bottom: 16px;
}

/*=== End of Privacy-policy, Cookie, Terms css ===*/

.atv-utv-gallery p {
    text-align: center;
    padding: 0 200px;
    margin-bottom: 60px;
}

ul.slick-dots {
    display: none;
}

.entry-content h2 {
    margin-bottom: 40px;
}

@media (max-width: 1279px){
    .footer {
        padding: 0;
        padding-top: 50px;
    }

    .privacy-policy h2:before, .cookie-text h2:before, .terms-text h2:before{
        margin: 0;
    }
}

@media(max-width: 1199px){
    .injector-container:after{
        display: none;
    }

    .proudly-container:after{
        display: none;
    }
    .addtional-slider .addtional-images {
        width: 100%;
        height: 270px;
    }

    nav.nav ul li {
        margin-right: 30px;
    }

    .menu-item-has-children>a:after{
        right: -15px;
    }

}

@media(max-width:1023px){
    nav.nav ul li:last-child {
        margin-right: 0;
    }

    nav.nav ul li {
        margin-right: 0;
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    nav.nav ul li a{
        font-size:16px;
    }
    nav.nav ul {
        display: unset;
        text-align: center;
    }

    .mobile-icon{
        height: 91px !important
    }
	.menu .menu-item-has-children:hover .sub-menu {
		position: unset;
		width: 100%;
		box-shadow: none;
		background: #cccccc4d;
	}
}

@media(max-width: 991px){
    .menu .menu-item-has-children:hover .sub-menu {
        display: block;
        top: 100%;
        position: unset;
        width: 100%;
        box-shadow: none;
        background: #cccccc4d;
    }

    .menu .menu-item-has-children .sub-menu li {
        border: none;
    }

    .atv-utv-gallery p{
        padding: 0 15px;
    }
}

@media(min-width: 783px){
    .admin-bar.sticky-header header#header {
        top: 32px;
    }
}

@media(max-width: 782px){
    .admin-bar.sticky-header header#header {
        top: 46px;
    }
}

@media(max-width: 767px){
    .comment-form p{
        width: 100%;
    }

    p.comment-form-author {
        margin-right: 0;
    }

    .single-post p.comment-form-author, .single-post p.comment-form-email {
        width: 100%;
    }
    .addtional-slider .addtional-images {
        width: 100%;
        height: 250px;
    }

}

@media(max-width:640px){
    .galler-inner img {
        height: auto;
    }
}

@media(max-width: 600px){
    .admin-bar.sticky-header header#header{
        top: 0;
    }
}

@media(max-width: 575px){
    .privacy-policy h2, .cookie-text h2, .terms-text h2{
        font-size: 24px;
        margin-bottom: 45px;
    }
}

.widget_search .widget-title {
    display: none;
}

.grecaptcha-badge {
    display: none !important;
}

.fullwidth-page{
    padding: 80px 0;
    min-height: 350px;
}

.fullwidth-page .page-title:before{
    display: none;
}



.content-area {
    margin-bottom: 40px;
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 10px;
    border: none;
    outline: none;
    color: #ff4400 !important;
    font-size: 20px;
    z-index: 10;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 15px 0;
    text-decoration: none !important;
}

.page-numbers li {
    margin: 0 5px;
}

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
    background: #ff4400;
    color: #ffffff !important;
}

.page-numbers:first-child {
    margin-left: 0;
}

.page-numbers:last-child {
    margin-right: 0;
}


a.next.page-numbers ,a.prev.page-numbers {
    display: none;
}