.main-heading{
	width: 100%;
	max-width: 1920px;
	background-color: #f5f5f5;
	text-align: center;
	text-indent: justify;
	padding-top: 25px;
	padding-left: 10%;
	padding-right: 10%;
}

body{ 
    overflow-x: hidden;
    background: #fff;
    color: #232323;
    font-family: 'OpenSans', sans-serif;
    font-size: 15px;
}


.clientDiv{
	padding-top: 20px;
	background-color: #f5f5f5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
	max-width: 1920px;
	width: 100%;
}

/* client logo Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    margin-top: 40px;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

#clientImg img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

/* Disable grayscale on hover */
#clientImg img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  text-decoration: underline;
  cursor: pointer;
}

.footerDiv{
    color: #444;
    margin-top: 20px;
    margin-bottom: -25px;
    max-width: 1920px;
    width: 100%;    
    background: inherit;
}
.myDiv{
	background-image:url(../images/6.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
	height: 510px;
	max-width: 1920px;
	width: 100%;
	border: none;
}
.myDiv .accordion-div{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #424242;
	opacity: 0.9;
	height: 500px;
}
.myDiv .myWork{
	background-color: #424242;
	opacity: 0.9;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
	color: white;
	font-size: 25px;
	padding-bottom: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 500px;
}
.navbar .navbar-nav {
    display: inline-block;
    float: right;
}

.navbar-toggle {
    background-color: #ECA87C;
    border-color: #fff;
    margin-top: 20px;
}

ul.nav.navbar-nav{
    display: inline-block;
    /*float: right;*/
}

.navbar{
	background-color: #ffffff;
	opacity: 0.95;
	height: 85px;
	box-shadow: 0 0 25px 0 rgba(53,53,53,0.2);
	width: 100%;
}

.navbar .navbar-collapse {
    text-align: center;
    background-color: #fff;
    border-color:#fff;
}
 .custom-image{
    height: 80%;
    width: auto;
    margin-top: 10%;
}

@media screen and (max-width: 320px) { 
    .custom-image{
        /*height:30px;*/
        max-width: 100%;
        height: auto !important;
    }
}

@media (min-width: 768px) {
     .navbar-brand>img {
    margin-top: 6%;
    width: auto;
    height: 115%;
    }
      

}

.subtitle-row {
		font-size: 35px;
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.content-row {
		padding-top: 45px;
	}
.title-row {
		font-size: 37px;
		padding-bottom: 50px;
	}
.font-thin {
	font-family: "Roboto light", sans-serif;
	font-weight: 300;
}
.font-semibold {
	font-family: "Roboto Bold", sans-serif;
	font-weight: 700;
}

.font-light {
	font-family: "Roboto light", sans-serif;
	font-weight: 200;
}
.line-row .hr {
		background-color: #444;
		height: 3px;
		margin: 0 auto;
		width: 15%;
	}
.line-row .hr1 {
		background-color: #e4e6e5;
		height: 3px;
		margin-top: 4px;
        margin-left: 37px;
		width: 55%;
	}
.line-row .hr2 {
		background-color: #444;
		height: 3px;
		margin: 0 auto;
		width: 10%;
	}
.line-row .hr3 {
		background-color: #444444;
		height: 3px;
		width: 33%;
		margin-left: 4px;
		margin-top: -25px;
	}

.line-row .hr4 {
        background-color: #444444;
        height: 3px;
        width: 75%;
        margin-left: 5px;
        margin-top: -25px;
    }

.hover-text{
display: none;	
}

footer {
    position: relative;
    background: linear-gradient(rgba(233, 232, 231, 0.69), rgba(233, 232, 231, 0.69)),
                rgba(233, 232, 231, 0.69) url('../images/2.jpg') no-repeat bottom center;
    background-size: cover;
    width: 100%;
}

p.mesg{
    color: #232323;
    text-align: center;
    position: relative;
    font-size: 40px;
    font-weight: 400;
}

div.projh{
    color: #ffffff;
    margin-top: -50px;
    padding-left: 10px;
    font-size: 40px;

}

p.proj{
    padding-left: 10px;
    position: relative;
    margin-top: -8px;
}

p.fotad{
    line-height: 180%;
    color: #444;
    font-size: 17px;
    padding: 3px 0;
    font-weight: 300;
}

p.fotad1{
    line-height: 180%;
    color: #444;
    font-size: 17px;
    padding: 10px 0;
    font-weight: 400;
}

p.bcall{
    line-height: 200%;
    font-size: 20px;
    font-weight: bold;
    color: #444;
}

.footer_bottom {
    display:block;
    text-align:center;
    padding: 17px 0px 7px 0px;
    color: #141414;
    background: #fff;
    border-top:1px solid #ddd;
    margin-top: 20%;
    font-weight: bold;
} 

footer .addressbox,
footer .addressbox span.address_line,
footer .addressbox span.socialmedia {
    display:block;
    margin-bottom: 30px;
    font-family: 'Roboto light', sans-serif;
}


footer .addressbox {
    text-align:center;
    line-height:24px;
}

footer .addressbox img {
    float:none;
    height: 150px;
    width: 150px;
}

footer span.titles {
    font-size:16px;
    font-family: 'Roboto light', sans-serif;
    color:#fff;
    display:block;
    font-weight:600;
    margin:20px 0 15px 0;
}


footer a.facebook:before,
footer a.twitter:before,
footer a.googleplus:before,
footer a.youtube:before,
footer a.instagram:before,
footer a.linkedin:before {
    content: "\f09a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size:32px;
    color:#fff;
    margin-right:5px;
    background: #9f9f9f;
    width: 64px;
    height: 64px;
    display: inline-block;
    border-radius: 50%;
    line-height: 64px;
      transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

footer a.twitter:before {
    content: "\f099";

}

footer a.googleplus:before {
    content: "\f0d5";

}

footer a.youtube:before {
    content: "\f16a";

}

footer a.linkedin:before {
    content: "\f0e1";

}
footer a.instagram:before {
    content: "\f16d";

}

footer a.facebook:hover:before,
footer a.twitter:hover:before,
footer a.googleplus:hover:before,
footer a.instagram:hover:before,
footer a.youtube:hover:before{
 transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

footer a.facebook:hover:before {
    background:#3b5998;
}

footer a.twitter:hover:before {
    background:#55acee;
}

footer a.googleplus:hover:before {
    background:#dd4b39;
}

footer a.youtube:hover:before {
    background:#bb0000;
}

footer a.linkedin:hover:before {
    background:#007bb5;
}

footer a.instagram:hover:before {
    background: #9b6954;
}



/* ScrollUP */

#scrollUp {
    background: url(../images/top.png)no-repeat scroll 0 0;
    bottom: 20px;
    color: #000;
    height: 40px;
    right: 20px;
    width: 40px;
    opacity:0.7;
}
#scrollUp:hover {
    background: url(../images/top.png)no-repeat scroll 0 -40px;
}

#scrollUp {
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
}

/*//.scroll up*/

/* About US */

.page-about{
   background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
                rgba(0, 0, 0, 0.9) url('../images/about-us.jpg') no-repeat bottom center;
    background-size: cover;
    color: white;
    text-align: center;
    height: 230px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.abt{
    font-family: 'Roboto Black', sans-serif;
    font-size: 26px;
    color: #232323;
    font-weight: 700;
    position: relative;
    z-index: 900;
    margin-top: 80px;
    text-transform: uppercase;
    text-align: center;
}

/*/. About Us */

/*our team */
a.btn-fb {
    background-color: #3b5998!important;
    color: #fff!important;
}

a.btn-tw {
    background-color: #55acee!important;
    color: #fff!important;
}

a.btn-insta {
    background-color: #ea4659!important;
    color: #fff!important;
}


a.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    line-height: 48px;
}

a.btn-floating{
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    width: 47px;
    height: 47px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
}

a.btn-floating:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19); */
     box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

