﻿/***************************************** DEFAULT SETTINGS */
html,body{
	height: 100%;
}
body{
	color: #5f696e;
	font-family: Barlow, 'Open Sans', sans-serif;
}

button,input:focus{
	outline: none !important;
	box-shadow: none !important;
}
a{
	transition: all .2s ease-in-out;
}
.bg-primary{
	background-color: #ef0f29 !important;
}
.text-danger{
	color: #ef0f29 !important;
}
.text-primary{
	color: #5f696e !important;
}
.text-primary-50{
	color: #8d9298 !important;
}
.text-secondary{
	color: #0065b1 !important;
}


.font-light{
	font-weight: 300 !important;
}
.font-regular{
	font-weight: 400 !important;
}
.font-medium{
	font-weight: 500 !important;
}
.font-semibold{
	font-weight: 600 !important;
}
.font-bold{
	font-weight: 700 !important;
}
.font-extrabold{
	font-weight: 800 !important;
}
.text-black{
	color: #000000 !important;
}
.hh-100-min{
	min-height: 100vh;
}
.hh-100{
	height: 100vh;
}
.hh-100-percent{
	min-height: 100% !important;
}
.ww-100{
	width: 100vw;
}
.ww-100-percent{
	width: 100%;
}
.xsmall{
	font-size: 70% !important;
}
.d-grid{
	display: grid !important;
}
.d-inline-grid{
	display: inline-grid !important;
}

/***************************************** DEFAULT SETTINGS */


/***************************************** NAV START */
nav{

	width: 100%;
	transition: all 0.3s ease-in-out;
}
nav.is-active{
	background-color: #FFFFFF;
	transition: all 0.3s ease-in-out;
 }
nav .logo img{
	width: 200px;
	transition: width 0.3s ease-in-out;
}
nav.is-small .logo img{
	width: 175px;
}
nav .nav-menu a{
	color: #5f696e;
	font-size: 18px;
}
nav .nav-menu a:hover{
	color: #0065b1;
	text-decoration: none;
}
nav .nav-menu a.active{
	color: #0065b1;
	text-decoration: none;
}
nav .btn{
	border: 4px solid #ef0f29;
	border-radius: 25px;
	color: #0065b1;
	font-weight: 800;
	font-size: 14px;
	padding: 10px 20px;
}
nav .btn:hover{
	background-color: #ef0f29;
	color: #FFFFFF;
}
/***************************************** NAV END */


