﻿@media (max-width:767px) {

	body {
  font-family:"Roboto Regular" !important;
  margin-bottom: 0% !important;
}

.ui-dialog{
width: 100% !important;
}

.ui-widget select{
    width:100% !important;
    font-size:9px !important;
}

.dropdown-header ul li {
    padding: 5px 40px 5px 30px !important;
   width:190px;
    
}
	
	ul.main-nav > li ul.sub-menu-lists > li {
  
	display: block !important;
}
	
.copy_right{
	position: inherit !important;
	
}

ul.extra_pro li{

width:50px !important;
height:50px !important;

}	
	
	
	.sub-menu-block img{
		display: none;
	}	
	
	
ul.main-nav > li ul.sub-menu-lists > li > a {

  background: none !important;
  padding: 0px 20px;
 
}	
	
	
.g_link h2 {

  font-size: 11px !important;
}
	
	iframe{
	height: 150px !important;
}
	
	
	
	.pro_sec{
		text-align: center !important;
	}
	
#video-text h2 {
  
  font-size: 23px !important;
 
}
	
#video-text h2::after {
 
  display: none !important;
}	
	
	
	
#slider-text h2 {
 
  font-size: 20px !important;
  
 
  padding-left: 0px !important;

}
	
#slider-text h2::after {
  
  display: none !important;
}	
	
	.y-us-title h2 {
  
  font-size: 30px !important;
 
}
	
.y-us-head {
 
  margin: 0 0 50px !important;
}
	
.service-3 .service-box .y-us-content p {
 
  padding-left: 20px;
}	
	
#slider-text h2 {
  
  padding-left: 13px !important;
 
}	
	
.g_link p a {
  
  padding: 2px 7px !important;
  
  font-size: 11px !important;
}
	
	
.online .img_po{
	
  transform: translateX(0%) !important;
}

.online .img_po2{
	
  transform: translateY(0%) !important;
}
	
	.online .online_content	{
		transform: translateY(0%) !important;
	}
	
	
.pro_sec h2 {
  font-size: 23px !important;
}	
	
	.top{
	display: none;
}
	
	.time {
  text-align: center !important;
}
	
	ul.head_service{
	background: #fff;
	text-align: center !important;
	margin-top: 3%;
		padding: 10px 0px !important;
		border-radius: 50px;
		border: 1px #ccc solid;
}
	
	.home_banner{
		display: none;
	}
	.mobile_banner{
		display: inherit !important;
	}
	
	
	
ul.head_service {
  
  margin-top: 7% !important;
}
.marquee-text {
  
  padding: 5px 10px !important;
  font-size: 12px !important;
}
ul.head_service li {
  
  margin-left: 25px !important;
  margin-right: 25px;
}	
	
.close-btn {
  
 top: 7rem !important;
right: 2rem !important;

}	
	
#searchbox {
 
  max-width: 75% !important;
  
}	
	
.gallery-container h1 {
  
  font-size: 20px;
}	

.online {
  padding: 4% 4% !important;
  
}	
	
.online h2 {
  font-size: 23px !important;
 
}
	
.online p {
  font-size: 14px !important;
  
  line-height: 22px !important;
}	
	
ul.infor {
  
  font-size: 14px !important;
}
.payment_option h2 {
  font-size: 40px !important;
  
}
	
.shiping_option h2 {
  font-size: 40px !important;
  
}	
	
.copy_right p{
	text-align: center;
}
	
ul.social-menu{
    text-align: center !important;
    
    
}	
	
	
.info h2 {
  
  font-size: 25px !important;
 
}	
	
.info h4 {
  
  font-size: 30px !important;
 
}
	
ul.top_link{
	display: none;
}	
	
	
	
}

@media (min-width:768px) and (max-width:991px) {
	

	
}


@media (min-width:992px) and (max-width:1199px) {
	
	
}


@media (min-width:1200px) {


}

	body {
  font-family:"Roboto Regular" !important;
  margin-bottom: 5%;
}


.top{
	background: #de4079;
	padding: 7px;
}

.mobile_banner{
		display: none;
	}

ul.top_link{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	text-align: center;
	margin-top: 4%;
}

ul.top_link li{
	display: inline-block;
	color: #444;
	padding: 0px 20px;
}

