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

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Icons";
        src: url("../fonts/icons.svg#icons") format("svg");
    }
}

[class^="icons-"]:before,
[class*=" icons-"]:before,
[class^="icons-"]:after,
[class*=" icons-"]:after {
    font-family: Icons;
    font-size: 20px;
    font-style: normal;
}

.icons-tick:before {
    content: "\f100";
}

.icons-cancel:before {
    content: "\f101";
}

.icons-down-arrow:before {
    content: "\f102";
}

.icons-diploma-and-graduate-cap:before {
    content: "\f103";
}

.icons-education:before {
    content: "\f104";
}

.icons-school:before {
    content: "\f105";
}

.icons-graduation:before {
    content: "\f106";
}

.icons-student:before {
    content: "\f107";
}

.icons-schedule:before {
    content: "\f108";
}

.icons-university:before {
    content: "\f109";
}

.icons-next-1:before {
    content: "\f10a";
}

.icons-next:before {
    content: "\f10b";
}

.icons-next-2:before {
    content: "\f10c";
}

.icons-next-3:before {
    content: "\f10d";
}

.icons-right-arrow:before {
    content: "\f10e";
}

.icons-social-media:before {
    content: "\f10f";
}

.icons-lock:before {
    content: "\f110";
}

.icons-padlock:before {
    content: "\f111";
}

.icons-menu:before {
    content: "\f112";
}

.icons-menu-2:before {
    content: "\f113";
}

.icons-menu-1:before {
    content: "\f114";
}

.icons-circles:before {
    content: "\f115";
}

.icons-menu-3:before {
    content: "\f116";
}

.icons-play:before {
    content: "\f117";
}

.icons-nation:before {
    content: "\f118";
}

.icons-global:before {
    content: "\f119";
}

.icons-planet-land:before {
    content: "\f11a";
}

* {
    -moz-appearance: none;
    -webkit-appearance: none;
}

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #111111;
    -webkit-transition: margin .5s;
    -moz-transition: margin .5s;
    -ms-transition: margin .5s;
    -o-transition: margin .5s;
    transition: margin .5s;
}

body::-webkit-scrollbar {
    background: #FFFFFF;
    width: 14px;
    border: solid 2px #FFFFFF;
}

body::-webkit-scrollbar-thumb {
    background: #BABAC4;
    position: relative;
    border: solid 2px #FFFFFF;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

body::-webkit-scrollbar-track {
    background: #FFFFFF;
    margin: 0;
    border: solid 2px #FFFFFF;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#message {
  display:none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}

#message p {
  padding: 10px 35px;
  font-size: 18px;
}

	.settmp{
		margin-left: 100px;
		}
		ul {
    list-style-type: none;
	
} 
/* Add a green text color and a checkmark when the requirements are right */
.chvalid {
  color: green;
}

.chvalid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.chinvalid {
  color: red;
}

.chinvalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}


input,
button,
textarea,
select,
input:focus,
button:focus,
textarea:focus,
.form-control:focus,
select:focus {
    font-family: 'Roboto', sans-serif;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

::-webkit-input-placeholder {
    font-weight: 300;
    color: rgba(17, 17, 17, 0.25);
}

::-moz-placeholder {
    font-weight: 300;
    color: rgba(17, 17, 17, 0.25);
}

::-moz-placeholder {
    font-weight: 300;
    color: rgba(17, 17, 17, 0.25);
}

::-ms-input-placeholder {
    font-weight: 300;
    color: rgba(17, 17, 17, 0.25);
}

#sidebar {
    background: #FFFFFF;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1500;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    overflow-x: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(17, 17, 17, 0.04);
    -moz-box-shadow: -5px 0px 25px 0px rgba(17, 17, 17, 0.04);
    box-shadow: -5px 0px 30px 0px rgba(17, 17, 17, 0.04);
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

#sidebar.active {
    visibility: visible;
    opacity: 1;
}

#sidebar>ul {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#sidebar>ul>li {
    width: 100%;
    height: 20%;
    flex-grow: 1;
    border-bottom: solid 1px #F2F2F2;
}

#sidebar>ul>li:last-child {
    border: none;
}

#sidebar>ul>li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    white-space: nowrap;
}

#sidebar>ul>li a.active,
#sidebar>ul>li a:hover {
    background: #FCFCFC;
    color: #9972B5;
}

#sidebar>ul>li>a>span {
    position: relative;
}

#sidebar>ul>li>a>span:after {
    content: '';
    background: #9972B5;
    width: 0;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -4px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#sidebar>ul>li a.active>span:after,
#sidebar>ul>li>a:hover>span:after {
    width: 100%;
}

#header {
    background: url('../images/background.png') 50% 50% no-repeat;
    background-size: auto 70%;
    height: 100vh;
}

#header.all {
    height: auto;
}

#header .top {
    background: #FCFCFC;
    padding: 13px 0 5px 0;
}

#header .logo {
    margin: -5px 0 0 0;
}

#header .logo a {
    background: url('../images/logo.png') 0 35% no-repeat;
    background-size: 177px auto;
    width: 177px;
    height: 65px;
    display: block;
}

#header .logo a:hover {
    filter: grayscale(100%);
    opacity: 0.85;
}

#header .logo span {
    display: none;
}
.child-display{
	
	display:  none;
}

#header .phone,
#footer .phone {
    height: 100%;
    margin-top: -10px;
    padding-right: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 25px;
    font-weight: 700;
}

#footer .phone {
    margin-top: -5px;
}

#header .phone a,
#footer .phone a {
    color: #111111;
}

#header .phone a:hover,
#footer .phone a:hover {
    color: #9972B5;
}

#header .button,
#footer .button {
    margin: -9px 0 0 20px;
}

#footer .button {
    margin: -5px 0 0 20px;
}

#header .button button,
#footer .button button {
    background: #9972B5;
    height: 46px;
    padding: 1px 28px 0 28px;
    font-size: 18px;
    font-weight: 900;
    color: #FFFFFF;
    text-transform: uppercase;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(150, 54, 148, 0.35);
    -moz-box-shadow: 0px 0px 15px 0px rgba(150, 54, 148, 0.35);
    box-shadow: 0px 0px 15px 0px rgba(150, 54, 148, 0.35);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#header .button button:hover,
