html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    color: #444444;
    font-family: "Roboto-Regular", "Open Sans";
    font-size: 16px;
    line-height: 1.42857143;
    overflow-x: hidden;
    background-color: #ffffff;
}
.hide-default-cls{
    visibility: hidden;
}
*,
*:focus {
    outline: none;
}

select::-ms-expand {
    display: none;
}

a {
    color: #444444;
    text-decoration: none;
    transition: all ease .4s;
    background-color: transparent;
}

a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
}

a:hover {
    color: #65bd60;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

a > code {
    color: inherit;
}

a[href^="mailto:"]:hover {
    text-decoration: underline;
}

.grecaptcha-badge {
    opacity: 0 !important;
}

hr {
    width: 305px;
    margin: 0 auto;
    border: 1px solid #ebebeb;
}

section hr {
    margin: 70px auto;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: "Titillium-Bold", "Open Sans Semibold";
    color: #003146;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 24px;
}

figure {
    margin: 0 0 10px;
}

p,
li {
    font-family: "Roboto-Regular", "Open Sans";
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
    color: #525b64;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.25px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    word-wrap: normal;
}

input:focus,
select:focus,
textarea:focus {
    border: 2px solid #65bd60;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

*,
::after,
::before {
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
    color: #003146;
    font-size: 16px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    color: #003146;
    font-size: 16px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
    color: #003146;
    font-size: 16px;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    color: #003146;
    font-size: 16px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    padding: 15px;
    font-size: 18px;
    font-family: "Roboto-Regular", "Open Sans";
    color: #555555;
    border: 2px solid #cccccc;
    width: 100%;
    height: 55px;
    letter-spacing: 1px;
    border-radius: 0;
}

:focus {
    box-shadow: none;
}

section,
.section {
    padding: 70px 0;
    position: relative;
}

.container {
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
}

.sprite-image,
.btn span:after,
.btn-style2:after,
.header nav ul li:after,
.search-icon,
.glide__slide ul li {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-size: 150px auto;
    background-position: 0 0;
}

.btn {
    display: inline-block;
    min-width: 345px;
    padding: 13px 65px 13px 20px;
    font-family: "Roboto-Bold", "Open Sans Semibold";
    font-size: 16px;
    color: #003146;
    text-align: center;
    border: 2px solid #65bd60;
    background-color: transparent;
    position: relative;
    transition: all ease .4s;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: top;
    line-height: 18px;
}

.btn:last-child {
    margin-right: 0;
}

.btn span {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    border-left: 2px solid #65bd60;
    z-index: 1;
}

.btn span:before {
    position: absolute;
    top: 0;
    right: 48px;
    width: 2px;
    height: 0;
    content: "";
    background-color: #ffffff;
    transition: all ease .4s;
    z-index: 1;
}

.btn span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 15px;
    content: "";
    background-position: -45px -33px;
    transform: translateY(-50%) translateX(-50%);
}

.btn:hover span:before {
    height: 100%;
}

.btn:focus span:before {
    height: 100%;
}

.btn:hover span:after {
    background-position: -63px -33px;
}

.btn:focus span:after {
    background-position: -63px -33px;
}

.btn.lg-btn {
    text-align: left;
}

.btn:hover,
.btn:focus {
    color: #ffffff;
    background-color: #65bd60;
}

.btn-style2 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 15px;
    font-family: "Roboto-Bold", "Open Sans Semibold";
    font-size: 16px;
    line-height: 16px;
    color: #003146;
    background-color: transparent;
    position: relative;
    transition: all ease .4s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-style2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 53px;
    height: 4px;
    content: "";
    background-color: #65bd60;
    transition: all ease .4s;
    z-index: 1;
}

.btn-style2:after {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 15px;
    margin-top: -2px;
    margin-left: 10px;
    content: "";
    background-size: 135px auto;
    background-position: -40px -29px;
}

.btn-style2:hover {
    color: #003146;
}

.our-services h2 {
    text-align: center;
}

.our-services .items {
    padding-top: 20px;
    margin: 13px -15px 0;
}

.our-services .two-items {
    grid-template-columns: 1fr 1fr;
}

.grid-row {
    display: -ms-grid;
    display: grid;
    margin-left: 0;
    margin-right: 0;
}

html #podium-bubble {
    max-width: 90px !important;
    max-height: 90px !important;
    bottom: 25px !important;
}

.header {
    padding: 20px;
    position: relative;
}

.header #menu-main-menu > li:first-child {
    display: none;
}

.header .logo {
    display: inline-block;
    max-width: 170px;
}

.header .logo img,
.header .logo svg {
    padding: 0;
    width: 100%;
}

.header nav {
    display: inline-block;
    vertical-align: bottom;
}

.header nav ul li {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: static;
}

.header nav ul li.mobile-home {
    display: none;
}

.header nav ul li a {
    padding: 0 5px 32px;
    color: #003146;
    transition: none;
    position: relative;
}

.header nav ul li.active > a {
    color: #65bd60;
    font-family: "Roboto-Bold", "Open Sans Semibold";
}

.header nav ul li.main.active.dropdown a:before {
    background-position: -23px -36px;
}

.header nav ul li nav {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 99.9%;
    padding: 0 40px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    border: 2px solid #ebebeb;
    z-index: 11;
    min-height: 0;
    transition: min-height 0.5s ease, padding 0.5s ease-in-out;
    transition-duration: 0.5s;
    overflow: hidden;
}

.header nav ul li nav ul li {
    display: block;
    width: 40%;
    padding: 0;
}

.header nav ul li nav ul li a {
    padding: 0;
    font-family: "Roboto-Regular", "Open Sans";
    font-size: 16px;
    line-height: 20px;
}

.header nav ul li nav ul li:first-child {
    font-size: 15px;
}

.header nav ul li.dropdown ul {
    width: 48%;
    margin-left: 180px;
}

.header nav ul li.dropdown ul li {
    padding-bottom: 20px;
    margin: 0;
    width: 100%;
    text-transform: capitalize;
}

.header nav ul li.dropdown ul li:last-child {
    padding-bottom: 0;
}

.header nav ul li.dropdown ul li a {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
}

.header nav ul li.dropdown ul li:hover nav:before,
.header nav ul li.dropdown ul li.hover nav:before {
    height: 80%;
    transition: 2s ease all;
}

.header nav ul li.dropdown ul li.dropdown-submenu:after {
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -30px -22px;
    content: "";
    background-size: 105px auto;
    margin-right: 3px;
}

.header nav ul li.dropdown ul li.dropdown-submenu:hover:after,
.header nav ul li.dropdown ul li.dropdown-submenu.hover:after {
    background-position: -68px -22px;
}

.header nav ul li.dropdown ul li nav {
    width: 365px;
    left: 35%;
    top: 0;
    right: unset;
    margin-left: 2px;
    border: none;
    padding: 40px 40px 40px 55px;
}

.header nav ul li.dropdown ul li nav:before {
    position: absolute;
    content: '';
    left: 0;
    height: 0;
    width: 2px;
    background: #ebebeb;
    transition: 2s ease all;
}

.header nav ul li.dropdown ul li nav ul {
    border: none;
    height: 360px;
    width: 100%;
    overflow-y: auto;
    margin-left: 0;
}

.header nav ul li.dropdown ul li nav ul li {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
    border-right: none;
}

.header nav ul li.dropdown .menu-image {
    float: left;
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 505px;
}

