@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --font-default:  "Barlow Condensed",sans-serif;
  --font-primary: "Noto Sans", sans-serif;
}

/* Colors */
:root {
  --color-default: #0a0d13;
  --color-primary: #1478bf;
  --color-secondary: #005696;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
  /* -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #93c83D;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-default);
}

p {
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 60px 0px 0px 0px;
  overflow: hidden;
}
.section-a{
  padding: 70px 0px 70px 0px;
}

@media (max-width: 992px) {
    section {
        padding: 60px 30px 0px 30px;
    }

    .section-a {
        padding: 70px 40px 70px 40px;
    }
}
.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}


.section-header h2 {
  letter-spacing: 1px;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #005696;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #67BC45;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about-home .section-header {
  padding: 0px 0 20px 0px;
}
.about-home .section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #67BC45;
  left: 7px;
  right: 0;
  bottom: 0;
  margin: 0;
}



.ab h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: white;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(14, 29, 52, 0.06);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0;
}

.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-header span {
    font-size: 38px;
  }
}




/*********** Buttons **********/
.requestdemo {
width: 200px;
background-color: #005696;
border-color: #005696;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 200px 0px 150px 0px;
  /* padding: 140px 0 80px 0; */
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs .page-header:before {
  content: "";
  /* background-color: rgba(14, 29, 52, 0.5); */
  background-color: rgba(20, 120, 191, 0.3);
  position: absolute;
  inset: 0;
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #ffffff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.9);
}

.breadcrumbs nav {
  /* background-color: #005696;
  padding: 12px 210px; */
  display: flex;
  justify-content: center;
  margin: 14px 0px;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

    .breadcrumbs nav ol a {
        color: #ffffffc2;
        transition: 0.3s;
    }

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ffffff;
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
/*.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #0d42ffcc;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.heading-underline {
  background: linear-gradient(180deg,transparent 60%,#93c83d9e 0);
}
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 30px 0;
}

.header.sticked {
  /* background: rgba(14, 29, 52, 0.9); */
  background: #ffffff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.1);
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 500;
    color: #005696;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #93c83D;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: #005696;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    /* background: #93c83D; */
    background: #1478bf;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
  /*  left: 14px;*/
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 500;
    color: var(--color-secondary);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #93c83D;
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}
/*******MegaMenu********/

.navbar .megamenu {
    position: static;
}

    .navbar .megamenu ul {
        right: 0;
        padding: 10px;
        display: flex;
    }

        .navbar .megamenu ul li {
            flex: 1;
        }

            .navbar .megamenu ul li a,
            .navbar .megamenu ul li:hover > a {
                color: var(--color-secondary);
/*                background: none;
*/            }

                .navbar .megamenu ul li a:hover,
                .navbar .megamenu ul li .active,
                .navbar .megamenu ul li .active:hover {
                    color: #93c83D;
                    /*background: var(--color-primary);*/
                }

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(14, 29, 52, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }
    .navbar .megamenu ul li a,
    .navbar .megamenu ul li:hover > a {
        color: rgba(255, 255, 255, 0.7);
    }
        .navbar .megamenu ul li a:hover,
        .navbar .megamenu ul li .active,
        .navbar .megamenu ul li .active:hover {
            color: #fff;
        }
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: #93c83D;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #19335c;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #005696;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(14, 29, 52, 0.8);
    z-index: 9996;
  }
}


/*********button*********/
.requestdemo.btn-primary {
  border-color: #67BC45;
  background: #67BC45;
}
.btn-primary {
  border-color: #005696;
  background: #005696;
}
.btn-outline-primary {
  border-color: #005696;
  background: #ffffff;
  color: #005696;
  font-weight: bold;
}
.btn-outline-primary:hover {
  border-color: #005696;
  background: #005696;
  color: #ffffff;
}



/**********About-Home****************/
/* .about-home {
  background: url(../img/bg.png) #deefffe3;
} */
.about-home p {
 color: #444444;
 font-size: 15px;
 margin-top: -25px;
}