#footer .button button:hover {
    background: #B240B0;
}

#header .menu,
#footer .menu {
    width: 40px;
    margin: -4px 0 0 0;
    text-align: right;
    position: relative;
}

#footer .menu {
    margin: -13px 0 0 0;
}

#header .menu .menu-link,
#footer .menu .menu-link {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

#header .menu .menu-link.active,
#footer .menu .menu-link.active {
    visibility: visible;
    opacity: 1;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#header .menu .menu-link:before,
#footer .menu .menu-link:before {
    margin: 0;
    font-size: 40px;
    color: #111111;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

#header .menu .menu-link:hover:before,
#footer .menu .menu-link:hover:before {
    color: #9972B5;
}

#header .center {
    height: auto;
}

.footer-hide{
	display: none;
}
#header .center img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

#header .title {
    display: block
}

#header h2 {
    margin: -10px 0 0 0;
    font-size: 52px;
    font-weight: 900;
    text-transform: uppercase;
}

#header h2 span {
    font-size: 49px;
    font-weight: 100;
    position: relative;
}

#header h2 span:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: dotted 1px #111111;
}

#header .title p {
    margin: 35px 0 60px 0;
    font-weight: 400;
    color: #555555;
    font-size: 19px;
    line-height: 30px;
}

#header .buttons .link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px 0 0;
    padding: 14px 0;
    font-size: 19px;
    font-weight: 900;
    color: #111111;
    text-transform: uppercase;
    position: relative;
    left: 0;
}

#header .buttons .link:hover {
    left: 25px;
    color: #9972B5;
}

#header .buttons .link:before {
    content: '';
    background: #111111;
    width: 2px;
    height: 60px;
    display: block;
    position: absolute;
    top: -4px;
    right: -27px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.10);
    -moz-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.10);
    box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.10);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#header .buttons .link:hover:before {
    background: #9972B5;
    right: 120%;
}

#header .buttons .video {
    background: #9972B5;
    width: 50px;
    height: 50px;
    line-height: 51px;
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    border: none;
    animation: header-button 1.5s infinite;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(150, 54, 148, 0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(150, 54, 148, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(150, 54, 148, 0.25);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

@keyframes header-button {
    0% {
        box-shadow: 0 0 0 0px rgba(150, 54, 148, 0.20);
    }

    100% {
        box-shadow: 0 0 0 15px rgba(150, 54, 148, 0);
    }
}

#header .buttons .video:before,
#header .buttons .video:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    animation: header-button 1.5s infinite;
    animation-delay: .5s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#header .buttons .video:after {
    animation-delay: 1s;
}

#header .buttons .video em {
    display: none;
}

#header .buttons .video span:before {
    margin: 0 0 0 4px;
    font-size: 18px;
}

#header .buttons .video:hover {
    background: #B240B0;
}

#header .bottom {
    background: #9972B5;
    width: 100%;
    height: 100px;
    padding: 4px 0 0 0;
    color: #FFFFFF;
    position: relative;
}

#header .bottom .container {
    height: 100%;
    position: relative;
}

#header .bottom .container:before {
    content: '';
    background: url('../images/promo.png') 0 0 no-repeat;
    background-size: cover;
    width: 600px;
    height: 600px;
    display: block;
    position: absolute;
    bottom: 115%;
    right: 0;
}

@media (max-height: 800px) {

.child-display{
	
	display:  none;
}

.margin-diff{
	
	 top: 150px;
}
    #header .bottom .container:before {
        content: '';
        width: 560px;
        height: 560px;
        bottom: 90%;
    }

}

#header .bottom .row {
    height: 100%;
}

#header .bottom .title {
    font-size: 19px;
    font-weight: 300;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.85);
    position: relative;
}

#header .bottom .title span {
    display: block;
    margin: 0 0 2px 0;
    font-size: 29px;
    font-weight: 700;
    line-height: 29px;
    color: #FFFFFF;
}

#header .bottom .title:after {
    content: '';
    width: 1px;
    height: 55px;
    display: block;
    position: absolute;
    top: 0;
    right: -8px;
    border-left: dotted 1px rgba(255, 255, 255, 0.35);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(17, 17, 17, 0.10);
    -moz-box-shadow: 0px 0px 25px 0px rgba(17, 17, 17, 0.10);
    box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.10);
}


#header .bottom .fields {
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .bottom .fields>div {
    width: 33.33%;
    padding: 0 8px;
    flex-grow: 1;
}

#header .bottom .fields>div:last-child {
    width: 28%;
}

#header .bottom .fields input[type='text'],
#header .bottom .fields input[type='password'],
#header .bottom .fields input[type='tel'] {
    background: #FFFFFF;
    width: 100%;
    height: 50px;
    display: block;
    padding: 0 25px;
    border: none;
    font-size: 19px;
    font-weight: 700;
    color: #111111;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#header .bottom .fields i {
   
    display: block;
    border: none;
    text-align: right;
      margin-top: -20px;
      margin-right: 15px;
      cursor: pointer; 
      color:purple;
}

#header .bottom .fields input[type='text'].wpcf7-not-valid,
#header .bottom .fields input[type='tel'].wpcf7-not-valid {
    background: #FFFDF7;
}

#header .bottom .fields input[type='text']:hover,
#header .bottom .fields input[type='tel']:hover,
#header .bottom .fields input[type='text']:focus,
#header .bottom .fields input[type='tel']:focus {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.50);
    -moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.50);
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.50);
}

#header .bottom .fields input[type='submit'] {
    background: #2BA84A;
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 21px;
    font-weight: 900;
    color: #FFFFFF;
    border: none;
    display: block;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(43, 168, 74, 0.50);
    -moz-box-shadow: 0px 0px 20px 0px rgba(43, 168, 74, 0.50);
    box-shadow: 0px 0px 20px 0px rgba(43, 168, 74, 0.50);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#header .bottom .fields input[type='submit']:hover {
    background: #35CC58;
}

