@charset "utf-8";
/* CSS Document */




html,
body {
  overflow: visible;
	background: #fff;
	font-family: 'Barlow', sans-serif;
	max-width: 1920px;
	margin: auto;
	padding: 0;
}




html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}



@media (min-width: 992px) {
  html ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  html ::-webkit-scrollbar-button {
    display: none;
  }
  html ::-webkit-scrollbar-track {
    background-color: #000;
  }
  html ::-webkit-scrollbar-track-piece {
    background-color: #000;
  }
  html ::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: none;
  }
  html ::-webkit-scrollbar-corner {
    background-color: #999;
  }
  html ::-webkit-resizer {
    background-color: #666;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}


body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.5;
  color: #000000;
  white-space: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-locale: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;

}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Oswald', sans-serif;
}

.home-banner{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	height: 100vh;
}


.home-banner > * {
  width: 100%;
}
.home-banner img{
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position:78%;
     object-position:78%;
}
.home-banner span{
	position: absolute;
	bottom: 10vh;
	left: 20%;
	color: white;
	font-weight: 200;
	animation: run 1s 1 ease-in;
}

.home-banner span h1{
	font-size: 100px;
	color: #F5911E;
}

.home-banner span h2{
	font-size: 80px;
}

@media (max-width:524.98px){
	.home-banner span{
		font-size: 24px;

	}

	.home-banner span h1{
		font-size: 50px;
	}

	.home-banner span h2{
		font-size: 40px;
	}
}
 
@media (min-width:525px){
	.home-banner img{
	  -o-object-position:90%;
		 object-position:90%;
	}

	.home-banner span{
		font-size: 28px;
	}

	.home-banner span h1{
		font-size: 60px;
	}

	.home-banner span h2{
		font-size: 50px;
	}
}
 
@media (min-width:1200px){
	.home-banner span{
		font-size: 36px;
	}

	.home-banner span h1{
		font-size: 80px;
	}

	.home-banner span h2{
		font-size: 65px;
	}
}
 
@media (min-width:1440px){
	.home-banner span{
		font-size: 40px;
	}

	.home-banner span h1{
		font-size: 100px;
	}

	.home-banner span h2{
		font-size: 85px;
	}
}


@keyframes run {
	0%{transform: translate(-300px, 0px); opacity: 0;}
	80%{transform: translate(-300px, 0px); opacity: 0;}
	100%{transform: translate(0px, 0px);}
}


.home_body{
	position: relative;
	display: flex;	

}

@media (max-width:767.5px){
.home_body{
	display: block;
}

}

.home_body-img img{
	width: 100%;
}

.home_body-img{
	position: relative;
	width: 48%;
	left: 75px;
	max-width: 780px;
}

.home_body-text{
	height: auto;
	position: relative;
	width: 62%;
	padding: 50px;
	left: -75px;
	color: white;
	font-size: 24px;
	background: #BC1E2D;
}

.home_text p{
	padding: 0px;
	margin: 0px;
}

.home_text p:nth-child(1){
	color: #F39020;
	font-weight: 400;
}

.home_text p:nth-child(2){
	font-family: 'Oswald', sans-serif;
	padding: 5px 0px;
	color: #F39020;
	line-height: 1.2;
}

.home_body-text a{
	display: block;
	color: #F39020;
	padding-top: 50px;
	font-weight: 400;
}

@media (max-width:767.5px){
	.home_body-img{
		width: 100%;
		left: 0px;
	}
	.home_body-text{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding: 30px;
		left: 0px;
		font-size: 18px;
	}
	.home_text p:nth-child(2){
		font-family: 'Oswald', sans-serif;
		font-size: 32px;
	}

}


@media (min-width:768px){
	.home_body-img{
		width: 100%;
		left: 30px;
	}
	.home_body-text{
		width: 100%;
		left: -30px;
		margin-top: 40px;
		padding: 30px;
		font-size: 16px;
	}
	.home_text p:nth-child(1){
		font-size: 20px;
	}

	.home_text p:nth-child(2){
		font-size: 26px;
	}

}

@media (min-width:1200px){
	.home_body-img{
		width: 100%;
		left: 40px;
	}
	.home_body-text{
		width: 100%;
		left: -40px;
		margin-top:80px;
		padding: 50px;
		font-size: 20px;
	}
	.home_text p:nth-child(1){
		font-size: 24px;
	}

	.home_text p:nth-child(2){
		font-size: 32px;
	}

}

@media (min-width:1440px){
	.home_body-img{
		width: 100%;
		left: 60px;
	}
	.home_body-text{
		width: 100%;
		left: -60px;
		margin-top:80px;
		padding: 50px;
		font-size: 24px;
	}
	.home_text p:nth-child(1){
		font-size: 32px;
	}

	.home_text p:nth-child(2){
		font-size: 48px;
	}

}


.service_col{
	position: relative;
	display: block;
	height: calc(100% - 60px);
	margin: 20px;
	padding: 20px;
	padding-bottom: 80px;
	font-size: 18px;
	border: 1px solid #F39020;
	cursor: pointer;
	transition-duration: 1s;
}

