/*General Style */
@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("../css/owl.carousel.css");
@import url("../css/slimmenu.min.css");
/*---------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*--------------------
font-family: 'Roboto', sans-serif;
----------------------*/

html {overflow-x: hidden;}
.grid_1200 {overflow: hidden;}

body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    overflow: hidden;
    -ms-overflow-style: scrollbar;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.54px;
    color: #3a3a3a;
    }
p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    }
@media (max-width: 991px) {
    body,
    p {
        font-size: 17px;
        line-height: 1.6;
    }
}
@media (max-width: 767px) {
    body,
    p {font-size: 16px;}
}

img {
    max-width: 100%;
    height: auto;
}
::-moz-selection {
    background: #000080;
    color: #fff;
}
::-webkit-selection {
    background: #000080;
    color: #fff;
}
/* ------------------------------------------------------------------
 Typography
------------------------------------------------------------------- */
b,
strong {font-weight: 700;}
a{
    color: #B10831;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    }
a:hover,
a:focus {
    text-decoration: none;
    color: #1a1a1a;
    outline: 0;
    }
h1:not(.site-title):before,
h2:before {display: none;}

h1 {
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
}
@media (max-width: 1600px) {
    h1 {font-size: 70px;}
}
@media (max-width: 1199px) {
    h1 {font-size: 66px;}
}
@media (max-width: 991px) {
    h1 {font-size: 56px;}
}
@media (max-width: 767px) {
    h1 {font-size: 46px;}
}
@media (max-width: 575px) {
    h1 {font-size: 38px;}
}
@media (max-width: 420px) {
    h1 {font-size: 34px;}
}

h2 {
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}
@media (max-width: 1600px) {
    h2 {font-size: 56px;}
}
@media (max-width: 1199px) {
    h2 {font-size: 48px;}
}
@media (max-width: 991px) {
    h2 {font-size: 42px;}
}
@media (max-width: 767px) {
    h2 {font-size: 36px;}
}
@media (max-width: 575px) {
    h2 {font-size: 32px;}
}
@media (max-width: 400px) {
    h2 {font-size: 28px;}
}

h3 {
    font-size: 26px;
    line-height: 1.3;
    text-transform: uppercase;
}
@media (max-width: 1600px) {
    h3 {font-size: 25px;}
}
@media (max-width: 1199px) {
    h3 {font-size: 24px;}
}
@media (max-width: 991px) {
    h3 {font-size: 21px;}
}
@media (max-width: 767px) {
    h3 {font-size: 20px;}
}
@media (max-width: 575px) {}

h4 {
    font-size: 24px;
    line-height: 1.1;
    text-transform: capitalize;
}
@media (max-width: 1600px) {
    h4 {font-size: 23px;}
}
@media (max-width: 1199px) {
    h4 {font-size: 22px;}
}
@media (max-width: 991px) {
    h4 {font-size: 21px;}
}
@media (max-width: 767px) {
    h4 {font-size: 20px;}
}
@media (max-width: 575px) {
    h4 {font-size: 19px;}
}

h1,h2,h3,h4 {
    margin: 0 0 20px;
    font-family: 'Roboto', sans-serif;
    color: #1a1a1a;
    font-weight: 800;
    letter-spacing: 0;
}
p,ol,ul,
blockquote {
    margin: 0 0 20px;
    padding: 0;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white p,
.white li,
.white span,
.white a {
    color: #fff;
}
.white p a:hover {
    text-decoration: underline;
}
ol li,
ul li {
    list-style-type: none;
}
@media (max-width: 991px) {
    h1,
    h2,
    h3,
    h4,
    p,
    ol,
    ul,
    blockquote {
        margin: 0 0 15px;
    }
}
@media (max-width: 575px) {
    h1,
    h2,
    h3,
    p,
    ol,
    ul,
    blockquote {
        margin: 0 0 10px;
    }
}

/* Forms */
.form-group {
    margin-bottom: 20px;
}
.form-group:last-child {
    margin-bottom: 0;
}
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="month"],
input[type="number"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="file"],
input,
textarea,
select {
    width: 100%;
    max-width: 100%;
    display: block;
    height: inherit;
    z-index: 1;
    margin: 0;
    padding: 16px 20px;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #1a1a1a;
    border-radius: 4px;
    color: #111;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 400;
    direction: ltr;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

body .gform_wrapper.gravity-theme input[type=color]:focus,
body .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
body .gform_wrapper.gravity-theme input[type=date]:focus,
body .gform_wrapper.gravity-theme input[type=datetime]:focus,
body .gform_wrapper.gravity-theme input[type=email]:focus,
body .gform_wrapper.gravity-theme input[type=month]:focus,
body .gform_wrapper.gravity-theme input[type=number]:focus,
body .gform_wrapper.gravity-theme input[type=password]:focus,
body .gform_wrapper.gravity-theme input[type=search]:focus,
body .gform_wrapper.gravity-theme input[type=tel]:focus,
body .gform_wrapper.gravity-theme input[type=text]:focus,
body .gform_wrapper.gravity-theme input[type=time]:focus,
body .gform_wrapper.gravity-theme input[type=url]:focus,
body .gform_wrapper.gravity-theme input[type=week]:focus,
body .gform_wrapper.gravity-theme select:focus,
body .gform_wrapper.gravity-theme textarea:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
    border-color: #B10831;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 400;
    color: #111;
    opacity: 0.8;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 400;
    color: #111;
    opacity: 0.8;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 400;
    color: #111;
    opacity: 0.8;
}
select {
    background-image: url(../images/select_arrow.svg);
    background-size: 16px;
    background-position: 97% center;
    background-repeat: no-repeat;
    color: rgba(37, 37, 37, 0.7);
    padding-right: 35px !important;
    cursor: pointer;
}
@media (max-width: 1199px) {
    body .gform_wrapper.gravity-theme input[type=color],
    body .gform_wrapper.gravity-theme input[type=datetime-local],
    body .gform_wrapper.gravity-theme input[type=date],
    body .gform_wrapper.gravity-theme input[type=datetime],
    body .gform_wrapper.gravity-theme input[type=email],
    body .gform_wrapper.gravity-theme input[type=month],
    body .gform_wrapper.gravity-theme input[type=number],
    body .gform_wrapper.gravity-theme input[type=password],
    body .gform_wrapper.gravity-theme input[type=search],
    body .gform_wrapper.gravity-theme input[type=tel],
    body .gform_wrapper.gravity-theme input[type=text],
    body .gform_wrapper.gravity-theme input[type=time],
    body .gform_wrapper.gravity-theme input[type=url],
    body .gform_wrapper.gravity-theme input[type=week],
    body .gform_wrapper.gravity-theme select,
    body .gform_wrapper.gravity-theme textarea,
    input[type="color"],
    input[type="date"],
    input[type="datetime-local"],
    input[type="datetime"],
    input[type="month"],
    input[type="number"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    input[type="email"],
    input[type="search"],
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="file"],
    input,
    textarea,
    select {
        padding: 15px 18px;
        font-size: 17px;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 17px;
    }
    input::placeholder,
    textarea::placeholder,
    select::placeholder {
        font-size: 17px;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 17px;
    }
    select {padding-right: 30px !important;}
}
@media (max-width: 991px) {
    body .gform_wrapper.gravity-theme input[type=color],
    body .gform_wrapper.gravity-theme input[type=datetime-local],
    body .gform_wrapper.gravity-theme input[type=date],
    body .gform_wrapper.gravity-theme input[type=datetime],
    body .gform_wrapper.gravity-theme input[type=email],
    body .gform_wrapper.gravity-theme input[type=month],
    body .gform_wrapper.gravity-theme input[type=number],
    body .gform_wrapper.gravity-theme input[type=password],
    body .gform_wrapper.gravity-theme input[type=search],
    body .gform_wrapper.gravity-theme input[type=tel],
    body .gform_wrapper.gravity-theme input[type=text],
    body .gform_wrapper.gravity-theme input[type=time],
    body .gform_wrapper.gravity-theme input[type=url],
    body .gform_wrapper.gravity-theme input[type=week],
    body .gform_wrapper.gravity-theme select,
    body .gform_wrapper.gravity-theme textarea,
    input[type="color"],
    input[type="date"],
    input[type="datetime-local"],
    input[type="datetime"],
    input[type="month"],
    input[type="number"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    input[type="email"],
    input[type="search"],
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="file"],
    input,
    textarea,
    select {
        font-size: 16px;
        padding: 14px 16px;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {font-size: 16px;}

    input::placeholder,
    textarea::placeholder,
    select::placeholder {font-size: 16px;}

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {font-size: 16px;}
}
@media (max-width: 767px) {
    select {
        padding-right: 25px !important;
        background-size: 14px;
    }
    .form-group {margin-bottom: 15px;}
}
@media (max-width: 575px) {
    .form-group {margin-bottom: 12px;}
}
/*Buttons*/
.btn_holder {
    margin-top: 40px;
    text-align: center;
}
input[type="submit"],
button[type="submit"],
.site_btn {
    position: relative;
    cursor: pointer;
    padding: 15px 30px;
    min-width: 180px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    background-color: #B10831;
    text-align: center;
    display: inline-block;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    opacity: 1;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
.site_btn:hover,
.site_btn:focus {
    background-color: #1a1a1a;
    color: #fff;
}
.site_btn.dark {
    color: #fff;
    background-color: #1a1a1a;
}
.site_btn.dark:hover,
.site_btn.dark:focus {
    background-color: #B10831;
    color: #fff;
}
.site_btn.white {
    background-color: #fff;
    color: #1a1a1a;
}
.site_btn.white:hover,
.site_btn.white:focus {
    background-color: #1a1a1a;
    color: #fff;
}
.site_btn.sm {
    padding: 10px 20px;
    min-width: inherit;
    font-size: 16px;
    line-height: 26px;
}
.site_btn + .site_btn  {margin-left: 15px;}

@media (max-width: 1600px) {
    .btn_holder {margin-top: 35px;}
}
@media (max-width: 1199px) {
    .btn_holder {margin-top: 30px;}
}
@media (max-width: 991px) {
    .btn_holder {margin-top: 25px;}
    input[type="submit"],
    button[type="submit"],
    .site_btn {
        padding: 12px 28px;
        min-width: 160px;
        font-size: 17px;
        line-height: 28px;
    }
    .site_btn.sm {
        padding: 9px 18px;
        font-size: 15px;
        line-height: 25px;
    }
}
@media (max-width: 767px) {
    .btn_holder {margin-top: 20px;}
    .site_btn + .site_btn  {margin-left: 10px;}
    input[type="submit"],
    button[type="submit"],
    .site_btn {
        padding: 10px 26px;
        min-width: 120px;
        font-size: 16px;
        line-height: 26px;
    }
    .site_btn.sm {
        padding: 8px 16px;
        line-height: 24px;
    }
}
@media (max-width: 575px) {
    input[type="submit"],
    button[type="submit"],
    .site_btn {min-width: 100px;}
}

/* ---- Header ----- */
.header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    display: block;
    background-color: #fff;
    text-align: right;
    }
.header.sticky {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    }
.header .container-fluid {
    position: relative;
    z-index: 1;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    padding-right: 0px;
    padding-left: 0px;
    }
.logo{
    position: relative;
    margin-left: 100px;
    }
.logo::after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 155px 0 60px;
    border-color: #fff transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    left: -25px;
    bottom: -20px;
}
.logo a {display: block;}
.logo img {
    width: 100%;
    max-width: 156px;
    padding: 10px 0;
    }
.header.sticky .logo img {max-width: 126px;}
.right_header{display: inline-flex;}
.mainmenu{
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    }
.header .book_spraying {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: stretch;
    }
.header .book_spraying a{
    font-size: 21px;
    line-height: 2;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 0 45px;
    background-color: #B10831;
    }
.header .book_spraying a:hover,
.header .book_spraying a:focus{
    color: #000;
    background-color: #B10831;
    }

.header,.mainmenu,.logo,.logo img,.book_spraying a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
@media(max-width: 1600px){
    .logo {margin-left: 30px;}
    .header .book_spraying a {
        font-size: 20px;
        padding: 0 30px;
    }
}
@media (max-width: 1199px) {
    .header,
    .header.sticky{position: relative;}
    .logo img {
        max-width: 136px;
        padding: 5px 0;
        }
    .header.sticky .logo img {max-width: 136px;}
    .logo::after {left: -35px;}
    .mainmenu {margin-right: 30px;}
    .header .book_spraying a {font-size: 19px;}
}
@media (max-width: 991px) {
    .logo img {max-width: 126px;}
    .header.sticky .logo img {max-width: 126px;}
    .logo::after {left: -35px;}
    .mainmenu {margin-right: 20px;}
    .header .book_spraying a {font-size: 18px;}
    .logo::after {
        border-width: 15px 155px 0 60px;
        bottom: -15px;
    }
}
@media (max-width: 767px) {
    .header .book_spraying a {
        padding: 0 25px;
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .header .book_spraying a {padding: 0 20px;}
    .mainmenu {margin-right: 15px;}
}
@media (max-width: 480px) {
    .mainmenu {
        margin-right: 0;
        margin-left: 15px;
    }
    .logo::after {
        left: -30px;
        right: 0;
        margin: 0 auto;
        z-index: 1;
        border-width: 15px 155px 0 60px;
        bottom: -10px;
    }
    .header .container-fluid {flex-direction: column;}
    .logo img,
    .header.sticky .logo img{
        max-width: 146px;
        padding: 5px 0 15px 0;
    }
    .logo{
        margin-left:0;
        text-align: center;
    }
    .right_header {
        display: inline-flex;
        justify-content: space-between;
        background-color: #1a1a1a;
    }
    .header .book_spraying a {padding: 10px 20px;}
}

/* Billboard */
.billboard {
    position: relative;
    background-color: #1b1b1b;
    overflow: hidden;
    margin-top: 118px;
    }
.billboard .item {
    position: relative;
    padding: 150px 0 200px;
    width: 100%;
    min-height: 650px;
    height: calc(100vh - 118px);
    background-color: #1b1b1b;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
.billboard .item:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.6;
    }
.billboard .item .container {
    position: relative;
    z-index: 3;
    }
.billboard .item .caption {text-align: center;}
.billboard .item .caption img {
    width: 67px;
    height: 70px;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 15px;
}
.billboard .item .caption h3 {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 15px;
}
.billboard .item .caption h1 {margin-bottom: 15px;}

@media (max-width: 1199px) {
    .billboard {margin-top: 0;}
    .billboard .item {
        padding: 100px 0 120px;
        height: inherit;
        min-height: inherit;
    }
    #slider .owl-nav .owl-prev {left: 5px;}
    #slider .owl-nav .owl-next {right: 5px;}
    .billboard .item .caption h3 {font-size: 56px;}
}
@media (max-width: 991px) {
    .billboard .item {padding: 80px 0 100px;}
    .billboard .item .caption h3 {font-size: 46px;}
    .billboard .item .caption img {
        width: 57px;
        height: 60px;
        margin-bottom: 10px;
    }
    #slider .owl-dots {
        margin: 0 auto;
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        z-index: 3;
    }
    #slider button.owl-dot {
        background-color: #B10831;
        opacity: 0.3;
    }
    #slider button.owl-dot.active {opacity: 1;}
}
@media (max-width: 767px) {
    .billboard .item {padding: 60px 0 90px;}
    .billboard .item .caption img {
        width: 47px;
        height: 50px;
    }
    .billboard .item .caption h3 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .billboard .item .caption h1 {margin-bottom: 10px;}
}
@media (max-width: 575px) {
    .billboard .item .caption img {
        width: 37px;
        height: 40px;
    }
    .billboard .item .caption h3 {font-size: 36px;}
}

