/* 
Flex Template 
http://www.templatemo.com/preview/templatemo_406_flex 
*/
@font-face {
  font-family: 'Liberation Sans Narrow';
  font-style: normal;
  font-weight: 300;
  src: local('Liberation Sans Narrow'), local('Liberation Sans Narrow'), url(../fonts/LiberationSansNarrow-Regular.ttff) format('ttff');
  
}
@font-face {
  font-family: 'Liberation Sans Narrow';
  font-style: bold;
  font-weight: 300;
  src: local('Liberation Sans Narrow'), local('Liberation Sans Narrow'), url(../fonts/LiberationSansNarrow-Bold.ttff) format('ttff');
  
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

ol {
  list-style: none;
  display: none;
}
ul
{
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body {
  font-family: "Liberation Sans Narrow";
  font-size: .83em;
  line-height: 1.75;
  color: #666666;
  background-color: white;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y : hidden; 
}

a {
  color: #ec523f;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Liberation Sans Narrow";
  color: #444444;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #666666;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #666666;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 40px 0;
}

.site-header ul.social-icons {
  position: absolute;
  margin: 30px 0;
  margin-left: 80%;
}
.site-header ul.social-icons li {
  display: inline-block;
  margin: 0 2px;
}
.site-header ul.social-icons li a {
  width: 36px;
  height: 36px;
  background-color: white;
  color: #444444;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}

.main-header {
  position: absolute;
  width: 100%;
 /* margin: 0 auto;*/
  z-index: 99;
  /*top: 20px;*/
  margin-top: 2%;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;

}

.scrolled {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#menu-wrapper {
  /*background-color: white;
  overflow: hidden;*/
  /*-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);*/
  /*box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);*/
}

.logo-wrapper {
  background: url(../images/logo.png) no-repeat;
  height: 250px;
  background-position: 15px;
}
.logo-wrapper a {
  display: inline-block;
  overflow: hidden;
  padding-left: 130px;
  line-height: 100px;
  text-transform: uppercase;
  color: #ec523f;
  font-size: 32px;
  font-weight: 700;
}

.main-menu ul li {
  display: inline-block;
  margin: 0 20px;
}
.main-menu ul li:last-child {
  margin-right: 35px;
}
.main-menu ul li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  padding-top: 10px;
}
.main-menu ul li a:hover {
  color: #F58220;
}
.main-menu ul li.active a {
  border-top: 3px solid #F58220;
  color: #F58220;
}

a.toggle-menu {
  width: 36px;
  height: 36px;
  float: right;
  margin-top: 33px;
  margin-right: 30px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  background: #d5d5d5;
  display: inline-block;
  color: black;
}

.menu-responsive {
  display: none;
  background-color: rgba(50, 50, 50, 0.88);
}
.menu-responsive ul li {
  padding: 5px 0px 5px 25px;
}
.menu-responsive ul li a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  
}

.flexslider {
  position: relative;
  /*top: -96px;*/
}
.flexslider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.flexslider .slider-caption {
  position: absolute;
  z-index: 9;
  width:100%;
  text-align: left;
  top: 380px;
  left: 33.33%;
}
.flexslider .slider-caption h2 {
  color: white;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
  /*border-bottom: 1px solid white;*/
  padding-bottom: 10px;
  display: inline-block;
}
.flexslider .slider-caption span {
  color: #F58634;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
  /*border-bottom: 1px solid white;*/
  padding-bottom: 10px;
  display: inline-block;
}
.flexslider .slider-caption p {
  color: white;
  text-transform: uppercase;
  font-size: 36px;
  margin-top: -20px;
  margin-bottom: 26px;
  display: block;
}
.caption-style h2{
  color: white;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 10px;
  display: inline-block;
}
.caption-style span {
  color: #F58634;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 10px;
  display: inline-block;
}
.caption-style p{
  color: white;
  text-transform: uppercase;
  font-size: 36px;
  margin-top: -20px;
  margin-bottom: 26px;
}

.flexslider .slider-caption1 {
  position: absolute;
  z-index: 9;
  width:100%;
  text-align: left;
  top: 60%;
  left: 58%;
}
.flexslider .slider-caption2 {
  position: absolute;
  z-index: 9;
  width:100%;
  text-align: left;
  top: 60%;
  left: 22%;
}
.flexslider .slider-caption3 {
  position: absolute;
  z-index: 9;
  width:100%;
  text-align: left;
  top: 60%;
  left: 55%;
}
.flexslider .slider-caption4 {
  position: absolute;
  z-index: 9;
  width:100%;
  text-align: left;
  top: 60%;
  left: 58%;
}
.flexslider .slider-caption5 {
  position: absolute;
  z-index: 9;
  width:100%;
  text-align: left;
  top: 45%;
  left: 25%;
}
.flexslider .slider-caption a.slider-btn {
  color: white;
  background-color: #ec523f;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (min-width: 989px) {
  .flexslider .slider-caption {
    top: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .flexslider .slider-caption {
    top: 425px; margin-left:20%;
   display: block !important;
  }

}


.content-section {
  margin-top: 80px;
  padding-top: 60px;
}

.heading-section {
  margin-bottom: 60px;
}
.heading-section h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #444444;
  display: inline-block;
}
.heading-section p {
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
}

.small-text {
  color: #aaaaaa;
}

.space-fixed {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}

.content-section#services {
  margin-top: 0px;
}

