/*
@File: Tarlin Template Style
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
/*----- Default -----*/
body {
  font-family: "Roboto", sans-serif;
  color: #3f3d46;
  background-color: #fff;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #1e1339;
  font-family: "Montserrat", sans-serif;
}

p {
  line-height: 1.7;
}

p:last-child {
  margin-bottom: 0;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

button:focus {
  outline: 0;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.common-btn2 {
  display: inline-block;
  color: #1e1339;
  background-color: #69c7fa;
  padding: 12px 25px;
  font-weight: 500;
  border: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1 !important;
  z-index: 1;
  position: relative;
  border-radius: 0;
}

.common-btn2:hover {
  color: #fff;
  background-color: #1e1339;
}

.common-btn {
  display: inline-block;
  color: #fff;
  background-color: #1e1339;
  padding: 12px 25px;
  font-weight: 500;
  border: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1 !important;
  z-index: 1;
  position: relative;
  border-radius: 0;
}

.common-btn:hover {
  color: #fff;
  background-color: #597392;
}

.common-link {
  display: inline-block;
  color: #1e1339;
  font-weight: 500;
}

.common-link:hover {
  color: #597392;
}

.common-link i {
  position: relative;
  top: 1px;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}

.section-title .sub-title {
  font-weight: 500;
  color: #37b1fd;
  display: block;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 33px;
  margin-bottom: 0;
  line-height: 1.3;
}

.section-title p {
  margin-top: 10px;
  margin-bottom: 0;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/*----- Home Demo One -----*/
.header-area {
  background-color: #1e1339;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 9999;
}

.header-area .left ul {
  margin: 0;
  padding: 0;
}

.header-area .left ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}

.header-area .left ul li i {
  display: inline-block;
  color: #597392;
  font-size: 17px;
  position: relative;
  top: 2px;
}

.header-area .left ul li a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

.header-area .left ul li a:hover {
  color: #597392;
}

.header-area .right {
  text-align: end;
}

.header-area .right .social-links {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.header-area .right .social-links ul {
  margin: 0;
  padding: 0;
}

.header-area .right .social-links ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.header-area .right .social-links ul li:last-child {
  margin-right: 0;
}

.header-area .right .social-links ul li a {
  display: block;
  color: #fff;
  font-size: 17px;
}

.header-area .right .social-links ul li a:hover {
  color: #597392;
}

.main-nav {
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-nav.menu-shrink {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #1e1339;
}

.main-nav .navbar-brand {
  padding: 0;
  margin: 0;
}

.main-nav nav {
  padding-top: 0;
  padding-bottom: 0;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu:before {
  height: 100%;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #30b7fd;
}

.main-nav nav .navbar-nav .nav-item a {
  color: #fff;
  text-transform: unset;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-nav nav .navbar-nav .nav-item a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
  color: #30b7fd;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background: #1e1339;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 0;
  top: 0;
  left: 0;
  background-color: #597392;
  -webkit-transition: .7s;
  transition: .7s;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #4d4d4d;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #597392;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: unset;
  padding: 12px 15px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #30b7fd;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 10px;
  left: unset;
  right: -100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover a {
  color: #597392;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #597392;
}

.main-nav .dropdown-toggle::after {
  display: none;
}

.banner-slider .owl-item.active .banner-content span {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.banner-slider .owl-item.active .banner-content h1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.banner-slider .owl-item.active .banner-content p {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.banner-slider .owl-item.active .banner-content .banner-btn-area{
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.banner-area:hover .owl-prev {
  opacity: 1;
  visibility: visible;
  left: 30px;
}

.banner-area:hover .owl-next {
  opacity: 1;
  visibility: visible;
  right: 30px;
}

.banner-area .owl-prev {
  position: absolute;
  top: 45%;
  left: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: #3f3d46 !important;
  border: 1px solid #597392 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 25px !important;
  opacity: 0;
  visibility: hidden;
}

.banner-area .owl-prev i {
  line-height: 40px;
}

.banner-area .owl-prev:hover {
  color: #fff !important;
  background: #597392 !important;
}

.banner-area .owl-next {
  position: absolute;
  top: 45%;
  right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: #3f3d46 !important;
  border: 1px solid #597392 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 25px !important;
  opacity: 0;
  visibility: hidden;
}

.banner-area .owl-next i {
  line-height: 40px;
}

.banner-area .owl-next:hover {
  color: #fff !important;
  background: #597392 !important;
}

.banner-area .owl-theme .owl-nav {
  margin-top: 0;
}

.banner-item {
  height: 850px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .60;
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin-top: 60px;
}

.banner-content span {
  display: block;
  margin-bottom: 15px;
  color: #64bbed;
  font-weight: 500;
}

.banner-content h1 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 60px;
}

.banner-content p {
  margin-bottom: 25px;
  color: #fff;
  font-size: 18px;
}

.banner-content .banner-btn-area .banner-btn {
  margin-right: 15px;
  color: #597392;
  background-color: #fff;
}

.banner-content .banner-btn-area .banner-btn:hover {
  color: #fff;
  background-color: #597392;
}

.features-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.about-area .about-img {
  margin-bottom: 30px;
  position: relative;
  text-align: end;
  overflow: hidden;
}

.about-area .about-img img {
  padding-left: 85px;
}

.about-area .about-img .inner {
  position: absolute;
  top: 269px;
  left: -280px;
  width: 100%;
  background-color: #1e1339;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.about-area .about-img .inner:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  border-left: 80px solid transparent;
  border-top: 87px solid #597392;
}

.about-area .about-img .inner h4 {
  font-size: 40px;
  margin-bottom: 0;
  color: #4c4259;
}

.about-area .about-content {
  margin-bottom: 30px;
  padding-left: 15px;
}

.about-area .about-content .section-title {
  text-align: start;
  margin-bottom: 30px;
}

.about-area .about-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

.about-area .about-content ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
  position: relative;
  /* padding-left: 25px; */
}

.about-area .about-content ul li:hover span {
  border-radius: 50%;
}

.about-area .about-content ul li:last-child {
  margin-bottom: 0;
}

.about-area .about-content ul li h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.about-area .about-content ul li p {
  margin-bottom: 0;
}

.about-area .about-content ul li span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #597392;
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-area {
  background-color: #e5e5ec;
  background-image: url("../img/bg2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.services-item {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 20px 0px #f1f1f1;
          box-shadow: 0px 0px 20px 0px #f1f1f1;
}

.services-item:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

.services-item:hover .bottom {
  background-color: #1e1339;
}

.services-item:hover .bottom h3 a {
  color: #597392;
}

.services-item:hover .bottom h3 a:hover {
  color: #fff;
}

.services-item:hover .bottom p {
  color: #fff;
}

.services-item .top {
  padding: 10px 10px 0px 10px;
}

.services-item .top a {
  display: block;
}

.services-item .bottom {
  padding: 30px 25px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.services-item .bottom:before {
  position: absolute;
  content: '';
  bottom: 10px;
  right: 10px;
  border-left: 25px solid transparent;
  border-bottom: 25px solid #597392;
}

.services-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.services-item .bottom h3 a {
  color: #1e1339;
}

.services-item .bottom p {
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-item .bottom .services-btn {
  display: inline-block;
  color: #597392;
  font-weight: 500;
}

.services-item .bottom .services-btn:hover {
  color: #fff;
}

.services-item .bottom .services-btn i {
  position: relative;
  top: 1px;
}

.form-control {
  font-size: 14px !important;
}

.nice-select {
  font-size: 14px !important;
}

.projects-item {
  margin-bottom: 30px;
}

.projects-item:hover .bottom {
  max-width: 100%;
}

.projects-item .top a {
  display: block;
}

.projects-item .bottom {
  background-color: #597392;
  padding: 30px 25px 30px;
  max-width: 95%;
  margin-left: auto;
  margin-top: -130px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.projects-item .bottom h3 a {
  color: #fff;
}

.projects-item .bottom h3 a:hover {
  color: #1e1339;
}

.projects-item .bottom p {
  color: #fff;
  margin-bottom: 12px;
}

.projects-item .bottom .projects-btn {
  display: inline-block;
  font-weight: 500;
  color: #fff;
}

.projects-item .bottom .projects-btn:hover {
  color: #1e1339;
}

.blog-area {
  background-color: #fafafa;
}

.blog-item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px #f1f1f1;
          box-shadow: 0px 0px 20px 0px #f1f1f1;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-item:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

.blog-item .top a {
  display: block;
}

.blog-item .bottom {
  padding: 30px 25px 30px;
}

.blog-item .bottom ul {
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}

.blog-item .bottom ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
}

.blog-item .bottom ul li i {
  display: inline-block;
  color: #597392;
}

.blog-item .bottom ul li span {
  display: inline-block;
}

.blog-item .bottom ul li a {
  display: inline-block;
  color: #3f3d46;
}

.blog-item .bottom ul li a:hover {
  color: #597392;
}

.blog-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.blog-item .bottom h3 a {
  color: #3f3d46;
}

.blog-item .bottom h3 a:hover {
  color: #597392;
}

.blog-item .bottom p {
  margin-bottom: 15px;
}

.blog-item .bottom .blog-btn {
  display: inline-block;
  font-weight: 500;
  color: #597392;
}

.blog-item .bottom .blog-btn:hover {
  color: #1e1339;
}

.blog-item .bottom .blog-btn i {
  position: relative;
  top: 1px;
}

.footer-area {
  background-color: #0c0c20;
  position: relative;
  z-index: 1;
}

.footer-area .footer-shape img {
  position: absolute;
  z-index: -1;
}

.footer-area .footer-shape img:nth-child(1) {
  left: 0;
  bottom: 0;
}

.footer-area .footer-shape img:nth-child(2) {
  right: 0;
  bottom: 0;
}

.footer-item {
  margin-bottom: 30px;
}

.footer-item h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #69c7fa;
  border-bottom: 1px dotted #69c7fa;
  display: inline-block;
}

.footer-item .footer-logo .logo {
  display: block;
  /* margin-bottom: 20px; */
}

.footer-item .footer-logo p {
  margin-bottom: 20px;
  color: #fff;
}

.footer-item .footer-logo ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.footer-item .footer-logo ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #69c7fa;
  font-size: 22px;
}

.footer-item .footer-logo ul li a i {
  line-height: 40px;
}

.footer-item .footer-logo ul li a:hover {
  color: #597392;
  background-color: #fff;
}

.footer-item .footer-links ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-links ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 14px;
}

.footer-item .footer-links ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-links ul li a {
  display: block;
  color: #fff;
}

.footer-item .footer-links ul li a:hover {
  color: #597392;
}

.footer-item .footer-links .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-item .footer-links .inner .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.footer-item .footer-links .inner .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.footer-item .footer-contact ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-contact ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
}

.footer-item .footer-contact ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-contact ul li i {
  display: inline-block;
  color: #69c7fa;
  font-size: 35px;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-item .footer-contact ul li span {
  display: block;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}

.footer-item .footer-contact ul li a {
  display: block;
  color: #fff;
}

.footer-item .footer-contact ul li a:hover {
  color: #597392;
}

.copyright-area {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #222231;
}

.copyright-area .copyright-item p {
  color: #fff;
  font-size: 10px;
}

.copyright-area .copyright-item p a {
  display: inline-block;
  font-weight: 700;
  color: #597392;
}

.copyright-area .copyright-item p a:hover {
  color: #fff;
}

.copyright-area .copyright-item ul {
  margin: 0;
  padding: 0;
  text-align: end;
}

.copyright-area .copyright-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.copyright-area .copyright-item ul li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 2px;
  right: -15px;
  top: 12px;
  background-color: #fff;
}

.copyright-area .copyright-item ul li:last-child {
  margin-right: 0;
}

.copyright-area .copyright-item ul li:last-child:before {
  display: none;
}

.copyright-area .copyright-item ul li a {
  display: block;
  color: #fff;
}

.copyright-area .copyright-item ul li a:hover {
  color: #597392;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}

/*----- Home Demo Two -----*/
.banner-area.two .banner-content span {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.banner-area.two .banner-content h1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  margin-bottom: 25px;
}

.about-area.two {
  background-color: #57709017;
  position: relative;
}

.about-area.two .container-fluid {
  max-width: 1920px;
}

.about-area.two:before {
  position: absolute;
  content: '';
  width: 45%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.about-area.two .about-img-two {
  margin-bottom: 30px;
  position: relative;
  text-align: end;
}

.about-area.two .about-img-two img {
  display: inline-block;
}

/* .about-area.two .about-img-two img:nth-child(1) {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 380px;
  margin-bottom: -80px;
} */

.about-area.two .about-img-two img:nth-child(2) {
  position: relative;
  z-index: 1;
  max-width: 445px;
}

.about-area.two .about-content {
  max-width: 635px;
}

.features-area.two {
  background-color: #fff;
  background-image: unset;
}

.features-area.two .features-item:hover .common-link, .features-area.two .features-item.active .common-link {
  color: #fff;
}

.features-area.two .features-item .icon {
  width: 85px;
  height: 85px;
  text-align: center;
  line-height: 85px;
  color: #fff;
  background-color: #efeeee;
  font-size: 35px;
  color: #597392;
  margin-bottom: 24px;
}

.features-area.two .features-item p {
  margin-bottom: 12px;
}

.testimonials-area {
  background-color: #f7f7f7;
}

.testimonials-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
  margin-bottom: -10px;
}

.testimonials-area .owl-theme .owl-dots .owl-dot span {
  background: #3f3d46;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonials-area .owl-theme .owl-dots .owl-dot.active span, .testimonials-area .owl-theme .owl-dots .owl-dot:hover span {
  background: #597392;
}

.testimonials-item {
  background-color: #fff;
  margin-top: 60px;
  padding: 0 30px 30px 30px;
}

.testimonials-item .top {
  display: inline-block;
  position: relative;
  margin-top: -60px;
  margin-bottom: 20px;
}

.testimonials-item .top img {
  width: auto !important;
  border-radius: 50%;
}

.testimonials-item .top i {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: #597392;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}

.testimonials-item .bottom {
  position: relative;
}

.testimonials-item .bottom ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.testimonials-item .bottom ul li {
  list-style-type: none;
  display: inline-block;
}

.testimonials-item .bottom ul li i {
  display: inline-block;
  color: #ddd;
}

.testimonials-item .bottom ul li i.checked {
  color: #ffc107;
}

.testimonials-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.testimonials-item .bottom span {
  display: block;
  margin-bottom: 15px;
}

.testimonials-item .bottom p {
  font-size: 18px;
  font-style: italic;
}

.blog-area.two {
  background-color: #fff;
}

.faq-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.faq-area:before {
  position: absolute;
  content: '';
  width: 480px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1e1339;
}

.faq-area .faq-item {
  /* max-width: 1000px; */
  background-color: #fff;
  padding: 50px 30px 45px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.06);
}

.faq-area .faq-item .section-title {
  text-align: start;
  margin-bottom: 30px;
}

.faq-area .faq-item .accordion {
  margin: 0;
  padding: 0;
}

.faq-area .faq-item .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 25px;
  display: block;
}

.faq-area .faq-item .faq-content ol li{
  display: list-item;
  list-style-type: inherit;
}

.faq-area .faq-item .accordion li:last-child {
  margin-bottom: 0;
}

.faq-area .faq-item .accordion li .faq-head {
  color: #1e1339;
  font-size: 20px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.4;
  position: relative;
  background: aliceblue;
  padding: 5px 10px;
}

.faq-area .faq-item .accordion li .faq-head span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  border-radius: 5px;
  color: #1e1339;
  color: #597392;
}

.faq-area .faq-item .accordion li .faq-head:after {
  position: absolute;
  right: 15px;
  content: "+";
  top: -3px;
  color: #1e1339;
  font-size: 25px;
  text-align: center;
}

.faq-area .faq-item .accordion li .faq-head.active {
  color: #597392;
  background: aliceblue;
  padding: 5px 10px;
}

.faq-area .faq-item .accordion li .faq-head.active:after {
  content: '-';
  font-size: 25px;
}

.faq-area .faq-item .accordion li .faq-content {
  display: none;
  background-color: #fff;
}

.faq-area .faq-item .accordion li .faq-content .inner-list {
  margin: 0;
  padding: 0;
}

.faq-area .faq-item .accordion li .faq-content .inner-list li {
  list-style-type: none;
  display: block;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin-bottom: 10px;
}

.faq-area .faq-item .accordion li .faq-content .inner-list li:last-child {
  margin-bottom: 0;
}

.faq-area .faq-item .accordion li .faq-content p {
  margin-bottom: 0;
  margin-top: 8px;
}

.faq-area .faq-item .accordion li .faq-content a {
  display: inline-block;
  color: #1e1339;
  font-weight: 600;
}

.faq-area .faq-item .accordion li .faq-content a:hover {
  color: #597392;
}

.footer-area.two {
  background-color: #f8f8f8;
}

.footer-area.two .footer-item .footer-logo p {
  color: #3f3d46;
}

.footer-area.two .footer-item .footer-links ul li a {
  color: #3f3d46;
}

.footer-area.two .footer-item .footer-links ul li a:hover {
  color: #597392;
}

.footer-area.two .footer-item .footer-contact ul li span {
  color: #1e1339;
}

.footer-area.two .footer-item .footer-contact ul li a {
  color: #3f3d46;
}

.footer-area.two .footer-item .footer-contact ul li a:hover {
  color: #597392;
}

/*----- Home Demo Three -----*/
.header-area.two .left ul li i {
  color: #fff;
}

.header-area.two .right .social-links ul li a {
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  color: #597392;
  background-color: #fff;
  font-style: 14px;
}

.header-area.two .right .social-links ul li a i {
  line-height: 25px;
}

.header-area.two .right .social-links ul li a:hover {
  color: #fff;
  background-color: #597392;
}

.main-nav.two {
  background-color: #fff;
}

.main-nav.two.menu-shrink {
  -webkit-box-shadow: 0px 0px 20px 0px #f1f1f1;
          box-shadow: 0px 0px 20px 0px #f1f1f1;
}

.main-nav.two nav .navbar-nav .nav-item:hover a {
  color: #597392;
}

.main-nav.two nav .navbar-nav .nav-item a {
  color: #1e1339;
}

.main-nav.two nav .navbar-nav .nav-item a:hover, .main-nav.two nav .navbar-nav .nav-item a:focus, .main-nav.two nav .navbar-nav .nav-item a.active {
  color: #597392;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #597392;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #fff;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #597392;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover a {
  color: #597392;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #fff;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #597392;
}

.banner-area.three .banner-item {
  height: 860px;
}

.banner-area.three .banner-content {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 80px;
}

.banner-area.three .banner-content h1 {
  margin-bottom: 30px;
}

.banner-area.three .banner-content .banner-btn-area .banner-btn {
  margin-right: 0;
}

.banner-area.three .banner-content .banner-btn-area .common-btn {
  margin-left: 5px;
  margin-right: 5px;
}

.about-area.three {
  background-color: #fff;
}

.about-area.three:before {
  display: none;
}

.about-area.three .about-img-three .img {
  margin-bottom: 30px;
}

.about-area.three .about-content .inner {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px #f1f1f1;
          box-shadow: 0px 0px 20px 0px #f1f1f1;
  padding: 15px 15px;
  margin-bottom: 35px;
}

.about-area.three .about-content .inner i {
  display: inline-block;
  color: #597392;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 15px;
}

.about-area.three .about-content .inner h3 {
  font-size: 16px;
  margin-bottom: 0;
}

.services-area.two {
  background-color: transparent;
}

.services-area.two:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fafafa;
  opacity: .90;
  z-index: -1;
}

.services-area.two .services-item {
  text-align: center;
}

.services-area.two .services-item .bottom:before {
  display: none;
}

.services-area.two .services-item:hover .bottom {
  background-color: #fff;
}

.services-area.two .services-item:hover .bottom h3 a {
  color: #1e1339;
}

.services-area.two .services-item:hover .bottom h3 a:hover {
  color: #597392;
}

.services-area.two .services-item:hover .bottom p {
  color: #3f3d46;
}

.services-area.two .services-item .services-btn:hover {
  color: #1e1339;
}

/*----- About -----*/
.page-title-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  text-align: center;
}

.page-title-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #201f34;
  opacity: .80;
}

.page-title-area .title-content {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.page-title-area .title-content h2 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 8px;
}

.page-title-area .title-content ul {
  margin: 0;
  padding: 0;
}

.page-title-area .title-content ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.page-title-area .title-content ul li:before {
  position: absolute;
  content: '/';
  top: 0;
  right: -15px;
  color: #fff;
}

.page-title-area .title-content ul li:last-child:before {
  display: none;
}

.page-title-area .title-content ul li a {
  display: block;
  color: #fff;
}

.page-title-area .title-content ul li a:hover {
  color: #597392;
}

.page-title-area .title-content ul li span {
  display: block;
  color: #fff;
}

.pagination-area {
  text-align: center;
}

.pagination-area ul {
  margin: 0;
  padding: 0;
}

.pagination-area ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.pagination-area ul li a {
  display: block;
  color: #597392;
  border: 1px solid #597392;
  padding: 3px 16px;
  font-weight: 500;
}

.pagination-area ul li a:hover, .pagination-area ul li a.active {
  color: #fff;
  background-color: #597392;
}

/*----- Service Details -----*/
.service-details-area .details-item .thumb-item {
  margin-bottom: 30px;
}

.service-details-area .details-item #thumbs .thumb-item img {
  cursor: pointer;
}

.service-details-area .details-item p {
  margin-bottom: 10px;
}

.service-details-area .details-item p:last-child {
  margin-bottom: 0;
}

.service-details-area .details-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 25px;
}

