html,body{
    background: #D6E6FF;
    font-family: 'ubuntu';
    overflow-x: hidden
}
#header{
    background: url(assets/images/header-image.jpg)no-repeat;
    background-size: cover;
    background-position: center center;
}
.main_menu{
    padding-top: 30px;
    padding-bottom: 350px;
}

a.nav-link {
	color: #D6E6FF !important;
    margin: 0 20px;
    font-weight: bold;
}
.voip_button{
 background: linear-gradient( 90deg, rgb(31,52,161) 0%, rgb(5,65,239) 100%);
  background-image: -moz-linear-gradient( 90deg, rgb(31,52,161) 0%, rgb(5,65,239) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(31,52,161) 0%, rgb(5,65,239) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(31,52,161) 0%, rgb(5,65,239) 100%);
    border-radius: 25px;
    padding: 8px 25px !important;
    display: inline-block;
}
 .btn {
	 font-size: 1em;
	 line-height: 1em;
	 letter-spacing: 0.04em;
	 display: inline-block;
}
 .btn--svg {
	 position: relative;
	 height: 42px;
	 width: 190px;
	 overflow: hidden;
	 border-radius: 21px;
}
 .btn--svg:hover .btn--svg__circle circle {
	 -webkit-transform: scale(0);
	 -moz-transform: scale(0);
	 -ms-transform: scale(0);
	 transform: scale(0);
}
 .btn--svg:hover .btn--svg__label {
	 color: #0032E6;
}
 .btn--svg:hover .btn--svg__border--left path, .btn--svg:hover .btn--svg__border--right path {
	 stroke-dasharray: 61.8204345703 61.8204345703;
	 stroke-dashoffset: 0;
	 -webkit-transition-delay: 0.25s;
	 -webkit-transition-duration: 0.5s;
	 -webkit-transition-timing-function: ease-in-out;
	 -webkit-transition-property: stroke-dashoffset;
	 -moz-transition-delay: 0.25s;
	 -moz-transition-duration: 0.5s;
	 -moz-transition-timing-function: ease-in-out;
	 -moz-transition-property: stroke-dashoffset;
	 -ms-transition-delay: 0.25s;
	 -ms-transition-duration: 0.5s;
	 -ms-transition-timing-function: ease-in-out;
	 -ms-transition-property: stroke-dashoffset;
	 transition-delay: 0.25s;
	 transition-duration: 0.5s;
	 transition-timing-function: ease-in-out;
	 transition-property: stroke-dashoffset;
}
 .btn--svg__label {
	 -webkit-font-smoothing: antialiased;
	 font-family: sans-serif;
	 font-weight: bold;
	 text-align: center;
	 color: #ffffff;
	 z-index: 3;
	 width: 100%;
	 -webkit-transition: color 0.5s ease-in-out;
	 -moz-transition: color 0.5s ease-in-out;
	 -ms-transition: color 0.5s ease-in-out;
	 transition: color 0.5s ease-in-out;
}
 .btn--svg__circle circle {
	 -webkit-transition: transform 0.5s ease-in-out;
	 -webkit-transform: scale(1.1);
	 -webkit-transform-origin: 50% 50%;
	 -moz-transition: transform 0.5s ease-in-out;
	 -moz-transform: scale(1.1);
	 -moz-transform-origin: 50% 50%;
	 -ms-transition: transform 0.5s ease-in-out;
	 -ms-transform: scale(1.1);
	 -ms-transform-origin: 50% 50%;
	 transition: transform 0.5s ease-in-out;
	 transform: scale(1.1);
	 transform-origin: 50% 50%;
}
 .btn--svg__border--left path, .btn--svg__border--right path {
	 stroke-dasharray: 61.8204345703 61.8204345703;
	 -webkit-transition-duration: 0s;
	 -webkit-transition-timing-function: ease-in-out;
	 -webkit-transition-property: stroke-dashoffset;
	 -webkit-transition-delay: 0.5s;
	 -moz-transition-duration: 0s;
	 -moz-transition-timing-function: ease-in-out;
	 -moz-transition-property: stroke-dashoffset;
	 -moz-transition-delay: 0.5s;
	 -ms-transition-duration: 0s;
	 -ms-transition-timing-function: ease-in-out;
	 -ms-transition-property: stroke-dashoffset;
	 -ms-transition-delay: 0.5s;
	 transition-duration: 0s;
	 transition-timing-function: ease-in-out;
	 transition-property: stroke-dashoffset;
	 transition-delay: 0.5s;
}
 .btn--svg__border--left path {
	 stroke-dashoffset: -61.8204345703;
}
 .btn--svg__border--right path {
	 stroke-dashoffset: 61.8204345703;
}
 .btn--svg svg, .btn--svg__label {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -webkit-transform: translate(-50%, -50%);
	 -webkit-transform-origin: 50% 50%;
	 -moz-transform: translate(-50%, -50%);
	 -moz-transform-origin: 50% 50%;
	 -ms-transform: translate(-50%, -50%);
	 -ms-transform-origin: 50% 50%;
	 transform: translate(-50%, -50%);
	 transform-origin: 50% 50%;
}
 .c-white {
	 color: white;
}
 .trailer {
	 margin-bottom: 40px;
}
 .trailer--nano {
	 margin-bottom: 10px;
}
.header_bottom_overlay{
    margin-top: -150px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #0021CE;
    z-index: 9999;
    position: relative;
    
}
.header_bottom_texts h1{
    font-weight: 800;
    color: #0021CE;
}
.header_bottom_texts h1 span{
    font-size: 52px;
    color: #FE5B3A;
    display: block;
    margin-bottom: 15px;
}
.header_bottom_texts{
   overflow: hidden;
}
.header_bottom_texts h3{
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
}
.work-from-home-img{
        position: relative;
}
.work-from-home-img img{
    margin-top: -25px;
    width: 100%;
    transition: 0.2s;
}
.man_man{
    width: 150px;
    position: absolute;
    right: 60px;
    bottom: 0px;
    animation: man_man 5s linear infinite;
    transition: 0.2s;
}
@keyframes man_man{
    100%{
       transform: translateY(-100px);
    }
    50%{
        transform: rotate(-30deg)
    }
    0%{
       transform: translateY(-100px);
    }
}
#support_work{
    background: url(assets/images/hero-bg.png)no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.support_work_overlay{
    background: rgba(255,255,255, 0.25);
    padding: 350px 0px;
    position: relative;
    z-index: 1;
}
.support_work_overlay::before {
	content: "";
	height: 200px;
	width: 110%;
	background: #D5E7FF;
	position: absolute;
	left: -30px;
	top: -115px;
	transform: rotate(-5deg);
	z-index: 10;
}
.support_work_overlay::after {
	content: "";
	height: 200px;
	width: 110%;
	background: #D5E7FF;
	position: absolute;
	left: -30px;
	bottom: -90px;
	transform: rotate(-5deg);
	z-index: 10;
}
.advantage_single{
    text-align: center;
    width: 100%;
    padding: 15px 10px;
}
.advantage_single img{
    width: 80px;
    height: 80px;
}
.header_texts{
    text-align: center;
    overflow: hidden;    
}
.header_texts h1{
    font-size: 100px;
    text-transform: uppercase;
    padding-top: 0px;
    color: #0021CE;
    font-weight: 800;
    
}
.header_texts p{
    font-size: 35px;    
}
#map_section{
    position: relative;
    z-index: 100;
    padding-top: 100px;
}
.map_image{
    text-align: center;
}
.map_image img{
   width: 100%;
}
#benifits{
    padding-top: 100px;
}
.benifits_header{
    overflow: hidden;
}
.benifits_header h1{
    font-size: 50px;
    text-align: center;
    font-weight: 800;
}
.benifits_content{
    max-width: 990px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.benifits_single{
    width: 33%;
    height: 200px;
    margin: 0 auto;
    float: left;
    background: #ffffff;
    border: 1px solid #c0d9ff;
    border-collapse: collapse;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
    transition: 0.3s;
}
.benifits_single:hover{
    background: #1a6fdc;
    color: #ffffff;
    transform: scale(0.95);
}
.benifits_single img{
    width: 80px;
}
.benifits_single p{
    font-size: 20px;
    padding-top: 15px;
    font-weight: lighter;
}
.footer_top_content{
    font-size: 18px;
    overflow: hidden;
}
.footer_top_content img{
    max-width: 100%;
    margin: 0 auto;
}
.footer_top_content h4{
    font-weight: 800;
}
#footer_top{
    padding: 50px 20px;
}
#footer_top p{
    color: #515151;
}
#footer{
    background: url(assets/images/bottom-image.jpg)no-repeat;
    background-size: cover;
    background-position: center center;
}
.footer_content{
    color: #ffffff;
    padding-bottom: 100px;
    padding-top: 300px;
}
.navbar-light .navbar-toggler {
	color: #ffffff;
	border-color: #ffffff;
    display: none;
}
.button_mobile{
    display: none;
}
p.contact-line {
	margin-top: 20px;
}