
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500&family=Montserrat&display=swap');

body{
	  font-family: 'Montserrat', sans-serif;
}


img{
	width: 100%;
}

ul.list-style li {
    display: block;
    /* padding: 0; */

}

ul.list-style{
   padding: 0;
}

a{
	text-decoration: none !important;
	  font-family: 'Montserrat', sans-serif;
}
a:hover{
	color: #226bd7 !important;
}
.top-section img {
    width: 140px;
}

header {
    background: #fbfbfb;
    padding: 9px;
}

a.phone {
    color: #3a3a3a;
    font-weight: 600;
    font-size: 15px;
}

a.join {
    background: #01cf2c;
    /* padding: 4px 13px; */
    color: #fff;
    padding: 2px 12px 3px 12px;
    margin-left: 30px;
    /* margin-top: -6px !important; */
    border-radius: 5px;
}

a.mail {
    color-interpolation: #000 !important;
    color: #3a3a3a;
    font-weight: 600;
    font-size: 15px;
    /* margin-top: 10px !important; */
    line-height: 30px !important;
}

a.mail .fa {
    /* color: #0f60d9; */
    padding-right: 4px;
}

.top-section-2 {
    display: flex;
}

.social-links {
    text-align: center;
}

.social-links .fa {
    /* background: red; */
    width: 34px;
    height: 34px;
    /* height: 18px; */
    line-height: 24px;
    padding: 5px;
    color: #ffffff;
    border-radius: 50%;
    /* border: 2px solid #eee; */
    box-shadow: 0px 0px 1px 1px;
    margin-right: 17px;
}

a.facebook .fa {
    background: #4867AA;
}

a.facebook .fa:hover {
    background: none;
    color: #4867AA;
    border-color: #4867AA;
}

a.youtube .fa {
    background: #FF0000;
}

a.youtube .fa:hover {
    background: none;
    color: #FF0000;
    border-color: #FF0000;
}


section.second-section {
    background: #eaf2fd;
    /* padding: 50px 0; */
    padding-top: 40px;
    padding-bottom: 40px;
}
i.fa.fa-user-o {
    position: absolute;
    /* right: 132px; */
    /* float: right; */
    /* margin-top: 20px; */
    /* margin-top: 10px; */
    /* margin-left: 10px; */
    line-height: 36px;
    padding-left: 10px;
}

i.fa.fa-lock{
	  position: absolute;
    /* right: 132px; */
    /* float: right; */
    /* margin-top: 20px; */
    /* margin-top: 10px; */
    /* margin-left: 10px; */
    line-height: 36px;
    padding-left: 10px;
}

input.form-control {
    padding-left: 35px;
    margin-bottom: 10px;
    background: #fff !important;
    font-size: 14px;
    width: 88% !important;
}
.form img {
    /* text-align: center; */
    width: 200px;
    /* margin: 0 auto; */
}

.main-logo {
    text-align: center;
}

.main-logo h2 {
    /* margin: 16px 0px; */
    font-size: 19px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-top: 18px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.form {
    background: #fbfbfb;
    padding: 16.5px;
    border-radius: 0px 5px 5px 0px;
    /* box-shadow: 1px 1px 3px 0px; */
    /* min-height: 489px; */
}

p.form-p a {
    font-size: 14px;
    color: #0f60d9;
    font-weight: 500;
    /* margin: 0 !important; */
}

button.btn.btn-primary {
    width: 100%;
}
input.btn.btn-warning {
    width: 100% !important;
}

.join-us h2 {
    /* text-align: center; */
    font-size: 19px;
    color: black;
    font-weight: 600;
    margin: 0;
}

.join-us {
    text-align: center;
    background: #eaf2fd;
    margin-top: 11px;
    padding: 15px 23px;
    border-radius: 4px;
}

.border-line {
    width: 44px;
    height: 3px;
    background: #fa750f;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 8px;
}

.join-us p {
    margin: 0;
    color: #707070;
    font-size: 15px;
    font-weight: 500;
}

.downloard {
    text-align: center;
    background: #eaf2fd;
    margin-top: 10px;
    border-radius: 4px;
    padding: 10px;
}

.downloard a {
    font-weight: 600;
    letter-spacing: 0.5px;
}


.border-line.head-2 {
    width: 44px;
    height: 3px;
    background: #fa750f;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 14px;
}

.carousel-inner img {
    border-radius: 5px 0px 0px 5px;
}

footer {
    background: #0f60d9;
    text-align: center;
    color: #ffff;
    font-size: 14px;
    padding: 10px 0;
}

footer p {
margin: 0;
}

a.goog-logo-link {
    display: none !important;
}

select.goog-te-combo {
    border: none;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    background: #0f60d9;
    color: #fff;
    padding: 2px 12px;
    border-radius: 2px;
}


@media Screen and (max-width: 768px){
    a.join {
    background: #01cf2c;
    /* padding: 4px 13px; */
    color: #fff;
    padding: 2px 12px 3px 12px;
    margin-left: 30px;
    margin-right: 0px;
    float: right;
    /* margin-top: -6px !important; */
    border-radius: 5px;
}
a.phone {

    line-height: 32px;
      display: block;
}
.social-links {
    position: absolute;
    top: 42px;
    right: 17px;
}
div#google_translate_element {
    /* float: right; */
    /* top: 18px; */
    position: absolute;
    right: 17px;
    top: 70px;
}
.social-links .fa {
    /* background: red; */
    width: 27px;
    font-size: 14px;
    height: 27px;
    /* height: 18px; */
    line-height: 18px;
    padding: 5px;
    color: #ffffff;
    border-radius: 50%;
    /* border: 2px solid #eee; */
    box-shadow: 0px 0px 1px 1px;
    margin-right: 2px;
}

section.second-section {
    background: #eaf2fd;
    /* padding: 50px 0; */
    padding-top: 6px;
    padding-bottom: 0px;
}
select.goog-te-combo {
    border: none;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    background: #0f60d9;
    color: #fff;
    padding: 2px 0px;
    border-radius: 2px;
}
.carousel-inner img {
    border-radius: 0px 0px 0px 0px !important;
}
.main-logo img {
    display: none;
}
.main-logo h2 {
    /* margin: 16px 0px; */
    font-size: 20px !important;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
     margin-top: 0px !important; 
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
div#carouselExampleIndicators {
    /* position: relative; */
    /* top: 89px; */
    margin-top: 108px;
}
}