@import url('reset.css');
@import url('fonts.css');

/*

Colors:
Blue: 000000
Text: 000000
GREY: f1f1f1
RED: FE0000
*/


/*= General Style =*/

body{ 	 	 	
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: fixed;
	font-family: 'Roboto', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 17px;
	line-height: 28px;
	/* color: #2193D2; */
}

.main{
	position: relative;
}

.container{
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}

.inner-container{
	padding: 0 2%;
}

.loader-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	z-index: 999999;
}

.loader-overlay .image-block{
	width: 90px;
	margin: 45vh auto 24px;
}

.loader-overlay .image-block img{
	width: 100%;
}

.loader-overlay .text-block{}

.loader-overlay .text-block p{
	font-family: 'Roboto-condensed', "Helvetica Neue", Helvetica, sans-serif;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #494949;
	font-weight: bold;
}


.welcome-overlay{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	background: url('../images/background-image.jpg')no-repeat center;
	background-size: cover;
	display: none;
	z-index: 9999;
}

.welcome-overlay .overlay-inner{
}

.welcome-overlay .inner .animate-logo-block.block-1{
	position: absolute;
	width: 0;
	top: 20vh;
	left: 50%;
	
}

.welcome-overlay .inner .animate-logo-block.block-2{
	position: absolute;
	width: 100%;
	left: 100%;
	margin-top: 37vh;
}

.welcome-overlay .inner .animate-logo-block .text-block{
}

.welcome-overlay .inner .animate-logo-block .text-block p{
	text-align: center;
	color: #494949;
}

.welcome-overlay .inner .animate-logo-block .text-block p span.blue{
	color: #14308d;
}

.welcome-overlay .inner .animate-logo-block .text-block p span.red{
	color: #000000;
}

.welcome-overlay .inner .animate-logo-block .text-block p span.green{
	color: #A7CE45;
}

.welcome-overlay .inner .animate-logo-block img{
	width: 100%;
}

.vertical-divide-block{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	/* background-color: rgba(0, 183, 255, 0.5); */
}

.vertical-divide-block .veritcal-line{
	position: absolute;
	width: 1px;
	background: #f8f8f8;
	background: #f1f1f1;
	height: 100%;
	top: 0;
	z-index: -5;
	left: 16.6%;
}

.vertical-divide-block .veritcal-line.vt-0{
	left: 0%;
}
.vertical-divide-block .veritcal-line.vt-1{
	left: 16.6%;
}
.vertical-divide-block .veritcal-line.vt-2{
	left: 33.3%
}
.vertical-divide-block .veritcal-line.vt-3{
	left: 49.95%;
}
.vertical-divide-block .veritcal-line.vt-4{
	left: 66.6%;
}
.vertical-divide-block .veritcal-line.vt-5{
	left: 83.2%;
}
.vertical-divide-block .veritcal-line.vt-6{
	left: 99.9%;
}

/* Scroll to Top */
.scroll-to-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	background: black;
	padding: 11px;
	cursor: pointer;
}

.scroll-to-top .icon-block{
	max-width: 24px;
}

.scroll-to-top .icon-block img{
	width: 100%;
}

/* Scroll to form */

.cta-btn-block{
	position: fixed;
	top: 30%;
	right: -86px;
	z-index: 99;
	transform: rotate(-90deg);
}

.cta-btn-block .scroll-to-form{
	display: inline-block;
	vertical-align: bottom;
}

.cta-btn-block .scroll-to-form .btn-block a{
	display: block;
	padding: 14px 17px;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
}

.cta-btn-block .social-btn{
	display: inline-block;
	vertical-align: bottom;
	transform: rotate(90deg);
}

.cta-btn-block .social-btn .btn-block a{
	display: inline-block;
	padding: 14px;
	background-color: #000000;
	border-radius: 4px 0 0 4px;
}

.cta-btn-block .social-btn .whatsapp a i{
	width: 24px;
	font-size: 24px;
	line-height: 1em;
	color: #1cc330;
}

.cta-btn-block .social-btn .linkedin a i{
	width: 24px;
	font-size: 24px;
	line-height: 1em;
	color: #0A66C2;
}
/*  */

a.mobile_only,
a.mobile_only{
	cursor: not-allowed;
}

a.mobile_only.mob_active,
a.mobile_only.mob_active{
	cursor: pointer;
}

/* Header Style */
.header-block{
}

.header-block .header-block-1{
	background: transparent;
	width: 100%;
}

.header-block .header-block-1 .inner-container{
	position: relative;
}

.header-block .header-block-1 .logo-block{
	display: block;
	text-align: center;
}

.header-block .header-block-1 .logo-block a{
	display: inline-block;
	max-width: 320px;
	font-size: 0;
}

.header-block .header-block-1 .logo-block .image-block{
}