.service-item {
  position: relative;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}

.service-item a {
	color: #ffff66;
}

.service-item a:hover {
	color: black;
}

.service-item .service-icon {
  font-size: 3em;
  padding: 110px 0;
}
.service-item .service-content {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.service-item .service-content .inner-service {
  padding: 20px;
}
.service-item .service-content h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 15px;
}
.service-item:hover .service-icon {
  opacity: 0;
  visibility: hidden;
}
.service-item:hover .service-content {
  opacity: 1;
  visibility: visible;
}

#service-1 {
  background-color: #1abc9c;
}

#service-2 {
  background-color: #e67e22;
}

#service-3 {
  background-color: #3498db;
}

#service-4 {
  background-color: #2ecc71;
}

.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-thumb img {
  width: 100%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  background-color: #ec523f;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
  margin-top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
  line-height: 36px;
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

.team-member {
  margin-bottom: 30px;
}
.team-member .member-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.team-member .member-thumb img {
  width: 100%;
}
.team-member .member-thumb .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #ec523f;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.team-member .member-thumb .team-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-top: 64px;
}
.team-member .member-thumb .team-overlay span {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 10px;
  display: block;
}
.team-member .member-thumb .team-overlay ul.social {
  display: block;
  margin-top: 20px;
}
.team-member .member-thumb .team-overlay ul.social li {
  display: inline-block;
}
.team-member .member-thumb .team-overlay ul.social li a {
  width: 36px;
  height: 36px;
  background-color: white;
  line-height: 40px;
  color: #ec523f;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.team-member .member-thumb:hover .team-overlay {
  opacity: 1;
  visibility: visible;
}

.skills-heading {
  margin-top: 60px;
  margin-bottom: 50px;
}
.skills-heading h3.skills-title {
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
  color: #5e5e5e;
}
.skills-heading .small-text {
  font-style: italic;
}

.progress {
  height: 34px;
  box-shadow: none;
  border-radius: 0;
  background-color: #e7e7e7;
  margin-bottom: 10px;
}

.progress-bar {
  line-height: 34px;
  text-align: left;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ec523f;
  box-shadow: none;
}

.googlemap-wrapper {
  height: 380px;
  margin-bottom: 40px;
}

.map-canvas {
  height: 380px;
  border: 10px solid #efefef;
}

.contact-info {
  margin-top: 40px;
}

.contact-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}
.contact-form .mainBtn {
  margin-top: 15px;
  color: white;
  background-color: #ec523f;
  text-transform: uppercase;
  border: 0;
}

#go-top {
  background-color: #ec523f;
  color: white;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 700;
}

#footer {
  margin-top: 130px;
}