/*.header nav ul li.dropdown:after {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 8px;
    margin-top: -1px;
    margin-right: 3px;
    content: "";
    background-position: 0 -36px;
}

.header nav ul li.dropdown:hover:after {
    background-position: -23px -36px;
}*/
.header nav ul li.main.dropdown > a {
    padding: 0 25px 32px 5px;
}
.header nav ul li.main.dropdown > a:before {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 8px;
    margin-top: 4px;
    margin-right: 3px;
    content: "";
    position: absolute;
    right: 3px;
    background-position: 0 -36px;
    background-image: url(https://vfsworks.com/wp-content/themes/vfs/assets/css/../images/sprite.png);
    background-repeat: no-repeat;
    background-size: 150px auto;
}

.header nav ul li.main.dropdown:hover > a:before {
    background-position: -23px -36px;
}

.header nav ul > li:hover > nav,
.header nav ul > li.hover > nav {
    opacity: 1;
    visibility: visible;
    min-height: 470px;
    padding: 40px;
    border: 2px solid #65bd60;
    transition: min-height 0.5s ease, padding 0.5s ease-in-out, border 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition-duration: 0.5s;
    animation: menuHover 0.5s ease-in-out;
}

.header nav ul > li.open > nav {
    opacity: 1;
    visibility: visible;
    min-height: 470px;
    padding: 40px;
    border: 2px solid #65bd60;
    transition: min-height 0.5s ease, padding 0.5s ease-in-out, border 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition-duration: 0.5s;
    animation: menuHover 0.5s ease-in-out;
}

.header nav ul > li.open > a {
    color: #65bd60;
    font-family: "Roboto-Bold", "Open Sans Semibold";
}

.header nav ul > li.open > a:after {
    background-image: linear-gradient(#65bd60 0%, #65bd60 100%);
    -webkit-animation: backgroundAnimation1 1s ease-in-out forwards;
    animation: backgroundAnimation1 1s ease-in-out forwards;
}

.header nav > ul > li.hover > a {
    color: #65bd60;
    font-family: "Roboto-Bold", "Open Sans Semibold";
}

.header nav > ul > li.hover > a:after {
    background-image: linear-gradient(#65bd60 0%, #65bd60 100%);
    -webkit-animation: backgroundAnimation1 1s ease-in-out forwards;
    animation: backgroundAnimation1 1s ease-in-out forwards;
}

.header nav > ul > li > a:hover {
    color: #65bd60;
    font-family: "Roboto-Bold", "Open Sans Semibold";
}

.header nav > ul > li > a:hover:after {
    background-image: linear-gradient(#65bd60 0%, #65bd60 100%);
    -webkit-animation: backgroundAnimation1 1s ease-in-out forwards;
    animation: backgroundAnimation1 1s ease-in-out forwards;
}

.header > nav > ul > li:first-child {
    display: none;
}

.header .header-buttons {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}

.header .header-buttons .btn {
    padding: 13px 65px 13px 15px;
    margin-right: 15px;
    font-size: 16px;
}

.header .header-buttons .btn.phone span:after {
    width: 27px;
    height: 27px;
    background-position: 0 0;
}

.header .header-buttons .btn.phone:hover span:after {
    background-position: -43px 0;
}

.header .header-buttons .btn.phone:focus span:after {
    background-position: -43px 0;
}

.header .header-buttons .btn:last-child {
    margin-right: 0;
    font-size: 21px;
    padding: 9px 65px 9px 15px;
    min-width: 270px;
    line-height: 26px;
}

.header nav ul li > nav > ul > li > a {
    position: relative;
}

.header nav ul li > nav > ul > li > a:after {
    bottom: 0 !important;
}

.header nav > ul > li.main > a:after {
    width: calc(100% - 20px) !important;
}

.header nav > ul > li.main > a:after,
.header nav ul li > nav > ul > li > a:after,
.header nav ul li > nav ul li.dropdown nav ul li a:after {
    background-color: transparent;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
    content: '';
    background-image: linear-gradient(transparent 0%, transparent 100%);
    background-repeat: no-repeat;
    background-position: bottom 0 left 0;
    background-size: 100% 6px;
    line-height: 200%;
    -webkit-animation: backgroundAnimation2 1s ease-in-out forwards;
    -moz-animation: backgroundAnimation2 1s ease-in-out forwards;
    -o-animation: backgroundAnimation2 1s ease-in-out forwards;
    animation: backgroundAnimation2 1s ease-in-out forwards;
    transition: all .6s ease-in-out;
}

.header nav > ul > li.main:hover > a:after,
.header nav ul li > nav > ul > li > a:hover:after,
.header nav ul li > nav ul li.dropdown nav ul li a:hover:after {
    background-image: linear-gradient(#65bd60 0%, #65bd60 100%);
    -webkit-animation: backgroundAnimation1 1s ease-in-out forwards;
    -o-animation: backgroundAnimation1 1s ease-in-out forwards;
    -moz-animation: backgroundAnimation1 1s ease-in-out forwards;
    animation: backgroundAnimation1 1s ease-in-out forwards;
}

@keyframes backgroundAnimation1 {
    0% {
        background-size: 100% 6px;
        background-position: bottom right;
    }
    25% {
        background-size: 0% 6px;
        background-position: bottom right;
    }
    26% {
        background-size: 0% 6px;
        background-position: bottom left;
    }
    100% {
        background-size: 100% 6px;
        background-position: bottom left;
    }
}

@-webkit-keyframes backgroundAnimation1 {
    0% {
        background-size: 100% 6px;
        background-position: bottom right;
    }
    25% {
        background-size: 0% 6px;
        background-position: bottom right;
    }
    26% {
        background-size: 0% 6px;
        background-position: bottom left;
    }
    100% {
        background-size: 100% 6px;
        background-position: bottom left;
    }
}

@-o-keyframes backgroundAnimation1 {
    0% {
        background-size: 100% 6px;
        background-position: bottom right;
    }
    25% {
        background-size: 0% 6px;
        background-position: bottom right;
    }
    26% {
        background-size: 0% 6px;
        background-position: bottom left;
    }
    100% {
        background-size: 100% 6px;
        background-position: bottom left;
    }
}

@-moz-keyframes backgroundAnimation1 {
    0% {
        background-size: 100% 6px;
        background-position: bottom right;
    }
    25% {
        background-size: 0% 6px;
        background-position: bottom right;
    }
    26% {
        background-size: 0% 6px;
        background-position: bottom left;
    }
    100% {
        background-size: 100% 6px;
        background-position: bottom left;
    }
}

@keyframes backgroundAnimation2 {
    0% {
        background-size: 100% 6px;
        background-position: bottom right;
    }
    25% {
        background-size: 0% 6px;
        background-position: bottom right;
    }
    26% {
        background-size: 0% 6px;
        background-position: bottom left;
    }
    100% {
        background-size: 100% 6px;
        background-position: bottom left;
    }
}

@-webkit-keyframes backgroundAnimation2 {
    0% {
        background-size: 100% 6px;
        background-position: bottom right;
    }
    25% {
        background-size: 0% 6px;
        background-position: bottom right;
    }
    26% {
        background-size: 0% 6px;
        background-position: bottom left;
    }
    100% {
        background-size: 100% 6px;
        background-position: bottom left;
    }
}

@-o-keyframes backgroundAnimation2 {
    0% {
        background-size: 100% 6px;
        background-position: bottom right;
    }
    25% {
        background-size: 0% 6px;
        background-position: bottom right;
    }
    26% {
        background-size: 0% 6px;
        background-position: bottom left;
    }
    100% {
        background-size: 100% 6px;
        background-position: bottom left;
    }
}

@-moz-keyframes backgroundAnimation2 {
    0% {
        background-size: 100% 6px;
        background-position: bottom right;
    }
    25% {
        background-size: 0% 6px;
        background-position: bottom right;
    }
    26% {
        background-size: 0% 6px;
        background-position: bottom left;
    }
    100% {
        background-size: 100% 6px;
        background-position: bottom left;
    }
}

.navbar-toggler {
    display: none;
    padding: 0;
    vertical-align: middle;
    height: 22px;
    border-radius: 0;
}

.navbar-toggler .navbar-toggler-separator {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 2px;
    margin: 4.8px 0;
    background-color: #003146;
    position: relative;
    transition: all ease .3s;
}

.navbar-toggler .navbar-toggler-separator:before,
.navbar-toggler .navbar-toggler-separator:after {
    position: absolute;
    left: 0;
    height: 2px;
    background: #003146;
    content: "";
    transition: all ease .3s;
    z-index: 1;
}

.navbar-toggler .navbar-toggler-separator:before {
    width: 120%;
    top: -8px;
}

.navbar-toggler .navbar-toggler-separator:after {
    top: 8px !important;
    width: 80% !important;
}

.navbar-toggler.active .navbar-toggler-separator {
    background-color: transparent;
}

.navbar-toggler.active .navbar-toggler-separator:before {
    top: -5px;
    transform: translateY(5px) rotateZ(-45deg);
}

.navbar-toggler.active .navbar-toggler-separator:after {
    top: 5px;
    transform: translateY(-5px) rotateZ(45deg);
}

.sticky, #fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease all;
    -webkit-animation: sticky-menu 0.8s forwards;
    -ms-animation: sticky-menu 0.8s forwards;
    -o-animation: sticky-menu 0.8s forwards;
    animation: sticky-menu 0.8s forwards;
}

@keyframes sticky-menu {
    0% {
        top: -50%;
    }
    100% {
        top: 0;
    }
}

.mobile-menu-header {
    display: none;
}

.search-box {
    float: right;
    width: 275px;
    padding-top: 80px;
    position: relative;
}

.search-box .search-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background-position: -85px -1px;
    vertical-align: middle;
    transition: all ease .4s;
}

.search-box .form-control {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    width: 85%;
    height: unset;
    font-size: 16px;
    color: #003146;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #65bd60;
}

.video-play {
    max-width: 580px;
}

.input-box {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    padding: 0 15px;
    background: #ffffff;
    z-index: 2;
}

.input-box form p {
    padding-bottom: 0;
    line-height: normal;
}

.input-box input[type="text"] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 30px;
    padding: 0 60px 0 15px;
    margin-bottom: 0;
    background: transparent;
    font-family: "Roboto-Regular", "Open Sans";
    font-size: 20px;
    border: none;
}

.items {
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr;
}

.items figure {
    padding: 0;
    text-align: center;
    position: relative;
    margin: 0 15px 30px;
}

.items figure img {
    width: auto;
}

.items figure:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: "";
    background-color: rgba(0, 49, 70, 0.5);
    transition: all ease .6s;
    z-index: 1;
}

.items figure:hover:before {
    background-color: rgba(255, 255, 255, 0.9);
}

.items figure:hover figcaption h3 {
    color: #003146;
    transform: none;
}

.items figure:hover figcaption p {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.items figure:hover figcaption .btn-style2 {
    height: unset;
    display: inline-block;
    transform: translateY(10%);
    transition: all ease .6s;
}

.items figure:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}

.items figure:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
}