/**** About *****/
/* .about {
  background: url(../img/bg.png) #E3F1FF;
} */
.about .card-title {
  font-size: 18px;
}
.about a {
  font-size: 15px;
  font-style: italic;
}
.about .card img {
  transition: all 0.2s ease-in;
}
.about .card img:hover {
  transform: scale(1.1) rotate(5deg);
}
/***************/



/*******Solutions******/
.solution .card-title {
  font-size: 18px;
}
.solution a {
  font-size: 15px;
  font-style: italic;
}
.solution .card img {
  transition: all 0.2s ease-in;
}
.solution .card img:hover {
  transform: scale(1.1) rotate(5deg);
}






/*************************************/
/*.features p {
  font-size: 14px;
}
.features img {
  border-radius: 100px 10px 0px 0px;
} 
 .features .card {
  border-radius: 0px 100px 0px 0px;
} 
*/
.features .card-modify img {
  border-radius: 0px 100px 0px 0px;
}
.features .card {
  border-radius: 0px 100px 0px 0px;
}

.features .card:hover {
  border: 1px solid rgba(0, 86, 150, 0.5);
}
.features p {
  font-size: 14px;
}











/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}

.featured-services .service-item .icon {
  margin-right: 20px;
}

.featured-services .service-item .icon i {
  color: #001f8d;
  font-size: 48px;
  transition: 0.3s;
}

.featured-services .service-item:hover .icon {
  background: #fff;
}

.featured-services .service-item:hover .icon i {
  color: #93c83D;
}

.featured-services .service-item .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--color-secondary);
  transition: 0.3s;
}

.featured-services .service-item .description {
  font-size: 15px;
  color: #132848;
  margin-bottom: 10px;
}

.featured-services .service-item .readmore {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
}

.featured-services .service-item .readmore i {
  margin-left: 8px;
}

.featured-services .service-item:hover .title,
.featured-services .service-item:hover .readmore,
.featured-services .service-item:hover .icon i {
  color: #93c83D;
}



/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .card {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 100%;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
}

.services .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.services .card a {
  color: #005696;
  transition: 0.3;
}

.services .card a:hover {
  color: #93c83D
}

.services .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  color: var(--color-secondary);
  font-size: 15px;
}

.services .card:hover .card-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  /* background: linear-gradient(rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.8)), url("../img/cta-bg.jpg") center center; */
  background: url("../img/rad.png") center center #F7FBFF;
  background-size: cover;
  padding: 110px 0;
}
@media (max-width: 992px) {
    .call-to-action {
        background: url("../img/radbresponsive.jpg") center center #F7FBFF;
        background-size: cover;
        padding: 110px 0;
    }
        .call-to-action h3 {
            color: #ffffff !important;
        }
        .call-to-action p {
            color: #ffffff !important;
        }
        .call-to-action .cta-btn {
            border: 2px solid #ffffff !important;
            color: #ffffff !important;
        }
        .call-to-action .cta-btn:hover {
            border: 2px solid #005696 !important;
            background: #ffffff !important;
            color: #005696 !important;
        }
    .raqfirstsection {
        display: none;
    }
}

/*@media (min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed;
  }
}*/

.call-to-action h3 {
  color: #005696;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.call-to-action p {
  color: #0c0c0c;
  font-size: 15px;
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #005696;
  color: #005696;
}

.call-to-action .cta-btn:hover {
  background: #005696;
  border: 2px solid #005696;
  color: #fff;
}