#header .bottom .warning {
    padding: 6px 0 0 7px;
    font-size: 11px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.65);
    text-align: left;
}

#header .bottom .warning a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: underline;
}

#header .bottom .warning a:hover {
    text-decoration: none;
}

#header .bottom .warning i {
    padding: 0 8px 0 0;
}

#header .bottom .warning i:before {
    font-size: 11px;
}

#content h1 {
    display: none;
}

#content .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

#content .page .container {
    padding-top: 70px;
    padding-bottom: 70px;
}

#content header {
    margin-bottom: 85px;
}

#content header h2 {
    font-size: 45px;
    font-weight: 100;
    text-transform: uppercase;
}

#content .benefits header {
    margin-bottom: 105px;
    text-align: center;
}

#content .page .text a {
    color: #111111;
    text-decoration: underline;
}

#content .page .text a:hover {
    text-decoration: none;
}

#content .benefits .container {
    padding-bottom: 145px;
}

#content .benefits .row>div {
    position: relative;
}

#content .benefits .row>div:before {
    content: '';
    background: #F5F5F5;
    width: 1px;
    height: 122%;
    display: block;
    position: absolute;
    top: -32px;
    left: 50%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.05);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#content .benefits .row>div:hover:before {
    background: rgba(17, 17, 17, 0.85);
}

#content .benefits .row>div>div {
    background: #FFFFFF;
    width: 75%;
    margin: 0 auto;
    padding: 8px;
    position: relative;
    z-index: 2;
    border: solid 1px #F5F5F5;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.01);
    -moz-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.01);
    box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.01);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100%;
}

#content .benefits .row>div:hover>div {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    border-color: rgba(17, 17, 17, 0.85);
}

#content .benefits img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100%;
}

#content .benefits .row>div:hover img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#content .benefits p {
    background: #FFFFFF;
    margin: 20px 0 0 0;
    padding: 8px 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    position: relative;
    z-index: 2;
}

#content .information {
    background: #F9F9F9;
}

#content .information .image {
    position: relative;
}

#content .information .image:before {
    content: '';
    padding-left: 75%;
    height: 80%;
    display: block;
    position: absolute;
    top: 55px;
    left: 70px;
    border: solid 6px #FFFFFF;
}

#content .information header {
    margin-bottom: 50px;
}

#content .information p {
    margin: 0 0 20px 0;
    font-weight: 400;
    color: #444444;
    line-height: 29px;
}

#content .information p:last-child {
    margin: 0;
}

#content .information .link {
    margin-top: 35px;
}

#content .information .link a {
    font-size: 19px;
    font-weight: 700;
    color: #111111;
}

#content .information .link span {
    border-bottom: dotted 1px #111111;
}

#content .information .link a:hover span {
    border-color: transparent;
}

#content .information .link a:after {
    content: '\f10a';
    margin-top: -2px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    font-family: Icons;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#content .information .link a:hover:after {
    left: -8px;
    color: #9972B5;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#content .information .image img {
    width: 100%;
    max-width: 570px;
    height: auto;
    display: block;
    margin: 10px auto 0 auto;
    position: relative;
    z-index: 2;
}

#content .about {
	background: url('../images/about.jpg') 50% 50% no-repeat;
	background-size:cover;
	background-attachment:fixed;
    position: relative;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.90);
}


#content .about:before {
    content: '';
    background: rgba(17, 17, 17, 0.90);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#content .about .row {
    position: relative;
    z-index: 2;
}

#content .about .title {
    position: relative;
}

#content .about .title header {
    margin: 0;
}


#content .about .title h2 {
    width: 100%;
    min-width: 100%;
    position: relative;
   
    left: 20px;
    font-size: 42px;
    font-weight: 900;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -o-transform: rotate(-90deg);
}

#content .about .title h2 span {
    border-bottom: solid 1px #FFFFFF;
}

#content .about .list {
    margin-bottom: -25px;
}

#content .about .list>div {
    padding: 0 0 25px 110px;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    text-align: justify;
}

#content .about .list>div:before {
    content: "\f100";
    font-family: Icons;
    font-size: 28px;
    color: #FFFFFF;
    position: absolute;
    top: 5px;
    left: 65px;
}

#content .about .list>.button:before {
    display: none;
}



#content .about .list>.button a {
    background: #2BA84A;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 22px;
    font-weight: 900;
    color: #FFFFFF;
    border: none;
    display: block;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    animation: about-button 1.5s infinite;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(43, 168, 74, 0.25);
    -moz-box-shadow: 0px 0px 25px 0px rgba(43, 168, 74, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(43, 168, 74, 0.25);
    text-shadow: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

@keyframes about-button {
    0% {
        box-shadow: 0 0 0 0px rgba(43, 168, 74, 0.20);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(43, 168, 74, 0);
    }
}

#content .about .list>.button a:before,
#content .about .list>.button a:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    animation: about-button 1.5s infinite;
    animation-delay: .5s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#content .about .list>.button a:after {
    animation-delay: 1s;
}

#content .about .list>.button a:hover {
    background: #35CC58;
}


#content .stats {
    background: #9972B5;
}


#content .stats .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

#content .stats span {
    margin: 0 0 -5px 0;
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
}


#content .stats div:before {
    position: absolute;
    top: 3px;
    left: 30px;
    font-size: 32px;
    color: #FFFFFF;
}


#content .stats .row>div {
    padding: 0 0 0 82px;
    position: relative;
    color: rgba(255, 255, 255, 0.75);
}

#content .stats div h4 {
    margin: 0;
    display: block;
    font-size: 14px;
    font-weight: 300;
}

#content .process {
    text-align: center;
}

#content .process .container {
    overflow-x: hidden;
}

#content .process .row {
    margin: 0 -45px;
}

#content .process .row>div {
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    position: relative;
}

#content .process .row>div:before {
    background: #FFFFFF;
    width: 104px;
    height: 104px;
    line-height: 104px;
    display: block;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    border: solid 1px #111111;
    margin: 0 auto 25px auto;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.04);
    -moz-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.04);
    box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.04);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#content .process .row>div:nth-child(1):before {
    content: '1';
}

