/* ---------------------------------------

[Main Stylesheet]

Project:    	  Formta - Bootstrap Dynamic Contact form
Version:    	  1.0
Primary Use:      Formta - Bootstrap Dynamic Contact form

------------------------------------------

[Table of contents]

1. Fonts
2. Reset Css
3. Global Settings
4. Section Styles
5. Colors
6. Margin and Padding
7. Background Overlay
8. Buttons Style
9. Preloader
10. ScrollUp Button

-------------------------------------------*/
/*** 

================
	Fonts
================


font-family: 'louis_george_caferegular', sans-serif;
font-family: 'louis_george_cafebold', sans-serif;

 ***/
@font-face {
    font-family: 'louis_george_caferegular';
  src: url("../fonts/Comfortaa.ttf");
  font-weight: normal;
  font-style: normal;
}

/*** 

===============
	Reset Css
===============

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

===================
	Global Settings
===================

 ***/
body {
    font-size: 16px;
    color: #292929;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "louis_george_caferegular", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    color: #292929;
}

button,
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
    transition: .3s;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: 700;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: "louis_george_cafebold", sans-serif;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

input, button, select, textarea {
    outline: none;
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    font-family: "louis_george_caferegular", sans-serif;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    display: inline-block;
    max-width: 100%;
}

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

img {
    display: inline-block;
    max-width: 100%;
}

/*
::selection {
    background-color: #0E8A701a;
    color: #ec2f7e;
}

-moz-::selection {
    background-color: #0E8A701a;
    color: #ec2f7e;
}

-webkit-::selection {
    background-color: #0E8A701a;
    color: #ec2f7e;
}

-o-::selection {
    background-color: #0E8A701a;
    color: #ec2f7e;
}
*/

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.border-0 {
    border: 0px;
}

.radius-50 {
    border-radius: 50px !important;
}

.centered {
    text-align: center;
}

/*** 

==================
    Color Classes
==================

***/
.cl-black {
    color: #292929;
}

.cl-primary {
    color: #ec2f7e;
}

.cl-white {
    color: #ffffff;
}

.cl-blue {
    color: #474cef;
}

.cl-blue-2 {
    color: #000040;
}

.cl-green {
    color: #86BC42;
}

.cl-mint {
    color: #17c0eb;
}

.cl-yellow {
    color: #f19b4e;
}

.cl-red {
    color: #ff5252;
}

.cl-gray {
    color: #eaeaea;
}

.cl-gray-2 {
    color: #a09898;
}

.cl-facebook {
    color: #3B5999;
}

.cl-twitter {
    color: #55ACEE;
}

.cl-youtube {
    color: #CD201F;
}

.cl-pinterest {
    color: #BD081C;
}

.cl-instagram {
    color: #F5214A;
}

.facebook-bg {
    background: #3B5999;
}

.twitter-bg {
    background: #55ACEE;
}

.youtube-bg {
    background: #CD201F;
}

.pinterest-bg {
    background: #BD081C;
}

.google-plus-bg {
    background: #DD5144;
}

.linkedin-bg {
    background: #0077B5;
}

.instagram-bg {
    background: #F5214A;
}

/*** 

==================
    Section Styles
==================

***/
.container {
    max-width: 1200px;
}

.container-fluid {
    padding: 0 50px;
}

.section-padding {
    padding: 100px 0;
    margin-top: 50px;
}

