@charset "utf-8";
/* CSS Document */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, address, small,strong, center, form, label, 
table, article, footer, header, output, section, 
summary, audio, video, p {
    margin          : 0;
    padding         : 0;
    border          : 0;
    vertical-align  : baseline;
    font-weight     : normal;
}
body{
    font-family : 'Roboto Condensed', sans-serif;
    font-size   : 14px;
    line-height : 1.846;
    color       : #212121;
	background-color: #ffffff;
}
h1{
	font-size       : 28px;
	font-weight     : 200;
	font-family     : 'Open Sans', sans-serif;
	text-transform  : uppercase;
	color           : #212121;
}
h2{
	font-size       : 24px;
	font-family     : 'Open Sans', sans-serif;
	text-transform  : uppercase;
	font-weight     : 200;
	color           : #212121;
	letter-spacing  : 2px;
}
.container .page-header.text-center.wow.fadeInDown h2 {
	color: #FFFFFF;
}


h3{
    font-size       : 20px;
	font-family     : 'Open Sans', sans-serif;
    text-transform  : uppercase;
    font-weight     : 200;
    color           : #212121;
    letter-spacing  : 2px;
}

h4{
    font-size       : 14px;   
}
h5{
    font-size       : 12px;   
}

h6{
    font-size       : 10px;   
}

p{
    font-family     : 'Open Sans', sans-serif;
    font-size       : 16px;
    font-weight     : 300;
    color           : #929292;
}

/*------------------------------------------
    -   GLOBAL PADDING  -
--------------------------------------------*/

.section-padding{
    padding     : 80px 0;
}

.section-title{
	position    : relative;
	padding-top: 0px;
	padding-bottom: 40px;
}

.section-title:before{
   position         : absolute;
    content         : " ";
    width           : 16%;
    height          : 50px;
    bottom          : 0;
    margin-bottom   : -52px;
    margin-bottom   : -52px;
    left            : 42%;
}

section .p-padding p {
	padding-top     : 75px;
	letter-spacing  : 1.5px;
	color           : #929292;
}
/*------------------------------------------
    -   ENTRY  -
--------------------------------------------*/

.entry-content{
    padding-top         : 40px;
	padding-bottom         : 40px;
}
section.entry .col-lg-12{
    margin-bottom       : 50px;
}
section.entry .col-md-3 .fa{
	font-size           : 25px;
	color               : #212121;
	margin              : 0 auto;
	height              : 90px;
	width               : 90px;
	border-radius       : 25%;
	border              : 2px solid #212121;
	line-height         : 80px;
	cursor              : pointer;
	-webkit-transition  : all  ease-in-out 0.35s;
	-moz-transition     : all  ease-in-out 0.35s;
	-o-transition       : all  ease-in-out 0.35s;
	-ms-transition      : all  ease-in-out 0.35s;
	transition          : all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}
section.entry .col-md-3 i:before{
    margin-left         : 0px;
    font-size           : 40px;
}


section.entry .col-md-3 .fa:hover{
	
	 -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.entry-content p{
    font-size               : 13px;
    padding-top             : 30px;
}

/*------------------------------------------
    -   CAROSEL  -
--------------------------------------------*/
#carosel1{
	background-color: #999999;
	
}

#carosel2{
	align-content: center;
	margin-top: 30%;
	margin-bottom: 30%;
}



/*------------------------------------------
    -   CLEAN IDEA  -
--------------------------------------------*/


.clean-idea{
    background              : url("../img/prx.jpg")no-repeat center center fixed;
    background-size         : cover;
    position                : relative;
}



.clean-idea h2 {
    color                   : #212121 !important;
	font-size               : 24px;
	font-weight             : 600;
}
.clean-idea p{
    font-size               : 20px;
    font-style              : italic;
    width                   : 80%;
    font-weight             : 300;
    margin                  : 0 auto;
    color                   : #fff !important;
}

/*BUTTON SET*/
.btn:focus,
.btn.focus{
    outline                 : 0;
    outline-offset          : 0;
    -webkit-box-shadow      : none;
    -moz-box-shadow         : none;
    -ms-box-shadow          : none;
    -o-box-shadow           : none;
    box-shadow              : none;
}


.btn{
    border-radius           : 0;
    font-size               : 16px;
}
.btn:focus{
     outline             : 0;
}
.btn-danger:hover{
    outline             : 0;
    background          :rgb(232, 71, 11) !important;
    border              : 1px solid rgb(232, 71, 0) !important;
    -webkit-transition  : all 0.5s ease-in-out !important;
    -moz-transition     : all 0.5s ease-in-out !important;
    -o-transition       : all 0.5s ease-in-out !important;
    transition          : all 0.5s ease-in-out !important;
}
.btn-primary:hover{
    outline             : 0px;
    color               : #000;
    background          :rgb(255, 255, 255) !important;
    border              : 1px solid rgb(255, 255, 254) !important;
    -webkit-transition  : all 0.5s ease-in-out !important;
    -moz-transition     : all 0.5s ease-in-out !important;
    -o-transition       : all 0.5s ease-in-out !important;
    transition          : all 0.5s ease-in-out !important;
}
.btn-success{
    font-family         : 'Open Sans', sans-serif;
    text-transform      : uppercase;
    font-size           : 20px;
    color               : #e84700;
    background-color    : #ffffff;
    border              : 1px solid #fff;
}
.btn-success:hover,
.btn-success:focus{
    outline             : 0px;
    color               : #fff;
    background          :transparent !important;
    border              : 1px solid rgb(255, 255, 254) !important;
    -webkit-transition  : all 0.5s ease-in-out !important;
    -moz-transition     : all 0.5s ease-in-out !important;
    -o-transition       : all 0.5s ease-in-out !important;
    transition          : all 0.5s ease-in-out !important;
}