/*.card .card-body .card-text {*/
/*    font-size: 1.02rem;*/
/*    text-align: justify;*/
    
/*}*/

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card.card-cascade .view.view-cascade {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title{
    font-family: 'Roboto Black', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
    text-transform: uppercase;
}

.tm-p{
    font-family: 'Roboto Black', sans-serif;
    font-size: 17px;
    margin-bottom: 12px;
    color: #e68151;
}


/* Project */
.page-project{
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                rgba(0, 0, 0, 0.3) url('../images/project-bg.jpg') no-repeat bottom center;
    background-size: cover;
    color: white;
    text-align: center;
    height: 230px;
    margin-top: 35px;
    width: 100%;
    margin-bottom: 80px;
}

.hero-spacer {
    margin-top: 50px;
}

.hero-feature {
    margin-bottom: 20px;
}


.thumbLink {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.thumbnail{
    border: 0px;
    border-radius: 0px;
}

.imgthumb:hover .image {
    -webkit-transform:scale(1);
    transform:scale(1);
}

.imgthumb {
    overflow:hidden;
    width:auto;
    height:240px;
}

.image {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    /*overflow: hidden;*/
    -webkit-transform: translateZ(0);
    margin: 0;
    -webkit-transform:scale(1.3);
    transform:scale(1.3);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
} 
.galimgthumb{
    overflow:hidden;
    width:auto;
    height:180px;
    margin-bottom:15px;
}
.galimg{
    /*border:1px;*/
    /*padding:2px;*/
    box-shadow: 0 0 25px 0 rgba(50,50,50,0.1);
}

.projimgthumb {
    overflow:hidden;
    width:auto;
    height:280px;
    /*margin-bottom:15px;*/
}

p.frontp{
     display: block;
     font-size: 15px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.imgproject{
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.projDiv{
	padding-top: 20px;
	background-color: #fff;
	/*-webkit-background-size: cover;*/
	/*-moz-background-size: cover;*/
	/*-o-background-size: cover; */
	background-size: cover;
	max-width: 1920px;
	width: 95%;
}

.hea{
    font-size: 25px;
    color: #000;
    margin-bottom: -7px;
    /*color: #232323;*/
    font-weight: 700;
    position: relative;
    text-align:center;
}


/* // Project Ends */

/*Blog Starts Here*/
.relatedList{
    margin-top: 100px;
    min-height: 10px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color:#fff; 
    box-shadow: 0 0 5px 0 rgba(50,50,50,0.2);
}

.page-blog{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
                rgba(0, 0, 0, 0.8) url('../images/blog-banner.jpg') no-repeat bottom center;
    background-size: cover;
    color: white;
    text-align: center;
    height: 230px;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 20px;
}

.blogTitle{
    font-family: "OpenSans", sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin: 8px;
    margin-top: -15px;
    color: #222;
}


hr {
        border-top: 1px solid #ddd;
}

.blogImg{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: 0;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.blogimgthumb{
    position: relative;
    height: 270px;
    overflow: hidden;
}

.blgimgposthumb{
    position: relative;
    height: auto;
    width: 50%;
    max-width: 100%;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.colomn{
    width: 50%;
    max-width: 100%;
    float: left;
    height: auto;
    padding: 3px;

}

div.wrap {
    width: 600px;
    border: 1px solid #f00;
    height: 300px;
    position: relative;
}

.wrap img {
    border: 1px solid blue;
     position: absolute;
    bottom: 0;
}


.blogImgPost{
  position: relative;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
           transition: height .4s ease-in-out, 
           transform .4s ease-in-out;
}

.blog-desc{
    font-family: "OpenSans" sans-serif;
    font-weight: 200;
    line-height: 23px;
    margin: 8px;
    color: #242424;
}

.btn-info:hover {
    background-color: #b4b4b4;
    border-color: #c6c6c6;
}

.imageProp{
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/*//Blog Ends*/

/* Career */
.page-career {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
                   rgba(0, 0, 0, 0.8) url('../images/banner-career.jpg') no-repeat bottom center;
    background-size: cover;
    color: white;
    text-align: center;
    height: 230px;
    margin-top: -15px;
    margin-bottom: 20px;
}

.cslag{
    font-family: 'OpenSans light' sans-serif;
    font-weight: 300;
    line-height: 23px;
    font-size: 16px;
    margin-bottom: 7px;
}

/* //Career Ends */

/*Contact Us*/
.page-contact {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                   rgba(0, 0, 0, 0.4) url('../images/contact-bg.jpg') no-repeat bottom center;
    background-size: cover;
    color: white;
    text-align: center;
    height: 230px;
    margin-top: 35px;
    margin-bottom: 20px;
}

    .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


.addlist{
    font-family: 'OpenSans light', sans-serif;
    color: #444;
    font-size: 16px; 
    padding-left: 15px;
    margin-top: 4px;
    /*font-weight: 550;*/
}

.info-content{
    font-family: 'OpenSans Black' sans-serif;
    font-size: 15px;
    font-weight: 200;
    width: 100%;
    line-height: 23px;
    color: #444;
    text-align: center;
}
/*Contact Us Ends*/
    

.page-content.parallax-3 div {
        margin: 20px auto auto auto;
    }

.more-link {
    text-align: center;
    margin-top: 20px;
    clear: both;
    padding: 10px;
}



/*a {*/
/*  cursor: pointer;*/
/*  text-decoration: none;*/
/*  color: #4f4f4f;*/
/*  -webkit-transition: all 0.2s ease-in-out;*/
/*  -o-transition: all 0.2s ease-in-out;*/
/*  transition: all 0.2s ease-in-out; */
/*}*/

/*  a:hover {*/
    /*-webkit-transition: all 0.2s ease-in-out;*/
    /*-o-transition: all 0.2s ease-in-out;*/
    /*transition: all 0.2s ease-in-out;*/
    /*text-decoration: none; */
      
/*  }*/
  



a{
    color: #141414;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover{
    color: #ff934c;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none; 
}

  /*a.disabled:hover, a:disabled:hover {*/
  /*  color: #141414; */
      
  /*}*/

h1{
    font-family: 'Roboto Black', sans-serif;
    font-size: 35px;
    position:relative;
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    padding: 10px;
    z-index:1000;
    margin-top: 60px;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
}

h1 span{
    font-family: 'Roboto Bold', sans-serif;
    font-style: italic;
    text-transform: none;
    font-size: 20px;
}

h2{
    font-family: 'Roboto Black', sans-serif;
    font-size: 25px;
    color: #232323;
    /*font-weight: 700;*/
    position: relative;
    z-index: 900;
    margin-top: 90px;
    text-transform: uppercase;
    text-align: center;
}



h3{
    font-family: 'Roboto Black', sans-serif;
    font-size: 18px;
    font-weight: 200;
    position: relative;
    z-index: 800;
    text-transform: uppercase;
    text-align: center;
}

strong{
    font-family: 'Roboto Bold' sans-serif;
    font-size: 18px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    font-style: bold;
}

.para{
text-align:center;
color: #fff;
font-size:25px; 
font-weight:200;
font-stretch: expanded;
font-family: "Roboto", sans-serif;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover{
    background-color: #fff;
    color: #049fda;
}

.navbar ul.nav a:hover { color: #ff6600 !important;}
.navbar ul.nav a:focus { color: #049fda !important;}
/*.navbar ul.nav a:active { color: #DA46A0 !important; }*/

.navbar-inverse .navbar-nav > .active > a {
    color: #ff6600;
    font-weight: normal;
}

.navbar-inverse .navbar-nav > li > a {
    color: #049fda;
    font-size: 17px;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  margin-left: 30px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}


