body {
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
}

.container-fluid{
    max-width: 1920px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}


.container{
    max-width: 1240px !important;
    width: 100%;
    margin: 0 auto;
}

p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #555;
}

/**********HEADER**********/

.top-header{
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.header-left ul{
    padding: 0px;
    margin: 0px;
}

.header-left ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 20px;
}

.header-left ul li a{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #616B77;
    text-decoration: none;
}

.header-left ul li a i{
    color: #1A3A6C;
    padding-right: 5px;
}

.header-right ul{
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.header-right ul li{
    list-style-type: none;
    display: inline-block;
    padding-left: 20px;
}

.header-right ul li a{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #0d2c52;
    text-decoration: none;
}

.menu-section{
    background-color: transparent; !important;
    padding: 10px 0;
}

.menu-section nav.navbar.navbar-expand-lg.bg-body-tertiary{
    background-color: transparent !important;
    padding: 0px;
}

.menu-section.fixed-top{
    background-color: #fff;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}

.menu-section.fixed-top .navbar-expand-lg .navbar-collapse{
    border-top: none;
}

a.navbar-brand {
    width: 310px;
    margin-right: 0px;
}

a.navbar-brand p{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: 0000FF;
    margin-bottom: 0px;
}

.navbar-brand img{
    width: 120px;
    padding: 12px 6px 5px 9px;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #0000FF; 
} 

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active{
    color: rgb(249, 163, 3);
}


a.btn.btn-contact{
    border: 1px solid rgb(150, 97, 0);
    background-color: rgb(150, 97, 0);
    padding: 10px 30px 9px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
}

a.btn.btn-contact:hover{
    border: 1px solid #1A3A6C;
    background-color: #1A3A6C;
    color: #fff;
}



.navbar-expand-lg .navbar-nav .dropdown-menu{
    padding: 0px;
    border-radius: 5px;
    background-color: #f8f9fa;
    border: 1px solid #fff;
    width: 250px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

a.dropdown-item {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 10px;
}
.dropdown-item.active, .dropdown-item:active,
.dropdown:hover .dropdown-menu {
    background-color: #fff !important;
  }

a.dropdown-item i{
    padding-right: 5px;
}

a.dropdown-item:last-child{
    border-bottom: none;
}

a.dropdown-item:hover{
    color: #368C28;
    padding: 10px 10px;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: #fff;
    color: #000;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

.nav-logo-btn {
    position: absolute;
    top: 0px;
    right: 0%;
    z-index: 9;
}



/**********MOBILE MENU***********/

.clickmenus{
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    z-index: 99;
    display: none;
    float: left;
    background-color: #930013;
    padding: 11px 13px;
    border-radius: 50%;
}

.clickmenus h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #930013;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 8px;
    right: 11px;
    font-size: 50px;
    margin-left: 50px;
    z-index: 9999;
    padding: 0px;
    color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}


.sidenav .card{
    background-color: transparent;
    border: none;
}


.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}

.sidenav .card-body{
    padding: 0 10px;
}

.mobile-menus ul{
    padding: 0px;
    margin: 0px;
}

.mobile-menus ul li{
    list-style-type: none;
}

.mobile-menus ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 14px 20px;
    border-bottom: 1px solid #af051b;
}

.sidenav .card-body ul li a {
    font-size: 12px;
}


.sidenav .card-body ul li a:hover {
    color: #fff;
    font-size: 12px;
    background-color: transparent;
}

.mobile-menus ul li a i.fa{
    float: right;
    margin-top: 5px;
}


@media(max-width: 991px)
{
  .clickmenus{
    display: block;
    top: 13px;
    right: 26px;
    left: unset;
  }

  .fixed-top .clickmenus {
    top: 16px;
    z-index: 9;
  }
  .navbar-light .navbar-brand{
    display: block;
  }

  .navbar-toggler-icon{
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light{
    height: auto;
  }

  .navbar-light .navbar-toggler{
    display: none;
  }
}

/*********demo popup*********/


.demo-popup .modal-dialog{
    max-width: 1000px;
}

.demo-popup .modal-body{
    padding: 40px 70px;
}

.demo-popup .modal-body h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #1A3A6C;
    margin-bottom: 20px;
}

.demo-popup .modal-body p{
    margin-bottom: 30px;
}

.demo-popup .modal-body form input {
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    height: 50px;
    color: #222;
    margin-bottom: 20px;
    background-color: transparent;
}

.demo-popup .modal-body form select {
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    height: 50px;
    color: #6a6a6a;
    margin-bottom: 20px;
    background-color: transparent;
}

.demo-popup .modal-body form textarea {
    border: 1px solid #c3c3c3;
    background-color: transparent;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    height: 100px;
    color: #fff;
    margin-bottom: 20px;
}

.demo-popup .modal-body form button.btn.btn-primary {
    border: 1px solid #368C28;
    background-color: #368C28;
    padding: 10px 30px 12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    border-radius: 5px;
}













/**************BANNER SECTION*************/


.banner-section .carousel .carousel-inner .carousel-item {
  height: 85vh;
  position: relative;
}

.banner-section .carousel .carousel-inner .carousel-item .carousel-caption.last-items{
    text-align: left;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(26 58 108 / 65%); /* black overlay with 50% opacity */
  z-index: 1;
}

.carousel-caption {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 10%;
    right: 30%;
    transform: translate(0%, -70%);
    color: #fff;
    text-align: left;
}


.banner-section h1{
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.banner-section p{
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

a.btn.btn-start{
    border: 2px solid #368C28;
    background-color: #368C28;
    padding: 14px 30px 12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
}

a.btn.btn-start:hover{
    border: 2px solid #1A3A6C;
    background-color: #1A3A6C;
    color: #fff;
}

a.btn.btn-demo{
    border: 2px solid #fff;
    background-color: transparent;
    padding: 14px 30px 12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
}

a.btn.btn-demo:hover{
    border: 2px solid #368C28;
    background-color: #368C28;
    color: #fff;
}

/****************CHOOSE SECTION***************/

.choose-section{
    padding-top: 70px;
    padding-bottom: 40px;
}

.choose-section h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    text-align: center;
    margin-bottom: 20px;
}

p.choose-content{
    padding-left: 200px;
    padding-right: 200px;
    text-align: center;
    margin-bottom: 40px;
}

.choose-box {
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}

.choose-box i{
    font-size: 30px;
    color: #FF6C45;
    margin-bottom: 15px;
}

.choose-box h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #1A3A6C;
    margin-bottom: 20px;
}

.choose-box p{
    margin-bottom: 0px;
}


/***************PRODUCT SECTION*************/

.products-section{
    padding-top: 40px;
    padding-bottom: 70px;
}




.products-section ul#myTab{
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.products-section ul#myTab li img{
    width: 55px;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.products-section .nav-tabs .nav-link{
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #555;
    margin-bottom: 0px !important;
    border-bottom: 1px solid transparent;
}

.products-section .accordion-body{
    padding: 30px;
}

.products-section .nav-tabs .nav-link.active{
    border: 1px solid #4E59BF;
    border-bottom: 1px solid #4E59BF;
    background-color: transparent;
    color: #4E59BF;
}

.products-section .nav-tabs .nav-link:hover{
    border-bottom: 1px solid #4E59BF !important;
    background-color: transparent !important;
    color: #4E59BF;
}

@media (min-width:768px) {
  .products-section .tab-content .accordion-item {
    border: 0;
    border-radius: 0;
  }
}
@media (max-width:767px) {
  .products-section .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
}

.products-section h3{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    text-align: center;
    margin-bottom: 20px;
}

.products-rows img{
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin-bottom: 20px;
    object-fit: cover;
}

.products-rows h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

ul.soft-lists{
    padding: 0px;
    margin: 0px;
    margin-bottom: 40px;
}

ul.soft-lists li{
    list-style-type: none;
    display: inline-block;
    width: 49%;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

ul.soft-lists li i{
    background-color: #4E59BF;
    padding: 5px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    float: left;
    margin-right: 15px;
    text-align: center;
    line-height: 30px;
}

ul.soft-lists li h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #111;
    margin-bottom: 5px;
}

ul.soft-lists li p{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}

.key-box {
    background-color: #F9FAFB;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.key-box h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
}

.key-box ul{
    padding: 0px;
    margin: 0px;
}

.key-box ul li{
    list-style-type: none;
    display: inline-block;
    width: 49%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #555;
    margin-bottom: 10px;
}

.key-box ul li i{
    color: #4BC65F;
    padding-right: 5px;
}

a.btn.btn-schedule {
    border: 1px solid #4E59BF;
    background-color: #4E59BF;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}

a.btn.btn-schedule i{
    padding-left: 10px;
}

/************POWERFUL SECTION***********/

.powerful-section{
    padding: 70px 0;
    background-color: #F9FAFB;
}

.powerful-section img{
    width: 100%;
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}

.powerful-section h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    margin-bottom: 20px;
}

.powerful-section p{
    margin-bottom: 30px;
}

.powerful-section ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.powerful-section ul li{
    list-style-type: none;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #555;
}

.powerful-section ul li i{
    color: #1A3A6C;
    padding-right: 10px;
}

a.btn.btn-learn {
    border: 1px solid #368C28;
    background-color: #368C28;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}

a.btn.btn-learn i{
    padding-left: 5px;
}

/************MODULE SECTION***********/

.module-section{
    padding: 70px 0;
}

.module-section h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    text-align: center;
    margin-bottom: 20px;
}

.module-box {
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

.module-box i{
    font-size: 30px;
    color: #1A3A6C;
    margin-bottom: 15px;
}

.module-box h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #1A3A6C;
    margin-bottom: 20px;
}

.module-box p{
    margin-bottom: 0px;
}

/**************TESTIMONIALS SECTION*************/

.testimonials-section .row{
    padding: 70px 40px;
    background-color: #F8F9FA;
}

.testimonials-section h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    text-align: center;
    margin-bottom: 20px;
}