.items figure:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
}

.items figure:nth-child(5) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
}

.items figure:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
}

.items figure:nth-child(7) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
}

.items figure:nth-child(8) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
}

.items figure:nth-child(9) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
}

.items figure:nth-child(10) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
}

.items figure:nth-child(11) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
}

.items figure:nth-child(12) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
}
.items figure figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    transform: translateY(-50%);
    transition: all ease .6s;
    text-align: right;
    z-index: 1;
}

.items figure figcaption h3 {
    margin-bottom: 5px;
    font-size: 36px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    transition: all ease .6s;
    transform: translateY(22%);
}

.items figure figcaption p {
    color: #555555;
    height: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: all ease .6s;
    transform: translateY(100%);
}

.items figure figcaption .btn-style2 {
    margin-top: 15px;
    display: none;
    transition: all ease .6s;
    transform: translateY(100%);
}

.items figure figcaption .btn-style2:hover:before {
    width: 100%;
    transition: all ease .6s;
}

.alternative-section h2 {
    max-width: 580px;
}

.alternative-section h2 span {
    color: #65bd60;
}

.alternative-section h2.customized-title {
    max-width: 600px;
}

.alternative-section .grid-row {
    padding-top: 30px;
    margin: 0 -20px 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.alternative-section .grid-row:last-child {
    margin: 0 -20px;
}

.alternative-section .grid-row .image-block {
    margin-bottom: 20px;
    position: relative;
}

.alternative-section .grid-row .image-block span {
    position: relative;
    display: block;
    padding: 0 20px;
}

.alternative-section .grid-row .image-block span:before {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, #d5edd3 100%);
    z-index: 1;
}

.alternative-section .grid-row .image-block img {
    position: relative;
    width: 100%;
    z-index: 1;
}

.alternative-section .grid-row .content {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 60px;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}

.alternative-section .grid-row .content .table-wrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.alternative-section .grid-row .content .table-wrap p {
    padding-bottom: 30px;
}

.alternative-section .grid-row .content .table-wrap .btn {
    margin-top: 10px;
}

.alternative-section .grid-row .content .table-wrap li:before {
    position: absolute;
    content: '';
    color: red;
    display: inline-block;
    width: 1em;
    height: 1em;
}

.alternative-section .grid-row .content .table-wrap a {
    font-family: "Roboto-Bold", "Open Sans Semibold";
    color: #65bd60;
}

.alternative-section .grid-row.style-two .image-block {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}

.alternative-section .grid-row.style-two .image-block span {
    padding-left: 20px;
    padding-right: 0;
}

.alternative-section .grid-row.style-two .image-block span:before {
    background: linear-gradient(to right, #d5edd3 0%, rgba(30, 87, 153, 0) 100%);
}

.alternative-section .grid-row.style-two .content {
    padding-left: 20px;
    padding-right: 60px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}

.parallax {
    padding: 10px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.parallax:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to right, rgba(101, 189, 96, 0.75) 0%, rgba(0, 49, 70, 0.75) 70%, rgba(0, 49, 70, 0.75) 100%);
    z-index: 1;
}

.parallax.industry-leading {
    background-image: url("../images/parallax-1.jpg");
}

.parallax.ease-efficiency {
    background-image: url("../images/parallax-2.jpg");
}

.parallax.ease-efficiency:before {
    transform: rotate(180deg);
}

.parallax.excellence-expertise {
    background-image: url("../images/parallax-3.jpg");
}

.parallax.mission {
    background-image: url("../images/parallax-3.jpg");
}

.parallax .glide__slide {
    text-align: center;
}

.parallax .glide__slide h3 {
    margin-bottom: 0;
    font-size: 24px;
    color: #ffffff;
    text-transform: none;
}

.parallax .glide__slide h3 span {
    font-family: "Roboto-Regular", "Open Sans";
    font-size: 18px;
}

.parallax .glide__slide ul {
    padding: 15px 0;
}

.parallax .glide__slide ul li {
    display: inline-block;
    width: 27px;
    height: 26px;
    margin: 0 4px;
    background-position: -123px -33px;
}

.parallax .glide__slide p {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}

.glide * {
    box-sizing: inherit;
}

.glide__track {
    overflow: hidden;
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}

.glide__slide {
    width: 100%;
    padding: 0 15px;
    flex-shrink: 0;
    white-space: normal;
}

.glide--rtl {
    direction: rtl;
}

.green {
    color: #65bd60;
}

.christmas-joy > div {
    padding-bottom: 70px;
}

.christmas-joy > div:last-child {
    padding-bottom: 0;
}

.christmas-joy > div .btn {
    margin-top: 30px;
}

.heading-only h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.search-no-results h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}

.page-template-reviews-testimonials section:nth-child(3).section-wrapper {
    margin-bottom: 0;
}

.page-template-reviews-testimonials section:nth-child(3).section-wrapper:after {
    display: none;
}

