@font-face {
  font-family: Mitr-Medium;
  src: url(../fonts/Mitr-Regular.ttf) format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Mitr-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #727272;
  overflow-x: hidden;
  font-size: 15px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
}

* {
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus,
a:focus,
button:focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}


img,
svg {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
  margin: 0px;
  color: #3a59d1;
  font-family: 'Mitr-Medium', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.text-start {
  text-align: left;
}

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

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

/* Bread Crumbs */

.section {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 300px;
  position: relative;
}

.section-title h3 {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
  color: #3a59d1;
  border: 2px solid #3a59d1;
  border-radius: 30px;
  padding: 8px 30px;
  text-transform: capitalize;
}

.section-title h2 {
  font-size: 34px;
  margin-bottom: 25px;
  line-height: 42px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
}

.section-title p {
  font-size: 15px;
  line-height: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    padding: 0px 200px;
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding: 0px 20px;
    margin-bottom: 50px;
  }

  .section-title h3 {
    font-size: 14px;
  }

  .section-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .section-title p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .section-title {
    padding: 0px 10px;
    margin-bottom: 40px;
  }

  .section-title h3 {
    font-size: 13px;
  }

  .section-title h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
  }

  .section-title p {
    font-size: 15px;
  }
}

/*======================================
    Testimonial CSS
========================================*/
.testimonials {
  background-color: #F4F7FA;
  position: relative;
  padding-bottom: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .testimonials {
    padding-bottom: 120px;
  }
}

.testimonials.style2 .single-testimonial .shape1 {
  top: 0;
  left: -30px;
  height: 90px;
  width: 90px;
}

.testimonials.style2 .single-testimonial .shape2 {
  right: 20px;
  bottom: 20px;
}

.testimonials .testimonial-slider {
  margin: 0;
}

.testimonials .tns-nav {
  text-align: center;
  position: absolute;
  bottom: 90px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  left: 50%;
  z-index: 9;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials .tns-nav {
    bottom: 55px;
  }
}

@media (max-width: 767px) {
  .testimonials .tns-nav {
    bottom: 55px;
  }
}

.testimonials .tns-nav button {
  height: 6px;
  width: 14px;
  background-color: #D0CCCC;
  border-radius: 5px;
  display: inline-block;
  border: none;
  margin: 0px 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonials .tns-nav button.tns-nav-active {
  width: 25px;
  background-color: #3080E3;
}

.testimonials .single-testimonial {
  background-color: #fff;
  padding: 70px 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .testimonials .single-testimonial {
    padding: 50px 40px;
  }
}

.testimonials .single-testimonial .shape1 {
  position: absolute;
  left: 40px;
  top: 0;
}

.testimonials .single-testimonial .shape2 {
  position: absolute;
  right: -20px;
  bottom: -20px;
}

.testimonials .single-testimonial .inner-content {
  position: relative;
  z-index: 0;
}

.testimonials .single-testimonial .qote-icon {
  font-size: 70px;
  color: #3333331a;
  position: absolute;
  opacity: 0.2;
  right: 0;
  top: 0;
  z-index: -1;
}

.testimonials .single-testimonial .text h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials .single-testimonial .text h4 {
    bottom: 55px;
  }
}

@media (max-width: 767px) {
  .testimonials .single-testimonial .text h4 {
    font-size: 15px;
    line-height: 28px;
  }
}

.testimonials .single-testimonial .author {
  position: relative;
  padding-left: 70px;
  margin-top: 40px;
}

.testimonials .single-testimonial .author img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.testimonials .single-testimonial .author h4 {
  font-size: 17px;
  font-weight: 600;
}

.testimonials .single-testimonial .author h4 span {
  color: #3080E3;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}

/* Overlay */

/* Pagination CSS */

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  padding: 16px 30px;
  background-color: #3a59d1;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn i {
  display: inline-block;
  margin-right: 5px;
}

.button .btn:last-child {
  margin: 0;
}

.button .btn:hover {
  color: #fff;
  background-color: #0a0bb3;
}

.button {
  margin-left: 0 !important;
}

/* Preloader */

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*======================================
	01. Start Header CSS