/* --- Sections --- */
.sections {
    padding: 80px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
.sections.lg {padding: 100px 0;}
.sections.md {padding: 50px 0;}
.sections.sm {padding: 40px 0;}
.sections_title {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    }
.sections_title::before {
    content: '';
    width: 50px;
    height: 53px;
    display: block;
    background-image: url(../images/title_ico.svg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto  15px auto;
    }
.sections_title.white::before {filter: brightness(0) invert(1);}

.sections_title.left::before {margin-left: inherit;}
.sections_title.no_shape::before {display: none;}
.sections_title.left {text-align: left;}
.sections_title .title_btn .site_btn  {min-width: inherit;}
.sections_title h2 {margin-bottom: 15px;}

.lightgray{background-color: #f1f2f2;}

.fit_img.fullheight {height: 100%;}
.fit_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    }

.tb_space > div {
    padding-top: 15px;
    padding-bottom: 15px;
}
/* Section Edge */
.top_shape,
.bottom_shape {
    position: absolute;
    bottom: -1px;
    left: -1%;
    right: -1%;
    width: 102%;
    max-width: 102%;
    z-index: 2;
}
.top_shape {
    top: -1px;
    bottom: inherit;
    transform: rotate(180deg);
}
.helicoper_top {
    position: absolute;
    bottom: 0px;
    right: 150px;
    z-index: 2;
    width: 332px;
    height: 179px;
    object-fit: contain;
    z-index: 3;
    }
.helicoper_bottom {
    position: absolute;
    top: -80px;
    left: 110px;
    width: 240px;
    height: 129px;
    object-fit: contain;
    z-index: 3;
    }
@media (max-width: 1600px) {
    .helicoper_top {
        bottom: 0px;
        right: 100px;
        width: 292px;
        height: 159px;
    }
    .helicoper_bottom {
        top: -70px;
        left: 90px;
        width: 220px;
        height: 109px;
    }
}
@media (max-width: 1360px) {
    .helicoper_top {
        bottom: 0px;
        right: 50px;
        width: 292px;
        height: 159px;
    }
    .helicoper_bottom {
        top: -60px;
        left: 60px;
        width: 200px;
        height: 89px;
    }
}
@media (max-width: 1199px) {
    .helicoper_top {
        right: 30px;
        width: 262px;
        height: 119px;
    }
    .helicoper_bottom {
        top: -50px;
        left: 40px;
        width: 190px;
        height: 79px;
    }
    .sections {padding: 70px 0;}
    .sections.lg {padding: 90px 0;}
    .sections.md {padding: 45px 0;}
    .sections.sm {padding: 35px 0;}
}
@media (max-width: 991px) {
    .helicoper_bottom {
        top: -45px;
        left: 40px;
        width: 150px;
        height: 69px;
    }

    .sections {padding: 60px 0;}
    .sections.lg {padding: 80px 0;}
    .sections.md {padding: 40px 0;}
    .sections.sm {padding: 30px 0;}

    .sections_title {margin-bottom: 20px;}
    .sections_title h2 {margin-bottom: 12px;}
    .sections_title::before {
        width: 40px;
        height: 43px;
        margin: 0 auto 12px auto;
    }

    .helicoper_top {
        right: 40px;
        width: 192px;
        height: 99px;
    }
}
@media (max-width: 767px) {
    .sections {padding: 50px 0;}
    .sections.lg {padding: 70px 0;}
    .sections.md {padding: 35px 0;}
    .sections.sm {padding: 25px 0;}

    .sections_title {margin-bottom: 15px;}
    .sections_title h2 {margin-bottom: 10px;}
    .sections_title::before {
        width: 35px;
        height: 38px;
        margin: 0 auto 10px auto;
    }
    .helicoper_top {
        right: 40px;
        width: 152px;
        height: 79px;
    }
    .helicoper_bottom {
        top: -40px;
        left: 0px;
        width: 130px;
        height: 69px;
    }
}
@media (max-width: 575px) {
    .sections {padding: 40px 0;}
    .sections.lg {padding: 50px 0;}
    .tb_space > div {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .helicoper_top {
        right: 20px;
        width: 112px;
        height: 59px;
    }
}
@media (max-width: 460px) {
    .top_shape, .bottom_shape {
        width: 103%;
        max-width: 103%;
    }
}

/* About */
.about_img{height: 100%;}
.about_img.fit_img{
    width: 100%;
    border-radius: 4px;
}
.about_copy{
    padding: 35px;
    border-left: solid 10px #B10831;
    border-radius: 4px;
    box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.1);
    background-color: white;
    margin: 80px 0 80px -300px ;
}

@media (max-width:1199px){
    .about_copy {
        padding: 30px;
        margin: 70px 0 70px -280px;
    }
}
@media (max-width:991px){
    .about_copy {
        border-top: solid 10px #B10831;
        border-left: none;
        padding: 20px;
        margin: -50px 20px 0px 20px;
    }
}
@media (max-width:767px){
    .about_copy {
        border-left: none;
        padding: 15px;
        margin: -40px 10px 0px 10px;
    }
}

/* Services */
#news_slider .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
#news_slider .item {
    height: 100%;
}
.news_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.news_box .fit_img {
    height: 350px;
    display: block;
    background-color: #252525;
    position: relative;
}
.news_box .fit_img:hover img {
    opacity: 0.4;
}
.news_box .news_text {
    padding: 18px 25px 10px;
}
.news_box .news_text .post_date {
    font-size: 21px;
    display: block;
    font-weight: 600;
    color: #00b052;
    margin-bottom: 12px;
}
.news_box .news_btn {
    margin-top: auto;
    padding: 0 25px 20px;
}
.news_box h3 {
    margin-bottom: 10px;
}
.news_box h3 a {
    color: #1b1b1b;
}
.news_box h3 a:hover {
    color: #01b052;
}
.news_box p {
    margin-bottom: 0px;
}
.edge_pd {
    padding: 180px 0;
}

@media (max-width: 1600px) {
    .edge_pd {padding: 140px 0;}
}
@media (max-width: 1199px) {
    .edge_pd {
        padding: 110px 0;
    }
    .news_box .fit_img {
        height: 290px;
    }
    .news_box .news_text {
        padding: 15px 20px 5px;
    }
    .news_box .news_btn {
        padding: 0 20px 20px;
    }
    .news_box .news_text .post_date {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .edge_pd {
        padding: 90px 0;
    }
    .news_box .news_text .post_date {
        font-size: 19px;
    }
}
@media (max-width: 767px) {
    .edge_pd {
        padding: 80px 0;
    }
    .news_box .news_text {
        padding: 15px;
    }
    .news_box .news_btn {
        padding: 0 15px 15px;
    }
    .news_box .news_text .post_date {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .edge_pd {
        padding: 60px 0;
    }
    .news_box .news_text .post_date {
        font-size: 16px;
    }
}

/* Services */
.services_col.in{
    padding-bottom: 15px;
    padding-top: 15px;
    }
.services_box {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    background-color: white;
    box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.1);

    padding: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    }
.services_box:hover{box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.2);}
.services_box .fit_img {
    height: 260px;
    display: block;
    background-color: #1a1a1a;
    position: relative;
    margin-bottom: 10px;
}
.services_box:hover .fit_img img,
.services_box:focus .fit_img img{transform: scale(1.06);}
.services_box .services_copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    align-items: flex-start;
    padding: 10px;
    }