.page-template-custom-pagesservices-child-pages-php div.our-services.container {
    padding-bottom: 70px;
}

.page-id-87 div.our-services.container {
    padding-bottom: 0;
}

.parent-pageid-150 .inner-banner,
.parent-pageid-205 .inner-banner {
    min-height: 350px;
}

.search-results .section-wrapper .grid-row {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
}

.search-results .section-wrapper .grid-row > div {
    margin-bottom: 70px;
}

.search-results .section-wrapper .grid-row > div:last-child {
    margin-bottom: 0;
}

.search-results .section-wrapper .grid-row > div h3 {
    text-transform: capitalize;
    margin-bottom: 0;
}

.search-results .section-wrapper .grid-row > div p {
    line-height: 28px;
}

.search-results .section-wrapper:last-child {
    padding-bottom: 70px;
}

.single-careers .recaptcha {
    width: 40%;
}

.single-careers .recaptcha a {
    color: #65bd60;
    font-family: "Roboto-Bold", "Open Sans Semibold";
}

.single-careers .recaptcha a:hover {
    color: #003146;
}

span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    font-family: "Roboto-Regular", "Open Sans";
}

.slick-arrow {
    display: inline-block !important;
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    background-color: #003146;
    border: 0 none;
    width: 40px;
    height: 40px;
    transition: 0.3s ease all;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    transform: rotate(180deg);
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-next:before {
    left: 14px;
}

.slick-arrow:before {
    position: absolute;
    content: '';
    background-image: url("../images/sprite.png");
    background-size: 150px auto;
    background-position: -62px -32px;
    width: 13px;
    height: 16px;
    left: 12px;
    top: 12px;
}

.slick-arrow:hover {
    background-color: #65bd60;
    transition: 0.3s ease all;
}

.full-image.inner-banner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    z-index: 1;
}

.full-image.inner-banner:before {
    z-index: -1;
    transition: 0.6s ease all;
}

.full-image.inner-banner h2 {
    color: #ffffff;
    transition: 0.6s ease all;
    max-width: 100%;
}

.full-image.inner-banner:hover {
    cursor: pointer;
}

.full-image.inner-banner:hover:before {
    opacity: 0;
    transition: 0.6s ease all;
}

.full-image.inner-banner:hover h2 {
    opacity: 0;
    transition: 0.6s ease all;
}

.video-play .play-btn {
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url("../images/sprite.png");
    background-size: 280px auto;
    background-repeat: no-repeat;
    background-position: -199px -758px;
    top: 40%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%);
}

.video-play iframe {
    display: none;
}

.schedule-form h2 {
    margin-bottom: 25px;
}

.schedule-form .recaptcha {
    padding-bottom: 20px;
}

.schedule-form .recaptcha a:hover {
    color: #003146;
}

.schedule-form p a {
    font-family: "Roboto-Bold", "Open Sans Semibold";
    color: #65bd60;
}

.schedule-form p a[href^="tel:"]:hover {
    color: #003146;
}

.schedule-form form {
    max-width: 970px;
    padding-top: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 0 -15px;
}

.schedule-form form .form-col {
    margin: 0 15px;
}

.schedule-form form .form-col:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}

.schedule-form form .form-col .form-group {
    margin-bottom: 30px;
}

.schedule-form form .form-col .form-group label {
    display: block;
    padding-bottom: 9px;
    font-size: 18px;
    color: #003146;
    letter-spacing: 0.5px;
}

.schedule-form form .form-col .form-group textarea {
    width: 100%;
    height: 293px;
    resize: none;
}

.schedule-form form .form-col .form-group span.aboutus {
    display: block;
}

.schedule-form form .form-col .form-group span.aboutus:after {
    position: absolute;
    content: '';
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -164px -96px;
    background-size: 250px auto;
    width: 15px;
    height: 13px;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.schedule-form form .form-col .form-group span select {
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.schedule-form form .btn-wrap {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    margin-left: 15px;
}

.schedule-form form .btn-wrap .btn {
    padding-top: 15px;
    padding-bottom: 15px;
}

.schedule-form form .wpcf7-validation-errors {
    max-height: 60px;
}

footer {
    padding: 70px 30px;
    position: relative;
}

footer .ftr-logo img {
    max-width: 100px;
    margin: 15px;
}

footer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    border: 1px solid #ebebeb;
    top: 0;
    left: 0;
}

footer .btn {
    min-width: 278px;
}

footer .footer-logo {
    margin: 0 auto 70px;
    text-align: center;
    line-height: 0;
}

footer .footer-logo .logo {
    display: inline-block;
    line-height: 0;
}

footer .footer-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

footer .footer-grid:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #ebebeb;
    top: 0;
    left: 50%;
}

footer .footer-grid .footer-column {
    position: relative;
}

footer .footer-grid .footer-column h4 {
    font-size: 30px;
}

footer .footer-grid .footer-column ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}

footer .footer-grid .footer-column ul li a {
    color: #555555;
    position: relative;
    padding-bottom: 5px;
}

footer .footer-grid .footer-column ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    background-color: #65bd60;
    transition: all ease .4s;
}

footer .footer-grid .footer-column ul li a:hover {
    color: #65bd60;
}

footer .footer-grid .footer-column ul li a:hover:after {
    width: 40%;
}

footer .footer-grid .footer-column ul li:last-child {
    margin-bottom: 0;
}

footer .footer-grid .footer-column:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}

footer .footer-grid .footer-column:nth-child(2) ul {
    float: left;
    padding-right: 10px;
    width: 50%;
}

footer .footer-grid .footer-column:nth-child(2) ul:last-child {
    padding-right: 0;
}

footer .footer-grid .footer-column:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-left: 30px;
}

footer .footer-grid .footer-column:nth-child(4) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
}

footer .footer-grid .footer-column:nth-child(4) .get-in-touch {
    padding-left: 30px;
}

footer .footer-grid .footer-column:nth-child(4) .get-in-touch > div {
    display: inline-grid;
}

footer .footer-grid .footer-column:nth-child(4) .get-in-touch > div a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 50px;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: "Roboto-Bold", "Open Sans Semibold";
    color: #003146;
    line-height: 35px;
}

footer .footer-grid .footer-column:nth-child(4) .get-in-touch > div a:before {
    position: absolute;
    content: '';
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -2px -46px;
    width: 38px;
    height: 45px;
    left: 0;
    background-size: 120px auto;
}

.multiple-row.custom-category h3 {
  text-transform: capitalize;
  font-size: 21px;
}

.section-wrapper.multiple-row.custom-category {
    padding-bottom: 70px;
}

.multiple-row.custom-category h3 a {
    text-decoration: underline;
}

.multiple-row.custom-category {
    padding-bottom: 70px;
}

footer .footer-grid .footer-column:nth-child(4) .get-in-touch > div a:hover {
    color: #65bd60;
}

footer .footer-grid .footer-column:nth-child(4) .get-in-touch > div a:first-child {
    line-height: 25px;
}

footer .footer-grid .footer-column:nth-child(4) .get-in-touch > div a:nth-child(2):before {
    height: 40px;
    background-position: -37px -48px;
}

footer .footer-grid .footer-column:nth-child(4) .get-in-touch > div a:nth-child(3):before {
    width: 40px;
    height: 34px;
    background-position: 0 -96px;
}

footer .bottom-links {
    padding-top: 70px;
}

footer .bottom-links a {
    display: inline-block;
    margin-left: 20px;
    color: #003146;
    position: relative;
    letter-spacing: 0.1px;
}

footer .bottom-links a:hover {
    color: #65bd60;
}

footer .bottom-links a:after {
    position: absolute;
    top: 50%;
    right: -12px;
    width: 1px;
    height: 14px;
    content: "";
    background-color: #003146;
    transform: translateY(-50%);
}

footer .bottom-links a:first-child {
    margin-left: 0;
}