#content .process .row>div:nth-child(2):before {
    content: '2';
}

#content .process .row>div:nth-child(3):before {
    content: '3';
}

#content .process .row>div:nth-child(4):before {
    content: '4';
}

#content .process .row>div:nth-child(5):before {
    content: '5';
}



#content .process .row>div:hover:before {
    background: #111111;
    border-color: #111111;
    color: #FFFFFF;
    animation: process-number 1.5s infinite;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -o-transform: rotate(360deg);
}


@keyframes process-number {
    0% {
        box-shadow: 0 0 0 0px rgba(17, 17, 17, 0.20);
    }

    100% {
        box-shadow: 0 0 0 15px rgba(17, 17, 17, 0);
    }
}


#content .process .row>div:nth-child(1):after,
#content .process .row>div:nth-child(2):after,
#content .process .row>div:nth-child(3):after,
#content .process .row>div:nth-child(4):after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 50px;
    right: -50%;
    border-top: dotted 1px #111111;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.03);
    -moz-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.03);
    box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.03);
}

#content .process .row>div:nth-child(1) p:after,
#content .process .row>div:nth-child(2) p:after,
#content .process .row>div:nth-child(3) p:after,
#content .process .row>div:nth-child(4) p:after {
    content: '';
    width: 1px;
    height: 40px;
    display: block;
    position: absolute;
    top: 30px;
    left: 100%;
    animation: radial-pulse2 1.5s infinite;
    border-right: dotted 1px #111111;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.03);
    -moz-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.03);
    box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.03);
}

#content .process .row>div:nth-child(1) p:after {
    animation-delay: 0.5s;
}

#content .process .row>div:nth-child(2) p:after {
    animation-delay: 1.2s;
}

#content .process .row>div:nth-child(3) p:after {
    animation-delay: 0.8s;
}

#content .process .row>div:nth-child(4) p:after {
    animation-delay: 1.5s;
}


@keyframes radial-pulse2 {
    0% {
        height: 40px;
        top: 30px;
    }

    50% {
        height: 50px;
        top: 25px;
    }

    100% {
        height: 40px;
        top: 30px;
    }

}

#content .process .row>div p {
    margin: 0;
}

#content .process .row>div p br {
    display: none;
}

#content .consultation {
    background: #F9F9F9;
}

#content .consultation header {
    margin: 0 0 30px 0;
    text-align: center;
    color: rgba(17, 17, 17, 0.90);
}

#content .consultation header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 300;
}

#content .consultation header span {
    display: block;
    margin: 1px 0 0 0;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    color: #111111;
}

#content .consultation header em {
    font-style: normal;
}

#content .consultation .fields {
    display: flex;
    justify-content: center;
    align-items: center;
}







#content .consultation .fields>div {
    width: 33.33%;
    padding: 0 8px;
    flex-grow: 1;
}




#content .consultation .fields input[type='text'],
#content .consultation .fields input[type='tel'] {
    background: #FFFFFF;
    width: 100%;
    height: 52px;
    display: block;
    padding: 0 25px;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    border: solid 1px rgba(17, 17, 17, 0.15);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#content .consultation .fields input[type='text'].wpcf7-not-valid,
#content .consultation .fields input[type='tel'].wpcf7-not-valid {
    background: #FFFDF7;
}

#content .consultation .fields input[type='text']:hover,
#content .consultation .fields input[type='tel']:hover,
#content .consultation .fields input[type='text']:focus,
#content .consultation .fields input[type='tel']:focus {
    border-color: rgba(17, 17, 17, 0.85);
}

#content .consultation .buttons {
    padding: 0 20px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    color: rgba(17, 17, 17, 0.20);
}

#content .consultation .buttons>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

#content .consultation .buttons>div:nth-child(1) {
    width: 43%;
}

#content .consultation .buttons>div:nth-child(2) {
    width: 14%;
}

#content .consultation .buttons>div:nth-child(3) {
    width: 43%;
}


#content .consultation .buttons button[type='submit'] {
    background: #2BA84A;
    width: 100%;
    height: 54px;
    padding: 0;
    font-size: 22px;
    font-weight: 900;
    color: #FFFFFF;
    border: none;
    display: block;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(43, 168, 74, 0.70);
    -moz-box-shadow: 0px 0px 30px 0px rgba(43, 168, 74, 0.70);
    box-shadow: 0px 0px 30px 0px rgba(43, 168, 74, 0.70);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#content .consultation .buttons button[type='submit']:disabled,
#content .consultation .buttons button[type='submit']:disabled:hover {
    background: #BFBFBF;
    animation: none;
    box-shadow: none;
}

#content .consultation .buttons button[type='submit']:hover {
    background: #35CC58;
}

#content .consultation .buttons a {
    background: #EFEFEF;
    width: 100%;
    height: 54px;
    line-height: 54px;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    color: rgba(17, 17, 17, 0.30);
    border: none;
    display: block;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#content .consultation .buttons a:hover {
    background: #E5E5E5;
    color: rgba(17, 17, 17, 0.45);
}

#content .consultation .form-privacy-policy {
    margin: 25px 0 25px 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    text-align: left;
    color: rgba(17, 17, 17, 0.60);
}

#content .consultation .form-privacy-policy input[type='checkbox'] {
    display: none
}

#content .consultation .form-privacy-policy label {
    display: block;
    margin-left: 8px;
    padding: 0 0 0 35px;
    position: relative;
    cursor: pointer
}

#content .consultation .form-privacy-policy label br {
    display: none;
}

#content .consultation .form-privacy-policy label a {
    color: rgba(17, 17, 17, 0.60);
    text-decoration: underline
}

#content .consultation .form-privacy-policy label a:hover {
    text-decoration: none
}

#content .consultation .form-privacy-policy span:before {
    content: '';
    background: #FFFFFF;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: solid 1px rgba(17, 17, 17, 0.35);
    cursor: pointer
}

#content .consultation .form-privacy-policy input[type='checkbox']:checked+span:after {
    content: "\f100";
    position: absolute;
    top: -2px;
    left: 4px;
    font-family: Icons;
    font-size: 18px;
    color: rgba(17, 17, 17, 0.75);
    text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer
}