.services_box .services_copy p{font-size: 16px;}
.services_box .services_copy p:last-child{margin-bottom: 0;}
.services_box .services_copy h3{margin-bottom: 10px;}
.services_box .services_copy h3 a{color:#1a1a1a;}
.services_box .services_copy h3 a:hover,
.services_box .services_copy h3 a:focus{color:#B10831;}
.services_box .services_bottom {
    display: flex;
    padding: 10px;
    width: 100%;
    }
@media (max-width: 1199px){
    .services_box {padding: 5px;}
}
@media (max-width: 991px){
    .services_box .fit_img {
        margin-bottom: 5px;
        height: 220px;
    }
    .services_box .services_copy {padding: 8px;}
    .services_box .services_bottom {padding: 8px;}
    .services_box .services_copy p {font-size: 15px;}
}
@media (max-width: 767px){
    .services_box .services_copy p {font-size: 14px;}
    .services_col{
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .services_col.in {
        padding-bottom: 8px;
        padding-top: 8px;
    }
}

/* THE FLEET */
.the_fleet{padding-bottom: 100px;}
.red_overlay::before{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(176, 11, 49, 0.8);
    }
.fleet_over{
    margin-top: -100px;
    background-color: white;
    padding: 10px;
    }
.fleet_col {
    margin-bottom: 15px;
    margin-top: 15px;
    }
.fleet_box a {
    position: relative;
    background-color: #1a1a1a;
    }
.fleet_box a::after{
    content:"\f178";
    font-family:'FontAwesome';
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #1a1a1a;
    width: 80px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: white;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    }
.fleet_box:hover a::after{
    background-color: #B10831;
    padding-left: 15px;
    }
.fleet_box .fit_img {
    display: block;
    height: 300px;
    }
.fleet_box:hover .fit_img img{opacity: 0.7;}
.fleet_box.lg .fit_img {height: 630px;}

/* the fleet page  */
.thefleet_box {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 20px;

    border-top: solid 10px #B10831;
    border-radius: 4px;
    box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.1);
    background-color: white;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    }
.thefleet_box:hover{box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.2);}

.thefleet_box .fit_img {
    height: 360px;
    display: block;
    background-color: #1a1a1a;
    position: relative;
    margin-bottom: 10px;
    }
.thefleet_box:hover .fit_img img,
.thefleet_box:focus .fit_img img{transform: scale(1.06);}
.thefleet_box .thefleet_copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    align-items: flex-start;
    padding: 10px;
    }
