@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Allan-Bold";
  src: url("../fonts/Allan-Bold.ttf");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "FugazOne";
  src: url("../fonts/FugazOne-Regular.ttf");
}
@font-face {
  font-family: "RacingSansOne";
  src: url("../fonts/RacingSansOne-Regular.ttf");
}
@font-face {
  font-family: "Sriracha";
  src: url("../fonts/Sriracha-Regular.ttf");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: "FreckleFace-Regular";
  src: url("../fonts/FreckleFace-Regular.ttf");
}
@font-face {
  font-family: "SedgwickAve-Regular";
  src: url("../font/SedgwickAve-Regular.ttf");
}
@font-face {
  font-family: "PermanentMarker-Regular";
  src: url("../font/PermanentMarker-Regular.ttf");
}
@font-face {
  font-family: "RockSalt-Regular";
  src: url("../font/RockSalt-Regular.ttf");
}
/* ******************************************************************* */

::-webkit-scrollbar {
    height: 2px;
    width: 8px;
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #3ED783;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
    background: #000;
}
html {
  scroll-behavior: smooth;
}

/* ------------------------------Section1 start ------------------------------------ */

.header>nav {
    background-color: white;
    height: 70px;
    padding: 0px !important;
}

img.small-logo {
    display: none;
}
.navbar-brand>img {
    height: 30px;
}
.carousel-inner {
    margin-top: 70px;
}
.header-ul>li>a {
    color: #525e66;
    font-family: Roboto-Medium;
    font-size: 14px;
}
.header-ul>li>a:hover {
    color: #02a9e6 !important;
}
.sec1-corusal-rhs {
    width: 50%;
    float: right !important;
}
.sec1-corusal-lhs {
	height: 500px;
	width: 50%;
    float: left !important;
	display: flex;
    align-items: center;
}
h1{
	display: block;
    float: none;
    font-size: 34px;
    font-weight: 300;
    line-height: 44px;
}
.sec1-corusal-lhs>h1 {
    font-size: 34px;
    font-weight: 300;
    margin-left: calc(100% - 570px);
    font-family: Roboto-Light;
    margin-bottom: 20px;
    color: #525e66;
    line-height: 44px;
}
.banner-section {
    background-color: #f4f4f4;
}
.bg-successs {
    background-color: #8db76a !important;
}
.sec1-corusal-lhs>h1>span {
    font-weight: 500;
    font-family: Roboto-Bold;
}
.sec1-corusal-rhs>img {
    -webkit-transform: rotate(15deg);
    width: 100%;
    height: auto;
    transform: rotate(15deg);
}
.text-successs {
    color: #7ac943;
}
.header-ul>li {
    margin-left: 25px;
}
.carousel-indicators li {
    margin: 0 4px !important;
    height: 13px !important;
    width: 12px !important;
    border-top: 0px !important;
    left: 0px;
    border-bottom: 0px !important;
    border: 1px solid;
    border-radius: 50%;
    border-color: #8db76a !important;
}
.carousel-indicators li.active {
    background-color: #8db76a;
}
.carousel-indicators {
    bottom: 10px !important;
    left: 0 !important;
    right: auto !important;
    text-align: left;
    margin-left: 120px !important;
}
button.btn.sign-in-btn {
    color: white;
    background-color: #7ac943 !important;
    padding: 10px 27px;
    font-size: 17px;
    margin-top: 25px;
    font-weight: 600;
    font-family: Roboto;
}
/* ------------------------------Section1 End ------------------------------------ */

/* ------------------------------Section2 start ------------------------------------ */

.section-rebbin>p {
    font-size: 20px;
    color: #525e66;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 12px 0px 15px 0px;
    line-height: 1.2;
}


/* ------------------------------Section2 End ------------------------------------ */

