html, body {
/*
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    */
    font-family: 'AvertaLight', sans-serif;
    font-weight: 400;
}

.m-l-0 {margin-left: 0 !important;}
.m-l-20{margin-left: 20px;}
.m-l-40{margin-left: 40px;}
.m-l-60{margin-left: 60px;}
.m-l-80{margin-left: 80px;}
.m-l-100{margin-left: 100px;}
.m-0 { margin: 0; }
.m-t-0 { margin-top: 0; }
.m-b-0 { margin-bottom: 0; }
.m-t-20 { margin-top: 20px; }
.m-b-20 { margin-bottom: 20px; }
.m-t-40 { margin-top: 40px; }
.m-b-40 { margin-bottom: 40px; }
.m-t-60 { margin-top: 60px; }
.m-b-60 { margin-bottom: 60px; }
.m-t-80 { margin-top: 80px; }
.m-b-80 { margin-bottom: 80px; }
.m-t-100 { margin-top: 100px; }
.m-b-100 { margin-bottom: 100px; }
.m-t-120 { margin-top: 120px; }
.m-b-120 { margin-bottom: 120px; }
.m-t-140 { margin-top: 140px; }
.m-b-140 { margin-bottom: 140px; }
.m-t-160 { margin-top: 160px; }
.m-b-160 { margin-bottom: 160px; }
.m-t-180 { margin-top: 180px; }
.m-b-180 { margin-bottom: 180px; }
.m-t-200 { margin-top: 200px; }
.m-t-210 { margin-top: 210px; }
.m-t-220 { margin-top: 220px; }
.m-t-300 { margin-top: 300px; }
.m-b-200 { margin-bottom: 200px; }

.p-0 { padding: 0; }
.p-t-0 { padding-top: 0; }
.p-b-0 { padding-bottom: 0; }
.p-t-20 { padding-top: 20px; }
.p-b-20 { padding-bottom: 20px; }
.p-t-40 { padding-top: 40px; }
.p-b-40 { padding-bottom: 40px; }
.p-t-50 { padding-top: 50px; }
.p-t-60 { padding-top: 60px; }
.p-b-60 { padding-bottom: 60px; }
.p-t-100 { padding-top: 100px; }
.p-t-100 { padding-top: 100px; }
.p-b-200 { padding-bottom: 200px; }
.p-b-200 { padding-bottom: 200px; }
.p-l-20 {margin-left: 20px; padding-left: 20px;}
.b-left{
    border-left: 2px solid #ccc;
}

.client-logo-image {
    opacity: 0.6;
    -webkit-animation: opacityAnimationInverse 1s;
    -moz-animation:    opacityAnimationInverse 1s;
    -o-animation:      opacityAnimationInverse 1s;
    animation:         opacityAnimationInverse 1s;
}

.client-logo-image:hover{
    opacity: 1;
    -webkit-animation: opacityAnimation 1s;
    -moz-animation:    opacityAnimation 1s;
    -o-animation:      opacityAnimation 1s;
    animation:         opacityAnimation 1s;
}

@-webkit-keyframes opacityAnimation {
  0%   { opacity: 0.6; }
  100% { opacity: 1; }
}
@-moz-keyframes opacityAnimation {
  0%   { opacity: 0.6; }
  100% { opacity: 1; }
}
@-o-keyframes opacityAnimation {
  0%   { opacity: 0.6; }
  100% { opacity: 1; }
}
@keyframes opacityAnimation {
  0%   { opacity: 0.6; }
  100% { opacity: 1; }
}

@-webkit-keyframes opacityAnimationInverse {
  0%   { opacity: 1; }
  100% { opacity: 0.6; }
}
@-moz-keyframes opacityAnimationInverse {
  0%   { opacity: 1; }
  100% { opacity: 0.6; }
}
@-o-keyframes opacityAnimationInverse {
  0%   { opacity: 1; }
  100% { opacity: 0.6; }
}
@keyframes opacityAnimationInverse {
  0%   { opacity: 1; }
  100% { opacity: 0.6; }
}