.service-details-area .details-item ul {
  margin: 0;
  padding: 0;
}

.service-details-area .details-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
}

.service-details-area .details-item ul li span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #597392;
  position: absolute;
  top: 4px;
  left: 0;
}

.service-details-area .details-item ul li span:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #597392;
  border-radius: 50%;
}

.service-details-area .details-item .details-img {
  margin-top: 25px;
}

.service-details-area .details-item .details-img .img {
  margin-bottom: 25px;
}

.widget-area .widget-item {
  margin-bottom: 30px;
}

.widget-area .widget-item:last-child {
  margin-bottom: 0;
}

.widget-area .widget-item h3 {
  font-size: 22px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #dcdbdb;
  padding-bottom: 15px;
}

.widget-area .widget-item h3:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  bottom: -2px;
  left: 0;
  background-color: #597392;
}

.widget-area .services {
  background-color: #f0f3f7;
  padding: 25px 25px 25px;
}

.widget-area .services ul {
  margin: 0;
  padding: 0;
}

.widget-area .services ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 12px;
}

.widget-area .services ul li:last-child {
  margin-bottom: 0;
}

.widget-area .services ul li a {
  display: block;
  color: #3f3d46;
  background-color: #fff;
  padding: 15px 15px 15px 45px;
  position: relative;
}

