@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700');


img {
    max-width: 100%;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  line-height: 28px;
  color: #d7292a;
}

h1{font-size: 28px;}

h2 {font-size: 26px;}

h3 {
  font-size: 22px;
  color: #000;
}

a {
  text-decoration: none;
}

.getin_form input[type="text"]::-webkit-input-placeholder, .getin_form textarea::-webkit-input-placeholder 
{ 
  color: #fff;
}
.getin_form input[type="text"]::-moz-placeholder, .getin_form textarea::-moz-placeholder 
{ 
  color: #fff;
}
.getin_form input[type="text"]:-ms-input-placeholder, .getin_form textarea:-ms-input-placeholder 
{ 
  color: #fff;
}
.getin_form input[type="text"]:-moz-placeholder, .getin_form textarea:-moz-placeholder
 { 
  color: #fff;
}

.top-area {
  position: relative;
 /* background: #F1F1F1;*/
}

.header {
    position: absolute;
    top:0px;
    z-index: 99;
    background:rgba(85,85,85,0.8);
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px 0px;
    -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -webkit-transition:color 0.2s linear, background 0.2s linear;
  -moz-transition:color 0.2s linear, background 0.2s linear;
  -o-transition:color 0.2s linear, background 0.2s linear;
  transition:color 0.2s linear, background 0.2s linear;
}

.header-inner{
  background: #fff;
  width: 100%;
  margin-top: 30px;
  display: block;
}

.logo{
/*  margin-top: 10px; */
}

.menu{
margin-top: 36px;
  float: right;
}

@media(min-width: 1200px){
    .container{width: 1070px;}
}

.banner {
height: 100%;
width: 100%; 
z-index: -1;
}