hr {
	border: 1px solid;
	width: 20%;
	float: left;
}

/* Texts */
.first-text {
	font-weight: 400;
}
.heading {
    font-weight: 600;
    color: #494848;
}

.second-text {
	font-weight: 400;
}
.third-text {
	font-family: sans-serif !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	line-height: 20px;
}

.case-study-text {
    font-size: 24px !important;
    font-weight: bolder !important;
    font-family: 'AvertaExtrabold' !important;
    line-height: 30px !important;
}

.case-study-button {
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'AvertaBold';
    padding: 10px 20px;
    text-transform: uppercase;
}
/* end of Texts */

.looking-forward-text {
    font-size: 36px !important;
    font-family: 'AvertaExtrabold' !important;
    line-height: 46px !important;
}


/* Text Colors */
.text-white { color: rgba(255, 255, 255, 0.9) !important; }
.text-dark { color: #333; }
/* end of Text Colors */

/* Divs */
.div-300 {
	width: 100%;
	height: 300px;
    position: relative !important;
}
.div-300 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.div-500 {
	width: 100%;
	height: 500px;
    position: relative !important;
}
.div-500 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.div-600{
    width: 100%;
    height: 600px;
    position: relative !important;
}

.div-600 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.div-700{
    width: 100%;
    height: 700px;
    position: relative !important;
}

.div-700 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.div-1000 {
	width: 100%;
	height: 1000px;
    position: relative !important;
}
.div-1000 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* end of Divs */

.jumbotron {
	height: 100%;
	border-radius: 0 !important;
}

/* Footer */
footer .jumbotron {
    background-image: url("../img/home/footer.png");
    height: 100%;
	border-radius: 0 !important;
}
footer form input, #analytics-form input {
	background-color: transparent;
	border: 1px solid;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	color: #494848;
	border-color: rgba(73, 72, 72, 0.5);
	width: 100%;
	margin-bottom: 20px;
}
/* end of Footer */

/* Input Placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(73, 72, 72, 0.8);
  font-weight: 600;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(73, 72, 72, 0.8);
  font-weight: 600;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(73, 72, 72, 0.8);
  font-weight: 600;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(73, 72, 72, 0.8);
  font-weight: 600;
}
/* end of Input Placeholder */

.partner-image{
    width: 75px;
    height: 75px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    padding-right: 25px;
    margin-top:-20px;
}

.blue {
    color: #0000ff;
}

/* Buttons */
.btn-white {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.9);
	color: rgba(255, 255, 255, 0.9);
	border-radius: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	position: relative;
    top: 2px;
    font-weight: 600;
}
.btn-white:hover {
	background-color: rgba(255, 255, 255, 0.25);
	color: #ffffff;
	cursor:pointer;
	text-decoration: none;
}
.btn-dark {
	background-color: transparent;
	border: 1px solid #494848;
	color: #494848;
	border-radius: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	position: relative;
    top: 2px;
}
.btn-dark:hover {
	background-color: rgba(0, 0, 0, 0.2);
	color: #494848;
	cursor:pointer;
	text-decoration: none;
}
/* end of Buttons */

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

/* Home */
.purple {
	background-color: rgba(0, 0, 0, 0.3);
	margin-top: -50px !important;
    height: 728px;
}

.process-back {
    background-color: rgba(0, 0, 0, 0.3);
    height: 400px;
    color: #fff !important;
	padding: 60px 20px;
}

.process-back ul {
    list-style-type: none;
}

.process-back ul li {
    color: #fff !important;
}

.bg-gray {
    background: #f2f2f2;
}

#home .jumbotron {
    background-image: url("../img/home/home_hero_1.png");
    background-color: #ddd;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 728px;
}
@media (max-width: 480px) {
    #home .jumbotron {
    background-image: url("../img/home/home_hero_1.png");
    background-color: #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    }
    #home .purple {
    	margin-top: 40px !important;
    	height: 675px;
    }
}