footer .bottom-links a:last-child:after {
    display: none;
}

.back-top {
    position: fixed;
    bottom: 60px;
    right: 115px;
    transition: all ease .3s;
    z-index: 3;
}

.back-top a {
    display: block;
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    background-color: #65bd60;
    background-position: -117px -61px;
}

.back-top a:hover {
    background-color: #003146;
}


/*Inner Page*/

.section-wrapper {
    position: relative;
    padding-bottom: 70px;
    margin-bottom: 70px;
}

.section-wrapper:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 30%;
    background: #ebebeb;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.section-wrapper:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.section-wrapper:last-child:after {
    display: none;
}

.section-wrapper h2 {
    max-width: 580px;
}

.section-wrapper .grid-row {
    padding-top: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: 0;
}

.section-wrapper .grid-row .image-block {
    margin-bottom: 20px;
    position: relative;
}

.section-wrapper .grid-row .image-block span {
    display: block;
    position: relative;
    padding: 0 20px 0 0;
}

.section-wrapper .grid-row .image-block span:before {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, #d5edd3 100%);
    z-index: -1;
}

.section-wrapper .grid-row .image-block img {
    position: relative;
    width: 100%;
    z-index: 1;
    transform: scale(1);
    transition: 2s ease transform;
}

.section-wrapper .grid-row .image-block:hover img {
    transform: scale(1.05);
    transition: 2s ease transform;
}

.section-wrapper .grid-row .content {
    display: table;
    width: 100%;
    height: 100%;
}

.section-wrapper .grid-row .content .table-wrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.section-wrapper .grid-row .content .table-wrap .btn {
    margin-top: 30px;
}

.section-wrapper .grid-row .content .table-wrap li {
    position: relative;
}

.section-wrapper .grid-row .content .table-wrap li:before {
    position: absolute;
    content: '\2022';
    color: #65bd60;
    display: inline-block;
    font-size: 30px;
    top: 2px;
    left: -2px;
}

.section-wrapper .grid-row .content .table-wrap li strong {
    color: #65bd60;
    font-family: "Roboto-Bold", "Open Sans Semibold";
}

.section-wrapper .grid-row .content .table-wrap ol li {
    counter-increment: li;
}

.section-wrapper .grid-row .content .table-wrap ol li:before {
    content: counter(li);
    left: -21px;
    font-size: 20px;
    top: 0;
}

.section-wrapper .grid-row .content .table-wrap strong {
    color: #65bd60;
}

.section-wrapper.multiple-row .grid-row {
    margin: 0 0 40px;
}

.section-wrapper.multiple-row .grid-row:last-child {
    margin: 0;
}

.section-wrapper .sec-left-image .image-block {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}

.section-wrapper .sec-left-image .content {
    padding: 0 20px 0 70px;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}

.section-wrapper .sec-right-image .image-block {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}

.section-wrapper .sec-right-image .image-block span {
    position: relative;
    display: block;
    padding: 0 0 0 20px;
}

.section-wrapper .sec-right-image .image-block span:before {
    background: linear-gradient(to left, rgba(30, 87, 153, 0) 0%, #d5edd3 100%);
}

.section-wrapper .sec-right-image .content {
    padding: 0 70px 0 0;
}

.no-line .section-wrapper {
    margin-bottom: 0;
}

.no-line .section-wrapper:after {
    display: none;
}

.no-line.section-wrapper {
    margin-bottom: 0;
}

.no-line.section-wrapper:after {
    display: none;
}

@keyframes menuHover {
    from {
        min-height: 0;
    }
    to {
        min-height: 420px;
    }
}

.chat-box {
    position: fixed;
    bottom: 70px;
    right: 15px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #65bd60;
    z-index: 99;
}

.chat-box:before {
    position: absolute;
    content: '';
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -193px -522px;
    background-size: 250px auto;
    width: 70px;
    height: 70px;
}

.slider {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.slider > div p {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 50px;
}

.slider > div h3 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 0;
}

.slider > div h3 span {
    font-family: "Roboto-Regular", "Open Sans";
    font-size: 18px;
}

.slider > div .reviews-star label {
    width: 30px;
    display: inline-block;
    height: 30px;
    background-position: -122px -32px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-size: 150px auto;
    margin-right: 10px;
}

.slider > div .reviews-star label:last-child {
    margin-right: 0;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.grid-row .two-col {
	padding-right: 15px;
}

.grid-row .two-col:nth-child(2) {
	-ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}
.grid-row .two-col:nth-child(3) {
	-ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
}
.grid-row .two-col:nth-child(4) {
	-ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
}
.grid-row .two-col:nth-child(5) {
	-ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
}
.grid-row .two-col:nth-child(6) {
	-ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
}

/*05-02-2020*/
.page-id-283 .section-wrapper:nth-child(4) .image-block {
  display:none;
}
.page-id-283 .section-wrapper:nth-child(4) .grid-row{
    grid-template-columns: 1fr !important;
}
/*05-02-2020*/

/*12-02-2020*/
.thankyou-phn{
    font-size: 21px;
    padding: 9px 65px 9px 15px;
    min-width: 270px;
    line-height: 26px;
}
.thankyou-phn span:after {
    width: 27px;
    height: 27px;
    background-position: 0 0;
}
.thankyou-phn:hover span:after {
    background-position: -43px 0;
}


/*12-02-2020*/
/*RESPONSIVE CSS*/


/*Media for IE*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .header .logo {
        height: 114px;
    }
    .inner-banner {
        height: 550px;
    }
    .inner-banner .banner-wrapper {
        position: absolute !important;
        top: 40% !important;
    }
    .inner-banner.sm-height .banner-wrapper, .page-template-faqs .inner-banner.sm-height .banner-wrapper, 
    .page-template-reviews-testimonials .inner-banner.sm-height .banner-wrapper, .single-post .inner-banner.sm-height .banner-wrapper, 
    .page-template-blog .inner-banner.sm-height .banner-wrapper {
        -ms-grid-column: 1;
        width: 40% !important;
    }
    .page-template-contact .inner-banner .banner-description {
        top: 20%;
    }
    .inner-banner.sm-height h1 {
        top: 35%;
    }
    .search-box {
        width: 265px;
        padding-top: 68px;
    }
    footer .footer-column .btn {
        min-width: 285px;
    }
    .map-section h2 {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }
}

@media screen and (min-width: 1270px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media not all and (min-resolution: 0.001dpcm) {
    .header nav ul > li:hover > nav,
    .header nav ul > li .hover > nav {
        height: 470px;
    }
    .header nav ul li.open > nav {
        height: 470px;
    }
    .search-box .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 14px;
    }
}


/*Desktop Responsive for menu*/

@media (max-width: 1920px) and (min-width: 1440px) {
    .header nav ul li.dropdown ul {
        width: 50%;
    }
    .header nav ul li.dropdown ul li nav {
        width: 420px;
    }
}


/*Small Desktop*/

@media screen and (max-width: 1345px) and (min-width: 1200px) {
    .search-box {
        width: 220px;
        padding-top: 55px;
    }
    .search-box .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 13px;
    }
    .search-box .form-control::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 13px;
    }
    .search-box .form-control:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 13px;
    }
    .search-box .form-control:-moz-placeholder {
        /* Firefox 18- */
        font-size: 13px;
    }
    .header .menus {
        margin-top: 20px;
    }
    .header .logo {
        max-width: 140px;
    }
    .header nav ul li {
        margin: 0 5px;
    }
    .header nav ul li.dropdown ul {
        margin-left: 130px;
        width: 49%;
    }
    .header nav ul li.dropdown ul li {
        padding-bottom: 15px;
    }
    .header nav ul li.dropdown ul li nav {
        padding: 40px 30px;
        width: 295px;
    }
    .header nav ul li nav ul li a {
        font-size: 14px;
    }
    .header nav ul > li:hover > nav {
        min-height: 450px;
    }
    .header nav ul > li.open > nav {
        min-height: 450px;
    }
    .alternative-section .grid-row:last-child {
        margin: 0;
    }
    footer:after {
        display: none;
    }
}

