@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
html{
	/* scroll-behavior: smooth; */
	overflow-x: hidden !important;
	margin: 0px !important;
	padding: 0px !important;
	height: 100% !important;
	width: 100% !important;
	
}
body
{
	font-family: 'Poppins', sans-serif;
	background-attachment: fixed;	
	overflow-x:hidden !important;
	margin: 0px !important;
	padding: 0px !important;
	/* height: 100% !important; */
	width: 100% !important;
}
.main
{
	text-decoration: none;
	position: relative;
	width: 100%;
	height: 100vh;
	background-attachment: fixed;
}
.shopbutton{
	text-align: center;
	width: 99px;
	height: 35px;
	background-color: deepskyblue;
	border-radius: 6px;
	visibility: hidden;
}
.main:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(#000,transparent);
	z-index: 5;
	
}
.main:after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(360deg,#000,transparent);
	z-index: 5;
	
}

header{
	position:fixed;
	top: 0;
	left: 0;
	right: 10px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 45px;
	z-index:  1000;
	transition: 0.6s;
	text-decoration: none;
	
}
header.sticky{
	/* padding: 10px 60px; */
	background: deepskyblue;
	transition: all 0.4s ease-in;
	
	background-repeat: no-repeat;
	box-shadow: 0px 0px 17px 0px;
	width: 100%;
}
header .logo{
	position: relative;
	font-weight: 700;
	color: #fff;
	text-decoration:none; 
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: 0.8s;
}
header .logo:hover{
	background-image:url("../images/header hover black 1.png");
	overflow-x: visible !important;
	background-repeat: no-repeat;
	transition-delay: 40s;
	animation: image 3s 1;
	transition: all 10s ease-out;
	transition-duration: 100s;
	animation-duration: 100s;
}
header ul{
	position: relative;
	display: flex;
	justify-content:center;
	align-items: center;
	text-decoration: none;
	
}
header ul li{
	
	position: relative;
	list-style: none;
	text-decoration: none;
	
}
header ul li a{
	width: 100%;
	position: relative;
	margin: 0 15px;
	text-decoration: none !important;
	color: #fff;
	letter-spacing: 1.7px;
	font-weight:450;
	transition:0.5s;
	
}

header ul li a:hover{
	color: rgb(0, 129, 172);
}

#home
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	
	width: 100%;
	height: 100vh;
	overflow:hidden;
	background-attachment: fixed;
}
.banner-text
{
	position:centre;
	margin-left: 392px;
	
	margin-top: 300px;
	margin-right: -665px;
	padding: 9px;
	background: #fff;
	z-index: 10;
	border-radius: 4px;
}
.banner-text h2
{
	margin: 0;
	padding: 0;
	font-weight: 800;
	font-size: 2.8em;
}
.banner-text a.btnD1
{
	font-size: 1.2em;
	text-align: center !important;
	position: absolute;
	right: -650px;
	top: 410px;
	padding: 10px 30px;
	width: 20%;
	color: #fff;
	background: deepskyblue;
	border-radius: 1;
	text-transform: uppercase;
	font-weight: 800;
}
.carousel-indicators
{
	margin-bottom: 2rem;
}
.carousel-indicators li
{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: transparent;
	border: 2px solid #fff;
	opacity: 1;
}
.carousel-indicators li.active
{
	background: deepskyblue;
}
.carousel-item .w-100
{
	
	
	width: auto!important;
	height: 100% !important;
}
.carousel-inner{
	background-attachment: fixed;
	
	
}
.intro-area
{
    position: relative;
    padding: 90px 0px;
    text-align: center;
	background-attachment: fixed;
}


.sub-heading

{
    position: relative;
    margin-bottom: 30px;
}

.companies {
	padding: 20px;
	padding-top:10px !important;
	margin-bottom: 25px;
	height: 425px;
	width:100%;
	background-color: #e2e1e0;
	border-radius: 30px;
	content: inherit;
	text-align: center;
	justify-content: center !important;
}

@media (max-width: 992px){
	.companies {
		height: auto;
		margin: auto;
		align-items: center !important;
		align-content: center !important;
	}
}