/*
body, p, div, h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Arial, Verdana, Geneva, sans-serif;
   	font-style: normal;
}
*/
.sub-header {
    position: absolute;
    z-index: 11;
    margin-top: 14%;
    margin-left:9%;
}
.content {
    position: absolute;
    z-index: 11;
    margin-left: 35%;
    margin-top: 45%;
}
.content h4 {
  color: #fff;
  font-family: "Liberation Sans Narrow";
}
.ho-img {
    display: none;
}
.testi:hover .ho-img{
  display: block;
}
.testi:hover .ho-img1{
  display: none;
}
.about {
    position: absolute;
    z-index: 12;
    color: #ffffff;
    padding:10px 0;
    /*background-color:rgba(114,115,117,0.5);*/
    margin-left:25%;
    margin-top:6%;
}
.about h1 {
    font-size: 40px;
}
.client {
    position: absolute;
    z-index: 99;
    color: #ffffff;
    padding:10px 0;
    /*background-color:rgba(114,115,117,0.5);*/
    margin-left:25%;
    margin-top:6%;
}
.col-md-2.cli-photo {
    margin-right: -28px;
    margin-bottom: 2px;
}
.logoo {
  display: none;
}
.logos:hover .logoo {
  display: block;
}
.logos:hover .logow {
  display: none;
}
p {
  font-size: 15px;
}