#content .consultation .image {
    position: relative;
}

#content .consultation .image:before {
    content: '';
    width: 100%;
    height: 120%;
    display: block;
    position: absolute;
    top: -30px;
    left: -2px;
    border: solid 6px #FFFFFF;
}

#content .consultation .image img {
    width: 84%;
    height: auto;
    display: block;
    position: absolute;
    top: -82px;
    right: 35px;
}



#content .reviews header {
    margin-bottom: 60px;
}

#content .reviews .tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#content .reviews .tabs ul li {
    width: 50%;
    padding: 15px;
    flex-grow: 1;
    border: solid 4px transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

#content .reviews .tabs ul li.active,
#content .reviews .tabs ul li.active:hover {
    border-color: transparent;
    cursor: default;
}


#content .reviews .tabs ul li:hover {
    border-color: #F9F9F9;
}

#content .reviews .tabs ul li.active img {
    opacity: 0.50;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(17, 17, 17, 0.10);
    -moz-box-shadow: 0px 0px 30px 0px rgba(17, 17, 17, 0.10);
    box-shadow: 0px 0px 30px 0px rgba(17, 17, 17, 0.10);
}

#content .reviews .tabs ul li:hover img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";

}

#content .reviews .tabs img {
    width: 100%;
    height: auto;
    display: block;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#content .reviews .text {
    position: relative;
}

#content .reviews .text:before {
    content: '“';
    font-family: Arial;
    font-size: 130px;
    font-weight: 700;
    font-style: italic;
    position: absolute;
    top: 40px;
    left: -15px;
    line-height: 0;
    color: rgba(17, 17, 17, 0.04);
}

#content .reviews p {
    position: relative;
    z-index: 2;
    font-style: italic;
    line-height: 28px;
    color: rgba(17, 17, 17, 0.80);
}

#content .reviews .name {
    margin: 10px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    position: relative;
}

#content .reviews .name:before {
    content: '';
    background: #9972B5;
    width: 40px;
    height: 1px;
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}




#footer {
    padding: 30px 0 25px 0;
    border-top: solid 1px #F9F9F9;
}

#footer .copyright {
    font-size: 15px;
    font-weight: 300;
    color: rgba(17, 17, 17, 0.30);
}


#messengers {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
}

#messengers .title,
#messengers .title em {
    display: none;
}

#messengers ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.10);
    -moz-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.10);
    box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.10);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#messengers a {
    width: 42px;
    height: 43px;
    display: block;
    border-bottom: solid 1px #FFFFFF;
    padding: 5px;
}

#messengers a:hover {
    filter: grayscale(100%);
}

#messengers li:last-child a {
    border-bottom: none;
}

#messengers .ok a {
    background: #EE8208;
}

#messengers .vk a {
    background: #4A76A8;
}

#messengers .whatsapp a {
    background: #1BD741;
}

#messengers .telegram a {
    background: #61A8DE;
}

#messengers .viber a {
    background: #7D3DAF;
}

#messengers .skype a {
    background: #15ACE5;
}

#messengers .instagram a {
    background: #C536A4;
}

#messengers .messenger a {
    background: #2196F3;
}

#messengers i {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-weight: 400;
    color: #FFFFFF;
}

.modal {
    background: rgba(17, 17, 17, 0.95);
    padding-right: 0 !important;
}



.modal-content {
    padding: 35px 30px 50px 30px;
    border: none;
    animation: modal-content 1.5s infinite;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.95);
    -moz-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.95);
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

@keyframes modal-content {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.07);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    }
}

#video .modal-content {
    padding: 35px 30px;
    animation: none;
    box-shadow: none;
}

.modal-content:before,
.modal-content:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    animation: modal-content 1.5s infinite;
    animation-delay: 0.5s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#video .modal-content:before,
#video .modal-content:after {
    display: none;
}

.modal-content:after {
    animation-delay: 1s;
}




.modal-content>div {
    position: relative;
    z-index: 10;
}

.modal .title {
    margin: 0 0 25px 0;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: rgba(17, 17, 17, 0.80);
}

.modal .title span {
    display: block;
    margin: -5px 0 0 0;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    color: #111111;
}

.modal form {
    position: relative;
    z-index: 10;
}

.modal .fields {
    display: flex;
    justify-content: center;
    align-items: center;
}


.modal .fields>div {
    width: 50%;
    padding: 0 0;
    flex-grow: 1;
}

.modal .fields>div:first-child {
    padding-right: 6px;
}

.modal .fields>div:last-child {
    padding-left: 6px;
}

.modal .fields input[type='text'],
.modal .fields input[type='password'],
.modal .fields input[type='email'],
.modal .fields input[type='date'],
.modal .fields input[type='tel'] {
    background: #FFFFFF;
    width: 100%;
    height: 52px;
    display: block;
    padding: 0 25px;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    border: solid 1px rgba(17, 17, 17, 0.15);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.modal .fields input[type='text'].wpcf7-not-valid,
.modal .fields input[type='tel'].wpcf7-not-valid {
    background: #FFFDF7;
}

.modal .fields input[type='text']:hover,
.modal .fields input[type='tel']:hover,
.modal .fields input[type='text']:focus,
.modal .fields input[type='tel']:focus {
    border-color: rgba(17, 17, 17, 0.85);
}

.modal .buttons {
    padding: 0 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    color: rgba(17, 17, 17, 0.20);
}



.modal .buttons input[type='submit'] {
    background: #2BA84A;
    width: 100%;
    height: 54px;
    padding: 0;
    font-size: 24px;
    font-weight: 900;
    color: #FFFFFF;
    border: none;
    display: block;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(43, 168, 74, 0.45);
    -moz-box-shadow: 0px 0px 25px 0px rgba(43, 168, 74, 0.45);
    box-shadow: 0px 0px 25px 0px rgba(43, 168, 74, 0.45);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.modal .buttons input[type='submit']:disabled,
.modal .buttons input[type='submit']:disabled:hover {
    background: #BFBFBF;
    animation: none;
    box-shadow: none;
}

.modal .buttons input[type='submit']:hover {
    background: #35CC58;
}



.modal .form-privacy-policy {
    margin: 25px 0 25px 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    text-align: left;
    color: rgba(17, 17, 17, 0.60);
}

.modal .form-privacy-policy input[type='checkbox'] {
    display: none
}

.modal .form-privacy-policy label {
    display: block;
    padding: 0 0 0 25px;
    position: relative;
    cursor: pointer
}

.modal .form-privacy-policy label br {
    display: none;
}

.modal .form-privacy-policy label a {
    color: rgba(17, 17, 17, 0.60);
    text-decoration: underline
}

.modal .form-privacy-policy label a:hover {
    text-decoration: none
}

.modal .form-privacy-policy span:before {
    content: '';
    background: #FFFFFF;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: -5px;
    top: 0;
    border: solid 1px rgba(17, 17, 17, 0.35);
    cursor: pointer
}

.modal .form-privacy-policy input[type='checkbox']:checked+span:after {
    content: "\f100";
    position: absolute;
    top: -2px;
    left: -1px;
    font-family: Icons;
    font-size: 18px;
    color: rgba(17, 17, 17, 0.75);
    text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer
}

.modal .close,
.modal .close:hover {
    position: absolute;
    top: -40px;
    right: -40px;
    z-index: 100;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
}

.modal .close:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -o-transform: rotate(360deg);
}

.modal .close span:before {
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
}


.modal-open {
    padding-right: 14px !important;

}

.modal-open #header .top {
    margin-right: -14px !important;
    padding-right: 0 !important;
}