.widget-area .services ul li a:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: 22px;
  left: 20px;
  background-color: #597392;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .services ul li a:hover {
  color: #597392;
}

.widget-area .services ul li a:hover:before {
  border-radius: 50%;
}

.widget-area .contact {
  background-color: #1e1339;
  padding: 30px 25px;
}

.widget-area .contact h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}

.widget-area .contact span {
  display: block;
  color: #fff;
  margin-bottom: 15px;
}

.widget-area .contact ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.widget-area .contact ul li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}

.widget-area .contact ul li:last-child {
  margin-bottom: 0;
}

.widget-area .contact ul li i {
  display: inline-block;
  color: #597392;
  font-size: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}

.widget-area .contact ul li a {
  display: block;
  color: #fff;
}

.widget-area .contact ul li a:hover {
  color: #597392;
}

.widget-area .contact .common-btn:hover {
  color: #1e1339;
  background-color: #fff;
}

/*----- Project Details -----*/

.project-details-area .details-content h1, .project-details-area .details-content h2, .project-details-area .details-content h3, .project-details-area .details-content h4, .project-details-area .details-content h5, .project-details-area .details-content h6 {
  margin-bottom: 15px;
}

.widget-area .info {
  background-color: #f0f3f7;
  padding: 30px 25px 30px;
}