#our-perfect-partner .jumbotron {
    background-image: url("../img/home/home_0007_partners.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0 auto;
    padding: 0;
    margin-top: 50px;
}
/* Home */
/* Home - Testimonials */
.testimonials {
	background-image:  linear-gradient(rgba(0, 0, 255, 0.5), rgba(0, 0, 255, 0.5)),url("../img/home/testimonials.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0 auto;
    padding: 0;
    height: 500px;
}
@media (max-width: 480px) {
    .testimonials {
        background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(0, 0, 255, 0.5)), url("../img/home/testimonials.png");
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 auto;
        padding: 0;
        min-height: 750px;
        padding-bottom: 30px;
    }
}
.carousel-control { display: none !important; }
/* end of Home - Testimonials */
/* Home - Clients */
.clients img {
	width: 100%;
  	height: 100%;
	background-color: #f4f4f4;
}
/* end of Home - Clients */


/* Process */
#process .jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/process/process_hero.png");
    background-color: #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    height: 728px;
}
@media (max-width: 480px) {
    #process .jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/process/process_hero.png");
    background-color: #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    }
}
/* /Process */


/* Services */
#services .jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/services/services_hero.png");
    background-color: #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    height: 728px;

}
@media (max-width: 480px) {
    #services .jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/services/services_hero.png");
    background-color: #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    }
}
/* /Services */

/* About Us */
#about-us .jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/about_hero_image.jpeg");
    background-color: #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 728px;
}
@media (max-width: 480px) {
    #about-us .jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/about_hero_image.jpeg");
    background-color: #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 800px;
    }
}
/* /About Us */


.panel {
    -webkit-box-shadow: 0 1px 1px #fff !important;
    box-shadow: 0 1px 1px #fff !important;
}
.panel-body {
    border: none !important;
}

.panel-title {
    font-size: 28px;
    font-weight: bold;
}

.panel-default>.panel-heading {
	background-color: transparent !important;
    border-radius: 0 !important;
}
.panel-group .panel {
	border-radius: 0 !important;
	border: none;
}

.panel-heading {
    border-top: 1px solid #333333 !important;
}

.collapsed {
    font-weight: 400 !important;
    text-decoration: none !important;
}

.pannel a:focus, a:hover, a:visited, a:link {
    font-weight: 400 !important;
    text-decoration: none !important;
}

/* Menu */

#sticky-menu {
    background: rgba(0,0,0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    z-index: 5;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.closed {
    background: rgba(0,0,0, 0.0) !important;
}

#site-logo{
    position: fixed;
    top: 30px;
    left: 50px;
    z-index: 999;
}

#menu-url {
    color: #fff;
    line-height: 60px;
    vertical-align: middle;
    cursor: pointer;
}

#menu-url img {
    margin-top: -3px;
}

#sticky-logo {
    height: 30px;
}



.logo {
    height: auto;
    width: 250px;
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sticky-logo {
    top: 10px !important;
}
.sticky-logo img {
    height: auto !important;
    width: 173px;
    /*top: -22px;*/
    position: absolute;

}


/* home */

.menu {
    position: fixed;
    right: 48px;
    top: 30px;
    display: block;
    cursor: pointer;
    z-index: 99999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}



#myNav, #myNav2, #myNav3{
    width: 100%;
    height: 100%;
    display: none;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
}

.overlay-content {
    padding-top: 100px;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 40px !important;
    line-height: 40px !important;
    font-family: 'AvertaExtrabold', sans-serif !important;
    color: #f2f2f2;
    display: block;
    transition: 0.3s;

}

.overlay a:hover, .overlay a:focus {
    color: rgba(0,0,255, 1) !important;
}

