.wrapper{overflow:hidden; width:100%;}
    
    html, body {
        height: 100%;
        margin: 0;
        padding: 0;
         -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
    
  }
    
a{ transition: all 400ms ease;}

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section,
    summary {
        display: block;
    }
    
    input,
    textarea,
    button {
        /* -webkit-appearance: none; Safari/Chrome*/
        /*  -moz-appearance: none;Firefox*/
        /*  -ms-appearance: none; /*IE*/
        /*  -o-appearance: none; /*Opera
    appearance: none;
    -webkit-border-radius: 0; */
    }
    
    
    
    .left {
        float: left;
        position: relative
    }
    
    .right {
        float: right;
        position: relative
    }
    
    .clearfix:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }
    

    .clearfix {
        display: block;
    }
    

a.homer { background: #FC6D58; }

.bottomLinks{ position: fixed; bottom: 40px; right:0; background-image: url('../images/trans.png'); z-index: 12; width: 100px}
.bottomLinks li{ text-align: center}
.bottomLinks li a{padding: 20px; display: block; color: #d03232}
.bottomLinks li a:hover{ background-color:#d03232; color: #fff }
.bottomLinks li a i { display: block; font-size: 25px; margin-bottom: 5px;}

.quickServ li{ width: 33.33%; float: left; height: 280px; position: relative; display: none}
.quickServ li:first-child{ background-image: url('../images/bg_service_1.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover}
.quickServ li:nth-child(2){ background-image: url('../images/bg_service_2.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover}
.quickServ li:last-child{ background-image: url('../images/bg_service_3.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover}

.quickServ li .item{ color: #fff}
.quickServ li .item h2{ font-size: 25px; margin: 25px 0 20px; font-weight: normal}
.quickServ li .item p{ margin-bottom:30px; font-size: 14px; line-height: 25px}
.quickServ li .item a{ border:2px solid #fff; padding: 5px 20px; font-size: 13px; color: #fff; border-radius: 6px; position: absolute; bottom: 40px;}
.quickServ li .item a:hover{ background-color: #fff; color: #d03232}
.quickServ li:nth-child(2){
	-webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.5s;
}
.quickServ li:nth-child(3) {
    -webkit-animation-delay: 0.8s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.8s;
}

.whyUs{ padding: 40px 0}
.whyUs h2{ text-align: center; font-weight: normal; font-size: 30px;}
.whyUs h3{ text-align: center; font-family: "Georgia";
    font-style: italic;
    text-transform: none;
    font-size: 18px;
    color: #aaa;
    margin-bottom: 20px;
    font-weight: normal
}
.whyUs h3 .tiny-border{ margin: 0px auto; margin-top: 20px}
.whyUs ul{ width: 1000px; margin: 0px auto}
.whyUs ul li{ float: left; width: 100%; margin-bottom:20px; display: none}
.whyUs ul li .item{padding: 20px; font-size: 13px; color: #888; line-height: 1.7em}
.whyUs ul li h4{ font-size: 18px; font-weight: normal; color: #333; margin-bottom: 10px}
.whyUs ul li .item img{ float:left}
.whyUs ul li:nth-child(2) {
    -webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.5s;
}
.whyUs ul li:nth-child(3) {
    -webkit-animation-delay: 0.8s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.8s;
}

.whyUs ul li:nth-child(4) {
    -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1s;
}

.rightText { padding-left:140px;}
.testimonial ul li{ width: 50%; float: left; height: 480px;}
.testimonial ul li:first-child{ background-color:#d03232; }
.testimonial ul li:last-child{background-image: url('../images/bg_square_1.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat}
.testimonial ul li .item{ padding:8px 80px; color: #fff; font-size: 14px;
color: #fff;
background: none;
border: none;
line-height: 1.5em;
margin-top: 60px;
margin-left: 0;
}



blockquote::before {
    display: block;
    color: #fff;
    font-family: "Georgia";
    content: 'open-quote';
    font-size: 120px;
    line-height: 0.1em;
    vertical-align: -0.4em;
    content: "\201C";
    font-style: normal;
}
blockquote::after {
    display: block;
    color: #fff;
    font-family: "Georgia";
   content: close-quote;
    font-size: 120px;
    float: right;
    line-height: 1.1em;
    vertical-align: -0.4em;
    content: "\201D";
    font-style: normal;
}

.testimonial .testi-by {
    display: block;
    margin-top: 30px;
    color: #fff;
    font-size: 13px;
}
.testimonial .testi-by span{ display: block; font-size: 16px; font-weight: bold; display: block}
.testiText{ padding-left: 58px}
.testiPic{ width: auto !important; float: left; border-radius: 50%; margin-right: 15px;}
/*Client CSS*/
.clients{ padding: 30px 0}
.clientLogo .item{ text-align: center}
.clientLogo .item img{ width: 60%; display: block; margin: 0px auto}

.homeContact{ background-color:#d03232; padding: 30px 0; color: #fff; font-size: 20px }
.homeContact a{float: right; color: #fff; font-size: 14px; border-radius: 6px; display: block; border:2px solid #fff; padding: 5px 20px}
.homeContact a:hover{ background-color: #fff;color:#d03232}

.textwidget ul li{ width: 50%; float: left}
.textwidget ul a{ color: #888}

.affi-logo ul li{ float: left; margin-right: 5px; }

.affi-widget{ padding-left: 10px !important;}

footer h3, footerh4, footerh5, footer h6 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
.tiny-border {
    clear: both;
    width: 40px;
    height: 3px;
    background: #D03232;
        background-color: rgb(208, 50, 50);
    margin: 20px 0 20px 0;
}

.subfooter{ text-align: center; color: #888; font-size: 13px;}
.social-icons{ padding:30px 0 20px; text-align: center}
.social-icons i{ text-align: center;
color: #fff !important;
font-size: 20px !important;
border-radius: 60px;
padding: 8px !important;
width: 38px;
height: 38px;
margin-right:8px;
margin-bottom: 10px !important;
background: #D03232;
}

/*Inner Page CSS*/

.innerSlider{ height: 250px !important}
.innerPage{ padding: 30px 0}
.innerPage h1{ font-weight: normal; font-size: 30px; padding-bottom:20px;}
.innerPage h2{ font-weight: 600; font-size: 20px; padding-bottom:20px; color: #D03232}
.innerPage h2::before{content: "\f105";  font-family: FontAwesome; margin-right:15px; }
.innerPage p{line-height: 25px; font-weight: normal; font-size: 14px; margin-bottom: 50px;}
.innerPage a p span{ display: block; color: red; font-size: 12px; text-decoration: underline}

.innerPage ol{ padding-left: 15px;}
.innerPage ol li { margin-bottom: 5px; font-size: 14px;line-height: 25px;}


.innerBottomlinks{ position: fixed; border: 1px solid #ccc}

.otherServ{ margin-bottom: 30px;}
.otherServ li{ float: left; width: 50%; text-align: center;}
.otherServ li .item{ padding: 0 30px 20px; border:1px solid #ccc; height: 350px; margin:0 10px 10px 0;}
.otherServ li .item img { margin-top: 20px;}
.otherServ li .item h3{ font-size: 20px; padding-bottom:15px; }
.otherServ li .item i{ font-size: 50px; margin: 20px 0; color: #ccc}
.otherServ li:hover i{ color:#D03232}
.otherServ li .item p{ margin-bottom: 0 !important}



.ggleMap{ float: right; width:40%;}
.ggleMap img{ width: 100%}
.gglLocation{ float: left; width: 60%}
.gglLocation ul li{padding: 0 0 10px 0; font-size: 14px; width: 100%; float: left}
.gglLocation ul li::before{content:"\f041" ; margin-right: 10px; font-family:FontAwesome }

a.lightbox img {

}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
left: 0;    
z-index: 1111;    
background: rgba(0,0,0,.7);
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
width: 700px;
    left: 50%;
top:10%;    
margin-left:-350px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}

.contactAdd {width: 30%; float: left}
.contactAdd i{ font-size: 14px; margin-right: 10px; color: #D03232}

.galleryAdd {width: 50%; float: left; padding-right:20px;}
.galleryimage{ float: left; width: 50%}

::placeholder{ font-family: arial; font-size: 12px;}
.feedback{ float: left; width: 70%}
.feedback .item{ padding-bottom: 15px; padding-right: 15px}
.feedback .item input[type=text], select, input[type=email], textarea{ width: 100%; padding:0 10px; height:40px; border:1px solid #efeeee; border-radius: 6px;}
.feedback .item textarea{ height: 68px; padding: 10px;}
.feedback .item input[type=submit],.feedback .item input[type=reset] { width: 48%; padding:0 10px; background-color: #D03232; border: 0; height: 40px; color: #fff; font-size: 14px; border-radius: 6px; margin: 0px auto; display:inline-block; cursor: pointer}

.w33{ width: 33.33%; float: left}


.Converter .item{ margin-bottom: 50px; width: 33.33%; float: left; }
.Converter .item ul li{ float: left; padding:0 10px 0 0; width:100%; margin-bottom: 10px; position: relative}
.Converter .item ul li span{ position: absolute; right:60px; top:12px; text-align: right; width: 150px}
.Converter .item ul li input[type=text]{ border:1px solid #ccc; padding: 0 10px; height: 40px; border-radius: 6px; width: 90%}
.Converter .item ul li input[type=button], input[type=reset]{ background-color: #D03232; border: 0; padding:0 10px; cursor: pointer; height: 40px; color: #fff; border-radius: 6px;}

.containerSize li{ float: left; width: 25%;}
.containerSize li div{ padding: 10px; border:1px solid #ccc; margin: 15px;}
.containerSize li img{ width: 100%}
.containerSize li p{ margin-bottom:5px; text-align: right; font-size: 13px;}
.containerSize li p span{ font-weight: bold; float: left; color: #666}

.infraList li{ float: left;width: 100% !important }
.infraList li .item{ padding:0 !important;}
.infraList li .item img{ width: 100px; margin: 0px auto; margin-bottom: 10px; }
.infraUl{ margin-bottom: 30px; padding-left: 20px}
.infraUl li{list-style: disc; padding:0 0 10px 0px ; font-size: 14px; width: 100% !important; margin-bottom:0px !important; height: inherit !important; }
.infraUl li ul { padding-left: 20px; margin-top: 20px; color: #666}
.infraUl li ul li { list-style: circle}
.servUl li{ width: 33.33%}
.servUl li .item{ padding: 20px;}

/*Light Box*/
/** reset lightbox position **/
#lightbox-container-image-data-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/** page structure **/
#w {
  display: block;

  margin: 0 auto;
  padding-top: 30px;
}

#content {
  display: block;
  width: 100%;
  background: #fff;
  padding: 25px 20px;
  padding-bottom: 35px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

#thumbnails { display: block; margin-bottom: 10px; }
#thumbnails ul li { float: left; margin-right: 26px; margin-bottom: 12px; }

.teamPic li{ width: 20%; float: left}
.teamPic li .item{ border: 1px solid #ccc; padding: 10px; height: 340px; margin: 0 5px 10px}
.teamPic li .item img{ width: 100%}
.teamPic li .item h4{ font-size: 16px; margin: 10px 0 3px}
.teamPic li .item h5{ font-weight: normal; font-size: 14px;}

.teamPicdel li{ width: 20%; float: left}
.teamPicdel li .item{ border: 1px solid #ccc; padding: 10px; height: 780px; margin: 0 5px 10px}
.teamPicdel li .item img{ width: 100%}
.teamPicdel li .item h4{ font-size: 16px; margin: 10px 0 3px}
.teamPicdel li .item h5{ font-weight: normal; font-size: 14px;}

.servExe{ padding: 30px 0 0 0; }
.servExe li{ width: 33.33%; text-align: center; float: left}
.servExe li .item{  margin: 10px;}
.servExe li .item span b{ font-size: 18px}
.servExe li .item span{  margin-top: 5px; display: block; font-size: 14px;}


.news img{ float: left; margin-right: 20px;}
.news p{ font-size: 16px; margin-bottom: 0}
.news p a{ display: block; font-size: 12px; color: red; margin-bottom: 0}
.newsData #content{ padding: 10px;}
.newsData #thumbnails{ margin-bottom: 0}
.newsData #thumbnails ul li{ margin: 0 0 20px 0}
.newsData{ padding-bottom: 30px;}

.chairmanSpch li{ float: left}
.chairmanSpch li:first-child{ width: 20%}
.chairmanSpch li:first-child img{ width: 100%}
.chairmanSpch li:first-child h3{ font-size: 20px;padding-top: 10px}
.chairmanSpch li:first-child span{ font-size: 16px; padding-bottom: 0px;}
.chairmanSpch li:last-child{ width: 90%;}

.logiExtra li { width: 33.33% !important; float: left}
.logiExtra li .item{ padding: 15px !important; margin:10px; border:1px solid #f1f1f1}
.logiExtra li .item img{ width: 100%}
.logiExtra li .item p{ font-size: 13px}

    .flip_container{
                       width: 100%;
                        height: 280px;
						
                             }
    .flip_container:hover .flip 
                            {      
              -webkit-transform: rotateY(180deg);
                               transform: rotateY(180deg);
                     }
    .flip {
      -webkit-transition: 0.5s;
      transition: 0.5s;
              -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      position: relative;
	  height:280px;
            }
    .flip_front, .flip_back {
                                -webkit-backface-visibility: hidden;
                                        backface-visibility: hidden;
                                position: absolute;
                                top: 0;
                                left: 0;
								padding:20px;
								bottom:0
                                        }
    .flip_front {
               -webkit-transform: rotateY(0deg);
                       transform: rotateY(0deg);
                       }
    .flip_back {
                -webkit-transform: rotateY(180deg);
                        transform: rotateY(180deg);
						background-color:#000
                      }
					  
.box_industries
{
  overflow: hidden;
  position: relative;
        height: 280px;
		padding:20px;
		cursor:pointer
}

.box_industries .content
{
  background: rgba( 208, 50, 50, 0.9 );
  bottom: -100%;
  color: #fff;
  height: 100%;
  left: 0%;
  text-align: center;
  position: absolute;
  transition: bottom 0.5s ease;
  width: 100%;
}
.box_industries:hover .content
{
  bottom: 0%;
}

.image { position:relative; z-index:11; height:230px;}
#mapContainer {
    height: 400px;
    margin-left: 0px;
}

#mapCanvas {
    width: 1300px;
    height: 100%;
   
     
}


.industryOver{ background-color: #f1f1f1;}
.industryOver p{ line-height: 25px;font-weight: normal;font-size: 14px; text-align: center; margin-bottom: 25px;}
.industryOver a{border: 2px solid #fff;padding: 5px 20px;font-size: 13px;color: #000;border-radius: 6px; display: block; width: 110px; text-align: center; margin: 0px auto}
.industryOver a:hover{ background-color: #d03232; border: 2px solid #d03232; color: #fff}


.da-thumbs {
	list-style: none;
	width: 984px;
	height: 600px;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	margin: 5px;
	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

.newsfloat-my-children {
width:90%; height: auto; 
}
.newsimage {float:left; width:200px; height:auto; margin-right: 20px; margin-left:10px; font-size: 16px; }
.newstext { font-size: 16px; margin:10px; height:130px; vertical-align: middle;  }



/****************** Media Quries ******************/

@media (min-width: 320px) and (max-width: 767px) {
.newstext {
    font-size: 14px;
    margin: 10px;
    height: auto;
    vertical-align: middle;
    clear: both;
}
.newsfloat-my-children{width: 100%;}
.newsimage {
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    margin: 0px auto;
}
.newstext{
   padding-bottom: 20px;
   margin: 0px;
}
.bottomLinks{width: 21%;}
.bottomLinks li a{padding: 10px;}

}