/*--------------------------------------------------------------
# pricing-home Section
--------------------------------------------------------------*/
/* .pricing-home .pricing-item {
  padding: 50px 86px 25px 86px;
  box-shadow: 0 3px 6px 0px rgba(108, 117, 125, 0.1);
  background: #F7FBFF;
  border-radius: 5px;
}

.pricing-home,.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--color-secondary);
}

.pricing-home,.pricing h4 {
  font-size: 26px;
  color: var(--color-primary);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 25px;
}

.pricing-home,.pricing h4 sup {
  font-size: 16px;
}

.pricing-home h4 span {
  color: rgba(108, 117, 125, 0.8);
  font-size: 18px;
}

.pricing ul {
  padding: 0px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.pricing ul i {
  color: #059652;
  font-size: 20px;
  padding-right: 3px;
}

.pricing ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na i {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing-home,.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 4px;
  color: var(--color-secondary);
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-primary);
  transition: 0.3s;
  border: 1px solid var(--color-secondary);
}

.pricing-home,.pricing .buy-btn:hover {
  background: var(--color-secondary);
  color: #fff;
}

.pricing-item:hover {
  border-top: 3px solid #005696;
}

.pricing-home .featured .buy-btn {
  background: var(--color-secondary);
  color: #fff;
}

@media (max-width: 992px) {
  .pricing-home .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing-home .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing-home .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
} */


















/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
    text-align: center;
    padding: 40px 0px;
    /* padding: 35px 86px 12px 86px; */
    /* border: 1px solid rgba(0, 86, 150, 0.2); */
    /* box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15); */
    box-shadow: 0 3px 6px 0px rgba(108, 117, 125, 0.1);
    background: #F7FBFF;
    /* height: 100%; */
    /* border-top: 4px solid #fff; */
    border-radius: 5px;
    border-top: 3px solid #005696;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 21px;
  font-size: 24px;
  color: var(--color-secondary);
}

.pricing h4 {
  font-size: 26px;
  color: var(--color-primary);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 16px;
}

.pricing h4 span {
  color: rgba(108, 117, 125, 0.8);
  font-size: 18px;
}

.pricing ul {
    /*  padding: 0px 0;
*/ list-style: none;
    color: #6c757d;
    text-align: left;
    line-height: 20px;
    font-family: var(--font-primary);
}

.pricing ul li {
/*  padding: 10px 0;
*//*  display: flex;
  align-items: center;*/
  font-size: 14px;
  padding-top: 7px;
}

    .pricing ul i {
        color: #67BC45;
        font-size: 16px;
        padding-right: 3px;
    }

.pricing ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na i {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 4px;
  color: var(--color-secondary);
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-primary);
  transition: 0.3s;
  border: 1px solid var(--color-secondary);
}

.pricing .buy-btn:hover {
  background: var(--color-secondary);
  color: #fff;
}

.pricing-item {
  border-top: 3px solid #005696;
  /* border-top-color: var(--color-primary); */
}

.pricing .featured .buy-btn {
 background: var(--color-secondary);
color: #fff;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}


/*--------------------------------------------------------------
# Get a Quote Section
--------------------------------------------------------------*/
.contact-a .quote-bg {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.contact-a .contact-form {
  /* background: #f3f6fc; */
  background: #F7FBFF;
  padding: 40px;
  height: 100%;
}

@media (max-width: 575px) {
  .contact-a .contact-form {
    padding: 20px;
  }
}

.contact-a .contact-form h3 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-a .contact-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}

.contact-a .contact-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.contact-a .contact-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact-a .contact-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact-a .contact-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact-a .contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact-a .contact-form input,
.contact-a .contact-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact-a .contact-form input:focus,
.contact-a .contact-form textarea:focus {
  border-color: var(--color-primary);
}

.contact-a .contact-form input {
  padding: 12px 15px;
}

.contact-a .contact-form textarea {
  padding: 12px 15px;
}

.contact-a .contact-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 12px 38px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact-a .contact-form button[type=submit]:hover {
  background: rgba(13, 66, 255, 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.contact-social-bg {
background: #F7FBFF;
}
.contact-social-links a {
 font-size: 50px;
 margin-right: 50px;
}



/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact-a .info-item+.info-item {
  margin-top: 40px;
}

.contact-a .info-item i {
  font-size: 20px;
  /* border: 2px solid #005696; */
  background: var(--color-secondary);
  color: #fff;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact-a .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-secondary);
}

.contact-a .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(14, 29, 52, 0.8);
}

.contact .contact-form {
  width: 100%;
  background: #fff;
}

.contact .contact-form .form-group {
  padding-bottom: 8px;
}

.contact .contact-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .contact-form .error-message br+br {
  margin-top: 25px;
}

.contact .contact-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .contact-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .contact-form input,
.contact .contact-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .contact-form input {
  height: 44px;
}

.contact .contact-form textarea {
  padding: 10px 12px;
}

.contact .contact-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .contact-form button[type=submit]:hover {
  background: rgba(13, 66, 255, 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid #d3dff3;
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #c2cbdf;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: 0.3s;
}

.service-details .services-list a.active {
  font-weight: 700;
  border-color: var(--color-primary);
}

.service-details .services-list a:hover {
  border-color: var(--color-primary);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary);
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*.hero {
    width: 100%;
    height: 100vh;
    background: url(../img/banner/Banner-01.png) rgba(247, 251, 255, 0.5);
    padding: 120px 0 60px 0;
    color: rgba(0, 86, 150, 0.8);
}

.hero h2 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 48px;
  font-weight: 600;
  color: #005696;
}

@media (max-width: 575px) {
  .hero h2 {
    font-size: 30px;
  }
}

.hero p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #444444;
}*/







.hero {
    width: 100%;
    height: 100vh;
    background: url(../img/banner/bannerbg.png) rgba(247, 251, 255, 0.5);
    padding: 120px 0 60px 0;
    color: rgba(0, 86, 150, 0.8);
    background-size: cover;
    background-position: center;
}

.hero h2 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 48px;
    font-weight: 600;
    color: #005696;
}