========================================*/
.header {
  width: 100%;
  background: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 18px 0 !important;
  }

  .header .mobile-menu-btn .toggler-icon {
    background-color: #151515;
  }

  .header .button {
    margin: 0 !important;
  }

  .header .navbar-collapse {
    position: absolute;
    top: 61px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 8px;
  }

  .header .navbar .navbar-nav .nav-item a:hover {
    color: #3080E3 !important;
  }

  .header .navbar .navbar-nav .nav-item a.active {
    color: #3080E3 !important;
  }

  .header .navbar-nav .nav-item {
    margin: 0;
  }

  .header .navbar-nav .nav-item:hover a {
    color: #3080E3;
  }

  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }

  .header .navbar-nav .nav-item a::before {
    display: none;
  }

  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #3080E3 !important;
  }

  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }

  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }

  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #3080E3 !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }

  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #3080E3 !important;
  }

  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }

  .header .navbar-nav .nav-item a:hover {
    color: #3080E3;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 18px 0 !important;
  }

  .header .mobile-menu-btn .toggler-icon {
    background-color: #151515;
  }

  .header .navbar-collapse {
    position: absolute;
    top: 60px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 8px;
  }

  .header .navbar .navbar-nav .nav-item a:hover {
    color: #3080E3 !important;
  }

  .header .navbar .navbar-nav .nav-item a.active {
    color: #3080E3 !important;
  }

  .header .navbar-nav .nav-item {
    margin: 0;
  }

  .header .navbar-nav .nav-item:hover a {
    color: #3080E3;
  }

  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }

  .header .navbar-nav .nav-item a::before {
    display: none;
  }

  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #3080E3 !important;
  }

  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }

  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }

  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #3080E3 !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }

  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #3080E3 !important;
  }

  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }

  .header .navbar-nav .nav-item a:hover {
    color: #3080E3;
  }
}

@media (max-width: 767px) {
  .header .button {
    display: none;
  }
}

.header .navbar-brand img {
  width: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-brand img {
    width: 40px;
  }
}

@media (max-width: 767px) {
  .header .navbar-brand img {
    width: 40px;
  }
}

.header.sticky .button .btn {
  background-color: #3080E3;
  color: #fff;
}

.header.sticky .button .btn:hover {
  background-color: #fd723b;
  color: #fff;
}

.sticky {
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
  background-color: #fff;
}

.navbar-expand-lg .navbar-nav {
  margin: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}

.header .navbar .navbar-nav .nav-item a.active {
  color: #3080E3;
}

.sticky .navbar .navbar-nav .nav-item a.active {
  color: #3080E3;
}

.sticky .navbar .navbar-nav .nav-item a {
  color: #151515;
}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
  background: #333;
}

/*===== NAVBAR =====*/
.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

.navbar-area.sticky {
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0px 0;
}

.navbar {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding-left: 0;
  border-radius: 0;
}

.mobile-menu-btn {
  padding: 0px;
}

.mobile-menu-btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

.navbar-nav .nav-item {
  z-index: 1;
  position: relative;
  margin-right: 40px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}

.navbar-nav .nav-item:hover a {
  color: #3080E3;
}

.sticky .navbar-nav .nav-item:hover a {
  color: #3080E3;
}

.navbar-nav .nav-item a {
  font-size: 15px;
  color: #151515;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 35px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-transform: capitalize;
}

.navbar-nav .nav-item a::after {
  opacity: 0;
  visibility: hidden;
}

.navbar-nav .nav-item:hover a:before {
  width: 100%;
}

.navbar-nav .nav-item a.active {
  color: #fff;
}

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea5e";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: 17px;
  font-size: 10px;
  top: 50%;
  margin-left: 5px;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 18px;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.navbar-nav .nav-item:hover>.sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item:hover>.sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  padding: 30px;
  min-width: 240px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px #0000001a;
  box-shadow: 0px 5px 20px #0000001a;
  position: absolute;
  top: 110% !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0 0 4px 4px;
  border-radius: 5px;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
  width: 100%;
  margin-bottom: 15px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
  margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
  padding: 0;
  color: #888;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {
  color: #3080E3;
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu>li {
  display: block;
  margin-left: 0;
}

.navbar-nav .nav-item .sub-menu>li:last-child {
  border: none;
}

.navbar-nav .nav-item .sub-menu>li.active>a {
  color: #3080E3 !important;
}

.navbar-nav .nav-item .sub-menu>li>a {
  font-weight: 400;
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
}

.navbar-nav .nav-item .sub-menu>li:first-child a {
  border: none;
}

.button {
  display: inline-block;
  margin-left: 10px;
}

.button .signin {
  color: #fff;
  font-weight: 500;
  margin-right: 20px;
}

.button .signin:hover {
  text-decoration: underline;
}

.button .signup {
  background-color: #fff;
  color: #151515;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 500;
}

.button .signup:hover {
  color: #fff;
  background-color: #fd723b;
}

.sticky .button .signin {
  color: #151515;
}

.sticky .button .signin:hover {
  color: #3080E3;
}

.sticky .button .signup {
  background-color: #3080E3;
  color: #fff;
}

.sticky .button .signup:hover {
  background-color: #fd723b;
  color: #fff;
}