.header-block .header-block-1 .logo-block .image-block img{
	width: 100%;
}

.header-block .header-block-1 .nav-button-block{
    display: none;
	position: absolute;
	right: 2%;
	bottom: 0;
}

.header-block .header-block-1 .nav-button-block .icon-block{
}

.header-block .header-block-1 .nav-button-block .icon-block i{
    font-size: 32px;
	line-height: 1em;
	color: #000000;
}

.header-block .header-block-1 .navigation-block{
	display: block;
	text-align: center;
}

.header-block .header-block-2 .navigation-block{
	position: absolute;
	right: 2%;
}

.header-block .header-block-1 .navigation-block .inner{}

.header-block .header-block-1 .navigation-block .close-button{
	display: none;
}

.header-block .header-block-1 .navigation-block .close-button .icon-block{
	cursor: pointer;
}

.header-block .header-block-1 .navigation-block .close-button .icon-block img{
	width: 24px;
}

.header-block .header-block-1 .navigation-block .close-button:hover .icon-block i,
.header-block .header-block-1 .navigation-block .close-button:focus .icon-block i{
	color: #DB021E;
}

.header-block .header-block-1 .navigation-block ul.navigation{
	text-align: center;
	font-size: 0;
}

.header-block .header-block-1 .navigation-block ul.navigation li{
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.header-block .header-block-1 .navigation-block ul.navigation li.nav-header{
	display: none;
	background: #000000;
}

.header-block .header-block-1 .navigation-block ul.navigation li.nav-header p{
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.header-block .header-block-1 .navigation-block ul.navigation li a{
	display: block;
	padding: 20px 24px 20px;
	text-transform: uppercase;
	text-decoration: none;
}

.header-block .header-block-1 .navigation-block ul.navigation li.first a{
	padding-left: 0;
}

.header-block .header-block-1 .navigation-block ul.navigation li.last a{
	padding-right: 0;
}

.header-block .header-block-1 .navigation-block ul.navigation li a p{
	color: #000;
	font-family: 'Roboto-condensed';
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	position: relative;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.header-block .header-block-1 .navigation-block ul.navigation li.active a p,
.header-block .header-block-1 .navigation-block ul.navigation li a:hover p,
.header-block .header-block-1 .navigation-block ul.navigation li a:focus p{
	color: #fe0000;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.header-block .header-block-1.header-block-2{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 999;
	background: #ffffff;
	box-shadow: 0px 0px 12px -3px #000000;
}

.header-block .header-block-1.header-block-2 .logo-block a{
	width: 90px;
}

/* Footer Style */

.footer-block{
}

.footer-block .footer-main{
}


.footer-block .footer-main .footer-0{
	background: #202020;
}

.footer-block .footer-main .footer-0 .inner-container{
	padding: 0;
	font-size: 0;
}

.footer-block .footer-main .footer-0 .block-1{
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	width: 46%;
}

.footer-block .footer-main .footer-0 .block-2{
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	width: 18%;
}

.footer-block .footer-main .footer-0 .block-3{
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	width: 24%;
}

.footer-block .footer-main .footer-0 .block.block-1 .block-11,
.footer-block .footer-main .footer-0 .block.block-1 .block-12{
	float: left;
	width: 50%;
}

.footer-block .footer-main .footer-0 .block .inner{
}

.footer-block .footer-main .footer-0 .text-block-1{
}

.footer-block .footer-main .footer-0 .text-block-1 p,
.footer-block .footer-main .footer-0 .text-block-1 p span{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.footer-block .footer-main .footer-0 .text-block-1 p span{
	white-space: nowrap;
}

.footer-block .footer-main .footer-0 .block-1 .image-block{
	max-width: 160px;
}

.footer-block .footer-main .footer-0 .block-1 .image-block img{
	width: 100%;
}

.footer-block .footer-main .footer-0 .text-block-2{}

.footer-block .footer-main .footer-0 .text-block-2 p{
	color: #fff;
	text-align: justify;
	vertical-align: middle;
}

.footer-block .footer-main .footer-0 .text-block-2 i{
	width: 24px;
	line-height: 1em;
	color: #fff;
	margin-right: 14px;
	text-align: center;
	vertical-align: middle;
}

.footer-block .footer-main .footer-0 .text-block-2 a{
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.footer-block .footer-main .footer-0 .text-block-2.active a,
.footer-block .footer-main .footer-0 .text-block-2 a:hover,
.footer-block .footer-main .footer-0 .text-block-2 a:focus{
	color: #fe0000;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.footer-block .footer-main .footer-0 .text-block-2.active a{
	font-weight: bold;
}

.footer-block .footer-main .footer-0 .text-block-2 a:hover,
.footer-block .footer-main .footer-0 .text-block-2 a:focus{
	text-decoration: none;
}

.footer-block .footer-main .footer-0 .list-block{}

.footer-block .footer-main .footer-0 .list-block li{
	display: inline-block;
	color: #494949;
	margin: 0 14px 4px 0;
}

.footer-block .footer-main .footer-0 .list-block li a{
	display: block;
	color: #494949;
	text-align: left;
}

.footer-block .footer-main .footer-0 .list-block li a:hover,
.footer-block .footer-main .footer-0 .list-block li a:focus{
	color: #000000;
}

.footer-block .footer-main .footer-0 .list-block li a .icon-block{
}

.footer-block .footer-main .footer-0 .list-block li a .icon-block i{
	font-size: 32px;
	line-height: 1em;
	color: #000000;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.footer-block .footer-main .footer-0 .list-block li a .icon-block i.fa-whatsapp-square,
.footer-block .footer-main .footer-0 .list-block li a .icon-block i.fa-whatsapp-square{
	color: #00E676;
}

.footer-block .footer-main .footer-0 .list-block li a .icon-block i.fa-envelope-square,
.footer-block .footer-main .footer-0 .list-block li a .icon-block i.fa-envelope-square{
	color: #D54639;
}

.footer-block .footer-main .footer-0 .list-block li a .icon-block i.fa-linkedin,
.footer-block .footer-main .footer-0 .list-block li a .icon-block i.fa-linkedin{
	color: #0073B1;
}

.footer-block .footer-main .footer-0 .list-block li a:hover .icon-block i,
.footer-block .footer-main .footer-0 .list-block li a:focus .icon-block i{
	color: #494949;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.footer-block .footer-main .footer-1{
	background: #353535;
	padding: 10px 0;
}

.footer-block .footer-main .footer-1 .left-block{
	position: relative;
	float: left;
}

.footer-block .footer-main .footer-1 .left-block .copyright{
	position: absolute;
	top: 5px;
	left: 0;
	width: 11px;
}

.footer-block .footer-main .footer-1 .left-block .copyright img{
	width: 100%;
}

.footer-block .footer-main .footer-1 .left-block p{
	color: #ffffff;
	text-align: left;
	margin : 0 0 0 20px;
}

.footer-block .footer-main .footer-1 .right-block{
	float: right;
}

.footer-block .footer-main .footer-1 .right-block p,
.footer-block .footer-main .footer-1 .right-block p a{
	color: #ffffff;
	text-align: right;
}

.footer-block .footer-main .footer-1 .right-block p a{
	color: #ffffff;
	font-weight: bold;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.footer-block .footer-main .footer-1 .right-block p a:hover{
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

/* Main Content */

.main-content .edge-block{
	background-color: #000000;
	display: block;
	height: 50px;
	width: 1px;
	margin: 0 auto;
}

.main-content .banner-block{
	background-image: url("../images/banners/strip.jpg");
	background-size: cover;
	background-position: center bottom;
}

.main-content .banner-block .head-block-1 h1{
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

/* Home */

.home{}


.home .block-1{
}

.home .block-1 .inner-container{
	padding: 0;
	font-size: 0;
}

.home .block-1 .image-block{
	max-width: 1600px;
	position: relative;
	overflow: hidden;
}

.home .block-1 .image-block img{
	width: 100%;
}

.home .block-1 .image-block .content-block{
	position: absolute;
	width: 100%;
}

.home .block-1 .block-11{
	display: inline-block;
	padding-left: 2%;
	padding-right: 2%;
	vertical-align: middle;
}

.home .block-1 .block-11 .head-block h2{
	color: #000000;
	font-weight: 700;
	margin-left: 20%;
}

.home .block-1 .block-11 .head-block h2 span{
	color: #FE0000;
}

.home .block-1 .block-12{
	display: inline-block;
	width: 46%;
	padding-left: 2%;
	padding-right: 2%;
	vertical-align: middle;
}

.home .block-1 .block-12 .image-block{
	width: 100%;
}

.home .block-1 .block-12 .image-block img{
	width: 100%;
}

.home .block-2{
	position: relative;
}

.home .block-2 .inner-container{
	font-size: 0;
	padding-left: 0;
	padding-right: 0;
}

.home .block-2 .block-20{
	display: none;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}

.home .block-2 .block-20 .block-201{
	display: none;
}

.home .block-2 .block-20 .block-201{
	position: relative;
}

.home .block-2 .block-20 .block-201 .head-block{
	padding-left: 10%;
}

.home .block-2 .block-20 .block-201 .head-block h2 span{
	text-align: left;
	font-weight: 700;
}

.home .block-2 .block-20 .text-block{
	padding-left: 10%;
	margin-bottom: 14px;
}

.home .block-2 .block-20 .text-block-2 p{
	text-align: justify;
}

.home .block-2 .block-20 .block-201 .element-block{
	position: absolute;
	width: 160px;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 7px solid #f2f3f4;
	border-left: 7px solid #ff0000;
	z-index: -1;
}

.home .block-2 .block-22 .block-201 .text-block-2{
	padding-left: 10%;
}

.home .block-2 .block-21{
	display: inline-block;
	width: 43%;
	margin-left: 2%;
	margin-right: 2%;
	vertical-align: middle;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
}

.home .block-2 .block-21 .lSAction > a{
	opacity: 1;
	text-align: center;
	transform: translate(0,50%);
}

.lSAction > .lSPrev{
	/* transform: translate(-70%,0); */

}
.lSAction > .lSNext{
	/* transform: translate(70%,0); */
}

.home .block-2 .block-22{
	display: inline-block;
	width: 43%;
	padding-left: 2%;
	padding-right: 2%;
	vertical-align: middle;
}

.home .block-2 .block-22 .block-221{
	position: relative;
	padding-left: 1%;
	padding-right: 1%;
}

.home .block-2 .block-22 .block-221 .head-block{
	padding-left: 7%;
}

.home .block-2 .block-22 .block-221 .head-block h2{
	text-align: left;
	font-weight: 700;
}

.home .block-2 .block-22 .block-221 .text-block{
	padding-left: 10%;
}

.home .block-2 .block-22 .block-221 .text-block p{
}

.home .block-2 .block-22 .block-221 .element-block{
	position: absolute;
	width: 160px;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 7px solid #f2f3f4;
	border-left: 7px solid #ff0000;
	z-index: -1;
}

.home .block-2 .block-22 .block-221 .text-block-2{
	padding-left: 10%;
}

.home .block-2 .block-22 .text-block-2 p{
	text-align: justify;	
}

.home .block-2 .block-22 .block-223{
	position: relative;
	font-size: 0;
}

.home .block-2 .block-22 .block-223 .element-block{
	position: absolute;
	width: 140px;
	height: 140px;
	background-color: #f2f3f4;
	z-index: -1;
}

.home .block-2 .block-22 .block-223 .element-block-1{
	top: 0;
	left: 0;
}
.home .block-2 .block-22 .block-223 .element-block-2{
	bottom: 0;
	right: 0;
}

.home .block-2 .block-22 .block-223 .block-2231{
	background-color: #ffffff;
	border: 7px solid #000000;
	margin: 0 10%;
}

.home .block-2 .block-22 .block-223 .block-2231 .block{
	display: inline-block;
	width: 50%;
}

.home .block-2 .block-22 .block-223 .block-2231 .block .head-block h3{
	font-weight: bold;
	text-align: center;
}

.home .block-2 .block-22 .block-223 .block-2231 .block .text-block p{
	font-weight: bold;
	text-align: center;
}

.home .block-2 .block-23{
	display: inline-block;
	width: 6%;
}

.home .block-2 .block-24{
	display: block;
	padding-left: 2%;
	padding-right: 2%;
}

.home .block-2 .block-24 .content-block .head-block{
	position: relative;
}

.home .block-2 .block-24 .content-block .head-block .element-block{
	position: absolute;
	border: 7px solid #f2f3f4;
	width: 140px;
	height: 80px;
	z-index: -1;
}

.home .block-2 .block-24 .content-block .head-block h2{
	text-align: center;
	font-weight: 700;
}

.home .block-2 .block-24 .content-block .text-block p{
	text-align: justify;
}

.home .block-2 .welcome-slider .image-block{
}

.home .block-2 .welcome-slider .image-block img{
	width: 100%;
}

.home .block-2 .head-block{}

.home .block-2 .head-block h1{
	font-weight: 700;
}


.home .block-2 .text-block{
	max-width: 1080px;
	margin: 0 auto;
}

.home .block-3{
}

.home .block-3 .inner-container{
	padding: 0;
}

.home .block-3 .head-block h2{
	text-align: center;
	font-weight: 700;
}

.home .block-3 .block-31 {
	text-align: center;
	font-size: 0;
	overflow-x: hidden;
}
	
.home .block-3 .block-31 .block{
	display: inline-block;
	width: 29.33%;
	padding-left: 2%;
	padding-right: 2%;
	vertical-align: top;
}

.home .block-3 .block-31 .last{
}

.home .block-3 .block-31 .inner{
	background: #000000;
	background-image: repeating-linear-gradient(-48deg, 
    #222222 10px,
    #292929 12px,
    #000000 12px,
    #000000 20px);
}

.home .block-3 .block-31 .image-block{
	position: relative;
 	max-width: 120px;
  	margin: 0 auto;
	overflow: hidden;
}

.home .block-3 .block-31 .image-block img{
	width: 100%;
}

.home .block-3 .block-31 .text-block{
	text-align: center;
	color: white;
}

.home .block-3 .block-31 .text-block p{
	font-weight: 700;
}

.home .block-3 .block-32 .btn-block a{
	margin: 0 auto;
	display: block;
	max-width: 120px;
	padding: 21px 40px;
	background: #fff;
	text-align: center;
	border: 1px solid #000000;
	color: #000;
	background: repeating-linear-gradient(-48deg,#e7e7e7 10px,#e7e7e7 12px, #ffffff 12px,#ffffff 20px);
	font-weight: 700;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home .block-3 .block-32 .btn-block a:hover{
	background: #000000;
	color: #fff;
}

.home .block-3 .block-32 .btn-block a:active{
	background: #ffffff;
	color: #000;
}

.home .block-4 {
}

.home .block-4 .inner-container{
	padding: 0 2%;
}

.home .block-4 .head-block{}

.home .block-4 .head-block h2{
	font-weight: 700;
	text-align: center;
	
}

.home .block-4 .text-block{
	max-width: 1080px;
	margin: 0 auto;
}

.home .block-4 .text-block p{
	text-align: justify;
}

.home .block-4 .work-slider .block{	
}

.home .block-4 .work-slider .image-block {
	position: relative;
 	max-width: 350px;
  	margin: 0 auto;
	overflow: hidden;
}

.home .block-4 .work-slider .image-block img {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home .block-4 .work-slider .image-block:hover img{
	transform: scale(1.1);
}

.home .block-4 .work-slider .image-block .content-block {
	text-align: left;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	width: 100%;
	height: auto;
	color: white;
}

.home .block-4 .work-slider .image-block .content-block .head-block p{
	font-weight: 700;
	padding: 0 14px;
}

.home .block-4 .work-slider .image-block .content-block .text-block p{
	text-align: left;
}

.home .block-4 .work-slider .image-block .content-block .btn-block{
	display: inline-block;
	border-bottom: 2px solid #ffffff;
	border-radius: 2px;
}


.home .block-4 .block-41 .btn-block{
	text-align: center;
	border-bottom: 2px solid #ffffff;
	border-radius: 2px;
}

.home .block-4 .block-41 .btn-block a{
	margin: 0 auto;
	display: block;
	max-width: 120px;
	padding: 21px 40px;
	background: #fff;
	text-align: center;
	border: 1px solid #000000;
	color: #000;
	background: repeating-linear-gradient(-48deg,#e7e7e7 10px,#e7e7e7 12px, #ffffff 12px,#ffffff 20px);
	font-weight: 700;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home .block-4 .block-41 .btn-block a:hover{
	background: #000000;
	color: #fff;
}

.home .block-4 .block-41 .btn-block a:active{
	background: #ffffff;
	color: #000;
}

.home .block-4 .block-41 .btn-block i{
	padding-left: 7px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home .block-5{}

.home .block-5 .container{}

.home .block-5 .inner-container{
	padding: 0;
}

.home .block-5 .head-block h2{
	text-align: center;
	font-weight: 700;
}

.home .block-5 .star-block{
	text-align: center;
}

.home .block-5 .star-block i{
	font-size: 30px;
	line-height: 36px;
	color: #ffd700;
}

.home .block-5 .block-51{
	font-size: 0;
	text-align: center;
}

.home .block-5 .block-51 .block{
	display: inline-block;
	position: relative;
	width: 29.33%;
	margin-left: 2%;
	margin-right: 2%;
	vertical-align: top;
	background: repeating-linear-gradient(-48deg,#fafafa 10px,#fafafa 12px, #ffffff 12px,#ffffff 20px);
	box-sizing: border-box;
	border: 2px solid #c5c5c5;
}

.home .block-5 .block-51 .block .inner{
	padding: 20px;
}

.home .block-5 .block-51 .block .text-block-1 p{
	text-align: justify;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-5 .block-51 .block .text-block-1 p span{
	font-weight: 500;
}

.home .block-5 .block-51 .block .text-block-2{
}

.home .block-5 .block-51 .block .text-block-2 p{
	font-weight: 700;
	text-align: left;
}

.home .block-5 .block-51 .block .rating-block{
	text-align: left;
}

.home .block-5 .block-51 .block .rating-block i{
	color: #ffd700;
}

.home .block-5 .block-51 .block .icon-block{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-30%,-30%);
}

.home .block-5 .block-51 .block .icon-block i{
	font-size: 30px;
	color: #000000;
}


/* page2 */

.serviceslist .block-2 .head-block h2{
	font-weight: 700;
	text-align: center;
}

.serviceslist .block-2 .text-block p{
	text-align: center;
}

.serviceslist .block-3 {}

.serviceslist .block-3 .container{
	max-width: 1080px;
}

.serviceslist .block-3 .inner-container{
	font-size: 0;
	padding-left: 0;
	padding-right: 0;
}

.serviceslist .block-3 .block-31{
	display: inline-block;
	width: 26%;
	padding-left: 2%;
	padding-right: 2%;
	vertical-align: top;
}

.serviceslist .block-3 .block-31 .image-block{
	max-width: 400px;
}

.serviceslist .block-3 .block-31 .image-block img{
	width: 100%;
}

.serviceslist .block-3 .block-32{
	display: inline-block;
	width: 66%;
	padding-left: 2%;
	padding-right: 2%;
	vertical-align: middle;
}

.serviceslist .block-3 .block-32 .block-321{
	position: relative;
}

.serviceslist .block-3 .block-32 .block-321 .head-block{
	padding-left: 10%;
}

.serviceslist .block-3 .block-32 .block-321 .head-block h3{
	text-align: left;
	font-weight: 700;
}

.serviceslist .block-3 .block-32 .block-321 .text-block{
	padding-left: 10%;
}

.serviceslist .block-3 .block-32 .block-321 .text-block p{
}

.serviceslist .block-3 .block-32 .block-321 .element-block{
	position: absolute;
	width: 160px;
	height: 160px;
	border: 7px solid #f2f3f4;
	z-index: -1;
}

/* service */

.service .block-3 {}

.service .block-3 .container{
}

.service .block-3 .inner-container{
	font-size: 0;
	padding-left: 0;
	padding-right: 0;
}

.service .block-3 .block-30{
	display: none;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 35px;
}

.service .block-3 .block-30 .block-301{
	position: relative;
}

.service .block-3 .block-30 .block-301 .head-block{
	padding-left: 7%;
}

.service .block-3 .block-30 .block-301 .head-block h3{
	text-align: left;
	font-weight: 700;
}

.service .block-3 .block-30 .block-301 .text-block{
	padding-left: 7%;
}

.service .block-3 .block-30 .block-301 .text-block p{
}

.service .block-3 .block-30 .block-301 .element-block{
	position: absolute;
    width: 120px;
    box-sizing: border-box;
    height: 100%;
    top: 0;
    left: 0;
    border: 7px solid #f2f3f4;
    border-left: 7px solid #ff0000;
    z-index: -1;
}

.service .block-3 .block-31{
	display: inline-block;
	width: 32%;
	padding-left: 2%;
	padding-right: 2%;
	vertical-align: top;
}

.service .block-3 .block-31 .image-block{
	overflow: hidden;
	max-width: 400px;
	margin: 0 auto;
}

.service .block-3 .block-31 .image-block img{
	width: 100%;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.service .block-3 .block-31 .image-block:hover img{
	transform: scale(1.1);
}

.service .block-3 .block-32{
	display: inline-block;
	width: 62%;
	padding-left: 1%;
	padding-right: 1%;
	vertical-align: middle;
}

.service .block-3 .block-32 .block-321{
	position: relative;
	padding-left: 1%;
	padding-right: 1%;
}

.service .block-3 .block-32 .block-321 .head-block{
	padding-left: 7%;
}

.service .block-3 .block-32 .block-321 .head-block h3{
	text-align: left;
	font-weight: 700;
}

.service .block-3 .block-32 .block-321 .text-block{
	padding-left: 7%;
}

.service .block-3 .block-32 .block-321 .text-block p{
}

.service .block-3 .block-32 .block-321 .element-block{
	position: absolute;
    width: 120px;
    box-sizing: border-box;
    height: 100%;
    top: 0;
    left: 0;
    border: 7px solid #f2f3f4;
    border-left: 7px solid #ff0000;
    z-index: -1;
}

.service .block-3 .block-32 .block-322{
	padding-left: 1%;
	padding-right: 1%;
}

.service .block-3 .block-32 .block-322 .text-block p{
	text-align: justify;
}

.service .block-3 .block-32 .block-323 .service-list li {
	display: inline-block;
	width: 48%;
	padding-left: 1%;
	padding-right: 1%;
	clear: both;
	vertical-align: top;
}

.service .block-3 .block-32 .block-323 .service-list li a{
	display: block;
	font-weight: 700;
	color: #000000;
	border: 1px solid #eaeaea;
	border-left: 3px solid #000000;
	text-decoration: none;
	padding: 10px 14px;
	background: repeating-linear-gradient(
	-45deg,#fafafa,#fafafa 10px,#eaeaea 10px,#eaeaea 11px);
}

.service .block-3 .block-32 .block-323 .service-list li a:hover{
	background: repeating-linear-gradient(
	-45deg,#eaeaea,#eaeaea 10px,#fafafa 10px,#fafafa 11px);
}

.service .block-3 .block-32 .block-323 .service-list li .modal-block{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 10;
}

.service .block-3 .block-32 .block-323 .service-list li .modal-block .modal{
	position: fixed;
	display: block;
	top: 50%;
	z-index: 9999;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 65%;
	max-width: 1080px;
	background-color: rgb(255, 255, 255);
	font-size: 0;
	overflow-y: auto;
}

.service .block-3 .block-32 .block-323 .service-list li .modal .icon-block{
	position: absolute;
	top: 0;
	right: 0;
	padding: 11px;
	width: 24px;
	background: #000000;
	cursor: pointer;
	z-index: 99;
}

.service .block-3 .block-32 .block-323 .service-list li .modal .icon-block img{
	width: 100%;
}

.service .block-3 .block-32 .block-323 .service-list li .image-block{
	display: inline-block;
	width: 32%;
	max-width: 300px;
	padding-left: 2%;
	padding-right: 2%;
	vertical-align: top;
}

.service .block-3 .block-32 .block-323 .service-list li .image-block img{
	width: 100%;
}

.service .block-3 .block-32 .block-323 .service-list li .content-block{
	display: inline-block;
	width: 60%;
	padding-left: 2%;
	padding-right: 2%;
	vertical-align: top;
}

.service .block-3 .block-32 .block-323 .service-list li .content-block .block-3231{
	position: relative;
	padding-left: 1%;
	padding-right: 1%;
}

.service .block-3 .block-32 .block-323 .service-list li .content-block .block-3231 .head-block{
	padding-left: 7%;
}

.service .block-3 .block-32 .block-323 .service-list li .content-block .block-3231 .head-block h3{
	text-align: left;
	font-weight: 700;
}

.service .block-3 .block-32 .block-323 .service-list li .content-block .block-3231 .head-block span{
	font-weight: 700;
}

.service .block-3 .block-32 .block-323 .service-list li .content-block .block-3231 .text-block{
	padding-left: 7%;
}

.service .block-3 .block-32 .block-323 .service-list li .content-block .block-3231 .text-block p{
}

.service .block-3 .block-32 .block-323 .service-list li .content-block .block-3231 .element-block{
	position: absolute;
    width: 160px;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 7px solid #f2f3f4;
    border-left: 7px solid #ff0000;
    z-index: -1;
}

.service .block-3 .block-32 .block-323 .service-list li .content-block .block-3232{
	padding-left: 1%;
	padding-right: 1%;
}

.service .block-3 .block-32 .block-323 .service-list li .content-block .block-3232 .text-block p{
	text-align: justify;
}

/* Portfolio */

.portfolio .grid {
	text-align: center;
	max-width: 1280px;
	margin: 2% auto;
}
  
.portfolio .grid-item {
	box-sizing: border-box;
	width: 31.33%;
	margin-right: 1%;
	margin-left: 1%;
	display: inline-block;
	vertical-align:top;
	overflow: hidden;
	border: 1px solid #d5d5d5;
}

.portfolio .grid-item-2 {
	width: 64.33%;
	margin-right: 1%;
	margin-left: 1%;
}


.portfolio .grid-item:hover {
	border: 1px solid #DB021E;
}

.portfolio .grid-item:hover img{
	transform: scale(1.1);
}

.portfolio .grid-item img{
	width: 100%;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/* Contact Us */

.contact{}

.contact .block-1{
}

.contact .block-1 .head-block-1{
}


.contact .block-1 .divider-block{}

.contact .block-1 .divider-block span{
	display: block;
	border-top: 4px solid #ffffff;
	max-width: 70px;
	margin: 0 auto;
}

.contact .block-2{
}

.contact .block-2 .iframe-block{
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.contact .block-2 .iframe-block iframe{
	width: 100%;
	height: 100%;
}

.contact .block-2 .iframe-block iframe .gm-style .place-card-large{
	display: none;
} 

.contact .block-2 .head-block h1{
	font-weight: 700;
	text-align: center;
}

.contact .block-2 .text-block-1 p{
	text-align: center;
	max-width: 1080px;
	margin: 0 auto;
}

.contact .block-3{
}

.contact .block-3 .inner-container{
	max-width: 1080px;
	padding: 0;
	font-size: 0;
	text-align: left;
	margin: 0 auto;
}

.contact .block-3 .block-31 .block{
	position: relative;
}

.contact .block-3 .block-31 .block .element-block{
	position: absolute;
	width: 120px;
	height: 100%;
	border: 7px solid #f2f3f4;
	z-index: -1;
}

.contact .block-3 .block-31 .block .head-block-1 {
	padding-left: 7%;
}

.contact .block-3 .block-31 .block .head-block-1 h2{
	font-weight: bold;
}

.contact .block-3 .block-31,
.contact .block-3 .block-32{
	display: inline-block;
	vertical-align: top;
	width: 46%;
	padding-left: 2%;
	padding-right: 2%;
}

.contact .block-3 .block-31 .head-block-1,
.contact .block-3 .block-32 .head-block-1{}

.contact .block-3 .block-31 .head-block-1 h2,
.contact .block-3 .block-32 .head-block-1 h2{
	color: #000000;
	font-family: "Roboto-condensed";
	font-weight: 700;
	text-align: left;
}

.contact .block-3 .block-32 .detail-block .head-block h3{
	font-weight: 700;
	color: #434343;
}

.contact .block-3 .block-31 .form-block{}

.contact .block-3 .block-31 .form-block .block{}

.contact .block-3 .block-31 .form-block .block{
}

.contact .block-3 .block-31 .form-block .btn-block{
}

.contact .block-3 .block-31 .form-block input[type="text"]{
	display: block;
	width: 100%;
	border-bottom: 1px  solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	outline: none;
	color: #494949;
	text-align: left;
	padding: 10px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.contact .block-3 .block-31 .form-block input[type="text"]:hover,
.contact .block-3 .block-31 .form-block input[type="text"]:focus{
	border-bottom: 1px solid #4f4f4f;
	border-left: 1px solid #4f4f4f;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.contact .block-3 .block-31 .form-block textarea{
	display: block;
	width: 100%;
	border-bottom: 1px  solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	outline: none;
	color: #494949;
	text-align: left;
	padding: 10px;
	height: 112px;
	resize: vertical;
}

.contact .block-3 .block-31 .form-block textarea:hover,
.contact .block-3 .block-31 .form-block textarea:focus{
	border-bottom: 1px solid #4f4f4f;
	border-left: 1px solid #4f4f4f;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.contact .block-3 .block-31 .form-block input[type="submit"]{
	display: block;
	width: 100%;
	max-width: 150px;
	border: 1px solid #000000;
	color: #000000;
	background: repeating-linear-gradient(-48deg,#e7e7e7 10px,#e7e7e7 12px, #ffffff 12px,#ffffff 20px);
	text-align: center;
	padding: 14px 20px;
	cursor: pointer;
}

.contact .block-3 .block-31 .form-block input[type="submit"]:hover,
.contact .block-3 .block-31 .form-block input[type="submit"]:focus{
	border: 1px solid #000000;
	background: #000000;
	color: #fff; 
}


.contact .block-3 .block-32 .block{
	position: relative;
}

.contact .block-3 .block-32 .block-321 .block .element-block{
	position: absolute;
	width: 120px;
	height: 100%;
	border: 7px solid #f2f3f4;
	z-index: -1;
}

.contact .block-3 .block-32 .block-321 .block .head-block-1 {
	padding-left: 7%;
}

.contact .block-3 .block-32 .block-321 .block .head-block-1 h2{
	font-weight: bold;
}

.contact .block-3 .block-32 .block-321 .block .icon-block{
	margin-right: 14px;
	display: inline-block;
	vertical-align: top;
}

.contact .block-3 .block-32 .block-321 .block .icon-block i{
    display: inline-block;
	font-size: 21px;
	line-height: 1em;
	color: #000000;
	text-align: center;
	margin: 0 auto;
}

.contact .block-3 .block-32 .block-321 .block .detail-block{
	display: inline-block;
	vertical-align: middle;
}

.contact .block-3 .block-32 .block-321 .block .detail-block a{
	display: block;
	text-align: left;
}

.contact .block-3 .block-32 .block-321 .block .detail-block .text-block{
	display: inline-block;
}

.contact .block-3 .block-32 .block-321 .block .detail-block .text-block p{
	color: #000000;
	text-align: left;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.contact .block-3 .block-32 .block-321 .block .detail-block .text-block a{
	color: #000000;
	text-align: left;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}



.contact .block-3 .block-32 .block-321 .block .detail-block .text-block-1 .link-block a{
	color: #000000;
}

.contact .block-3 .block-32 .block-321 .block .detail-block .link-block a{
	color: #000000;
	text-align: left;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.contact .block-3 .block-32 .block-321 .block .detail-block .link-block a:hover,
.contact .block-3 .block-32 .block-321 .block .detail-block .link-block a:active,
.contact .block-3 .block-32 .block-321 .block .detail-block .text-block a:active,
.contact .block-3 .block-32 .block-321 .block .detail-block .text-block a:hover{
	color: #ff0000;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}


.contact .block-3 .block-32 .block .detail-block a:hover .text-block p,
.contact .block-3 .block-32 .block .detail-block a:focus .text-block p{
	color: #000000;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.contact .block-4{
}

.contact .block-4 .inner-container{
	padding: 0;
	max-width: 960px;
    margin: 0 auto;
}

.contact .block-4 .head-block-1 h2{
    color: #000000;
    text-align: center;
}

.contact .block-4 .block-41{
	float: left;
	width: 46%;
	padding-left: 2%;
	padding-right: 2%;
}