/* ------------------------------Section3 start ------------------------------------ */
section.section3 {
    padding-top: 25px;
}
section.section3>div>h1 {
    font-size: 170% !important;
    margin-bottom: 30px;
	color: #525e66;
	font-family: Roboto;
    margin-top: 20px;
}
.card {
    margin-bottom: 50px;
    padding: 50px 30px;
    height: 220px;
    width: 100%;
    background: #f2f2f2 !important;
}
.card>h4 {
    margin-bottom: 20px;
    color: #525e66;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.2;
}
.card>p {
    color: #525e66;
    font-size: 18px;
	font-family: Roboto;
    font-weight: 400;
    line-height: 24px;
}

/* ------------------------------Section3 End ------------------------------------ */

/* ------------------------------Section terminal start ------------------------------------ */

.terminal-box {
    background-color: #f2f2f2;
    padding-top: 50px;
	padding-bottom: 30px;
	margin-top: 60px;
}
.terminal-heading {
    font-size: 170% !important;
    color: #525e66;
    margin: 20px 0px 30px 0px;
    font-family: Roboto;
}
.terminal-curosal-item>img {
    width: 100px !important;
    border-radius: 50%;
    margin: auto;
    border: 1px solid #525e66;
}
.terminal-curosal-item {
    padding: 20px;
    text-align: center;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 40%;
    font-size: 40px;
    width: 100%;
}
button.owl-prev {
    position: absolute;
    left: -30;
    border: 1px solid !important;
    line-height: 26px !important;
    border-radius: 50% !important;
    width: 35px;
    height: 34px;
}
button.owl-prev>span {
    position: absolute;
    top: -2px;
    left: 10px;
}
button.owl-next>span {
    position: absolute;
    top: -2px;
    left: 10px;
}
button.owl-prev>span:focus {
    border-color: transparent !important;
    outline-color: transparent !important;
}
button.owl-prev:focus {
    outline: none;
}
button.owl-next:focus {
    outline: none;
}
button.owl-next {
    position: absolute;
    right: -30;
    border: 1px solid !important;
    line-height: 26px !important;
    border-radius: 50% !important;
    width: 35px;
    height: 34px;
}
p.terminal-curosal-para {
    font-size: 16px;
	margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: Roboto-Light;
}
.terminal-curosal-item>p>i {
    color: #7ac943;
    margin-top: 12px;
}

p.terminal-curosal-para-btm {
    font-size: 16px;
    color: black;
    font-weight: 500;
    font-family: Roboto-Bold;
}
button.btn.read-more-btn {
    font-size: 11px;
    color: white;
    margin: 10px 0px 020px 0px;
    padding: 3px 5px;
    border: 1px solid #7ac943;
    font-family: Roboto;
    background-color: #7ac943;
}
/* ------------------------------Section terminal end ------------------------------------ */