.button-set .btn{
    font-family         : 'Open Sans', sans-serif;
    letter-spacing      : 1px;
}
.button-set .btn-danger{
    background-color    : #1c1c1b;
    border              : 1px solid #1c1c1c;
    margin-bottom       : 5px;
    
}
.button-set .btn-primary{
    background-color    : #212121;
    border              : 1px solid #e84711;
}
.button-set{
    margin-top          : 50px;
}
.button-set .fa{
    padding-right       : 10px;
}
.contact-us{
    padding: 6px 12px;
    background-color: #e84700;
    border: 1px solid #e84711;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
}

.contact-us:focus{

    color: #fff;
}
.contact-us:hover{
    background-color: #fff;
     border: 1px solid #fff;
     color: #000;
    -webkit-transition  : all 0.5s ease-in-out !important;
    -moz-transition     : all 0.5s ease-in-out !important;
    -o-transition       : all 0.5s ease-in-out !important;
    transition          : all 0.5s ease-in-out !important;

}span a    {
	color: #E84701;
	font-weight: bold;
}
span a:link {
	text-decoration: none;
}

span a:hover   {
	color: #6D548C;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease-in-out;
}


/*------------------------------------------
    -   SERVICES  -
--------------------------------------------*/

.service{
    border-top          : 1px solid #ececec;

}

#services{
	padding-bottom: 80px;
	
}
.service .col-md-5{
    padding-top         : 65px;
}
.service .col-md-2{
    padding-top         : 40px;
}
.left-column .media {
    text-align          : right;
}
.media{
    margin-top          : 50px;
}

.left-column .media-left {
    float               : right;
    padding-left        : 20px;
    padding-right       : 0;
}
.media-left>a>.fa{
	height                  : 56px;
	width                   : 56px;
	border-radius           : 50%;
	border                  : 2px solid #E84701;
	padding                 : 15px;
	margin-bottom           : 13px;
	display                 : table-cell;
	-webkit-transition      : all 0.5s ease 0s;
	-moz-transition         : all 0.5s ease 0s;
	-ms-transition          : all 0.5s ease 0s;
	-o-transition           : all 0.5s ease 0s;
	transition              : all 0.5s ease 0s;
}
.media-left>a>.fa:before{
	color                   : #E84701;
	font-size               : 25px;
}
.image-box img {
     width                  : 100%;
}

.media:hover .media-left a .fa{
	color                   : #6D548C;
	border                  : 2px solid #6D548C;
	background-color        : #6D548C;
}

.media:hover .media-left a,
.media:hover .media-left > a > .fa:before{
    color               : #fff;
    text-decoration     : none;
}
.left-column .media-body {
    display         : block;
}
.right-column .media-left.media-middle {
float               : left;
padding-right       :20px;
}
.media-body h2{
    font-size       : 15px;
    line-height     : 30px;
    color           : #515151;
}
.media-body h3{
    font-size       : 14px;
    color           : #777777;
}
.media-body span{
    color           : #777777;
}

/*FLAT ICON OVER WRITE*/

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family    : Flaticon;
    font-size      : 20px;
    font-style     : normal;
    margin-left    : 0;
}


/* ===== Begin Counter-Up ===== */
.counter-up {
	position: relative;
	
	padding: 80px 0 50px 0;
}
.counter-up .fact {
}
.counter-up .fact.last {
	border-right: none;
}
.counter-up .fact-inner {
	padding-bottom: 30px;
}
.fa-3x {
	color: #fff;
}

.counter-up .fact-inner .counter {
	font-size: 40px;
	color: #fff;
}
.parallax {
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
  	background-size: cover;
}
.text-white { color: #FFF; }
.cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	
	padding: 20px;
	
	}.page-header {
	margin: 0 0 60px 0;
	padding: 0;
	border: none;
}
.page-header h2 {
	text-transform: uppercase;
	color: #fff;
}

/* ===== End Counter-Up ===== */

#footer {
	border-top-color: #212121;
	background-color: #999999;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footlink,
.footlink:hover,
.footlink:before,
.footlink:focus{
    outline             : 0px;
    color               : #fff;
	text-decoration     : none;
}

/*------------------------------------------
    -   SERVICES  -
--------------------------------------------*/