.services {
    overflow-y: scroll;
    max-height: 415px;
}
::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
     border-radius: 8px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.portfolio {
position:relative;

    float: left;
    overflow: hidden;
    margin: 1% 2%;
    width: 100%;
    height: auto;
    height: 110px;
    cursor: pointer;
}
.portfolio .img-title {
 width: 100%;
 height:95px;
position:absolute;
top:0;
left:0;
-webkit-transform: scale(0);
transform: scale(0);
/*border-radius:5px;*/
background-color: rgba(0,0,0,0.7);
-webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.7);
box-shadow: 0px 0px 15px 2px rgba(255,255,255,.7);
}
.portfolio:hover .img-title {
-webkit-transform: scale(1);
transform: scale(1);
}
.text {
    padding-top: 35px;
    padding-left: 40px;
    color: #fff;
}
.img-title {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
/*.portfolio-container{
  overflow-y: scroll;
    max-height: 350px;
}*/
.modal-dialog {
    width: 600px;
    margin-top: 4%;

}
.modal-header {
    /* padding: 0px; */
    border-bottom: none;
    min-height: 25.428571px;
    padding-right: 10px;
    padding-top: 2px;
}
.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1.0;
       margin-right: 2%;
   
}
.modal-body {
    position: relative;
    padding: 0px;
}
.carousel-control{
  width:0%;
}
h4.service-heading {
    font-size: 18px;
    font-weight: bold;
    color: #F48634;
}
.site-header ul.social-icons li a:hover{

  background-color:#F48634;
  color: #fff; 
}
.col-md-3.client-img {
    /* margin-bottom: 2%; */
    margin-top: 2%;
}
.col-md-8.clients {
    height: 350px;
    overflow-y: scroll;
}
h1.text-center.heading {
  color:#F48634;
}
.col-md-6.address {
    margin-left: 0%;
}
.block {
    z-index: 999;
    position: absolute;
    margin-top: -22%;
    margin-left: 25%;
}
.block h4{
  color: #fff;
}
.portfolio-new h4{
  color:  #fff;
  text-align:   center;
}
.col-md-8.portfolio-new {
    padding-left: 5%;
}
.col-md-2.text-center.testi {
    width: 12.33%;
}
.col-md-4.film-design h4 {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.col-md-4.film-design {
    margin-bottom: 2%;
}
.col-md-4.radio-spot h2 {
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.col-md-4.radio-spot {
    margin-bottom: 2%;
}
.col-md-3.creative-design h4 {
    text-align: center;
    font-size: 16px;
    color: #fff;
}
img.img-responsive.img-circle.ho-img1 {
    margin-left: 8%;
}
.col-md-8.about-content {
    width: 90%;
}
.col-md-8.client-content {
    width: 90%;
}
.col-md-3.print-design h4 {
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.col-md-3.event-design h4 {
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.col-md-3.print-design {
    margin-top: 2%;
}
.col-md-8.portfolio-print-content {
    width: 90%;
    overflow-y: scroll;
    height: 510px;
}
.col-md-8.portfolio-title {
    width: 90%;
}
.col-md-8.portfolio-creative-content {
    width: 90%;
    overflow-y: scroll;
    height: 510px;
}
.col-md-3.creative-design {
    margin-top: 2%;
}
.col-md-8.portfolio-event-content {
    width: 90%;
    overflow-y: scroll;
    height: 510px;
}
.col-md-3.event-design {
    margin-top: 2%;
}
.col-md-8.portfolio-film-content {
    width: 90%;
    margin-top: 2%;
    overflow-y: scroll;
    height: 500px;
}
.modal-custom{
padding: 0px;
margin:0px;
}
.modal-dialog {
    margin-top: 11%;
}
/* media query */
@media only screen and (min-width: 1500px) {
.col-md-1.logos {
    left: -17%;
}
.block {
    z-index: 999;
    position: absolute;
    margin-top: -15%;
    margin-left: 30%;
}
.site-header ul.social-icons {
    position: absolute;
    margin: 30px 0;
    margin-left: 85%;
}
.flexslider .slider-caption {
    top: 60%;
    margin-left: 0%;
    display: block !important;
}
.services {
    overflow-y: scroll;
    max-height: 415px;
    width: 90%;
}
.col-md-8.clients {
    height: 420px;
    overflow-y: scroll;
    width: 90%;
}

.col-md-8.portfolio-content {
    width: 90%;
}
.col-md-8.portfolio-new {
    padding-left: 5%;
    width: 90%;
}
}
@media only screen and (min-width: 1400px) {
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none!important;
}
.flexslider .slider-caption {
    margin-left: 0%;
    display: block !important;
}
}
@media only screen and (max-width: 1366px) {
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none!important;
}
.col-md-1.logos {
    left: 0%;
}
.sub-header {
    position: absolute;
    z-index: 11;
    margin-top: 14%;
    margin-left: 7%;
}
.flexslider .slider-caption {
    top: 52%;
    margin-left: 2%;
    display: block !important;
}
.block {
    z-index: 999;
    position: absolute;
    margin-top: -15%;
    margin-left: 25%;
}

/*New Development*/
.col-md-8.portfolio-title {
    width: 65%;
}
.col-md-8.portfolio-film-content {
    width: 65%;
    margin-top: 2%;
    overflow-y: scroll;
    height: 350px;
}
.col-md-4.radio-spot {
    margin-bottom: 2%;
    margin-left: 2%;
}
.col-md-8.portfolio-creative-content {
    width: 65%;
    overflow-y: scroll;
    height: 360px;
}
.col-md-8.portfolio-print-content {
    width: 65%;
    overflow-y: scroll;
    height: 360px;
}
.col-md-8.portfolio-event-content {
    width: 65%;
    overflow-y: scroll;
    height: 360px;
}
.col-md-4.film-design {
    margin-bottom: 2%;
    width: 50%;
}
.flexslider .slider-caption1 {
    top: 60%;
    left: 50%;
}
.caption-style h2 {
    font-size: 30px;
}
.caption-style span {
    font-size: 30px;
}
.caption-style p {
    font-size: 28px;
}
.flexslider .slider-caption2 {
    top: 60%;
    left: 18%;
}
.flexslider .slider-caption3 {
    top: 60%;
   left: 50%;
}
.flexslider .slider-caption4 {
    top: 60%;
    left: 50%;
}
.flexslider .slider-caption5 {
    top: 55%;
    left: 30%;
}
}

@media only screen and (max-width: 1280px) {
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none!important;
}
.col-md-1.logos {
    left: -2%;
}
.flexslider .slider-caption {
    top: 420px;
    margin-left: 5%;
    display: block !important;
}
.sub-header {
    position: absolute;
    z-index: 11;
    margin-top: 14%;
    margin-left: 4%;
}
.block {
    z-index: 999;
    position: absolute;
    margin-top: -12%;
    margin-left: 25%;
}
.services {
    overflow-y: scroll;
    max-height: 365px;
}
.col-md-8.clients {
    height: 310px;
    overflow-y: scroll;
}
.menu-first.hidden-sm.hidden-xs {
    margin-left: -12%;
}
.col-md-8.about-content {
    width: 66%;
}
/*New Development*/
.flexslider .slider-caption3 {
    top: 60%;
    left: 45%;
}
}
@media only screen and (max-width: 1024px) {
.sub-header {
    position: absolute;
    z-index: 11;
    margin-top: 14%;
    margin-left: 4%;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none!important;
}
.flexslider .slider-caption{
     
      top:60%;
}
.services {
    overflow-y: scroll;
    max-height: 265px;
}
.col-md-8.clients {
    height: 210px;
    overflow-y: scroll;
}
  .menu-first.hidden-sm.hidden-xs {
    margin-left: -30%;
}

   .site-header ul.social-icons {
    position: absolute;
    z-index: 11;
    margin: 30px 0;
    margin-left: 70%;
   }
/*New Development*/
.flexslider .slider-caption3 {
    top: 60%;
    left: 32%;
}
.flexslider .slider-caption1 {
    top: 60%;
    left: 42%;
}
.flexslider .slider-caption4 {
    top: 60%;
    left: 42%;
}
}
@media only screen and (max-width: 980px) {
   .col-md-1.logos {
    width: 12% !important;
    margin-left: -6%;
}
.site-header ul.social-icons {
    position: absolute;
    z-index: 11;
    margin: -100px 0;
    margin-left: 70%;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: block!important;
}
    
a.toggle-menu {
    margin-right: 0%;
    margin-top: -14%;
}
.menu-responsive {
    margin-top: -8%;
    width: 30%;
    margin-left: 68%;
}
 .block{
  margin-left: 16%;
  margin-top: -16%;
 }  
.content h4 {
    color: #fff;
    font-family: "Liberation Sans Narrow";
    text-align: center;
}
 .flexslider .slider-caption {
        top: 55%;
    left: -5%;
}
.flexslider .slider-caption h2 {
    font-size: 40px;
}
.flexslider .slider-caption span {
    font-size: 40px;
}
 
 .col-md-2.text-center.testi {
    width: 18.33%;
    float: left;
}
.about{
  margin-left: 20%;
    margin-top: 9%;
} 
.services {
    overflow-y: scroll;
    max-height: 230px;
}
.col-md-2.testi {
    width: 20%;
    float: left;
}
.col-md-8.clients {
    height: 185px;
    overflow-y: scroll;
}
.col-md-3.client-img {
   
    margin-top: 2%;
    float: left;
}
    .col-md-2.cli-photo {
    margin-right: -28px;
    margin-bottom: 2px;
    float: left;
    padding-right: 42px;
    padding-top: 40px;
}
 
}
@media only screen and (max-width: 800px) {
    .col-md-1.logos {
    margin-left: -14px;
}
.flexslider .slider-caption {
   top: 50%;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: block!important;
}
.block {
    margin-left: 6%;
    margin-top: -16%;
}
    .site-header ul.social-icons {
   
    margin-left: 70%;
    margin-top: -14%;
}
.menu-responsive {
    margin-left: 68%;
    margin-top: -8%;
}
h1.text-center.heading {
    color: #F48634;
    margin-left: -35%;
}
.col-md-8.about-content {
    width: 63%;
}
.services {
    overflow-y: scroll;
    max-height: 168px;
    width: 66%;
}
.col-md-8.portfolio-content {
    width: 66%;
}
.col-md-8.portfolio-new {
    padding-left: 0%;
}
.col-md-2.testi {
    width: 14%;
    float: left;
}
.col-md-8.clients {
    height: 130px;
    overflow-y: scroll;
    width: 70%;
}
.col-md-3.client-img {
    margin-top: 2%;
    float: left;
    width: 33%;
}
   .content h4 {
    color: #000;
    font-family: "Liberation Sans Narrow";
    text-align: center;
}
.col-md-8.client-content {
    width: 68%;
}
  .col-md-2.cli-photo {
    margin-right: -43px;
    margin-bottom: 2px;
    float: left;
    padding-right: 42px;
    padding-top: 40px;
}
  .col-md-8.col-md-offset-1 {
    margin-top: -4%;
    color: #fff;
}

}
 @media only screen and (max-width: 768px) {
    
.col-md-1.logos {
    width: 17% !important;
    margin-left: 0;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: block!important;
}

.flexslider .slider-caption h2 {
    font-size: 30px;
}
.flexslider .slider-caption span {
    font-size: 30px;
}
.flexslider .slider-caption p {
    font-size: 20px; 
}  
.site-header ul.social-icons {
    margin-left: 70%;
    margin-top: -18%;
}
a.toggle-menu {
    margin-right: 0%;
    margin-top: -19%;
}
.block {
    margin-left: 6%;
    margin-top: -20%;
} 
.menu-responsive {
    margin-left: 68%;
    margin-top: -13%;
}
.logow img {
    width: 70%;
    margin-left: 2%;
}
.logoo img {
    width: 70%;
    margin-left: 2%;
}
.col-md-8.about-content {
    width: 57%;
    overflow-y: scroll;
    height: 160px;
}
h1.text-center.heading {
    color: #F48634;
    margin-left: -45%;
}
.services {
    overflow-y: scroll;
    max-height: 168px;
    width: 64%;
}
.col-md-8.clients {
    height: 115px;
    overflow-y: scroll;
    width: 74%;
}
.col-md-3.client-img {
    margin-top: 2%;
    float: left;
    width: 25%;
}
.col-md-6.address {
    margin-left: 13%;
}
    
    
   .content h4 {
    color: #000;
    font-family: "Liberation Sans Narrow";
    text-align: center;
}
    
    .col-md-2.cli-photo {
    margin-right: 28px;
    margin-bottom: 2px;
    float: left;
    padding-right: 42px;
    padding-top: 40px;
 
  }
 
.col-md-8.col-md-offset-1 {
    margin-top: 50%;
    color: #000;
}
  
  
}
 
@media only screen and (max-width: 640px) {

.logow img {
    width: 70%;
    margin-left: 2%;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: block!important;
}

.flexslider .slider-caption h2 {
    font-size: 25px;
}
.flexslider .slider-caption p {
    font-size: 18px;
}
.flexslider .slider-caption span {
    font-size: 25px;
}
.site-header ul.social-icons {
    margin-left: 66%;
    margin-top: -18%;
}
.menu-responsive {
    margin-left: 68%;
    margin-top: -12%;
}
.block {
    margin-left: 6%;
    margin-top: -18%;
}
.col-md-8.about-content {
    width: 98%;
    overflow-y: scroll;
    height: 135px;
}
h1.text-center.heading {
    color: #F48634;
    margin-left: -5%;
}
.services {
    overflow-y: scroll;
    max-height: 140px;
    width: 99%;
}
.col-md-8.portfolio-content {
    width: 99%;
}
.col-md-2.testi {
    width: 15%;
    float: left;
}
.col-md-8.client-content {
    width: 100%;
}
.col-md-8.clients {
    height: 70px;
    overflow-y: scroll;
    width: 99%;
}
.col-md-3.client-img {
    margin-top: 2%;
    float: left;
    width: 33%;
}
.col-md-6.address {
    margin-left: -5%;
}
.content h4 {
    color: #000;
    font-family: "Liberation Sans Narrow";
    text-align: center;
}
.about h1 {
    font-size: 28px;
}
.modal-dialog {
    width: 500px;
    margin-top: 17%;
    margin-left: 15%;
}    
/*New Development*/
.flexslider .slider-caption1 {
    top: 55%;
    left: 0%;
    text-align:center;
} 
.flexslider .slider-caption2 {
    top: 55%;
    left: 0%;
    text-align:center;
}
.flexslider .slider-caption3 {
    top: 55%;
    left: 0%;
    text-align:center;
}
.flexslider .slider-caption4 {
    top: 55%;
    left: 0%;
    text-align:center;
}
.flexslider .slider-caption5 {
    top: 55%;
    left: 0%;
    text-align:center;
} 
.caption-style h2 {
    font-size: 20px;
}
.caption-style p {
    font-size: 16px;
}
.caption-style span {
    font-size: 20px;
}  
}
   
@media only screen and (max-width: 360px) {
.flexslider .slider-caption {
    text-align: center;
}  
.col-md-1.logos {
    width: 20% !important;
    margin-left: 0;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: block!important;
}

.flexslider .slider-caption h2 {
    font-size: 18px;
}
.flexslider .slider-caption span {
    font-size: 18px;
}
.flexslider .slider-caption p {
    font-size: 14px;
}
.logow img {
    width: 100%;
    margin-left: 0%;
}
.logoo img {
    width: 100%;
    margin-left: 0%;
}
.site-header ul.social-icons {
    position: absolute;
   /* z-index: 11;*/
    margin: 4px 0;
    margin-left: 40%;
        margin-top: -22%;
}
a.toggle-menu {
    margin-right: 0%;
    margin-top: -24%;
}
 .menu-responsive {
    margin-left: 46%;
    margin-top: -11%;
    width: 50%;
}
.menu-responsive ul li {
    padding: 0px 0px 1px 28px;
    display: inline-block;
}
   
.col-md-8.about-content {
    width: 98%;
    overflow-y: auto;
    height: 300px;
    color: #000;
}
.col-md-8.portfolio-content p {
    color: #000;
}
.col-md-8.client-content p {
    color: #000;
}
.col-md-6.address {
    margin-left: -5%;
    color: #000;
}
.col-md-6.address p {
    font-size: 14px;
}

.col-md-8.services p {
    color: #000;
}
.content .contentadjust {
    position: absolute;
    z-index: 11;
    margin-left: 19%;
    margin-top: 45%;
    width: 100%;
}
   .about h1 {
    font-size: 25px;
}

.about {
    position: absolute;
    z-index: 99;
    color: #ffffff;
    padding: 10px 0;
    /* background-color: rgba(114,115,117,0.5); */
    margin-left: 0%;
    margin-top: 60%;
}
.col-md-8.clients {
    height: 260px;
    overflow-y: scroll;
    margin-top: 2%;
}
.col-md-3.client-img {
    width: 50%;
    float: left;
}
.modal-dialog {
    width: 330px;
    margin-top: 50%;
        margin-left: 2%;
}
.services {
    overflow-y: scroll;
    max-height: 385px;
}
.block {
    z-index: 999;
    position: absolute;
    margin-top: 0;
    margin-left: 0%;
}

.block h4 {
    color: #000;
}
.col-md-2.testi {
    width: 50%;
    float: left;
}
.col-md-8.portfolio-new {
    padding-left: 5%;
    height: 221px;
    overflow-y: scroll;
}
.portfolio-new h4 {
    color: #000;
    text-align: center;
}
.col-md-2.text-center.testi {
    width: 33.33%;
}
.col-md-2.text-center.testi.fourth {
    margin-left: 16%;
}



}
 @media only screen and (max-width: 320px) {
    
   .site-header ul.social-icons {
    position: absolute;
    z-index: 11;
    margin: 4px 0;
    margin-left: 41%;
    }
  .menu-responsive {
    display: none;
    background-color: rgba(50, 50, 50, 0.88);
    margin-left: 12%;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: block!important;
}
    .img-responsive.img-circle.ho-img {
    width: 80%;
}
   .img-responsive.img-circle.ho-img1 {
    width: 80%;
}
  .col-md-2.cli-photo {
    margin-right: -44px;
    margin-bottom: 2px;
    float: left;
    padding-top: 75px;
    width: 163px;
    margin-left: 21%;
}
 .col-md-8 {
    margin-top: 65%;
    margin-left: -19%;
    color: #000;
}
.col-md-8.col-md-offset-1 {
    margin-top: 72%;
    color: #000;
}
.content.contentadjust {
    position: absolute;
    z-index: 11;
    margin-left: 21%;
    margin-top: 45%;
    width: 100%;
  }
  .col-md-1.text-center.testi {
    float: left;
    left: -79px;
   margin-top: 50px;
    padding-right: 32px;
    width: 111px;
  }
 .about h1 {
    font-size: 25px;
}
  .logow img {
    width: 15%;
    margin-left: 2%;
}
.logoo img {
    width: 15%;
    margin-left: 2%;
}

}