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

.pc {
    color: #000;
    font-size: 18px;
    line-height: 34px;
    padding: 0px 34px 0px 0px;
    text-align: justify;
}
.goog-te-menu-value{
    background-color:#FFF;
}
.home-counter .single-fact p {
    font-size: 33px;
    padding-top: 16px;
    font-weight: 500;
    color: #FFF!important;
    font-family: 'Italianno', cursive;
}
.list-group-item {
    color: #000;
}
.award{
	    width: 204px;
    background-color: #FFF;
    border: 4px solid #e3c58e;
    padding: 8px;
}
.inte-rr{
	margin-top: 51px;
}
.prrt{
	    width: 100%;
    border: 7px solid #e3c58e;
    padding: 4px;
}
.tech-tr{
	    font-size: 18px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 8px 16px;
    margin-top: 14px;
    margin-bottom: 13px;
    background-color: #eaeaea;
}
.rtr{
	margin-bottom: 31px;
}
.over_lay_pic {
    position: absolute;
    height: 100%;
    width: 100%;
	background-image:url(../images/png.png)!important;
    top: 2px;
    left: 0px;
    z-index: -1;
}
.line3 {
    background: #006298;
    width: 100px;
    height: 3px;
    margin-bottom: 37px;
}
.textp {
    font-size: 24px;
    color: #fff;
    text-align:center;
}
#background-wrap {
    bottom: 0;
    left: 0;
    padding-top: 50px;
    position: absolute;
    right: 0;
    top: 135px;
    z-index: 99;
}
.logo-main{
	    z-index: 1;
    position: sticky;
    top: 0px;
    left: 0px;
    margin-bottom: -37px;
}
.cler{
   margin-top: 26px;
    margin-left: 0px!important;
}
.work12{
	     color: #000;
    margin-top: 0px;
}
.app{
text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #FFF;
    margin-top: 0px;
    background-color: #016299;
    padding: 8px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.app-form {
    /* border: 1px solid #CCC; */
    padding: 0px;
    margin-top: 4px;
}
.rr-form{
	width:100%!important;
}
.app-form1 {
    border: 1px solid #CCC;
    padding: 25px;
    margin-top: 0px;
}
.rr-102{
	    margin-bottom: 91px;
}

/* KEYFRAMES */

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 90%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 90%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 90%;
    }
}

/* ANIMATIONS */

.x1 {
	-webkit-animation: animateCloud 35s linear infinite;
	-moz-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}

