body{font-family: 'Poppins', sans-serif !important;}

ul{ padding:0; margin:0;}
li{ padding:0; margin:0; list-style:none;}
a{ padding:0; margin:0; text-decoration:none; -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;}
button, input, textarea{
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}    

header ul.navbar-nav.mr-auto {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 5px;
    background: #c5c2f9;
    border-radius: 55px;
    padding: 7px 18px;
    color: #fff !important;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
header .navbar-expand-lg .navbar-nav li:nth-child(2) .nav-link {
	background-color: #bdf4ee !important;
}
header .navbar-expand-lg .navbar-nav li .nav-link:hover {
    background: #6ec7be !important;
}
header {
    background: #fff;
    border-radius: 0px 0px 0px 55px;
}
main{
	background-image: url(../img/bg-top.png);
    background-position: center bottom;
    background-color: #bdf4ee;
    background-repeat: no-repeat;
    background-size: cover;
}
.sliderMain{
	padding:120px 0px;
}
.hading h1 {
    font-size: 68px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.hading p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin: 15px 0px 25px;
}
.head_img img.img-fluid {
    position: relative;
    left: 70px;
}
.management{
	background-color: #bdf4ee;
	padding:50px 0px;
}
.managementRight img{
	width: 70%;
	margin: 0 auto;
}
.management h2 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.management p {
	color: #fff;
	font-size: 27px;
}
.aboutOuter{
	padding: 50px 0px;
}
.aboutOuter h2 {
    margin-bottom: 50px;
    font-size: 45px;
    font-weight: 700;
}
.play-bg{
    padding: 35px 20px 130px 70px;
    background-image: url(../img/videoimg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
    margin: 20px 0px 0;
}
.playRight {
    padding: 25px 25px 50px;
    box-shadow: -0.5px 9.33px 4px 2px rgb(246, 246, 246);
    border-radius: 10px 10px 75px 75px;
    width: 70%;
    position: relative;
    left: -38px;
    z-index: 1000;
    background: #fff;
    font-size: 14px;
    color: #a0a0a0;
    margin-top: 12px;
}
section.howWork {
    background: #f7f7f7;
    padding: 50px 0px;
}
.howWorkHeading {
    text-align: center;
}
.howWorkHeading h2, .features h2 {
    font-size: 45px;
    font-weight: 700;
}
.howWorkHeading p span {
    color: #c5c2f9;
    font-size: 22px;
}
.itemimages img.img-fluid {
    width: 64% !important;
    margin: 20px auto;
}
.itemContent h3, .contactUS h2 {
    font-size: 45px;
    font-weight: 600;
}
.itemContent p {
    font-size: 22px;
    color: #ababab;
}
.howWork .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.howWork .owl-nav button span {
    line-height: 0px;
    color: transparent;
    width: 40px;
    height: 50px;
    display: inline-block;
}
.howWork .owl-nav button {
    line-height: 0px;
    box-shadow: none;
    outline: none !important;
}
.howWork .owl-nav button.owl-prev {
    position: relative;
    left: -50px;
}
.howWork .owl-nav button.owl-next {
    position: relative;
    right: -50px;
    float: right;
}
.howWork .owl-nav button.owl-prev span {
    background-image: url(../img/leftarrow.png);
    background-repeat: no-repeat;
}
.howWork .owl-nav button.owl-next span {
    background-image: url(../img/rightarrow.png);
    background-repeat: no-repeat;
    background-position: right top;
}
section.features {
    padding: 50px 0px 0px;
}
.featuresLeftcontent {
    width: 111%;
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 50px 90px 50px 10%;
}
.featuresLeftcontent h4, .featuresrightcontent h4 {
    font-size: 32px;
    font-weight: 600;
}
.featuresLeftcontent p, .featuresrightcontent p {
    color: #a8a8a8;
    font-size: 17px;
}
.featuresRightimg {
    position: relative;
    left: -60px;
}
.featuresleftimg {
    position: relative;
    left: 60px;
}
.featuresrightcontent {
    width: 111%;
    background: #fff;
    padding: 50px 10% 50px 40px;
    left: -10%;
    position: relative;
}
.keyfeaturesOuter {
    margin-top: 50px;
    margin-bottom: 70px;
}
.keyFeaturesNext h2{
    font-size: 34px;
    font-weight: 700;
}
.keyFeaturesNext{
    background-color: #efefef;
    padding: 50px 0px;
}
.downloadapp{
    background-image: url(../img/downloadApp.png);
    padding: 40px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.downloadapp h2 {
    font-size: 45px;
    font-weight: 600;
}
.downloadapp p span {
    font-size: 45px;
    font-weight: 600;
}
.downloadapp p {
    font-size: 25px;
}
.contactUS{
    padding: 50px 0px;
}
.contactimgouter {
    text-align: center;
}
.contactimgouter img.img-fluid {
    width: 80%;
}
.contactForm label {
    font-size: 25px;
    color: #464646;
}
.contactForm  .form-control,
.loginform .form-control {
    border-radius: 75px;
    border: 0px;
    background: #f8f8f8;
    min-height: 55px;
    padding: 5px 25px;
    box-shadow: none !important;
}
.contactForm  .form-control:focus,
.contactForm  .form-control:active,
.contactForm  .form-control:hover,
.loginform .form-control:focus,
.loginform .form-control:active,
.loginform .form-control:hover{
    background: #eef6fc;
}
.contactForm  textarea.form-control {
    padding: 10px 45px;
}
.contactbtn button.btn,
.signbtn button.btn {
    border-radius: 55px;
    padding: 7px 40px;
    margin: 10px 0px 0px 50px;
    box-shadow: none !important;
    background: #bdf4ee;
    font-weight: 600;
    font-size: 20px;
}
.contactbtn button.btn:hover,
.signbtn button.btn:hover {
    background: #b0c0f6;
    color: #fff;
}
footer {
    background-color: #c5c2f9;
    -webkit-box-shadow: 0.733px -20.987px 32px 0px rgba(110, 110, 110, 0.36);
    box-shadow: 0.733px -20.987px 32px 0px rgba(110, 110, 110, 0.36);
    padding: 15px 0px 0px;
}
ul.footer-menu li {
    display: inline-block;
    position: relative;
    margin: 0 6px;
    padding: 0 2px;
}
ul.footer-menu li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
ul.footer-menu li::after {
    content: "|";
    color: #fff;
    position: absolute;
    right: -10px;
}
.footer-logo {
    padding-left: 0px;
    margin-left: auto;
    position: relative;
    top: 1px;
}
.social-icon {
    text-align: center;
}
.social-icon ul{
    margin: 0px;
}
.social-icon li {
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    background-color: #fff;
    border-radius: 50%;
    padding-top: 4px;
    margin: 0px 2px;
}
.social-icon li a {
    font-size: 17px;
    color: #c5c2f9;
}
ul.footer-menu {
    margin: 7px 0px 0px;
}
footer p{
    background: #fff;
    padding: 9px 0px;
    text-align: center;
    color: #6d6d6d;
    font-size: 13px;
    margin: 20px 0 0 0;
}
ul.footer-menu li a:hover, .social-icon li:hover a {
    color: #000;
}
section.keyFeaturesNext img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
section.keyFeaturesNext img:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
section.loginBody {
    background-image: url(../img/loginbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0px 200px;
}
.loginInner {
    width: 70%;
    margin: 0px auto;
    background: #fff;
    box-shadow: 11px 11px 31px rgba(0, 0, 0, 0.69);
}
.leftbg {
    background-image: url(../img/leftimgInnerbg.png);
    padding: 20px 15px 55px ;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.leftimgInner img.img-fluid {
    width: 85%;
    margin: 0 auto;
}
.leftimgInner {
    text-align: center;
    margin: 70px 0px;
}
.loginform {
    padding: 0px 25px;
}
.loginform h3 {
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    margin: 0px 0px 20px;
}
.loginform span {
    position: relative;
    display: block;
}
.loginform span i {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-57%);
    font-size: 23px;
}
p.forgetpassword {
    margin: 40px 0px;
    text-align: center;
}
p.forgetpassword a {
    font-size: 20px;
    color: #444444;
    text-decoration: none;
}
p.forgetpassword a:hover {
    color: #6ec7be;
}
p.bottomP {
    text-align: center;
    font-size: 18px;
    color: #a7a7a7;
}
p.bottomP a {
    color: #ada1cb;
    font-weight: 700;
    font-size: 22px;
    text-decoration: none;
}
.leftbg a img.img-fluid {
    width: 110px;
}
.navbar-brand img.img-fluid {
    width: 90px;
}
.custom_check {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 30px;
    position: relative;
    padding-left: 40px;
    margin: 5px 10px;
}
.custom_check input {
    /*width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0px 0px;
    z-index: 2;
    padding-left: 28px;*/
}
/*
.custom_check .check_indicator {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 4px;
}
*/
/*.check_indicator {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 4px;
}*/
.custom_check input:checked + .check_indicator:before {
    width: 9px;
    height: 17px;
    position: absolute;
    left: 10px;
    top: 3px;
    border: solid #70c8bf;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.custom_check a {
    color: #c1e6e5;
}
.loginform .form-control {
    padding-right: 45px;
}
loginform .custom-select{
    border-radius: 75px;
    border: 0px;
    background-color: #f8f8f8;
    min-height: 55px;
    padding: 5px 25px;
    box-shadow: none !important;
    background-position: right 1.2rem center;
}