@media (max-width: 1199px) {
    h2 {
        font-size: 36px;
    }
    .search-box {
        width: 190px;
        padding-top: 35px;
    }
    .search-box .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 11px;
    }
    .search-box .form-control::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 11px;
    }
    .search-box .form-control:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 11px;
    }
    .search-box .form-control:-moz-placeholder {
        /* Firefox 18- */
        font-size: 11px;
    }
    .search-box .search-icon {
        width: 20px;
        height: 20px;
        margin-right: 0;
        background-size: 110px auto;
        background-position: -62px 0px;
    }
    .search-results .section-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header .menus {
        margin-top: 30px;
    }
    .header .logo {
        max-width: 110px;
    }
    .header .logo img {
        margin-right: 0;
    }
    .header .header-buttons .btn {
        font-size: 16px;
    }
    .header nav ul li {
        margin: 0 5px 0 0;
        font-size: 13px;
    }
    .header nav ul li.dropdown ul {
        width: 50%;
        margin-left: 100px;
    }
    .header nav ul li.dropdown ul li {
        padding-bottom: 10px;
    }
    .header nav ul li.dropdown ul li nav {
        width: 250px;
        padding: 40px 30px 20px;
    }
    .header nav ul li.dropdown ul li nav ul {
        height: 320px;
    }
    .header nav ul li:hover nav {
        padding: 40px;
        min-height: 385px;
    }
    .header nav ul li nav {
        padding: 0 40px;
    }
    .header nav ul li nav ul li a {
        font-size: 14px;
    }
    .items figure figcaption h3 {
        font-size: 32px;
        line-height: 36px;
    }
    .section-wrapper h2 {
        padding-left: 15px;
    }
    .our-services {
        padding: 70px 30px 40px;
    }
    .schedule-form {
        padding: 70px 30px;
    }
    .christmas-joy.container {
        padding-left: 30px;
        padding-right: 30px;
    }
    footer:after {
        display: none;
    }
    footer .footer-grid {
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-columns: 1fr 1fr 1fr;
    }
    footer .footer-grid:before {
        display: none;
    }
    footer .footer-grid .footer-column {
        margin-bottom: 70px;
    }
    footer .footer-grid .footer-column:nth-child(3) {
        margin-left: 0;
    }
    footer .footer-grid .footer-column:nth-child(4) .get-in-touch {
        padding-left: 0;
    }
    footer .footer-grid .footer-column:nth-child(4) .get-in-touch > div a:last-child {
        margin-bottom: 0;
    }
    footer .bottom-links {
        padding-top: 0;
    }
}


/*Small Desktop*/


/*Tablet Responsive -- 1024px*/