.x2 {
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x3 {
	-webkit-animation: animateCloud 30s linear infinite;
	-moz-animation: animateCloud 30s linear infinite;
	animation: animateCloud 30s linear infinite;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x4 {
	-webkit-animation: animateCloud 18s linear infinite;
	-moz-animation: animateCloud 18s linear infinite;
	animation: animateCloud 18s linear infinite;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x5 {
	-webkit-animation: animateCloud 25s linear infinite;
	-moz-animation: animateCloud 25s linear infinite;
	animation: animateCloud 25s linear infinite;
	
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	transform: scale(0.55);
}
.x6 {
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}
.x7 {
	-webkit-animation: animateCloud 18s linear infinite;
	-moz-animation: animateCloud 18s linear infinite;
	animation: animateCloud 18s linear infinite;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

/* OBJECTS */

.cloud {
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 5%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#fff), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1',GradientType=0 );
	
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	
	-webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);

	height: 120px;
	position: relative;
	width: 350px;
}

.cloud:after, .cloud:before {
    background: #fff;
	content: '';
	position: absolute;
	z-indeX: -1;
}

.cloud:after {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;

	height: 100px;
	left: 50px;
	top: -50px;
	width: 100px;
}

.cloud:before {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;

	width: 180px;
	height: 180px;
	right: 50px;
	top: -90px;
}

/*-------fly---------*/

.pajaro {
border-radius: 50% 50% 20% 20%;
    color: white;
    line-height: 20px;
    letter-spacing: 2px;
    font-size: 0.8em;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 85%;
    margin-top: -20px;
    margin-left: -10px;
    width: 15px;
    height: 15px;
    animation: planeo 0.8s linear infinite;
    z-index: 999;
}

/*.pajaro:after,
.pajaro:before{
  content:"";
  position:absolute;
  top:50%; left:50%;
}
*/
/*------------------------------------------------------ bird wings
*/

.pajaro:after{
  border-radius: 100% 100% 0 0;
  box-shadow: inset 0px 5px 0 black;
  width:100px; height:100px;
  margin-top:-7px; margin-left:-50px;
  transform-origin: 100% 0%;
  animation:alas .5s linear infinite;
  transition:.5s;
}

/*------------------------------------------------------ bird beak
*/

.pajaro:before{
  background:#FFC37F;
  border-radius: 100% 0% 20% 0%;
  margin-top:3px; margin-left:-4px;
  width:6px; height:6px;
  transform:rotateZ(45deg);
  transition:.5s;
}

/*------------------------------------------------------ wings animation
*/

@keyframes alas {
  50%{
    transform:rotateX(-1440deg);
	transition:.5s;
  }
}

/*------------------------------------------------------ bird animation
*/

@keyframes planeo {
  40%{
    transform:rotateZ(-1deg) translateX(0px) translateY(0px) translateZ(0);
    line-height:16px;
    font-size:0.6em;
	transition:.5s;
  }
  80%{
    transform:rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0);
	transition:.5s;
  }
}


/*------------bann---------*/

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
#quote-carousel .carousel-indicators img{
    width: 60px;
    height: 60px;
    border-radius: 100px;

}
#quote-carousel .new-one{
	
}
#quote-carousel .new-one .active{
	border:1px solid #CCC;
}
.new-one {
    position: relative!important;
    bottom: 10px;
    left: 0%!important;
    z-index: 15;
    width: 5%!important;
    padding-left: 0;
    margin-left: 0%!important;
    text-align: center;
    list-style: none;
}
#quote-carousel .new-one .active {
background: #ffffff;
    width: 30px!important;
    height: 30px!important;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
}
/*.main-bx {
    width: 330px;
    background-color: #CCC;
    height: 330px;
    border-radius: 180px;
    margin-left: 15px;
}*/
.main-bx {
    padding-top: 75px;
}
.main-df{
    position: absolute;
    width: 436px;
    margin-top: -37pc;
    margin-left: 500px;
    z-index: 999;
}
.cc-rr{
    background-color: #ffffff;
    border-radius: 165px;
    height: 334px;
    width: 334px;
    border: 2px solid #9cba58;
    border-style: dashed;
}
#quote-carousel .new-one .roug{
    width: 30px!important;
    height:30px!important;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
	background-color:#FFF;
	
}
.first{
	    margin-left: 148px!important;
        margin-top: -16px!important;
    position: absolute!important;
    font-size: 21px!important;
    width: 30px!important;
    height: 30px!important;
	    box-shadow: 1px 0px 2px 2px #CCC!important;
}
.sec{
	      margin-left: 317px!important;
    position: absolute!important;
      margin-top: 137px!important;
    font-size: 20px!important;
    box-shadow: 1px 0px 2px 2px #CCC!important;
}
.third{
    margin-left: 152px!important;
    position: absolute!important;
    margin-top: 316px!important;
    box-shadow: 1px 0px 2px 2px #CCC!important;
    font-size: 20px!important;
}
.four{
	position: absolute!important;
    margin-top: 146px!important;
	box-shadow: 1px 0px 2px 2px #CCC!important;
		font-size: 20px!important;
		    margin-left: -15px!important;
}
.are{
	    line-height: 19px;
    color: #000;
}
.know a{
	    background-color: #FFF;
    border: 1px solid #9cba58;
    padding: 5px 17px;
    border-radius: 6px;
    font-size: 17px;
}
.know{
	    margin-bottom: 0px;
    margin-top: 16px;
}
.border-top{
	    position: absolute;
    margin-top: -42pc;
    width: 100%;
}
.top-one{
	    text-align: center;
}
.bottom-one{
	    margin-top: 307px;
    text-align: center;
    margin-left: 5px;
}
@font-face {
    font-family: headfont;
    src:url(../fonts/Signet%20Roundhand%20ATT.ttf);
}
.where-back h2{
    background: #006298;
    color: #fff;
    font-size: 51px;
    margin-top: -68px;
    font-family: 'Italianno', cursive;
}
.icon-one{
	    margin-top: -550px;
    text-align: center;
    margin-left: 85px;
    z-index: 99;
    position: relative;
}
.icon-two{
	text-align: center;
    margin-left: 468px;
    margin-top: 97px;
    z-index: 99;
    position: relative;
}
.icon-three{
	    text-align: center;
    margin-top: 173px;
    margin-right: 111px;
    position: relative;
    z-index: 99;
}
.icon-four{
	    margin-top: -335px;
    text-align: center;
    margin-right: 450px;
    position: relative;
    z-index: 99;
}
.sdf {
    font-size: 18px;
    color: #000;
}
.mess{
	    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.5em;
}
.bgo:hover {
    background: #9cba59;
    cursor: pointer;
    margin-top: -6px;
    transition: .5s;
}
.bgo{

    transition: .5s;
}
.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #676767;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    padding-bottom: 35px;
    color: #FFF;
}
.fox{
	    text-align: center;
    font-size: 15px;
    padding-top: 5px;
    font-weight: 600;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #458435;
    background: #458435;
    color: #FFF;
}
.fox-main img{
	background-color:#FFF;
}
.gg-new h2{
    margin-bottom: 7px;
}
.gg-new{
    margin-bottom: 16px;

}
.was{
    padding-left: 0px;
}
.was li{
    list-style: none;
    font-size: 17px;
    line-height: 29px;
    color: #000;
}
.dd-fa{
    color: #016299;
    padding-right: 4px;
    font-weight: 600!important;
}
.hj{
    background: #9cba58;
    height: 5px;
    margin-bottom: 13px;
}
.mil{
    margin-bottom: 6px;
}
.about-main p{
text-align: justify;
}
.chair p {
    text-align: justify;
    color: #FFF!important;
}
.chr img{
width: 100%;
    border-radius: 49%;
    border: 6px solid #9cba58;
    margin-top: 22px;
}
.our{
    float: left;
    width: 31%;
    text-align: center;
    border: 1px solid #CCC;
    margin-left: 13px;
    margin-right: 13px;
    padding: 26px 10px;
    font-size: 20px;
    background-color: #016299;
    color: #FFF!important;
}
.our p{
margin-bottom:0px;
    color: #FFF!important;
    font-weight: 600;
}