.testimonials-section .item {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

.testimonials-section h4 span {
    font-weight: 800;
    color: #e40031;
}

.testimonials-section img{
    width: 60px !important;
    border-radius: 50%;
    height: 60px;
    float: left;
    margin-right: 10px;
}

.testimonials-section h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #222423;
    padding-top: 10px;
    margin-bottom: 20px;
}

.testimonials-section h6 span{
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.testimonials-section i.fa-quote-left{
    font-size: 30px;
    color: #296EEC;
    margin-bottom: 10px;
}

.testimonials-section .owl-nav{
    display: none;
}

/************CLIENT SECTION***********/

.client-sections{
    padding: 70px 0;
}

.client-sections h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    text-align: center;
    margin-bottom: 20px;
}

.client-sections p{
    text-align: center;
    margin-bottom: 40px;
}

.client-sections ul{
    padding: 0px;
    margin: 0px;
}

.client-sections ul li{
    list-style-type: none;
    display: inline-block;
    width: 24%;
    margin-bottom: 30px;
}

/************STORY SECTION***********/

.story-sections{
    padding: 70px 0;
    background-color: #F8F9FA;
    position: relative;
}

.story-sections h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    text-align: center;
    margin-bottom: 20px;
}

.story-sections img{
    width: 100%;
    height: 220px;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
    position: relative;
}