/***************************************** HEADER START */
header.home{
	background-image: url(../img/home-promo.png);
	background-repeat: no-repeat;
	background-position:  center 75%;
	background-size: auto 80%;
}
header.home .col-md-12{
	top: 10%;
}
header.home .slogan{
	font-size: 80px;
}
header.home .get-offer{
	font-size: 19px;
	background-color: #ef0f29;
	border: 4px solid #ef0f29 !important;
	display: inline-block;
	padding: 20px 35px;
	border-radius: 50px;
}
header.home .get-offer:hover{
	background-color: #FFFFFF;
	border: 4px solid #ef0f29;
	color: #ef0f29 !important;
	border-radius: 50px;
}
header.home .get-offer span{
	font-size: 9px;
}
header.home .bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
	font-size: 30px
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  60% {
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  60% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  60% {
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
/***************************************** HEADER END */

/***************************************** OFFER START */
.offer .nav-pills .nav-link{
	color: #cecece;
	background-color: #FFFFFF;
	font-size: 28px;
	border-bottom: 3px solid #cecece;
	border-radius: 0;
	margin: 0 20px;
	word-break: break-word;
}
.offer .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	color: #5f696e;
	background-color: #FFFFFF;
	font-size: 28px;
	border-bottom: 3px solid #ef0f29;
	border-radius: 0;
}
.offer .nav-pills .nav-link ~ i{
	color: #cecece;
	transition: all .2s ease-in-out;
}
.offer .nav-pills .nav-link.active ~ i{
	color: #FF0000;
	transition: all .2s ease-in-out;
}
.offer .nav-pills .nav-item i{
	padding: 20px 0 0 0;
	font-size: 20px;
}
.offer .tab-content p{
	line-height: 20px;
	font-size: 18px;
}

.hexmex {

    min-height:478px;
    width:100%;
    transition:all 1s;
    background-image: url(../img/hexagen-long.png);
    background-size: 100% 100%;
}

.offer .hexagon {
    background-color: #f8f8f8;
    display: block;
    height: 480px;
    padding: 80px 0;
    position: relative;
    -webkit-clip-path: polygon(50% 0%, 100% 15%, 100% 85%, 50% 100%, 0% 85%, 0% 15%);
    clip-path: polygon(50% 0%, 100% 15%, 100% 85%, 50% 100%, 0% 85%, 0% 15%);
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: #5f696e;
}
.offer .hexagon .logo{
    height: 100px;
}
.offer .hexagon .info{
    height: 165px;
}
.offer .hexagon p{
    font-size: 14px !important;
}
.offer .hexagon:hover {
    background-color: #ef0f29;
    color: #FFFFFF;
}
.offer .hexagon hr {
    transition: all .2s ease-in-out;
}
.offer .hexagon:hover hr {
    background-color: #FFFFFF;
}
/*.offer .hexagon:after {
    content: '';
    opacity: 0.75;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}*/
.offer .hexagon .hexagon-img {
	-webkit-filter: brightness(1) invert(0);
  	filter: brightness(1) invert(0);
  	transition: all .2s ease-in-out;
}
.offer .hexagon:hover .hexagon-img {
	transition: all .2s ease-in-out;
    -webkit-filter: brightness(0) invert(1);
  	filter: brightness(0) invert(1);
}
/***************************************** OFFER END */

/***************************************** REFERENCES START */
.references .hexagon{
	background-color: #f8f8f8;
    display: inline-block;
    height: 300px;
    width: 100%;
    padding: 80px 0;
    position: relative;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: #5f696e;
}
.references .hexagon img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
  	transition: all .3s ease-in-out;
}
.references .hexagon:hover img{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0%);
}
.references .slick-next{
	right: -30px;
	top: 46%;
}
.references .slick-next:before{
	content: url(../img/icon-next.png);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.references .slick-prev{
	left: -30px;
	top: 46%;
}
.references .slick-prev:before{
	content: url(../img/icon-prev.png);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/***************************************** REFERENCES END */

/***************************************** BENEFITS START */
.benefits .benefits-tab h5{
	min-height: 150px
}
.benefits .benefits-tab hr{
	background-color: #ef0f29;
	width: 30%;
	height: 2px;
	display: block;
}
.benefits .benefits-tab p{
	padding: 15px 20px 0 20px;
	font-size: 14px
}
/***************************************** BENEFITS END */

/***************************************** FOOTER PROMO START */
.footer-promo, .footer-promo .row{
	height: 532px;
}
.footer-promo{
	background-image: url(../img/footer-promo-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.footer-promo .border-bottom-red{
	border-bottom: 3px solid #ef0f29;
	margin: 20px 0;
}
.footer-promo p{
	font-size: 18px;
	line-height: 20px;
}
.footer-promo .tel{
	font-size: 36px;
}
/***************************************** FOOTER PROMO END */

/***************************************** FOOTER START */
footer{
	padding: 50px 0;
	color: #8d9298 !important;
}
footer .text-black{
	color: #5a6367 !important;
}
footer .text-black-50{
	color: #8d9298 !important;
}
/***************************************** FOOTER END */

/***************************************** FOOTER BAR START */
.footer-bar p{
	line-height: 16px;
}
.footer-bar .social a{
	color: #FFFFFF;
}
.footer-bar .social a:hover i{
	color: #ef0f29;
	background-color: #FFFFFF;
}
.footer-bar i{
	border: 2px solid #FFFFFF;
	border-radius: 100px;
	padding: 10px;
	display: inline-block;
	transition: all .2s ease-in-out;
}
.footer-bar i.fa-facebook-f{
	padding: 10px 15px;
}
.footer-bar i.fa-linkedin-in{
	padding: 10px 12px;
}
/***************************************** FOOTER BAR END */


.sub-page-bg{
	background-image: url(../img/sub-page-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}


header.sub-page{
	padding: 200px 0 0 0;
}

header.sub-page .breadcrumb{
	padding: 20px 0 0 0;
	background-color: inherit;
}
header.sub-page .breadcrumb .breadcrumb-item{
	font-size: 10px;
	color: #a7b1b6;
}
header.sub-page .breadcrumb .breadcrumb-item a{
	font-size: 10px;
	color: #a7b1b6;
}
header.sub-page .breadcrumb .breadcrumb-item.active a{
	font-size: 10px;
	color: #5f696e;
	font-weight: bold;
}
header.sub-page .hexagon {
    background-color: #FFFFFF;
    display: block;
    height: 612px;
    padding: 100px 0;
    position: relative;
    -webkit-clip-path: polygon(50% 0%, 100% 15%, 100% 85%, 50% 100%, 0% 85%, 0% 15%);
    clip-path: polygon(50% 0%, 100% 15%, 100% 85%, 50% 100%, 0% 85%, 0% 15%);
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: #5f696e;
}
header.sub-page .hexagon .logo{
    height: 140px;
}
header.sub-page .hexagon .info{
    height: 280px;
    line-height: 20px;
}

.promise span{
	background-color: #ef0f29;
	padding: 20px 15px 25px 30px;
	border-radius: 40px;
}
.promise span::after{
	content: url(../img/arrow-down-red.png);
	width: 20px;
	height: 10px;
	position: relative;
	bottom: -41px;
	left: -90px;
}





.our-team .hexagon-bar{
	-webkit-clip-path: polygon(8% 0%, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
	clip-path: polygon(8% 0%, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
	background-color: #9d9d9d;
	height: 200px;
}
.our-team .hexagon-bar:hover .hex-left{
	transform: scale(1.15)
}
.our-team .hexagon-bar .hex-left{
	background-position: center center;
	background-size: cover;
	height: 200px;
	width: 30%;
	transition: all .3s ease-in-out;
}
.our-team .hexagon-bar .hex-center{
	width: 31%;
}
.our-team .hexagon-bar .hex-center span{
    padding: 20px 0 0 0;
    border-bottom: 3px solid #ef0f29;
}
.our-team .hexagon-bar .hex-center span.rank{
    padding: 0 !important;
    border-bottom: none;
    display: block;
    font-size: 14px;
}
.our-team .hexagon-bar .hex-center-2{
	width: 31%;
}
.our-team .hexagon-bar .hex-center-2 span{
    padding: 20px 0 0 0;
    border-bottom: 3px solid #ef0f29;
}
.our-team .hexagon-bar .hex-center-2 span.rank{
    padding: 0 !important;
    border-bottom: none;
    display: block;
    font-size: 14px;
}


.our-team .left-side hr{
	margin: 50px 80% 50px 0;
	background-color: #FF0000;
}
.our-team .left-side .btn{
	background-color: #ef0f29;
	color: #FFFFFF;
	border-radius: 20px;
	border: 2px solid #ef0f29;
	padding: 7px 25px;
	margin: 50px 0 0 0;
}
.our-team .left-side .btn:hover{
	background-color: #FFFFFF;
	color: #ef0f29 !important;
	border-radius: 20px;
	padding: 7px 25px;
	margin: 50px 0 0 0;
}
.contact{
	margin-top:7%;
}
.logo i{
	font-size:70px;
	color: #ef0f29;
}
.meet-we{
	margin-top:7%;
}

.topbar .topbar-left {

    background-color: black;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: black !important;
}
.navbar-inverse {
    background-color: white !important;
		border:none !important;
    border-bottom: 1px solid black !important;
	}
@media (min-width: 769px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc{
    display: none;
  }
	.navbar-brand {
     height: 50px;
    padding: 0px 60px !important;
    font-size: 18px;
    line-height: 20px;
}
}







@media (max-width: 767.98px) {

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

}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	header.sub-page .hexagon {
    padding: 75px 0;
    height: 570px;
    background-color: #f5f5f5;
	}
	.references .slick-col-sm{
		-ms-flex: 0 0 85%;
	    flex: 0 0 85%;
	    max-width: 85%;
	}
	.mobile-off{
		display: none !important;
	}
	.our-team .hexagon-bar .hex-center .small{
		font-size: 70% !important;
	}
	.benefits .benefits-tab h5{
		min-height: auto;
	}
	.footer-promo, .footer-promo .row{
		height: 650px;
	}
	.our-team .hexagon-bar .hex-center{
		width: 25%;
	}
	.our-team .hexagon-bar .hex-center-2{
		width: 37%;
	}
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	.mobile-md-off{
		display: none !important;
	}
	nav .logo img{
		width: 175px;
	}
	header.home .slogan{
		font-size: 50px;
	}
	header.sub-page{
		padding: 240px 0 0 0;
	}
	.our-team .left-side hr{
		margin: 50px 40%;
	}
	header.home{
		background-size:auto 60%;
	}
}



/* Large devices (desktops, less than 1200px)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	header.home .slogan{
		font-size: 65px;
	}
}

/* Medium devices (tablets, less than 992px)*/

@media (min-width: 768px) {

}

/* Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	nav .nav-menu li{
	display: block !important;
	}
}




/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	header.sub-page .hexagon {
    padding: 75px 0;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	header.sub-page .hexagon {
    padding: 100px 0;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1411px) {

}

li.m-li {
    text-align: center;
 }
li.m-li a {
	color: black !important;

 }
ul.navbar-nav{
	margin-bottom: 19px;
}
.forpc{
	display: flex;
	flex-direction: row;
}
@media(max-width:767px){
	.forpc{
 		flex-direction: column;
	}
}