.others-pages {
  background-color: #fff;
}

.others-pages .button .signin {
  color: #151515;
}

.others-pages .button .signin:hover {
  color: #3080E3;
}

.others-pages .button .signup {
  background-color: #3080E3;
  color: #fff;
}

.others-pages .button .signup:hover {
  background-color: #fd723b;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .header .button .signin {
    color: #151515;
  }

  .header .button .signin:hover {
    color: #3080E3;
  }

  .header .button .signup {
    background-color: #3080E3;
    color: #fff;
  }

  .header .button .signup:hover {
    background-color: #fd723b;
    color: #fff;
  }
}
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
  position: relative;
  background-color: #fff;
  padding: 400px 0 160px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding: 130px 0 70px 0;
  }
}

@media (max-width: 767px) {
  .hero-area {
    padding: 110px 0 60px 0;
  }
}

.hero-area .hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    padding: 0px 140px;
  }
}

.hero-area .hero-content h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 53px;
  color: #3080E3;
  margin: 0px 0 18px;
  text-transform: capitalize;
  overflow: hidden;
}

.hero-area .hero-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #313131;
  margin: 28px 0;
}

.hero-area .hero-content .button {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content .button {
    margin-top: 10px !important;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content .button {
    margin-top: 10px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content .button .btn {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    text-align: center;
  }

  .hero-area .hero-content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
  }

  .hero-area .hero-content p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content {
    padding: 0 10px;
    text-align: center;
  }

  .hero-area .hero-content h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-area .hero-content p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
  }

  .hero-area .hero-content .button .btn {
    width: 60%;
    margin: 0;
    margin-bottom: 7px;
  }

  .hero-area .hero-content .button .btn:last-child {
    margin: 0;
  }
}

/*======================================
    Process Area CSS
========================================*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .process .content {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .process .content {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process .content {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .process .content {
    margin-top: 50px;
  }
}

.process .content h4 {
  color: #3080E3;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.process .content h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process .content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .process .content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
}

.process .content p {
  font-size: 16px;
  margin-top: 25px;
}

.process .content .list .single-list {
  position: relative;
  padding-left: 80px;
  margin-top: 50px;
  display: inline-block;
}

.process .content .list .single-list .list-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  border-radius: 50%;
  font-size: 22px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.process .content .list .single-list h4 {
  color: #151515;
  font-size: 15px;
  margin-bottom: 8px;
}

.process .content .list .single-list p {
  margin: 0;
}

/*======================================
    Testimonial CSS
========================================*/
.testimonials {
  background-color: #F4F7FA;
  position: relative;
  padding-bottom: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .testimonials {
    padding-bottom: 120px;
  }
}

.testimonials .testimonial-slider {
  margin: 0;
}

.testimonials .single-testimonial {
  background-color: #fff;
  padding: 70px 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .testimonials .single-testimonial {
    padding: 50px 40px;
  }
}

.testimonials .single-testimonial .inner-content {
  position: relative;
  z-index: 0;
}

.testimonials .single-testimonial .qote-icon {
  font-size: 70px;
  color: #3333331a;
  position: absolute;
  opacity: 0.2;
  right: 0;
  top: 0;
  z-index: -1;
}

.testimonials .single-testimonial .text h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials .single-testimonial .text h4 {
    bottom: 55px;
  }
}

@media (max-width: 767px) {
  .testimonials .single-testimonial .text h4 {
    font-size: 15px;
    line-height: 28px;
  }
}

.testimonials .single-testimonial .author {
  position: relative;
  padding-left: 70px;
  margin-top: 40px;
}

.testimonials .single-testimonial .author img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.testimonials .single-testimonial .author h4 {
  font-size: 17px;
  font-weight: 600;
}

.testimonials .single-testimonial .author h4 span {
  color: #3080E3;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}

/*=============================
	Pricing Table CSS
===============================*/
.pricing-table {
  background-color: #F4F7FA;
}

.pricing-table .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-table .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .pricing-table .section-title {
    margin-bottom: 20px;
  }
}

.pricing-table .single-table {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 40px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 50px 35px;
  text-align: center;
  z-index: 0;
  transition: all 0.4s ease;
}

.pricing-table .single-table:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
}

.pricing-table .single-table .table-head .title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #3080e3;
  padding: 8px 20px;
  border: 2px solid #3080e3;
  display: inline-block;
  border-radius: 30px;
}

.pricing-table .single-table .table-head p {
  font-weight: 400;
}

.pricing-table .single-table .button {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 40px;
}

.pricing-table .single-table .button .btn {
  text-transform: none;
  padding: 14px 35px;
}

