/* 

Foxecoach - Consulting and Coaching Template
Copyright 2019  www.mutationmedia.net 
Created by : mutationthemes  

*/


/* Table of Content ================================================== 

1.Preloader
2.Site wrapper
3.Hero
4.To the top
5.About
6.Consulting
7.Package
8.Faq
9.Stories
10.Courses
11.Contact
12.Miscellaneous
13.Mediaqueries


/*Preloader*/
@font-face{
	font-family: 'Stem';
	src: url("../webfonts/stem-light.eot");
	src: url("../webfonts/stem-light.eot?#iefix") format("embedded-opentype"), url("../webfonts/stem-light.woff2") format("woff2"), url("../webfonts/stem-light.woff") format("woff"), url("../webfonts/stem-light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}
@font-face{
	font-family: 'Stem';
	src: url("../webfonts/stem-regular.eot");
	src: url("../webfonts/stem-regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/stem-regular.woff2") format("woff2"), url("../webfonts/stem-regular.woff") format("woff"), url("../webfonts/stem-regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}
@font-face{
	font-family: 'Stem';
	src: url("../webfonts/stem-medium.eot");
	src: url("../webfonts/stem-medium.eot?#iefix") format("embedded-opentype"), url("../webfonts/stem-medium.woff2") format("woff2"), url("../webfonts/stem-medium.woff") format("woff"), url("../webfonts/stem-medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	} 
	:root {
  --main-color: #E20D13; /*основной цвет сайта */
  --background-color:linear-gradient(260.15deg, rgba(226, 13, 19, 0.4) 0%, rgba(75, 87, 98, 0.4) 100%), #E20D13;
}
	.navbar-nav a {
		font-family: 'Stem';
font-style: normal;
font-weight: 400;
line-height: 15px;
text-align: center;
	}
	.grecaptcha-badge { visibility: hidden; }
.loader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.loader-inner {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.loading-spinner {
    width: 6rem;
    height: 6rem;
    animation: spinner-rotate 2s ease-in-out infinite;
    -webkit-animation: spinner-rotate 2s ease-in-out infinite;
    -moz-animation: spinner-rotate 2s ease-in-out infinite;
    -ms-animation: spinner-rotate 2s ease-in-out infinite;
    -o-animation: spinner-rotate 2s ease-in-out infinite;
}
.block-my {
    margin: 40px 0;
}
.spinner {
    animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -webkit-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -moz-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -ms-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -o-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    stroke-linecap: round;
}
.block-1{
	background:var(--background-color);
}
.fthk .h1{
	font-weight: 500;
font-size: 30px;
line-height: 100%;
letter-spacing: -0.005em;
}
.prns-item, .lrns-item{
	  margin-bottom: 120px;
}
.lrns-item .h1{
	font-size: 30px;
line-height: 100%;
text-align: left;
letter-spacing: -0.005em;
color: var(--main-color);
}
.prns-item .h1{
	font-size: 30px;
line-height: 100%;
text-align: right;
letter-spacing: -0.005em;
color: var(--main-color);
}
.text-block-2{
	font-size: 20px;
line-height: 100%;
text-align: right;
letter-spacing: -0.005em;
padding-top: 120px;
}
.text-block-3{
padding-top: 120px;
}
.text-block-4{
padding-top: 80px;
}
.text-block-4 .h6{
	font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: -0.005em;
color: #FFFFFF;
padding-left: 10px;
margin-bottom: 0;
}
.text-block-4 .h6 a{
color: #FFFFFF;
font-weight: 400;
}
.text-block-4 .h6 p{
color: #FFFFFF;
font-weight: 400;
font-size: 10px;
line-height: 100%;
letter-spacing: -0.005em;
    margin: 10px 0 0 0;
}
.text-block-4 .mb-1{
	margin-bottom: 80px !important;
	width: 100%;
}
.text-block-4 .h6 a:hover{
color: #FFFFFF;
}
.text-block-3 .h6{
font-size: 20px;
line-height: 100%;
letter-spacing: -0.005em;
color: #4B5762;
font-weight: 400;
    margin-bottom: 0;
	padding-left: 10px;
}
.right-bottom-pos{
	  margin-bottom: -60px;
}
@keyframes spinner-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: trotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
@keyframes spinner-color {
    0%,
    100% {
        stroke: var(--main-color);
    }
    
}
@keyframes spinner-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -125px;
    }
}


/*End preloader*/


/*Site wrapper*/

.wrapper {
    position: relative;
    background-color: #ffffff;
}

/*End site wrapper*/


/* Hero Section*/

.header {
    position: relative;
}
.navbar-expand-lg .navbar-logo {
    width: 8.5rem;
}

.header-navbar {
    padding: 0;
}

.header-navbar .navbar-brand {
    padding-top: 1.2em;
    padding-bottom: 1.2rem;
    padding-right: 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #6b6d7e;
   position: relative;
   display: block;
    font-size: 1.1rem;
}

.header-navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    border-top: 0;
    font-size: 0.875rem;
    min-width: 14rem;
    border-radius: 0;
}
.header {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}
.bg-image {
    top: 79px;
    left: -70px;
    width: 118%;
    height: auto;
    z-index: 0;
    object-fit: cover;
    position: absolute;
}
.text-title-block-1{
	color:#ffffff;
	font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 100%;
text-align: right;
letter-spacing: -0.005em;
}
.text-sl-block-2{
	color:#ffffff;
	font-style: normal;
	padding-top: 20px;
font-weight: 400;
font-size: 20px;
line-height: 100%;
text-align: right;
letter-spacing: -0.005em;
margin-bottom: 80px;
}

.bt-block-1{
    float: right;
}
.play-but:hover .play-icon:before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    
}
#about{
	margin-top:100px;
	padding-top:100px;
}
.play-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 4rem;
    height: 4rem;
}
.play-icon:before {
    display: inline-block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 201, 167,.1);
    border-radius: 50%;
}