.hero p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #444444;
}

@media (max-width: 1199.98px) {
    .hero h2 {
        font-size: 42px;
    }
}

@media (max-width: 991.98px) {
    .hero {
        padding: 100px 0 40px 0;
    }

        .hero h2 {
            font-size: 36px;
        }
}

@media (max-width: 767.98px) {
    .hero {
        padding: 80px 0 30px 0;
    }

        .hero h2 {
            font-size: 30px;
        }
}

@media (max-width: 575.98px) {
    .hero {
        padding: 60px 0 20px 0;
    }

        .hero h2 {
            font-size: 24px;
        }

        .hero p {
            font-size: 14px;
        }

    .requestdemo {
        font-size: 14px;
        padding: 10px 20px;
    }
}

.requestdemo.btn-primary {
    font-weight: 600;
    border-color: #67BC45;
    background: #67BC45;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 14px;
    background-color: var(--color-secondary);
    padding: 50px 0;
    color: white;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(13, 66, 255, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}



/*********Product Screenshot*********/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  border-radius: 30px 30px 0px 30px !important;
  background-color: #005696 !important;
  color: #ffffff !important;
  padding: 10px 26px;
  margin: 0px 20px;
  font-size: 15px;
  width: 129px;
}

.nav-pills .nav-link, .nav-pills .show>.nav-link {
  padding: 10px 26px;
  margin: 0px 20px;
  font-size: 15px;
  font-weight: 600;
}
/* .about span {
  background: linear-gradient(180deg,transparent 60%,#ffb04d 0);
} */
.about h6 {
  font-size: 40px;
}
.product-ss-bg {
  background-color: rgba(243, 249, 255, 0.7);
}
.product-ss .bi {
  font-size: 24px;
}

.product-ss h2 {
  font-weight: 700;
  font-size: 28px;
  font-family: var(--font-secondary);
  color: #005696;
}
.solution-head {
  font-weight: 700;
  font-size: 28px;
  font-family: var(--font-secondary);
  color: #005696;
}
/*********************/