ul.top_link li a{
	color: #444;
	font-size: 13px;
	font-family:"Roboto Regular";
	text-decoration: none;
	padding: 0px 2px;
}


.time {
  color: #fff;
  font-family:"Roboto Regular";
  font-size: 13px;
  text-align: right;
  width: 100%;
}

header{
	
	padding: 1% 0%;
}




#search {
  align-items: center;
  background: rgba(0, 0, 0, 0.975);
  height: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: all 0.5s;
  width: 100vw;
  will-change: transform, opacity;
  z-index: -1;
}
#search:target {
  height: 100vh !important;
  opacity:0.8;
  width: 100vw !important;
  z-index: 2;
}
#search:target .close-btn {
  display: block;
}
#searchbox {
  background: transparent;
  border: solid #fff;
  border-width: 0 0 1px 0;
  color: #fff;
  flex: 1 0 auto;
  font-size: 2rem;
  height: 2rem;
  max-width: 50%;
  outline: 0;
  padding: 2rem 1rem;
}
.close-btn {
  display: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 1.5rem;
right: 4rem;
background: #f00;
border-radius: 50px;
padding: 0px 7px;
}


ul.head_service{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	text-align: right;
	margin-top:16%;
}

ul.head_service li{
	display: inline-block;
	color: #444;
	margin-left: 10px;
}

ul.head_service li a{
	color: #444;
	font-size: 14px;
	font-family:"Roboto Regular";
	text-decoration: none;
	
	font-weight: normal;
}

ul.head_service li a:hover{
	color: #4f9d2c;
	
}


.reg i{
	color: #444;
}

.lang i{
	color: #444;
}

.search i{
	color: #444;
}

.cart i{
	color: #444;
}











#sg-carousel {
    position: relative;
    height: 100vh;
}
#sg-carousel .carousel-inner .item {
    height: 100vh;
}
.carousel-caption{top:50%;}
.carousel-caption h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#sg-carousel .carousel-control.left {
    top: 48%;
}
#sg-carousel .carousel-control.right {
    top: 48%;
}
.uppr-txt {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
}
#sg-carousel .carousel-control.left,
#sg-carousel .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    opacity: 0;
    text-shadow: none;
    transition: all 0.8s ease 0s;
}
.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: auto;
    transition: all 0.8s ease 0s;
}
.carousel-inner {
    
}
.fa-angle-right,
.fa-angle-left {
    font-size: 80px;
}
#sg-carousel:hover .carousel-control.left {
    left: 38px;
    transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.right {
    right: 38px;
    transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.left,
#sg-carousel:hover .carousel-control.right {
    opacity: 1;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    height: auto;
    
}



.item.active img {
    transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    font-size: 80px;
}
.carousel-caption {
    left: 60%;
    padding-bottom: 5%;
    right: 0;
    text-align: left;
}

.carousel-caption h1 {
    font-family:"Roboto Regular";
    font-size: 60px;
    font-weight: 600;
    line-height: 18px;
}
.carousel-caption > p {
    font-size: 30px;
    color: #fff;
}
.carousel-caption > a {
    text-transform: uppercase;
    color: #fff;
    background: #041132;
    padding: 6px 12px;
}
.button--tamaya {
    border: 2px solid #40a304 !important;
    border-radius: 5px;
    color: #7986cb;
    min-width: 180px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button--border-thick {
    border: 3px solid;
}
.button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: inherit;
    display: block;
    float: left;
    max-width: 250px;
    min-width: 199px;
    padding: 1em 7em;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}
.button--tamaya::before {
    padding-top: 1em;
    top: 0;
}
.button--tamaya::before,
.button--tamaya::after {
    background: #40a304;
    color: #fff;
    content: attr(data-text);
    height: 50%;
    left: 0;
    overflow: hidden;
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    width: 100%;
}
.button--tamaya::after {
    bottom: 0;
    line-height: 0;
}
.button--tamaya:hover::before {
    transform: translate3d(0px, -100%, 0px);
}
.button--tamaya:hover::after {
    transform: translate3d(0px, 100%, 0px);
    color: #40a304;
}
.button--tamaya:hover {
    color: #40a304;
    font-weight: 600;
}
.carousel-indicators li {
    background-color: #b3b5b9;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    width: 12px;
    border: 0;
}
.carousel-indicators .active {
    background-color: #041132;
    height: 12px;
    margin: 0;
    width: 12px;
    border: 0;
}
#sg-carousel h1 {
    animation-delay: 1s;
	margin-bottom:25px;
}
#sg-carousel p {
    animation-delay: 2s;
}
#sg-carousel button {
    animation-delay: 3s;
	margin-top:25px;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
  .carousel-fade .carousel-inner > .item{
    transition: opacity 2s ease;
  }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}