.story-content{
    position: relative;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

span.manufat-box {
    position: absolute;
    top: -40px;
    background-color: #368C28;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
}

.story-content h5{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.story-content h5 a{
    color: #0A1C35;
    text-decoration: none;
}

.story-content p{
    margin-bottom: 10px;
}

.story-content h6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #36B5AD;
}

a.case-study{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #0A1C35;
    text-decoration: none;
}

a.case-study i{
    padding-left: 5px;
}

a.btn.btn-viewall{
    border: 2px solid #0A1C35;
    background-color: transparent;
    border-radius: 5px;
    padding: 14px 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #0A1C35;
    max-width: 234px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

a.btn.btn-viewall:hover{
    border: 2px solid #0A1C35;
    background-color: #0A1C35;
    color: #fff;
}

a.btn.btn-viewall i{
    padding-left: 5px;
}

/***************FOOTER*************/

footer{
    background-color: #1A3A6C;
}

.top-footer{
    padding-top: 60px;
}

.top-footer h4{
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.top-footer p{
    color: #9CA3AF;
    margin-bottom: 10px;
}

.top-footer p i{
    color: #fff;
    padding-right: 5px;
}

ul.footer-social{
    padding: 0px;
    margin: 0px;
}

ul.footer-social li{
    list-style-type: none;
    display: inline-block;
}

ul.footer-social li a i{
    background-color: #1F2937;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.quicks ul{
    padding: 0px;
    margin: 0px;
}

.quicks ul li{
    list-style-type: none;
    padding-bottom: 10px;
}

.quicks ul li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #9CA3AF;
    text-decoration: none;
}

.quicks ul li a:hover{
    color: #fff;
}

.row.bottom-footer{
    border-top: 1px solid #111;
    padding: 15px 0;
    margin-top: 40px;
}

.row.bottom-footer p{
    margin-bottom: 0px;
}

.row.bottom-footer ul{
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.row.bottom-footer ul li{
    list-style-type: none;
    display: inline-block;
    padding-left: 15px;
}

.row.bottom-footer ul li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #9CA3AF;
    text-decoration: none;
}

.row.bottom-footer ul li a:hover{
    color: #fff;
}



/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #930013;
    color: #fff;
    width: 45px;
    height: 44px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 12px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size: 26px;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 12px;
}

/*****************ABOUT US START HERE*****************/

.page-banner{
  background: url("../images/slider2.jpg") center center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 350px;
  text-align: center;
}

.page-banner .overlay{
  background-color: rgb(26 58 108 / 65%);
  height: 350px;
  padding: 50px 0;
  display: table-cell;
  vertical-align: middle;
}

.page-banner h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.page-banner P{
    color: #fff;
}

.ourstory-section{
    padding: 70px 0;
}

.ourstory-section img{
    width: 100%;
    height: 450px;
    border-radius: 10px;
    object-fit: cover;
}

.ourstory-section h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    margin-bottom: 20px;
}

.mission-section{
    padding: 70px 0;
}

.mission-section h3{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    text-align: center;
    margin-bottom: 20px;
}

.mission-box {
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

.mission-box i{
    background-color: #0A1C35;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
}

.mission-box h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #0A1C35;
    margin-bottom: 20px;
}

.mission-box p {
    margin-bottom: 0px;
}

/************COUNTER************/

#counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1A3A6C;
  padding: 70px 0px;
  width: 100%;
}
#counter h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
/*#counter .item{
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
} */

#counter .item i{
    color: #36B5AD;
    font-size: 40px;
    display: block;
    margin-bottom: 20px;
}

#counter .item .count{
      color: #36B5AD;
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    display: inline-block;
}

#counter .item span{
    color: #36B5AD;
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    display: inline-block;
}
#counter .item h3{
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0px;
}

.team-section{
    padding: 70px 0;
}

.team-section h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    text-align: center;
    margin-bottom: 20px;
}

.team-section img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.team-content{
    padding: 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

.team-content h5{
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
}

.team-content p{
    margin-bottom: 0px;
    line-height: 18px;
}

.ready-section{
    padding: 70px 0;
    text-align: center;
}

.ready-section h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    text-align: center;
    margin-bottom: 20px;
}

/***************ERP INFO PAGE***************/

