/* contact-info  css start */
.inner-banner-area {
    background: linear-gradient(#ffffffdb, #ff06062b), url(../img/service-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.contact-info{
	margin-bottom:50px;
	padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.same-title span{
	-webkit-text-fill-color: #000;
}

 h6{
	margin-bottom: 12px;
	text-transform:capitalize;
}

.link a{
	font-size: 20px;
    font-weight: 300;
    line-height: 40px;
	color:rgb(97,112,139);
}
.link a:hover{
	color: #00aae3;
	font-weight: 400;
}

.social-media a{
	color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-right: 10px;
    background: linear-gradient(90deg, #0066dd -2.63%, #0066ddf0 20%, #8b0003 122.49%);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	transition:all 0.5s;
}

.social-media a:hover{
	background:linear-gradient(90deg, #0066dd -2.63%, #8b0003 20%, #0066ddf0 122.49%);
	transition:all 0.5s;
}

.link p{
	color:#61708b;
}

.pinimg{
	animation:scale 3s ease-in-out infinite alternate;
	filter: drop-shadow(0 2px 3px rgba(107,124,147,.3));
	    margin-left: 110px;
    margin-bottom: 22px;
}


/* contact-form css start*/
.contact-form{
	padding-bottom:150px;
	 overflow-x: hidden;
}
.contact-form button.custom-btn{
    margin-top: 22px !important;
    background-color: #109cc0;
    border-radius: 10px !important;	
}
.contact-form button.custom-btn:hover{
    color: #f2f2f2 !important;	
}

.contact-glob{
	text-align:center;
}

.contact-glob img{
	animation:rotation 25s infinite linear;
}

.contact-form .slick-prev {
    left: 43% !important;
}

.contact-form .slick-next {
    right: 43% !important;
}

.link a.view-map{
	font-size: 17px;
    line-height: 27px;
    color: #000;
    letter-spacing: 0.5px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    border-bottom: 1px solid;
	text-transform:capitalize;
    margin-top: 10px;
}

/* media query*/
@media (max-width:334px){
	.contact-info .link a{
		    font-size: 20px !important;
	}
	
}

@media (max-width:767px){
	.contact-info .link a{
		    font-size: 28px
	}
	
	.contact-info{
		padding:80px 0;
		background-image: unset;
		margin-bottom:0;
	}
	
	.link a.view-map{
		font-size: 18px;
		line-height:28px;
	}
	
	.pinimg{
		display:none;
	}
	
	.contact-form{	   
    padding-bottom: 100px;
	}
	
	
	.contact-form  .slick-prev {
    left: 40% !important;
}

.contact-form  .slick-next {
    right: 40% !important;
}

.form-box{	
    margin-bottom: 100px;
}
}

@media only screen and (min-width:768px)  and (max-width:991px){
.form-box{
	margin-bottom:50px;
}

.contact-form .slick-prev{
	left:40% !important;
}
	
	.contact-info{
		padding:100px 0;
		margin-bottom:0;
	}
	
  .contact-form{		   
    padding-bottom: 100px;
	}
	
	.pinimg{
		    margin-left: 85px;
	}
}