.ig-banner {
    max-width: 400px;
    height: auto;
}
.play-icon-inner {
    color: #00C9A7 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1rem;
    line-height: 0;
}
.pattern-left {
    position: absolute;
    width: 1.8rem;
    top: -95px;
    right: 72px;
}
.pattern-right-block-2-text {
    position: absolute;
    width: 1.8rem;
    bottom: -60px;
    right: -70px;
}
.pattern-bottom-left-block-2{
	 position: absolute;
    width: 2rem;
    left: 0;
    bottom: -100px;
}
.pattern-bottom-left-block-2-left{
	 position: absolute;
    width: 2rem;
    left: 0;
    top: -100px;
}
.pattern-middle {
    position: absolute;
    width: 1.2rem;
    right: 20%;
    transform: translateX(-50%);
    top: 180px;
}
#changeyourlife {
    background: #F6F6F6;
}
.pattern-middle-red {
    position: absolute;
    width: 1.2rem;
    right: 10%;
    transform: translateX(-50%);
       top: 60px;
}
.pattern-middle-red-bl-3 {
    position: absolute;
    width: 1.2rem;
    left: 10%;
    transform: translateX(-50%);
       top: 60px;
}
.pattern-bottom-right-block-2{
	 position: absolute;
    width: 2rem;
    left: 0;
    top: -45px;
}
.pattern-top-left-block-3{
	 position: absolute;
    width: 2rem;
   right: 50px;
    top: -100px;
}
.pattern-top-right-block-3{
	 position: absolute;
    width: 2rem;
 left: 50px;
    top: 0px;
}
.pattern-top-right-r-block-3{
	 position: absolute;
    width: 2rem;
 right: 0;
   top: -115px;
}
.pattern-bottom-left-lft-block-3{
	 position: absolute;
    width: 2rem;
 left: 0;
  bottom: -50px;
}
.pattern-bottom-right-rght-block-3{
	 position: absolute;
    width: 2rem;
    right: 30px;
    bottom: 60px;
}
.pattern-bottom-right {
    position: absolute;
    width: 2rem;
    left: 0;
    bottom: -20rem;
}
.pattern-bottom-left {
    position: absolute;
    width: 1.6rem;
    left: -120px;
    bottom: -27rem;
}

