/*
==============================
Default CSS
==============================
*/
body {
    font-family: 'Roboto', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
	margin-bottom: 0;
	font-weight: 900;
	line-height: 1;
    text-transform: uppercase;
}
ul {
    padding-left: 0;
    margin-bottom: 0;
}
ul li {
    list-style: none;
}
:focus {
    outline: 0 !important;
}
p {
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.8;
	color: #666;
}
a {
	color: #e10028;
	text-decoration: none;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
a:hover {
	color: #e10028;
	text-decoration: none;
}
img {
    max-width: 100%;
}

/* Btn Btn-Primary*/
.btn {
	padding: 9px 25px;
	font-size: 16px;
	border-radius: 3px;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
	box-shadow: 0 0 10px 5px rgba(225, 0, 40, 0.3);
}
.btn-nopadding {
	padding: 9px 25px;
	border-radius: 3px;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.no-box-shadow {
    box-shadow:none;
}

.btn-primary {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
	color: #fff;
	background-color: #e10028;
	border-color: #e10028;
}
.btn-primary-border-red {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
	color: #e10028;
	background-color: transparent;
	border: 1px solid #e10028;
}
.btn-primary:hover, .btn-primary.disabled:hover {
	color: #e10028;
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0 0 10px 5px rgba(163, 163, 163, 0.3);
}
.btn-primary:focus, .btn-primary.disabled:focus {
	color: #fff;
	background-color:#e10028;
	border-color: #e10028;
	box-shadow: 0 0 10px 5px rgba(163, 163, 163, 0.3);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #e10028;
	border-color: #e10028;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #e10028;
	border-color: #e10028;
	opacity: 1;
}
.btn-red {
    color:#e10028;
    border: 1px solid #e10028;
	border-radius: 3px;
    padding:9px 60px;
    background: transparent;
    
}
.pd-10 {
    padding:10px 0px;
}
.pd-30 {
    padding:30px 0px;
}
.pd-40 {
    padding:40px 0px;
}
.mar-30 {
    margin:30px auto;
}

.m-r-40 {
    margin-right:40px;
}
.m-l-40 {
    margin-left:40px;
}
.m-t-10 {
    margin-top:10px;
}
.m-t-10 {
    margin-top:10px;
}
.m-t-20 {
    margin-top:20px;
}
.m-t-30 {
    margin-top:30px;
}
.m-t-40 {
    margin-top:40px;
}
.m-b-40 {
    margin-bottom:40px;
}
.pd-t-40 {
    padding-top:40px;
}
.pd-60 {
    padding:60px 0px;
}
.pd-80 {
    padding:80px 0px;
}
.no-padding {
 padding:0px;   
}
.bg-f5f6f7 {
    background:#f5f6f7;
}

.section-title-red h2 {
    font-size:24px;
    font-weight: 900;
    color:#45474c;
    
}
.section-title-red h2 span{
    font-size:16px;
    font-weight: 900;
    color:#e10028;
    
}
.section-title-red p {
    width:70%;
    font-size: 14px;
    margin-top:7px;
    line-height: 1em;
    color:#6c757d;
}
.dotted-bg {
    color: #e10028;
    background: url(../img/back-span.png)bottom repeat-x;
}
/* Form Control */
.form-control {
	height: 45px;
    color:#b2b2b2;
	padding: 10px;
	font-size: 15px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
}
.form-control:focus {
	border-color: #ddd;
	outline: 0;
	box-shadow: none;
}



/*
==============================
Preloader CSS
==============================
*/
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #e10028;
	z-index: 99999;
}

.loader{
	position: fixed;
	z-index: 3;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
  list-style: none;
}

@-webkit-keyframes 'loadbars' {
	0%{
		height: 10px;
		margin-top: 25px;
	}
	50%{
		height:50px;
		margin-top: 0px;
	}
	100%{
		height: 10px;
		margin-top: 25px;
	}
}

.loader li{
		background-color: #FFFFFF;
		width: 10px;
		height: 10px;
		float: right;
		margin-right: 5px;
    box-shadow: 0px 100px 20px rgba(0,0,0,0.2);
	}
.loader li:first-child{
			-webkit-animation: loadbars 0.6s cubic-bezier(0.645,0.045,0.355,1) infinite 0s;
		}
.loader li:nth-child(2){
			-webkit-animation: loadbars 0.6s ease-in-out infinite -0.2s;
		}
.loader li:nth-child(3){
			-webkit-animation: loadbars 0.6s ease-in-out infinite -0.4s;
}


/*
==============================
Navbar
==============================
*/
.navbar-brand-mobile {
    display:none;
}
.top-number-mobile {
    display:none;  
}
.navbar-expand-lg .navbar-collapse {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    justify-content: center;
}
.collapse:not(.show) {
    display: none;
}
.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: transparent !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-light .navbar-brand {
	font-family: 'Montserrat', sans-serif;
	color: #e10028;
	font-weight: 900;
	font-size:14px;
	text-transform: uppercase;
	line-height:1em;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color:#fff;
}
.navbar-light .navbar-brand:focus span, .navbar-light .navbar-brand:hover span {
    color:#e10028;
}

.navbar-light .navbar-brand span {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 11.9px;
	font-weight: 400;
	text-transform:none;
}

.navbar-light .navbar-nav .nav-item {
    padding-right: 15px;
    padding-left: 15px;
}
 .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link {
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	font-weight:900;
    text-transform: uppercase;
	color: #acacac;
	padding-right: 0;
	padding-left: 0;
}
.navbar-light .navbar-nav .nav-link:focus {
    color:#acacac;
}

.is-sticky  .navbar-nav .active>.nav-link, .is-sticky  .navbar-nav .nav-link.active, .is-sticky  .navbar-nav .nav-link.show, .is-sticky  .navbar-nav .show>.nav-link
 {
	color: #e10028;
}

.top-number {
    text-align: right;
}
.top-number a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #e10028;
    line-height: 1.2em;
}