.section-padding-2 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section-padding-3 {
    padding-top: 100px;
    padding-bottom: 40px;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h2 {
    position: relative;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4;
    z-index: 1;
    display: inline-block;
    margin-bottom: 5px;
}

.section-title p {
    font-size: 18px;
}

@media (max-width: 575px) {
    .section-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 450px) {
    .section-title h2 {
        font-size: 32px;
    }
}

/*** 

=======================
    Margin and Padding
=======================

***/
/* 
    Margin Top styles
*/
.mar-0 {
    margin: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

/* 
    Margin Bottom Styles
*/
.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

/* 
    Margin Right Styles
*/
.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

/* 
    Padding Top Styles
*/
.pad-0 {
    padding: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

/* 
    Padding Bottom Styles
*/
.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

/*** 

============================
    Background and Overlay
============================

***/
.gray-bg {
    background: #F9F9F9;
}

.black-bg {
    background: #292929;
}

.black-bg-2 {
    background: #555555;
}

.primary-bg {
    background: #ec2f7e;
}

.primary-light-bg {
    background: #00C9B72c;
}

.primary-bg-dark {
    background: #037EBD;
}

.white-bg {
    background: #ffffff;
}

.blue-bg {
    background: #474cef;
}

.light-blue-bg {
    background: #234BA5;
}

.green-bg {
    background: #86BC42;
}

.blue-bg-2 {
    background: #000040;
}

.red-bg {
    background: #ff5252;
}

.yellow-bg {
    background: #f19b4e;
}

.yellow-light-bg {
    background: #e9eef7;
}

.purple-bg {
    background: #8E0EF0;
}

.purple-light-bg {
    background: #E8CFFC;
}

.mint-bg {
    background: #17c0eb;
}

.transparent-bg {
    background: transparent;
}

.dark-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.dark-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #111;
    content: "";
    z-index: -1;
    opacity: .6;
}

.blue-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.blue-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000040;
    content: "";
    z-index: -1;
    opacity: .9;
}

.gradient-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.gradient-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(225deg, #ffc63f, #fd3358 49%, #bc35d8);
    content: "";
    z-index: -1;
    opacity: .9;
}

.gradient-overlay-2 {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.gradient-overlay-2:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #463afe 0%, #3ab5e4 100%);
    content: "";
    z-index: -1;
    opacity: .85;
}

.shaded-bg {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.shaded-bg::after {
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 64, 0.4);
    content: "";
    top: 0;
    left: 0;
    transform: skewX(-40deg);
    z-index: -1;
}

/*** 

===================
    Buttons Style
===================

***/
.bttn-mid {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 40px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
    font-family: "louis_george_cafebold", sans-serif;
}

.bttn-small {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 28px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
    font-family: "louis_george_cafebold", sans-serif;
}

.bttn-mid i, .bttn-small i {
    margin-right: 7px;
}

.btn-fill {
    color: #ffffff;
    background: #ec2f7e;
}

.btn-fill:hover {
    background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
    color: #ffffff;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.18);
    transform: translate3d(0, -3px, 0);
}

.bttn-mid.btn-emt {
    padding: 12px 41px;
}

.btn-emt {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
}

.btn-emt:hover {
    color: #ffffff;
    box-shadow: none;
    background: #ec2f7e;
    border: 2px solid transparent;
    transform: translate3d(0, -3px, 0);
}

.btn-wht {
    background: #ffffff;
    color: #ec2f7e;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
}

.btn-wht:hover {
    background: #ec2f7e;
    color: #ffffff;
    transform: translate3d(0, -3px, 0);
}

.btn-blu {
    background: #474cef;
    color: #ffffff;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
}

.btn-blu:hover {
    background: #ec2f7e;
    color: #ffffff;
    transform: translate3d(0, -3px, 0);
}

/* ==============================
    Preloader
    ============================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: #474cef;
}

.lds-circle {
    display: inline-block;
    transform: translateZ(1px);
}

.lds-circle > div {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    background: #ec2f7e;
    animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes lds-circle {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }

    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }

    100% {
        transform: rotateY(3600deg);
    }
}

/* 
==============================
    ScrollUp Button 
============================== 
*/
a#scrollUp {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ec2f7e;
    text-align: center;
    color: #474cef;
    border-radius: 50%;
    font-size: 16px;
}

a#scrollUp:hover {
    background: #7e30e4;
    color: #ffffff;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes shape_1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Standard syntax */
@keyframes shape_1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes shape_2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Standard syntax */
@keyframes shape_2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes shape_3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Standard syntax */
@keyframes shape_3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Top Content */
.top-content {
    padding-bottom: 220px;
}

.top-content h1 {
    font-size: 80px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .top-content h1 {
        font-size: 46px;
    }
}

/* Contact Headding */
.contact-headding {
    margin-bottom: 30px;
}

.contact-headding h2 {
    margin-bottom: 15px;
}

.contact-headding p {
    font-size: 18px;
}

/* Contact Form */
.contact-form {
    background: #ffffff;
    padding: 50px;
    border-radius: 4px;
    color: #292929;
    position: relative;
    z-index: 1;
}

@media (max-width: 450px) {
    .contact-form {
        padding: 20px;
    }
}

.contact-form form label {
    font-weight: 700;
}

.contact-form form label i {
    color: #ec2f7e;
    margin-left: 5px;
    font-style: normal;
}

.contact-form form input {
    height: 55px;
    padding: 0 15px;
}

.contact-form form textarea {
    padding: 15px;
}

.contact-form form input, .contact-form form textarea {
    width: 100%;
    border: 2px solid;
    border-radius: 4px;
}

.contact-form form .help-block ul li {
    font-size: 12px;
    border-radius: 4px;
    padding: 0px 10px;
    color: #ec2f7e;
    background: #ef47831f;
    display: inline-block;
    margin-top: 5px;
}

/* Contact Info */
.contact-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 530px) {
    .contact-info {
        display: block;
    }
}

.contact-info .single-info {
    background: #ffffff29;
    color: #ffffff;
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 16px;
}

@media (max-width: 530px) {
    .contact-info .single-info {
        margin-bottom: 10px;
    }
}

.contact-info .single-info i {
    margin-right: 5px;
}

