*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
} 

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

ul,li,a,p,h1,h2,h3,h4,h5,h6{
    list-style: none;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
img{
    max-width: 100%;
}
input:focus{
    outline: none;
    box-shadow: none;
}
/*.baner-section,.why_emantor,.about_us,.counter_field,.services_area{
    overflow-x: hidden;
}*/

.section-gap {
    padding-top: 70px;
}
.menu-link .nav-item .nav-link {
    color: #2151a1;
    text-transform: capitalize;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
}
.menu-link .nav-item .nav-link.active {
    color: #cc0000;
}
.menu-link .nav-item .nav-link:hover{
    color: #cc0000;
}

.login-btn {
    background: #cc0000;
    padding: 10px 40px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.login-btn:hover{
    background: #2151a1;
    color: #fff;
}

.off-canvas{
    display: none;
}
@media(max-width:991px){
    .top-menu-list{
        display: none !important;
    }
    .off-canvas{
        display: block;
    }
}

/*Slider Section Start*/
.baner-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
    background-image: url(../img/main-banner-bg2.png);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 65px;
    padding-bottom: 170px;
}


.baner-section .banner-content .banner-heading {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 55px;
}
.baner-section .banner-content .banner-paragrap {
    font-size: 15px;
    width: 530px;
    text-align: justify;
    margin: 10px 0px 30px;
}

.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


.why_emantor {
    margin-top: -150px;
}


.why_emantor .why-choose {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 30px 35px;
    transition: .5s;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
    height: 100%;
    cursor: pointer;
}
.why_emantor .why-choose:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 25px rgba(0,0,0,.09);

}
.why_emantor .why-choose .shape-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: .5s;
}
.why_emantor .why-choose .shape-2 {
    position: absolute;
    right: -5px;
    top: 0;
    z-index: -1;
    transition: .5s;
    transform: rotate(-90deg);
}

.why_emantor .why-choose .why-choose-icon i {
    font-size: 60px;
    color: #cc0000;
    margin-bottom: 20px;
    transition: .5s;
}
.why_emantor .why-choose:hover .why-choose-icon i{
    color: #2151a1;
}




.why_emantor .why-choose .why-choose-content h4 {
    font-size: 25px;
    color: #212529;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: .5s;
}

.why_emantor .why-choose:hover .why-choose-content h4 {
    color: #2151a1;
}

.why_emantor .why-choose .why-choose-content p {
    font-size: 15px;
    line-height: 25px;
}


.about_us .about-left {
    position: relative;
}
.about_us .about-left-shape {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.about_us .about-left .about-left-shape {
    position: absolute;
    left: -15px;
    top: 0;
    z-index: -1;
}


.about_us .about-right-content .about-title h4 {
    text-transform: capitalize;
    color: #cc0000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.about_us .about-right-content .about-title h4 img{
    animation: animName 5s linear infinite;
    margin-right:5px;
}

@keyframes animName {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.about_us .about-right-content .about-title h2 {
    text-transform: capitalize;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
}

.about_us .about-right-content .about-title p {
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
    font-weight: 500;
    color: #777;
}



.about_us .about-right-content .about-title .about-list {
    padding-left: 0;
    padding-bottom: 7px;
    list-style-type: none;
    overflow: hidden;
    margin: -20px -15px 30px;
}

.about_us .about-right-content .about-title .about-list li {
    width: 45%;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    padding: 20px 15px 20px 68px;
    border-radius: 5px;
    z-index: 1;
    background-color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
}


.about_us .about-right-content .about-title .about-list li i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    transition: .5s;
    background-color: #deecf4;
    font-size: 20px;
}
.about_us .about-right-content .about-title .about-list li:hover i{
    background: #cc0000;
    color: #fff;
}

.about_us .about-right-content .about-title .about-list li img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 55px;
    width: 53px;
}






/*counter section*/
/*.counter_field {
background: #F7F7F7;
padding: 70px 0px;
}*/
.counter_field .counter-container {
    text-align: center;
    border: solid 1px #f0eae2;
    padding: 10px;
}

.counter_field .counter-container img {
    height: 40px;
}

.counter_field .counter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 600;
    color: #333333;
}

.counter_field .counter-container .counter-content {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #333333;
}




.section-title {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
}

.section-title .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #cc0000;
    font-weight: 700;
    font-size: 15px;
}

.section-title h2{
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    font-size: 44px;
}

.section-title .sub-title img{
    animation: animName 5s linear infinite;
    margin-right:5px;
}

@keyframes animName {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}


.services_area{
    background: #e3fbff;
    padding: 50px 0px; 
    margin-top: 70px; 
}
.about-box {
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 30px 35px;
    transition: .5s;
    height: 100%;
}
.about-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
}

.about-box .about-icon i {
    font-size: 50px;
    margin-bottom: 25px;
    color: #cc0000;
}

.about-box h4 {
    margin-bottom: 12px;
    font-size: 25px;
    text-transform: capitalize;
}

.about-box p {
    color: #6b6b84;
    font-size: 14px;
    line-height: 27px;
}

.about-box .shape1 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    opacity: .85;
}
.about-box .shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: .5s;
}


.download-app-left{
    height: 290px;
}
.download-right-img {
    padding-top: 30px;
}
.download-right-img ul {
    display: flex;
    align-items: center;
}
.download-right-img ul li {
    margin-right: 20px;
}





/*footer start*/
.footer_wizer h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.footer_content ul.info {
    padding: 0px;
    margin: 0px;
}
.footer_content ul.info li {
    margin-bottom: 20px;
}
.footer_content ul.info li a {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}
.footer_content ul.info li a i {
    margin-right: 10px;
    font-size: 20px;
    color: #cc0000;
}
.footer_content ul.info li a:hover i {
    color: #2151a1;
}
.footer_wizer ul.quick_links {
    padding: 0px;
    margin: 0px;
}
.footer_wizer ul.quick_links li {
    margin-bottom: 20px;
}
.footer_wizer ul.quick_links li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #333333;
    font-weight: 400;
}
.footer_content ul.social_media_icon {
    margin: 0px;
    padding: 0px;
}
.footer_content ul.social_media_icon li {
    display: inline-block;
}

.copyright {
    text-align: center;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0px;
}
.footer_content ul.info li a:hover {
    color: #2151a1;
}
.footer_wizer ul.quick_links li a:hover {
    color: #2151a1;
    transform: translateX(10px);
}
.footer_content ul.social_media_icon li {
    margin-right: 10px;
}

.footer_content ul.social_media_icon li a {
    font-size: 20px;
    color: #cc0000;
}

.footer_content ul.social_media_icon li a:hover {
    color: #2151a1;
}
.main_footer{
    padding-bottom: 0px;
}
ul.quick_links li a:after {
    position: absolute;
    width: 10px;
    background: #2151a1;
    height: 2px;
    left: -10px;
    content: "";
    top: 10px;
    visibility: visible;
    opacity: 0;
}
ul.quick_links li a:hover:after {
    opacity: 1;
    width: 10px;
    visibility: visible;
    transition: all 0.5s;
}
.footer_wizer ul.quick_links li:hover {
    transform: translateX(10px);
    transition: all 0.5s;
}
#button {
    display: inline-block;
    background-color: #cc0000;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #2151a1;
}
#button:active {
    background-color: #2151a1;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
/*footer End*/