.widget-area .info ul {
  margin: 0;
  padding: 0;
}

.widget-area .info ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 12px;
  background-color: #fff;
  padding: 15px 15px;
}

.widget-area .info ul li:last-child {
  margin-bottom: 0;
}

.widget-area .info ul li span {
  display: inline-block;
  font-weight: 600;
}

.blog-area.three {
  background-color: #fff;
}

/*----- Blog Details -----*/
.blog-details-area .details-content img {
  margin-bottom: 15px;
}

.blog-details-area .details-content .information {
  margin: 0;
  padding: 0;
  /*margin-bottom: 15px;*/
}

.blog-details-area .details-content .information li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
}

.blog-details-area .details-content .information li i {
  color: #597392;
  display: inline-block;
}

.blog-details-area .details-content .information li span {
  display: inline-block;
}

.blog-details-area .details-content .information li a {
  display: inline-block;
  color: #3f3d46;
}

.blog-details-area .details-content .information li a:hover {
  color: #597392;
}

.blog-details-area .details-content h2 {
  font-size: 35px;
  margin-bottom: 10px;
}

.blog-details-area .details-content p {
  margin-bottom: 10px;
}

.blog-details-area .details-content p:last-child {
  margin-bottom: 0;
}

.blog-details-area .details-content .items {
  margin: 0;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}