/* Contact Infos */
.single-contact-info {
    text-align: center;
    margin-bottom: 30px;
}

.single-contact-info i {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 15px;
    transition: 0.4s;
}

.single-contact-info h4 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.row [class*=col]:nth-of-type(5n+1) .single-contact-info i {
    background: rgba(71, 76, 239, 0.1);
    color: #2A94FF;
}

/*
.row [class*=col]:nth-of-type(5n+1) .single-contact-info h4 a:hover {
    color: #ec2f7e;
}


.row [class*=col]:nth-of-type(5n+1) .single-contact-info:hover i {
    background: #ec2f7e;
    color: #ffffff;
}
*/

.row [class*=col]:nth-of-type(5n+2) .single-contact-info i {
    background: rgba(71, 76, 239, 0.1);
    color: #474cef;
}

.row [class*=col]:nth-of-type(5n+2) .single-contact-info h4 a:hover {
    color: #474cef;
}

.row [class*=col]:nth-of-type(5n+2) .single-contact-info:hover i {
    background: #474cef;
    color: #ffffff;
}

.row [class*=col]:nth-of-type(5n+3) .single-contact-info i {
    background: rgba(134, 188, 66, 0.1);
    color: #86BC42;
}

.row [class*=col]:nth-of-type(5n+3) .single-contact-info h4 a:hover {
    color: #86BC42;
}

.row [class*=col]:nth-of-type(5n+3) .single-contact-info:hover i {
    background: #86BC42;
    color: #ffffff;
}

.row [class*=col]:nth-of-type(5n+4) .single-contact-info i {
    background: rgba(23, 192, 235, 0.1);
    color: #17c0eb;
}

.row [class*=col]:nth-of-type(5n+4) .single-contact-info h4 a:hover {
    color: #17c0eb;
}

.row [class*=col]:nth-of-type(5n+4) .single-contact-info:hover i {
    background: #17c0eb;
    color: #ffffff;
}

.row [class*=col]:nth-of-type(5n+5) .single-contact-info i {
    background: rgba(126, 48, 228, 0.1);
    color: #7e30e4;
}

.row [class*=col]:nth-of-type(5n+5) .single-contact-info h4 a:hover {
    color: #7e30e4;
}

.row [class*=col]:nth-of-type(5n+5) .single-contact-info:hover i {
    background: #7e30e4;
    color: #ffffff;
}

.divide-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .divide-area {
        display: block;
        width: 100%;
    }
}

.divide-area .divide-img {
    width: 50%;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

@media (max-width: 991px) {
    .divide-area .divide-img {
        display: none;
    }
}

.divide-area .divide-img .play-btn {
    height: 80px;
    width: 80px;
    line-height: 82px;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.18);
}

.divide-area .divide-img .play-btn:hover {
    color: #ec2f7e;
    transform: translate3d(0, -3px, 0);
}

.divide-area .divide-content {
    width: 50%;
    padding: 80px 30px 110px 80px;
}

@media (max-width: 1024px) {
    .divide-area .divide-content {
        padding: 80px 30px 80px 30px;
    }
}