.our:hover {
    background-color: #9cba58;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 37px!important;
}
.navbar-right {
    margin-right: 39px!important;
}

.navbar-nav>li>a {
    line-height: 31px!important;
}
.pro{
	    text-transform: uppercase;
    font-weight: 600;
     margin-bottom: 4px;
}
p {
    color: #000!important;
	    line-height: 26px;
}
.at{
	    text-align: justify;
}
.epoxy{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 25px;
    color: #84bb07;
}
.gen {
    padding-left: 15px;
}
.gen li {
    line-height: 26px;
    font-size: 1.2em;
    color: #000;
    text-align: justify;
    font-size: 16.5px;
}
.fol{
	    font-size: 16px!important;
}
.foll{
	text-align: justify;
}
.rr-btn{
	width: 188px;
    text-transform: uppercase;
    padding: 0px;
    font-size: 21px;
    background-color: #9cba58;
    height: 43px;
    font-weight: 600;
	margin-bottom: 21px;
}
.ens{
	    font-size: 17px!important;
    line-height: 29px!important;
    color: #000!important;
}
.ab-cont p{
		    font-size: 17px!important;
    line-height: 29px!important;
    color: #000!important;
}
.sign{
	    margin-left: -11px;
    margin-top: -9px;
    margin-bottom: 19px;
}
.rr-box{
    border: 1px solid #FFF;
    margin-top: 23px;
    padding: 12px;
    height: 100%;
    min-height: 293px;
}
.rr-box p{
	color:#FFF!important;
	text-align: justify;
}
.rr-box:hover {
    border: 1px solid #9cba58;
    background-color: #9cba58;
    border-radius: 5px;
	transition:.5s;
}
.to-pad{
	    padding: 21px 0px;
}

.popup-wrap {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  content: '';
  background: rgba(0, 0, 0, 0.85);
      z-index: 99999;
}