/* End hero Section*/


/*To the top*/

.scroll-to-top:not(.active) {
    opacity: 0;
    pointer-events: none;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.scroll-to-top.active:hover {
    border-radius:0.25rem;
    color: #ffffff;
}
.scroll-to-top {
    position: fixed;
    width: 3rem;
    height: 3rem;
    background-color: var(--main-color);
    border-color: var(--main-color);
    text-align: center;
    right: 2.875rem;
    bottom: 3.6875rem;
    padding-top: .65rem;
    z-index: 100;
    color: #ffffff;
    font-size: 0.85rem;
    border-radius: 0.25rem 0.25rem 1rem 0.25rem;
}

/*End to the top*/


/*About*/


.icon-check {
    width: 1rem;
    height: auto;
}

/*End about*/


/*Consulting*/

.number {
    font-size: 8rem;
    text-shadow: 2px 2px 41px rgba(0,0,0,.08);
    top: 0;
    right: 0;
    z-index: 0;
    font-weight: 500;
}

/*End consulting*/


/*Packages*/

.edge-shape-bottom {
    right: 0;
    bottom: 0;
    left: 0;
}
.edge-shape-bottom > * {
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

/*End packages*/


/*Faq*/

.accordion-header {
    padding: 0;
    background-color: transparent;
    transition: 0.3s ease-in-out;
    border: none;
}
.accordion-collapse-btn {
    padding: 1.2rem 1.5rem;
    white-space: inherit;
}
.accordion-body {
    color: #646f79;
    padding: 0 1.5rem 1.5rem 1.5rem;
}
.accordion-arrow {
    color: #163967;
    transition: 0.3s ease-in-out;
}
.accordion-arrow:hover {
    color: #163967;
    transition: 0.3s ease-in-out;
}
.accordion-arrow-inner {
    font-size: .875rem;
}
.collapsed .accordion-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.card-collapse  [data-toggle="collapse"][aria-expanded="true"], .card-collapse  [data-toggle="collapse"][aria-expanded="true"] .accordion-arrow  {
    color: var(--main-color);
}

/*End faq*/


/*Stories*/

.vertical-line-divider {
    position: relative;
}
.vertical-line-divider:after {
    position: absolute;
    right: -.9375rem;
    top: 50%;
    height: 4rem;
    border-left: 1px solid #e7eaf3;
    content: "";
    margin-top: -2rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    display: none;
}

/*End stories*/


/*Courses*/

.badge-lg{
    padding: 1.25em;
    font-size: 1rem;
    border-radius: 1rem 0.25rem 1rem 0.25rem;
    bottom: -25px;
    right: 0;
    font-weight: 600;
}

/*End courses*/


/*Newsletter*/

.bg-checkerboard {
    background-image: url(../assets/img/checkerboard.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    left: 0;
}

/*End newsletter*/


/*Miscellaneous*/

::-moz-selection {
    background: var(--main-color);
    color: #ffffff;
}
.bg-primary-2 ::-moz-selection {
  color: var(--main-color);
  background-color: #fff;
}
.max-width-2 {
    max-width: 2rem;
}
.max-width-5 {
    max-width: 5rem;
}
.max-width-7 {
    max-width: 7rem;
}
.avatar-sm {
    width: 2rem;
    height: 2rem;
}
.avatar-md {
    width: 3.125rem;
    height: 3.125rem;
}
a,
::before {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.shadow-lg {
    box-shadow: 0 0 40px rgba(38, 38, 38, 0.1) !important
}
.font-size-10 {
    font-size: 0.625rem;
}
.font-size-12 {
    font-size: .75rem;
}
.font-size-13 {
    font-size: .8125rem;
}
.font-size-14 {
    font-size: .875rem;
}
.font-size-15 {
    font-size: .9375rem;
}
.font-size-16 {
    font-size: 1rem;
}
.font-size-24 {
    font-size: 1.5rem;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-600 {
    font-weight: 400;
}
.font-weight-700 {
    font-weight: 500;
}
.btn-wide {
    min-width: 15rem;
}
a[data-toggle="tab"]:not([aria-selected="true"]) {
    color: #ffffff;
    background-color: transparent;
}
a[data-toggle="tab"] {
    color: #ffffff;
    border: none;
    background-color: transparent;
    border-radius: 0;
    font-weight: 500;
    font-size: 18px;
}
.social-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
    transition: 0.3s ease-in-out;
    line-height: 2.2;
    color: #ffffff;
    font-size: 1.125rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    opacity: .15;
}
.social-icon:hover {
    opacity: .7;
    color: #ffffff;
}
section,
.section {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.spacer-lg-top {
    padding-top: 12rem;
}
.spacer-lg-bottom {
    padding-bottom: 12rem;
}
section.hero, div[class*="col-"].hero {
    padding-top: 12rem;
    padding-bottom: 8rem;
}
div[class*="col-"].spacer-one-bottom-lg,
.spacer-one-bottom-lg {
    padding-bottom: 5rem;
}
div[class*="col-"].spacer-one-top-lg,
.spacer-one-top-lg {
    padding-top: 140px;
}
div[class*="col-"].spacer-double-lg,
.spacer-double-lg {
    padding-top: 5rem;
    padding-bottom: 0rem;
}
div[class*="col-"].spacer-one-bottom-md,
.spacer-one-bottom-md {
    padding-bottom: 6rem;
}
div[class*="col-"].spacer-one-top-md,
.spacer-one-top-md {
    padding-top: 6rem;
}
div[class*="col-"].spacer-double-md,
.spacer-double-md {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
div[class*="col-"].spacer-one-bottom-sm,
.spacer-one-bottom-sm {
    padding-bottom: 4rem;
}
div[class*="col-"].spacer-one-top-sm,
.spacer-one-top-sm {
    padding-top: 4rem;
}
div[class*="col-"].spacer-double-sm,
.spacer-double-sm {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
div[class*="col-"].spacer-one-bottom-xs,
.spacer-one-bottom-xs {
    padding-bottom: 2rem;
}
div[class*="col-"].spacer-one-top-xs,
.spacer-one-top-xs {
    padding-top: 2rem;
}
div[class*="col-"].spacer-double-xs,
.spacer-double-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
div[class*="col-"].spacer-one-bottom-xxs,
.spacer-one-bottom-xxs {
    padding-bottom: 1.5rem;
}
div[class*="col-"].spacer-one-top-xxs,
.spacer-one-top-xxs {
    padding-top: 1.5rem;
}
div[class*="col-"].spacer-double-xxs,
.spacer-double-xxs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.list-group {
    list-style: none;
}
h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a,
.h1>a,
.h2>a,
.h3>a,
.h4>a,
.h5>a,
.h6>a {
    color: #163967;
}
h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover,
.h1>a:hover,
.h2>a:hover,
.h3>a:hover,
.h4>a:hover,
.h5>a:hover,
.h6>a:hover {
    color: #1ca766;
}
.textarea {
    resize: none;
}
.o-hidden {
    overflow: hidden;
}
.bg-white {
    background-color: #ffffff;
}
.bg-white-20 {
    background-color: rgba(255, 255, 255, .07);
}
p {
    color: #646f79;
}
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.ml-offset-1 {
    margin-left: -1rem;
}
.ml-offset-2{
    margin-left: -0.7rem;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.p-lg {
    padding: 4.5rem 3rem;
}
.mt-n {
    margin-top: -200px;
}
.z-index-2 {
    z-index: 2;
}
.z-index-3 {
    z-index: 3;
}
.display-1,
.display-2,
.display-3,
.display-4,
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    letter-spacing: -.025em;
}
ul.nav-tabs {
    border-radius: 0.3125rem;
}
ul.nav-tabs li:first-child a {
    border-radius: 0.3125rem 0 0 0.3125rem;
}
.radius-bottom-right{
    border-radius: .3125rem .3125rem 5rem .3125rem !important;
}
.radius-top-right {
    border-radius: .3125rem 5rem .3125rem .3125rem !important;
}
.radius-top-left {
    border-radius: 5rem .3125rem .3125rem .3125rem !important;
}
.btn-radius-bottom-right{
      border-radius: 10rem 2rem 10rem 10rem;
}
.btn-radius-bottom-left{
      border-radius: 2rem 10rem 10rem 10rem;
}
.svg-white{
    fill: #ffffff;
}
.svg-blue{
    fill: #163967;
}
.bg-soft-primary-2{
    background: rgba(0, 201, 167, .1);
}
.shadow {
    box-shadow: 0 0.375rem 1.5rem 0 rgba(0, 0, 0, 0.07) !important;
}
.shadow-soft {
    box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.05) !important;
}
.text-white-70[href]:hover {
    color: #fff;
}
.text-white-70 {
    color: rgba(255, 255, 255, 0.7);
}
.custom-control-label:after {
    top: 0.6rem;
    left: -1.5rem;    
}
.custom-checkbox .custom-control-label:before {
    border-radius: 0.125rem;
}
.custom-control-label:before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-control-label:before {
    top: 0.6rem;
    left: -1.5rem;
    border: #e7eaf3 solid 1px;
    background-color: transparent;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.list-group-item-action {
    width: 100%;
    color: #77838f;
    text-align: inherit;
}
.btn-soft-primary {
    color: var(--main-color);
    background: rgba(0, 201, 167, .1);
    border-color:transparent;
}
.btn-soft-primary:not(:disabled):not(.disabled):active, .btn-soft-primary:not(:disabled):not(.disabled).active,
.show > .btn-soft-primary.dropdown-toggle {
color: #fff;
background-color: var(--main-color);
border-color: transparent;
  
}
.btn-soft-primary:hover{
    border-radius: 12rem;
}
.icon-rounded-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.rounded-icon-size-1{
    position: relative;
    line-height: 0;
    font-size: 1rem;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
    color: #086140;
}
.fthk{
	padding-top:120px!important;
	padding-bottom:7rem!important;
}
.ft-tes{color:#fff}
.policy-ds{
font-size:12px;
}
.rounded-icon-size-2{
    width: 1.8rem;
    height: 1.8rem;
    font-size: 0.75rem;
    position: relative;
    line-height: 0;
    padding: 0;
    color: var(--main-color);
}
.mt-n{
    margin-top: -1px;
}
.opacity-50 {
    opacity: .5;
}
.left {
    right: auto;
    left: 0;
}
.right {
    right: 0;
    left: auto;
}
.top {
    top: 0;
    bottom: auto;
}
.bottom {
    bottom: 0;
}
.vw-50 {
    width: 68vw !important;
}
.avatar-bordered {
    border: 2px solid #fff;
}
.hover-arrow:hover span {
    transform: translate3d(5px, 0, 0);
}
.hover-arrow span {
    display: inline-block;
    margin-left: .375rem;
    transition: transform 0.2s ease;
    font-size: 11px;
}
.edge-shape-left {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.edge-shape-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.edge-shape {
    position: absolute;
    pointer-events: none;
}
.edge-shape > * {
    width: auto;
    height: 100%;
}
.edge-shape.edge-shape-bottom > * {
    width: 100%;
}
.edge-shape-left > * {
    position: inherit;
    top: inherit;
    bottom: inherit;
    left: inherit;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.edge-shape > * {
    display: block;
}
.edge-shape-right > * {
    position: inherit;
    top: inherit;
    bottom: inherit;
    right: inherit;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.edge-shape.edge-nudge > * {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.icon-logo-svg {
    height: 1.59rem;
    opacity: .5;
}
.mn-lg-r {
    margin-right: -2.5rem !important;
    margin-top: -2.6rem !important;
}
.mn-lg-l {
    margin-left: -2.5rem !important;
    margin-top: -2.6rem !important;

}
.curved-shape {
    position: absolute;
    pointer-events: none;
     right: 0;
    bottom: 0;
    left: 0;
    transform: scaleY(1.3);
    width: 100%;
}
.img-mobile {
    width: 100vw;
    height: auto;
    margin-left: calc(50% - 50vw);
}
.img-mobile.hero-img {
    margin-top: 4rem;
}

/*End Miscellaneous*/


/*Mediaqueries*/

.btn-navbar-toggler {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 10px 13px;
    color: #111111;
    font-size: 1rem;
}
@media (max-width: 991px) {}

@media (max-width: 991.98px) {
    .header-navbar {
        padding: 0;
        max-height: 100vh;
        overflow-y: scroll;
    }
    .lead {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }
}

@media (min-width: 576px) {
   
}

@media (min-width: 992px) {


section.hero, div[class*="col-"].hero {
    padding-top: 16rem;
    padding-bottom: 14rem;
}


div[class*="col-"].spacer-double-lg, .spacer-double-lg {
    padding-top: 2rem;
    padding-bottom: 0rem;
}
.vertical-line-divider:after{
    display: block;
}
.number {
    font-size: 10rem;
    top: -115px;
    right: 80px;
}
.header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1040;
        background-color: white;
        transition: background-color 0.3s ease-in-out;
}
.header .navbar-expand-lg .navbar-nav .nav-link {
        color: #6b6d7e;
}
.navbar-expand-lg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.navbar-expand-lg .header-navbar-nav {
    -ms-flex-align: center;
     align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
}
.navbar-expand-lg .header-navbar-nav .nav-link {
     padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
}
}

@media (max-width: 767.98px) {

    section.hero, div[class*="col-"].hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
   
.btn {
    font-size: 1rem;
    padding: .725rem 1.5rem;
}
.btn-group-lg>.btn,
.btn-lg,
.btn-lg,
.btn-group-lg>.btn,.form-control-lg {
    font-size: 1.1rem;
    padding: .925rem 1.5rem;
}

.max-width-5{
    max-width: 4rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
}
.icon-logo-svg {
    height: 1.5rem;
}
}

@media(min-width:768px) {
    
}

@media (max-width: 575px) {
section.hero, div[class*="col-"].hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.h1,
h1 {
    font-size: 1.6875rem;
}
.h2,
h2 {
    font-size: 1.5rem;
}
.h4,
h4 {
    font-size: 1.284375rem;
}
.h5,
h5 {
    font-size: 1.1875rem;
}
.display-1 {
    font-size: 4rem;
}
.display-3 {
    font-size: 2.4375rem;
}
.display-4 {
    font-size: 2.0625rem;
}
}
@media (max-width: 400px) {
	.text-title-block-1 {
    font-size: 24px;
}
.text-block-3 {
    padding-left: 15px;
    padding-right: 15px;
}
.text-block-4 {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (max-width: 1199.98px) {

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
}
}

@media (max-width: 1200px) {
.display-3 {
    font-size: 3.2rem;
}
.display-4 {
    font-size: 2.6rem;
}
.h1,
    h1 {
        font-size: 2.2rem;
    }
.h2, h2 {
    font-size: 1.7rem;
}
.h3, h3 {
    font-size: 1.55rem;
}
.h4, h4 {
    font-size: 1.3rem;
}
}
@media (min-width: 1200px) {

.mn-lg-r {
    margin-right: -2.5rem !important;
    margin-top: -2.6rem !important;
}
.mn-lg-l {
    margin-left: -2.5rem !important;
    margin-top: -2.6rem !important;
}
.mn-top{
 /* top: -0.25rem;*/
  position: relative;  
}
}

/*End mediaqueries*/