@media (max-width: 465px) {
	.btm{
		margin: auto !important;
	}
	.tl{
		margin:auto !important;
	}
}
.companynam {
	font-size: 2.3em;
	font-weight: 500;
	margin-bottom: 0px !important;
	color: #333333;
}
.btm{
	background: #fff;
	border-radius: 20px;
	height: 300px;
	margin: 3rem;
	margin-top: 10px !important;
	position: relative;
	width: 300px;
	display: inline-block;
	box-shadow: 0 3px 20px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	background-size: cover;
	align-items: center !important;
	justify-content: center;
}
.btm img{
	height: 150px;
	width: auto;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}

.btm:hover{
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.123), 0 10px 10px rgba(0, 0, 0, 0.158);
}
.tl{
	background: #fff;
	border-radius: 20px;
	height: 300px;
	margin: 3rem;
	margin-top: 10px !important;
	position: relative;
	width: 300px;
	display: inline-block;
	box-shadow: 0 3px 20px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.tl img{
	height: 150px;
	width: auto;
	margin-top: 60px;
}
.tl:hover{
	box-shadow: 7px 10px 30px rgba(0, 0, 0, 0.123), 0 10px 10px rgba(0, 0, 0, 0.158);
}
.sub-heading:before 
{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3%;
    width: 6%;
    height: 1px;
    background: deepskyblue;
    z-index: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
     -o-transition: 0.3s ease;
      transition: 0.3s ease;
}
.sub-heading:hover:before 
{
    width: 24%;
    margin-left: -12%;
}
.sub-heading:after 
{
    
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12%;
    width: 24%;
    height: 1px;
    background: #e1e1e1;
}

.sub-heading p 
{
    
    color: #818181;
    display: inline-block;
    padding: 0px 0px 20px;
    position: relative;
    line-height: 24px;
    letter-spacing: 0.025em;
	
    
    
}
.intro-block
{
    
    position: relative;
    background:#f7f7f7;
    margin: 20px 0px 0px;
    text-align: center;
    padding: 60px 25px 40px;
	box-shadow: 0px 0px 17px 0px;
	height: 100%;
}

.intro-block:hover, .intro-block.active
{
    background:#0AABE1;
	border-radius:10;
}

.intro-block:hover
{
    transition: .6s ease;
    -webkit-transition: .6s ease;
    -moz-transition: .6s ease;
    -o-transition: .6s ease;
    -ms-transition: .6s ease;
    
}


.intro-block .intro-icon
{
    position: absolute;
    top: -31px;
    left: 50%;
    margin-left: -31px;
}



.intro-block .fa
{
    width: 63px;
    height: 63px;
    font-size: 30px;
    color: white;
    line-height: 2;
    background: deepskyblue;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px #CCEEF9;
    
    
    
}


.intro-block:hover .fa, .intro-block.active .fa
{
    background:white;
    color: deepskyblue;
    box-shadow: 0px 0px 0px 10px deepskyblue;
    
}

.intro-block h3
{
    font-size: 18px;
    color: deepskyblue;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.intro-block p{
    color: #505050;
}

.intro-block:hover h3, .intro-block:hover p
{
    color: #f6f6f6;
}
.container1{
	height: 30vh;
	width: 100%;
	margin: 0;
	padding: 0;

}
.download h2
{
    color: white;
	
}

.download .sub-heading p
{
    color:white;
}

.download
{
	margin: 0;
    background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url("../images/pic1.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
	width:100%!important;
 
    
}

.ourproducts{
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	background: #fada3e;
	
	
}
.container2{
	
	position:relative;
	width: 1000px;
	display: grid;
	grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
	padding-bottom: 50px;
	
}

.container2 .card{
	position: relative;
	display:flex;
	flex-direction:column;
	background: #fff;
	margin-top: 60px;
	height: 500px;
	
}

.container2 .card:nth-child(even){
	flex-direction: column-reverse;
}
.container2 .card .imgBx {
	position: relative;
	width: 250px;
	height: 250px;
	background: #fff;
}

.container2 .card .imgBx img {
    position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	object-fit: cover;
}


.container2 .card .content{
	position: relative;
	width: 250px;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container2 .card .content div{
	padding: 20px;
	text-align: center;
}


.highlights {
	margin: 0;
	padding: 0;
	display: flex;;
	justify-content: center;
	align-items: center;
	background:#fad03e;
	min-height: 100vh;
}
.container4
{
    position: relative;
	width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px;
}
.container4 .card1{
	position: relative;
	height: 250px;
	background: #fff;
	display: flex;
	width: 45%;
	margin: 30px 0;
}

.container4 .card1 .imgBx1{
	position:absolute;
	top: 0;
	left: 0;
	padding-top: 0px;
	padding-bottom: 30px;
	width: 100%;
	height: 100%;
	
	background:#E4E4E4;
	z-index: 1;
	display: flex;
	justify-content: center;
	overflow: hidden;
	transition: 0.5s ease-in-out;
}


@media (max-width: 508px){
	.container4 .card1 .imgBx1:before {
		font-size:4em !important;
	}	
	.container4 .card1:hover .imgBx1{
		margin-bottom: 0px !important;
		width: 150px;
		height: 150px;
		left: -75px;
		top:46px;
		transition: 0.5s ease-in-out;
		background-color:deepskyblue;
		font-size: 0.32em;
		background-color: rgb(13, 87, 112) !important;
	}

}
.container4 .card1:hover .imgBx1{
	margin-bottom: 100px;
    width: 150px;
	height: 150px;
	left: -75px;
	top:46px;
	transition: 0.5s ease-in-out;
	background-color:deepskyblue;
	font-size: 0.32em;
	background-color: rgb(13, 87, 112) !important;
}

.container4 .card1 .imgBx1:before{
	content: attr(data-text);
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	
	text-align:center;
	font-size:6em;
	color: rgba(3,180,255,0.73);
	font-weight: 700;
}

.container4 .card1 .imgBx1 img{
	max-width: 150px;
	transition: 0.5s ease-in-out;	
}

.container4 .card1:hover .imgBx1 img{
	max-width: 100px;	
}

.container4 .card1 .content1{
	position:absolute;
	right:0;
	width: calc(100% -75px);
	height:100%;	
	padding-top: 42px;
	padding-left:85px;
	display:flex;
	justify-content: center;
	align-items: center;
}

.container4 .card1 .content1 h3{
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 600;
    justify-content: center;
	color: #000;
}
.container4 .card1 .content1 a{
	display:inline-block;
	margin-top:10px;
	padding:5px 10px;
	text-decoration: none;
	color: deepskyblue;
	font-weight: 700;
}

.testimonials{
	min-height: 100vh;
	background-image: url("../images/ocbg.jpg");
	background-attachment: fixed;
	float: left;
	width: 100%;
	padding:90px 0px;
}

.container8{
	width: 100%;
	margin-top: 80px;
	margin-left: auto;
	align-content: center;
	text-align: center;
}
.testimonials .title{
	margin-bottom:50px
}
.testimonials .title h1{
	text-align: center;
	color:#ffffff;
	text-transform: uppercase;
	font-size: 36px;
	margin:0;
}

.testimonials .slider{
 border:0px solid #333333;
 max-width: 600px;
 margin: auto;
 text-align: center;
 padding:10px;
}
.testimonials .slider .slide{
	display: none;
}
.testimonials .slider .slide.active{
	
	display: block;
	animation: slide 1s ease;
}
@keyframes slide{
	0%{
		opacity:0;
		transform: translateX(-15px);
	}
	100%{
	   opacity:1;
		transform: translateX(0px);	
	}
}
.testimonials .slider p{
	font-size:18px;
	color:#ffffff;
	word-spacing: 2px;
}
.testimonials .slider .client-info h3{
	font-weight: bold;
	color:#fff;
	font-size:18px;
	margin:30px 0 10px;
}
.testimonials .slider .client-info span{
	display: block;
	font-size:16px;
	color:#11bead;
}
.testimonials .slider-indicator{
	text-align: center;
	padding-top:30px;
}
.testimonials .slider-indicator img{
	max-height:80px;
	max-width:80px;
	border-radius:50%;
	display: inline-block;
	margin:0 8px;
	opacity:0.2;
	border:4px solid #fff;
	cursor: pointer;
	transition: opacity 1s ease;
}
.testimonials .slider-indicator img.active{
	opacity:1;
}
.team-area
{
    padding: 100px 0px;
  
}


.team-area .sub-heading
{
    margin-bottom: 60px;
}





.download1 h2
{
    color: white;
	
}

.download1 .sub-heading p
{
    color:white;
}

.download1
{
	justify-content: center !important;
	display: flex !important;
	align-items: center !important;
	margin: auto;
    background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url("../images/pic1.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;

}

#onlinerow{
	align-items: center !important;
	display: flex !important;
	justify-content: center !important;
}

.download1 .default-btn
{
	justify-content: center !important;
	align-items: center !important;
	text-align: center;
    background:transparent;
    border: 1px solid white;
    color: white;
    font-size: 20px;
    padding: 8px 40px;
    margin:5px 12px;
	
    transition: 0.5s ease-in;
   
}
.social-button{
	text-align: center!important;
	justify-content: center!important;
	align-content: center !important;
	align-items: center!important;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}
.download1 .default-btn:hover
{
    background: white;
    color: deepskyblue;
}

.download1 .fa
{
    margin-right: 10px;
}



 .downloadnow1

{
    padding: 100px 0px;
}


.downloadnow

{
    padding: 40px 0px 60px 0px;
	text-align: center;
	align-content: center;
	justify-content: center;
}
.container14{
	overflow: hidden;
	margin:0px;
	padding: 10px;
	padding-bottom: 0px !important;
	text-align: center;
	height: 25vh;
}
.container20{
	padding: 5px;
	margin: 12px;
}
.contact-area
{
    padding: 100px 0;
}

.divider
{
    border-right: 1px solid #d9d9d9;
	padding-left: 0px;
}

.contact-area h3
{
    text-transform: uppercase;
    margin-bottom: 20px;
	padding-left: 30px;
}


.contact-area h4
{
    color: #3a3a3a;
    font-weight: 700;
    text-transform:capitalize;
    margin-bottom: 4px;
    letter-spacing: 0.025em;
}


.contact-area span
{
    display: block;
    color: #3a3a3a;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.025em;
	width: 100%;
	margin: 0;
}


.contact-area ul li
{
    overflow: hidden;
    margin-bottom: 25px;
}

.contact-area ul li:last-child
{
    margin-bottom: 0;
}

.contact-address ul li .fa
{
    float: left;
    width: 20px;
    color: deepskyblue;
    font-size: 30px;
}


.contact-address ul li .address-phone
{
    float: left;
    width: 230px;
    padding-left: 25px;
}

.contact-block
{
    padding-left: 30px;
}


.contact-area .form-control, .contact-area textarea
{
    font-family: 'Roboto',sans-serif;
    background:#f8fdff;
    border: 1px solid #a5d3eb;
    padding: 10px 12px;
    color: #363636;
    height: 45px;
    font-weight: 400;
    border-radius: 0;

}



.contact-area .form-group
{
    margin-bottom: 30px;
    
}

.contact-area textarea
{
    min-height: 115px;
    width: 100%;
}


.contact-area .default-btn
{
    padding: 10px;
    
}



footer
{
	
    background: #34495e;
    background-size: cover;
    -webkit-background-size: cover;
    -mox-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding-top:60px;
    padding-bottom:50px;
	padding-left: auto;
	padding-right: auto;
}
.containerfooter{
	display: flex;
	justify-content: center !important;
	align-items: center !important;
	align-content: center !important;
	text-align: center !important;
	padding-left: auto;
	margin-right: auto;
	margin-left: auto;
}

.social-icon{
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto !important;
	margin-left: auto;
	margin-right: auto;
}

.copyright p{
	text-align: center !important;
}
.social-icon a
{
    margin: 0 16px 20px 16px;
    display: inline-block;
}

.social-icon .fa
{
   
    justify-content: center;
    font-size: 30px;
    color: deepskyblue;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: white;
    line-height: 2;
    transition: 0.3s;
    border: 10px solid  #b1c9d1;
    text-align: center;
 
    
}


.social-icon a:hover .fa
{
    border:10px solid white;
}


.bordernow
{
    width: 80px;
    border-bottom: 2px solid white;
    margin: 0 auto;
    margin-top:20px;
}
.toggle{
	display: none;
}


@media (max-width: 1000px){
	.ourproducts{
	background: #fada3e;
	align-items: center;
	width: 100%;
}
	.container2{
		grid-template-columns: repeat(auto-fit, minmax(100%,1fr));
		margin: 50px;
	}
	.container2 .card{
		flex-direction: row;
		margin: 10px 0;
	}
	.container2 .card:nth-child(even){
		flex-direction: row-reverse;	
	}
	.container2 .card .imgBx{
		width:50%;
		height: 100%;
	}
	.container2 .card .content{
		width: 50%;
		height: 100%
	}
}

@media (max-width: 600px){
	.container2 .card{
		width:320px;
		flex-direction: column;
		margin: 10px 0px;
	}
	.container2 .card:nth-child(even){
		flex-direction: column;
	}
	.container2 .card .imgBx,
	.container2 .card .content{
		width: 100%;
	}
	.container .card .content{
		height:200px;
	}
}


@media (max-width: 992px)
{
	
	header .bg-light
	{
		padding: .5rem 0;
	}
	.banner-text
	{

		padding: 20px;
		margin: 36vh 50px 0 0;
		overflow-x: hidden !important;
	}
	.shopbutton{
		visibility: visible !important;
	}
	.shopbuttontext{
		color: #fff;
		font-size: 1.5em;
		font-weight: 600;
		text-decoration: none !important;
	}
	.banner-text a.btnD1
{
	position: absolute;
	right:243px;
	top: 520px;
	
	padding: 10px 30px;
	color: #fff;
	background: #0f9afa;
	border-radius: 1;
	text-transform: uppercase;
	overflow-x: hidden !important;
}

	header .logo{
	background-image:url("../images/header hover black 1.png");
	margin: 0px;
	background-repeat: no-repeat;
	transition-delay: 40s;
	animation: image3s 1;
	transition: 10s;
	transition-duration: 100s;
	animation-duration: 100s;

}
	.col-sm-12 text-center{
		align-items: center;
		align-content:flex-end;
	}
	
	.container4{
		
		width:100%;
		flex-direction: column;
		align-items: center;
	}
	.container4 .card1{
		width: 400px;
	}
	.toggle{
		display:block;
		position:relative;
		width: 35px;
		height: 35px;
		cursor: pointer;
		border-radius: 10px;
	}
	.toggle:before{
		content:'';
		position: absolute;
		top:4px;
		width: 100%;
		height: 3.6px;
		background: rgb(114, 215, 255);
		z-index: 1;
		box-shadow:  0 10px 0 rgb(114, 215, 255);
		transition: 0.5s;

	}
	.toggle:after{
		content:'';
		position: absolute;
		bottom:4px;
		width: 100%;
		height: 3px;
		background: rgb(114, 215, 255);
		z-index: 1;
		transition: 0.5s;
	}
	
	header.sticky{
		
		padding: 10px 8px !important;
		background-image: none !important; 
		width: auto;

	}
	header{

		padding: 5px 5px !important;
		background: none;
		
	}
	header ul{
		position:absolute;
		top:30px;
		left:30px;
		width: 90%;
		height: 35vh;
		border-radius: 30px;
		text-align: center;
		overflow: auto;
		background: deepskyblue;
		opacity: 0;
		margin-top: 62px !important;
	}
	header.active ul{
		visibility: visible;
		opacity: 1;
		display: block;
		padding: 0px;
		padding-top: 10px !important;
		text-align: center !important;
	}
    header.active ul li a{
		text-align: center !important;
		display: inline-block;
		margin: 0px !important;
		padding: 0px !important;
		margin-top: 15px !important;
		font-size: 1.3em;
		font-weight: 600;
		border-bottom: 3px solid rgb(159, 220, 255) !important;
	}
	
	header ul li a{
	  color:#fff;
	  
	}
	
}
@media (max-width:1130px){
	header{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 15px;
	z-index:  1000;
	transition: 0.6s;
}
	header ul li a{
	width: 100%;
	position: relative;
	margin: 0 10px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1.3px;
	font-weight:400;
	transition:0.8s;
	
}
	header.sticky{
	padding: 10px 20px;
	background: deepskyblue;
	transition: all 0.4s ease-in;
	background-image: url("../images/after scrool y1.png");
	background-repeat: no-repeat;
	box-shadow: 0px 0px 17px 0px;
	width: 100%;
}
}
@media (max-width:995px){
		.banner-text a.btnD1
{
	visibility: hidden;
}
}
@media (max-width:1259px){
	.banner-text
{    width: 100%;
	position:absolute;
	margin: auto;
	
	margin-top: 300px;

	padding: 9px;
	background: #fff;
	z-index: 10;
	border-radius: 4px;
}
	.banner-text a.btnD1
{
	position: absolute;
	margin-left: 10px;
	margin-right: 100%;
	top: 125px;
	z-index: 10;
	width: 20%;
	color: #fff;
	background: deepskyblue;
	border-radius: 1;
	text-transform: uppercase;
}
}
@media (max-width:768px){
	.container4 .card1{
		max-width: 300px;
		flex-direction: column;
		height:auto;
		
	}
	.container4 .card1 .imgBx1{
		position: relative;
		width: 300px;
	    top:0;
	}
	.container4 .card1 .imgBx1,
	.container4 .card1:hover .imgBx1{
		width:100%;
		height:200px;
		left:0;
		top:0;
	}
	.container4 .card1 .imgBx1,
	.container4 .card1:hover .imgBx1 img{
		max-width: 300px;
	}
	.container4 .card1 .content1{
		position: relative;
		width: 100%;
		padding-left: 15px;
		padding-bottom: 15px;
	}
}
@media (max-width:1280px){
	.banner-text
{    width: 100%;
	position:absolute;
	margin: auto;
	
	margin-top: 300px;

	padding: 9px;
	background: #fff;
	z-index: 10;
	border-radius: 4px;
}
	.banner-text a.btnD1
{
	position: absolute;
	margin-left: 10px;
	margin-right: 194%;
	top: 125px;
	z-index: 10;
	width: 20%;
	color: #fff;
	background: deepskyblue;
	border-radius: 1;
	text-transform: uppercase;
}
}
@media (max-width:1199px){
		.banner-text a.btnD1
{
	position: absolute;
	margin-left: 10px;
	margin-right: 215.5%;
	top: 125px;
	z-index: 10;
	width: 20%;
	color: #fff;
	background: deepskyblue;
	border-radius: 1;
	text-transform: uppercase;
}
}

@media (max-width:1440px){
	header.sticky{
	padding: 10px 20px;
	background: rgba(0, 191, 255, 0.726);
	transition: all 0.4s ease-in;
	background-image: url("../images/after scrool y1.png");
	background-repeat: no-repeat;
	box-shadow: 0px 0px 17px 0px;
	width: 100%;
}
	.social-button{
		margin: 0 225px;
	}
}

@media(max-width:993px){
	.intro-block{
	flex-direction:row !important;
    position: relative;
    background:#f7f7f7;
    margin: 20px 0px 0px;
    text-align: center;
    padding: 60px 25px 40px;
	box-shadow: 0px 0px 17px 0px;
	width: auto;
	height: 100%;
}
}
@media(max-width:760px){
	.intro-block{
		flex-direction: row;
    position: relative;
    background:#f7f7f7;
    margin: 20px 0px 0px;
    text-align: center;
    padding: 60px 20px 40px;
	box-shadow: 0px 0px 17px 0px;
	width:auto;
	height: 100%;
}
}
@media(max-width:795px){
	.download h2
{
	align-content: center;
	text-align: center;
    color: white;
	width: 100% !important;
	margin-right: 840px;
	
	
}

.download .sub-heading p
{
    color:white;
	width: 100%;
	margin:0;

}
}
@media(max-width:871px){
	.download h2
{
	align-content: center;
	text-align: center;
    color: white;
	width: 300px;
	margin: auto;
	
	
}

.download .sub-heading p
{
    color:white;
	width: 400px;
	margin:0;

}
}

/* @media(max-width:1300px){
	.social-button{
		margin: 0 210px;
	}
}

@media(max-width:1200px){
	.social-button{
		margin: 0 195px;
	}
}

@media(max-width:1150px){
	.social-button{
		margin: 0 180px;
	}
}

@media(max-width:1100px){
	.social-button{
		margin: 0 165px;
	}
}

@media(max-width:1050px){
	.social-button{
		margin: 0 155px;
	}
}

@media(max-width:1000px){
	.social-button{
		margin: 0 132px;
	}
}
@media(max-width:950px){
	.social-button{
		margin: 0 125px;
	}
} */

@media(max-width:900px){
	.social-button{
		margin: auto;
	}
	.download1 .default-btn
{
	flex-direction: column!important;
	text-align: center;
    background:transparent;
    border: 1px solid white;
    color: white;
    font-size: 20px;
    padding: 8px 40px;
    margin:5px 130px; 
	
    transition: 0.5s ease-in;
   
}
}