.popup-box {
    width: 50%;
    padding: 25px 45px;
    transform: translate(-50%, -50%) scale(0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    background: #fff;
    text-align: center;
}
.popup-box h2 {
     color: #1a1a1a;
    margin-top: 5px;
    font-weight: 600;
    border-bottom: 1px solid rgba(204, 204, 204, 0.33);
    padding-bottom: 7px;
}
.popup-box h3 {
  color: #888;
}
.popup-box .close-btn {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all ease 0.50s;
  transition: all ease 0.75s;
  border-radius: 1000px;
  background: #d75f70;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
line-height: 207%;
}
.popup-box .close-btn:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.popup-wrap1 {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  content: '';
  background: rgba(0, 0, 0, 0.85);
      z-index: 99999;
}

.popup-box1 {
  width: 50%;
    padding: 25px 45px;
    transform: translate(-50%, -50%) scale(0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    background: #fff;
    text-align: center;
}
.popup-box1 h2 {
      color: #1a1a1a;
    margin-top: 5px;
    font-weight: 600;
    border-bottom: 1px solid rgba(204, 204, 204, 0.33);
    padding-bottom: 7px;
}
.popup-box1 h3 {
  color: #888;
}
.popup-box1 .close-btn {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all ease 0.50s;
  transition: all ease 0.75s;
  border-radius: 1000px;
  background: #d75f70;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
line-height: 207%;
}
.popup-box1 .close-btn:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}



.popup-wrap2 {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  content: '';
  background: rgba(0, 0, 0, 0.85);
      z-index: 99999;
}

.popup-box2 {
  width: 50%;
    padding: 25px 45px;
    transform: translate(-50%, -50%) scale(0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    background: #fff;
    text-align: center;
}
.popup-box2 h2 {
      color: #1a1a1a;
    margin-top: 5px;
    font-weight: 600;
    border-bottom: 1px solid rgba(204, 204, 204, 0.33);
    padding-bottom: 7px;
}
.popup-box2 h3 {
  color: #888;
}
.popup-box2 .close-btn {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all ease 0.50s;
  transition: all ease 0.75s;
  border-radius: 1000px;
  background: #d75f70;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
line-height: 207%;
}
.popup-box2 .close-btn:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}


.transform-in, .transform-out {
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.transform-in {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.transform-out {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
}
.bx-new{
	    margin-bottom: 36px;
}
.head-pad{
	    padding-top: 19px;
}
.phone-rr{
	text-align:right;
}
.btn-success2 {
color: #fff;
    background-color: #9cba58;
    /* border-color: #9cba58; */
    border-radius: 7px;
    /* font-family: fontr; */
    padding: 10px 17px 10px 17px!important;
    border: none;
    font-size: 16px;
    font-weight: 600;
}
.zbreak {
    z-index: 1;
    position: absolute;
    /* top: 2138px; */
    margin-top: -304px!important;
}
.modal-header {
    padding: 12px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #016299;
    color: #FFF;
}
.close:focus, .close:hover {
    color: #FFF!important;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1!important;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #FFF!important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1!important;
}
.con-rr{
    margin-top: 135px;
}
.nav2{
	    width: auto;
    height: 44px;
    color: #7c7b7b;
    padding-top: 8px;
    padding-left: 51px;
}
.our-products{
	    margin-top: 51px;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}
.indu-03{
	    padding-top: 71px;
}
.we-do{
	padding-left:100px;
}
.bg-00{
	padding:0px;
}
.min-tr{
    margin-top: -253px;
    z-index: 9;
    position: absolute;
}
.get-tr{
	    font-size: 28px;
    padding-bottom: 10px;
}
.target-head{
	    padding-top: 148px;
}
.line-6{
	    margin-bottom: 21px;
}
.cong-tr{
	padding-top:160px;
}
.social-tr{
	text-align:-webkit-right;
	text-align:right;
	padding:0px;
}
.mobile-res-rr{
	display:none;
}
.works-main{
	margin-left: 0px;
    margin-top: 80px;
    padding-bottom: 50px;
}
.cert-rr{
	    padding: 0px!important;
    margin-top: 18px;
    text-align: justify;
}
.cert-main {
    width: 109%;
    margin-top: -42px;
    border: 7px solid #e3c58e;
    padding: 4px;
}
.main-logo{
	background-color: rgba(127, 255, 212, 0);
}
.conus{
	width:100%;
	margin-bottom: 30px;
}
.cnt-ty{
	    padding: 36px 0px;
}
.firm{
    padding: 20px 0px;
    background-image: url(../images/bg02.png);
    padding-top: 156px;
	    margin-bottom: -2px;

}
@media (max-width:767px) and (min-width:320px){
.logo-main {
    z-index: 1;
    position: relative;
    top: 8px;
    left: -12px;
    margin-bottom: -37px;
}
.logo-main img{
	    width: 100px;
}
.where-back h2 {
    background: #006298;
    color: #fff;
    font-size: 20px;
    margin-top: -5px;
    font-family: 'Italianno', cursive;
}
.icon-four{
	display:none;
}
.icon-one{
	display:none;
}
.icon-three{
	display:none;
}
.icon-four {
	display:none;
}
.icon-two{
	display:none;
}
.pajaro {
    border-radius: 50% 50% 20% 20%;
    color: white;
    line-height: 20px;
    letter-spacing: 2px;
    font-size: 0.8em;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 83%;
    margin-left: -10px;
    width: 15px;
    height: 15px;
    animation: planeo 0.8s linear infinite;
    z-index: 999;
    margin-top: 321px;
}
.pajaro img{
	    width: 51px;
}
.main-df {
    position: absolute;
    width: 100%;
    margin-top: -23pc;
    margin-left: 0px;
    z-index: 999;
    padding-left: 42px;
}
.cc-rr {
    background-color: #ffffff;
    border-radius: 165px;
    height: 242px;
    width: 242px;
    border: 2px solid #9cba58;
    border-style: dashed;
}
.sec {
    margin-left: 227px!important;
    margin-top: 105px!important;
}
.first {
    margin-left: 104px!important;
}
.third {
    margin-left: 104px!important;
    margin-top: 225px!important;
}
.four {
    margin-top: 107px!important;
}
.rr-item img {
    width: 129px;
}
#custom-search-input {
    display: none;
}
.main-bx {
    padding-top: 25px;
}
.rr-nom{
	    display: none;
}
.bottom-one {
    display: none;
}
.res-rr img{
	height: 374px;
}
.phone-rr{
    text-align: right;
    position: relative;
    margin-top: -71px;
    margin-right: 3px;
}
.nav-rr{
	margin-top: 15px;
}
.x1{
	display:none;
}
.x2{
	display:none;
}
.x3{
	display:none;
}
.x4{
	display:none;
}
.x5{
	display:none;
}
.x6{
	display:none;
}
.x7{
	display:none;
}
.where-back{
	    margin-top: -28px;
}
.who-head {
    margin-top: -12px;
    font-size: 24px;
}
.sdf {
    font-size: 16px;
    line-height: 20px;
}
.mob-line{
	    padding: 0px;
    margin-top: -5px;
}
.pc {
    color: #000;
    font-size: 15px;
    line-height: 27px;
    padding: 0px 0px 0px 0px;
    text-align: justify;
    margin-bottom: -15px;
    font-weight: 500;
}
.sdf-06{
	    margin-bottom: 36px;
}

.bgo {
    background: #22495e;
    opacity: 0.8;
    border: 1px solid #006298;
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 12px;
}
.ptb20 {
    padding-top: 1px;
    padding-bottom: 24px;
    margin-top: 33px;
}
.over_lay_pic {
    position: absolute;
    height: 100%;
    width: 100%;
    background: none;
    top: 2px;
    left: 0px;
    z-index: -1;
}
.home-counter {
    background: #231414;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.indu-03 {
    padding-top: 6px;
    font-size: 22px;
}
.we-do {
    padding-left: 12px;
}
.bg-00 {
    padding: 13px;
}
.our-products {
    margin-top: 51px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    color: #9cba57;
    margin-bottom: 0px;
    line-height: 29px;
}
.min-tr {
    margin-top: 0;
    z-index: 9;
    position: inherit;
}
.cont-tr{
	    padding: 0px;
    border: 1px solid #CCC;
}
.cont-head{
	    font-size: 27px;
}
.name-tr{
	    width: 100%!important;
}
.top-one{
	display:none;
}
.bottom-one{
	display:none;
}
.maps-tr{
	    display: none;
}
.nav2 ul li {
    float: left;
    padding: 5px 5px 3px 3px;
    border-left: 1px solid #7c7b7b;
    line-height: 0px;
    /* margin-top: 12px; */
    font-size: 9px;
}
.nav2 {
    width: auto;
    height: 31px;
    color: #7c7b7b;
    padding-top: 10px;
    padding-left: 1px;
}
.cong-tr{
	padding-top:27px;
}
.footrtnav {
    height: auto;
}
.social-tr {
    text-align: -webkit-center;
    text-align: center;
    padding: 0px;
}
.cont-mg-tr{
	    text-align: center;
}
.navbar-right {
    margin-right: 7px!important;
    z-index: 9999;
    position: relative;
    margin-top: 1px;
}
.target-head {
    padding-top: 122px;
    font-size: 21px;
}
.abt-rr{
	    margin-top: 38px;
}
.chair-rr{
	    width: 100%;
}
.works-main {
    margin-left: 20px;
    margin-top: -30px;
    padding-bottom: 50px;
}
.works-tr{
	    padding: 0px;
    margin-left: -11px;
    margin-top: 27px;
}
.gd-tr{    width: 100%;
}
.cert-main {
    width: 100%;
    margin-top: -2px;
}
.con-rr {
    margin-top: 60px;
}
.padd-rr{
	padding:0px;
}
}
@media (max-width:400px) and (min-width:360px){
.mobile-res-rr {
    display: block;
    margin-top: 17px;
}
.mobile-res-rr img{
	width:100%;
}
.res-rr{
	display:none;
}
	.where-back h2 {
    background: #006298;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    font-family: 'Italianno', cursive;
}
.where-back {
    margin-top: -16px;
}
}
@media (max-width:450px) and (min-width:401px){
	.main-df {
    padding-left: 69px;
}
.are {
    line-height: 19px;
    color: #000;
    font-size: 12px;
}

}
@media (max-width:500px) and (min-width:451px){

.main-df {
    padding-left: 92px;
}
.where-back h2 {
    font-size:25px;
}
}
@media (max-width:550px) and (min-width:501px){


.main-df {
    padding-left: 114px;
}
.where-back h2 {
    font-size:28px;
}

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


.main-df {
    padding-left: 143px;
}
.where-back h2 {
    font-size:28px;
}

}

@media (max-width:650px) and (min-width:601px){


.main-df {
    padding-left: 150px;
}
.where-back h2 {
    font-size:28px;
}
}
@media (max-width:700px) and (min-width:651px){


.main-df {
    padding-left: 170px;
}
.where-back h2 {
    font-size: 32px;
}
}
@media (max-width:750px) and (min-width:701px){


.main-df {
    padding-left: 190px;
}
.where-back h2 {
    font-size: 35px;
}
}
@media (max-width:767px) and (min-width:751px){


.main-df {
    padding-left: 200px;
}
.where-back h2 {
    font-size: 37px;
}

}

@media (max-width:1200px) and (min-width:768px){
	.where-back h2 {
    background: #006298;
    color: #fff;
    font-size: 38px;
    margin-top: -39px;
    font-family: 'Italianno', cursive;
}
.main-df {
    position: absolute;
    width: 436px;
    margin-top: -24pc;
    margin-left: -2px;
    z-index: 999;
}
.x1{
	display:none;
}
.x2{
	display:none;
}
.x3{
	display:none;
}

.x7{
	display:none;
}
.x6{
	display:none;
}
.cc-rr {
    background-color: #ffffff;
    border-radius: 165px;
    height: 282px;
    width: 282px;
    border: 2px solid #9cba58;
    border-style: dashed;
}
.main-df {
    position: absolute;
    width: 436px;
    margin-top: -24pc;
    margin-left: -2px;
    z-index: 999;
    padding-left: 213px;
}
.third {
    margin-left: 120px!important;
    position: absolute!important;
    margin-top: 265px!important;
    box-shadow: 1px 0px 2px 2px #CCC!important;
    font-size: 20px!important;
}
.main-bx {
    padding-top: 66px;
}

.first {
margin-left: 127px!important;
}
.sec {
    margin-left: 266px!important;
    position: absolute!important;
    margin-top: 125px!important;
    font-size: 20px!important;
    box-shadow: 1px 0px 2px 2px #CCC!important;
}
.four {
    position: absolute!important;
    margin-top: 125px!important;
    box-shadow: 1px 0px 2px 2px #CCC!important;
    font-size: 20px!important;
    margin-left: -15px!important;
}
.rr-item img{
	    width: 200px;
}
.pajaro img{
	    width: 116px;
}
.pajaro {
    margin-top: 271px;
 
}
.icon-one {
    margin-top: -146px;
}
.top-one {
    display: none;
}
#background-wrap {
    bottom: 0;
    left: 0;
    padding-top: 50px;
    position: absolute;
    right: 0;
    top: 190px;
    z-index: 99;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 16px!important;
    font-size: 11px;
}
.main-logo img{
	    margin-top: 49px;
}
.rr-mem{
	display:none;
}
}

@media (max-width:1650px) and (min-width:1367px){
.bottom-one {
    margin-top: 363px;
    text-align: center;
    margin-left: 5px;
}
.top-one {
    text-align: center;
    margin-top: -67px;
}
.main-df {
    position: absolute;
    width: 436px;
    margin-top: -613px;
    margin-left: 575px;
    z-index: 999;
}
.icon-one {
    margin-top: -568px;
    text-align: center;
    margin-left: 85px;
    z-index: 99;
    position: relative;
}
.pajaro {
    border-radius: 50% 50% 20% 20%;
    color: white;
    line-height: 20px;
    letter-spacing: 2px;
    font-size: 0.8em;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 85%;
    margin-top: -72px;
    margin-left: -10px;
    width: 15px;
    height: 15px;
    animation: planeo 0.8s linear infinite;
    z-index: 999;
}
.main-bx {
    padding-top: 80px;
}
.textp {
    font-size: 24px;
    color: #fff;
    text-align: -webkit-center;
}
}
@media (max-width:1300px) and (min-width:1200px){
	.main-df {
    position: absolute;
    width: 436px;
    margin-top: -34pc;
    margin-left: 436px;
    z-index: 999;
}

.top-one {
    text-align: center;
    margin-top: 2px;
}
.bottom-one {
    margin-top: 251px;
    text-align: center;
    margin-left: 5px;
}
.icon-one {
    margin-top: -511px;
    text-align: center;
    margin-left: 85px;
    z-index: 99;
    position: relative;
}
.icon-three {
    text-align: center;
    margin-top: 154px;
    margin-right: 111px;
    position: relative;
    z-index: 99;
}
.pajaro {
    margin-top: 47px;

}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 29px!important;
}
.border-top {
    position: absolute;
    margin-top: -38pc;
    width: 100%;
}
.to-pad {
    padding: 21px 0px;
    padding-left: 44px;
}

}