.marquee-area{
	background: #1d3f87;
	
}


.marquee-text {
  color: #fff;
  font-family: "Roboto Regular";
  padding: 15px 10px;
	font-size: 16px;
}


.info{
	background-image: url("../image/bg2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10% 0%;
	text-align: right;
}

.info h2{
	margin-bottom: 6%;
	font-size: 34px;
	font-family: "Roboto Regular";
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0%;
}

.info h4{
	color: #fff;
margin-bottom: 0%;
font-size: 65px;
font-family: "Roboto Regular";


	
}


.info blockquote{
	margin: 0 0 0px !important;
	
	
	
	
}


.info p{
	
	font-size: 14px;
	font-family: "Roboto Regular";
	
}

ul.infor{
	margin: 0;
  margin-top: 0px;
padding-left: 12px;
text-decoration: none;
list-style: square;
line-height: 27px;
margin-top: 3%;
font-size: 16px;
}



.gallery-container {
  background: #cde3c5;
    
}



.gallery-container h1::before {
  content: '';
  display: inline-block;
  width: 5rem;
  height: 5px;
  background-color: #EDB506;
  margin: 0 10px 8px 0;
}

.gallery-container h1::after {
  content: '';
  display: inline-block;
  width: 5rem;
  height: 5px;
  background-color: #EDB506;
  margin: 0 0 8px 10px;
}



.container .gallery-container {
  
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family:"Roboto Regular";
    font-weight: bold;
	color: #1e5907;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}


.tz-gallery .row > div {
    padding: 8px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 10%;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(73, 153, 43, 0.7);
    content: '';
    transition: 0.4s;
	border-radius: 10%;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}


.tz-gallery h3{
	position: absolute;
bottom: 2%;

background: #dd40be; 
background: -moz-linear-gradient(left,  #dd40be 2%, #c93a3c 100%); 
background: -webkit-linear-gradient(left,  #dd40be 2%,#c93a3c 100%); 
background: linear-gradient(to right,  #dd40be 2%,#c93a3c 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd40be', endColorstr='#c93a3c',GradientType=1 ); 

font-weight: 600;
padding: 8px 20px;
border-radius: 0px 21px 0px 21px;
left: 5%;
	border: 2px #fff solid;
}




.tz-gallery h3:hover{
	position: absolute;
bottom: 2%;

background: #5e5e5e; 
background: -moz-linear-gradient(left,  #5e5e5e 0%, #444444 100%); 
background: -webkit-linear-gradient(left,  #5e5e5e 0%,#444444 100%); 
background: linear-gradient(to right,  #5e5e5e 0%,#444444 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#444444',GradientType=1 ); 


font-weight: 600;
padding: 8px 20px;
border-radius: 0px 21px 0px 21px;
left: 5%;
	border: 2px #fff solid;
}

.tz-gallery h3 a{
	
	color: #fff;
font-size: 18px;
	
}

.online{
	padding: 10% 0%;
	color: #3b3b3b;
}

.online .img_po{
	
  transform: translateX(26%);
}

.online .img_po2{
	
  transform: translateY(20%);
}

.online h2{
	font-size: 42px;
margin: 0 0 3% 0;
font-weight: 600;
color: #1d3f87;
font-family: "Roboto Regular";
}

.online h2{
	
font-weight: 800;

}


.r_more{
  float: left;
}

.r_more a{
  color: #444;
display: block;
margin-top: 20%;
letter-spacing: .3em;

padding: 1px 8px;
text-transform: uppercase;
	text-decoration: none;
}


.btn4{
  
  color: #fff;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  
}


.btn4::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #1d3f87;
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.btn4:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}





.online p{
	font-size: 13px;
margin: 0;

line-height: 25px;

}

.payment_option{
  background: #fff;
	padding: 10px;
	border-radius: 20px;
	border: 1px #ccc solid;
	text-align: center;
	-webkit-box-shadow: 0 0 20px 0 #B3B3B3;
box-shadow: 0 0 20px 0 #B3B3B3;
	margin-bottom: 10%;
}


.payment_option h2 {
  font-size: 54px;
  margin: 0 0 3% 0;
  font-weight: 600;
  font-family: "Roboto Regular";
	color: #1e5907;
}



.shiping_option{
  background: #eaeaea;
	padding: 10px;
	
	
	text-align: center;
	

}


.shiping_option h2 {
  font-size: 54px;
  margin: 0 0 3% 0;
  font-weight: 600;
  font-family: "Roboto Regular";
	color: #1e5907;
}


ul.pay{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

ul.pay li{
	display: inline-block;
	margin-bottom: 10px;
}


.copy_right{
	position: fixed;
	bottom: 0;
	background: #444;
	width: 100%;
	padding: 10px 0px;
	z-index: 9999;
}

.copy_right p{
	color: #fff;
	margin: 5px 0px 0px 0px;
}





.testimonial_area{
	background: #ccc;
	padding: 1% 0% 2% 0%;
}

.testimonial_area .carousel-indicators {
  bottom: 0px;
}

.testimonial_area  .carousel-indicators .active {
  background: #de4079;
}

.thumbnail .caption {
 
  margin-top: 3%;
}

ul.social-menu{
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0;
    
    
}

ul.social-menu li{
    list-style: none;
    margin: 0 5px;
	display: inline-block;
}

ul.social-menu li .fa{
    font-size: 18px;
    line-height: 32px;
    transition: .3s;
    color: #000;
}

ul.social-menu li .fa:hover{
    color: #fff;
}

ul.social-menu li a{
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0,0,0,.5);
}

ul.social-menu li a:hover{
    transform: translate(0, -10%);
}

ul.social-menu li:nth-child(1) a:hover{
    background-color: #1877f2;
	color: #fff;
}
ul.social-menu li:nth-child(2) a:hover{
    background-color: #e71b22;
	color: #fff;
}
ul.social-menu li:nth-child(3) a:hover{
    background-color: #1d9bf0;
	color: #fff;
}
ul.social-menu li:nth-child(4) a:hover{
    background-color: #0077b7;
	color: #fff;
}

ul.social-menu li:nth-child(5) a:hover{
    background-color: #7d2fc0;
	color: #fff;
}


.carousel-indicators .active {
  background: #31708f;
}

.content {
  margin-top: 20px;
}

.adjust1 {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.adjust2 {
  margin: 0;
	color: #de4079;
}

.carousel-indicators li {
  border: 1px solid #ccc;
}

.carousel-control {
  color: #31708f;
  width: 5%;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #31708f;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.media-object {
  margin: auto;
  margin-top: 15%;
}


.online .online_content	{
		transform: translateY(1%) !important;
	}


.online .online_content	h4{
		letter-spacing: 1px;
font-size: 25px;
color: #acacac;
	 font-family: "Roboto Regular";
	}

element {
}
.adjust1 {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.thumbnail {
  
  background-color: #ccc !important;
  border: 0px solid #ddd !important;
  border-radius: 0px !important;
  
}

@media screen and (max-width: 768px) {
  .media-object {
    margin-top: 0;
  }
}






.cat_gallery{
	
}


.cat_gallery .col-sm-3{
	
}


.g_link{
	
	display: block;
	text-align: center;
	z-index: 9999;
	top:25%;
	width: 100%;
	margin-bottom: 16%;
}

.g_link h2{
	color: #444;
font-size: 22px;
font-weight: 600;
}

.g_link p a{
	color: #1d3f87;
border: #fff 1px solid;
padding: 6px 12px;
text-decoration: none;
border-radius: 13px;

font-size: 11px;
}

.g_link p a:hover{
	color: #fff;
	background: #444;
	transition: transform .9s ease;
}
.cat_sec{
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 20px;
}

.cat_sec img:hover{
	-ms-transform: scale(1.5); 
  -webkit-transform: scale(1.5); 
  transform: scale(1.5); 
	transition: transform .9s ease;
}

.cat_sec img{
	
	transition: transform .9s ease;
}

.oph {
	overflow: hidden;
}


.pro_sec{
	padding: 0% 0%;
text-align:center;
}



 .pro_sec h4{
		letter-spacing: 1px;
font-size: 35px;
color: #acacac;
	 font-family: "Roboto Regular";
	}

 .pro_sec h2 {
  font-size: 48px;
margin: 0 0 3% 0;
font-weight: 600;
color: #1d3f87;
font-family: "Roboto Regular";
}


.pro_sec p {
  color: #777777;
font-size: 13px;
font-weight: 300;
line-height: 20px;
}


.h_prod{
	text-align: center;
	overflow: hidden;
}

.h_prod h3{
	font-size: 14px;
	
}


.h_prod img:hover{
	-ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1); 
  transform: scale(1.1); 
	transition: transform .9s ease;
}

.h_prod img{
	
	transition: transform .9s ease;
}

.h_prod h3{
	font-weight: 600;
	color: #444;
	
}


.h_prod a:hover{
	text-decoration: none;
	
}

.pro_slider{
	padding: 4% 0%;
}
.pro_slider img{
	border-radius: 12px;
}

#slider-text{
  padding-top: 40px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {
  font-family: "Roboto Regular";
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 16px;
	color: #1d3f87;
}
#slider-text h2::after{
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }

#itemslider h4{
  font-family: "Roboto Regular";
  font-weight: 400;
  font-size: 12px;
  margin: 22px auto 3px;
}
#itemslider h5{
  font-family: "Roboto Regular";
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
#itemslider h6{
  font-family: "Roboto Regular";
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
}
.badge {
 background: #b20c0c;
position: absolute;
height: 30px;
width: 62px;
border-radius: 5%;
line-height: 21px;
font-family: "Roboto Regular";
font-weight: 300;
font-size: 14px;
border: 2px solid #FFF;
box-shadow: 0 0 0 1px #b20c0c;
top: 3%;
right: 10%;
}
#slider-control img{
  padding-top: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}




#video-text {
  padding-top: 40px;
  display: block;
}


#video-text h2 {
  font-family: "Roboto Regular";
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 16px;
  color: #1d3f87;
	text-transform: uppercase;
}


#video-text h2::after {
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 30%;
}

.w_green{
	color: #32bd47 !important;
	font-weight: 600;
}

iframe{
	height: 315px;
}



.y-us-section {
    padding: 82px 0 82px;
}
.y-us-head {
    text-align: center;
    margin: 0 0 91px;
}
.y-us-title h2 {
    
    letter-spacing: 0;
    line-height: 32px;
    
	font-size: 48px;
margin: 0 0 3% 0;
font-weight: 600;
color: #1d3f87;
font-family: "Roboto Regular";
	
	
	
	
	
}
.y-us-title > p {
    color: #777777;
    line-height: 22px;
}
.y-us-title-border {
    background: #1d3f87 none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 50px;
}
.service-3 .service-box {
    margin-bottom: 18px;
}
.service-3 .service-box .iconset {
    float: left;
    text-align: center;
    width: 25%;
}
.service-3 .service-box .iconset i {
    color: #000;
    font-size: 44px;
}
.service-3 .service-box .y-us-content {
    float: left;
    width: 75%;
}
service-3 .service-box .y-us-content h4 {
    color: #3a3a3a;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 14px 0 12px;
    text-transform: uppercase;
}
.service-3 .service-box .y-us-content p {
    color: #777777;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}

.icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #1d3f87;
    border-radius: 100px;
    color: #1d3f87;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}




footer{
	background: #fff ;
	padding: 5% 0%;
	color: #888;
}

footer h3{
	font-size: 15px;
color: #444;
margin-bottom: 8%;

}

footer h2{
	font-size: 16px;
color: #444;


}

footer i{
	
	color: #444;
}


ul.footer_social{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}


ul.footer_social li{
	display: inline-block;
	margin-right: 10px;
}

ul.footer_social li a{
	color: #444;
}



ul.f_info{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}


ul.f_info li{
	padding: 2% 0%;
	
}

ul.f_info li a{
	color: #888;
}



ul.f_pro{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}


ul.f_pro li{
	
	width: 30%;
	display: inline-block;
}

ul.f_pro li a{
	color: #888;
}



.category-boxes {
  
  
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.category-box {
  float: left;
	margin-bottom: 10%;
  height: 100%;
  max-height: 350px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0px 8px 1px #6395ff;
}
.category-box:hover .category-box__description {
  transform: translateY(0px);
  transition: transform 300ms ease-out;
}
.category-box:hover .category-box__image {
  filter: blur(5px);
  transform: scale(1.2);
  transition: all 200ms ease-out;
}

.category-box__image {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  transform: scale(1);
  filter: blur(0px);
  transition: all 200ms ease-out;
}

.category-box__description {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 10px;
  background: rgba(4, 7, 14, 0.8);
  font-family: "Roboto Regular";
  font-size: 1.3rem;
  color: white;
  transform: translateY(150%);
  transition: transform 300ms ease-in;
}

.category-box__title {
  font-family: "Roboto Regular";
  font-size: 2rem;
  color: #fff;
	margin-bottom: 20px;
}

.category-box__additional-info {
  padding-top: 10px;
  font-size: 0.9rem;
  color: white;
  font-weight: 100;
  text-align: center;
}


.pro_title{
	text-align: center;
margin-bottom:15%;
}

.pro_title a{
	
	font-size: 14px;
	color: #1d3f87;
}

ul.pro_link{
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.pro_link li{
	display: inline-block;
	margin:0px 10px;
}

ul.pro_link li a{
	padding: 10px 20px;
	background: #444;
	color: #fff;
}

ul.pro_link li a:hover{
	
	background: #1d3f87;
	color: #fff;
	text-decoration: none;
}

.breadcrumb{
	background: #1d3f87;
	padding: 10px 0px;
}

ul.bc{
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.bc li{
	display: inline-block;
	margin:0px;
	color: #fff;
}

ul.bc li::after, ul.bc li::after {
  display: inline-block;
  content: '\00bb';
  margin: 0 10px;
  color: #fff;
}

ul.bc li a{
	color: #fff;
}

ul.bc li a:hover{
	
	
	color: #444;
	text-decoration: none;
}



.related{
    float: left;
margin-bottom: 10%;
height: 100%;
max-height: 350px;
overflow: hidden;
transform: translate3d(0, 0, 0);
text-align: center;
position: relative;
border-radius: 10px;

    text-align: center;
}




.related h2{
  font-size: 11px;
  color: #1d3f87;
}


.related h3{
  margin-top: 0px;
  
}


.related h3 a {
  
  font-size: 10px;
  color: #1d3f87;
}


.rel_heading{
     font-size: 30px;
     margin: 0 0 3% 0;
     font-weight: 600;
     color: #1d3f87;
     font-family: "Roboto Regular";
}


.en_quiry{

margin:20px 0px;
}

.en_quiry a{
color:#fff;
padding:10px 20px;
background:#444;
display:inline-block;

}


.en_quiry a:hover{
color:#444;
text-decoration:none;
background:#ffbf5d;


}

ul.extra_pro{
margin:0;
padding:0;
list-style:none;
text-align:center;
}

ul.extra_pro li{
display:inline-block;
margin-right:10px;
width:75px;
height:75px;
margin-top:10px;
border:1px #ffe9c6 solid;
}



.paginate{

margin-left:15px;
}


.paginate a{
padding:10px;
border:1px #c67904 solid;
color:#444;
background:#ffbf5d;

}

.paginate a:hover{
text-decoration:none;
color:#ffbf5d;
background:#444;
}

.paginate_highlight{
	padding: 10px;
border: 1px #444 solid;
color: #fff;
background: #444;
}


.paginate_link{

}


.paginate_normal{


}


.paginate_next{



}

.p_desp{
margin-top:5%;
}








.prevButton,
.nextButton {
  transition: 0.3s linear;
  padding: 7px 25px;
  border: none;
  color: white;
  background: black;
}
.prevButton:hover,
.nextButton:hover {
  cursor: auto;
  background: white;
  color: black;
}


.gallery {
  display: flex;
  
  flex-wrap: wrap;
 
  margin: 25px auto;
  gap: 15px;
}
.gallery img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  
border:1px #ffe9c6 solid;
}
.gallery img:hover::after {
  content: "E";
}
.gallery img:hover {
  transform: translateY(-15px);
  border-radius: 4px;
}

.butonsSection {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  gap: 15px;
}

.closeBtn {
  position: absolute;
  right: 25px;
  top: 25px;
  color: white;
  transition: 0.3s linear;
  padding: 7px 25px;
  border: none;
  background: black;
}
.closeBtn:hover {
  cursor: auto;
  background: white;
  color: black;
}

.openDiv {
  width: 100%;
  height: 100vh;
  background: rgba(000, 000, 000, 0.7);;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
}

.imgPreview {
  width: 30%;
  object-fit: scale-down;
  max-height: 40vw;
  height: auto;
}












.addres {
    width: 100% !important;
    border: 0px none ;
    padding: 4px;
    border-spacing: 5px;
}


.tbl_outer {
    width: 100% !important;
    border: 0px none;
    padding: 0px;
    border-spacing: 0px;
}

.tbl_subject {
    width: 100% !important;
    border: 0px none;
    padding: 0px;
    border-spacing: 0px;
}

.td_subject_left {
    text-align: left;
    width: 17%;
}
.tbl_subject {
    border-spacing: 0px;
}

.td_subject_right {
    text-align: left;
    width: 83%;
}

.input_subject {
    border: 1px solid #d0d0d0d !important;
    width: 100% !important;
color: #f00;
padding:7px 12px;
}
.input_requirements {
    border: 1px solid #d0d0d0 !important;
    width: 100% !important;
}

.td_left {
    text-align: justify;
    width: 17% !important;
}

.input_tag {
    border: 1px solid #d0d0d0 !important;
    width:100% !important;
    padding: 7px 12px;
    margin:8px 0px;
}
.td_right {
    text-align: left;
    width: 66% !important;
}

.input_captcha {
    border: 1px solid #e8e8e8 !important;
    width: 100% !important;
}
.td_captcha_left {
    text-align: left;
}
.tbl_captcha {
    border-spacing: 2px;
}

.td_captcha_right {
    text-align: left;
    width: 54%;
}

td .td_left span .required {
    float: none !important:
}

label {
    display:block !important;
    margin-bottom: 5px;
    font-weight: bold;
}

#add_new_city_city_id{
    float:left;
    background: #ccc !important;
border: 1px #000 solid !important;
}

#vinfo_phone_no{
    border: 0px none;
    font-family: "Roboto Regular";
    font-size: 16px;
    padding-left: 15px;
    line-height: 60px;
    width: 95%;
    float: left;
    margin-bottom: 15px;
    height: 55px;
    background: none repeat scroll 0% 0% #FFF;
    
}


.enqh h1{
display:none;
}


ul.proj{
margin: 0;
padding: 0;

}

ul.proj li{
padding: 10px;
width: 100%;
background: #d7d7d7;
margin-bottom: 10px;
color: #957549;
font-weight: 600;
font-size: 16px;
text-align: center;
list-style: none;
}

ul.proj li img{

margin-bottom: 10px;

}


.client_i img{
	
	
	margin:20px auto;
}


.expertise{
	
background: #ffedd4; 
background: -moz-linear-gradient(left,  #ffedd4 0%, #f2c787 100%); 
background: -webkit-linear-gradient(left,  #ffedd4 0%,#f2c787 100%); 
background: linear-gradient(to right,  #ffedd4 0%,#f2c787 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedd4', endColorstr='#f2c787',GradientType=1 ); 

	float: left;
	padding: 15px 0px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.expertise img{
	
	border-radius: 10px;
	
}


.expertise:hover img{
	
	filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
	transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}

.expertise h2{
	letter-spacing: 0;
line-height: 32px;
font-size: 30px;
margin: 0 0 3% 0;
font-weight: 600;
color: #1d3f87;
font-family: "Roboto Regular";
}


.expertise p{
	
line-height: 32px;
font-size: 14px;


color: #292929;

}

.certif img{
	-webkit-box-shadow: 0 0 10px 0 #1d3f87;
box-shadow: 0 0 10px 0 #1d3f87;
	margin-bottom: 20px;
}



.y-us-content h4 span{
float:right;


}

.y-us-content h4 span a{

font-size:14px;
padding:2px 17px;
border:2px #1d3f87 solid;
color:#fff;
background:#1d3f87;
text-decoration:none;
border-radius:10px;
}

.y-us-content h4 span a:hover{

color:#000;
background:#fff;
text-decoration:none;

}


.mach .y-us-content{
padding:10px;
border-radius:10px;
border:1px #000 solid;
}

.mach .y-us-content hr{
border-top:1px #c8c8c8 solid;
}



.client img{
margin-bottom:20px;
border:1px #ccc solid;
}


.carousel-inner img{
	width: 100%;
}