@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: bodyfont;
  src: url(Montserrat-Regular.otf);
  
}
@font-face {
  
  font-family: mainbannertext;
  src: url(Copperplate-Gothic-Bold-Regular.ttf);
}
@font-face {
  
  font-family: mainbannerheading;
  src: url(digistrip.ttf);
}
@font-face {
  
  font-family: sec_heading;
  src: url(Montserrat-SemiBold.otf);
}
@font-face {
  
  font-family: sec31_heading;
  src: url(Montserrat-Bold.otf);
}
@font-face {
  
  font-family: text_section_p;
  src: url(Montserrat-Medium.otf);
}

body{
height: 100%;
margin:0;
font-family: bodyfont;
}
header {
    background-image: url(imgs/ClipGroup.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 230px 0;
	/*    margin-bottom: 65px;*/
}
.header_bg {
    display: flex;
    
}
.header_bg img{
	    margin: 0 8%;
    animation-duration: 2s;
    width: 13%;
}
.header_txt {
	text-align:center;
color:white;
margin-top:90px;
}
.header_txt h1{
	font-size:70px;
	font-weight:400;
 animation-duration: 2s;
font-family: mainbannerheading;
margin-bottom:5px;
	color: #ffffff;
}
.header_txt p{
   font-size:33px;
	font-family:mainbannertext;
}
.section_1,.section_2 {
	display:flex;
justify-content:center;
}
.section_1 .sec1_right_side, .section_1 .sec1_left_side{
	padding:30px 100px;
	
}

.section_1 .sec1_right_side ul, .section_1 .sec1_left_side ul{
	
    padding-left: 18px;
line-height: 2;
margin-top:0px;

}
.section_2 .sec2_text ul{
	
    padding-left: 18px;
line-height: 2;
margin-top:0px;

}
.section_3 {
   background-image: url(imgs/our-area.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
	padding-top: 30px;
    
}
.section_3 h1{
	font-size:30px;
	font-family: sec_heading;
	color: #990000;
	margin-bottom: 50px;
	font-style: italic;
}
.text_section h1{
	font-size:30px;
	font-family: sec_heading;
	color: #990000;
	margin-bottom: 20px;
	font-style: italic;
}
.section_3 p {
	font-family: bodyfont;
	margin-top: 8px;
	font-size: 20px;
}
.sec-3-txt{
	text-decoration: underline;
	margin-bottom: 0;
	font-size: 25px !important;
}
.section_3 .sec3_content{
	display: flex;
	flex-direction: row;
	width: 70%;
    justify-content: center;
	margin: 0 auto;
}
.section_3 .sec3_content div{
    padding: 0px 50px;
}
.section_3 .sec3_content .area1 img{
    width: 50%;
}
.section_3 .sec3_content .area2 img{
    width: 50%;
}
.section_3 .sec3_content .area3 img{
    width: 50%;
}
.section_3 .sec3_content .area4 img{
    width: 50%;
}

.section_3 .sec3_content .area5 img{
    width: 50%;
}

.section_3 .sec3_content .area6 img{
    width: 50%;
}

.section_3 .sec3_content .area7 img{
    width: 50%;
}
.section_3 .sec3_content .area8 img{
    width: 50%;
}

.section_31 {
   background-image: url(imgs/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 90px;
    text-align: center;
    margin-top: 70px;
}
.section_31 h1{
font-size:45px;
font-weight:800;
}
.section_31 p {
font-size:20px;
}
.sec_31{
	font-family: sec31_heading;
	color: white;
}
.section_4 {
    background-image: url(imgs/bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 55px 80px 55px;
    color: white;
    margin-top: 100px;
    line-height: 2;
	text-align: center;
}
.section_4 h1{
font-family: aboutheading;
}
.section_5 {
text-align:center;
margin-top:50px;
}
.section_5 .sec5_imgs1 img,
.section_5 .sec5_imgs2 img {
	padding:15px;
	animation-duration: 2s;

}


.sec_7 p{
	padding: 0 40px;
}
.sec_8 p{
    padding: 0 57px;
}

.sec_7{
	background-color:#f4e547;
}
.sec_8{
	background-color:#f4e547;
}
.sec_6,.sec_7,.sec_8{
	display: flex;
	flex-direction: row;
	margin: 25px 0px;
}
.text_section{
	text-align: center;
}
.text_section p{
	font-family: text_section_p;
}
footer{
	background: #0261ad;
	text-align: center;
	color: white;
	padding: 30px;
	margin-top:50px;
}
.footer{
	display: flex;
	justify-content: center;
	    margin-top: 15px;

}
.footer img{
    height: 50px;
	    padding: 0 11px;
}
.footer_1, .footer_2,.footer_3{
padding:0 60px;
animation-duration: 2s;
	text-align: left;
}
.footer_2{
	border-right: 2px solid white;
    border-left: 2px solid white;
}
.footer_1 p, .footer_2 p, .footer_3 p{
	margin: 0;
}
footer .footer_2 strong{
font-size:25px;
font-family: footerheading;
}
footer .footer_2 p{
font-size:14px;
margin: 5px 0;
}

@media screen and (max-width:767px){
header {
    background-image: url(imgs/ClipGroup.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 9% 0;
}
.header_txt h1{
	font-size:15px;
}
.header_txt p{
	font-size: 7px;
    margin: 5px;
}
.header_bg img {
    /*margin: 0 38%;*/
    width: 23%;
}
.header_txt {
    text-align: center;
    color: white;
    margin-top: 14px;
}
.section_3 .sec3_content .area1 img, .section_3 .sec3_content .area2 img, .section_3 .sec3_content .area3 img, .section_3 .sec3_content .area4 img, .section_3 .sec3_content .area5 img, .section_3 .sec3_content .area6 img, .section_3 .sec3_content .area7 img, .section_3 .sec3_content .area8 img{
    width: 35%;
}
.section_1,.section_2 {
	flex-direction:column;
padding: 12px;
}
.section_1 .sec1_right_side, .section_1 .sec1_left_side {
    padding:0;
}
.section_1 .sec1_right_side ul, .section_1 .sec1_left_side ul {
    padding-left: 18px;
    line-height: 2;
    margin-top: 0px;
    font-size: 14px;
}
.section_1 h1 {
    font-size: 22px;
}
.section_2 ul{
    padding-left: 18px;
    line-height: 2;
    margin-top: 0px;
    font-size: 14px;
}
.section_2 h1 {
    font-size: 22px;
}
	.section_3 .sec3_content{
	display: flex;
	flex-direction: column;
	width: 100%;
    justify-content: center;
	margin: 0 auto;
}	
.section_3 h1 {
    font-size: 22px;
    font-family: sec_heading;
    color: #990000;
    margin-bottom: 50px;
}
	.text_section h1{
		font-size: 18px;
		font-family: sec_heading;
		color: #990000;
		margin-bottom: 20px;
	}
	.text_section p {
		font-family: text_section_p;
		font-size: 10px;
	}
.section_3 .sec3_content .area4,.section_3 .sec3_content .area5,.section_3 .sec3_content .area6 {
    padding: 0px 70px;
}
	.section_3 p {
		font-family: bodyfont;
		margin-top: 8px;
		font-size: 25px;
	}
	.sec-3-txt {
		text-decoration: underline;
		margin-bottom: 0;
		font-size: 14px !important;
	}
.section_31 {
   
    padding: 26px 0;
   
}
.section_31 h1{
font-size:20px;

}
.section_31 p {
font-size:12px;
}
.section_4 {
    background-image: url(imgs/bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 20px 40px 20px;
    color: white;
    margin-top: 100px;
    line-height: 2;
}
.section_4 h1{
    font-size: 20px;
    margin-bottom: 5px;
}
.section_4 p{
font-size:12px;
}
.section_5 .sec5_imgs1 img,
.section_5 .sec5_imgs2 img {
width:50%;

}
.section_5 {
padding:0 10px;
}
.section_5 h1 {
    font-size: 20px;
}
	
	.sec_6,.sec_7,.sec_8{
		display: flex;
		flex-direction: column;
		margin: 25px 0px;
		text-align: center;
	}
	
/*.footer{
flex-direction:column;
}*/
/*footer img{
width:100%;
}*/
.footer_1, .footer_2,.footer_3{
	padding:20px 0;
	text-align: center;
}
.footer_2{
	border-top: 2px solid white;
    border-bottom: 2px solid white;
	border-right: none;
    border-left: none;
}
	footer h2 {
		font-size: 18px;
	}
	.mySlides {
		height: 160px !important;
	}
	.prev, .next {
		
		font-size: 45px !important;
		
	}
	.prev {
		left: 0% !important;
	}
	.next {
		right: 0% !important;
	}
}
@media (min-width:768px) and (max-width:1000px){
header {
    background-image: url(imgs/ClipGroup.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 38px 0 54px 0;
}
.header_bg img {
    margin: 0 8%;
    width: 13%;
}
.header_txt {
    text-align: center;
    color: white;
    margin-top: 20px;
}
.header_txt h1 {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 5px;
	font-family: mainbannerheading;
	color: #ffffff;
}
.header_txt p {
    font-size: 15px;
}
.section_1 .sec1_right_side, .section_1 .sec1_left_side {
    padding: 30px 34px;
}
	.section_3 {
    background-image: url(imgs/our-area.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 30px;
}
.section_3 .sec3_content .area1,.section_3 .sec3_content .area2,.section_3 .sec3_content .area3,.section_3 .sec3_content .area4,.section_3 .sec3_content .area5,.section_3 .sec3_content .area6,.section_3 .sec3_content .area7,.section_3 .sec3_content .area8{
    padding: 0px 15px;
}
	.section_3 p {
		font-family: bodyfont;
		margin-top: 8px;
		font-size: 18px;
	}
	.sec-3-txt {
		text-decoration: underline;
		margin-bottom: 0;
		font-size: 20px !important;
	}
.section_31 {
    background-image: url(imgs/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 50px;
    text-align: center;
    margin-top: 40px;
}
	.section_5 .sec5_imgs1 img{
		padding: 15px;
		animation-duration: 2s;
		height: 30px;
	}
	.section_5 .sec5_imgs2 img {
		padding: 15px;
		animation-duration: 2s;
		height: 20px;
	}
	
	.sec_7 p{
		padding: 0 20px;
	}
	.sec_8 p{
		padding: 0 36px;
	}
}
@media (min-width:1001px) and (max-width:1200px){
	
	.header_txt h1 {
		font-size: 53px !important;
		font-weight: 400;
		animation-duration: 2s;
		margin-bottom: 5px;
		font-family: mainbannerheading;
		color: #ffffff;
	}
	.header_txt p{
	   font-size:25px;
	}
	
}

@media (min-width:1001px) and (max-width:1400px){
  header {
    background-image: url(imgs/ClipGroup.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 230px 0;
}
.header_bg img {
    margin: 0 8%;
    animation-duration: 2s;
    width: 12%;
}
.header_txt h1 {
    font-size: 68px;
    font-weight: 400;
    animation-duration: 2s;
	margin-bottom: 5px;
    font-family: mainbannerheading;
	color: #ffffff;
}

}
@media (max-width: 1300px) and (min-width: 1200px){
	.header_txt h1 {
		font-size: 60px;
		font-weight: 400;
		animation-duration: 2s;
		margin-bottom: 5px;
		font-family: mainbannerheading;
		color: #ffffff;
	}
	.header_txt p{
	   font-size:30px;
	}
}
@media (max-width: 1050px) and (min-width: 1001px){
	.header_txt h1 {
		font-size: 50px !important;
		font-weight: 400;
		animation-duration: 2s;
		margin-bottom: 5px;
		font-family: mainbannerheading;
		color: #ffffff;
	}
	
}

/* slider code */

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
	height: 500px;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #990000;
  font-weight: bold;
  font-size: 85px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 6%;
  border-radius: 3px;
}
.prev {
  left: 6%;
  border-radius: 3px 3px 3px 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
	color: white;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: transparent;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.row{
	display: flex;
	justify-content: center;
}
/* Six columns side by side */
.column {
  float: left;
  width: 10%;
	text-align: center;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.mySlides img {
	width: 70%;
	margin: 0 auto;
	display: flex;
	height: 100%;
}
.column img {
	width: 60%;
	
}
.slider_section{
	background: #e5e5e5;
	padding: 75px 0 40px 0;
}