#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
    background-color: rgba(0, 0, 0, 0.8);
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
     width: 48%;
    height: auto;
    padding: 10px;
    background-color: #ffffff;
    font-size: 15pt;
    position: fixed;
}
.maintext{
	text-align: center;
  text-decoration: none;
}
body{
  background: url('bg.jpg');
}
#lorem{
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
    font-size: 16pt;
    padding: 10px 20px;
    font-family: sans-serif;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
.wele{
	    font-size: 24px;
    margin-top: 16px;
    font-weight: 800;
    font-family: sans-serif;
	margin-bottom: 31px;
}
.man{
	    margin-top: 50px;
}
.man p{
	    font-family: 'Italianno', cursive;
    font-size: 42px;
    font-weight: 500;
}
.agree{
	    background: none;
}
.agree:hover{
	    background: none;
}
.man-dd{
	    background-color: #e9d1a0;
    border: 1px solid #FFF;
    border-radius: 5px;
}
.man-dd a{
color: #000!important;
    font-weight: 600;
    font-family: sans-serif;
	text-transform: uppercase;
}
.man-dd a:hover{
	color:#000!important;
	text-decoration:underline!important;
}
@media (max-width:767px) and (min-width:320px){
	.boxes{
		display:none;
	}
#boxes #dialog {
    width: 89%;
    height: auto;
    padding: 10px;
    background-color: #ffffff;
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
    position: fixed;
    margin-top: -56px;
}
.wele {
    font-size: 18px;
    margin-top: 16px;
    font-weight: 800;
    font-family: sans-serif;
    margin-bottom: 31px;
}
#boxes img{
        width: 114px;
}
.man p {
    font-family: 'Italianno', cursive;
    font-size: 32px;
    font-weight: 500;
}
.man-dd{
        width: 50%;
    margin: auto;
    padding: 0px!important;
    margin-top: 8px;
    margin-bottom: 15px;
}
.man-dd a{
        font-size: 17px;
}
#background-wrap {
    z-index: 0;
}
.mobile-cont{
	background-image:url(../images/total-bg.png);
}
.man {
    margin-top: 15px;
}
}
@media (max-width:600px) and (min-width:320px){
	
.mess {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.3em;
}	
.firm {
    padding: 20px 0px;
    background-image: none;
    padding-top: 4px;
    margin-bottom: -2px;
    background-color: #006298;
}
.ptb20 {
    padding-top: 1px;
    padding-bottom: 24px;
    margin-top: 1px;
}
.inte-rr {
    margin-top: 23px;
    font-size: 20px;
}

}