.top-number a:hover {
    color: #fff;
   }



.top-number a span {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
}
.top-number a:hover span {
    color: #e10028;
}

.header-sticky.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1040;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #64090b !important;
}



/*
==============================
Header
==============================
*/

.main-banner {
    position: relative;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    height:100vh;
    max-height: 100%;
    overflow: hidden;
    background: url("../img/banner-1.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner-text {
    text-align: center;
}
.banner-text h1 {
    font-size:36px;
    font-weight: 800;
    color:#fff;
    
} 
.banner-text h3 {
    margin-top:13px;
    font-size: 18px;
    font-weight: 800;
    color:#d1cdce;
        
}
.banner-text p {
    width:60%;
    margin:80px auto;
    font-size:18px;
    font-weight: 500;
    line-height: 1.3em;
    color: #fff;
}
.banner-text p span {
    font-weight: 900;
    color:#ff0000;
    text-transform: uppercase;
    background: url("../img/back-span.png")bottom repeat-x;
}

.main-banner .d-table {
    height:100%;
}

.main-banner .d-table .row{
    height:100%;
}

.main-banner-text {
    margin-top:80px;
}
.main-banner-text ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-banner-text ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex:0 1 auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    cursor: pointer;
}

.main-banner-text ul li a{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex:0 1 auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    cursor: pointer;
}

.main-banner-text ul li span:first-child {
    width:100px;
}
.main-banner-text ul li svg{
    padding:0px 10px;
    width:100%;
}
.main-banner-text ul li:hover .path-1{
    fill:#d1cdce;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.main-banner-text ul li:hover .path-2{
    fill:#e10028;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.main-banner-text ul li:hover span{
    color:#e10028;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}


.main-banner-text ul span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3em;
    color: #dedede;
    flex-direction: row;
    text-align: left;
}


.container-top-address {
    position: relative;
    top: -50px;
    background: rgba(0, 0, 0, 0.18);
}
.container-top-address .container {
    height:50px;
}

.top-address {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
}
.top-address li {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    font-size: 12px;
    color: #fff;
}
.top-address i {
    font-size: 24px;
    margin-right: 10px;
    color: #e10028;
}
.top-address li:nth-child(2) {
    margin-left: 50px;
}