.erp-banner{
    background-color: #F9FAFB;
    padding: 70px 0;
}

.erp-banner h1{
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #1A3A6C;
    margin-bottom: 20px;
}

.erp-banner img{
    width: 100%;
    height: 450px;
    border-radius: 10px;
    object-fit: cover;
}

.erp-banner p {
    font-size: 20px;
    line-height: 30px;
    color: #4B5563;
    margin-bottom: 20px;
}

a.btn.btn-explore {
    border: 1px solid #368C28;
    background-color: #368C28;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
}

.why-section{
    padding: 70px 0;
}

.why-section h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    text-align: center;
    margin-bottom: 20px;
}

.why-box{
    background-color: #F9FAFB;
    padding: 25px;
    border-radius: 5px;
    min-height: 318px;
}

.why-box i{
    color: #368C28;
    font-size: 40px;
    margin-bottom: 20px;
}

.why-box h5{
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    color: #111;
    margin-bottom: 20px;
}

.why-box p{
    margin-bottom: 0px;
}

.feature-section{
    background-color: #F9FAFB;
    padding: 70px 0;
}

.feature-section h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    text-align: center;
    margin-bottom: 40px;
}

.row.feature-rows{
    margin-bottom: 60px;
}

.feature-section img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.feature-section h5{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    padding-top: 100px;
    margin-bottom: 20px;
}

.calculator-section{
    padding: 70px 0;
}

.calculator-section .row {
    background-color: #1A3A6C;
    padding: 40px;
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.calculator-section h3{
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.calculator-section h3 i{
    padding-right: 10px;
}

.calculator-section h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #eee;
    margin-bottom: 40px;
}

.calculator-box {
    background-color: #324E7A;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.calculator-box h5{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.calculator-box h4{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.calculator-box p{
    color: #dddddd;
    margin-bottom: 0px;
    line-height: 16px;
}

a.btn.btn-calculate {
    border: 1px solid #368C28;
    background-color: #368C28;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

a.btn.btn-calculate i{
    padding-left: 10px;
}

.success-section{
    padding: 70px 0;
    background-color: #F9FAFB;
}

.row.success-rows{
    text-align: center;
}

.success-section h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    text-align: center;
    margin-bottom: 20px;
}

.row.success-rows h5{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #368C28;
    margin-bottom: 10px;
}

.success-testi{
    background-color: #fff;
    padding: 40px;
    max-width: 1000px;
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}

.success-testi img{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    float: left;
    object-fit: cover;
    margin-right: 20px;
}

.success-testi p{
    font-style: italic;
    margin-bottom: 10px;
}

.success-testi h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #1A3A6C;
    margin-bottom: 0px;
}

.success-testi h6 span{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #555;
    display: block;
}

.opration-section{
    padding: 70px 0;
    background-color: #1A3A6C;
}

.opration-section h3{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    padding-top: 70px;
    margin-bottom: 20px;
}

.opration-section h4{
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.opration-section h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

a.btn.btn-consult {
    border: 2px solid #368C28;
    background-color: #368C28;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}

a.btn.btn-consult:hover{
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

a.btn.btn-demos {
    border: 2px solid #fff;
    background-color: transparent;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}

a.btn.btn-demos:hover{
    border: 2px solid #368C28;
    background-color: #368C28;
    color: #fff;
}

.faqs-boxs {
    background-color: #324E7A;
    padding: 30px;
    border-radius: 10px;
}

.faqs-boxs ul{
    padding: 0px;
    margin: 0px;
}

.faqs-boxs ul li{
    list-style-type: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.faqs-boxs ul li:last-child{
    margin-bottom: 0px;
}

.faqs-boxs ul li h6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.faqs-boxs ul li p{
    font-size: 14px;
    line-height: 22px;
    color: #d5d5d5;
    margin-bottom: 0px;
}



/***************ITEM SECTION*************/

.complete-section{
    padding: 70px 0;
}




.complete-section ul#myTab{
    width: 100%;
}

.complete-section ul#myTab li img{
    width: 55px;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.complete-section .nav-tabs .nav-link{
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #555;
    margin-bottom: 0px !important;
    border-bottom: 1px solid transparent;
}

.complete-section .accordion-body{
    padding: 30px 0;
}

.complete-section .nav-tabs .nav-link.active{
    border: 1px solid #368C28;
    border-bottom: 1px solid #368C28;
    background-color: transparent;
    color: #368C28;
}

.complete-section .nav-tabs .nav-link:hover{
    border-bottom: 1px solid #368C28 !important;
    background-color: transparent !important;
    color: #368C28;
}

@media (min-width:768px) {
  .complete-section .tab-content .accordion-item {
    border: 0;
    border-radius: 0;
  }
}
@media (max-width:767px) {
  .complete-section .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
}

.complete-section h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    text-align: center;
    margin-bottom: 20px;
}

.complete-section h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    margin-bottom: 20px;
}

.complete-section p{
    margin-bottom: 30px;
}

.row.complete-rows ul{
    padding: 0px;
    margin: 0px;
}

.row.complete-rows ul li{
    list-style-type: none;
    margin-bottom: 25px;
}

.row.complete-rows ul li i{
    color: #368C28;
    font-size: 20px;
    float: left;
    margin-right: 10px;
}

.row.complete-rows ul li h5{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #1A3A6C;
    margin-bottom: 0px;
}

.row.complete-rows ul li p{
    padding-left: 30px;
    margin-bottom: 0px;
}

.row.complete-rows img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 10px;
}