div.wpcf7 .ajax-loader,
span.wpcf7-not-valid-tip {
    display: none !important;
}


div.wpcf7-response-output {
    width: 100%;
    margin: 0 !important;
    padding: 15px 15px !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
    position: fixed !important;
    text-align: center;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 999999 !important;
    border: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    background: rgba(150, 54, 148, 0.90);
}

div.wpcf7-mail-sent-ok {
    background: rgba(43, 168, 74, 0.90);
}







@media (max-width: 1199.98px) {

    .child-display{
	
	display:  none;
}

	body {
        font-size: 17px;
        overflow-x: hidden;
    }
	.margin-diff{
	
	 top: 170px;
}

    #header h2 {
        font-size: 45px;
    }

    #header h2 span {
        font-size: 43px;
    }

    #header .title p {
        margin: 35px 0 50px 0;
        font-size: 17px;
        line-height: 28px;
    }

    #header .bottom .container:before {
        content: '';
        width: 560px;
        height: 560px;
        bottom: 90%;
    }

    #header .bottom .row>div:first-child {}

    #header .bottom .title {
        font-size: 16px;
        line-height: 22px;
    }

    #header .bottom .title span {
        margin: 0;
        font-size: 24px;
        line-height: 29px;
    }

    #header .bottom .title:after {
        right: -10px;
    }

    #header .bottom .fields>div:last-child {
        width: 33.33%;
    }

    #header .bottom .fields input[type='text'],
    #header .bottom .fields input[type='tel'] {
        font-size: 18px;
    }

    #header .bottom .fields button[type='submit'] {
        padding: 0 20px;
        font-size: 20px;
    }

    #content .container {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    #content header h2 {
        font-size: 40px;
    }

    #content .benefits .container {
        padding-bottom: 95px;
    }

    #content .benefits .row>div>div {
        padding: 7px;
    }

    #content .benefits header {
        margin-bottom: 80px;
    }

    #content .benefits p {
        margin: 20px 0 0 0;
        padding: 8px 0;
        font-size: 19px;
        line-height: 24px;
    }

    #content .information header {
        margin-bottom: 40px;
    }

    #content .information .image {
        padding-top: 40px;
    }

    #content .information .image:before {
        content: '';
        padding-left: 70%;
        height: 73%;
        top: 95px;
        left: 105px;
    }

    #content .information p {
        margin: 0 0 15px 0;
        line-height: 26px;
    }

    #content .about .title h2 {
        font-size: 40px;
        left: 5px;
        bottom: 15%;
    }

    #content .stats .row>div {
        padding: 0 0 0 52px;
        font-size: 13px;
    }

    #content .stats div:before {
        left: 0;
    }


    #content .process .row>div {
        font-size: 18px;
        line-height: 24px;
    }

    #content .consultation header {
        margin: 0 0 25px 0;
    }

    #content .consultation header h3 {
        font-size: 20px;
        font-weight: 300;
    }

    #content .consultation header span {
        margin: 0 0 0 0;
        font-size: 30px;
    }

    #content .consultation .fields input[type='text'],
    #content .consultation .fields input[type='tel'] {
        font-size: 18px;
    }

    #content .consultation .buttons {
        padding: 0 10px 0 10px;
    }

    #content .consultation .buttons button[type='submit'] {
        font-size: 21px;
    }

    #content .consultation .buttons a {
        font-size: 16px;
    }

    #content .consultation .image img {
        top: -57px;
    }

    #content .consultation .image:before {
        left: -5px;
    }

    #content .reviews .tabs ul li {
        padding: 10px;
    }

    #content .reviews p {
        line-height: 26px;
    }

    #content .reviews .name {
        margin: 10px 0 0 0;
        font-size: 18px;
    }

}