/*
==============================
SERVICE
==============================
*/
/*.service {
    margin:100px 0px 60px 0px;
}*/
.section-title-service {
    margin-top:28px;
}
.service h2 {
    margin:-28px auto 0px auto;
    text-align: center;
    text-transform: none;
    line-height: 0.9em;
    
}

.service h2 span {
    display: block;
    margin: 0px auto;
    position: relative;
    z-index: 10;
    width: 70%;
    padding-left:15px;
    padding-right: 15px;
    font-size: 24px;
    font-weight: 900;
    color: #45474c;
    background: #fff;
}
.section-title-anime {
	position: relative;
}

.section-title-anime::before {
	content: '';
    display: block;
	width: 100%;
    margin:0px auto;
	height: 2px;
	background: #e10028;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.section-title-anime::after {
	content: '';
    display: block;
	width: 80%;
    margin:-24px auto 0px auto;
	height: 2px;
	background: #e10028;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

.section-title-anime:hover::before {
	width: 80%;
}
.section-title-anime:hover::after {
	width: 100%;
}



.single-box:nth-child(2) {
    padding-left: 40px;
}
.single-box h3{
    margin-top:15px;
    color:#6a6c70;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2em;
}
.single-box p{
    margin-top:10px;
    font-size: 14px;
    font-weight:400;
    line-height: 1.2em;
    color:#878991;
}
.single-box-img {
    height:70px;
}
.single-box-img svg {
    height:100%;
}
.top-red-span {
    font-family:'Montserrat', sans-serif;
    font-weight: 800;
    color:#e10028;
    text-transform: uppercase;
}
.service h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 800;
    color:#000;
}
.service h4 span {
    font-size: 30px;
    color:#6a6c70;   
}
.service-callback {
    display: flex;    
    align-items: flex-end;
}




/*
==============================
ABOUT
==============================
*/


.about-area .section-title p {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2em;
    color:#45474c;
    
}
.about-addax p {
    margin-top:40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    color:#000;
}
.list-inner h4{
    margin-left: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #e10028;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2em;
}
.list-inner ul li i {
    color:#e10028;
    margin-right: 5px;
}
.list-inner ul li  {
    margin-left: 5px;
    margin-right: 5px;
    font-size:14px;
    font-weight: 800;
    color:#45474c;
}
.blockquote p{
 font-size: 18px;
 font-weight: 900;
 color: #6a6c70;
}
.about-addax .blockquote-footer::before{
    display:none;
}
.blockquote-footer img{
    max-width:200px; 
}
.blog-slider .owl-item .col-lg-12 {
    padding-bottom: 15px;
    padding-top:15px;
}
.single-blog-item {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px 0 rgba(67, 67, 67, 0.15);
   
}


.skill-video {
	position: relative;
}
.skill-video .video-btn {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -35px;
}
.skill-video .video-btn a {
	color: #fff;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 72px;
	background: #e10028;
	position: relative;
	font-size: 30px;
	border-radius: 50%;
}
.skill-video a::before, .skill-video a::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	border: 10px solid #fff;
}
.skill-video a::after {
	width: 70px;
	height: 70px;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
.single-blog-item span {
    color:#6c757d;
    font-size: 13px;
}
@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity:1;
	}
	100% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity:0;
	}
}
@keyframes pulse-border {
	0% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity:1;
	}
	100% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity:0;
	}
}

.about-area .owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 0 4px;
	background: transparent;
	border-radius: 50%;
	border: 1px solid #e10028;
	-o-transition: .4s;
	-ms-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.about-addax {
	padding-top: 5px;
	}

.filter {
	width:auto!important;
}
.video-popup h1 {
    font-size: 14px;
    margin-bottom: 15px;
	margin-top: 15px;
	text-align:center;
    line-height: 1.3em;
}
/*
==============================
BLOCK-1
==============================
*/
.block-1 {
    background:url(../img/banner-6-1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    }
.block-1 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1em;
    color:#e4e3e3;
}
.block-1 span{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color:#fff;
    text-transform: uppercase;
    
}
.block-1-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.block-1 .btn-primary-border-red {
    color:#fff;
}
.block-1 .btn-primary-border-red:hover {
    color:#e10028;
    border-color: #fff;
}