.overlay .closebtn {
    position: absolute;
    /*top: 30px;*/
    top: 70px;
    right: 63px;
    font-size: 60px;
}


#back-to-main {
    position: relative;
    top: -30px;
    font-size: 25px !important;
    line-height: 30px !important;
}

@media screen and (max-height: 450px) {
	.overlay .closebtn {
	    position: absolute;
	    font-size: 60px;
    	top: 50px;
    	right: 29px;
	}
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 11px;
    right: 35px;
  }
}
/* end of Menu */

.OPP {
    width: 65%;
    margin: 0 auto;
    position: relative;
    left: 50px;
    margin-top: 60px;
}

ul{
    padding-left: 15px;
}


#backtop {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background: rgba(0,0,0, 0.4);
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 24px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: block;
    cursor: pointer;
    z-index: 99999;
}


* {
    margin: 0;
    padding: 0;
}

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, .nav-icon4 {
    width: 40px;
    height: 25px;
    position: relative;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, .nav-icon4 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 80%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 6px;
}

#nav-icon1 span:nth-child(3) {
    top: 12px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 36px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 29px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 18px;
}

#nav-icon3 span:nth-child(4) {
    top: 36px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* Icon 4 */

.nav-icon4 {
}

.nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon4 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon4 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
    left: 8px;
}

.nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    left: 8px;
}

.panel-title {
    color: #353434 !important;
}

#mobile-menu {
    position: fixed !important;
    top:0;
    left:0;
    right:0;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    background: rgba(0,0,0, 0.4);
    display: block;
    z-index: 99999;
}


#mobile-menu .menu {
    position: absolute;
    top: 7px;
    right: 5px;
    z-index: 9999999;
}

#mobile-menu img {
    width: 150px;
    height: 30px;
}

#mobile-menu .row, #mobile-menu .container {
    margin: 0 !important;
    padding: 0 !important;
}

.next-prev-section a {
    font-family: 'AvertaExtrabold', sans-serif; !important;
    color: #353434;
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
    padding: 5px 0;
}
.next-prev-section a:hover {
    border-bottom: 2px solid #353434;
}

.btn-hit-us {
    line-height:50px;
    padding: 15px 50px !important;
    border-radius: 50px;
    border: 2px solid #fff;
}

.hit-up-button-element{
    padding-top: 65px;
}

.social-icon {
    width: 40px;
    height:40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    background: #494848;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    color: #fff !important;
    border: none !important;
    font-size:22px;
    margin-top: 20px;
    margin-bottom: 30px;
}

#contact-send-btn {
    padding: 10px 20px;
    border: 2px solid #353434;
    border-radius: 40px;
}



.sticky-menu {
    top: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.sticky-menu > a > span, .menu-open > a > span {
    display: block !important;
}

.menu > a > span {
    font-family: 'AvertaBold', sans-serif !important;
    position: absolute;
    left: -98px;
    top: 3px;
    font-weight: bold;
    color: #fff;
    font-size: 25px;
    display: none;
}

.gray {
    color: #353434 !important;
}

/**
 * Typeograpgy overrides
 *
 */



h1 {
    font-family: 'AvertaExtrabold', sans-serif !important;
    font-size: 54px !important;
    line-height: 55px !important;
    text-shadow: 1px 1px 0 #000 !important;
}

h2 {
    font-family: 'AvertaExtrabold', sans-serif !important;
    font-size: 36px !important;
    line-height: 36px !important;
}
h3 {
    font-family: 'AvertaExtrabold', sans-serif !important;
    font-size: 22px !important;
    line-height: 24px !important;
}
h4 {
    font-family: 'AvertaExtrabold', sans-serif !important;
    font-size: 14px !important;
    line-height: 16px !important;
}
h5 {
    font-family: 'AvertaExtrabold', sans-serif !important;
    font-size: 16px !important;
    line-height: 16px !important;
}


p, li {
    font-family: 'AvertaLight', sans-serif !important;
    font-size: 17px !important;
    line-height: 21px !important;
    color: #494848;
}

h1.first-text {
    margin-left: -35px;
}


.no-shadow{
    text-shadow: none !important;
}

/**
 * @Animations
 */


li.animated {
    -webkit-animation: fadeIn 0.5s linear;
    animation: fadeIn 0.5s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block;
}

li:nth-child(1) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

li:nth-child(2) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

li:nth-child(3) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

li:nth-child(4) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

li:nth-child(5) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        top: 100px;
    }
    75% {
        opacity: 0.5;
        top: 0px;
    }
    100% {
        opacity: 1;
    }
}