@media only screen and (max-width: 1024px) and (min-width: 1023px) {
    .section-wrapper .grid-row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1024px) {
    .landing-page-template-default .btn {
        min-width: 100%;
    }
	.header nav ul li.main.dropdown>a {
		padding: 15px;
	}
	.header nav ul li.main.dropdown>a:before {
		display: none;
	}
    .header {
        padding: 15px;
    }
    .header .logo svg {
        margin-right: 0;
    }
    .header #menu-main-menu > li:first-child {
        display: inline-block;
    }
    .header .dropdown-arrow {
        position: absolute;
        top: auto;
        right: 0;
        width: 16px;
        height: 11px;
        margin: 19px !important;
        content: "";
        background-position: 0 -36px !important;
        z-index: 1;
        transform: rotate(-90deg);
        background-image: url("../images/sprite.png");
        background-repeat: no-repeat;
        background-size: 150px auto;
    }
    .header .dropdown-submenu .dropdown-arrow {
        margin: 6px 16px !important;
    }
    .header .header-buttons {
        display: none;
    }
    .header .menus {
        display: grid;
        grid-template-columns: 1fr 8fr 1fr;
        -ms-grid-columns: 1fr 8fr 1fr;
        align-items: center;
        margin-top: 0;
    }
    .header .menus a.search-icon {
        height: 28px;
        background-position: -80px 0;
        width: 34px;
        margin: 8px;
        -ms-grid-column: 1;
	    grid-column: 1;
	    -ms-grid-row: 1;
	    grid-row: 1;
    }
    .header .menus a.search-icon.active {
        background-position: -119px -1px;
        transition: all ease .4s;
    }
    .header .menus a.logo {
        text-align: center;
        max-width: 170px;
        margin: 0 auto;
        -ms-grid-column: 2;
	    grid-column: 2;
	    -ms-grid-row: 1;
	    grid-row: 1;
    }
    .header .menus a.logo img {
        margin-right: 0;
        min-width: 160px;
    }
    .header .header-searchbox {
        position: relative;
        width: 90%;
        margin: 0 auto;
        transition: 0.3s ease all;
        animation: sticky-menu 0.8s forwards;
    }
    .header .header-searchbox .form-control {
        border: 0 none;
        border-bottom: 2px solid #65bd60;
        background-color: transparent;
        padding: 10px 45px 10px 0;
    }
    .header .header-searchbox .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #003146;
    }
    .header .header-searchbox .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #003146;
    }
    .header .header-searchbox .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #003146;
    }
    .header .header-searchbox .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #003146;
    }
    .header .header-searchbox .go-btn {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        padding-right: 20px;
        color: #003146;
        font-family: "Roboto-Bold", "Open Sans Semibold";
        background-color: transparent;
        border: 0 none;
    }
    .header .header-searchbox .go-btn:after {
        position: absolute;
        content: '';
        background-image: url("../images/sprite.png");
        background-position: 0 -35px;
        background-size: 150px auto;
        transform: rotate(-90deg);
        width: 15px;
        height: 11px;
        right: 0;
        top: 4px;
    }
    .header .search-box {
        display: none;
    }
    .header .navbar-toggler {
        display: block;
        margin: 20px 8px;
        z-index: 1;
        background-color: transparent;
        border: none;
        cursor: pointer;
        -ms-grid-column: 3;
	    grid-column: 3;
	    -ms-grid-row: 1;
	    grid-row: 1;
    }
    .header ul li {
        position: static;
    }
    .header ul li a {
        display: inline-block;
    }
    .header nav {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 0;
        background-color: #ffffff;
        text-align: left;
        overflow-y: auto;
        overflow-x: hidden;
        transition: all ease .7s;
        transform: translateX(100%);
        z-index: 2;
    }
    .header nav .mobile-menu-header {
        display: grid;
        overflow: hidden;
        padding: 15px;
        grid-template-columns: 8fr 1fr;
    }
    .header nav .close-icon {
        margin: 10px;
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        position: relative;
        transition: all ease .4s;
    }
    .header nav .close-icon:before,
    .header nav .close-icon:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 26px;
        height: 2px;
        background: #999999;
        content: "";
        transition: all ease .4s;
        z-index: 1;
    }
    .header nav .close-icon:before {
        transform: translateY(-50%) translateX(-50%) rotateZ(-45deg);
    }
    .header nav .close-icon:after {
        transform: translateY(-50%) translateX(-50%) rotateZ(45deg);
    }
    .header nav ul {
        position: relative;
    }
    .header nav ul li {
        display: block;
        padding: 0;
        margin: 0;
    }
    .header nav ul li.dropdown-submenu nav {
        top: -32px !important;
    }
    .header nav ul li.dropdown-submenu.open nav.open {
        transform: translateX(0%);
    }
    .header nav ul li.dropdown-submenu.open nav.open .btn-prev {
        font-family: "Roboto-Bold", "Open Sans Semibold";
    }
    .header nav ul li.dropdown-submenu.open nav.open .btn-prev a {
        font-family: "Roboto-Bold", "Open Sans Semibold";
    }
    .header nav ul li.dropdown-submenu.open nav.open .btn-prev a:before {
        top: 0;
    }
    .header nav ul li.btn-title {
        display: inline-block;
        -webkit-writing-mode: vertical-lr;
	    -ms-writing-mode: tb-lr;
	    writing-mode: vertical-lr;
        position: absolute;
        left: 0;
        top: 50px;
        padding-right: 12px;
        padding-bottom: 30px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        font-size: 16px;
        font-family: "Roboto-Bold", "Open Sans Semibold";
        color: #003146;
    }
    .header nav ul li:hover nav,
    .header nav ul li.open nav {
        animation: none;
        transition: all 0.7s ease;
        max-height: unset;
        padding: 0;
        border: 0 none;
    }
    .header nav ul li nav {
        max-height: none;
        padding: inherit;
        border: 0 none;
        transition: all ease .6s;
        animation: none;
    }
    .header nav ul li nav .btn-prev {
        display: block;
        border: none;
        min-width: 100%;
        font-family: "Roboto-Bold", "Open Sans Semibold";
    }
    .header nav ul li nav .btn-prev a {
        padding-left: 30px;
        font-size: 16px;
        position: relative;
    }
    .header nav ul li nav .btn-prev a:before {
        position: absolute;
        top: 10px;
        left: 90px;
        width: 12px;
        height: 22px;
        background-position: 97px -26px;
        background-image: url("../images/sprite.png");
        background-size: 135px auto;
        transform: rotate(180deg);
        content: "";
        border-radius: 100%;
        z-index: 1;
    }
    .header nav ul li nav .btn-prev a:after {
        position: absolute;
        content: '';
        background-color: #65bd60;
        width: 55% !important;
        height: 4px !important;
        left: 30px !important;
        bottom: 0 !important;
    }
    .header nav ul li nav .btn-prev a span {
        font-weight: bold;
    }
    .header nav ul li nav .btn-prev a span:first-child {
        border-bottom: 2px solid #65bd60;
    }
    .header nav ul li nav .btn-prev a span:last-child {
        transform: rotate(-90deg);
        transform-origin: 5px 13px 3px;
        display: block;
        position: absolute;
        left: 30px;
        top: 140px;
    }
    .header nav ul li.open nav {
        transform: translateX(0);
    }
    .header nav ul li.dropdown:after {
        display: none;
    }
    .header nav ul li.dropdown ul {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        padding: 30px 20px 30px 70px;
    }
    .header nav ul li.dropdown ul:before {
        position: absolute;
        content: '';
        background: #ebebeb;
        width: 2px;
        height: 100%;
        left: 45px;
    }
    .header nav ul li.dropdown ul li {
        padding-bottom: 15px;
    }
    .header nav ul li.dropdown ul li nav {
        left: 0;
    }
    .header nav ul li.dropdown ul li nav ul {
        height: auto;
    }
    .header nav ul li.dropdown .menu-image {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 20px 0 auto;
    }
    .header nav ul li.dropdown .menu-image img {
        width: 100%;
    }
    .header nav ul li:nth-child(2).dropdown:after {
        display: none;
    }
    .header nav ul li:nth-child(2).dropdown ul li.dropdown-submenu:after {
        display: none;
    }
    .header nav ul li:nth-child(2).dropdown ul li a {
        line-height: 20px;
    }
    .header nav ul li:nth-child(2).dropdown ul li nav {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        padding: 0 0 1.5625rem;
        margin: 0;
        display: block;
        height: 100vh;
        opacity: 1;
        visibility: visible;
        transform: translateX(100%);
        transition: all ease .6s;
        box-shadow: none;
        z-index: 9999999;
    }
    .header nav ul li a {
        padding: 15px;
        font-size: 16px;
    }
    .header nav ul li nav {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        padding: 0 0 1.5625rem;
        margin: 0;
        display: block;
        height: 100vh;
        opacity: 1;
        visibility: visible;
        transform: translateX(100%);
        transition: all ease .6s;
        box-shadow: none;
        z-index: 9999999;
    }
    .header nav ul li nav.open {
        visibility: visible;
    }
    .header nav ul li nav ul li a {
        font-size: 16px;
        line-height: 20px;
    }
    .header nav ul.menu > li:nth-child(2) > nav > ul.sub-menu:before {
        left: 55px;
    }
    .header nav > ul > li.main > a:after {
        bottom: 5px;
    }
    .navigation-open nav {
        transform: translateX(0);
        box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.15);
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 30px;
    }
    .section-wrapper h2 {
        padding-left: 15px;
    }
    .items figure figcaption h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .schedule-form {
        padding: 70px 30px;
    }
    footer .footer-grid {
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-columns: 1fr 1fr 1fr;
    }
    footer .footer-grid .footer-column .logo img {
        min-width: 200px;
    }
    footer .footer-grid .footer-column:nth-child(4) {
        grid-row: 2;
        grid-column: 1;
    }
    footer .footer-grid .footer-column:nth-child(4) .get-in-touch {
        padding-left: 0;
    }
    footer .footer-grid .footer-column:nth-child(4) .get-in-touch > div a:last-child {
        margin-bottom: 0;
    }
    footer:after {
        display: none;
    }
    footer .bottom-links {
        padding-top: 0;
        text-align: center;
    }
}


/*Tablet Responsive -- 1024px*/


/*Header and Footer -- 991px*/

@media (max-width: 991px) {
    .header nav > ul > li.main > a:after,
    .header nav ul li > nav > ul > li > a:after,
    .header nav ul li > nav ul li.dropdown nav ul li a:after {
        display: none;
    }
    .header nav ul li.open nav {
        min-height: 100%;
        overflow-y: auto;
    }
    .chat-box {
        display: none;
    }
    .our-services {
        padding: 70px 15px 40px;
    }
    .our-services .items {
        margin: 13px 0;
    }
    footer .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    footer .footer-grid .footer-column {
        margin-bottom: 70px;
    }
    footer .footer-grid .footer-column .logo img {
        min-width: 160px;
    }
    footer .footer-grid .footer-column:nth-child(3) {
        grid-row: 2;
        grid-column: 1;
        margin-left: 0;
    }
    footer .footer-grid .footer-column:nth-child(3) ul {
        padding-right: 30px;
    }
    footer .footer-grid .footer-column:nth-child(4) {
        grid-row: 2;
        grid-column: 2;
        padding-left: 0;
    }
    footer .footer-grid .footer-column:nth-child(4) a:before {
        background-size: 100px auto;
        width: 32px;
        background-position: 0px -34px;
    }
    footer .footer-grid .footer-column:nth-child(4) a:nth-child(3):before {
        background-position: -31px -41px;
    }
    footer .footer-grid .footer-column:nth-child(4) a:nth-child(4):before {
        background-position: 5px -80px;
    }
    footer .btn {
        min-width: 250px;
    }
    footer:after {
        display: none;
    }
    .call-mob-icon {
        display: none;
        width: 57px;
        height: 57px;
        background-image: url("../images/sprite.png");
        background-repeat: no-repeat;
        background-size: 185px auto;
        background-position: -41px 13px;
        background-color: #65bd60;
        border-radius: 50%;
        position: fixed;
        z-index: 2;
        bottom: 30px;
        left: 30px;
    }
    .call-mob-icon a {
    	display: inline-block;
    	width: 57px;
    	height: 57px;
    	cursor: pointer;
    }
    .page-id-283 section:nth-child(2){
        padding-bottom: 0px !important;
    }
}


/*Header and Footer -- 991px*/


/*Responsive -- 768px*/