/* ------------------------------Section4 start ------------------------------------ */
section#section4>div {
    padding: 40px 0px 80px 0px;
}
.section4-lhs-div>p:nth-child(1) {
    max-width: 230px;
    font-size: 14px;
	text-align: justify;
	font-family: Roboto;
}
.section4-lhs-div>p{
    font-size: 14px;
	font-family: Roboto;
}
.section4-middle-div>div>div>h6 {
    font-size: 12px;
	font-family: Roboto;
    color: #525e66;
}
ul.contact-menu>li,.contact-menu2>li {
    font-size: 12px;
    list-style: none;
	font-family: Roboto;
    margin: 10px 0px;
}
ul.contact-menu {
    padding-left: 0px;
}
.contact-menu2{
	 padding-left: 0px;
}
.bg-white>div>.row {
    display: flex;
    align-items: flex-end;
}
.contact-icon>ul>li>a {
    height: 48px;
    width: 48px;
    display: block;
    background: #ffffff;
    border: 1px solid #525e66;
    border-radius: 24px;
    color: #525e66;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
.contact-icon>ul>li {
    display: inline-flex;
    list-style: none;
}
.contact-icon>ul>li>a>i {
    margin-top: 15px;
}
.contact-icon>ul>li>a:hover {
    color: #02a9e6;
    background-color: black;
	transition-duration: 0.5s;
}
.contact-icon>ul>li {
    display: inline-flex;
    list-style: none;
    margin: 0px 8px;
}
a.sec4-fot-link {
    cursor: pointer;
	color:black;
}
sup {
    font-size: 8px !important;
}
/* ------------------------------Section4 End ------------------------------------ */

/* ------------------------------footer  start ------------------------------------ */

.bg-black {
    background-color: #2b3238;
    color: white;
	padding: 25px 0;
}
ul.footer-menu {
    padding: 0px;
    list-style: none;
    display: inline-flex;
    margin: 0px;
}
ul.footer-menu>li {
    margin-right: 30px;
	font-family: Roboto;
    font-size: 12px;
}
ul.footer-menu>li>a {
    color: white;
}
span.Copyright-span {
    border: 1px solid white;
    border-radius: 50%;
    padding: 1px 4px;
}
/* ------------------------------footer End ------------------------------------ */

/* ------------------------------privacy Start ------------------------------------ */
.privacy-border-box {
    padding: 30px 0px;
}
p.privacy-main-heading {
    font-size: 22px;
    font-family: Roboto-Regular;
    margin: 0px 0px 0px 0px;
}
p.privacy-sub-heading {
    font-size: 16px;
    font-family: Roboto-Medium;
    margin: 30px 0px 5px 0px;
}
p.privacy-para {
    font-size: 16px;
	text-align: justify;
    font-family: Roboto-Regular;
}
ul.privacy-lists>li>p {
    margin: 0px 0px 5px 0px;
    font-size: 16px;
    font-family: Roboto-Regular;
}
/* ------------------------------privacy End ------------------------------------ */
/* ------------------------------Teem start ------------------------------------ */
.modal-content.teem-modal{
	background-color: white !important;
}
.teem-modal-lha {
    text-align: center;
}
.teem-modal-lha>img {
    width: 100%;
    height: auto;
}
p.teem-modal-para {
    font-size: 16px !important;
    text-align: justify;
    text-indent: 33px;
    display: flex;
    position: absolute;
    font-family: Roboto;
    bottom: 0;
    margin-bottom: 0px;
    margin: auto;
    left: 0;
    align-items: center;
    top: 0;
    right: 15px;
}
/* ------------------------------Teem End ------------------------------------ */
/* ------------------------------Contact Us Start ------------------------------------ */
.contactUs-contsinerFluid {
    padding-top: 60px;
    padding-bottom: 60px;
}
h1.contactUs-heading-h {
    font-size: 50px;
    font-family: none;
}
h3.contactUs-subHeading-h {
    font-size: 22px;
    font-family: none;
    color: #4c4949;
    line-height: inherit;
    font-weight: 400;
    margin-top: 60px;
}
p.contactUs-heading-p {
    color: #898888;
    font-size: 17px;
    line-height: 32px;
    font-weight: inherit;
    margin-top: 25px;
}
.conatctUs-card {
    background-color: #ffffff;
    border-color: #f4f4f4;
    text-align: left;
    border: 2px solid #2b282814;
    border-radius: 5px;
    padding: 33px 27px;
    transition-duration: 0.5s;
    margin-top: 30px;
}
.conatctUs-card:hover {
    box-shadow: 0px 2px 30px 0px #888888a6;
    transition-duration: 1s;
}
.contactUs-card-heading {
    color: #2d2d2d;
}
.conatctUs-card:hover>.contactUs-card-heading {
    color: #7ac943;
}
p.contactUs-card-condant {
    font-size: 16px;
    line-height: 30px;
    color: #898888;
    margin-top: 25px;
}
.contactUs-bottom-input {
    text-transform: none;
    border: 1px solid #dedde3 !important;
    padding: 3px 20px !important;
    min-height: 40px;
    border-radius: 10px !important;
    box-shadow: none;
    font-size: 12px !important;
    box-sizing: border-box;
}
h2.contactUs-bottom-heading {
    text-align: center;
    font-family: none;
    margin-top: 60px;
    font-size: 35px;
    margin-bottom: 30px;
}
button.btn.contactUs-bottom-btn {
    border: 1px solid #7ac943;
    border-radius: 24px;
    background-color: #7ac943;
    font-size: 14px;
    padding: 12px 31px;
    color: white;
    font-weight: 500;
    margin: auto;
    margin-top: 30px;
}
.contactUs-bottom-textarea {
    border-radius: 10px !important;
}
p.contactUs-icon {
    font-size: 60px;
    color: #7ac943;
}
.contactUs-card-container {
    padding-bottom: 30px;
}
/* ------------------------------Contact Us End ------------------------------------ */
button.navbar-toggler {
    background-color: #7ac943;
}
.navbar-dark .navbar-nav .nav-link:focus{
	color:#7ac943 !important;
}
nav.navbar.navbar-expand-md.navbar-fixed-top.navbar-dark {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 99;
}
span.error {
    color: red;
    font-size: 12px;
}
.validation-error-website{
    color: red !important;
    font-size: 12px !important;
}
@media (max-width:1199px){
	.sec1-corusal-lhs>h1 {
		margin-left: calc(100% - 470px);
	}
	
}

@media (max-width:1080px){
	.sec1-corusal-lhs>h1 {
		margin-left: calc(100% - 450px);
	}
	.sec1-corusal-lhs {
		height: 425px;
	}
}
@media(min-width: 768px) and (max-width:991px){
	/* .sec1-corusal-lhs>h1 {
		margin-left: 45px;
		height: 400px;
	}
	.sec1-corusal-lhs>h1 {
		font-size: 30px;
	}*/
	.sec1-corusal-rhs {
		height: 400px;
		display: flex;
		align-items: center;
	} 
	.sec1-corusal-lhs>h1 {
		margin-left: calc(100% - 360px);
	}
	.sec1-corusal-lhs {
		height: 400px;
	}
	
}

@media(max-width:767px){
	.sec1-corusal-rhs {
		width: 100%;
		float: none;
	}
	img.small-logo {
		display: block;
	}
	img.full-logo {
		display: none;
	}
	.sec1-corusal-lhs {
		width: 100%;
		float: none;
		height:300px;
	}
	.sec1-corusal-lhs>h1 {
		margin-left: 60px;
	}
	div#collapsibleNavbar {
		position: absolute;
		width: 100%;
		right: 0;
		left: 0;
		background-color: white;
		top: 68px;
	}
	ul.navbar-nav.ml-auto.header-ul {
		text-align: center;
	}
	.contact-icon {
		text-align: center;
	}
	.terminal-heading {
		font-size: 140% !important;
	}
	p.terminal-curosal-para {
		font-size: 14px;
	}		
}