.blog-details-area .details-content .items li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.blog-details-area .details-content .items li:last-child {
  margin-bottom: 0;
}

.blog-details-area .details-content .items li span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #597392;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}

.blog-details-area .details-content .items li span:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #597392;
  border-radius: 50%;
}

.blog-details-area .details-content blockquote {
  padding: 30px 30px;
  border-left: 3px solid #597392;
  -webkit-box-shadow: 0px 0px 20px 0px #f1f1f1;
          box-shadow: 0px 0px 20px 0px #f1f1f1;
  position: relative;
  margin-bottom: 25px;
}

.blog-details-area .details-content blockquote p {
  margin-bottom: 0;
  color: #1e1339;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
}

.blog-details-area .details-content blockquote i {
  display: inline-block;
  color: #597392;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 35px;
  line-height: 35px;
}

.blog-details-area .details-content .details-form {
  padding: 40px 40px;
  -webkit-box-shadow: 0px 0px 20px 0px #f1f1f1;
          box-shadow: 0px 0px 20px 0px #f1f1f1;
  margin-top: 30px;
}

.blog-details-area .details-content .details-form h3 {
  font-size: 22px;
  margin-bottom: 25px;
}

.blog-details-area .details-content .details-form .form-group {
  margin-bottom: 20px;
}

