@charset "UTF-8";
/* CSS Document */





@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300|Dancing+Script:400,700);
/*
font-family: 'Dancing Script', cursive;
font-family: 'Open Sans', sans-serif;
*/

body {
    width: 100%;
    height: 100%;
	font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

html {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
    font-size: 1.5em;
    // text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a{
        color: #000;
        font-weight: 600;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, arial !important;
	text-transform: uppercase;
	font-size: 12px;
}
.carousel .carousel-inner .carousel-caption{
    top:30%;
}
.carousel .carousel-inner .carousel-caption h1{
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-size: 55px;
	font-weight: 700;
	text-shadow: 4px 4px 10px #000000;
}

.about-section {
    text-align: center;
    padding: 50px 0;
}
.about-section blockquote{
    margin: 50px 0;
}

.services-section {
	padding: 50px 0;
    background: #222;
}
.what-wedo{
    padding: 50px 0;
    // background: url('../images/Slider/3.jpg') no-repeat 50% 50% #f9f8f8;
    background-color: #222;
    background-size: 1360px 840px;
    background-attachment:fixed ;
}

.titlehead{
    margin: 30px 0 40px;
}

.what-wedo .thumbnail{
    background-color: transparent;
    border: 0;
}

.titlehead h1{
    margin: 0 0 20px;
}

.titlehead h1 span{
    color: #36BBA4;
}
.titlehead p{
    color: #333;
}
.contact-section {
    padding: 40px 0;
}
.contact-form{
    padding: 50px 0;
}
.footer-section{
    background-color: #464e54;
    color: #85898c;
    padding: 30px 0 20px;
    text-align: center;
}
.contact-title{
    padding: 50px 0;
}
.contact-title h1{
    margin: 0 0 20px;
}
.contact-title h1 > span{
    color: #36BBA4;
}
.contact-title p{
    color: #f05f40;
	font-weight: 600;
	font-size: 20px;
}
.hr-middle{
    border-top: 1px solid #DDD;
    width: 10%;
}
.form-control{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.btn{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.followus{
    background-color: #efeeee;
}
.sociallinks{
    margin: 40px 0 0;
}
.sociallinks a{
    background: #f9f8f8;
    display: inline-block;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    border-radius: 200px;
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    line-height: 80px;
    font-size: 40px;
    color: #ff6b34;
    margin: 0 20px;
}
.sociallinks a:hover{
    background: #ff6b34;
    color: #f9f8f8;
}
.process-section{
    padding: 50px 0;
    // background-color: #d9f9ea;
}
.process_flow{
    margin: 30px;
}
.process_flow .media-object{
    border: 1px solid #000;
    padding: 5px 10px;
}
.process_flow .media-body{
    padding-left: 20px;
}
/* Our works */

#ourworks .container-fluid.no-gutter {
    padding: 0px;
}
#ourworks .container-fluid.no-gutter .row [class*='col-']:not(:first-child),
#ourworks .container-fluid.no-gutter .row [class*='col-']:not(:last-child)
{
    padding-right: 0;
    padding-left: 0;
}

#ourworks .row {
    margin-left:0;
    margin-right:0;
}

#ourworks .item {
    border: none;
}
.red{
   color: #f05f40;
}
.wedo-lead{
    color: rgba(255,255,255,.7);
    font-size: 14px;
    line-height: 1.5;
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}
h1{
	font-weight: 600;
	font-size: 25px;
}
h3{
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
}
.lead {
    font-size: 18px;
    line-height: 20px;
	font-family: 'Lato', Calibri, Arial, sans-serif !important;
}
blockquote{
	font-size: 18px;
    line-height: 20px;
	font-family: 'Lato', Calibri, Arial, sans-serif !important;
	font-weight: 550;
}
.fa-4x{
	font-size: 3em;
}
.thumbnail .caption{
	padding: 2px;
}
.navbar-default .navbar-brand{
	color: #666666;
	// text-shadow: 2px 2px 8px #404040;
}

ul.nostyle {
    list-style: none;
	line-height: 1.5;
	font-size: 18px;
	font-family: 'Lato', Calibri, Arial, sans-serif !important;
}
ul.nostyle i{
	color: #f05f40;
}
ul.nostyle li { 
        color: #FFFFFF;
}
.blockquote-reverse{
        font-size: 20px;
}

.navbar-brand {
padding :0 15px;
}
