
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
	scroll-behavior: smooth;
}
  
body{
	margin:0px ;
 	padding:0px;
 	background:#fff !important;
	font-family: 'Rubik', sans-serif !important;
}

div,h1,h2,h3,h4,h5,h6,p,img,a,ul,li{
  margin:0px ;
  padding:0px;
}

.grid{
	margin:0px auto;
  	padding:0px 15px;
	width: 1024px;
}


/*font-family: 'Poppins', sans-serif;
font-family: 'Cabin', sans-serif;*/
/*needed*/
a{
  text-decoration:none !important;
  -webkit-transition:300ms;
  -moz-transition:300ms;
  -ms-transition:300ms;
  -o-transition:300ms;
  transition:300ms;
}
a:hover{
  text-decoration:none !important;
}
ul{
  list-style-type:none;
}
.clear{
  clear:both;
}
/*needed*/
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

/****** contact-banner *****/

.contact-banner{
	margin: 0px 0px 0px 0px;
	padding: 130px 0px 130px 0px;
	background: url(../images/contact-banner.png) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
	width: 100%;
	position: relative;
}
	
.contact-banner-text{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.contact-banner-text h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 70px;
	color: #fff;
	text-shadow: 0px 3px 9px rgba(0,0,0,.85);
}
.contact-banner-text p {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 400;
	font-size: 24px;
	color: #fff;
	text-shadow: 0px 1px 5px rgba(0,0,0,.85);
}


/****** contact *********/

.contact{
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 130px 0px;
	background: #fff;
	overflow: hidden;
	width: 100%;
}
.contact-row {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: flex;
}
.contact-left {
	margin: 0px auto 0px auto;
	padding: 50px 42px 60px 42px;
	background: #42a935;
	border-radius: 5px;
	width: 42%;
}
.contact-left h4{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.contact-left h2{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 500;
	font-size: 34px;
	color: #fff;
	text-align: center;
}
.contact-left p {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.contact-left ul{
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}	
.contact-left ul li{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}	
.contact-left ul li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 27px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	background: url(../images/mail.png) left 3px no-repeat;
}
.contact-left ul li a:hover{
	color: #defada;
}	
.contact-left ul li.last{
	margin: 0px 0px 0px 0px;
}	
.contact-left ul li.last a {
	background: url(../images/phone.png) left 3px no-repeat;
}

.contact-right {
	margin: 0px auto 0px auto;
	padding: 50px 42px 60px 42px;
	border-radius: 10px;
	box-shadow: 0px 15px 15px 0px rgba(0,0,0,.05);
	background: #133c63;
	width: 45%;
}
.contact-right h4{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 500;
	font-size: 34px;
	color: #fff;
	text-align: center;
}
.contact-right p {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
    padding-bottom: 35px;
	text-align: center;
}
.frm1{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
label.label{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	display: block;
}
input.input{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 15px;
	font-weight: 500;
	font-size: 17px;
	color: rgb(122, 122, 122);
	width: 100%;
	line-height: 49px;
	border-radius: 3px;
	background: #f8f8f8;
	border: none;
}
select.select{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 15px;
	font-weight: 500;
	font-size: 17px;
	color: rgb(122, 122, 122);
	width: 100%;
	height: 49px;
	border-radius: 3px;
	background: #f8f8f8;
	border: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background-image: url(../images/arrow-sm.png);
	background-position:  right 15px center;
	background-repeat: no-repeat;
}
textarea.comment{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 15px;
	font-weight: 500;
	font-size: 17px;
	color: rgb(122, 122, 122);
	width: 100%;
	height: 180px;
	line-height: 49px;
	border-radius: 3px;
	background: #f8f8f8;
	border: none;
}
.frm11{
	width: 100%;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	width: 100%;
	background: linear-gradient(#fff,#ededed)
}



input.btnNew{
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 23px;
	color: #fff;
	width: 235px;
	line-height: 54px;
	border-radius: 5px;
	background: #42a935;
	border: none;
	display: block;
}


/****** responsive *****/

@media (max-width :991px) and (min-device-width :280px){

/****** contact *****/

.contact {
	padding: 60px 0px 70px 0px;
}	
.contact-row {
	display: block;
}
.contact-left {
	margin: 0px auto 30px auto;
	width: 100%;
}
.contact-right {
	width: 100%;
}

}	