.thefleet_box .thefleet_copy .fleet_model{
    color: #B10831;
    display: block;
    padding-bottom: 15px;
    }
.thefleet_box .thefleet_copy p:last-child{margin-bottom: 0;}
.thefleet_box .thefleet_copy h3{margin-bottom: 5px;}

.thefleet_box .thefleet_copy ul{
    margin: 0px;
    padding: 0px;
    }
.thefleet_box .thefleet_copy ul li{
    position: relative;
    list-style: none;
    padding-left: 26px;
    padding-bottom: 6px;
    }
.thefleet_box .thefleet_copy ul li:before{
    position: absolute;
    left: 0;
    top: 0;
    content:"\f138";
    font-family:'FontAwesome';
    }

.thefleet_col{
    padding-bottom: 15px;
    padding-top: 15px;
    }

@media (max-width: 991px) {
    .the_fleet{padding-bottom: 80px;}
    .fleet_over{margin-top: -80px;}
    .fleet_box.lg .fit_img {height: 560px;}
    .fleet_box a::after{
        width: 70px;
        height: 36px;
        font-size: 24px;
    }

    .thefleet_box {padding: 15px;}
    .thefleet_box .fit_img {height: 280px;}
    .thefleet_box .thefleet_copy {padding: 5px;}
    .thefleet_box .thefleet_copy .fleet_model {padding-bottom: 12px;}
}
@media (max-width: 767px) {
    .the_fleet{padding-bottom: 70px;}
    .fleet_over{
        margin-top: -70px;
        padding: 7px 0 0 0;
    }
    .fleet_box.lg .fit_img {height: 460px;}
    .fleet_box .fit_img {height: 280px;}
    .fleet_box a::after{
        width: 60px;
        height: 30px;
        font-size: 21px;
    }
    .fleet_col {
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .thefleet_col {
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .thefleet_box .fit_img {height: 300px;}
    .thefleet_box .thefleet_copy .fleet_model {padding-bottom: 10px;}
    .thefleet_box {border-top-width: 8px;}
}
@media (max-width: 575px) {
    .fleet_box.lg .fit_img {height: 360px;}
    .fleet_box .fit_img {height: 260px;}

    .thefleet_box {padding: 12px;}
    .thefleet_box {border-top-width: 6px;}
    .thefleet_box .fit_img {height: 280px;}
}

/*--- Internal Page General CSS---*/
.header_gap{margin-top: 118px;}
.internal_cover {
    width: 100%;
    min-height: 460px;
    padding-top: 50px;
    padding-bottom: 100px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #1b1b1b;
    }
.internal_cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    }
.internal_cover .container {
    position: relative;
    z-index: 3;
    }
.internal_cover h1:last-child,
.internal_cover h2:last-child,
.internal_cover h3:last-child,
.internal_cover p:last-child{margin-bottom: 0;}
.internal_cover .container{position:relative;}

@media(max-width:1199px) {
    .header_gap{margin-top:0px;}
    .internal_cover {
        min-height: 420px;
        padding-top: 40px;
        padding-bottom: 80px;
    }
}
@media(max-width:991px) {
    .internal_cover {
        min-height: 360px;
        padding-top: 30px;
        padding-bottom: 60px;
    }
}
@media(max-width:767px) {
    .internal_cover {
        min-height: inherit;
        padding-top: 100px;
        padding-bottom: 110px;
    }
}

/*Default Typography*/
.default_typo blockquote {
    margin: 1em 0;
    padding: 25px;
    font-style: normal;

    border-radius: 4px;
    box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.1);
    border-left: solid 10px #B10831;
    background-color: white;
    }