@media (max-width: 991.98px) {
.child-display{
	
	display:  none;
}

    body {
        overflow-x: hidden;
    }
	.margin-diff{
	
	 top: 170px;
}

    #header .phones {
        margin: -12px 0 0 0;
    }

    #header .bottom .container:before {
        display: none;
    }

    #header .button {
        display: none;
    }

    #header .center {
        text-align: center;
    }

    #content header h2 {
        font-size: 38px;
    }

    #content .container {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    #content .benefits header {
        text-align: center;
    }

    #content .benefits .container {
        padding-bottom: 65px;
    }

    #content .benefits .row>div {
        margin-bottom: 30px;
    }

    #content .benefits .row>div>div {
        background: #FFFFFF;
        width: 65%;
    }

    #content .information .image {
        padding-top: 0;
    }

    #content .about .title h2 {
        position: relative;
        bottom: 0;
        left: 0;
        text-align: center;
        margin: 0 0 40px 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        -o-transform: rotate(0deg);
    }

    #content .about .list>div {
        padding: 0 0 20px 45px;
    }

    #content .about .list>div:last-child {
        padding: 15px 0 45px 0;
    }

    #content .about .list>div:before {
        top: 5px;
        left: 0;
        font-size: 24px;
    }

    #content .stats .row>div {
        padding: 0 0 0 40px;
        font-size: 13px;
        line-height: 16px;
    }

    #content .stats span {
        margin: 0 0 8px 0;
        display: block;
        font-size: 25px;
    }

    #content .stats div:before {
        position: absolute;
        top: 3px;
        left: 0;
        font-size: 25px;
    }

    #content .about .list>.button a {
        padding: 13px 0;
        font-size: 21px;
    }

    #content .process .row>div {
        padding-bottom: 30px;
    }

    #content .process .row>div:before {
        margin: 0 auto 12px auto;
    }

    #content .process .row>div:nth-child(3):after {
        display: none;
    }

    #content .consultation .image {
        display: none;
    }

    #content .reviews header {
        margin-bottom: 45px;
    }

    #content .reviews .tabs ul li {
        width: 100%;
    }

    #content .reviews .tabs ul li {
        padding: 7px;
        border: none;
    }

    #header .bottom {
        height: 150px;
    }

    #header .bottom .info,
    #header .bottom .form {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        padding: 0 0 0 0;
        text-align: center;
    }

    #header .bottom .title {
        font-size: 23px;
        line-height: 30px;
    }

    #header .bottom .title span {
        display: inline-block;
        vertical-align: top;
    }

    #header .bottom .form {
        margin-top: -15px;
        padding: 0;
    }

    #header .bottom .title:after {
        display: none;
    }

    #header .bottom .fields>div {
        padding: 0 5px;
    }

    #footer {
        padding: 25px 0 20px 0;
    }

    #footer .contacts {
        width: 100%;
    }

    #footer .phone {
        font-size: 24px;
    }

    #footer .button {
        display: block;
    }

    #messengers {
        width: 100%;
        height: auto;
        top: auto;
        right: auto;
        left: 0;
        bottom: -38px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    #messengers.active {
        bottom: 0;
    }

    #messengers .title {
        background: #9972B5;
        width: 70px;
        height: 28px;
        display: block;
        margin: 0 0 0 -35px;
        position: absolute;
        top: -28px;
        left: 50%;
        text-align: center;
        -webkit-border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0;
    }

    #messengers .title:before,
    #messengers .title:after {
        content: '';
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        bottom: 0;
    }

    #messengers .title:before {
        background: url('../images/elements.png') 0 0 no-repeat;
        left: -15px;
    }

    #messengers .title:after {
        background: url('../images/elements.png') -17px 0 no-repeat;
        right: -15px;
    }

    #messengers .title span:before {
        content: '\f115';
        font-family: Icons;
        font-size: 30px;
        color: #FFFFFF;
        line-height: 35px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    #messengers.active .title span:before {
        content: '\f114';
    }

    #messengers ul {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        border-top: solid 4px #9972B5;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #messengers li {
        flex-grow: 1;
    }

    #messengers li a {
        width: 100%;
        height: 38px;
        border: none;
    }

    #messengers i {
        font-size: 21px;
    }

}


