.body{
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
.main-header{
	box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}
.co_header{
	background-color: #e35f14;
	padding: 5px 0px;
	color: white;
}
.co_menu>.container>.row {
    align-items: center;
}
.social-link{
	padding: 8px 0px;
	list-style: none;
	text-align: right;
	margin-bottom: 0;
}
.social-link li{
	display: inline-block;
	margin: 0px 10px;
}
.social-link li a{
	color: white;
}
.social-link li a:hover{
	color: #0090d9;
}
.marquee {
  height: 38px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.marquee div {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  animation: marquee 10s linear infinite;
}
.marquee span {
  float: left;
  width: 50%;
  font-size: 30px;
  text-transform: uppercase;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.co_menu {
	width: 100%;
    padding: 15px 0px;
    background-color: white;
}
.logo{
	width: 65%;
}
.logo img{
	width: 100%;
	display: block;
	object-fit: cover;
}
.menu {
    padding: 23px 80px;
}
.menu a {
    font-size: 20px;
    margin: 0px 19px;
    color: black;
}
.menu a:hover{
	text-decoration: none;
	color: #e35f14;
}
.dropdown {
	display: inline-block;
    position: relative;
}
.menu1 a {
	color: black;
	text-decoration: none;
	margin: 0px 6px;
	font-size: 18px;
    line-height: 40px;
}
.submenu {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 230px;
    box-shadow: 0 6px 5px -5px rgba(0,0,0,0.3);
    overflow: hidden;
    text-align: left;
}
.submenu a {
    display: block;
    padding: 0 0 0 10px;
    text-decoration: none;
    line-height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background-color: #e35f14;
    border: 1px solid white;
}
.submenu li {
    height: 0;
    overflow: hidden;
    transition: all 500ms;
}
.dropdown.hover li {
    transition-delay: 300ms;
}
.submenu li:first-child a {
    border-radius: 2px 2px 0 0;
}
.submenu li:last-child a {
    border-radius: 0 0 2px 2px;
}
.submenu a:hover{
    background-color: white;
    color: #e35f14;
    border: 1px solid #e35f14;
}
.dropdown.hover:hover li{          
    height: 40px;
}
.question{
	list-style: none;
	padding: 0;
    margin-bottom: 0;
}
.question li{
	display: flex;
}
.question i {
    font-size: 40px;
    color: #e35f14;
    margin-right: 20px;
    padding-top: 13px;
}
.tm-callbox-number{
	margin: 0;
}
.tm-callbox-number a{
	font-size: 20px;
	color: black;
}
.tm-callbox-number a:hover{
	color: #e35f14;
}
.co_banner{
	position: relative;
}
.carousel-item{
	position: relative;
}
.carousel-item img{
	width: 100%;
	height: 700px;
	display: block;
	object-fit: cover;
}
.banner-info{
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 9;
	color: white;
}
.banner-info h5{
	position: relative;
	font-size: 20px;
    margin-bottom: 25px;
    display: inline-block;
}
.banner-info h5:after{
	content: '';
	display: block;
	width: 35px;
	height: 2px;
	background-color: #e35f14;
	position: absolute;
	top: 11px;
	right: -50px;
}
.banner-info h5:before{
	content: '';
    display: block;
    width: 35px;
    height: 2px;
    background-color: #e35f14;
    position: absolute;
    top: 11px;
    left: -50px;
}
.banner-info h1{
	font-size: 62px;
	margin-bottom: 25px;
	font-weight: 300;
}
.banner-info strong {
    font-weight: 900!important;
}
.banner-info p{
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}
.button{
	margin-top: 50px;
	width: 100%;
}
.button a{
	padding: 15px 20px;
	border-radius: 3px;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid white;
	margin-right: 20px;
	font-weight: 400;
}
.more a{
	background-color: #e35f14;
	color: white;
	border-color: #e35f14;	
}
.get a{
	background-color: transparent;
	color: white;
}
.get a:hover{
	background-color: #e35f14;
	color: white;
	border-color: #e35f14;	
	text-decoration: none;
}
.more a:hover{
	background-color: transparent;
	color: white;
	text-decoration: none;
	border-color: white;
}
.co_service {
    width: 100%;
    position: absolute;
    /* bottom: -40%; */
    left: 0;
    margin-top: -80px;
}
.service{
	width: 50%;
    margin: 0px auto;
	text-align: center;
	padding: 40px 25px;
	box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
	background: white;
	position: relative;
}
.service:after{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #e35f14;
    transition: all .3s ease;
    transform: scaleX(0);
}
.service:hover:after{
	transform: scaleX(1);
}
.icon img{
	width: 16%;
	margin: 0px auto;
	display: block;
	object-fit: cover;
	margin-bottom: 30px;
	transition: all 1s ease;
}
.service:hover .icon img{
	transform: rotateY(360deg);
}
.service h2{
	font-size: 22px;
	font-weight: 600;
}
.service p{
	font-size: 16px;
	letter-spacing: 0.5px;
}
.co_about{
	width: 100%;
	margin-top: 250px;
	color: white;
}
.set-about{
	background-color: #222d35;
	padding-top: 80px;
	margin-right: 0!important;
}
.about{
	padding: 0px 30px;
}
.about h4{
	font-size: 18px;
	color: #e35f14;
	margin-bottom: 20px;
}
.about h2{
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
}
.about p{
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 28px;
}
.set-about1{
	padding-right: 0!important;
}
.about-img{
	outline: 40px solid white;
}
.about-img img{
	width: 100%;
	display: block;
	object-fit: cover;
}
.co_enquiry{
	margin: 70px 0px;
	background-image: url('../image/form.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
	position: relative;
	color: white;
}
.co_enquiry:after{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(34 45 53 / 80%);
}
.co_enquiry h2{
	font-size: 40px;
	text-align: center;
	z-index: 9;
	position: relative;
}
.enquiry-form{
	position: relative;
	z-index: 9;
	padding-top: 30px;
}
.text{
	margin-bottom: 30px;
}
.text label{
	display: block;
	font-size: 20px;
	text-transform: capitalize;
}
.text label b{
	color: orange;
}
.text input {
    width: 90%;
    padding: 10px;
    font-size: 17px;
    border-radius: 3px;
    border: 2px solid #d4d4d461;
}
.text input:focus{
	outline: none;
}
.text select {
    width: 90%;
    padding: 10px;
    font-size: 17px;
    border-radius: 3px;
    border: 2px solid #d4d4d461;
}
.text select:focus{
	outline: none;
}
.text textarea {
    width: 96%;
    padding: 10px 10px 50px;
    font-size: 17px;
    border-radius: 3px;
    border: 2px solid #d4d4d461;
}
.text textarea:focus{
	outline: none;
}
.button1{
	margin-top: 20px;
}
.co_product{
	padding: 100px 0px;
}
.co_product h1{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.product-img{
	position: relative;
	margin-bottom: 30px;
}
.product-img img{
	width: 100%;
	height: 350px;
	display: block;
	object-fit: cover;
	filter: grayscale(55%);
}
.product-name {
	width: 100%;
    height: 0px;
	padding: 0;
    overflow:hidden;
    transition: all 0.2s linear;
	position:absolute;
	left: 0;
	bottom: 0;
	background-color: #e35f14;
	line-height: 18px;
	text-align:center;
	color: #FFF;
}
.product-img:hover .product-name {
    height: 85px;
    padding: 15px;	
}
.product-name h2{
	font-size: 25px;
	font-weight: 700;
}
.product-name p{
	font-size: 16px;
	margin: 0;
}
.product-img img:hover .product-name{
	height: 100%;
}
.co_footer{
	padding: 70px 0px;
	background-color: black;
	color: black;
	position: relative;
}
.co_footer:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: white;
    display: block;
}
.co_footer:after{
    content: "";
    bottom: 18px;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 6;
    height: 45px;
    width: 100%;
    position: absolute;
    top: -46px;
    left: 0;
    display: block !important;
    transform: skewY(-2deg);
    background: #e35f14;
}
.footer-logo img{
	width: 40%;
    display: block;
    object-fit: cover;
    margin-bottom: 25px;
}
.co_footer .title1{
	font-size: 29px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #e35f14;
}
.co_footer p{
    margin-bottom: 26px;
}
.footer-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
}
.footer-widget ul {
    list-style: none;
    padding: 0;
}
.footer-widget li{
	margin-bottom: 10px;
}
.footer-widget ul li a {
    color: black;
    position: relative;
    font-size: 15px;
}
.footer-widget .fa{
	margin-right: 16px;
	color: #222d35;
	font-size: 17px;
}
.footer-widget ul li a:hover {
    color: #20C7CA;
}
.con-home{
    list-style: none;
    padding: 0;
}
.con-home li{
    display: flex;
    margin: 15px 0px;
}
.con-home i{
    width: 10%;
    color: #e35f14;
    margin-top: 5px;
    font-size: 18px;
}
.con-home p{
	width: 90%;
    margin: 0;
    font-size: 16px;
}
.con-home a{
    text-decoration-line: none;
    color: black;
    font-size: 16px;
}
.con-home a:hover{
    text-decoration-line: none;
    color: black;
}
.co_bottom{
	width: 100%;
	display: inline-block;
	padding: 20px 0px;
	background-color: white;
	border-top: 1px solid black;
}
.bm-1{
	color: black;
}
.bm-1 ul{
	text-align: right;
	margin: 0;
}
.bm-1 li{
	display: inline-block;
	margin: 0px 7px;
	cursor: pointer;
}
.bm-1 a{
	font-size: 18px;
	overflow: hidden;
	color:black; 
}
.bm-1 .fab:hover{
	color: #e35f14;
	animation-name: animation-bob-float, animation-bob;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate;
}
@keyframes animation-bob {
	0% {
		transform: translateY(-8px)
	}
	50% {
		transform: translateY(-4px)
	}
	100% {
		transform: translateY(-8px)
	}
}
@keyframes animation-bob-float {
	100% {
		transform: translateY(-8px)
	}
}



/*---------------- ABOUT PAGE --------------*/
.co_detail{
	width: 100%;
	padding: 100px 0px;
}
.detail-img img{
	width: 100%;
	display: block;
	object-fit: cover;
}
.detail-info h6{
	font-size: 16px;
	color: #e35f14;
	margin-bottom: 15px;
}
.detail-info h2{
	font-size: 47px;
	font-weight: 700;
	margin-bottom: 30px;
}
.detail-img-info{
	display: flex;
	border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 25px 0px;
}
.detail-img-info h4{
	font-size: 23px;
	padding-left: 20px;
	line-height: 31px;
}
.checkbox{
	padding: 20px 0px;
	list-style: none;
}
.checkbox li{
	margin-bottom: 12px;
}
.checkbox li i{
	color: #e35f14;
	font-weight: 700;
	margin-right: 15px;
}
.b-about{
	margin: 0;
}
.more1 a:hover{
	background-color: white;
    color: #e35f14;
    text-decoration: none;
    border: 1px solid #e35f14;
}
.get1 a {
    background-color: white;
    color: #222d35;
    border-color: #222d35;
}
.get1 a:hover{
	background-color: #222d35;
    color: white;
    text-decoration: none;
}
.co_vision {
    margin: 100px 0px;
}
.main-vision {
    width: 50%;
    display: flex;
}
.vision1 {
    padding: 27px 30px 22px;
    text-align: center;
}
.vision2 {
    padding: 43px 30px 11px;
    text-align: center;
}
.vision img{
	width: 100%;
	height: 400px;
	display: block;
	object-fit: cover;
}
.vision h2{
	font-size: 40px;
	margin-bottom: 20px;
	position: relative;
}
.vision h2:after {
    content: '';
    border-bottom: 1px solid black;
    display: block;
    width: 40px;
    margin: 7px auto;
    border-color: #e35f14;
    border-width: 3px;
}
.vision p{
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 27px;
}

/*----------- PRODUCT PAGE --------------*/
.co_product1 {
    width: 100%;
    padding: 100px 0px;
}
.co_product1 span{
	cursor: pointer;
}
.product-list{
	margin-bottom: 30px;
	box-shadow: 0 16px 32px 0 rgb(7 28 31 / 20%);
}
.product-list img{
	width: 100%;
	display: block;
	object-fit: cover;
}
.product-info{
	padding: 20px;
	text-align: center;
}
.product-info h2{
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
}
.product-price{
	color: #e35f14;
	font-weight: 600;
	font-size: 17px;
}
/*----------- CONTACT PAGE ------------------*/
.co_part-2{
	width: 100%;
	position: relative;
}
.img1{
	position: relative;
}
.img1 img{
	width: 100%;
	height: 150px;
	display: block;
	object-fit: cover;
}
.img1:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}
.about1 {
    width: 100%;
    position: absolute;
    bottom: 29px;
    left: 0;
}
.about1 h2{
	text-transform: uppercase;
	margin: 0;
	color: white;
	font-size: 31px;
	font-weight: 600;
    letter-spacing: 4px;
}
.about1 ul{
	padding: 0;
	margin: 7px 0px;
}
.about1 li{
	display: inline-block;
	margin: 0px 4px;
	color: white;
}
.about1 .bt{
	color: #ffffff80;
}
.co_part-3{
	width: 100%;
	padding: 60px 0px;
	background-color: #F7F7F7;
}
.fix-part-3{
	width: 80%;
	margin: 0px auto;
}
.part-3{
   display: flex;
}
.set-part-3{
	width: 33.33%;
	display: flex;
}
.contact-icon{
	width: 20%;
	margin-right: 10px;
}
.contact-icon i {
    font-size: 20px;
    color: #e35f14;
    height: 50px;
    width: 50px;
    border: 2px solid #e35f14;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    transition: .3s;
}
.contact-icon:hover.contact-icon i {
    color: #fff;
    border: 2px solid #e35f14;
    transition: .3s;
    font-size: 25px;
    background: #e35f14;
}
.add{
	width: 80%;
}
.add h2 {
	font-size: 21px;
    margin: 0;
    text-transform: capitalize;
}
.add p {
    margin: 8px 0px;
}
.co_form1 {
    padding: 70px 0px 100px;
}
.co_form1 h2 {
    font-size: 29px;
    padding-left: 20px;
    text-transform: uppercase;
}
.form{
	margin-top: 25px;
}
.port{
	width: 100%;
}
.text2{
	margin-bottom: 25px;
}
.text2 input{
	padding: 21px 15px;
	width: 100%;
	background-color: #F7F7F7;
	border: 2px solid white;
	font-size: 16px;
}
.text2 input:focus{
	outline: none;
}
.text2 input:hover{
	border: 2px solid #e35f14;
}
.text1{
	width: 100%;
	margin-bottom: 25px;
}
.text1 textarea{
	padding: 13px 15px 80px 15px;
    width: 100%;
    background-color: #F7F7F7;
    border: 2px solid white;
    font-size: 16px;
}
.text1 textarea:focus{
	outline: none;
}
.text1 textarea:hover{
	border: 2px solid #e35f14;
}
.sub{
    width: 20%;
    margin: 0px auto;
}
.sub input{
    display: inline-block;
    color: #fff;
    padding: 12px 25px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #e35f14;
    background-color: #e35f14;
    font-weight: 600;
    border-radius: 30px;
}
.sub input:hover{
	background: transparent;
    color: #000;
    border: 1px solid #e35f14;
    transition: .3s;
}
.sub input:focus{
	outline: none;
}
.map1 {
    margin-bottom: 66px;
}
.map1 iframe{
    width: 100%;
    height: 500px;
}


/*------------------- CAREER ------------------*/
.co_enquiry1 {
    width: 100%;
    padding: 100px 0px;
}
.co_enquiry1 h2 {
    font-size: 45px;
    text-align: center;
    margin-bottom: 27px;
    text-transform: uppercase;
    position: relative;
}
.co_enquiry1 h2:after {
    content: '';
    border-bottom: 1px solid black;
    display: block;
    width: 40px;
    margin: 7px auto;
    border-color: #e35f14;
    border-width: 3px;
}
.mobile-menu{
    display: none;
    text-align: right;
}
.sidepanel {
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  height: 0;
  background-color: rgba(0,0,0,0.3);
  transition: 0.5s;
  overflow: hidden;
}
.m_menu{
    position: relative;
    float: right;
    width: 100%;
    height: 50%;
    background-color: white;
    padding-top: 60px;
    overflow-x: hidden;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.sidepanel a {
    padding: 10px 0px 10px 17px;
    text-decoration: none;
    font-size: 23px;
    font-weight: 500;
    color: black;
    display: block;
    transition: 0.3s;
    text-align: left;
}
.sidepanel a:hover {
  color: #e3661c;
  padding-left: 40px;
  text-decoration: none;
}
.link{
    border-bottom: 1px solid #a99797;
}
.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 28px;
    font-size: 31px;
}
.openbtn {
    font-size: 37px;
    background-color: transparent;
    color: black;
    border: none;
    text-align: right;
}
.newClass .openbtn {
    color: black;
}
.question{
	list-style: none;
	padding: 0;
    margin-bottom: 0;
}
.question li{
	display: flex;
}
.question i {
    font-size: 40px;
    color: #e3661c;
    margin-right: 20px;
    padding-top: 13px;
}
.tm-callbox-number{
	margin: 0;
}
.tm-callbox-number a{
	font-size: 20px;
	color: black;
}
.tm-callbox-number a:hover{
	color: #e3661c;
}
.co_banner{
	position: relative;
}
.carousel-item{
	position: relative;
}
.banner-img{
	position: relative;
}
.banner-img img{
	width: 100%;
	height: 700px;
	display: block;
	object-fit: cover;
}
.banner-img:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 80%);
}
.banner-info{
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 9;
	color: white;
}
.banner-info h5{
	position: relative;
	font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/*--------------------- MEDIA-QUERY ------------------*/
/*--------------- Home-Page ----------------*/
@media only screen and (min-width: 1024px) and (max-width: 1260px){

.marquee span{
    float: left;
    font-size: 30px;
    width: 100%;
    text-transform: uppercase;
}



	.co_footer:after {
    
    height: 53px;
    
    top: -8px;
    
}
	.question i {
        margin-right: 16px;
    }

    .error{
	margin-left: 250px !important;
}
    .banner-info h1 {
        font-size: 47px;
        margin-bottom: 20px;
    }
    .detail-info h2 {
        font-size: 46px;
    }
    .detail-info h6 {
        font-size: 20px;
        margin-bottom: 11px;
    }
    .detail-info p {
        font-size: 17px;
        line-height: 26px;
    }
    .about-img {
        outline: 30px solid white;
    }
    .about-img img {
        height: 567px;
    }
    .co_product {
        padding: 100px 0px 50px;
    }
    .co_enquiry {
        margin: 0px;
    }
    .co_footer {
        padding: 95px 0px 70px;
    }
    .co_footer:before {
        top: 31px;
    }
    
    .co_inner-banner img {
     height: 560px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .marquee span{
        float: left;
        font-size: 30px;
        width: 100%;
        text-transform: uppercase;
    }
	.co_menu {
        padding: 10px 0px;
    }
	.logo {
        width:80%!important;
         top:-80px !important;
    }
    .logo1 {
      width: 72% !important;
    }
    .menu a {
        margin: 0px 3px;
    }
    .question i {
        margin-right: 16px;
    }
    .banner-info {
        width: 80%;
    }
    .banner-info h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .banner-info h1 {
        font-size: 46px;
    }
    .service {
        width: 60%;
    }
    .detail-info {
        padding: 0px 10px 0px 0px;
    }
    .detail-info h2 {
        font-size: 41px;
    }
    .detail-info h6 {
        font-size: 17px;
        margin-bottom: 11px;
    }
    .detail-info p {
        font-size: 17px;
        line-height: 26px;
    }
    .about-img {
        outline: 30px solid white;
    }
    .about-img img {
        height: 567px;
    }
    .co_product {
        padding: 100px 0px 50px;
    }
    .button input {
        padding: 6px 20px;
        font-size: 18px;
    }
    .button1{
    	margin-top: 0;
    }
    .text input {
        width: 100%;
    }
    .text select {
        width: 100%;
    }
    .text textarea {
        width: 100%;
    }
    .co_footer {
        padding: 95px 0px 70px;
    }
    .main-footer {
        width: 80%;
        margin: 0px auto;
        text-align: center;
    }
    .footer-logo img {
        width: 28%;
        margin: 0px auto;
    }
    
    .co_inner-banner img {
    height: 500px;

}

}

@media only screen and (max-width: 767px){
    .marquee span{
        float: left;
        font-size: 30px;
        width: 100%;
        text-transform: uppercase;
    }
	.m_menu {
   
    height: 70%;
    
}
.about h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.about p {
    font-size: 14px;
   
}
.question i {
   
    display: none;
}
	.main-head span {
        font-size: 23px;
    }
    .menu{
    	display: none;
    }
    .question{
    	display: none;
    }
    .m-question{
    	display: block;
    }
    .mobile-menu{
    	display: block;
    }
    .dropdown {
        width: 100%;
    }
    .submenu {
        position: relative;
        left: 7%;
        width: 86%;
    }
    .submenu a {
        padding: 0px 0 0 10px;
        line-height: 40px;
        font-size: 19px;
        text-transform: uppercase;
        font-weight: bold;
        color: white;
    }
    .dropdown.hover:hover .submenu {
        height: 100px;
    }
    .banner-info {
    width: 100%;
    padding: 0 20px;
}
.set-about {
    
   margin-right: -15px!important; 
}
    .carousel-control-next, .carousel-control-prev {
    	display: none!important;
    }
    .banner-info h1 {
        font-size: 32px;
    }
    .banner-img img {
        height: 600px;
    }
    .service {
        width: 85%;
    }
    .set-about {
        padding-top: 37px;
    }
    .detail-info {
        padding: 0px 15px 40px;
    }
    .detail-info h2 {
        font-size: 34px;
    }
    .detail-info h6 {
        font-size: 16px;
        margin-bottom: 11px;
    }
    .detail-info p {
        font-size: 17px;
        line-height: 26px;
    }
    .about-img {
        outline: 10px solid white;
    }
    .about-img img {
        height: 300px;
    }
    .co_product {
        padding: 50px 0px;
    }
    .co_product h1 {
        font-size: 37px;
        margin-bottom: 29px;
    }
    .product-img img {
        height: 300px;
    }
    .co_enquiry {
    	padding: 70px 0px;
    	margin-top: 10px;
    }
    .text input {
        width: 100%;
    }
    .text select {
        width: 100%;
    }
    .text textarea {
        width: 100%;
    }
    .co_footer {
        padding: 95px 0px 70px;
    }
    .co_footer{
    	text-align: left;
    	padding: 70px 0px 40px;
    }
    .co_footer:before {
        top: 20px;
        transform: skewY(-5deg);
    }
    .main-footer {
        width: 100%;
        margin: 0px auto;
        text-align: center;
    }
    .footer-logo img {
        width: 36%;
        margin: 0px auto;
    }
    .footer-widget ul {
        text-align: left;
    }
    .co_footer .title1 {
        font-size: 23px;
    }
    .co_bottom {
    	text-align: center;
     }
    .bm-1 ul {
        text-align: center;
        margin: 0;
        margin-top: 20px;
        padding: 0;
    }
    .co_inner-banner img {
    height: 450px;
 
}
}

@media only screen and (max-width: 320px){
    .marquee span{
        float: left;
        font-size: 30px;
        width: 100%;
        text-transform: uppercase;
    }
	.carousel-item img {
    	height: 600px;
	}
	.main-head span {
        font-size: 18px;
    }
    .social-link li {
        margin: 0px 8px;
    }
    .logo {
        width: 90%;
    }
    .openbtn {
        font-size: 31px;
    }
    .m_menu {
        height: 65%;
    }
    .sidepanel .closebtn {
        font-size: 24px;
    }
    .sidepanel a {
        padding: 8px 0px 8px 12px;
        font-size: 19px;
    }
    .submenu a {
        padding: 0px 0 0 10px;
        line-height: 40px;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: bold;
        color: white;
    }
    .banner-info h1 {
    font-size: 30px;
}
    .banner-img img {
        height: 520px;
    }
    .service {
        width: 90%;
        padding: 40px 20px;
    }
    .detail-info h2 {
        font-size: 28px;
    }
    .detail-info h6 {
        font-size: 14px;
    }
    .button1 {
        margin-top: 0;
    }
    .button input {
        padding: 9px 25px;
        font-size: 18px;
    }
}


/*--------------- Product-Page ------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1260px){
	.product-list img {
        height: 230px;
    }
    .vision p {
    font-size: 14px;
   
}
.vision1 {
    padding: 27px 17px 22px;
    text-align: center;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
	.co_product1{
		padding: 70px 0px;
	}
	.product-list img {
        height: 248px;
    }
    .sub {
    
    margin: 0px auto 40px;
}
}

@media only screen and (max-width: 767px){
	.sub {
    width: 46%;
    margin: 0px auto;
    text-align: center;
}
	.main-vision {
    width: 100%;
    display: block;
}
.detail-img-info {
    display: block;
   
}
.main-vision:first-child {
    order: 2;
}
.main-vision:nth-child(2) {
    order: 1;
}
.detail-img-info h4 {
    font-size: 20px;
    padding-left: 0;
    line-height: 28px;
    margin-top: 20px;
}
	.carousel-item img {
    height: 600px;
}
	/*.banner-info h5:after {
    	right: 0;
	}
	.banner-info h5:before {
	    left: 0;
	}*/
	.button a {
    padding: 15px 15px;
    font-size: 14px;
    margin-right: 10px;
}
	.co_product1{
		padding: 70px 0px;
	}
	.product-list img {
        height: 248px;
    }
    .fade img {
        height: 298px!important;
    }
    .modal-content {
        height: 330px;
    }
}

@media only screen and (max-width: 320px){
	.fade img {
        height: 300px!important;
    }
    .modal-content {
        height: 334px!important;
    }
    .ekko-lightbox-container {
        height: 302px!important;
    }
}




/*----------------- Enquiry-Form ----------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.co_enquiry1 {
		padding: 70px 0px;
	}
}

@media only screen and (max-width: 767px){
	.co_enquiry1{
		padding: 70px 0px;
	}
	.co_enquiry1 h2 {
        font-size: 32px;
    }
    img{
	width: 100%;
	object-fit: cover;
	
}
.social-icon img {
    width: 16%;
    position: relative;
    top: -32px !important;
    margin-right: 26px;
}
}


/*-------------------- Contact-Form --------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.part-3 {
        align-items: flex-start;
    }
	.set-part-3 {
        flex-wrap: wrap;
        padding: 0px 8px;
    }
    .add {
        width: 100%;
        margin-top: 20px;
    }
    .add h2 {
        font-weight: 700;
    }
    .co_form1 {
        padding: 70px 0px 30px;
    }
    .co_form1 h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px){
    .part-3 {
        display: block;
    }
    .set-part-3 {
        width: 100%;
        margin-bottom: 20px;
    }
    .add h2 {
        font-weight: 700;
    }
    .co_form1 {
        padding: 70px 0px 0px;
    }
    .form {
        margin-bottom: 38px;
    }
    .map1 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 320px){
	.img1 img {
    height: 200px;
}
	.contact-icon i {
        line-height: 45px;
    }
}


/********************* responsive ********************/

/*---------- product-detail ---------------*/
@media only screen and (min-width: 1261px) and (max-width: 1500px){
	.co_header:before {
        width: 243px;
    }
    .co_header:after {
        width: 1097px;
    }
    
    .inner_pdetail h2 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1261px) and (max-width: 1366px){
    .co_header:before {
         width: 180px;
    }
    .co_header:after {
        width: 1041px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1260px){
	.co_header:before {
        width: 73px;
    }
    .co_header:after {
        width: 792px;
    }
    .inner_pdetail h2 {
        font-size: 48px;
    }
    .product-packet.bg_1 a {
     width: 31%!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
	.co_header:before {
        width: 58px;
    }
    .co_header:after {
        width: 597px;
    }
    .inner_pdetail h2 {
        font-size: 48px;
    }
    .menu a {
        padding: 7px 20px 11px;
    }
    .product-packet.bg_1 a {
       width: 47%!important;
    }
    co_footer:before {
       top: 18px;
    }
}

@media only screen and (max-width: 767px){
	.co_footer:after {
    
    top: -15px;
    
}
	.img1 img {
    height: 200px;
}

.detail-info {
   
    margin-top: 20px;
}
.co_vision {
    margin: 0px 0px 100px;
}
	.co_product-detail{
		padding: 70px 0px;
	}
	.inner_pdetail h2 {
        font-size: 35px;
    }
    .order_01{
    	order: 2;
    }
    .order_02{
    	order: 1;
    	margin-bottom: 40px;
    }
}

@media only screen and (max-width: 320px){
	.inner_pdetail h2 {
        font-size: 27px;
        line-height: 34px;
    }
}


/*----------- text-tiles-product -------------*/

@media only screen and (max-width: 767px){
	.co_product-packet{
		padding: 70px 0px;
	}
	.inner-product-packet h1 {
        font-size: 35px;
    }
    .inner-product-packet .main-packet{
    	padding: 0 15px!important;
    	margin-bottom: 10px;
    }
	.bg_1 {
        margin: 0;
        display: block!important;
    }
    .product-packet.bg_1 a {
    width: 100%!important;
    }
}

/*----------- home-banner ------------*/
@media only screen and (min-width: 1261px) and (max-width: 1500px){
	.banner-content {
        left: 20%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1260px){
	.banner-content {
        left: 15%;
    }
    .bm-1 ul {
        display: flex;
        align-items: center;
    }
    .social-icon img {
    top:7px !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
	.item img {
        height: 493px;
    }
    .banner-content {
        left: 14%;
    }
    .p_details {
        padding-top: 10px;
    }
    .sub_pro {
        padding-top: 8px  !important;
    }
    .ex_1 h1 {
    font-size: 42px !important;
   }
   .ex_1 h2 {
        font-size: 28px !important;
    }
    .banner-content h4{
	    font-size: 20px;
	}
	.banner-content h2{
	    font-size: 40px;
	}
	.bm-1 ul {
        display: flex;
        align-items: center;
    }
    .social-icon img {
        top:7px !important;
    }
    .co_bottom .social-icon img {
        top:0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.img1 img {
   
    height: 300px;
}
.detail-info {
    padding: 30px 10px 0px 0px;
}
.main-vision {
    width: 100%;
    display: block;
}
.main-vision:nth-child(2) {
    order: 1;
}
.main-vision:nth-child(1) {
    order: 2;
}

.menu {
    
    display: none;
}
.banner-info h5:after {
    	right: -50px;
	}
	.banner-info h5:before {
	    left: -50px;
	}
	.banner-info h5{
		display: inline-block;
	}
.mobile-menu {
    display: block;
   
}
.question {
    display: none;
}
.m-question{
	display: block;
}
.logo {
    width: 40%!important;
    top: -80px !important;
}
.question i {
   
    display: none;
}

}
@media only screen and (max-width: 767px){
	.subheader{
		display: none;
	}
	.ex_1 {
        width: 100% !important;
    }
 .sub_pro {
        padding-top: 8px  !important;
    }
    .ex_1 h1 {
    font-size: 42px !important;
   }
   .ex_1 h2 {
        font-size: 28px !important;
    }
    .bm-1 ul {
        justify-content: center !important;
    }
    .social-icon img {
        width: 42% !important;
    }
    .sub_pro ul {
        padding-right: 0px !important;
    }
    .p_details {
        padding-top: 23px !important;
    }
	.logo {
        top: 0;
        width: 45%;
    }

	.item img {
        height: 380px;
    }
    .banner-content {
    	top: 41%;
        left: 14%;
    }
    .banner-content h4{
	    font-size: 16px;
	}
	.banner-content h2{
	    font-size: 21px;
	}
	.banner-content .button{
		font-size: 16px;
		padding: 6px 15px 6px 45px;
	}
	.co_service {
        margin-top: -47px;
    }
    	.bm-1 ul {
        display: flex;
        align-items: center;
    }
    .social-icon img {
        top:7px !important;
    }
    .co_bottom .social-icon img {
        top:0 !important;
    }
    div#hideDiv {
     
        margin: 0px 0%;
    }
}

@media only screen and (max-width: 320px){
    .sub_pro {
        display: block !important;
    }
    .sub_pro ul {
    margin: 0 !important;
}
}

.co_bottom .bm-1 ul {
    display: block;
}
.vision {
    width: 100%;
}