/**************BLOG PAGE START HERE***************/

.blog-banner{
    padding: 70px 0;
    background-color: #F8FAFC;
}

.blog-banner h1{
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    color: #1A3A6C;
    margin-bottom: 20px;
}


.blog-banner .owl-nav{
  text-align: center;
  margin-top: 30px;
}

.blog-banner .owl-nav span.fa.fa-arrow-left {
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #D8D8D8;
    width: 56px;
    height: 56px;
    line-height: 35px;
    font-size: 26px;
    margin-right: 10px;
}

.blog-banner .owl-nav span.fa.fa-arrow-right {
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #D8D8D8;
    width: 56px;
    height: 56px;
    line-height: 35px;
    font-size: 26px;
    margin-left: 10px;
}

.blog-banner .owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: -60px;
    right: 10px;
}

.blog-banner button.owl-next,
.blog-banner button.owl-prev{
    width: 35px;
    height: 35px;
    background-color: #368C28 !important;
    border-radius: 50% !important;
}

.blog-banner button.owl-next span,
.blog-banner button.owl-prev span {
    color: #fff;
    font-size: 40px;
    line-height: 31px;
    height: 35px;
    display: inline-block;
}

.blog-banner .owl-dots{
  display: none;
}

.blog-banner .desti-text{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(0deg, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0) 100%);
}

.blog-banner .desti-text h6{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}