/*
==============================
Advantages
==============================
*/
.advant-img {
    text-align:center;
}
.advant-img img{
    height:50px;
}
.advantages-list h4 {
    margin-top: 15px;
    color: #45474c;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    line-height: 1.2em;
    
}

.advantages-list p {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    color: #878991;
}
.advang-about {
    width:70%;
    margin:0 auto;
    color:#313237;
    font-size:24px;
    font-weight: 900;
    text-align: center;
    line-height: 1em;
}

/*
==============================
TEAM
==============================
*/
.team-area {
    background:#f5f6f7;
    
}
.our-team-shadow {
       box-shadow: 0 0 10px 0 rgba(67, 67, 67, 0.75);
}
.team-content {
    text-align: center;
}
.team-content h3{
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    font-weight: 700;
    color:#e10028;
    text-transform: none;
    
}
.team-content span {
    font-size:12px;
    text-transform: uppercase;
}
.team-area .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #e10028;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

/*
==============================
Block-2
==============================
*/
.block-2 {
     background: #000 url(../img/banner-8.jpg);
    background-repeat: no-repeat;
	background-position: center right;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: 0 0 30px rgba(0, 0, 0, 1) inset; 
}
.block-2 span {
    color:#e10028;
    text-transform: uppercase;
    font-size: 14px;
}
.block-2 h3 {
    font-size: 32px;
    color:#fff;
    line-height: 1.2em;
}
.block-2 p {
    margin-top:5px;
    line-height: 1em;
    color:#e4e3e3;
}

/*
==============================
Our Work
==============================
*/
.single-services {
	margin-bottom: 30px;
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.5);
    border-radius: 3px;
	text-align: center;
	position: relative;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
    
}
.single-services:hover {
    box-shadow: unset;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.single-services a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
    z-index: 1100;
	width: 50px;
	height: 50px;
	border-bottom: 4px solid #e10028;
	opacity: 0;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.single-services:hover a::after {
	opacity: 1;
	width: 100%;
	height: 50%;
}
.services-img {
	position: relative;
    
    }
.services-img img {
    width:100%;
    border-radius: 3px;
    -webkit-transition: .25s;
    transition: .25s;
	filter: brightness(50%);
    filter: brightness(.5);
}

.single-services:hover img {
    -webkit-transition: .25s;
    transition: .25s;
	filter: brightness(100%);
    filter: brightness(1);
}

.services-img a{
	display: block;
    position: relative;
    z-index: 1000;
    background: #000;
}
.services-img::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .66;
}
.services-img .icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -30px;
}
.single-services i {
	width: 70px;
	height: 70px;
	line-height: 71px;
	border: 1px solid #fff;
	font-size: 30px;
	color: #fff;
	border-radius: 50%;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.single-services:hover i {
    background: #fff;
    color: #e10028;
}
.services-content {
	width: 100%;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:25px;
	position: absolute;
    bottom:0px;
}
.single-services h3 {
	font-size: 14px;
	margin-bottom: 16px;
	font-weight: 700;
    line-height: 1.4em;
    color: #fff;
    text-transform: none;
}
.single-services p {
    height:36px;
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.3em;
    color: #fff;
}

.services-area .single-box {
	margin-bottom: 30px;
}
#more {
        display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#show-more {
    margin:0 auto;
}
.show-more-buttom {
    text-align: center;
}
/*
==============================
LICENSE
==============================
*/


