
html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif !important;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a,
ul,
li {
	margin: 0px;
	padding: 0px;
}


/*font-family: 'Stint Ultra Condensed', cursive;
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: 0px 0px 170px 0px;
    background: url(../images/contact-banner-bg.png) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}
.contact-banner-row{
    margin: 0px 0px 0px 0px;
    padding: 150px 0px 0px 0px;
} 
.contact-banner-row h1{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 84px;
    color: #fff;
    text-align: center;
} 



/******* contact *******/

.contact{
    margin: 0px 0px 0px 0px;
    padding: 136px 0px 95px 0px;
    overflow: hidden;
    background: #fff;
    width: 100%;
}
.contact-row{
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: end;
} 
.contact-left{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 582px;
}
.contact-left h2{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 80px;
    color: #121212;
    text-transform: uppercase;
    line-height: 90px;
}
.contact-left h2 span{
    color: #ff8038;
    display: block;
}
.forms{
    margin: 70px 150px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.form1{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.form1-flex{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    column-count: 2;
    column-gap: 40px;
}
input.input{
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 17px;
    color: #000;
    width: 100%;
    line-height: 50px;
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
textarea.textarea{
    margin: 0px 0px 25px 0px;
    padding: 20px 10px 10px 0px;
    font-weight: normal;
    font-size: 17px;
    color: #000;
    width: 100%;
    height: 130px;
    border: none;
    border-bottom: 1px solid #d9d9d9;
}

input.btn-new{
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 17px;
    color: #fff;
    width: 152px;
    line-height: 50px;
    border: none;
    display: block;
    border-radius: 5px;
    background: linear-gradient(90deg,#2486b7,#e0814a);
}


.contact-right{
    margin: 0px 0px 0px 0px;
    padding: 0px 70px 120px 70px;
    width: 613px;
    border-left: 1px solid #d9d9d9;
}
.contact-right h3{
    margin: 0px 0px 35px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 35px;
    color: #121212;
} 
.contact-right ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
} 
.contact-right ul li{
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 68px;
    font-weight: 500;
    font-size: 18px;
    color: #3d3d3d;
    line-height: 28px;
    position: relative;
} 
.contact-right ul li i.fas{
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #ff8038;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: -7px;
}
.contact-right ul li a{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: 500;
    font-size: 18px;
    color: #3d3d3d;
    line-height: 28px;
} 
.contact-right ul li a:hover{
    
} 
.contact-right ul li.last{
    margin: 40px 0px 0px 0px;
} 

/****** responsive ********/

@media (max-width: 1399px) and (min-device-width: 1200px) {


/***** contact *****/

.contact-left h2 {
    font-size: 73px;
} 

} 

@media (max-width: 1199px) and (min-device-width: 992px) {


/***** contact *****/
.contact-left h2 {
  line-height: 70px;
}

.form1-flex {
  display: block;
  column-count: 1;
  column-gap: 0;
}
} 

@media (max-width: 991px) and (min-device-width: 768px) {

/******* banner *****/
.contact-banner {
    padding: 0px 0px 100px 0px;
} 
.contact-banner-row {
    padding: 130px 0px 0px 0px;
}
.contact-banner-row h1 {
    font-size: 44px;
} 
/***** contact *****/
.contact {
    padding: 76px 0px 55px 0px;
}
.contact-left h2 {
  line-height: 66px;
  text-align: center;
  font-size: 58px;
}
.contact-row {
    display: block;
} 
.forms {
    margin: 40px 0px 0px 0px;
} 
.contact-left {
  margin: 0px 0px 0px 0px;
  width: 100%;
}
.form1-flex {
  display: block;
  column-count: 1;
  column-gap: 0;
}
.contact-right {
  margin: 50px 0px 0px 0px;
  padding: 0;
  border: none;
  width: 100%;
}
.contact-right h3 {
    text-align: center;
} 

}

@media (max-width: 767px) and (min-device-width: 280px) {


/******* banner *****/
.contact-banner {
    padding: 0px 0px 100px 0px;
} 
.contact-banner-row {
    padding: 130px 0px 0px 0px;
}
.contact-banner-row h1 {
    font-size: 37px;
} 

/***** contact *****/
.contact {
    padding: 76px 0px 55px 0px;
}
.contact-left h2 {
  line-height: 46px;
  text-align: center;
  font-size: 40px;
}
.contact-row {
    display: block;
} 
.forms {
    margin: 40px 0px 0px 0px;
} 
.contact-left {
  margin: 0px 0px 0px 0px;
  width: 100%;
}
.form1-flex {
  display: block;
  column-count: 1;
  column-gap: 0;
}
.contact-right {
  margin: 50px 0px 0px 0px;
  padding: 0;
  border: none;
  width: 100%;
}
.contact-right h3 {
    text-align: center;
} 
}