.default_typo blockquote p{margin-top: 0;}
.default_typo blockquote p:last-child{margin-bottom: 0;}
.default_typo blockquote span{
    display: block;
    font-weight: 700;
    }
.default_typo h1{
    padding-top: 20px;
    margin-bottom: 15px;
    font-size: 60px;
    }
.default_typo h2{
    font-size: 50px;
    padding-top: 20px;
    margin-bottom: 15px;
    }
.default_typo h3{
    font-size: 40px;
    padding-top: 20px;
    margin-bottom: 15px;
    }
.default_typo h4{
    font-size: 30px;
    padding-top: 20px;
    margin-bottom: 15px;
    }
.default_typo h1:first-child,
.default_typo h2:first-child,
.default_typo h3:first-child,
.default_typo h4:first-child{padding-top: 0;}
.default_typo img + h1,
.default_typo img + h2,
.default_typo img + h3 {padding-top: 0;}
.default_typo ul{
    margin-bottom: 20px;
    padding-left: 0px;
    }
.default_typo ul li ul.wsp-posts-list,
.default_typo ul li ul.children{margin-top: 12px;}
.default_typo ul li{
    position: relative;
    list-style: none;
    padding-left: 26px;
    padding-bottom: 6px;
    }
.default_typo ul.divide{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.default_typo ul.divide li{
    position: relative;
    width: 100%;
}
.default_typo ul.divide.two li{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.default_typo ul.divide.three li{
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
.default_typo ul.divide.four li{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.default_typo ul li a{
    text-decoration: none;
    color: #B10831;
    }
.default_typo ul li a:hover,
.default_typo ul li a:focus{color: #000;}
.default_typo ul li i{
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    }
.default_typo ul li:before{
    position: absolute;
    left: 0;
    top: 0;
    content:"\f138";
    font-family:'FontAwesome';
    /* color: #00b052; */
    }
.default_typo ol {
    margin-left: 20px;
    padding: 0;
    }
.default_typo ol li{
    list-style-type: decimal;
    padding-left: 10px;
    padding-bottom: 8px;
    }
.default_typo ul li ul{
    margin-bottom: 0px;
    margin-top: 15px;
    }
.default_typo ul li ul li:before{content:"\f0da";}
.default_typo ul li ul li{padding-left: 21px;}
.default_typo ul li ol{
    margin-bottom: 0px;
    margin-top: 15px;
    }
.default_typo ul li ol li:before{display: none;}
.default_typo ol li ol{
    margin-bottom: 0px;
    margin-top: 15px;
    }
.default_typo ol li ul{
    margin-bottom: 0px;
    margin-top: 15px;
    }
.default_typo ol li ul li{
    position: relative;
    list-style: none;
    padding-left: 21px;
    padding-bottom: 10px;
    }
.default_typo ol li ul li:before{content:"\f0da";}

/*default wordpress editor images*/
.alignleft,.aligncenter,.alignright {border-radius: 4px;}
.alignleft {
    max-width: 470px;
    object-fit: cover;
    margin: 0px 30px 15px 0px;
    float: left;
    overflow: hidden;
    }
.aligncenter {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
    }
.alignright {
    max-width: 470px;
    object-fit: cover;
    margin: 0px 0 15px 30px;
    float: right;
    overflow: hidden;
    }

.default_typo.ei blockquote {
    border-left-color:#B10831;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.1);
    }
.default_typo.ei ul li a {color: #B10831;}
.default_typo.ei ul li a:hover,
.default_typo.ei ul li a:focus {color: #000;}
.default_typo.ei ul li:before {color: #B10831;}

@media(max-width:1199px) {
    .default_typo h1{font-size: 56px;}
    .default_typo h2{font-size: 46px;}
    .default_typo h3{font-size: 36px;}
    .default_typo h4{font-size: 30px;}

    .default_typo ul.divide.four li{
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}
@media(max-width:991px) {
    .alignright,.alignleft,.aligncenter {
        margin: 0 0 30px 0;
        float: none;
        max-width: 100%;
    }
    .default_typo blockquote {
        margin: 0.8em 0;
        padding: 20px;
        border-left: 8px solid #B10831;
    }
    .default_typo h1{
        font-size: 50px;
        padding-top: 15px;
        margin-bottom: 12px;
        }
    .default_typo h2{
        font-size: 40px;
        padding-top: 15px;
        margin-bottom: 12px;
        }
    .default_typo h3{
        font-size: 30px;
        padding-top: 15px;
        margin-bottom: 12px;
        }
    .default_typo h4{
        font-size: 28px;
        padding-top: 15px;
        margin-bottom: 12px;
        }
    .default_typo ul.divide.three li{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .default_typo ul.divide.four li{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media(max-width:767px) {
    .alignright,.alignleft,.aligncenter {margin: 0 0 25px 0;}
    .default_typo blockquote {
        margin: 0.7em 0;
        padding: 15px;
        border-left: 6px solid #B10831;
    }
    .default_typo h1{font-size: 46px;}
    .default_typo h2{font-size: 36px;}
    .default_typo h3{font-size: 28px;}
    .default_typo h4{font-size: 26px;}

    .default_typo ul.divide.two li{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .default_typo ul.divide.three li{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .default_typo ul.divide.four li{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media(max-width:575px) {
    .alignright,.alignleft,.aligncenter {margin: 0 0 20px 0;}
    .default_typo h1{font-size: 40px;}
    .default_typo h2{font-size: 30px;}
    .default_typo h3{font-size: 26px;}
    .default_typo h4{font-size: 24px;}
}
/*End Default Typography*/

.book_cta{padding-top: 150px;}
.book_cta p:last-child{margin-bottom: 0;}

/* Footer */
.footer {
    background-color: #1a1a1a;
    position: relative;
    padding-top: 70px;
    z-index: 3;
    }
.footer h3 {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 26px;
}
.footer p,
.footer ul li {
    font-weight: 300;
    color: rgba(255,255,255,0.9);
}
.footer ul {margin-bottom: 0;}
.footer ul li a {color: #fff;}
.footer p a:hover,
.footer ul li a:hover {color: #B10831;}
.contact_info .mapbtn{
    border: solid 1px rgba(255,255,255,0.3);
    padding: 2px 10px;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 5px;
    }
.contact_info .mapbtn:hover{text-decoration: none;}
.contact_info ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 7px;
}
.contact_info ul li:last-child {margin-bottom: 0px;}
.contact_info ul li i {
    position: absolute;
    left: 0;
    top: 6px;
}
.footer .quick_links ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.footer .quick_links ul li {margin-bottom: 7px;}
.footer .quick_links ul li a {
    position: relative;
    padding-left: 20px;
    display: inline-block;
}
.footer .quick_links ul li a:before {
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    font-size: 18px;
    top: 1px;
    left: 0;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
}
.footer .quick_links ul li a:hover:before,
.footer .quick_links ul li a:focus:before{left: 5px;}
.social_media ul li {display: inline-block;}
.social_media ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    line-height: 1;
    width: 50px;
    height: 50px;
    background-color: #B10831;
    margin-right: 10px;
    border-radius: 3px;
}
.social_media ul li a:hover {
    background-color: #fff;
    color: #B10831;
    border-radius: 50px;
    transform: scale(0.86);
}
/**/
.footer .copyright {
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 25px 0;
}
.footer .copyright .container {
    display: flex;
    justify-content: space-between;
}
.footer .copyright p {
    margin-bottom: 0;
    font-size: 16px;
    }
.footer .copyright p a {
    margin-bottom: 0;
    color: #B10831;
    text-decoration: underline;
}
.footer .copyright p a:hover {color: #fff;}

/**/
.go-up {
    background-color: rgba(27, 27, 27, 0.4);
    color: #fff;
    cursor: pointer;
    width: 40px;
    height: 30px;
    position: fixed;
    font-size: 14px;
    line-height: 30px;
    right: 15px;
    bottom: -40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: none;
    text-align: center;
    z-index: 100;
    border-radius: 4px 4px 0 0;
    transition: all 0.25s ease-in-out;
    }
.go-up:hover {
    background-color: #B10831;
    color: #fff;
    }
@media (max-width: 1199px) {
    .book_cta{padding-top: 115px;}
    .footer {padding-top: 60px;}
    .footer h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .footer .copyright {
        margin-top: 30px;
        padding: 20px 0;
    }
    .footer .quick_links ul li a:before {top: 0;}
    .social_media ul li a {
        font-size: 24px;
        width: 46px;
        height: 46px;
        margin-right: 8px;
    }
}
@media (max-width: 991px) {
    .book_cta{
        padding-top: 90px;
        text-align: center;
    }
    .book_cta p:last-child {margin-bottom: 15px;}
    .footer {padding-top: 50px;}
    .footer h3 {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .followus{padding-top: 30px;}
    .social_media ul li a {
        font-size: 22px;
        width: 42px;
        height: 42px;
        margin-right: 7px;
    }
}
@media (max-width: 767px) {
    .book_cta{padding-top: 80px;}
    .footer {padding-top: 40px;}
    .footer .copyright {padding: 15px 0;}
    .footer .copyright .container {display: block;}
    .go-up {
        width: 30px;
        height: 25px;
        font-size: 16px;
        line-height: 22px;
    }
    .footer h3 {
        font-size: 21px;
        margin-bottom: 15px;
    }
    .footer .quick_links ul li {margin-bottom: 5px;}
    footer div.contact_info {margin-bottom: 30px;}
    .contact_info ul li i {
        position: static;
        margin-right: 7px;
    }
    .contact_info ul li {padding-left: 0;}
    .footer .copyright p {font-size: 14px;}
    .social_media ul li a {
        font-size: 21px;
        width: 38px;
        height: 38px;
        margin-right: 6px;
    }
}
@media (max-width: 575px) {
    .book_cta{padding-top: 60px;}
    .footer .quick_links ul li a {padding-left: 16px;}
}

/*pagination*/
.pagination{
    margin-top: 30px;
    border-radius: 0;
    justify-content: center;
    }
.pagination .nav-links {margin-left: 0px;}
.pagination .nav-links .page-numbers {
    display: inline-flex;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #111;
    text-align: center;
    margin: 3px;
    padding: 4px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    }
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
    border: solid 1px #000080;
    color: #fff;
    background-color:#000080;
    }
@media(max-width: 991px) {
    .pagination {margin-top: 20px;}
    .pagination .nav-links .page-numbers {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }
}
@media(max-width: 767px) {
    .pagination {margin-top: 10px;}
    .pagination .nav-links .page-numbers {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
/* pagination */

/* Contact Us */
.ct_col {margin-top: 30px;}
.contact_top{
    padding: 30px;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 0 30px 0 rgba(64,78,91,.1);
    border: 1px solid rgba(64,78,91,.1);
    height: 100%;
    }
.ct_box{
    padding: 20px 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    background-color: #f8f8f8;
    border: solid 1px #f1f2f2;
    text-align: center;
    transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    }
.ct_box:last-child{margin-bottom: 0px;}
.ct_box:hover,
.ct_box:focus{
    background-color: #ededed;
    border-color: #ededed;
    }
.ct_box .icon_box {
    background-color:  #B10831;
    border: 1px solid rgba(64,78,91,.1);
    width: 70px;
    height: 70px;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin: 0 auto 15px;
    transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    }
.ct_box ul{
    margin: 0;
    padding: 0;
    }
.ct_box ul li{
    font-size: 18px;
    line-height: 1.6;
    list-style: none;
    }
.ct_box ul li a{color: #404e5b;}
.ct_box h3{margin-bottom: 10px;}
.ct_box ul li span{
    color: #B10831;
    font-weight: 600;
    }
.ct_box ul li a:hover,
.ct_box ul li a:focus{color: #B10831;}
.mapbox {
    padding: 5px;
    border-radius: 4px;
    background-color:white;
    box-shadow: 0px 0 30px 0 rgba(64,78,91,.1);
    overflow: hidden;
    }
.mapbox iframe {
    display: block;
    width: 100%;
    height: 460px;
    }
.contact_form {
    padding: 30px;
    border-radius: 4px;
    background-color:white;
    box-shadow: 0px 0 30px 0 rgba(64,78,91,.1);
    border: 1px solid rgba(64,78,91,.1);
    height: 100%;
    }
.contact_form h2{
    font-size: 26px;
    margin-bottom: 10px;
    }
@media (max-width: 1199px){
    .contact_form {padding: 25px;}
    .contact_top{padding: 25px;}
    .mapbox iframe {height: 420px;}
}
@media (max-width: 991px){
    .contact_form {margin-top: 20px;}
    .contact_form h2{font-size: 24px;}
    .mapbox iframe {height: 380px;}
}
@media (max-width: 767px){
    .contact_form {padding: 20px;}
    .contact_form h2{font-size: 21px;}
    .contact_top{padding: 20px;}
    .ct_box {
        padding: 15px 5px;
        margin-bottom: 10px;
    }
    .ct_box h3 {margin-bottom: 5px;}
    .ct_box ul li {font-size: 16px;}
    .mapbox iframe {height: 320px;}
}

/* Contact Us */

/* GForm Form Css*/
.gform_wrapper.gravity-theme .gform_validation_errors {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    outline: none;
    }
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 0 0 5px 0 !important;
    }
.gform_wrapper.gravity-theme .gform_validation_errors>ol {
    padding-left: 15px !important;
    margin-bottom: 10px !important;
    }
.gform_wrapper.gravity-theme .gform_validation_errors>ol li {
    font-size: 14px !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    }
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: transparent !important;
    border: none !important;
    font-size: 13px !important;
    margin-top: 5px !important;
    padding: 0 !important;
    line-height: 1 !important;
    }
div#gform_confirmation_message_1 {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    background-color: #f8f8f8;
    border:1px solid rgba(64,78,91,.1);
    text-align: center;
    color: #32CD32;
    }
#gform_wrapper_1 .gform_heading {display: none;}
.gform_wrapper.gravity-theme .gfield textarea.small {height: 140px !important;}
/* End GForm Css*/

.dark_overlay::before{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    }
.dark_overlay .container{
    position: relative;
    z-index: 1;
    }
.calculator_cta p:last-child{margin-bottom: 0;}

@media (max-width: 991px){
    .calculator_cta{text-align: center;}
    .calculator_cta p:last-child{margin-bottom: 15px;}
}
.service_top + .service_bottom{padding-top: 0;}

.tramping-calculator {
    padding: 40px;
    border: 1px solid rgba(64,78,91,.1);
    border-left: solid 10px #B10831;
    border-radius: 4px;
    box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.1);
    background-color: white;
    margin: 0 auto;
    width: 100%;
    max-width: 760px;
    }
.tramping-calculator h2 {
    font-size: 30px;
    padding-top: 0px;
    margin-bottom: 15px;
    }
.tramping-calculator-calculated{padding-top: 30px;}
table.tramping-calculator-table {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 4px;
    }
.tramping-calculator-calculated table.tramping-calculator-table {background-color: #fff7f8;}
table.tramping-calculator-table td,
table.tramping-calculator-table th {
    padding: 10px 15px;
    font-weight: 500;
    line-height: 1.4;
    }
table.tramping-calculator-table tr {border-bottom: solid 3px #fff;}
table.tramping-calculator-table td{width: 56%;}

@media (max-width: 991px){
    .tramping-calculator {padding: 30px;}
    .tramping-calculator h2 {font-size: 26px;}
}
@media (max-width: 767px){
    .tramping-calculator {padding: 25px;}
    .tramping-calculator h2 {font-size: 24px;}
    table.tramping-calculator-table td {width: 60%;}
}
@media (max-width: 575px){
    .tramping-calculator {
        padding: 20px;
        border-left: solid 6px #B10831;
    }
    .tramping-calculator h2 {
        margin-bottom: 10px;
        font-size: 22px;
    }
    table.tramping-calculator-table th,
    table.tramping-calculator-table td {
        width: 100%;
        padding: 10px;
    }
    table.tramping-calculator-table tr {
        display: flex;
        flex-wrap: wrap;
    }
    table.tramping-calculator-table td {padding-top: 3px;}
    table.tramping-calculator-table th {padding-bottom: 3px;}
    .tramping-calculator-calculated {padding-top: 20px;}
}