@media (max-width: 768px) {
    .header {
        padding: 20px 30px;
    }
    html #podium-bubble {
        bottom: 0 !important;
    }
    .items {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
    .items figure {
        margin-bottom: 15px;
        padding: 0;
    }
    .items figure:before {
        width: 100%;
        left: 0;
    }
    .items figure figcaption {
        padding: 20px;
    }
    .items figure figcaption h3 {
        font-size: 26px;
        line-height: 28px;
    }
    .items figure figcaption p {
        font-size: 16px;
    }
    .items figure:nth-child(3) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
    }
    .items figure:nth-child(4) {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2;
    }
    .items figure:nth-child(5) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 3;
        grid-row: 3;
    }
    .items figure:nth-child(6) {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 3;
        grid-row: 3;
    }
    .items figure:nth-child(7) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 4;
        grid-row: 4;
    }
    .items figure:nth-child(8) {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 4;
        grid-row: 4;
    }
    .items figure:nth-child(9) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 5;
        grid-row: 5;
    }
    .items figure:nth-child(10) {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 5;
        grid-row: 5;
    }
    .items figure:nth-child(11) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 6;
        grid-row: 6;
    }
    .items figure:nth-child(12) {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 6;
        grid-row: 6;
    }
    .section-wrapper {
        padding-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 40px;
    }
    .section-wrapper .grid-row {
        grid-template-columns: 1fr;
    }
    .section-wrapper .sec-right-image .image-block {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }
    .section-wrapper .sec-right-image .content {
        padding: 20px 20px 0;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
    }
    .section-wrapper .sec-left-image .image-block {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }
    .section-wrapper .sec-left-image .content {
        padding: 20px 20px 0;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
    }
    .schedule-form form {
        grid-template-columns: 1fr;
        margin: 0;
    }
    .schedule-form form .form-col {
        margin: 0;
    }
    .schedule-form form .form-col:nth-child(3) {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 1;
        grid-column: 1;
    }
    .schedule-form form .btn-wrap {
        margin-left: 0;
    }
    div.wpcf7 .ajax-loader {
        position: absolute;
    }
    .page-template-area .section.container .btn {
        display: block;
        max-width: 305px;
        margin: 0 auto;
    }
}


/*Responsive -- 768px*/


/*Mobile Responsive -- 576px*/

@media (max-width: 576px) {
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
    .parallax {
        padding: 10px 0;
    }
    .slider > div p {
        padding: 10px 20px;
    }
    p,
    li {
        font-size: 16px;
    }
    .back-top a {
        display: none;
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .landing-page-template-default .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .landing-page-template-default .btn {
        min-width: 100%;
    }
    .christmas-joy.container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .btn {
        width: 100%;
        min-width: 305px;
    }
    .banner {
        height: calc(100vh - 180px);
        display: flex;
        align-items: center;
    }
    .banner .btn {
        min-width: 300px;
        max-width: 350px;
        width: 100%;
        color: #ffffff;
        text-align: left;
        padding: 13px 50px 13px 23px;
        font-size: 16px;
        border-color: #ffffff;
    }
    .banner .btn:hover {
        border-color: #65bd60;
    }
    .banner .btn span {
        width: 44px;
        border-left: 2px solid #ffffff;
    }
    .banner .btn span:before {
        right: 42px;
    }
    .banner .btn span:after {
        background-position: -63px -33px;
    }
    .scroll-btn {
        position: absolute;
        bottom: 19px;
        left: 0;
        right: 0;
        width: 57px;
        height: 57px;
        background-image: url("../images/sprite.png");
        background-repeat: no-repeat;
        background-position: -269px -784px;
        background-size: 325px auto;
        margin: 0 auto;
        z-index: 1;
    }
    .page-id-80 .scroll-btn {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background-color: #003146;
    }
    .btn-style2 {
        font-size: 16px;
    }
    .items {
        grid-template-columns: 1fr;
        margin: 0;
    }
    .items figure {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        padding: 0;
        margin: 0 0 30px;
    }
    .items figure img {
        width: 100%;
    }
    .items figure:before {
        width: 100%;
        left: 0;
        right: 0;
    }
    .items figure:last-child {
        margin-bottom: 0;
    }
    .items figure figcaption h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .items figure figcaption p {
        font-size: 18px;
    }
    .items figure:nth-child(2) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
    }
    .items figure:nth-child(3) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 3;
    }
    .items figure:nth-child(4) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 4;
        grid-row: 4;
    }
    .items figure:nth-child(5) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 5;
        grid-row: 5;
    }
    .items figure:nth-child(6) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 6;
        grid-row: 6;
    }
    .items figure:nth-child(7) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 7;
        grid-row: 7;
    }
    .items figure:nth-child(8) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 8;
        grid-row: 8;
    }
    .items figure:nth-child(9) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 9;
        grid-row: 9;
    }
    .items figure:nth-child(10) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 10;
        grid-row: 10;
    }
    .items figure:nth-child(11) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 11;
        grid-row: 11;
    }
    .items figure:nth-child(12) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 12;
        grid-row: 12;
    }
    .section-wrapper {
        padding: 0 0 70px;
        margin-bottom: 70px;
    }
    .section-wrapper:after {
        width: 85%;
    }
    .section-wrapper h2 {
        padding: 0 30px;
    }
    .section-wrapper .grid-row {
        grid-template-columns: 1fr;
    }
    .section-wrapper .grid-row .image-block {
        padding: 0;
    }
    .section-wrapper .grid-row .image-block span {
        padding: 0;
    }
    .section-wrapper .grid-row .image-block span:before {
        display: none;
    }
    .section-wrapper .sec-left-image .image-block {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }
    .section-wrapper .sec-left-image .content {
        padding: 20px 30px 0;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
    }
    .section-wrapper .sec-right-image .image-block {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }
    .section-wrapper .sec-right-image .content {
        padding: 20px 30px 0;
    }
    .schedule-form {
        padding: 70px 30px 40px;
    }
    .schedule-form form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .schedule-form form .form-col {
        -ms-grid-row: 1;
        grid-row: 1;
    }
    .schedule-form form .form-col .form-group label {
        font-size: 16px;
    }
    .schedule-form form .form-col .form-group:last-child {
        margin-bottom: 30px;
    }
    .schedule-form form .form-col:nth-child(2) {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
    }
    .schedule-form form .form-col:nth-child(3) {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 1;
        grid-column: 1;
    }
    .schedule-form form .btn-wrap {
        -ms-grid-row: 3;
        grid-row: 3;
        padding: 20px 0;
    }
    footer .footer-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 0;
    }
    footer .footer-grid .footer-column {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }
    footer .footer-grid .footer-column .logo {
        padding-right: 0;
        text-align: center;
    }
    footer .footer-grid .footer-column:nth-child(1) ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    footer .footer-grid .footer-column:nth-child(2) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
    }
    footer .footer-grid .footer-column:nth-child(3) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 3;
        grid-row: 3;
        margin-left: 0;
    }
    footer .footer-grid .footer-column:nth-child(4) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 4;
        grid-row: 4;
    }
    footer .footer-grid .footer-column ul li {
        font-size: 16px;
        line-height: 20px;
    }
    footer:before {
        width: 85%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    footer:after {
        display: none;
    }
    footer .bottom-links {
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
        text-align: center;
        padding-top: 0;
    }
    footer .bottom-links a {
        font-size: 15px;
        display: block;
        margin: 0 auto 5px;
    }
    footer .bottom-links a:last-child {
        margin-bottom: 0;
    }
    footer .bottom-links a:after {
        display: none;
    }
    .page-template-thank-you .section-wrapper{
        padding-left: 30px;
        padding-right: 30px;
    }   
}

@media screen and (max-width: 320px) {
    .header {
        padding: 10px 30px;
    }
    .inner-banner {
        height: calc(100vh - 160px);
    }
}


/*RESPONSIVE CSS*/

