@import url(https://fonts.googleapis.com/css2?family=Ubuntu&display=swap);
body {
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #747e88;
}
a {
    text-decoration: none;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
    text-decoration: none;
    outline: 0;
}
a:focus,
a:hover {
    text-decoration: none;
}
a,
i,
span {
    display: inline-block;
}
a {
    color: #de3660;
}
a:hover {
    color: #de3660;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    color: #38424d;
    margin: 0;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #747e88;
    font-family: Ubuntu, sans-serif;
    margin: 0;
}
.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 40px;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #de3660;
}
@media (max-width: 767px) {
    .main-btn {
        padding: 0 25px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}
.main-btn:hover {
    background-color: #fff;
    color: #de3660;
    border-color: #de3660;
    -webkit-box-shadow: 0 6px 20px 0 rgba(222, 54, 96, 0.15);
    -moz-box-shadow: 0 6px 20px 0 rgba(222, 54, 96, 0.15);
    box-shadow: 0 6px 20px 0 rgba(222, 54, 96, 0.15);
}
.main-btn.main-btn-2 {
    background-color: #fff;
    color: #de3660;
    border-color: #de3660;
}
.main-btn.main-btn-2:hover {
    background-color: #de3660;
    border-color: #de3660;
    color: #fff;
}
.section_title .title {
    font-size: 45px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .section_title .title {
        font-size: 26px;
    }
}
.section_title p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
}
.section_title.section_title_2 .title {
    color: #fff;
}
.section_title.section_title_2 p {
    color: #fff;
}
.header_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.header_top {
    background-color: #fff;
    padding-bottom: 15px;
}
.header_top .header_info {
    padding-top: 15px;
}
.header_top .header_info ul li {
    display: inline-block;
}
.header_top .header_info ul li + li {
    margin-left: 20px;
}
.header_top .header_info ul li i {
    margin-right: 5px;
    font-size: 16px;
}
.header_top .header_info ul li a {
    font-size: 16px;
    color: #747e88;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
    .header_top .header_info ul li a {
        font-size: 14px;
    }
}
.header_top .header_info ul li a:hover {
    color: #de3660;
}
.header_top .header_social {
    padding-top: 15px;
}
.header_top .header_social ul li {
    display: inline-block;
}
.header_top .header_social ul li + li {
    margin-left: 20px;
}
.header_top .header_social ul li a {
    font-size: 16px;
    color: #747e88;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.header_top .header_social ul li a:hover {
    color: #de3660;
}
.header_navbar {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: rgba(26, 51, 80, 0.47);
}
.sticky {
    position: fixed;
    z-index: 99;
    background-color: #1a3350;
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.sticky .navbar {
    padding: 10px 0;
}
.navbar {
    padding: 15px 0;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-family: Ubuntu, sans-serif;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    width: 220px;
}
.navbar-nav .active a {
    opacity: 0.6;
}
.navbar-toggler {
    padding: 0;
}
.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}
@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}
.navbar-nav .nav-item {
    margin-right: 45px;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
        margin-right: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}
.navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a {
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #192127;
    }
}
@media (max-width: 767px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #192127;
    }
}
.navbar-nav .nav-item.active > a span,
.navbar-nav .nav-item:hover > a span {
    opacity: 1;
    visibility: visible;
    width: 60%;
}
.navbar-nav .nav-item.active > a span::before,
.navbar-nav .nav-item:hover > a span::before {
    width: 20%;
}
.navbar-nav .nav-item.active > a span::after,
.navbar-nav .nav-item:hover > a span::after {
    width: 15%;
}
.navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}
.navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}
.navbar-nav .nav-item .sub-menu li {
    display: block;
}
.navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #192127;
}
.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #de3660;
}
.navbar-nav .sub-nav-toggler {
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #192127;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #192127;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}
.navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #192127;
    border-bottom: 1px solid #192127;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}
.navbar-btn {
    font-family: Ubuntu, sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media (max-width: 767px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.navbar-btn .main-btn {
    padding: 0 20px;
    height: 45px;
    line-height: 41px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}
.navbar-btn .main-btn:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
.single_slider {
    height: 800px;
    position: relative;
}
@media only screen and (min-width: 1400px) {
    .single_slider {
        height: 900px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_slider {
        height: auto;
    }
}
@media (max-width: 767px) {
    .single_slider {
        height: auto;
    }
}
.single_slider::before {
    position: absolute;
    content: "";
    background-color: rgba(25, 33, 39, 0.54);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.slider_content {
    padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content {
        padding-top: 230px;
        padding-bottom: 130px;
    }
}
@media (max-width: 767px) {
    .slider_content {
        padding-top: 230px;
        padding-bottom: 130px;
    }
}
.slider_content .slider_title {
    font-size: 55px;
    color: #fff;
    margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content .slider_title {
        font-size: 48px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content .slider_title {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .slider_content .slider_title {
        font-size: 28px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_content .slider_title {
        font-size: 38px;
    }
}
.slider_content p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content p {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .slider_content p {
        font-size: 16px;
    }
}
.slider_content .main-btn {
    margin-top: 30px;
}
.slider-active .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 80px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-active .slick-dots li {
    display: inline-block;
    margin: 0 8px;
}
.slider-active .slick-dots li button {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 0;
}
.slider-active .slick-dots li.slick-active button {
    background-color: #de3660;
}
.textcarousel {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999;
}
.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.preloader .loader .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}
.preloader .loader .spinner .spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: spinner-linspin 1.568s linear infinite;
    -moz-animation: spinner-linspin 1.568s linear infinite;
    -o-animation: spinner-linspin 1.568s linear infinite;
    animation: spinner-linspin 1.568s linear infinite;
}
.preloader .loader .spinner .spinner-container .spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
}
.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
}
.preloader .loader .spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    border-color: #002846 #002846 #f4eefb;
    border-radius: 50%;
    border-width: 6px;
}
.preloader .loader .spinner-left .spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #f4eefb;
    -webkit-animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader .loader .spinner-right .spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #f4eefb;
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}
@keyframes spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}
@-webkit-keyframes spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}
@keyframes spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}
@-webkit-keyframes right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}
@keyframes right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}
.about_law_title {
    border-bottom: 4px solid #de3660;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    .about_law_title {
        padding-bottom: 30px;
    }
}
.about_law_title .title {
    font-size: 45px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .about_law_title .title {
        font-size: 28px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_law_title .title {
        font-size: 38px;
    }
}
.about_law_content p {
    font-size: 20px;
    line-height: 28px;
	padding-right: 10px;
	padding-left: 10px;
}
.about_law_content .main-btn {
    margin-top: 30px;
}
.about_image {
    position: relative;
    z-index: 5;
}
.about_image::before {
    position: absolute;
    content: "";
    width: 356px;
    height: 301px;
    background-image: url(../images/dots.png);
    background-position: center center;
    background-repeat: no-repeat;
    bottom: -30px;
    left: -30px;
    z-index: -1;
}
@media (max-width: 767px) {
    .about_image::before {
        width: 180px;
        height: 180px;
    }
}
@media (max-width: 767px) {
    .about_image::before {
        width: 256px;
        height: 256px;
    }
}
.about_image img {
    width: 100%;
    background-color: #fff;
    padding: 14px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(25, 33, 39, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(25, 33, 39, 0.16);
    box-shadow: 0 3px 6px 0 rgba(25, 33, 39, 0.16);
}
.about_content .about_list {
    padding-top: 20px;
}
.about_content .about_list li {
    margin-top: 22px;
}
.about_content .about_list li .about_check {
    position: relative;
    top: 4px;
}
.about_content .about_list li .about_check i {
    font-size: 25px;
    color: #de3660;
}
.about_content .about_list li .about_list_content {
    padding-left: 15px;
}
.about_content .about_list li .about_list_content .title {
    font-size: 20px;
    font-weight: 600;
}
.about_content .about_list li .about_list_content p {
    margin-top: 10px;
}
.practice_area {
    position: relative;
    z-index: 5;
}
.practice_area::before {
    position: absolute;
    content: "";
    background-image: url(../images/dots-2.png);
    background-position: center center;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.12;
}
.single_practice .practice_icon i {
    width: 111px;
    height: 111px;
    line-height: 111px;
    text-align: center;
    font-size: 54px;
    color: #fff;
    background-color: #38424d;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(151, 193, 216, 0.2);
    -moz-box-shadow: 0 5px 10px 0 rgba(151, 193, 216, 0.2);
    box-shadow: 0 5px 10px 0 rgba(151, 193, 216, 0.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single_practice .practice_content {
    padding-left: 30px;
}
@media (max-width: 767px) {
    .single_practice .practice_content {
        padding-left: 0;
        padding-top: 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_practice .practice_content {
        padding-left: 30px;
        padding-top: 0;
    }
}
.single_practice .practice_content .practice_title a {
    font-size: 25px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #38424d;
}
.single_practice .practice_content .practice_title a:hover {
    color: #de3660;
}
.single_practice .practice_content p {
    margin-top: 18px;
}
.single_practice .practice_content .more {
    font-size: 16px;
    color: #38424d;
    font-weight: 500;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single_practice .practice_content .more:hover {
    color: #de3660;
}
.call_action_area {
    position: relative;
    z-index: 5;
}
.call_action_area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
}
.call_action_content .action_title {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
}
@media (max-width: 767px) {
    .call_action_content .action_title {
        font-size: 26px;
    }
}
.call_action_content .action_title span {
    font-size: 66px;
    color: #de3660;
}
@media (max-width: 767px) {
    .call_action_content .action_title span {
        font-size: 36px;
    }
}
.call_action_content p {
    color: #fff;
    max-width: 830px;
    margin: 0 auto;
    margin-top: 27px;
}
.call_action_content .main-btn {
    margin-top: 50px;
}
.single_lawyer .lawyer_image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.single_lawyer .lawyer_image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(25, 33, 39, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single_lawyer .lawyer_image img {
    width: 100%;
}
.single_lawyer .lawyer_image .social {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single_lawyer .lawyer_image .social li {
    display: inline-block;
    margin: 0 3px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.single_lawyer .lawyer_image .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single_lawyer .lawyer_image .social li a:hover {
    background-color: #de3660;
}
.single_lawyer .lawyer_content {
    margin-top: 25px;
}
.single_lawyer .lawyer_content .lawyer_name a {
    font-size: 20px;
    font-weight: 600;
    color: #38424d;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single_lawyer .lawyer_content .lawyer_name a:hover {
    color: #de3660;
}
.single_lawyer .lawyer_content p {
    margin-top: 5px;
    font-weight: 300;
}
.single_lawyer:hover .lawyer_image::before {
    opacity: 1;
    visibility: visible;
}
.single_lawyer:hover .lawyer_image .social li {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.single_lawyer:hover .lawyer_image .social li:nth-of-type(1) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.single_lawyer:hover .lawyer_image .social li:nth-of-type(2) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.single_lawyer:hover .lawyer_image .social li:nth-of-type(3) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.single_lawyer:hover .lawyer_image .social li:nth-of-type(4) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.testimonial_area {
    position: relative;
    z-index: 5;
}
.testimonial_area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
}
.testimonial_active {
    position: relative;
}
.testimonial_active .slick-dots {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}
.testimonial_active .slick-dots li {
    display: inline-block;
    margin: 0 8px;
}
.testimonial_active .slick-dots li button {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 0;
}
.testimonial_active .slick-dots li.slick-active button {
    background-color: #de3660;
}
.single_testimonial .testimonial_image {
    position: relative;
}
.single_testimonial .testimonial_image img {
    border-radius: 5px;
    display: inline-block;
}
.single_testimonial .testimonial_image .quota {
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.single_testimonial .testimonial_image .quota i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #de3660;
    font-size: 26px;
    color: #fff;
    border-radius: 50%;
}
.single_testimonial .testimonial_content {
    padding-top: 65px;
    padding-left: 15px;
    padding-right: 15px;
}
.single_testimonial .testimonial_content p {
    color: #fff;
    font-style: italic;
}
.single_testimonial .testimonial_content .author_name {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin-top: 40px;
}
.single_testimonial .testimonial_content span {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}
.single_blog .blg_image img {
    width: 100%;
    border-radius: 5px;
}
.single_blog .blg_content {
    margin-top: 25px;
}
.single_blog .blg_content .blog_title a {
    font-size: 25px;
    color: #38424d;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
    .single_blog .blg_content .blog_title a {
        font-size: 20px;
    }
}
.single_blog .blg_content .blog_title a:hover {
    color: #de3660;
}
.single_blog .blg_content p {
    margin-top: 25px;
}
.single_blog .blg_content .more {
    color: #38424d;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 15px;
}
.single_blog .blg_content .more:hover {
    color: #de3660;
}
.contact_area {
    position: relative;
    z-index: 5;
}
.contact_area::before {
    position: absolute;
    content: "";
    background-image: url(../images/dots-2.png);
    background-position: center center;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.12;
}
p.form-message.error,
p.form-message.success {
    font-size: 16px;
    color: #333;
    background: #ddd;
    padding: 10px 15px;
    margin-top: 15px;
    margin-left: 15px;
}
p.form-message.error.form-message.error,
p.form-message.success.form-message.error {
    color: red;
}
.contact_content .section_title .title {
    font-size: 40px;
}
@media (max-width: 767px) {
    .contact_content .section_title .title {
        font-size: 24px;
    }
}
.contact_content .contact_info {
    padding-top: 30px;
}
.contact_content .contact_info .info_title {
    font-size: 30px;
    font-weight: 600;
    color: #de3660;
}
@media (max-width: 767px) {
    .contact_content .contact_info .info_title {
        font-size: 20px;
    }
}
.contact_content .contact_info .number {
    font-size: 20px;
    font-weight: 500;
    color: #38424d;
    margin-top: 15px;
}
@media (max-width: 767px) {
    .contact_content .contact_info .number {
        font-size: 15px;
    }
}
.contact_content .contact_info p {
    margin-top: 30px;
}
.contact_form .single_form {
    margin-top: 30px;
}
.contact_form .single_form input,
.contact_form .single_form textarea {
    width: 100%;
    padding: 0 25px;
    height: 55px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    background-color: #fff;
    color: #38424d;
    font-size: 16px;
}
.contact_form .single_form textarea {
    padding-top: 15px;
    resize: none;
    height: 150px;
}
.brand_wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.single_brand {
    padding: 0 15px;
    margin-top: 30px;
    width: 20%;
}
@media (max-width: 767px) {
    .single_brand {
        width: 50%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_brand {
        width: 33.33%;
    }
}
.single_brand img {
    opacity: 0.68;
    max-width: 96px;
}
.single_brand img:hover {
    opacity: 1;
}
.footer_area {
    background-color: #38424d;
}
.footer_subscribe .subscribe_title {
    margin-top: 25px;
}
.footer_subscribe .subscribe_title .title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .footer_subscribe .subscribe_title .title {
        font-size: 24px;
    }
}
.footer_subscribe .subscribe_form {
    margin-top: 30px;
    position: relative;
}
.footer_subscribe .subscribe_form input {
    width: 100%;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0 20px;
    background: 0 0;
    color: #fff;
}
.footer_subscribe .subscribe_form .main-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50px;
    height: 45px;
    line-height: 45px;
}
@media (max-width: 767px) {
    .footer_subscribe .subscribe_form .main-btn {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 10px;
        width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer_subscribe .subscribe_form .main-btn {
        position: relative;
        right: 5px;
        top: 5px;
        margin-top: 0;
        width: auto;
    }
}
.footer_widget .footer_title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.footer_about p {
    color: #fff;
    margin-top: 25px;
}
.footer_link {
    width: 50%;
    padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_link {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .footer_link {
        padding-left: 0;
    }
}
.footer_link .link {
    padding-top: 20px;
}
.footer_link .link li {
    margin-top: 15px;
}
.footer_link .link li a {
    font-size: 16px;
    color: #fff;
    font-family: Ubuntu, sans-serif;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer_link .link li a:hover {
    color: #de3660;
}
.footer_social .social {
    padding-top: 20px;
}
.footer_social .social li {
    margin-top: 15px;
}
.footer_social .social li a {
    font-size: 16px;
    font-family: Ubuntu, sans-serif;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer_social .social li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-transform: capitalize;
    font-size: 18px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer_social .social li a:hover {
    color: #de3660;
}
.footer_social .social li a:hover i {
    background-color: #de3660;
}
.footer_copyright .copyright {
    border-top: 1px solid rgba(219, 219, 219, 0.45);
    padding: 15px 0;
    text-align: center;
}
.footer_copyright .copyright p {
    color: #fff;
}
.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
    background-color: #002846;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}
.back-to-top:hover {
    color: #fff;
    background-color: #de3660;
}
#map {
	height: 500px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-95 {
    margin-top: 95px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-105 {
    margin-top: 105px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-115 {
    margin-top: 115px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-125 {
    margin-top: 125px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-135 {
    margin-top: 135px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-145 {
    margin-top: 145px;
}
.mt-150 {
    margin-top: 150px;
}
.mt-155 {
    margin-top: 155px;
}
.mt-160 {
    margin-top: 160px;
}
.mt-165 {
    margin-top: 165px;
}
.mt-170 {
    margin-top: 170px;
}
.mt-175 {
    margin-top: 175px;
}
.mt-180 {
    margin-top: 180px;
}
.mt-185 {
    margin-top: 185px;
}
.mt-190 {
    margin-top: 190px;
}
.mt-195 {
    margin-top: 195px;
}
.mt-200 {
    margin-top: 200px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-105 {
    margin-bottom: 105px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-115 {
    margin-bottom: 115px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-125 {
    margin-bottom: 125px;
}
.mb-130 {
    margin-bottom: 130px;
}
.mb-135 {
    margin-bottom: 135px;
}
.mb-140 {
    margin-bottom: 140px;
}
.mb-145 {
    margin-bottom: 145px;
}
.mb-150 {
    margin-bottom: 150px;
}
.mb-155 {
    margin-bottom: 155px;
}
.mb-160 {
    margin-bottom: 160px;
}
.mb-165 {
    margin-bottom: 165px;
}
.mb-170 {
    margin-bottom: 170px;
}
.mb-175 {
    margin-bottom: 175px;
}
.mb-180 {
    margin-bottom: 180px;
}
.mb-185 {
    margin-bottom: 185px;
}
.mb-190 {
    margin-bottom: 190px;
}
.mb-195 {
    margin-bottom: 195px;
}
.mb-200 {
    margin-bottom: 200px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-35 {
    margin-left: 35px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-45 {
    margin-left: 45px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-55 {
    margin-left: 55px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-65 {
    margin-left: 65px;
}
.ml-70 {
    margin-left: 70px;
}
.ml-75 {
    margin-left: 75px;
}
.ml-80 {
    margin-left: 80px;
}
.ml-85 {
    margin-left: 85px;
}
.ml-90 {
    margin-left: 90px;
}
.ml-95 {
    margin-left: 95px;
}
.ml-100 {
    margin-left: 100px;
}
.ml-105 {
    margin-left: 105px;
}
.ml-110 {
    margin-left: 110px;
}
.ml-115 {
    margin-left: 115px;
}
.ml-120 {
    margin-left: 120px;
}
.ml-125 {
    margin-left: 125px;
}
.ml-130 {
    margin-left: 130px;
}
.ml-135 {
    margin-left: 135px;
}
.ml-140 {
    margin-left: 140px;
}
.ml-145 {
    margin-left: 145px;
}
.ml-150 {
    margin-left: 150px;
}
.ml-155 {
    margin-left: 155px;
}
.ml-160 {
    margin-left: 160px;
}
.ml-165 {
    margin-left: 165px;
}
.ml-170 {
    margin-left: 170px;
}
.ml-175 {
    margin-left: 175px;
}
.ml-180 {
    margin-left: 180px;
}
.ml-185 {
    margin-left: 185px;
}
.ml-190 {
    margin-left: 190px;
}
.ml-195 {
    margin-left: 195px;
}
.ml-200 {
    margin-left: 200px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-45 {
    margin-right: 45px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-55 {
    margin-right: 55px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-65 {
    margin-right: 65px;
}
.mr-70 {
    margin-right: 70px;
}
.mr-75 {
    margin-right: 75px;
}
.mr-80 {
    margin-right: 80px;
}
.mr-85 {
    margin-right: 85px;
}
.mr-90 {
    margin-right: 90px;
}
.mr-95 {
    margin-right: 95px;
}
.mr-100 {
    margin-right: 100px;
}
.mr-105 {
    margin-right: 105px;
}
.mr-110 {
    margin-right: 110px;
}
.mr-115 {
    margin-right: 115px;
}
.mr-120 {
    margin-right: 120px;
}
.mr-125 {
    margin-right: 125px;
}
.mr-130 {
    margin-right: 130px;
}
.mr-135 {
    margin-right: 135px;
}
.mr-140 {
    margin-right: 140px;
}
.mr-145 {
    margin-right: 145px;
}
.mr-150 {
    margin-right: 150px;
}
.mr-155 {
    margin-right: 155px;
}
.mr-160 {
    margin-right: 160px;
}
.mr-165 {
    margin-right: 165px;
}
.mr-170 {
    margin-right: 170px;
}
.mr-175 {
    margin-right: 175px;
}
.mr-180 {
    margin-right: 180px;
}
.mr-185 {
    margin-right: 185px;
}
.mr-190 {
    margin-right: 190px;
}
.mr-195 {
    margin-right: 195px;
}
.mr-200 {
    margin-right: 200px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-85 {
    padding-top: 85px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-95 {
    padding-top: 95px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-105 {
    padding-top: 105px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-115 {
    padding-top: 115px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-125 {
    padding-top: 125px;
}
.pt-130 {
    padding-top: 130px;
}
.pt-135 {
    padding-top: 135px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-145 {
    padding-top: 145px;
}
.pt-150 {
    padding-top: 150px;
}
.pt-155 {
    padding-top: 155px;
}
.pt-160 {
    padding-top: 160px;
}
.pt-165 {
    padding-top: 165px;
}
.pt-170 {
    padding-top: 170px;
}
.pt-175 {
    padding-top: 175px;
}
.pt-180 {
    padding-top: 180px;
}
.pt-185 {
    padding-top: 185px;
}
.pt-190 {
    padding-top: 190px;
}
.pt-195 {
    padding-top: 195px;
}
.pt-200 {
    padding-top: 200px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-95 {
    padding-bottom: 95px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-105 {
    padding-bottom: 105px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-125 {
    padding-bottom: 125px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pb-135 {
    padding-bottom: 135px;
}
.pb-140 {
    padding-bottom: 140px;
}
.pb-145 {
    padding-bottom: 145px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pb-155 {
    padding-bottom: 155px;
}
.pb-160 {
    padding-bottom: 160px;
}
.pb-165 {
    padding-bottom: 165px;
}
.pb-170 {
    padding-bottom: 170px;
}
.pb-175 {
    padding-bottom: 175px;
}
.pb-180 {
    padding-bottom: 180px;
}
.pb-185 {
    padding-bottom: 185px;
}
.pb-190 {
    padding-bottom: 190px;
}
.pb-195 {
    padding-bottom: 195px;
}
.pb-200 {
    padding-bottom: 200px;
}
.pl-0 {
    padding-left: 0;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-25 {
    padding-left: 25px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-45 {
    padding-left: 45px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-55 {
    padding-left: 55px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-65 {
    padding-left: 65px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-75 {
    padding-left: 75px;
}
.pl-80 {
    padding-left: 80px;
}
.pl-85 {
    padding-left: 85px;
}
.pl-90 {
    padding-left: 90px;
}
.pl-100 {
    padding-left: 100px;
}
.pl-105 {
    padding-left: 105px;
}
.pl-110 {
    padding-left: 110px;
}
.pl-115 {
    padding-left: 115px;
}
.pl-120 {
    padding-left: 120px;
}
.pl-125 {
    padding-left: 125px;
}
.pr-0 {
    padding-right: 0;
}
.pr-5 {
    padding-right: 5px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-25 {
    padding-right: 25px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-35 {
    padding-right: 35px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-50 {
    padding-right: 50px;
}
.pr-55 {
    padding-right: 55px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-65 {
    padding-right: 65px;
}
.pr-70 {
    padding-right: 70px;
}
.pr-75 {
    padding-right: 75px;
}
.pr-80 {
    padding-right: 80px;
}
.pr-85 {
    padding-right: 85px;
}
.pr-90 {
    padding-right: 90px;
}
.pr-95 {
    padding-right: 95px;
}
.pr-100 {
    padding-right: 100px;
}
.pr-105 {
    padding-right: 105px;
}
.gray-bg {
    background: #f8f8f8;
}
.white-bg {
    background: #fff;
}
.black-bg {
    background: #222;
}
.white {
    color: #fff;
}
.black {
    color: #222;
}
[data-overlay] {
    position: relative;
}
[data-overlay]::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
[data-overlay="3"]::before {
    opacity: 0.3;
}
[data-overlay="4"]::before {
    opacity: 0.4;
}
[data-overlay="5"]::before {
    opacity: 0.5;
}
[data-overlay="6"]::before {
    opacity: 0.6;
}
[data-overlay="7"]::before {
    opacity: 0.7;
}
[data-overlay="8"]::before {
    opacity: 0.8;
}
[data-overlay="9"]::before {
    opacity: 0.9;
}
.imagecarousel {
	height: 100vh;
	width: 100%;
	opacity: 0.5;
}
@media (max-width: 767px) {
    .imagecarousel {
        object-fit: cover;
    }
}
.grecaptcha-badge { 
    visibility: hidden;
}