.gallery-box {
  padding: 60px 0px 30px!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery-box .serv-box span{
  color: #fff;
  line-height: 50px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
}

.gallery-box .serv-box {
  border:1px solid #000;
  background: #D7292A;
  border-radius: 5px;
  margin-bottom: 25px;
}

.serv-box {
  border:1px solid #fff;
}

.serv-box span {
  width: 100%;
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
  font-size:21px;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  position: relative;
  color: #fff;
  line-height: 85px;
}

.heading_div {
    text-align: center;
    width: 100%;
   
}

.heading_div h1{
  margin: 0px;
line-height: 60px;
}

.heading_div1 {
    text-align: center;
    width: 100%;
   display: none;
}

.heading_div1 h1 {
margin: 0px;
font-size: 42px;
line-height: 60px;
color: #fff;
}

.heading_div1 p {
  margin-top: 25px;
}

.content-area {

  color: #333;
}

.banner img {
    width: 100%;
}

.list, .geo-list {
    vertical-align: top;
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
    display: inline-block;
    margin-right: 50px;
}

.list li, .geo-list li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.list li::before, .geo-list li::before {
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
}

.list li::before {
    content: "\f105";
    color: #d7292a;
}
.geo-list li::before {
    content: "\f041";
    color: #d7292a;
}

.list li a, .geo-list li a {
    color: #d7292a;
}

h3.foot-link a {
  color: #d7292a;
}

.contact_form input[type="text"] {
    background: none;
    border: 1px solid rgba(0,0,0,0.1);
    color: #333;
    float: left;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    margin-bottom: 15px;
    padding: 5px;
    width: 100%;
}

.contact_form textarea {
    background: none;
    border: 1px solid rgba(0,0,0,0.1);
    color: #333;
    font-size: 15px;
    height: 100px;
    padding: 5px;
    resize: none;
    width: 100%;
}

.send {
    background: #d7292a;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 18px;
    padding: 0 40px;
    transition: all 0.5s ease 0s;
}

.send:hover {
    background: #333;
    color: #fff;
}






.getin_form {
    text-align: center;
    margin-top: 20px;
}


.getin_form input[type="text"] {
    background: none;
    border: 2px solid rgba(255,255,255,0.7);
    color: #fff;
    float: left;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    margin-bottom: 15px;
    padding: 5px;
    width: 100%;
}

.getin_form textarea {
    background: none;
    border: 2px solid rgba(255,255,255,0.7);
    color: #fff;
    font-size: 17px;
    height: 100px;
    padding: 5px;
    resize: none;
    width: 100%;
}

.getin_form .send {
    border: 2px solid rgba(255,255,255,0.7);
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 43px;
    line-height: 40px;
    margin: 10px 0 18px;
    padding: 0 40px;
    transition: all 0.5s ease 0s;
}

.getin_form .send:hover {
    background: #555;
    color: #fff;
}


footer{
 width: 100%;
 background: #000;
 padding-top: 25px;
}

.contact_form p {
  margin-bottom: 0px;
}

footer .title {
    text-align: left;
}

.bottom-area {
background: #000;
padding: 25px 0px;
text-align: center;
border-top: 1px solid rgba(68, 65, 65, 0.8);
font-size: 14px;
color: #ccc;
margin-top: 15px;
}

.footer-link {
  color: #fff;
  font-size: 15px;
}

.footer-link a {
    color: #fff;
}

.border-top {
  border-top: 5px solid #74a70c;
}

.geo-img {
  border: 1px solid #ddd;
}

.icon-user::before {
    content: "\f007";
    font-family: FontAwesome;
}

.gallery-area img {
    border: 1px solid #ddd;
    margin: 5px;
}

.content-area p a {color: #d7292a;}

.cont-text {
    float: left;
}

.rg-image-wrapper{
  position:relative;
  padding:20px 30px;
  background:transparent url(../images/black.png) repeat top left;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-height:20px;
}
.rg-image{
  position:relative;
  text-align:center;
  line-height:0px;
}
.rg-image img{
  max-height:100%;
  max-width:100%;
}
.rg-image-nav a{
  position:absolute;
  top:0px;
  left:0px;
  background:#000 url(../images/nav.png) no-repeat -20% 50%;
  width:28px;
  height:100%;
  text-indent:-9000px;
  cursor:pointer;
  opacity:0.3;
  outline:none;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
  right:0px;
  left:auto;
  background-position:115% 50%;
  -moz-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
  opacity:0.8;
}
.rg-caption {
  text-align:center;
  margin-top:15px;
  position:relative;
}
.rg-caption p{
  font-size:11px;
  letter-spacing:2px;
  line-height:16px;
  padding:0 15px;
  text-transform:uppercase;
}
.rg-view{
  height:30px;
}
.rg-view a{
  display:block;
  float:right;
  width:16px;
  height:16px;
  margin-right:3px;
  background:#464646 url(../images/views.png) no-repeat top left;
  border:3px solid #464646;
  opacity:0.8;
}
.rg-view a:hover{
  opacity:1.0;
}
.rg-view a.rg-view-full{
  background-position:0px 0px;
}
.rg-view a.rg-view-selected{
  background-color:#6f6f6f;
  border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
  background-position:0px -16px;
}
.rg-loading{
  width:46px;
  height:46px;
  position:absolute;
  top:50%;
  left:50%;
  background:#000 url(../images/ajax-loader.gif) no-repeat center center;
  margin:-23px 0px 0px -23px;
  z-index:100;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity:0.7;
}

.img-box img {
    margin: 10px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.img-borders{
    border: 1px solid #ddd;
    margin: 10px 0px;
}


.img-box img:nth-of-type(4) {
    margin-right: 0px;
}

.align_right {
    border: 1px solid #333;
    float: right;
    margin: 7px 10px 10px 20px;
}

.copyright {
    margin-top: 12px;
    border-top: 1px dashed #fff;
    color: #fff;
}

.banner .carousel-inner .item img{
  width: 100%;
}

.top-space{
  padding-top: 235px;
}

.foot-text{
  position: relative;
  display: block;
}

h3.foot-link {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  color: #fff;
    border-top: 0px;
    padding: 0px;
    margin: 0;
    position: absolute;
    top: 0%;
}

h3.foot-link span {
max-width: 1070px;
margin: auto;
display: block;
padding-top: 11%;
font-size: 28px;
line-height: 36px;
}

.p-0 {padding: 0px;}

.title-bg {
/*
background-position: top center;
padding: 90px 0;*/
line-height: 20px;
text-align: center;
position: relative;
border-bottom: 5px solid #d7292a;
}

.title-bg .h1 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.main-divider {
    display: block;
    margin: auto;
    text-align: center;
}

.main-divider > span {
    background: #d7292a;
    display: inline-block;
    height: 2px;
    vertical-align: middle;
    width: 60px;
  }

  .main-divider > strong {
    background: #d7292a;
    display: inline-block;
    height: 6px;
    vertical-align: middle;
    width: 40px;
}

.img-box img, .foot-text img {
    width: 100%;
}


.theme-default .nivo-directionNav a {}

.border-btn {
    float: right;
    width: 23%;
    text-align: center;
    border: 1px solid #fff;
    line-height: 33px;
    color: #D7292A;
    font-size: 14px;
    display: block;
    background: #fff;
    margin-bottom: 45px;
    margin-top: 45px;
}

section.one{
  background: url(../images/banner1.png) no-repeat;
  background-size: cover;
  background-position: top left;
  width: 100%;
  padding: 50px 0px;

}

section.two{
  background: url(../images/banner2.png) no-repeat;
  background-size: cover;
  background-position: top right;
  width: 100%;
  padding: 80px 0px;

}

section.three{
  padding: 70px 0px 50px;
  width: 100%;
}

.bg-red{
  background:#D7292A;
}

.padd-left{
  padding-left: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.text-area h2{
font-size: 42px;
margin-bottom: 25px;
}

.text-area p{
  color: #d7292a;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.text-area img{
  margin-bottom: 20px;
}

.employees, .customer, .design {
    text-align: center;
    position: relative;
}



.counter-count {
  font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
font-size: 70px;
line-height: 90px;
}

.design-p {
  font-size: 16px;
  font-style: italic;
}

.counter {
    margin:40px 0px 30px;
    display: block;
}

.padd-right{
  padding-right: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.red-btn {
    background-color: #d7292a;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    margin: 25px 0px;
    display: inline-block;
}

.faq{
margin: 50px 0px 30px;
}

.panel-title .glyphicon {
    font-size: 14px;
    position: absolute;
    right: 14px;
    top: 16px;
}

.faq a{
  display: block;
}

.faq .panel-heading{
  position: relative;
}

.faq .panel-group .panel {
  border-radius: 0px;
}

.four{
  background:#d7292a;
  width: 100%;
  padding: 25px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.four .text-area h2{
  color: #fff;
  text-transform: capitalize;
}

.white-btn {
    background-color: #fff;
    color: #d7292a;
    font-size: 14px;
    padding: 10px 30px;
    margin: 18px 0px;
    display: inline-block;
    float: right;
}

section.five{
  width: 100%;
  padding: 50px 0px;
}

section.five .slide{
  border: 1px solid #ddd;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-list {
    vertical-align: top;
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
    display: inline-block;
    margin-right: 50px;
}

.menu-list li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
}

.menu-list li a{
  color: #ccc;
}

.menu-list li::before {
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    content: "\f105";
    color: #ccc;
}

.menu-list li a:hover{
  color: #fff;
}

footer h2 {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.three-box {
  padding-top: 20px;
}

.inner-header{
/*  position: static;*/
  background: #555;
}

.top-heding {
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
   /* z-index: 999;*/
}

.heading_div1 h1.h1-size{
  font-size: 26px;
}

.content-section {
  width: 100%;
  padding: 35px 0px;
}

.cont-detail h2{
  font-weight: 400;
  letter-spacing: 1.4px;
  margin-top: 0;
}

.cont-detail{
  background: #eee;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cont-detail p {
  font-size: 15px;
  line-height: 26px;
}

.cont-detail p span{
  color: #dc2625;
}

.cont-detail p a{color: #333;}

.marg-top{
  margin-top: 25px;
}

.testimonials {
  max-width: 96%;
  margin: 0 auto;
  color: #222;
}
.testimonials blockquote {
  background-color: #eee;
  border-left: 4px #d7292a solid; 
  font-size: 18px;
  line-height: 1.6;
}

.testimonials blockquote {
  padding: 10px 20px; 
  margin-bottom: 30px;
}

.testimonials blockquote {
  background-image: url('../images/quote.png');
  background-repeat:no-repeat;
  background-size: 33px 45px;
  background-position: 10px 5px;
}

.testimonials cite {
  font-size: 0.7em;
  font-style: normal;
  color: #d7292a;
}
.author {
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 6px 0 36px;
}

.testimonials p {
  color: #222;
 margin: 0 0 0 36px;
  }

.bg-gray{
  background: #a1a1a1;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}  

.bg-gray ul.list{
  display: inherit;
}

.img-right {
    float: right;
}

#cssmenu ul li:nth-of-type(2) ul{
  width:450px;
}

#cssmenu ul li:nth-of-type(2) ul li{
  float: left;
  width: 50%;
}
.slick-slide img {
  border: 1px solid #ddd;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.brochures a {
    background: #555;
    padding: 10px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    color:#fff;
    border-radius: 5px;
}

.brochures a:hover{
  background: #d7292a;
  color: #fff;
}

.design span {
    color: #d7292a;
    position: absolute;
    font-size: 25px;
    left: 0;
    right: 0;
    margin: auto;
    top: -11px;
}

.pdf-btn a.send {
    font-size: 21px;
    display: block;
    text-align: center;
    border-radius: 15px;
}


@media (max-width: 1024px){

#cssmenu > ul > li > a {padding:10px 3px 10px 3px !important; font-size: 13px!important;}
.menu{margin-top: 21px;}
.heading_div h1{font-size: 23px;}
h3.foot-link span{width: 90%; font-size: 24px;}
.list, .geo-list {margin-bottom: 0px;}
.img-box img {margin-right: 0px;}
.top-heding {bottom: 17%;}
#cssmenu {margin-top: 17px!important;}

}  


@media (max-width: 980px){

.container {width: 100%;}
.serv-box span {font-size: 15px;}
.social-box.insta iframe {width: 100% !important; height: 350px !important;}
#cssmenu > ul > li > a  {font-size: 13px!important;}
.footer-link {font-size: 14px;}
.heading_div1 h1 {line-height: 34px; padding: 8px 0px;}
.col-sm-10.top_space {padding-right: 5px; padding-left: 4px;}
#cssmenu > ul > li > a {padding:10px 5px 10px 0px !important; font-size: 13px!important;}

}

@media (max-width: 768px){
.telephone {margin-top: 2px;}
.top-side {top: 37px;}
h1 {font-size: 23px;}
h2 {font-size: 21px;}
h3 {font-size: 19px;}
.list, .geo-list {display: block; margin-right: 0px; margin-bottom: 0px;}
.serv-box span {font-size: 16px;}
.top-space {padding-top: 35px;}
.contact-box p {font-size: 15px;}
.menu {float: none; position: relative;}
.menu {margin-top: 0px;}
.heading_div h1{ font-size: 23px; line-height: 33px; padding-left: 15px; padding-right: 15px; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; box-sizing: border-box;}
h3.foot-link span {padding-top: 8%;  font-size: 20px;}
.heading_div {padding: 10px 0px;}
.top-row {position: static;}
.header-inner {margin-top: 0px;}
.header {position: static; background: #000; padding: 7px 0px;}
#cssmenu {margin-top: 0px!important;}
.logo .col-sm-3.align-center { width: 100%; text-align: center;}
.logo .col-sm-9.top_space{width: 100%; background: #D7292A; margin-top: 10px;}
.padd-left {padding-left: 0px;}
.logo #cssmenu > ul > li:hover > a, .logo #cssmenu > ul > li.active a {color: #222!important;}
#cssmenu > ul > li > a, #cssmenu ul ul li a {font-size: 14px!important;}
.white-btn {padding: 10px 14px;}
.cont-detail {padding: 15px;}
.top-heding {bottom: 28%;}
#cssmenu ul li:nth-of-type(2) ul {width: auto;}
#cssmenu ul li:nth-of-type(2) ul li{float: none; width: 100%;}


} 

@media (min-width:320px) and (max-width:600px){

header .pull-right {float: none!important;}
.top-side {position: static; text-align: center;}
.serv-box {width: 55%; margin: 15px auto;}
.serv-box span {font-size: 16px;}
.heading_div h1 {line-height: 30px; padding: 10px 0px;}
h1{font-size: 20px;}
h2{font-size: 18px;}
h3{font-size: 16px;}
.title {font-size: 18px;}
.align_right {float: none; margin: 10px 0px;}
.img-box img {margin:10px 0px;}
.header .pull-right {float: none!important;}
.top-side {margin-top: 5px;}
.contact_form input[type="text"] {float: none; width: 100%;}
.text-right {text-align: center;}
.banner {position: static;}
.slide-form {display: none;}
.heading_div h1 {padding: 0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; font-size: 18px; line-height: 28px;}
h3.foot-link span {padding: 4% 0; font-size: 16px; line-height: 26px; }
.title-bg .h1 {font-size: 24px; margin-bottom:0px;}
.title-bg {}
.serv-box img {width: 100%;}
#cssmenu {float: none!important;}
.heading_div1 h1, .text-area h2 {font-size: 27px;}
section.one {background: #fff;}
.white-btn {float: none; margin: 0px;}
.cont-detail {margin-bottom: 35px;}
.col-sm-10.top_space{background: #D7292A;}
.container-fluid.header{padding-bottom: 0px;}
.logo .col-sm-2.align-center{text-align: center;}
.logo img { margin: 10px 0px;}
.design {margin-top: 25px;}
.pdf-btn .send{
    padding: 0 10px;
}
.pdf-btn a.send{
    font-size: 16px;
}

}  


@media (max-width: 375px){
.telephone li {font-size: 17px;}
.contact_form input[type="text"] {float: none; width: 100%;}
.top-side img:nth-of-type(1) {width: 60%;}
.serv-box {width: 71%; margin: 15px auto;}
.flexy-menu > li.showhide span.icon {margin: 17px 3px!important;}
.contact-box i {float: none;}
.cont-text {float: none;}
.border-btn {width: 35%;}

}  


@media (max-width:320px){
.serv-box {width: 84%; margin: 15px auto;}
.social-box.faceb iframe {width: 100%!important;}
.heading_div1 h1, .text-area h2 {font-size: 25px;}
.border-btn {width: 35%;}
}