@media (max-width: 767.98px) {

.child-display{
	
	display:  none;
}

.footer-hide{
	display: block;
	
}
    body {
        overflow-x: hidden;
    }
	.margin-diff{
	
	 top: 140px;
}

    #header {
        background-size: cover;
    }

    #header h2 {
        font-size: 45px;
    }

    #header h2 span {
        display: block;
        margin-top: -2px;
        font-size: 41px;
    }

    #header {
        height: auto;
    }

    #header .top {
        height: 76px;
        position: fixed;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.10);
        -moz-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.10);
        box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.10);
    }

    #header .logo {
        margin-top: -4px;
    }

    #content .process .row>div:nth-child(3):after {
        display: block;
    }

    #content .process .row>div:nth-child(2):after,
    #content .process .row>div:nth-child(4):after {
        display: none;
    }

    #content .process .row>div:nth-child(5) {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        padding-bottom: 0;
    }

    #content .stats .container {
        padding-top: 25px;
    }

    #content .stats .row>div {
        padding: 0 0 15px 0;
        font-size: 13px;
        line-height: 16px;
        text-align: center;
    }

    #content .stats .row>div:last-child {
        padding: 0;
    }

    #content .stats div:before {
        display: none;
    }

    #content .stats div span {
        display: inline-block;
        padding: 0 0 0 30px;
        position: relative;
    }

    #content .stats div span:before {
        font-family: Icons;
        font-size: 20px;
        font-weight: 400;
        position: absolute;
        top: 0;
        left: 0;
    }

    #content .stats div:nth-child(1) span:before {
        content: "\f108";

    }

    #content .stats div:nth-child(2) span:before {
        content: "\f107";

    }

    #content .stats div:nth-child(3) span:before {
        content: "\f11a";
    }

    #content .stats div:nth-child(4) span:before {
        content: "\f109";
    }

    #header .center {
        padding-top: 145px;
        padding-bottom: 65px;
    }

    #header .top .contacts {
        padding: 0 !important;
    }

    #header .phones li a,
    #footer .phones li a,
    #header .phones ul:after,
    #footer .phones ul:after {
        color: #FFFFFF;
    }

    #header .phones li span,
    #footer .phones li span {
        color: rgba(255, 255, 255, 0.75);
    }


    #header h2 span:after {
        display: none;
    }

    #content .information .link {
        margin-top: 35px;
        text-align: center;
    }

    #header .bottom {
        height: auto;
        padding: 25px 0;
        color: #FFFFFF;
        position: relative;
    }

    #header .bottom .title {
        margin: 0 0 25px 0;
        font-size: 18px;
        text-align: center;
    }


    #header .bottom .title span {
        display: block;
        margin: 0 0 -3px 0;
        font-size: 28px;
        line-height: 32px;
    }

    #header .bottom .fields {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #header .bottom .fields>div {
        width: 100%;
        padding: 0 0 10px 0;
        flex-grow: 1;
    }

    #header .bottom .fields button[type='submit'] {
        font-size: 22px;
    }

    #header .bottom .warning {
        padding: 4px 0 0 0;
        font-size: 11px;
        font-weight: 300;
        text-align: center;

    }

    #content .reviews header {
        margin-bottom: 35px;
    }

    #content .reviews .tabs ul li {
        width: 25%;
    }

    #content .reviews .tabs ul {
        order: 2;
        margin-top: 30px;
        padding: 0 5px;
    }

    #content .reviews .tabs>div:first-child {
        order: 1;
    }

    #content .reviews header {
        text-align: center;
    }

    #content .information .image:before {
        display: none;
    }

    #content .information .image {
        padding-top: 25px;
    }

    #content .benefits .row>div {
        width: 50%;
        max-width: 50%;
        flex: 50%;
    }

    #content .benefits .row>div>div {
        width: 75%;
    }

    #content header {
        margin-bottom: 55px;
    }

    #content .benefits header {
        margin-bottom: 60px;
    }

    #content .process header {
        margin-bottom: 55px;
    }

    #footer .copyright {
        font-size: 15px;
        text-align: center;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }

    #footer {
        padding: 20px 0 20px 0;
        border-top: solid 1px #F9F9F9;
    }

    #footer .contacts {
        flex-direction: row;
        flex-wrap: wrap;

    }

    #footer .phone {
        width: 100%;
        height: auto;
        padding-right: 0;
        font-size: 22px;
        justify-content: center;
    }

    #footer .button {
        margin: 10px 0 0 0;
    }

    .modal .close,
    .modal .close:hover {
        position: absolute;
        top: -40px;
        right: 0;
    }

    .modal .close span:before {
        font-size: 28px;
    }

    .modal .fields {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .modal .fields>div {
        width: 100%;
        padding: 0 0;
        flex-grow: 1;
    }

    .modal .fields>div:first-child {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .modal .fields>div:last-child {
        padding-left: 0;
    }

    .modal .title {
        margin: 0 0 17px 0;
        font-size: 18px;
    }

    .modal .title span {
        margin: 0 0 0 0;
        font-size: 29px;
        line-height: 34px;
    }


    .modal .fields input[type='text'],
    .modal .fields input[type='tel'] {
        height: 48px;
        padding: 0 15px;
        font-size: 18px;
    }

    .modal .buttons input[type='submit'] {
        height: 50px;
        font-size: 22px;
    }

    .modal .form-privacy-policy {
        margin: 15px 0 15px 0;

    }

    .modal-content {
        padding: 30px 20px 35px 20px;

    }

    #content .information p {
        text-align: center;
    }

    #content .reviews p {
        text-align: center;
    }

    #content .reviews .name {
        text-align: center;
    }

    #content .reviews .name:before {
        width: 20px;
        margin: 0 10px 0 0;
    }

    #content .reviews .text:before {
        font-size: 110px;
        top: 35px;
        left: -5px;
    }

    #video .modal-content {
        background: none;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

}

@media (max-width: 575.98px) {
.child-display{
	
	display:  block;
}

.footer-hide{
	display: block;
	
}

	.margin-diff{
	
	 top: 10px;
}

    body {
        overflow-x: auto;
    }

    #content .about .title h2 {
        font-size: 32px;

    }

    #content .about .list>div {
        padding: 0 0 20px 35px;
        font-size: 17px;
        line-height: 24px;
    }

    #content .about .list>div:before {
        top: 2px;
        left: 0;
        font-size: 22px;
    }

    #content header h2 {
        font-size: 35px;
    }

    #content .information .image {
        padding-bottom: 15px;
        order: 2;
    }

    #content .information .text {
        order: 1;
    }

    #content .information .image:before {
        display: none;
    }

    #content .process .row>div:last-child {
        padding-bottom: 0;
    }

    #content .consultation header span {
        margin: 5px 0 0 0;
        font-size: 32px;
        line-height: 36px;
    }

    #content .consultation .fields,
    #content .consultation .buttons {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #content .consultation .buttons {
        margin-bottom: 10px;
    }

    #content .consultation .fields input[type='text'],
    #content .consultation .fields input[type='tel'] {
        height: 50px;
    }

    #content .consultation .buttons button[type='submit'] {
        height: 52px;
        font-size: 22px;
    }

    #content .consultation .fields>div {
        width: 100%;
        padding: 0 0 10px 0;
        flex-grow: 1;
    }

    #content .consultation .form-privacy-policy {
        margin: 5px 0 22px 0;
    }

    #content .consultation .buttons {
        padding: 0 0 0 0;
    }

    #content .consultation .buttons>div {
        display: none;
    }

    #content .consultation .buttons>div:nth-child(1) {
        width: 100%;
        display: block;
    }

    #content .information header {
        margin-bottom: 35px;
        text-align: center;
    }

    #content .benefits .row>div {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    #content .benefits .row>div>div {
        width: 50%;
    }

    #content .benefits .row>div:last-child {
        margin-bottom: 0;
    }

    #content .benefits p br {
        display: none;
    }

    #content .about .list>.button a {
        font-size: 19px;
    }

    #content .stats .row>div {
        padding: 0 0 25px 0;
        font-size: 13px;
        line-height: 16px;
        text-align: center;
    }

    #content .stats .row>div:nth-last-child(1),
    #content .stats .row>div:nth-last-child(2) {
        padding-bottom: 0;
    }

    #content .process .row {
        margin: 0 -15px;
    }

    #content .process .row>div:before {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 39px;
        margin: 0 auto 17px auto;
    }

    #content .process .row>div p br {
        display: block;
    }

    #content .consultation .form-privacy-policy label br,
    .modal .form-privacy-policy label br {
        display: block;
    }

}

@media (max-width: 320px) {
	.child-display{
	
	display:  block;
}

.footer-hide{
	display: block;
	
}
	.margin-diff{
	
	 top: 10px;
}

    #content .about .title h2 {
        font-size: 29px;

    }
}