
<style type="text/css">
	/* Reset
     ------------------------------------------------------------------------------------- */
	html{margin:0;padding:0;border:0;font-size:100.01%;color:#000;}
	body{margin:0;padding:0;border:0;font:1.75em/1.25 arial,helvetica,sans-serif;overflow-x: -moz-hidden-unscrollable;}
	div,span,object,iframe,blockquote,q,abbr,acronym,address,big,cite,code,ins,del,em,img,small,strong,sub,sup,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,label,input,legend,table,caption,tbody,tfoot,thead,tr,textarea,p,th,td{margin:0;padding:0;border:0;}
	table{border-collapse:collapse;border-spacing:0;}
	li{list-style:none}
	blockquote,q{quotes:none;}
	blockquote:before,blockquote:after,q:before,q:after{content: '';content: none;}
	*:focus {outline:none;}
	b, strong{font-weight:bold;}
	*{font-weight: 300;}
	html,body{margin:0; padding:0; direction:ltr;width: 100%;height: 100%;}
	body{position:relative; background-color: #f2f2f2; color: #eb3859;}

	/* placeholder */
	::-webkit-input-placeholder { color:#5C5C5C;}
	::-moz-placeholder { color:#5C5C5C;} /* firefox 19+ */
	:-ms-input-placeholder { color:#5C5C5C;} /* ie */
	input:-moz-placeholder { color:#5C5C5C;}
	/* placeholder focus */
	:focus::-webkit-input-placeholder{color:#005ABB;}
	:focus::-moz-placeholder{color:#005ABB;}
	:focus:-ms-input-placeholder{color:#005ABB;}
	:focus:-moz-placeholder{color:#005ABB;}

	/* General
     ------------------------------------------------------------------------------------- */
	.left{ float:left;}
	.right{ float:right;}
    .align-left{text-align:left;}
    .align-right{text-align:right;}
    .align-center{text-align: center;}
	.clr,.clear{ clear:both;}
	a{ text-decoration:none; color:#000;}
    a:focus{outline:0;text-decoration:none;}
	a:hover{ color:#434343;text-decoration:none;}
	.notfound{ color:#f00; height:40px; line-height:40px; background:#FFF0F0; padding:0px 20px; border-left:3px solid #f00;}
	.maintenance{ margin:50px 0; padding:50px; background:#f5f480; color:#3c7bc6; font-size:24px; box-shadow:0 0 5px #000;}

	/** Generated by FG
	@font-face {
		font-family: 'Conv_JF Flat regular';
		src: url('fonts/JF Flat regular.eot');
		src: local('?'), url('fonts/JF Flat regular.woff') format('woff'), url('fonts/JF Flat regular.ttf') format('truetype'), url('fonts/JF Flat regular.svg') format('svg');
		font-weight: normal;
		font-style: normal;
	}**/
    @font-face {
        font-family: "Jaapokki";
        src: url('../../fonts/jaapokki/Jaapokki-Regular.otf') format("truetype");
    }

    @font-face {
        font-family: "Inconsolata";
        src: url('../../fonts/Inconsolata/Inconsolata.otf') format("truetype");
    }

    /*@import url(http://fonts.googleapis.com/css?family=Inconsolata:700,400);*/
    /*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);*/

		*{font-family: 'Inconsolata';}
	
	/* CSS
     ------------------------------------------------------------------------------------- */
    
    .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    
    .responsive_img{max-width: 100%;height: auto;}

    .bg-primary {
        background-color: #f2f2f2;
    }

    .bg-primary-about {
        position: relative;
        width: 100%;
        min-height: auto;
        text-align: center;
        color: #000;
        background-image: url('../../images/frontend/about/about-header.png');
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

    .bg-primary-clients {
        position: relative;
        width: 100%;
        min-height: auto;
        text-align: center;
        color: #000;
        background-image: url('../../images/frontend/clients/clients-bg.png');
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

    .bg-primary-footer {
        position: relative;
        width: 100%;
        min-height: auto;
        text-align: center;
        background:transparent url('../../images/frontend/footer/pattern.png') repeat top left;
        background-color: #565656;
    }

    .bg-primary-ourclients {
        position: relative;
        width: 100%;
        min-height: auto;
        text-align: center;
        color: #000;
        background-image: url('../../images/frontend/ourclients/ourclients-bg.png');
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

    .bg-dark {
        color: #fff;
        background-color: #222;
    }

    .text-faded {
        color: rgba(255,255,255,.7);
    }
    .img-centered {
        margin: 0 auto;
    }
    
    /* Header
     ------------------------------------------------------------------------------------- */

hr {
    max-width: 50px;
    border-color: #f05f40;
    border-width: 2px;
}

hr.light {
    border-color: #000;
}

hr.white {
    max-width: 50px;
    border-width: 2px;
    border-color: #fff;
}

hr.news {
    max-width: 50px;
    border-width: 2px;
    border-color: #000;
}


/*section {
    padding: 100px 0;
}*/

#services, #about ,#clients,#news,#ourClients,#content_page_header,#content_page_body{
    padding: 20px 0px;
}

#footer{padding-bottom: 50px;padding-top: 50px;}

#news{
    background-color: #fff;
}


/*#about{
    padding: 100px 0;
}*/


aside {
    padding: 50px 0;
}

section h2 {
    margin: 0;
    font-size: 1.5em;
}

/*@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}*/

.no-padding {
    padding: 0;
}
.logo{
    max-width: 60%;
    top: -11px;
    position: relative;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    background-color: #f4f5f6;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-weight: 700;
    color: #f05f40;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #f05f40;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #f05f40;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #f05f40;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;   
}

.clients .section-header {
        margin-bottom: 40px;
    }

    .section-header {
        text-align: center;
        margin-bottom: 90px;
    }

    .section-header h3 {
        font-size: 1em;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-family: Jaapokki;
    }

    .news-header {
        text-align: center;
        margin: 20px 20px 35px;
    }

    .news-header h3 {
        font-size: 1em;
        font-weight: bold;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: Jaapokki;
    }

    .ourClients-header {
        text-align: center;
        margin: 20px 20px 35px;
    }

    .ourClients-header h3 {
        font-size: 1em;
        font-weight: bold;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: Jaapokki;
    }

    .testimonial-details{
        color: #fff;
    }

    .testimonial-details p{
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 1px;
        margin-bottom: 35px;
        font-size: 14px;
    }

    .block-title {
        font-weight: 700;
        letter-spacing: 5px;
        line-height: 19px;
        font-family: Jaapokki;
        font-size: 14px;
    }

    /*.testimonial-details > h5 {
        font-size: 13px;
        color: #555;
        letter-spacing: 1px;
        font-weight: 300;
        padding: 12px;
        display: none;
    }*/

    .clients .carousel-indicators {
        position: relative;
        margin: 30px 0px 0px;
        left: 0px;
        width: auto;
        bottom: 0px;
    }

    .portfolio-item {
        margin-bottom: 25px;
    }

    .portfolio-item h4{
        margin-top: 20px;
        margin-bottom: 10px;
        font-family: Jaapokki;
        color: #eb3859;
    }

    .portfolio-item h4 a{
        color: #eb3859;
        font-family: Jaapokki;
        text-transform: uppercase;
    }

    .portfolio-item p{
       color: #a9a9a9;
       font-size: 14px;
    }

    .more a{float: right;color: #5c5c5c;font-family: Jaapokki;}
    .more a:hover{color: #eb3859;}
    .news-footer{color: #5c5c5c;text-transform: uppercase;font-family: Jaapokki;font-size: 12px;padding-top: 12px;}
    .date{font-family: Jaapokki;}

    .ourClients .row-logos-carousel {
        /*padding: 35px 0px;
        background-color: #F6F6F6;*/
    }

    .ourClients .row-logos-carousel .logos-carousel {
        margin: auto;
    }

    .swiper-container {
        margin: 0px auto;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .swiper-container-android .swiper-slide, .swiper-wrapper {
        transform: translate3d(0px, 0px, 0px);
    }

    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        transform-style: preserve-3d;
        transition-property: transform;
        box-sizing: content-box;
    }

    .ourClients .row-logos-carousel .logos-carousel .swiper-slide {
        float: left;
        margin-right: 55px;
        width: auto;
    }

    .swiper-slide {
        transform-style: preserve-3d;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .ourClients .row-logos-carousel .logos-carousel .swiper-slide:not(:hover) img {
        -webkit-filter:grayscale(100%);
        filter: grayscale(100%);
    }

    .ourClients .row-logos-carousel .logos-carousel .swiper-slide img {
        transition: all 0.3s ease 0s;
    }

    .row i {
        cursor: pointer;
        display: inline-block;
        transition: all 0.15s ease 0s;
        color: #7e7e7e;
        border: 2px solid #7e7e7e;
        border-radius: 50%;
        padding: 0.5em;
        position: relative;
        background: transparent;
        width: 40px;
        height: 40px;
    }

    .row i:hover {
      background: #7e7e7e;
      color: white;
      top: -2px;
    }

    .row a {display: inline-block;}

    .social a:not(:first-child) {margin-left: 1em;}

    .social{padding-top: 20px;padding-bottom: 20px;}

    .copyrights{padding-top: 20px; color: #7e7e7e;font-size: 16px;font-family: Jaapokki;}

    .copyrights{padding-top: 20px; color: #7e7e7e;font-size: 16px;font-family: Jaapokki;}

    .copyrights-codendot {padding-top: 18px; }
    .copyrights-codendot span{
        color: #7e7e7e;
        font-size: 14px;
    }
    .copyrights-codendot a{font-size: 14px;color: #fff;transition: all 0.15s ease 0s;}
    .copyrights-codendot a:hover{color: #7e7e7e;}

    .heading-slide1{
        text-align: center;
        text-transform: uppercase;
        color: rgb(0, 0, 0);
        font-weight: bold;
        font-family: Jaapokki;
    }

    .service img{
        max-width: 90%;
    }

    .col-margin{margin-top: 120px;}

    .slide2-text{margin-top: 45%;text-align: left;}

    .subtitle-slider{
        background-color: rgb(234, 29, 72);
        padding: 10px;
        font-size: 40px;
        font-weight: bold;
        font-family: Jaapokki;
    }

    .text-slide1{margin-top: 115px;}

    .progress-bar{background-color: #ec2f41;}

    .content-page{margin-top: 60px;}

    .title{font-family: Jaapokki;color: #eb3859;}

    .text{
        text-align: justify;
        line-height: 35px;
        padding: 10px 0px;
        color: #A9A9A9;
    }
    
    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .portfolio-modal .modal-content {
        padding: 100px 0px;
        min-height: 100%;
        border: 0px none;
        border-radius: 0px;
        text-align: center;
        background-clip: border-box;
        box-shadow: none;
    }

    .portfolio-modal .close-modal {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 75px;
        height: 75px;
        background-color: transparent;
        cursor: pointer;
    }

    .portfolio-modal .close-modal .lr {
        z-index: 1051;
        width: 1px;
        height: 75px;
        margin-left: 35px;
        background-color: #2C3E50;
        transform: rotate(45deg);
    }

    .portfolio-modal .close-modal .lr .rl {
        z-index: 1052;
        width: 1px;
        height: 75px;
        background-color: #2C3E50;
        transform: rotate(90deg);
    }

    .modal-body {
        position: relative;
        padding: 20px;
    }

    .portfolio-modal .modal-content h2 {
        margin: 0px;
        font-size: 2em;
        font-family: Jaapokki;
    }

    .portfolio-modal .modal-content img {
        margin-bottom: 30px;
    }

    .descp_of_project{
        color: #A9A9A9;
        margin-bottom: 30px;
        text-align: justify;
    }
    
    .paddingSpan{padding: 5px; font-family: Jaapokki;text-transform:upercase;font-size: 12px;}

    .bootslider{margin-top: 50px;}

    .bg-red{background-color:#ec2f41;}
    .text-red{color: #eb3859;}

    .subheading{margin-top: 40px; padding-left: 0;font-size: 12px;font-family: Jaapokki;text-transform:upercase;}

    .margin-top{margin-top: 90px;}
    
    .heading{margin: 10px 12px 0px;font-size: 20px !important;}

    hr.slider{
        max-width: 10em;
        border-color: #F05F40;
        border-width: 1px;
        display: none;
    }
    
    .mapbox{
    	background-color: #EC2F41;
	border-radius: 5px;
	height: 65px !important;
	line-height: 50px;
    }
    
    .hvr-rectangle-out{background-color: #fff;}
    
    /*.mapbox:hover{
    	background-color: #fff;
    }*/
    
    .mapicon{
    	width: 14% !important;
	height: 100% !important;
	left: 10px !important;
	padding: 6px;
    }
    
    .h4map{
    	height: auto !important;
    	padding-top: 8px;
	//line-height: 45px;
    }
    
    .maplink{
    	color: #FFF;
	top: 4px;
	position: relative;
    }
    

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: #f4f5f6;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #000;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #eb3859;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #f05f40;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #f05f40;
    }

    section h2 {
        margin: 0px;
        font-size: 1.5em;
    }

    .clients .section-header {
        margin-bottom: 40px;
    }

    .section-header {
        text-align: center;
        margin-bottom: 90px;
    }

    .news-header {
        text-align: center;
        margin: 20px 20px 35px;
    }

    .news-header h3 {
        font-size: 1em;
        font-weight: bold;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: Jaapokki;
    }

    .ourClients-header {
        text-align: center;
        margin: 20px 20px 35px;
    }

    .ourClients-header h3 {
        font-size: 1em;
        font-weight: bold;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: Jaapokki;
    }

    .section-header h3 {
        font-size: 1em;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-family: Jaapokki;
    }

    .testimonial-details{
        color: #fff;
    }

    .testimonial-details p{
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 1px;
        margin-bottom: 35px;
        font-size: 14px;
    }

    .block-title {
        font-weight: 700;
        letter-spacing: 5px;
        line-height: 19px;
        font-family: Jaapokki;
        font-size: 14px;
    }

    .testimonial-details > h5 {
        font-size: 13px;
        color: #555;
        letter-spacing: 1px;
        font-weight: 300;
        padding: 12px;
        display: none;
    }

    .clients .carousel-indicators {
        position: relative;
        margin: 30px 0px 0px;
        left: 0px;
        width: auto;
        bottom: 0px;
    }

    .portfolio-item {
        margin-bottom: 25px;
    }

    .portfolio-item h4{
        margin-top: 20px;
        margin-bottom: 10px;
        font-family: Jaapokki;
        color: #eb3859;
    }

    .portfolio-item h4 a{
        color: #eb3859;
        font-family: Jaapokki;
        text-transform: uppercase;
    }

    .portfolio-item p{
       color: #a9a9a9;
       font-size: 14px;
    }

    .more a{float: right;color: #5c5c5c;font-family: Jaapokki;}
    .more a:hover{color: #eb3859;}

    .news-footer{color: #5c5c5c;text-transform: uppercase;font-family: Jaapokki;font-size: 12px;padding-top: 12px;}
    .date{font-family: Jaapokki;}

    .ourClients .row-logos-carousel {
        /*padding: 35px 0px;
        background-color: #F6F6F6;*/
    }

    .ourClients .row-logos-carousel .logos-carousel {
        margin: auto;
    }

    .swiper-container {
        margin: 0px auto;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .swiper-container-android .swiper-slide, .swiper-wrapper {
        transform: translate3d(0px, 0px, 0px);
    }

    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        transform-style: preserve-3d;
        transition-property: transform;
        box-sizing: content-box;
    }

    .ourClients .row-logos-carousel .logos-carousel .swiper-slide {
        float: left;
        margin-right: 55px;
        width: auto;
    }

    .swiper-slide {
        transform-style: preserve-3d;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .ourClients .row-logos-carousel .logos-carousel .swiper-slide:not(:hover) img {
        -webkit-filter:grayscale(100%);
        filter: grayscale(100%);
    }

    .ourClients .row-logos-carousel .logos-carousel .swiper-slide img {
        transition: all 0.3s ease 0s;
    }

    .row i {
        cursor: pointer;
        display: inline-block;
        transition: all 0.15s ease 0s;
        color: #7e7e7e;
        border: 2px solid #7e7e7e;
        border-radius: 50%;
        padding: 0.5em;
        position: relative;
        background: transparent;
        width: 40px;
        height: 40px;
    }

    .row i:hover {
      background: #7e7e7e;
      color: white;
      top: -2px;
    }

    .row a {display: inline-block;}

    .social a:not(:first-child) {margin-left: 1em;}

    .social{padding-top: 20px;padding-bottom: 20px;}

    .copyrights{padding-top: 20px; color: #7e7e7e;font-size: 16px;font-family: Jaapokki;}

    .copyrights-codendot {padding-top: 18px; }
    .copyrights-codendot span{
        color: #7e7e7e;
        font-size: 14px;
    }
    .copyrights-codendot a{font-size: 14px;color: #fff;transition: all 0.15s ease 0s;}
    .copyrights-codendot a:hover{color: #7e7e7e;}

    .heading-slide1{
        /*font-size: 70px;*/
        text-transform: uppercase;
        color: rgb(0, 0, 0);
        font-weight: bold;
        font-family: Jaapokki;
    }

    .service img{
        max-width: 90%;
    }

    .col-margin{margin-top: 40px;}

    .slide2-text{margin-top: 30%;text-align: left;}

    .subtitle-slider{
        background-color: rgb(234, 29, 72);
        padding: 10px;
        font-size: 53px;
        font-weight: bold;
        font-family: Jaapokki;
    }

    .text-slide1{margin-top: 90px;}

    .progress-bar{background-color: #ec2f41;}

    .content-page{margin-top: 60px;}

    .title{font-family: Jaapokki;color: #eb3859;}

    .text{
        text-align: justify;
        line-height: 35px;
        padding: 10px 0px;
        color: #A9A9A9;
    }
    
    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
        opacity:0.9;
    }

    .portfolio-modal .modal-content {
        padding: 100px 0px;
        min-height: 100%;
        border: 0px none;
        border-radius: 0px;
        text-align: center;
        background-clip: border-box;
        box-shadow: none;
    }

    .portfolio-modal .close-modal {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 75px;
        height: 75px;
        background-color: transparent;
        cursor: pointer;
    }

    .portfolio-modal .close-modal .lr {
        z-index: 1051;
        width: 1px;
        height: 75px;
        margin-left: 35px;
        background-color: #2C3E50;
        transform: rotate(45deg);
    }

    .portfolio-modal .close-modal .lr .rl {
        z-index: 1052;
        width: 1px;
        height: 75px;
        background-color: #2C3E50;
        transform: rotate(90deg);
    }

    .modal-body {
        position: relative;
        padding: 20px;
    }

    .portfolio-modal .modal-content h2 {
        margin: 0px;
        font-size: 3em;
        font-family: Jaapokki;
    }

    .portfolio-modal .modal-content img {
        margin-bottom: 30px;
    }

    .descp_of_project{
        color: #A9A9A9;
        margin-bottom: 30px;
        text-align: justify;
    }
    
     .bg-red{background-color:#ec2f41;}
    .text-red{color: #eb3859;}

    .subheading{margin-top: 40px; padding-left: 0;font-size: 29px;padding: 20px;font-family: Jaapokki;text-transform:uppercase;}

    .paddingSpan{padding: 20px;font-family: Jaapokki;text-transform:uppercase;font-size: 35px;}
    
    .heading{margin: 30px 12px 0px;font-size: 56px !important;}
    
    hr.slider{
        max-width: 22em;
        border-color: #F05F40;
        border-width: 2px;
        display: block;
    }
    .mapbox{
    	background-color: #EC2F41;
	border-radius: 5px;
	height: 65px !important;
	line-height: 50px;
    }
    
    .hvr-rectangle-out{background-color: #fff;}
    
    /*.mapbox:hover{
    	background-color: #fff;
    }*/
    
    .mapicon{
    	width: 14% !important;
	height: 100% !important;
	left: 10px !important;
	padding: 6px;
    }
    
    .h4map{
    	height: auto !important;
    	padding-top: 8px;
	//line-height: 45px;
    }
    
    .maplink{
    	color: #FFF;
	top: 4px;
	position: relative;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-color: #f2f2f2;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    /*width: 100%;
    padding: 100px 15px;*/
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        /*padding: 0 50px;*/
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
       /* max-width: 1000px;*/
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
    text-transform: uppercase;
    font-family: Jaapokki;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.text-primary {
    color: #ec2f41;
}

#DIV_1 {
    box-sizing: border-box;
    color: rgb(96, 96, 96);
    float: left;
    height: 139px;
    min-height: 1px;
    position: relative;
    width: 333.328125px;
    perspective-origin: 166.65625px 69.5px;
    transform-origin: 166.65625px 69.5px;
    border: 0px none rgb(96, 96, 96);
    font: normal normal 500 normal 15px/24px Raleway, sans-serif;
    outline: rgb(96, 96, 96) none 0px;
    padding: 0px 15px;
}/*#DIV_1*/

.feature {
    box-sizing: border-box;
    color: rgb(96, 96, 96);
    height: 99px;
    position: relative;
    width: 303.328125px;
    perspective-origin: 151.65625px 49.5px;
    transform-origin: 151.65625px 49.5px;
    border: 0px none rgb(96, 96, 96);
    font: normal normal 500 normal 15px/24px Raleway, sans-serif;
    outline: rgb(96, 96, 96) none 0px;
    padding: 0px 0px 0px 60px;
}/*#DIV_2*/

.icon {
    box-sizing: border-box;
    color: rgb(74, 162, 209);
    height: 38px;
    left: 0px;
    position: absolute;
    width: 40.015625px;
    align-self: stretch;
    perspective-origin: 20px 19px;
    transform-origin: 20px 19px;
    border: 0px none rgb(74, 162, 209);
    font: normal normal 500 normal 40px/24px Raleway, sans-serif;
    outline: rgb(74, 162, 209) none 0px;
}/*#DIV_3*/

#I_4 {
    box-sizing: border-box;
    color: rgb(74, 162, 209);
    border: 0px none rgb(74, 162, 209);
    font: italic normal 500 normal 40px/24px Raleway, sans-serif;
    outline: rgb(74, 162, 209) none 0px;
}/*#I_4*/

#I_4:before {
    box-sizing: border-box;
    color: rgb(74, 162, 209);
    speak: none;
    content: '';
    border: 0px none rgb(74, 162, 209);
    font: normal normal normal normal 40px/40px budicon;
    outline: rgb(74, 162, 209) none 0px;
}/*#I_4:before*/

.H4_5 .pop-link {
    box-sizing: border-box;
    color: #eb3859;
    height: 17px;
    width: 243.328125px;
    perspective-origin: 121.65625px 8.5px;
    transform-origin: 121.65625px 8.5px;
    border: 0px none #eb3859;
    font: normal normal bold normal 16px/17.6000003814697px Raleway, sans-serif;
    margin: 0px 0px 10px;
    outline: #eb3859 none 0px;
    font-weight: bold;
    text-transform: uppercase;
}/*#H4_5*/


.text-faded {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    color: rgb(0, 0, 0);
    padding: 25px;
    line-height: 22px;
    text-align: justify;
    font-weight: normal;
    font-size: 13px;
}


.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    //max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(70, 80, 92, 0.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 600;
    background: transparent;
    color: #fff;
    margin-left: 35px;
    margin-top: -60px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category::after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #ec2f41;
    width: 40px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
    padding-top: 30px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

    
</style>