.blog-details-area .details-content .details-form .form-group label {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
}

.blog-details-area .details-content .details-form .form-group .form-control {
  height: 50px;
  border: 1px solid #f1f1f1;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .details-content .details-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #597392;
}

.blog-details-area .details-content .details-form .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}

.blog-details-area .details-content .details-form .common-btn {
  width: 100%;
  display: block;
}

.widget-area .post {
  padding: 30px 30px;
  -webkit-box-shadow: 0px 0px 20px 0px #f1f1f1;
          box-shadow: 0px 0px 20px 0px #f1f1f1;
}

.widget-area .post .inner {
  margin-bottom: 15px;
}

.widget-area .post .inner:last-child {
  margin-bottom: 0;
}

.widget-area .post .inner ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.widget-area .post .inner ul li {
  list-style-type: none;
  display: inline-block;
}

.widget-area .post .inner ul li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 23%;
}

.widget-area .post .inner ul li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
}

.widget-area .post .inner ul li a {
  display: block;
  margin-bottom: 5px;
  color: #3f3d46;
  font-weight: 500;
}

.widget-area .post .inner ul li a:hover {
  color: #597392;
}

.widget-area .post .inner ul li span {
  display: block;
  font-size: 13px;
}

.blog-details-area.two .widget-area .widget-item:last-child {
  margin-bottom: 30px;
}
/*
Simple Warp  Warp  Style
======================================================*/
.simple-widget {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 0 30px;
  background: #ffffff;
  border: 1px solid rgba(3, 43, 102, 0.05);
}
.simple-widget .icon-content {
  padding: 30px 25px;
  background: #f0f2f5;
  text-align: center;
  position: relative;
  top: -32px;
}
.simple-widget .icon-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.simple-widget .icon-content ul li {
  position: relative;
  margin-bottom: 42px;
}
.simple-widget .icon-content ul li:last-child {
  margin-bottom: 0;
}
.simple-widget .icon-content ul li .icon {
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  font-size: 45px;
  line-height: 103px;
  position: relative;
  color: #032B66;
  background-color: #ffffff;
  overflow: hidden;
  transition: all ease 0.5s;
  z-index: 1;
  box-shadow: 0px 4px 40px rgba(3, 43, 102, 0.05);
}
.simple-widget .icon-content ul li .icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  background-color: #1e1339;
}
.simple-widget .icon-content ul li h2 {
  margin-bottom: -12px;
  font-weight: 900;
  font-size: 36px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(83, 108, 138, 0.33);
}
.simple-widget .content {
  padding-left: 40px;
}
.simple-widget .content .title {
  color: #37b1fd;
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  font-family: "Roboto";
}
.simple-widget .content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.simple-widget:hover .icon-content .icon {
  color: #ffffff;
}
.simple-widget:hover .icon-content .icon::before {
  height: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
}

/*
Planner  Warp  Style
======================================================*/
.inner-planner {
  background: #69C7FA;
  padding: 70px 80px 80px 80px;
}
.inner-planner .planner-content .default-btn {
  margin-top: 25px;
}
.inner-planner .single-section {
  padding-right: 50px;
}