.license {
    background:#f5f6f7;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.license .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #e10028;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

.team-content p {
   line-height: 1em; 
    font-weight: 400;
}
/*
==============================
Partner
==============================
*/

.partner {
    background:#000 url('../img/banner-4.jpg')center center;
    background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: 0 0 30px rgba(0, 0, 0, 1) inset; 
}
.partner h2 {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    text-align: center;
}

.partner p {
    margin-top:5px;
    font-weight: 400;
    text-align: center;
    color:#e10028;
    line-height: 1em;
}
.owl-stage-outer {
    margin:30px auto;
}

.partner .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #e10028;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

/*
==============================
Bottom form, addres
==============================
*/
.tabset {
    text-align: center;
}
.tabset > input[type="radio"] {
	display: none;
}
.tabset .tab-panel {
	display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
	display: block;
}
.tabset > label {
	position: relative;
	display: inline-block;
	margin-right: 6px;
	cursor: pointer;
    background: transparent;
	transition: background ease 0.2s;
	border: 1px solid #e10028;
    border-radius: 3px;
	margin-bottom: 0;
    padding:12px 60px;
    color:#e10028;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    
	
}
.tabset > input:checked + label {
	border-color: #d9d9d9;
	background: #d9d9d9;
	color: #fff;
    padding:15px 60px;
    
}
.form-question .section-title {
    text-align: left;
    margin-top:60px;
   
}
.form-question .section-title  h2{
    font-size: 36px;
    font-weight: 900;
    color:#818183;
}
.form-question .section-title  p {
    font-size: 14px;
    font-weight: 300;
    color:#555353;
}
.contact-form {
    margin-top:30px;
    }

textarea {
  color: #b2b2b2;  
}

input[type="text"]::-moz-placeholder {color: #b2b2b2;   }
input[type="text"]::-webkit-input-placeholder { color: #b2b2b2; }
input[type="text"]:-ms-input-placeholder { color: #b2b2b2; }
input[type="text"]::-ms-input-placeholder { color: #b2b2b2; }
input[type="text"]::placeholder { color: #b2b2b2; } 

input[type="email"]::-moz-placeholder {color: #b2b2b2;   }
input[type="email"]::-webkit-input-placeholder { color: #b2b2b2; }
input[type="email"]:-ms-input-placeholder { color: #b2b2b2; }
input[type="email"]::-ms-input-placeholder { color: #b2b2b2; }
input[type="email"]::placeholder { color: #b2b2b2; } 
.list-unstyled {color:#e10028;}
.map-info {
    margin-top:30px;
}
.contact-info {
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #fff;
    padding: 30px;
    border-top: 3px solid #e10028;
    border-bottom: 3px solid #e10028;
}
.contact-info ul li {
    position: relative;
    text-align: left;
    padding-left: 60px;
    font-size: 16px;
    margin-bottom: 34px;
    color: #151515;
}
.contact-info ul li i {
    position: absolute;
    left: 0;
    top: -11px;
    color: #e10028;
    font-size: 19px;
    background: #f6f6f6;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
}
.contact-info ul li a.dotted-bg {
   color: #e10028;
   background: url(../img/back-span.png)bottom repeat-x; 
}


/*
==============================
Footer
==============================
*/

.footer-area {
    background:url('../img/footer.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
}
.footer-area .col-lg-3 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;    
}
.footer-area .col-lg-3 span {
    width: 100%;
    font-size: 10px;
    text-transform: uppercase;
    color: #e10028;
}
.footer-area .col-lg-3 p {
    width: 100%;
    font-size:12px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2em;
    
    
}
.footer-area .col-lg-3 p a {
    font-size: 18px;
    text-transform: uppercase;
    color:#fff;
    font-weight: 900;
}
.footer-area .col-lg-3 .btn-nopadding {
    padding:9px 15px;
}




/*
==============================
Form Control
==============================
*/

.form-control {
	height: 45px;
	padding: 10px;
	font-size: 15px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 0;
}
.form-control:focus {
	border-color: #ddd;
	outline: 0;
	box-shadow: none;
}


/*
==============================
Go Top CSS
==============================
*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 30px;
	right: 20px;
	font-size: 25px;
	color: #fff;
	background-color: #e10028;
	z-index: 1600;
	display: none;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 39px;
	border-radius: 50%;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.go-top:hover {
	color: #fff;
	background: #000;
}

/*
==============================
ZOOM GALLERY
==============================
*/
.display-none{
	display:none;
}
.zoom-gallery-menu ul{
	display: block;
	text-align:center;
	
	
}
.zoom-gallery-menu ul li{
	display:inline-block;
	margin: 3px 9px;
    font-size: 14px;
    cursor: pointer;
}
.zoom-gallery-menu ul li.active-zoom span{
	color:#ccc;
}
.zoom-gallery-menu ul li.active-zoom span.dotted-bg{
	background: url(../img/back-grey-span.png)bottom repeat-x;
}
.zoom-gallery-menu ul li.active-zoom span:last-child{
	visibility:visible;
}
.zoom-gallery-menu ul li span:last-child{
	visibility:hidden;
	position:relative;
	top: -10px;
    font-size: 10px;
    color:#ccc;
}
.zoom-gallery-menu ul li:hover span:first-child{
	color:#ccc;
	background: url(../img/back-grey-span.png)bottom repeat-x;
}
.zoom-gallery-menu ul li:hover span:last-child{
	visibility:visible;
	display:inline-block;
	position:relative;
	top: -10px;
    font-size: 10px;
    color:#ccc;
}


/*
==============================
Owl Carousel
==============================
*/

.owl-controls {
	margin-top: 50px;
	line-height: 0;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 0 4px;
	background: transparent;
	border-radius: 50%;
	border: 2px solid #ddd;
	-o-transition: .4s;
	-ms-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #869791;
	border-radius: 5px;
	width: 35px;
	height: 10px;
	border-color: #e10028;
	background: #e10028;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #e10028;
	border-color: #e10028;
}
.owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	left: 40px;
	top: 50%;
	margin-top: -20px;
	background: rgba(255,255,255,0.33);
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 54px;
	border-radius: 50%;
	font-size: 30px;
	color: #fff;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #e10028;
	color: #FFF;
}
.owl-theme .owl-nav .owl-next {
	left: auto;
	right: 40px;
}
.partner-slider .item {
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
    filter: url(data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;f…333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale);
    filter: grayscale(1);
    -webkit-filter: grayscale(100%);
}

.partner-slider .bright {
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
    filter: url(data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;f…333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale);
    filter: brightness(300%) grayscale(1);
    -webkit-filter: grayscale(100%) brightness(300%);
}
.partner-slider .item:hover{
    filter:url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter:grayscale(0%)
}
    
 /* Styles for dialog window */
      .small-dialog-popup {
        background: white;
        padding: 20px 30px;
        text-align: left;
        width:80%;
        max-width: 660px;
        margin: 40px auto;
        position: relative;
      }
.small-dialog-popup p {
    line-height: 1.2em;
}


      /**
       * Fade-zoom animation for first dialog
       */
      
      /* start state */
      .my-mfp-zoom-in .zoom-anim-dialog {
        opacity: 0;

        -webkit-transition: all 0.2s ease-in-out; 
        -moz-transition: all 0.2s ease-in-out; 
        -o-transition: all 0.2s ease-in-out; 
        transition: all 0.2s ease-in-out; 



        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 
      }

      /* animate in */
      .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
        opacity: 1;

        -webkit-transform: scale(1); 
        -moz-transform: scale(1); 
        -ms-transform: scale(1); 
        -o-transform: scale(1); 
        transform: scale(1); 
      }

      /* animate out */
      .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 

        opacity: 0;
      }

      /* Dark overlay, start state */
      .my-mfp-zoom-in.mfp-bg {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out; 
        -moz-transition: opacity 0.3s ease-out; 
        -o-transition: opacity 0.3s ease-out; 
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.8;
      }
      /* animate out */
      .my-mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0;
      }



      /**
       * Fade-move animation for second dialog
       */
      
      /* at start */
      .my-mfp-slide-bottom .zoom-anim-dialog {
        opacity: 0;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;

        -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

      }
      
      /* animate in */
      .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
        opacity: 1;
        -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
      }

      /* animate out */
      .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
        opacity: 0;

        -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
      }

      /* Dark overlay, start state */
      .my-mfp-slide-bottom.mfp-bg {
        opacity: 0;

        -webkit-transition: opacity 0.3s ease-out; 
        -moz-transition: opacity 0.3s ease-out; 
        -o-transition: opacity 0.3s ease-out; 
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-slide-bottom.mfp-ready.mfp-bg {
        opacity: 0.8;
      }
      /* animate out */
      .my-mfp-slide-bottom.mfp-removing.mfp-bg {
        opacity: 0;
      }