/* RESPONSIVE */
@media (max-width: 767px)
{

    h1 {font-size: 34px !important; line-height: 35px !important}
    h1.first-text {margin-left: inherit !important;}

    #mobile-menu img {margin-top: 15px;top:0;}

    #home .jumbotron, #home .purple {height: auto !important;}

    #home .purple > .row {padding: 15px !important;}
    #home .purple p.text-white {margin-top: 50px !important;}
    .rm_mobile_flex {display: block!important;min-height: 450px;}
    .mobile_height_auto{ height: auto; }

}

@media (min-width: 768px) and (max-width: 991px)
{

}

@media (max-width: 991px)
{

}

@media (min-width: 992px) and (max-width: 1199px)
{

}

@media (max-width: 1199px)
{

}

@media (min-width: 1200px)
{

}


/* home - hover */
.content-hover {

	position: absolute;
	top:10px;
	left:10px;
	right: 10px;
	bottom:10px;

	height: calc(100% - 20px);
	width: calc(100% - 20px);

	color: #f00;
	background-color: rgba(0, 0, 255, 0.5);
	opacity: 0;

	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.content-big-hover {
	position: absolute;
	top:10px;
	left:10px;
	right: 10px;
	bottom:10px;

	height: calc(100% - 20px);
	width: calc(100% - 20px);

	color: #f00;
	background-color: rgba(0, 0, 255, 0.5);
	opacity: 0;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.content-hover:hover {
	opacity: 1;
}

.content-big-hover:hover {
	opacity: 1;
}

.div-600 img {
	z-index: 1;
}

.div-1000 img {
	z-index: 1;
}





/*   BEM STRUCTURE */

/* Header */
.header-top{
	background-image: url(../img/home/section5/home_0002_brand_value.png);
	background-color: #ddd;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}
.header-box{  padding: 0 50px;padding-bottom: 80px; }
.header-box__title{  padding-top: 100px;padding-bottom: 30px;height:350px; }
.header-box__description { padding-top:110px;padding-bottom:20px }
.header-box__action{ padding:15px 0; }
.header-box__action a{ padding:10px 20px;font-family: 'AvertaExtrabold', sans-serif !important; font-size: 14px;  line-height: 16px; }


.underline:before{ width: 110px;height: 5px;color: #fff;content: "";position: absolute;background: #fff;margin-top: 65px;margin-left: 1px; }


/* End Header */


/* Service Section */
.services{ background:#f2f2f2}
.service-box__image { height: 77px; padding:5px 0;}
.service-box__image img{ width:67px;height:auto;}
.service-box__title { height:50px; margin-bottom: 20px; }
.service-box__list { height: 180px;}
/* End Service Section */


/* Content Hover */
.content-hover{ padding:40px 60px; }
.content-hover__title{ height: 250px; }
.content-hover__title h1{ margin-bottom:0; }

.content-hover__description{
	font-size: 24px;
	font-weight: bolder;
	font-family: 'AvertaExtrabold', sans-serif !important;
	line-height: 30px !important;
	height: 120px;
	overflow: hidden;
	margin-bottom:20px;

}
.content-hover__action{  height:30px; }
.content-hover__action a{ margin:0;}


.fw__bold{  font-weight: 600; }

.primary-title{
	padding: 60px 0;
	font-size:54px;
	line-height: 55px;
	font-family: 'AvertaExtrabold', sans-serif;
	margin:0;
}
.primary-title__process{
	margin-left:-35px;
}

.gray-color{  color: #494848;  }
.gray-bg { background-color:#494848; }
.transparent-bg {  background-color: rgba(0, 0, 0, 0.3); }
.white-color{  color: rgba(255, 255, 255, 0.9) !important;  }

.rmML{ margin-left: 0!important; }
h4.jumbotron-action{ margin: 40px 0; }
.fadeInOnScroll{ opacity: 0; }



.grey-blockquote {
    margin: 50px 0;
    padding: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f4f4 !important;
}
.grey-blockquote p {
    line-height:28px !important;
}

strong {
    font-family: 'AvertaBold' !important;
}
span.quote-bold {
    font-family: 'AvertaExtrabold' !important;
    font-size: 32px;
}

.summary-section li {
    list-style-type: none !important;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -15px;
    margin-top: -60px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}


.row.footer-copyright {
    margin-top: 40px;
}

#mail{
    background-image: url('/assets/img/mail.png');
    background-size: 100% 100%;
    width: 150px;
    height: 15px;
    display: inline-block;
    line-height: 20px;
    overflow: hidden;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    top:3px;
}
#mail2{
    background-image: url('/assets/img/mail2.png');
    background-size: 100% 100%;
    width: 163px;
    height: 15px;
    display: inline-block;
    line-height: 20px;
    overflow: hidden;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    top:3px;
}

/* RESPONSIVE BEM STRUCTURE */
@media all and  (min-width: 992px) and ( max-width: 1200px ){
	.flexible-box h1.primary-title{ font-size: 34px!important;line-height: 35px!important;    padding: 30px 0; }
    .header-top{
        background-attachment: scroll;
    }

}



@media all and  (min-width: 767px) and ( max-width: 992px ){
	h1.header-box__title{font-size: 34px!important;line-height: 35px!important;}
	.remove-margin__mobile{ margin:0;}
    .header-top{
        background-attachment: scroll;
    }
    .icon-scroll{
        display: none;
    }

    .hit-up-button-element {
        padding-top: 55px;
    }
    .looking-forward-text {
        font-size: 26px !important;
        line-height: 36px !important;
    }
}

@media all and (min-width: 767px)
{
    .primary-title {margin-left: -35px !important;}
    .rmML{ margin-left: 0!important; }
}


@media all and (max-width: 767px) {
    .xs-center {
        text-align: center !important;
    }
    .hit-up-button-element {
        padding-top: 0;
    }
    .icon-scroll{
        display: none;
    }
    .header-top{
        background-attachment: scroll;
    }
	.unrivaled-service-dedication,
	.ensuring-maximum-brand-value,
	.flexible-tailored-approach
	{ height: auto!important;}
	.jumbotron.flexible-box{ margin:0;}
	/* Header */
	.header-box {
		padding: 0 10px;
		padding-bottom: 50px;
	}

	.header-box__title{
		height:180px;
	}
	h1.header-box__title{font-size: 34px !important;line-height: 35px!important;}
	/* End Header */

	/* Service Section */
	.service-box{ text-align: center; }
    .service-box__list ul {list-style-type: none; }
	/* End Service Section */


	/* Process Page */
	.process-back{     padding: 30px 20px;
		height: auto;
		text-align: center; }
	h1.primary-title.primary-title__process{   margin:0; font-size: 34px!important; line-height: 35px!important;}

	.primary-title{
		padding: 30px 0;
		font-size:34px;
		line-height: 35px;
		text-align: center;
	}

	.remove-margin__mobile{ margin:0;}
	.about-us__image img { margin: 0 auto;margin-bottom: 60px; }

	.testimonials{ height: 570px;}


	.align-center__mobile{  text-align: center;  }

	.xs-text-left {
        text-align: left !important;
    }
}