.carousel {
	/* margin: 50px auto; */
	padding: 0 70px;
}
.carousel .item {
	min-height: 330px;
    text-align: center;
	overflow: hidden;
}
.carousel .item .img-box {
	height: 160px;
	width: 100%;
	position: relative;
}
.carousel .item img {	
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.carousel .item h4 {
	font-size: 18px;
	margin: 10px 0;
}
.carousel .item .btn {
	color: #333;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: 5px;
    line-height: 16px;
}
.carousel .item .btn:hover, .carousel .item .btn:focus {
	color: #fff;
	background: #000;
	border-color: #000;
	box-shadow: none;
}
.carousel .item .btn i {
	font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.carousel .thumb-wrapper {
	text-align: center;
}
.carousel .thumb-content {
	padding: 15px;
}
.carousel .carousel-control {
	height: 100px;
    width: 40px;
    background: none;
    margin: auto 0;
    background: rgba(0, 0, 0, 0.2);
}
.carousel .carousel-control i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -16px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
}
.carousel .item-price {
	font-size: 13px;
	padding: 2px 0;
}
.carousel .item-price strike {
	color: #999;
	margin-right: 5px;
}
.carousel .item-price span {
	color: #86bd57;
	font-size: 110%;
}
.carousel .carousel-control.left i {
	margin-left: -3px;
}
.carousel .carousel-control.left i {
	margin-right: -3px;
}
.carousel .carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 50%;
	border-color: transparent;
}
.carousel-indicators li {	
	background: rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {	
	background: rgba(0, 0, 0, 0.6);
}
.star-rating li {
	padding: 0;
}
.star-rating i {
	font-size: 14px;
	color: #ffc000;
}









/**********ClientsLogo************/
/* .clients {
  background: url(../img/bg.png) #DEEFFF;
} */
.clients .box {
padding: 10px;
/* border: 1px solid #F7FBFF; */
}
.clients .img {
  display: flex;
  align-items: center;
  width: 56%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

  .clients .img:hover {
      filter: none;
      transform: scale(1.2);
  }

@media (max-width: 768px) {
  .clients .img {
      width: 40%;
  }
}



/********************/
.heading .title {
  font-size: 28px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.30;
  letter-spacing: normal;
  color: #005696;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
@media (max-width: 448px) {
    .heading .title {
        font-size: 22px;
    }
}

.heading .title span {
  font-weight: 600;
}

.heading .title:after {
  content: "";
  width: 70px;
  border: solid 2px #67BC45;
  position: absolute;
  left: 0;
  bottom: 0;
}

.heading.heading_center h2:after {
  left: 0;
  /* left: -130px; */
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.heading .sub-title {
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 0.69px;
}

/*************************************************/

.play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}






/************************************/
/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0 30px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

    .team .member .member-info {
        position: absolute;
        bottom: -48px;
        left: 20px;
        right: 20px;
        background: linear-gradient(360deg, #005696 0%, rgba(0, 86, 150, 0.6) 35%, rgba(0, 86, 150, 0.4) 100%);
        /*  background: linear-gradient(360deg, rgb(92, 118, 141) 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);*/
        padding: 15px 0;
        border-radius: 4px;
    }

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #9eccf4;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }
}






/*--------------------------------------------------------------
# services-a Section
--------------------------------------------------------------*/
.services-a {
  padding-top: 80px;
}

.services-a .services-a-item+.services-a-item {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .services-a .services-a-item+.services-a-item {
    margin-top: 40px;
  }
}

.services-a .services-a-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #001973;
}

.services-a .services-a-item ul {
  list-style: none;
  padding: 0;
}

.services-a .services-a-item ul li {
  padding-bottom: 10px;
}

.services-a .services-a-item ul li:last-child {
  padding-bottom: 0;
}

.services-a .services-a-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.services-a .services-a-item p:last-child {
  margin-bottom: 0;
}


/*****************************/
.content {
  margin: auto;
  padding: 20px;
  width: 80%;
  max-width: 1200px;
  min-width: 300px;
}

/*.slick-slider {
  margin: 30px auto 50px;
}

.slick-prev,
.slick-next {
  color: white;
  opacity: 1;
  height: 40px;
  width: 40px;
  margin-top: -20px;
}
.slick-prev path,
.slick-next path {
  fill: rgba(255, 255, 255, 0.4);
}
.slick-prev:hover path,
.slick-next:hover path {
  fill: #FFFFFF;
}

.slick-prev {
  left: -35px;
}

.slick-next {
  right: -35px;
}

.slick-prev:before,
.slick-next:before {
  content: none;
}

.slick-dots li button:before {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  font-size: 8px;
}

.slick-dots li.slick-active button:before {
  color: #FFFFFF;
}
*/
.quote-container {
  min-height: 200px;
  color: #666666;
  font-size: 36px;
  margin: 0 20px;
  position: relative;
}
.quote-container:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.quote-container .portrait {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 140px;
  width: 140px;
  overflow: hidden;
}
/*.quote-container .portrait img {
  display: block;
  height: auto;
  width: 100%;
}*/
.quote-container .quote {
  position: relative;
  z-index: 600;
  /* padding: 40px 0 40px 180px; */
  margin: 0;
  font-size: 16px;
/*  font-style: italic;
*/  line-height: 1.4 !important;
  font-family: Calibri;
/*  color: white;
*/}
.quote-container .quote p {
  position: relative;
  margin-bottom: 20px;
  color: #000;
}
.quote-container .quote p:first-child:before {
  content: "“";
  color: rgba(0, 86, 150, 0.6);
  font-size: 7.5em;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  top: -0.4em;
  left: -0.2em;
  text-shadow: none;
  z-index: -10;
}
.quote-container .quote cite {
  display: block;
  font-size: 14px;
  color: #005696;
  font-weight: 600;
}
.quote-container .quote cite span {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dragging .quote-container {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* .octogon {
  -webkit-clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
  clip-path: url(#octogon);
  height: 140px;
  width: 140px;
} */

@-webkit-keyframes gradient {
  0% {
    background-position: 5% 0%;
  }
  50% {
    background-position: 96% 100%;
  }
  100% {
    background-position: 5% 0%;
  }
}
@keyframes gradient {
  0% {
    background-position: 5% 0%;
  }
  50% {
    background-position: 96% 100%;
  }
  100% {
    background-position: 5% 0%;
  }
}



/****************************/
.about-a p{
  text-align: justify;
}
.about-a h6 {
  font-size: 23px;
  color: #005696;
}
.about-a strong{
  color: #005696;
}

/***************/
.module ul {
  line-height: 1.5em;
  padding: 0;
}
.module ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 24px;
}

.module ul.curved-round li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 4px;
  top: 3px;
  border-top: 9px solid transparent;
  border-right: 9px solid #005696;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
.module ul.curved-round li::after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 3px solid #005696;
  border-radius: 20px 0 0 0;
  top: 0;
  left: -5px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.module h5 {
  color: #005696;
  font-style: oblique;
  margin: 30px 0px;
  font-size: 24px;
  font-weight: 600;
}


/****************/
.quote-modal .modal-title {
    color: #005696;
    font-weight: 600;
}


/*******************************/
ul.pricingdetails {
    list-style-type: square;
    padding: 0 0 0 42px;
}
.pricingdetails p {
    padding: 7px 0 0 5px;
}

 .pricing-list {
    padding: 0;
    list-style: none;
}

        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        padding-left: 25px;
        cursor: pointer;
        color: #0d58ba;
        transition: 0.3s;
    }

     .pricing-list i {
        font-size: 16px;
        position: absolute;
        left: 0;
        top: -2px;
    }

     .pricing-list p {
        margin-bottom: 0;
        padding: 10px 0 0 25px;
    }

     .pricing-list .icon-show {
        display: none;
    }

     .pricing-list .collapsed {
        color: black;
    }

         .pricing-list .collapsed:hover {
            color: #106eea;
        }

         .pricing-list .collapsed .icon-show {
            display: inline-block;
            transition: 0.6s;
        }

         .pricing-list .collapsed .icon-close {
            display: none;
            transition: 0.6s;
        }

.whatsapp {
    position: fixed;
    bottom: -4%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .whatsapp img {
        width: 65px;
    }
@media (max-width: 500px) {
    .whatsapp img {
        width: 50px;
    }
}