.inner-planner .single-section h2{
  font-size: 30px;
}

.planner-warp {
  position: relative;
  z-index: 1;
}
.planner-warp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 30%;
  background: #0c0c20;
}

/*
About Warp  Style
======================================================*/
.prevention-warp {
  /* background: linear-gradient(0deg, #F7F9FF, #F7F9FF), rgba(5, 84, 242, 0.03); */
  position: relative;
  z-index: 1;
}

.prevention-widget {
  margin-bottom: 25px;
}
.prevention-widget .prevent-content-warp {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.prevention-widget .prevent-content-warp::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  top: 0;
  height: 2px;
  width: 0%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  background-color: #536B8B;
}
.prevention-widget .prevent-content-warp:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.prevention-widget .content {
  max-width: 500px;
  padding: 30px 0 30px 30px;
  position: relative;
}
.prevention-widget .content::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: -110px;
  width: 1px;
  background: rgba(3, 4, 28, 0.1);
}
.prevention-widget .content .title2 {
  font-weight: 400;
  font-size: 14px;
  color: #37b1fd;
  display: inline-block;
  margin-bottom: 10px;
}
.prevention-widget .content h3 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
}
.prevention-widget .content ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.prevention-widget .content ul li {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 30px;
  margin-bottom: 20px;
}
.prevention-widget .content ul li img {
  position: absolute;
  left: 0;
  top: 1px;
}
.prevention-widget .content .prize {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #0554F2;
}
.prevention-widget .prevent-btn {
  text-align: center;
}
.prevention-widget .prevent-btn .style3 {
  margin-bottom: 40px;
}
.prevention-widget .prevent-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.prevention-view {
  margin-top: 40px;
  margin-bottom: 25px;
}
.default-btn {
  padding: 15px 35px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  z-index: 1;
  border-radius: 50px;
  transition: all ease 0.5s;
  position: relative;
  background-color: #1e1339;
}
.default-btn.style3:hover {
  background-color: #EE0034;
  border-color: transparent;
  color: #ffffff;
}
.default-btn.style3 {
  background-color: transparent;
  border: solid 1px #EE0034;
  color: #03041C;
}
.default-btn:hover {
  background-color: #597392;
  color: #ffffff;
}
.contact-card-warp {
  padding-right: 100px;
}
.contact-card-warp h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.contact-card-warp p {
  margin-bottom: 30px;
}
.contact-card-warp .contact-card {
  display: flex;
  padding: 30px 30px 30px 60px;
  /* max-width: 340px; */
  margin-left: 30px;
  margin-bottom: 25px;
  position: relative;
  box-shadow: 0px 10px 40px rgba(3, 4, 28, 0.05);
}
.contact-card-warp .contact-card .icon {
  left: -30px;
  width: 60px;
  position: absolute;
  height: 60px;
  top: 50%;
  transform: translateY(-29px);
  line-height: 60px;
  text-align: center;
  background-color: #1E1339;
}
.contact-card-warp .contact-card .content p {
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.contact-card-warp .contact-card .content span {
  font-weight: 500;
  font-size: 16px;
  color: #03041C;
}
.contact-card-warp .contact-card .content a {
  color: #03041C;
  font-weight: 500;
  font-size: 16px;
}
.contact-card-warp .share {
  display: flex;
  align-items: center;
  margin-top: 45px;
}
.contact-card-warp .share h3 {
  font-size: 24px;
  margin-bottom: 0;
  margin-right: 30px;
}
.contact-card-warp .share .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.contact-card-warp .share .social-list li {
  display: inline-block;
  padding-right: 5px;
}
.contact-card-warp .share .social-list li a {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  transition: all ease 0.5s;
  background-color: #1E1339;
}

.contact-form {
  margin-left: -50px;
  padding-top: 44px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #ffffff;
  box-shadow: 0px 10px 40px rgba(3, 4, 28, 0.05);
}
.contact-form h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.contact-form .form-control {
  height: 55px;
  padding-left: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(5, 84, 242, 0.15);
  border-radius: 5px;
  transition: all ease 0.5s;
}
.contact-form .form-control:focus {
  box-shadow: unset;
}
.contact-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.contact-form .form-control:focus::placeholder {
  color: transparent;
}
.contact-form .form-control::-moz-placeholder {
  color: #666666;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.contact-form .form-control::placeholder {
  color: #666666;
  transition: all ease 0.5s;
}
.contact-form textarea {
  height: 155px !important;
  padding-top: 12px;
}
.contact-form .default-btn {
  border: none;
  border-radius: 5px;
  background-color: #1E1339;
}
/*
Blog  Warp  Style
======================================================*/
.blog-card {
  margin-bottom: 25px;
}
.blog-card .content {
  padding: 36px 30px 30px 30px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  transition: all ease 0.5s;
  top: -60px;
  margin-bottom: -60px;
  background-color: #ffffff;
  border: 1px solid rgba(3, 43, 102, 0.05);
}
.blog-card .content .user {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  left: 30px;
}
.blog-card .content .user img {
  border-radius: 50%;
}
.blog-card .content .self {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.blog-card .content .self li img {
  position: relative;
  top: -2px;
  padding-right: 2px;
}
.blog-card .content .self li a:hover {
  color: #597392;
}
.blog-card .content .comment {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}
.blog-card .content .comment::before {
  content: "";
  position: absolute;
  left: -30px;
  right: 0;
  top: -20px;
  bottom: 0;
  height: 1px;
  width: 119%;
  background: rgba(3, 43, 102, 0.05);
}
.blog-card .content .comment li img {
  position: relative;
  top: -2px;
  padding-right: 2px;
}
.blog-card .content .comment li a:hover {
  color: #597392;
}
.blog-card .content .comment li .explore {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 15px;
  color: #032B66;
  position: relative;
}
.blog-card .content .comment li .explore::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 0%;
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
  background-color: #597392;
}
.blog-card .content .comment li .explore:hover {
  color: #597392;
}
.blog-card .content .comment li .explore:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.blog-card .content h3 {
  font-size: 19px;

}
.blog-card .content p {
  margin-bottom: 40px;
}
.blog-card .content h3 a {
  color: #032B66;
}
.blog-card .content h3 a:hover {
  color: #597392;
}
.blog-card:hover .content {
  box-shadow: 0px 10px 40px rgba(3, 43, 102, 0.06);
  border-color: transparent;
}
.bottom-bar {
  position: fixed;
  bottom: -125px;
  left: 0;
  width: 100%;
  background-color: #ebebebe0;
  z-index: 9999;
  -webkit-transition: .9s;
  transition: .9s;
  opacity: 0;
  visibility: hidden;
}
.bottom-bar.active {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
.bottom-bar .shortcut {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  font-size: 1.8rem;
}
.bottom-bar .shortcut .button {
  margin: 0 5px;
}
.bottom-bar .shortcut .signup {
  padding: 5px 60px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #f33131;
  border: 5px solid #f33131;
  border-radius: 16px;
  font-size: 15px;
}
.bottom-bar .shortcut .or {
  width: 36px;
  height: 36px;
  color: #000;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.8;
  border-radius: 18px;
  font-size: 15px;
}
.bottom-bar .shortcut .needyourhelp {
  padding: 5px 60px;
  color: #000;
  text-align: center;
  text-decoration: none;
  background-color: #bfbfbf;
  border: 5px solid #bfbfbf;
  border-radius: 16px;
  font-size: 15px;
}
/*
Top button Style
======================================================*/
.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 125px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px #1e1339;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #1e1339;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #1e1339;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

@-webkit-keyframes top-bottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
@keyframes top-bottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}

@media (max-width: 764px) {
  .bottom-bar .shortcut{
    padding: 15px 0;
  }
  .bottom-bar .shortcut .signup {
    font-size: 10px;
    padding: 10px 15px;
  }
  .bottom-bar .shortcut .or {
    width: 20px;
    font-size: 9px;
    line-height: 4
  }
  .bottom-bar .shortcut .needyourhelp {
    font-size: 10px;
    padding: 10px 15px;
  }
  .blog-card .content{
    margin-left: 10px;
    margin-right: 10px;
  }
  .blog-card .content h3{
    font-size: 15px;
  }
  .contact-card-warp {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .contact-card-warp h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact-card-warp p {
    margin-bottom: 12px;
  }
  .contact-card-warp .share h3 {
    font-size: 18px;
    margin-right: 12px;
  }
  .contact-form {
    margin-left: 0;
    padding: 25px;
  }
  .contact-form h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  /*Inner Planer Warp  Style
  ======================================================*/
  .inner-planner {
    padding: 25px;
  }
  .inner-planner .single-section {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .inner-planner .single-section h2{
      font-size: 23px;
  }
  .inner-planner .planner-content .default-btn {
    margin-top: 5px;
  }
   /*
  prevention Warp  Style
  ======================================================*/
  .prevention-widget .content {
    padding: 25px 0 25px 20px;
  }
  .prevention-widget .content::before {
    display: none;
  }
  .prevention-widget .content h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .prevention-widget .content ul li {
    padding-left: 24px;
    padding-right: 26px;
    margin-bottom: 10px;
  }
  .prevention-widget .prevent-image {
    height: 300px;
    width: 100%;
  }
  .prevention-widget .pr-0 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .prevention-widget .pl-0 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  /* .prevention-widget .prevent-btn .default-btn.style2 {
    margin-left: 10px;
  } */
  .prevention-view {
    margin-bottom: 25px;
  }
  .prevention-widget .prevent-btn{
    padding-bottom: 20px;
  }
    /*
  Simple Warp Style
  ======================================================*/
  .simple-widget {
    padding: 25px;
  }
  .simple-widget .icon-content {
    padding: 10px;
    top: 0;
  }
  .simple-widget .icon-content ul li {
    margin-bottom: 10px;
  }
  .simple-widget .icon-content ul li .icon {
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 55px;
  }
  .simple-widget .content {
    padding-left: 12px;
  }
  .simple-widget .content .title {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .simple-widget .content h3 {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
/*# sourceMappingURL=style.css.map */