.pricing-table .single-table .table-content .table-list li {
  position: relative;
  font-size: 15px;
  margin-bottom: 10px;
}

.pricing-table .single-table .table-content .table-list li:last-child {
  margin: 0;
}

.pricing-table .single-table .table-content .table-list li i {
  color: #3080E3;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}

/*======================================
    Call To Action CSS
========================================*/

/*======================================
    Blog CSS
========================================*/
.blog-section {
  background-color: #fff;
}

.blog-section .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .blog-section .section-title {
    margin-bottom: 20px;
  }
}

/* Single Blog Grid*/

/* News Details */

/*comments*/

/*Comment form*/

/* News sidebar */

/* Blog Grid Page */

/*======================================
   Clients Logo CSS
========================================*/

/*======================================
    Services CSS
========================================*/
.services {
  background-color: #F4F7FA;
}

.services .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .section-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .services .section-title {
    margin-bottom: 30px;
  }
}

.single-service {
  padding: 35px;
  border-radius: 18px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
  background-color: #fff;
  margin-top: 30px;
}

.single-service h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 40px;
}

.single-service p {
  font-size: 16px;
}

.single-service a {
  color: #3080E3;
  margin-top: 40px;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}

.single-service a i {
  font-size: 22px;
  margin-left: 12px;
  position: relative;
  top: 3px;
}

.single-service a:hover {
  letter-spacing: 1px;
}

.single-service.two a {
  color: #fd723b;
}

.single-service.three a {
  color: #FFA842;
}

/*======================================
    Team CSS
========================================*/

/*======================================
	Account Login CSS
========================================*/

/*======================================
	Contact CSS
========================================*/

/*======================================
	Error 404 CSS
========================================*/

/*======================================
	Mail Success CSS
========================================*/

/*======================================
	Footer CSS
========================================*/
.footer {
  background-color: #F4F7FA;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer {
    margin-top: 40px;
    text-align: center;
  }
}

.footer .single-footer.f-about {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about {
    padding: 0;
  }
}

.footer .single-footer.f-about .logo img {
  width: 110px;
}

.footer .single-footer.f-about p {
  color: #727272;
  margin-top: 20px;
  font-size: 15px;
}

.footer .single-footer.f-link li {
  display: block;
  margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
  margin: 0;
}

.footer .single-footer.f-link li a {
  font-size: 15px;
  font-weight: 400;
  color: #727272;
}

.footer .single-footer.f-link li a:hover {
  color: #3080E3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) {
  .footer .single-footer.newsletter {
    padding-left: 80px;
  }
}

.footer .single-footer h3 {
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
  color: #151515;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

#main-div {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 0
}

#main-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 45px;
  width: 45px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background-color: #1c8292;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);

}

#main-button~button {
  visibility: hidden;
  font-weight: 600;
  height: 45px;
  padding: 0 20px;
  color: #fff;
  background: linear-gradient(90deg, #1c8292, #1c8292);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
  border: 0;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  opacity: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear;
}

#main-button.open~button {
  visibility: visible;
  right: 70px;
  opacity: 1;
  transition: .4s all cubic-bezier(0, .01, 0, 1.27);
  -webkit-transition: .4s all cubic-bezier(0, .01, 0, 1.27);
  -moz-transition: .4s all cubic-bezier(0, .01, 0, 1.27);
  -ms-transition: .4s all cubic-bezier(0, .01, 0, 1.27);
  -o-transition: .4s all cubic-bezier(0, .01, 0, 1.27)
}

#main-button~a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 45px;
  width: 45px;
  font-size: 20px;
  opacity: 0;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear
}

#main-button~.line-color {
  background: #06c755
}

#main-button~.messenger-color {
  background: #1877f2
}

#main-button~.tele-color {
  background: #3a59d1
}

#main-button.open~a {
  opacity: 1;
  transition: .4s all cubic-bezier(0, .01, 0, 1.27);
  -webkit-transition: .4s all cubic-bezier(0, .01, 0, 1.27);
  -moz-transition: .4s all cubic-bezier(0, .01, 0, 1.27);
  -ms-transition: .4s all cubic-bezier(0, .01, 0, 1.27);
  -o-transition: .4s all cubic-bezier(0, .01, 0, 1.27)
}

#main-button.open~a:nth-of-type(1) {
  bottom: 60px
}

#main-button.open~a:nth-of-type(2) {
  bottom: 120px
}

#main-button.open~a:nth-of-type(3) {
  bottom: 180px
}

.wave {
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

@keyframes wave {
  0% {
    box-shadow: 0 0 0 0 #1c8292
  }

  100% {
    box-shadow: 0 0 0 10px #54878f
  }
}

.open {
  animation-iteration-count: 1
}