.service_col p{
	font-size: 32px;
	font-weight: 400;
	padding: 0px;
	margin:5px 0px;
	line-height: 1.2;
}

.service_col:hover{
	background:  #F39020;
	transition-duration: 1s;
	border-radius: 15px;
}



.service_col a{
	position: absolute;
	display: block;
	bottom: 20px;
	right: 20px;
	text-align: right;
	color:#000;
}

.testimonial{

	background: linear-gradient( to bottom,
        #fff 0px,
        #fff 125px,
        #BC1E2D 125px);
	display: block;
}

.testi{
	display: block;
	max-width: 900px;
	margin-bottom:50px ;
	margin-right: auto;
	margin-left: auto;
	min-height: 200px;
	text-align: center;
	color:#fff;
	text-decoration: none;
}

.testi-name{
	font-family:'Barlow', sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	padding: 20px;
}

.testi-name span{
	display: block;
	font-size: 20px;
	font-weight: 200;
}

.testi-content{
	display: block;
	font-size: 28px;
	padding: 10px;

}


.associate{
	width: 85%;
	margin: auto;
	border: 1px solid #BC1E2D ;
	border-top: none;
	border-radius: 15px;
}

.associate img{
	width: calc(100% - 50px);
	margin: 20px;
	transition: 1s;
}

.associate img:hover{
	cursor: pointer;
	transform: scale(110%);
	transition: 1s;
}

.associate-title{
	display: block;
	padding: 2px;
	margin-top: 25px;
	background: #BC1E2D;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	font-size: 24px;
	color: #F4901E;
	border-radius: 15px 15px 0px 0px;}

 
.about-banner > * {
	position: relative;
  width: 100%;
}
.about-banner img{
  display: block;
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position:78%;
     object-position:78%;
}
.about-banner span{
	position: absolute;
	bottom: 10vh;
	left: 20%;
	color: white;
	font-weight: 200;
	animation: run 1s 1 ease-in;
}

.about-banner span h1{
	font-size: 100px;
	color: #F5911E;
}

@media (max-width:524.98px){
	.about-banner span h1{
		font-size: 50px;
	}

}
 
@media (min-width:525px){
	.about-banner img{
	  -o-object-position:90%;
		 object-position:90%;
	}

	.about-banner span h1{
		font-size: 60px;
	}
}
 
@media (min-width:1200px){
	.about-banner span h1{
		font-size: 80px;
	}
}
 
@media (min-width:1440px){
	.about-banner span h1{
		font-size: 100px;
	}
}
 

.about-body{
	position: relative;
}

.about_body-img{
	position: absolute;
	top: 60px;
	display: block;
	width: 500px;
	z-index: 2;
}

.about_body-img img{
	width: 100%;
}

.about_body-img span{
	display: block;
	padding: 15px;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	color: #BC1E2D;
	background: #F4901E;
}

.about_body-img span strong{
	display: block;
	font-family: 'Oswald', sans-serif;
	line-height: 1.5;
	font-weight: 400 ;
	font-size: 32px;
}

.about_body-text{
	background: #BC1E2D;
	color: #fff;
}

.about_body-text strong{
	display: block;
	font-size: 32px;
	color: #F4901E;
}

@media (max-width:899.9px){
	.about-body{
		background-image: linear-gradient( #fff 0px, #fff 250px, #BC1E2D 250px, #BC1E2D 100%);
		
	}
	.about_body-img{
		position: static;
		width: 100%;
		max-width: 400px;
		margin: auto;
	}
	
	.about_body-text{
		padding: 20px;
		font-size: 16px;
	}
	
	.about_body-text strong{
		font-size: 24px;
	}
	
	.about_body-img span{
		font-size: 18px;
	}

	.about_body-img span strong{
		font-size: 24px;
	}


}
 
@media (min-width:900px){
	.about_body-img{
		width: 300px;
		top: 40px;
	}
	
	.about_body-text{
		margin-left: 100px;
		padding: 20px;
		padding-left: 220px;
		font-size: 12px;
	}
	
	.about_body-text strong{
		font-size: 16px;
	}
	
	.about_body-img span{
		font-size: 18px;
	}

	.about_body-img span strong{
		font-size: 24px;
	}
}

@media (min-width:992px){
	.about_body-img{
		width: 300px;
		top: 40px;
	}
	
	.about_body-text{
		margin-left: 100px;
		padding: 20px;
		padding-left: 240px;
		font-size: 16px;
	}
	
	.about_body-text strong{
		font-size: 24px;
	}
	
	.about_body-img span{
		font-size: 18px;
	}

	.about_body-img span strong{
		font-size: 24px;
	}
}

 
@media (min-width:1440px){
	.about_body-img{
		width: 400px;
		top: 60px;
	}
	.about_body-text{
		margin-left: 150px;
		padding: 50px;
		padding-left: 300px;
		font-size: 20px;
	}
	.about_body-text strong{
		font-size: 24px;
	}
	
	.about_body-img span{
		font-size: 18px;
	}

	.about_body-img span strong{
		font-size: 24px;
	}

}
 
@media (min-width:1920px){
	.about_body-img{
		width: 500px;
	}
	.about_body-text{
		margin-left: 200px;
		padding: 50px;
		padding-left: 360px;
		font-size: 24px;
	}

}

.abt-logo img{
	width: 100%;
	padding-right: 25px;
}

.abt-title{
	color: #F39020;
	margin-top: 30px;
	font-size: 24px;
	font-weight: 400;
}
 
@media (max-width:990px){
	.abt-ducat{
		font-size: 18px;
	}
	.abt-logo img{
		display: block;
		width: 60%;
		margin:auto;
	}
}
@media (min-width:991px){
	.abt-ducat{
		font-size: 18px;
	}

}

@media (min-width:1024px){
	.abt-ducat{
		font-size: 18px;
	}
}

@media (min-width:1440px){
	.abt-ducat{
		font-size: 24px;
	}
}


.pro_img img{
	display: block;
	width: 90%;
	margin: auto;
}

.pro_detail{
	display: block;
	padding: 0px 25px;
}

.pro_detail span{
	display: block;
	line-height: 2;
	color: #F39020;
	font-size: 32px;
	font-weight: 400;
}

.abt-ducat hr{
	margin-top: 10vh;
	margin-bottom: 10vh;
}

@media (max-width:900px){
	.abt-ducat hr{
		margin-top: 30px;
		margin-bottom: 30px;
	}

}


.blog{
	webkit-box-sizing: inherit;
    box-sizing: inherit;
	max-width: 580px;
	margin: auto;
}

.blog-img{
	width: 100%;
	overflow: hidden;
}

.blog-img img{
	cursor: pointer;
	webkit-box-sizing: inherit;
	text-align: center;
	transition: 500ms ease-in;
}

.blog-img img:hover{
	cursor: pointer;
	transform: rotate(5deg) scale(116%);
}


.blog-text{
	font-size: 16px!important;
}

.blog-text p{
	font-size: 14px;
}

.blog-text strong{
	display: block;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.2;
	color: #BB1E2D;
	padding: 15px 0; 
}

.blog-text hr{
	padding: 0px;
	margin: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.blog-text name{
	display: inline-block;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	color: #BB1E2D;
}

.blog-text a{
	
	text-align: right;
	font-size: 18px;
	color: #BB1E2D;
	font-weight: 400;
	
}


.tamiltitle{
	display: block;
	font-family: 'Noto Sans Tamil', sans-serif;
	font-size: 18px!important;
	line-height: 1.5;
	padding: 15px 0; 
}

.tamil-font{
	font-size: 14px!important;
}


.address{
	display: block;
	font-size: 20px;
	box-sizing: content-box;
	margin-right: 50px;
}

.address div{
	display: block;
	font-size: 32px;
	font-weight: 400;
	color: #F4901E;
}

.address strong{
	display: block;
	font-size: 28px;
	font-weight: 400;
	color: #BC1E2D;
}

@media (max-width:991px){
	.address{
		font-size: 18px;
	}

	.address div{
		font-size: 28px;
	}

	.address strong{
		font-size: 20px;
	}



}




label {
    color: #333;
}

.form-control::placeholder {
	color: #ced4da;
}

.btn-send {
    font-weight: 400;
	color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    width: 80%;
    margin-left: 3px;
	border: 1px solid #ced4da;
	background: #BC1E2D;
    }

.btn-send:hover {
	color: #ffffff;
	border: 1px solid #ced4da;
	background: #F4901E;
    }


.card{
	margin-left: 10px;
	margin-right: 10px;
}


.footer{
	background: #BC1E2D;
	padding: 25px;
	color: #fff;
	z-index: 10;
}

.foot_logo{
	display: block;
}

.foot_logo p{
	line-height: 1.2;
	padding-top: 15px;
}


.footer_link{
}

.footer_link strong{
	font-size: 18px;
	font-weight: 400;
}

.footer_link a span::after{
	display: block;
	content: " ";
	opacity: 0;
	width: 1px;
	height: 1px;
	background: #fff;
	transition: 1s;
}

.footer_link a:hover span::after{
	width: 100%;
	height: 1px;
	transition: 1s;
	opacity: 1;
}


.footer_link a{
	display:inline-block;
	text-decoration: none;
	line-height: 1.5;
	color: #fff;
	margin: 2px 10px;
}

.footer_con{
	padding-top: 25px;
	display: block;
	width: 100%;
}

.footer_con div{
	margin-left: auto;
	width: 260px;
}

@media (max-width:991px){
	.footer_con div{
	margin: 0px;
}

}


.footer_con strong{
	font-size: 18px;
}

.footer_icon{
	padding-top: 15px;
}

.footer_icon a{
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	width: 32px;
	line-height: 5px;
	margin: 2px;
	transition: 1s;
	color: #BC1E2D;
	background:#fff;
}

.footer_icon a:hover{
	transition: 1s;
	color: #fff;
	background:#CD5B66;
}

.copyright{
	text-align: center;
	color: #fff;
}

.copyright a{
	color: #fff;
	font-weight: 400;
}