@media(max-width:600px){
	.sec1-corusal-lhs>h1 {
		font-size: 30px;
	}
	button.navbar-toggler {
		margin-right: 15px;
	}
	img.small-logo {
		margin-left: 15px;
	}
	button.owl-prev {
		left: -5px;
	}
	button.owl-next {
		right: -5px;
    }
    p.contactUs-icon {
        font-size: 40px;
    }
    p.contactUs-card-condant {
        font-size: 14px;
        line-height: 25px;
        margin-top: 15px;
    }
    p.contactUs-heading-p {
        font-size: 15px;
        line-height: 25px;
        margin-top: 10px;
    }
    h1.contactUs-heading-h {
        font-size: 35px;
    }
    h3.contactUs-subHeading-h {
        font-size: 20px;
        margin-top: 30px;
    }
    h2.contactUs-bottom-heading {
        margin-top: 30px;
        font-size: 30px;
        margin-bottom: 15px;
    }
    .contactUs-card-container {
        padding-bottom: 10px;
    }
}
@media(max-width:575px){
	p.teem-modal-para {
		font-size: 13px !important;
		position: unset;
	}
}
@media(max-width:550px){
	.section-rebbin>p {
		font-size: 12px;
	}
	.sec1-corusal-lhs>h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.carousel-item {
		margin-top: 100px;
	}
	p.privacy-main-heading {
		font-size: 25px;
	}
	p.privacy-sub-heading {
		font-size: 22px;
		margin: 10px 0px 0px 0px;
	}
	p.privacy-para {
		font-size: 12px;
		line-height: 20px
	}
	ul.privacy-lists>li>p {
		margin: 0px 0px 0px 0px;
		font-size: 13px;
	}
}