@media (max-width: 991px) {
    .divide-area .divide-content {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .divide-area .divide-content {
        padding: 20px;
    }
}

.contact-name, .contact-email, .contact-phone, .contact-message {
    position: relative;
}

.contact-name::after, .contact-email::after, .contact-phone::after, .contact-message::after {
    position: absolute;
    right: 6px;
    font-family: "Font Awesome 5 Free";
    top: 6px;
    color: #7fb5ff;
    background: rgba(71, 76, 239, 0.1);
    height: 43px;
    width: 43px;
    text-align: center;
    line-height: 45px;
    border-radius: 4px;
}

.contact-name::after {
    content: "\f007";
}

.contact-email::after {
    content: "\f0e0";
}

.contact-phone::after {
    content: "\f274";
}

.contact-message::after {
    content: "\f044";
}

.border-main {
    border-color: rgba(236, 47, 126, 0.5) !important;
}

.border-blue {
    border-color: rgba(71, 76, 239, 0.5) !important;
}

.border-gray {
    border-color: #eaeaea !important;
}

.border-gray:focus {
    border-color: rgba(71, 76, 239, 0.5) !important;
}

.top-back {
    margin-top: -200px;
}

.box-shadow {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.pb-120 {
    padding-bottom: 120px;
}

.p-70 {
    padding: 70px;
}

@media (max-width: 767px) {
    .p-70 {
        padding: 20px;
    }
}

.border-radius-100 {
    border-radius: 100px !important;
}

.border-radius-25 {
    border-radius: 25px !important;
}

.border-radius-4 {
    border-radius: 4px !important;
}

.single-intro {
    text-align: center;
    margin-bottom: 60px;
}

.single-intro a img {
    margin-bottom: 20px;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
}

.single-intro h4 {
    font-size: 20px;
}

.single-intro h4 a {
    color: #263845;
}

.single-intro h4 a:hover {
    color: #ec2f7e;
}

/* MENU TEST */
.menu {
	padding-top: 60px;
	padding-bottom: 15px;
	position: fixed;
	z-index: 100;
	width: 100vw;
	transition: height .5s, padding-top .5s;
	top: 0;
	background: white;
}

.menu .row {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.menu .menu__logo-title {
	font-weight: 800;
	color: #234c87;
	display: inline-block;
	font-size: 24px;
	padding-left: 5px;
	margin: 0;
	vertical-align: top;
	margin-top: 10px;
	opacity: 1
}

.menu .menu__right-nav {
	float: right
}

.menu .menu__right-nav ul {
	margin: 0;
	padding-left: 0
}

.menu .menu__right-nav li {
	display: inline-block
}

.menu .menu__right-nav li:first-child {
	padding-right: 25px
}

.menu .menu__center-nav {
	text-align: center
}

.menu .menu__center-nav ul {
	padding: 0;
	margin: 10px 0
}

.menu .menu__center-nav li {
	padding-right: 25px
}

.menu .menu__wrapper {
	position: relative
}

.menu .menu__item {
	min-width: 250px
}

.menu .menu__item:last-child {
	padding-right: 15px
}

.menu .menu__mobile-button {
	color: #7d93b2;
	transition: all .3s;
	background-color: transparent;
	border: none;
	position: absolute;
	right: 48px;
	top: 15px;
	font-size: 20px;
	line-height: 20px;
	padding: 0;
	height: 20px;
	width: 20px
}

.menu .menu__mobile-button:hover {
	color: #7fb5ff
}

.menu .menu__mobile-button:focus {
	outline: none
}

.menu .menu__dropdown-btn {
	position: relative;
	display: inline-block;
	padding-bottom: 45px
}

.menu .menu__dropdown {
	position: relative
}

.menu .menu__dropdown-content {
	transition: all .6s;
	opacity: 0;
	transform: translateY(10%);
	position: absolute;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 15px 40px rgba(125, 147, 178, .3);
	z-index: 1;
	pointer-events: none;
	padding: 25px;
	top: 78px;
	text-align: left;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	left: -25px
}

.menu .menu__dropdown-content:before {
	content: "";
	position: absolute;
	top: -20px;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
	right: calc(50% - 10px)
}

.menu .menu__dropdown-content.menu__dropdown-content--home {
	min-width: 150px
}

.menu .menu__dropdown-content a {
	padding-bottom: 12px;
	text-decoration: none;
	display: block
}

.menu .menu__dropdown-content a:last-child {
	padding-bottom: 0
}

.menu .menu__dropdown:hover .menu__dropdown-btn {
	color: #7fb5ff
}

.menu .menu__dropdown:hover .menu__dropdown-content {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto
}

.menu.menu--active {
	height: 95px;
	padding-top: 24px;
	background-color: #fff
}

.menu.menu--active .menu__dropdown-btn {
	padding-bottom: 25px
}

.menu.menu--active .menu__dropdown-content {
	top: 58px
}

.menu.menu--active .menu__logo-title {
	opacity: 0
}

@media screen and (max-width:990px) {
	.menu .menu__right-nav {
		padding-right: 32px
	}
}

@media screen and (max-width:767px) {
	.menu .menu__item {
		width: 50%
	}
}

@media screen and (max-width:520px) {
	.menu .menu__mobile-button {
		right: 16px
	}
	.menu .menu__logo {
		padding-left: 15px
	}
}

@media screen and (max-width:480px) {
	.menu.menu--active {
		height: 64px;
		padding-top: 16px
	}
	.menu.menu--active .menu__logo-img {
		width: 32px;
		height: 32px
	}
	.menu.menu--active .menu__mobile-button {
		top: 6px
	}
}

/**
* 43. Contact Page
* ----------------------------------------------------------------------- *
*/
@media (max-width: 991px) {
  .form-group .row > .col-sm-6:nth-child(1) {
    margin-bottom: 1rem;
  }
}

.contact-section .form-card {
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .contact-section .form-card {
    margin-top: -2rem;
  }
}

.help-block.form-error {
  margin-top: .25rem;
  font-size: .875rem;
  color: #fe60a1;
}

.help-block.form-success {
  background-color: rgba(132, 206, 101, 0.25);
  font-weight: 600;
  text-align: center;
  padding: .25rem 1rem;
  border-radius: .25rem;
  margin-bottom: 1rem;
  display: block;
}

.contact_logo {
    margin-left: 30px;
}

@media (max-width: 767px) {
section.section-padding {
padding-top: 150px;
}
}