.blog-banner .desti-text h6 a{
    text-decoration: none;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.blog-banner .desti-text h6 a:hover{
    color: #fff;
    text-decoration: underline;
}

.blog-banner .desti-text span{
    background-color: #368C28;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
}

.blog-banner .desti-text p{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.blog-banner .desti-text ul{
    padding: 0px;
    margin: 0px;
}

.blog-banner .desti-text ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 20px;
}

.blog-banner .desti-text ul li a{
    font-size: 14px;
    line-height: 20px;
    color: #d7d0d0;
    text-decoration: none;
}

.blog-banner .desti-text ul li a i{
    padding-right: 5px;
}

.blog-banner .desti-text ul li a:hover{
    color: #fff;
}


.blog-banner .img-box{
    display: block;
    width: 100%;
    height: 400px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.blog-banner .img-box img{
    display: block;
    height: 400px;
    object-fit: cover;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.blog-banner .img-box {
    position: relative
}


.blog-banner .info-box .info-content {
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px
}

.blog-banner .zoom-out-effect {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.blog-banner .zoom-out-effect .img-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #e6e6e6
}
.blog-banner .zoom-out-effect .img-box a, .blog-banner .zoom-out-effect .img-box a:active, .blog-banner .zoom-out-effect .img-box a:focus a:focus {
    color: #999
}

.blog-banner .zoom-out-effect .img-box a:active:hover, .blog-banner .zoom-out-effect .img-box a:focus:hover, .blog-banner .zoom-out-effect .img-box a:hover{
    color: #f2f2f2
}

.blog-banner .zoom-out-effect .img-box4 {
    z-index: 0
}

.blog-banner .zoom-out-effect:hover .img-box {
    -webkit-transform: translateZ(0) scale(1.15, 1.15);
    -moz-transform: translateZ(0) scale(1.15, 1.15);
    -ms-transform: translateZ(0) scale(1.15, 1.15);
    -o-transform: translateZ(0) scale(1.15, 1.15);
    transform: translateZ(0) scale(1.15, 1.15)
}

.category-lists{
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.category-lists ul{
    padding: 0px;
    margin: 0px;
}

.category-lists ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #1A3A6C;
}

.category-lists ul li.active a{
    background-color: #1A3A6C;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.category-lists ul li a{
    background-color: #F3F4F6;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #555;
    text-decoration: none;
}

.category-lists ul li a:hover{
    background-color: #1A3A6C;
    color: #fff;
}

.category-body{
    padding: 70px 0;
}

.category-left img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.cate-content {
    position: relative;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

.cate-content ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

.cate-content ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
}

.cate-content ul li a.industry{
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #368C28;
    text-decoration: none;
}

.cate-content ul li a.dates{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #9CA3AF;
    text-decoration: none;
}

.cate-content ul li a.dates i{
    font-size: 7px;
    padding-right: 5px;
}

.cate-content h4{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cate-content h4 a{
    color: #1A3A6C;
    text-decoration: none;
}

p.cate-text{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}

p.admin-read{
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
}

p.admin-read a.admins{
    color: #9CA3AF;   
    text-decoration: none;
}

p.admin-read a.read-more{
    color: #368C28;   
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    float: right;
    text-decoration: none;
}

.pagination .page-link{
    border: 1px solid #555;
    color: #555;
    margin-right: 8px;
    border-radius: 10px;
    width: 40px;
    text-align: center;
}

.pagination .page-item.active .page-link{
    border: 1px solid #1A3A6C !important;
    background-color: #1A3A6C !important;
    color: #fff;
}

.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link{
    border-radius: 10px !important;
}

.category-right h4{
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #1A3A6C;
    margin-bottom: 20px;
}

.tag-box,
.post-box,
.cate-listing,
.search-box{
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

.search-box button.btn.btn-primary.px-4.search-btn {
    background-color: #1A3A6C;
    border: 1px solid #1A3A6C;
}

.cate-listing ul{
    padding: 0px;
    margin: 0px;
}

.cate-listing ul li{
    list-style-type: none;
    padding-bottom: 20px;
}

.cate-listing ul li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #555;
    text-decoration: none;
}

.cate-listing ul li a span{
    background-color: #F3F4F6;
    padding: 5px;
    border-radius: 50%;
    font-size: 14px;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
}

.post-box ul{
    padding: 0px;
    margin: 0px;
}

.post-box ul li{
    list-style-type: none;
    padding-bottom: 20px;
    height: 90px;
}

.post-box ul li:last-child{
    padding-bottom: 0px;
}

.post-box ul li a{
    text-decoration: none;
}

.post-box ul li a img{
    width: 80px;
    height: 70px;
    float: left;
    border-radius: 5px;
    margin-right: 10px;
    object-fit: cover;
}

.post-box ul li a h5{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #1A3A6C;
    margin-bottom: 5px;
}

.post-box ul li p{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}

.tag-box ul{
    padding: 0px;
    margin: 0px;
}

.tag-box ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 10px;
}

.tag-box ul li a {
    background-color: #F3F4F6;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #555;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

/*************CONTACT US PAGE START*************/

.contact-body{
    background-color: #F8F9FA;
    padding: 70px 0;
}

.contact-body h1 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    color: #1A3A6C;
    margin-bottom: 20px;
}

.contact-body ul{
    padding: 0px;
    margin: 0px;
}

.contact-body ul li{
    list-style-type: none;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.contact-body ul li i{
    background-color: #1A3A6C;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    float: left;
    text-align: center;
    margin-right: 15px;
}


.contact-body ul li h5{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #1A3A6C;
    margin-bottom: 5px;
}

.contact-body ul li p{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
    padding-left: 55px;
}

.message-section{
    padding: 70px 0;
}

.message-section h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    text-align: center;
    margin-bottom: 20px;
}

.message-section p{
    text-align: center;
    margin-bottom: 40px;
}

.message-section input {
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    height: 50px;
    color: #222;
    margin-bottom: 20px;
    background-color: transparent;
}

.message-section select {
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    height: 50px;
    color: #6a6a6a;
    margin-bottom: 20px;
    background-color: transparent;
}

.message-section textarea {
    border: 1px solid #c3c3c3;
    background-color: transparent;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    height: 100px;
    color: #fff;
    margin-bottom: 20px;
}

.message-section button.btn.btn-primary {
    border: 1px solid #1A3A6C;
    background-color: #1A3A6C;
    padding: 10px 30px 12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}

.message-section button.btn.btn-primary i{
    padding-left: 10px;
}

.question-section{
    padding: 70px 0;
    background-color: #F8F9FA;
}

.question-section h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    text-align: center;
    margin-bottom: 20px;
}

.question-section p.question-content{
    text-align: center;
    margin-bottom: 40px;
}

.question-section ul{
    padding: 0px;
    margin: 0px;
}

.question-section ul li{
    list-style-type: none;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.question-section ul li h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.question-section ul li p{
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
}

.global-section{
    padding: 70px 0;
}

.global-section h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    text-align: center;
    margin-bottom: 20px;
}

.global-section h5 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #1A3A6C;
    padding-top: 60px;
    margin-bottom: 20px;
}

.global-section img{
    width: 100%;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}

.global-section i.fa-globe{
    background-color: #F8F9FA;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    color: #21B2A9;
    float: left;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
}

.global-section h6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

p.week{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
}

/****************FAQS PAGE START HERE***************/

.faqs-body{
    padding: 70px 0;
    background-color: #F8F9FA;
}

.faqs-right-box,
.faqs-left-box{
    padding: 20px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

.faqs-left-box h2{
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #1A3A6C;
    margin-bottom: 15px;
}

.faqs-left-box ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

.faqs-left-box ul li{
    list-style-type: none;
}

.faqs-left-box ul li a{
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #555;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    text-decoration: none;
}

.faqs-left-box ul li.active a{
    background-color: #1A3A6C;
    color: #fff;
}

.faqs-left-box ul li.active a span{
    color: #1A3A6C;
    background-color: #F3F4F6;
}
.faqs-left-box ul li a span{
    background-color: #F3F4F6;
    padding: 5px;
    border-radius: 50%;
    font-size: 14px;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    top: -4px;
}


.page-banner form{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.page-banner button.btn.btn-primary.px-4.search-btn {
    background-color: #1A3A6C;
    border: 1px solid #1A3A6C;
}

.need-box {
    background-color: #F9FAFB;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
}

.need-box h3{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 20px;
}

.need-box h3 i{
    color: #36B5AD;
    padding-right: 5px;
}

.need-box p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.need-box a.support{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #36B5AD;
    text-decoration: none;
}

.need-box a.support i{
    padding-left: 5px;
}


.faqs-right-box h4{
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #1A3A6C;
    margin-bottom: 15px;
}

.faqs-right-box h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #111;
    margin-top: 20px;
    margin-bottom: 15px;
}

.faqs-right-box h5 i{
    color: #36B5AD;
    padding-right: 5px;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0;
  list-style: none;
}
ul.accordion-list li {
  position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 15px;
    margin: 0 auto 15px auto;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    cursor: pointer;
}
ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
ul.accordion-list li h3 {
    font-family: "Fira Sans Condensed", sans-serif;
    letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
  color: #222;
}
ul.accordion-list li h3:after {
  content: "";
  font-family: "material-design-iconic-font";
  position: absolute;
  right: 0;
  top: 0;
  color: #36B5AD;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}

p.answer-tag {
    color: rgb(26 58 108 / 63%);
    font-weight: 600 !important;
}

p.answer-tag span.yes-no{
    float: right;
}

p.answer-tag span.yes-no a{
    color: rgb(26 58 108 / 63%);
    margin-left: 20px;
    text-decoration: none;
}

.have-box {
    background-color: #1A3A6C;
    padding: 20px;
    border-radius: 10px;
}

.have-box h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.have-box p{
    color: #cbcbcb;
    margin-bottom: 0px;
}

a.btn.btn-contactus {
    float: right;
    border: 1px solid #36B5AD;
    background-color: #36B5AD;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    position: relative;
    top: -53px;
}

a.btn.btn-contactus i{
    padding-left: 10px;
}

/*************BLOG DETAIL PAGE START HERE*************/

.blog-detail-section{
    padding: 70px 0;
    background-color: #F8FAFC;
}

ul.breadcrumb {
    background: transparent;
    padding: 5px 0 0;
    margin: 0 auto;
    display: block;
    border-radius: 0px;
    margin-bottom: 15px;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #368C28;
    font-weight: 400;
}

ul.breadcrumb li a {
    color: #555;
    text-decoration: none;
}

ul.breadcrumb li a:hover{
  color: #368C28;
  text-decoration: none;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
    color: #555;
}

img.blog-detail-img{
    width: 100%;
    height: 450px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.blog-detail-content {
    padding: 30px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

.blog-detail-content ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.blog-detail-content ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
}

.blog-detail-content ul li a{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #8c9097;
    text-decoration: none;
}

.blog-detail-content ul li a.epr-imple{
    background-color: #368C28;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
}

.blog-detail-content h1{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1A3A6C;
    margin-bottom: 20px;
}

.share-box,
.admin-box{
    display: inline-block;
    width: 49%;
}

.admin-box img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    float: left;
    margin-right: 15px;
}

.admin-box h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #1A3A6C;
    margin-bottom: 0px;
    padding-top: 10px;
}

.admin-box h5 span{
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #8c9097;
}

.share-box{
    text-align: right;
}

.share-box a{
    background-color: #F3F4F6;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 30px;
    color: #4B5563;
    display: inline-block;
    text-align: center;
}

.detail-box-left,
.detail-box-right {
    padding: 30px;
    border-top: 1px solid #eee;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

.blog-detail-section h2{
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #1A3A6C;
    margin-bottom: 20px;
}

ul.key-lists{
    padding: 0px;
    margin: 0px;
}

ul.key-lists li{
    list-style-type: none;
    padding-bottom: 10px;
    color: #555;
}

ul.key-lists li i{
    color: #368C28;
    padding-right: 5px;
}

.leftline-box{
    background-color: #EFF6FE;
    padding: 20px;
    margin-bottom: 15px;
    border-left: 4px solid #1A3A6C;
}

.leftline-box p{
    font-style: italic;
    margin-bottom: 0px;
}

.quote-box {
    background-color: #F3F4F6;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.quote-box i{
    font-size: 40px;
    color: #368C28;
    float: left;
    margin-right: 10px;
}

.quote-box p{
    margin-bottom: 0px;
    padding-left: 45px;
}

.quote-box p span{
    display: block;
}

.common-list {
    background-color: #F3F5F7;
    padding: 15px;
    margin-bottom: 20px;
}

.common-list h5{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #1A3A6C;
    margin-bottom: 10px;
}

.common-list ul{
    padding: 0px;
    margin: 0px;
    padding-left: 15px;
}

.common-list ul li{
    font-size: 14px;
    line-height: 18px;
    color: #555;
    margin-bottom: 10px;
}

.best-list {
    background-color: #F4F9F4;
    padding: 15px;
    margin-bottom: 20px;
}

.best-list h5{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #368C28;
    margin-bottom: 10px;
}

.best-list ul{
    padding: 0px;
    margin: 0px;
    padding-left: 15px;
}

.best-list ul li{
    font-size: 14px;
    line-height: 18px;
    color: #555;
    margin-bottom: 10px;
}

img.test-img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

ul.effect-lists{
    background-color: #eef4fd;
    padding: 20px;
    margin: 0px;
    margin-bottom: 15px;
}

ul.effect-lists li{
    list-style-type: none;
    padding-bottom: 20px;
}

ul.effect-lists li:last-child{
    padding-bottom: 0px;
}

ul.effect-lists li h5{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #1A3A6C;
    margin-bottom: 0px;
}

ul.effect-lists li p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

h5.tags{
    font-size: 18px;
    line-height: 54px;
    font-weight: 600;
    color: #000;
    float: left;
    margin-right: 15px;
}

ul.tag-lists{
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

ul.tag-lists li{
    list-style-type: none;
    display: inline-block;
    padding-right: 10px;
}

ul.tag-lists li a {
    background-color: #F3F4F6;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #555;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

.share-lists ul{
    padding: 0px;
    margin: 0px;
}

.share-lists ul li{
    list-style-type: none;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #111;
}

.share-lists ul li a i.fa-facebook-f{
    font-size: 14px;
    color: #4267B4;
    background-color: #d2dffb;
    padding: 6px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    width: 35px;
    height: 35px;
}

.share-lists ul li a i.fa-square-x-twitter{
    font-size: 14px;
    color: #000;
    background-color: #8d8d8d;
    padding: 6px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    width: 35px;
    height: 35px;
}

.share-lists ul li a i.fa-linkedin-in{
    font-size: 14px;
    color: #2564D9;
    background-color: #d8e1f3;
    padding: 6px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    width: 35px;
    height: 35px;
}

.share-lists ul li a i.fa-link{
    font-size: 14px;
    color: #111;
    background-color: #ddd;
    padding: 6px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    width: 35px;
    height: 35px;
}

.comment ul{
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.comment ul li{
    list-style-type: none;
    display: inline-block;
    padding-left: 10px;
}

.comment ul li a{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #555;
    text-decoration: none;
}

.comment ul li a i{
    padding-right: 5px;
}

.about-boxs{
    padding: 30px;
    border-top: 1px solid #eee;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

.about-boxs img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    float: left;
    margin-right: 15px;
}

.about-boxs h5{
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
}

.about-boxs h5 span{
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #555;
}

.about-boxs p{
    margin-bottom: 0px;
    padding-left: 95px;
}

.relate-posts img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.relate-posts p.admin-read a.read-more{
    float: none;
}

.relate-posts p.admin-read a.read-more i{
    padding-left: 5px;
}

/****************TERMS CONDITIONS PAGE START HERE****************/

.terms-banner{
    padding: 70px 0;
    background-color: #F8FAFC;
}

.terms-banner h1 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    color: #1A3A6C;
    margin-bottom: 20px;
}

.terms-banner p{
    margin-bottom: 15px;
}

ul.updates{
    padding: 0px;
    margin: 0px;
}

ul.updates li{
    list-style-type: none;
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
}

ul.updates li i{
    font-size: 8px;
    color: #368C28;
    position: relative;
    top: -2px;
}

.condition-body{
    padding: 70px 0;
}

.contents-box{
    padding: 30px;
    border-top: 1px solid #eee;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

.contents-box h4{
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #1A3A6C;
    margin-bottom: 15px;
}

.contents-box ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.contents-box ul li{
    list-style-type: none;
    padding-bottom: 15px;
}

.contents-box ul li a{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #555;
    text-decoration: none;
    border-left: 2px solid #ddd;
    padding-left: 10px;
}

.condition-body .sidebar {
  width: 100%;
  height: 30vh;
  min-height: 900px;
  position: sticky;
  top: 10%;
}

.condition-body .main {
  width: 100%;
  height: auto;
  min-height: 1000px;
  display: flex;
  flex-direction: column;
}

/*.main,
.sidebar {
  border: 5px solid #222;
  background-color: white;
  border-radius: 10px;
  color: #222;
  padding: 15px;
}*/

.condition-body .wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}


.condition-right-box{
    padding: 30px;
    border-top: 1px solid #eee;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}

.condition-right-box h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #1A3A6C;
    margin-bottom: 20px;
}

ul.through-lists li{
    padding-bottom: 10px;
}

.leftline-box1 {
    background-color: #EFF6FE;
    padding: 20px;
    margin-bottom: 15px;
    border-left: 4px solid #1A3A6C;
}

.leftline-box1 h5{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #1A3A6C;
    margin-bottom: 15px;
}

.leftline-box1 p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
}

ul.agree-lists{
    padding: 0px;
    margin: 0px;
}

ul.agree-lists li{
    list-style-type: none;
    padding-bottom: 10px;
}

ul.agree-lists li i{
    color: #368C28;
    padding-right: 5px;
}

.subscribe-box{
    background-color: #F9FAFB;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.subscribe-box h5{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #444;
    margin-bottom: 10px;
}

.subscribe-box p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
}

.condition-right-box p a{
    color: #368C28;
    text-decoration: none;
}

.leftline-yellow{
    background-color: #FEFBE8;
    padding: 20px;
    margin-bottom: 15px;
    border-left: 4px solid #F9CE56;
}

.leftline-yellow p{
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 600;
}

ul.indem-lists{
    padding: 0px;
    margin: 0px;
}

ul.indem-lists li{
    list-style-type: none;
    padding-bottom: 10px;
    color: #555;
}

ul.indem-lists li i{
    font-size: 8px;
    color: #555;
    padding-right: 5px;
    position: relative;
    top: -2px;
}

.continfo-box{
    background-color: #F9FAFB;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.continfo-box p{
    margin-bottom: 10px;
}