#projects{
	padding-top         : 40px;
	padding-bottom         : 40px;
}
.thumbnail-padding{
	padding-top: 10px;
	padding-bottom: 10px;
}
.thumbnail-padding1 {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.services-title {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.services-thumbnail h3 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.caption.text-center p .btn.btn-default:hover,
.caption.text-center p .btn.btn-default:focus {
	color           : #999999;
	background-color:#fff;
	font-weight     : 400;
	font-size       : 14px;
	border-style: none;
	display: block;
}
.caption.text-center p .btn.btn-default {
	font-weight     : 400;
	font-size       : 14px;
	color: #fff;
	background-color: #999999;
	-webkit-transition  : all ease-in-out 0.30s;
	-moz-transition     : all ease-in-out 0.30s;
	-o-transition       : all ease-in-out 0.30s;
	-ms-transition      : all ease-in-out 0.30s;
	transition          : all ease-in-out 0.30s;
	border-style: none;
	display: block;
}
.modal-content .modal-header .modal-title {
	font-size       : 24px;
	font-family     : 'Open Sans', sans-serif;
	text-transform  : uppercase;
	font-weight     : 200;
	color           : #212121;
	letter-spacing  : 2px;
}

/*=========================================================
                  GET IN TOUCH
==========================================================*/


.contact-section .form-inline .form-control {
    display         : inline-block;
    width           : 100%;
    border-radius   : 0;
    vertical-align  : middle;
}

.contact-section .section-title{
    color   : #212121;
}

.contact-section  form{
    margin-top  : 50px;
}


.contact-section input, .contact-wrapper textarea, .contact-wrapper button{

    margin  : 0 0 15px 0;
}

.contact-section .costom-btn{
    width                       : 100%;
    background                  : #929292;
    font                        : bold 16px/18px 'Open Sans', sans-serif;
    color                       : #ffffff;
    text-transform              : uppercase;
    letter-spacing              : 1.5px;
    -webkit-transition          : all ease 0.4s ;
    -moz-transition             : all ease 0.4s ;
    -ms-transition              : all ease 0.4s ;
    -o-transition               : all ease 0.4s ;
    transition                  : all ease 0.4s ;
    

}

.contact-section .costom-btn:hover{
    background          : rgba(232, 71, 0, 0);
    color               : #929292;
    border              : 1px solid #ffffff;
	text-color: #929292;
}

.contact-section .success, .contact-wrapper .error{

    display         : none;
    text-align      : center;
    padding         : 6px; 
    text-transform  : uppercase;
}
.contact-section .success{
    background : #DFF0D8;
}
.contact-section .error{
    background  : rgba(253,231,231,1);
}
.contact-section .validation{
    background  : rgba(253,231,231,1);
    border      : 2px solid rgba(101,13,12,0.9);
    box-shadow  : 0 0 2px rgba(101,13,12,0.5) inset;
}
.contact-section .form-control:-ms-input-placeholder
{
    font            : 300 13px/22px 'Open Sans', sans-serif;
    color           : #212121;
    text-transform  : capitalize;
    font-weight     : 300;
    letter-spacing  : 1.1px;
}


.contact-section .form-control::-webkit-input-placeholder {
    font            : 300 13px/22px 'Open Sans', sans-serif;
    color           : #212121;
    text-transform  : capitalize;
    font-weight     : 300;
    letter-spacing  : 1.1px;
}

.contact-section .form-control::-moz-placeholder

 {
    font            : 300 13px/22px 'Open Sans', sans-serif;
    color           : #212121;
    text-transform  : capitalize;
    font-weight     : 300;
    letter-spacing  : 1.1px;
}

 
.contact-section .form-control:focus {
    border              : 1px solid rgba(146,146,146,0.9);
    outline             : 0;
    -moz-box-shadow     : 0px 0px 3px rgba(146,146,146,0.9);
    -webkit-box-shadow  : 0px 0px 3px rgba(146,146,146,0.9);
    -ms-box-shadow      : 0px 0px 3px rgba(146,146,146,0.9);
    -o-box-shadow       : 0px 0px 3px rgba(146,146,146,0.9);
    box-shadow          : 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 3px rgba(146,146,146,0.9);
    }
	
	
.address {
	background-color: #929292;
}

.contact,
.contact:hover,
.contact:before,
.contact:focus{
	outline             : 0px;
	color               : #929292;
	text-decoration     : none;
}
.icon{
	padding-top:15px;
	padding-bottom: 15px;
}

.contact-padding{
	padding-top: 75px;
	padding-bottom: 50px;
	vertical-align  : middle;
	border-color: #929292;
	vertical-align:middle;
}

.contact-section{
	padding-bottom: 80px;
}

.partner-wrapper .owl-carousel .feature-image{
    padding     : 35px;
}.wow.zoomIn.animated.col-xs-12.col-sm-6.col-md-3.text-center .entry-content.text-center p {
	    font-family     : 'Open Sans', sans-serif;
    font-size       : 16px;
    font-weight     : 300;
    color           : #929292;
	letter-spacing  : 1.5px;
}
.big {
	font-size: 32px;
}

.client-padding{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align:center;
}
