@charset "utf-8";
/* CSS Document */

/*-------------------- Desktop CSS Start --------------------*/

/*-- Header Section Start --*/
.sky-banner{
background:url(../img/contact-banner-img.jpg);
background-size: cover;
background-position:center;
width: 100%;	
padding: 11em 1em;
border: 4px solid #fbad1d;
-webkit-box-shadow: -4px 14px 24px -5px rgba(0,0,0,0.27);
-moz-box-shadow: -4px 14px 24px -5px rgba(0,0,0,0.27);
box-shadow: -4px 14px 24px -5px rgba(0,0,0,0.27);
}
.sky-cta a, .sky-submit{
background-image: linear-gradient(to right, #d68200 , #fbad1d) !important;
color: #fff !important;
font-size: 16px !important;
border: none !important;
border-radius: 60px !important;
padding: 15px 60px !important;
}
.sky-cta a:hover, .sky-submit:hover{
background-image: linear-gradient(to right, #fbad1d , #d68200) !important;	
text-decoration: none !important;
}
/*-- Header Section End --*/

/*-- Contact Section Start --*/
.git-contact-sec{
padding-top:4em;
padding-bottom:3em;	
}
.git-contact-sec h2{
color: #fbad1d;
font-size: 32px;
line-height: 46px;
font-family: 'Kalam', cursive;	
}
.git-contact-sec h3{
color: #242424;
font-size: 20px;
line-height: 34px;
margin-top: 1em;
margin-bottom: 0.5em;
}
.git-contact-sec p{
color: #242424;
font-size:16px;
line-height:28px;
}
.git-contact-sec a{
color: #242424;
font-size:16px;
line-height:30px;
}
.git-contact-sec a:hover{
color: #fbad1d;
text-decoration:none;
}
.git-contact-sec2 p {
    color: #242424;
    font-size: 16px;
    line-height: 28px;
}
.git-contact-sec2 p span {
    color: #fbad1d;
    font-weight: 600;
}
/*-- Contact Section End --*/

/*-------------------- Desktop CSS End --------------------*/

/*-------------------- Responsive CSS Start --------------------*/

@media (max-width: 991px) { 
/*-- Header Section Start --*/
.sky-banner {
    padding: 6em 1em;
}
/*-- Header Section End --*/

/*-- Contact Section Start --*/
.git-contact-sec{
padding-top:1em;
padding-bottom:3em;	
}
.git-contact-sec h2{
margin-top:2em;
}
/*-- Contact Section End --*/
}

@media (max-width: 768px) { 

/*-- Contact Section Start --*/
.git-contact-sec h2{
font-size: 28px;
line-height: 42px;
}
.git-contact-sec h3 {
font-size: 20px;	
}
/*-- Contact Section End --*/
}

@media (max-width: 480px) { 
/*-- Header Section Start --*/
.sky-banner{
padding: 0em;
background-color:#efe6d9;
background-image: none !important;
}
.sky-banner h1 {
font-size: 28px;
padding:1em 1em 0.25em 1em;
text-align:center;
width:100%;
}
.banner-sc{
display: block;	
}
/*-- Header Section End --*/
}
/*-------------------- Responsive CSS End --------------------*/