@media(max-width:500px){
	.carousel-item {
		margin-top: 90px;
	}

}








p.notifi-h {
    font-size: 3vw;
    font-family: Roboto-Light;
    margin-bottom: 0;
}
/* .modal-content {
    background-color: transparent !important;
    border-color: transparent !important;
} */
p.notifi-p {
    font-size: 20px;
}
.modal-dialog {
    max-width: 630px !important;
}
.login-box-con{
	position: relative;
    z-index: 99999;
}
.banner > img {
    width: 100%;
}
.login-box {
    border: 1px solid #d0d0d0;
	position: relative;
    margin: 5% auto;
    vertical-align: middle;
}
.login-box-lhs {
    width: 40%;
    color: white;
    background-color: #8db76a;
	padding: 40px 40px;
}
p.lhs-hing {
    font-size: 2.6vw;
    font-weight: 500;
}
p.lhs-para {
    font-size: 18px;
    margin-top: 24px;
}
.login-box-rhs{
	width: 60%;
	background-color: white;
	padding: 40px 40px;
}
label {
    font-size: 14px;
    color: #6c6a6a;
	cursor: pointer;
    font-family: Roboto-Bold;
}
::placeholder {
    color: #8d8888 !important;
    font-family: Sriracha;
}
button.btn.btn-primary {
    font-size: 20px;
    font-family: Roboto-Medium;
    background-color: #7ac943;
    border: 1px solid #7ac943;
	margin-top: 10px;
    padding: 10px 26px;
}
hr {
    border: 0.1px solid #a3a0a0;
    margin-top: 31px;
}
p.rhs-btm-par {
    font-family: Roboto-Medium;
    font-size: 1.2vw;
	margin-top: 25px;
}
p > span {
    color: #07b7f6;
    cursor: pointer;
}
p.header-p {
    color: #7ac943;
    font-size: 25px;
    letter-spacing: 2px;
    font-family: FreckleFace-Regular;
    margin: 15px 0px 15px 0px;
}
span.input-group-text {
    background-color: transparent;
}
button.modal-close {
    position: absolute;
    right: 0;
    color: white;
	padding: 0px;
    top: -50px;
    background-color: transparent;
    border: none;
    font-size: 40px;
}
button.modal-close:focus {
    outline: none;
    color: #8db76a;
}
a.forgot-pass-span {
    margin: 25px;
    vertical-align: bottom;
    color: #07b7f6 !important;
	cursor: pointer;
}
p.rhs-btm-par>a:hover {
    color: #1cbdf7;
}
p.rhs-btm-par>a {
    cursor: pointer;
    color: #1cbdf7;
}





@media(min-width: 768px) and (max-width:991px){
	
	
}

@media(max-width:767px){
	
	p.notifi-p {
		font-size: 14px;
	}
	p.lhs-hing {
		font-size: 4vw;
		font-weight: 500;
	}
	p.lhs-para {
		font-size: 16px;
	}
	label {
		font-size: 13px;
	}
	button.btn.btn-primary {
		font-size: 17px;
	}
	p.rhs-btm-par {
		font-size: 12px;
	}
	.notifi-box {
		width: 52%
	}
}


@media(max-width:600px){
	.login-box-lhs {
		padding: 45px 25px;
	}
	.login-box-rhs {
		padding: 45px 25px;
	}
	p.header-p {
		font-size: 20px;
		margin: 10px 0px 10px 0px;
	}
	.notifi-box {
		margin-top: 15px;
		padding: 0px 10px;
	}
}
@media(max-width:550px){
	.login-box-lhs {
		padding: 30px 25px;
		width: 100%;
	}
	.login-box-rhs {
		padding: 30px 25px;
		width: 100%;
	}
	p.lhs-para {
		margin-top: 13px;
	}
	button.btn.btn-primary {
		font-size: 15px;
	}
	p.notifi-p {
		font-size: 12px;
	}
	p.header-p {
		font-size: 18px;
	}
	.notifi-box {
		width: 45%;
	}
}