/*----Flip-------------*/


#f1_container {
  position: relative;
  margin: 10px auto;
  width: 450px;
  height: 281px;
  z-index: 1;
}
#f1_container {
  perspective: 1000;
}



#f1_card {
  width: 100%;
  height: 90%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
  -webkit-transition: all 1.0s linear;
  -webkit-transform-style: preserve-3d;
}



#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
  -webkit-transform: rotateY(180deg); 
  /*-webkit-transition: 2s;*/
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.face img{
	width:100%;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg); 
  box-sizing: border-box;
  color: white;
  text-align: center;
}


[type=submit] {
    margin-top: 17px;
    width: 80%;
    border: 0;
    background-color: #53CACE;
    border-radius: 5px;
    height: 40px;
    color: white;
    font-weight: 400;
    font-size: 1em;
}
input, select, textarea {
    display: block;
    margin: 0 auto;
    width: 90%;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    font-size: 1em;
    color: rgba(0,0,0,.4);
}
@media (max-width:1199px) and (min-width:1190px){
    .top-one {
    text-align: center;
    margin-top: 90px;
}
.main-df {
    position: absolute;
    width: 436px;
    margin-top: -33pc;
    margin-left: 418px;
    z-index: 999;
}
.icon-three {
    text-align: center;
    margin-top: 156px;
    margin-right: 124px;
    position: relative;
    z-index: 99;
}
.icon-two {
    text-align: center;
    margin-left: 480px;
    margin-top: 92px;
    z-index: 99;
    position: relative;
}
.icon-four {
    margin-top: -317px;
}
.bottom-one {
    margin-top: 230px;
}
.icon-one {
    margin-top: -501px;
    text-align: center;
    margin-left: 126px;
    z-index: 99;
    position: relative;
}
.pajaro {
    border-radius: 50% 50% 20% 20%;
    color: white;
    line-height: 20px;
    letter-spacing: 2px;
    font-size: 0.8em;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 85%;
    margin-top: 64px;
    margin-left: -10px;
    width: 15px;
    height: 15px;
    animation: planeo 0.8s linear infinite;
    z-index: 999;
}
.btn-success2 {
    color: #fff;
    background-color: #9cba58;
    /* border-color: #9cba58; */
    border-radius: 7px;
    /* font-family: fontr; */
    padding: 10px 10px 10px 10px!important;
    border: none;
    font-size: 13px;
    font-weight: 600;
}
}
@media (max-width:1210px) and (min-width:1200px){
    .top-one {
    text-align: center;
    margin-top: 25px;
}
.main-df {
    position: absolute;
    width: 436px;
    margin-top: -33pc;
    margin-left: 414px;
    z-index: 999;
}
.icon-one {
    margin-top: -518px;
    text-align: center;
    margin-left: 122px;
    z-index: 99;
    position: relative;
}
.icon-four {
    margin-top: -324px;
    text-align: center;
    margin-right: 450px;
    position: relative;
    z-index: 99;
}
.icon-three {
    text-align: center;
    margin-top: 146px;
    margin-right: 111px;
    position: relative;
    z-index: 99;
}

}
.pro_1{
	font-size:20px;
}

@media only screen and (max-width: 600px) {
    #f1_container {
         width: 100% !important;
    }
}

