/*
 _____      				              	 _ _ _ __
|  __ \  				              	 __	|_ _ _ __|
| |__) | 					              | |	   | |	  __
|  ___/    ___    __ _    __ _  | |    | |	 | |__     ___ 	 _ __  _ __    ___
| |\ \    / _ \  / _` |  / _` | | |    | |	 | '_ \   / _ \ | '_ \| '_ \  / _ \
| | \ \  |  __/ | (_| | | (_| | | |    | |	 | | | | |  __/ | |  ||  | | |  __/
|_|  \ \  \___|  \__, |  \__,_| |_|    |_|   |_| |_|  \___| |_|  ||  |_|  \___|
                  __/ |
                 |___/
================================================================================ */
/*==========================================================
    Template Name: RNR - Sass & Software Landing Page
    Created By: RegalTheme
    Envato Profile: https://themeforest.net/user/regaltheme
    Website: http://regaltheme.com
    Description: RNR is Fully Responsive Sass & Software HTML Landing Page Template with awesome features.
    Version: v1.0
    Support: http://regaltheme.com/support
============================================================*/
/*===========================================================
    CSS INDEX
    ===================

	[ 1. General Code ]
	[ 2. Typography ]
	[ 3. Global Classes ]
	[ 4. Template Parts ]
	[ 5. Preloader ]
	[ 6. Scroll UP ]
==============================================================*/
/*
[ 1. General Code ]
================ */
* {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 2.8rem;
  font-size: 1.4rem;
  color: #1c223a;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: "Open Sans", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
}

::-moz-selection {
  background: #02ad88;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: #02ad88;
  text-shadow: none;
  color: #ffffff;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #f8f9fa;
  color: #000;
  padding: 0.2em 0;
}

img {
  max-width: 100%;
}

/*
[ 2. Typography ]
==========================*/
p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #1c223a;
}

@media (min-width: 768px) {
  h1 {
    line-height: 4.5rem;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 3rem;
  }
}

h4,
h5 {
  font-weight: 500;
}

*,
:focus,
button:focus {
  outline: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

a {
  color: #1c223a;
}

a:hover,
a :focus {
  color: #02ad88;
  text-decoration: none;
}

a,
.navbar a,
.icon,
.form-control {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Some Custom Mixin (Browser Prefixes) */
/*
[ 3. Global Classes ]
============================ */
.section-ptb,
.section-pt,
.section-pb {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-ptb,
  .section-pt,
  .section-pb {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (max-width: 767.98px) {
  .section-ptb,
  .section-pt,
  .section-pb {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.section-pt {
  padding-bottom: 0 !important;
}

.section-pb {
  padding-top: 0 !important;
}

.fix {
  overflow: hidden;
}

hr.line {
  margin: 0;
  border-color: #1c223a;
  border-width: 1px;
  width: 4.5rem;
}

hr.line.bw-2 {
  border-width: 2px;
}

hr.line.w-100 {
  width: 100%;
}

hr.line.line-sm {
  width: 8.6rem;
}

.move-line {
  width: 45%;
  overflow: hidden;
  margin-top: -1px;
  top: 50%;
  left: 0;
  right: 0;
}

.move-line hr.line {
  width: 200%;
  border-color: #02ad88;
  border-style: dashed;
  border-width: 1.5px;
  animation: LeftToMove 10s infinite linear;
  -webkit-animation: LeftToMove 10s infinite linear;
}

.timeline-line .timeline-box {
  width: 50%;
  margin-left: 6rem;
  height: 26rem;
}

.timeline-line .timeline-box .move-line {
  width: 100%;
}

.timeline-line .timeline-box .move-line.topLeft {
  top: 6.5rem;
  width: 13rem !important;
  left: -6.5rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.timeline-line .timeline-box .move-line.center {
  top: 50%;
}

.timeline-line .timeline-box .move-line.bottomRight {
  width: 13rem !important;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 100%;
  margin-left: -13rem;
  bottom: 0;
}

.timeline-line .timeline-box .move-line .line {
  border-color: #c7d4e6;
}

.timeline-line .timeline-box .dot {
  position: absolute;
  left: -0.6rem;
  top: 50%;
  margin-top: -0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  -webkit-animation: dotZoomInOut 1s infinite;
  animation: dotZoomInOut 1s infinite;
}

.timeline-line .timeline-box .dot.right-dot {
  left: inherit;
  right: -0.5rem;
}

@-webkit-keyframes LeftToMove {
  100% {
    -webkit-transform: translate(0%);
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%);
  }
  0% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-moz-keyframes LeftToMove {
  100% {
    -webkit-transform: translate(0%);
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%);
  }
  0% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-ms-keyframes LeftToMove {
  100% {
    -webkit-transform: translate(0%);
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%);
  }
  0% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@keyframes LeftToMove {
  100% {
    -webkit-transform: translate(0%);
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%);
  }
  0% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-webkit-keyframes dotZoomInOut {
  0% {
    -webkit-box-shadow: 0 0 0 0 #02ad88;
    box-shadow: 0 0 0 0 #02ad88;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px transparent;
    box-shadow: 0 0 0 10px transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
    transition: -webkit-box-shadow 0.4s ease-in-out;
    -o-transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  }
}

@-moz-keyframes dotZoomInOut {
  0% {
    box-shadow: 0 0 0 0 #02ad88;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  }
  100% {
    box-shadow: 0 0 0 10px transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
    transition: -webkit-box-shadow 0.4s ease-in-out;
    -o-transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  }
}

@-ms-keyframes dotZoomInOut {
  0% {
    box-shadow: 0 0 0 0 #02ad88;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  }
  100% {
    box-shadow: 0 0 0 10px transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
    transition: -webkit-box-shadow 0.4s ease-in-out;
    -o-transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  }
}

@keyframes dotZoomInOut {
  0% {
    -webkit-box-shadow: 0 0 0 0 #02ad88;
    box-shadow: 0 0 0 0 #02ad88;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px transparent;
    box-shadow: 0 0 0 10px transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
    transition: -webkit-box-shadow 0.4s ease-in-out;
    -o-transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  }
}

.input-lg-w {
  width: 30rem !important;
}

@media (max-width: 767.98px) {
  .h-sm-auto {
    height: auto !important;
  }
}

/*Margin & Padding
---------------------*/
/* Margin Top */
.mt-1 {
  margin-top: 0.1rem !important;
}

.mt-2 {
  margin-top: 0.2rem !important;
}

.mt-3 {
  margin-top: 0.3rem !important;
}

.mt-4 {
  margin-top: 0.4rem !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-55 {
  margin-top: 5.5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-65 {
  margin-top: 6.5rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-75 {
  margin-top: 7.5rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-85 {
  margin-top: 8.5rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt-95 {
  margin-top: 9.5rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mt-105 {
  margin-top: 10.5rem !important;
}

.mt-110 {
  margin-top: 11rem !important;
}

.mt-115 {
  margin-top: 11.5rem !important;
}

.mt-120 {
  margin-top: 12rem !important;
}

.mt-125 {
  margin-top: 12.5rem !important;
}

.mt-130 {
  margin-top: 13rem !important;
}

.mt-135 {
  margin-top: 13.5rem !important;
}

.mt-140 {
  margin-top: 14rem !important;
}

.mt-145 {
  margin-top: 14.5rem !important;
}

.mt-150 {
  margin-top: 15rem !important;
}

.mt-155 {
  margin-top: 15.5rem !important;
}

.mt-160 {
  margin-top: 16rem !important;
}

.mt-165 {
  margin-top: 16.5rem !important;
}

.mt-170 {
  margin-top: 17rem !important;
}

.mt-175 {
  margin-top: 17.5rem !important;
}

.mt-180 {
  margin-top: 18rem !important;
}

.mt-185 {
  margin-top: 18.5rem !important;
}

.mt-190 {
  margin-top: 19rem !important;
}

.mt-195 {
  margin-top: 19.5rem !important;
}

.mt-200 {
  margin-top: 20rem !important;
}

/* Margin Bottom*/
.mb-1 {
  margin-bottom: 0.1rem !important;
}

.mb-2 {
  margin-bottom: 0.2rem !important;
}

.mb-3 {
  margin-bottom: 0.3rem !important;
}

.mb-4 {
  margin-bottom: 0.4rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-55 {
  margin-bottom: 5.5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-65 {
  margin-bottom: 6.5rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-75 {
  margin-bottom: 7.5rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-85 {
  margin-bottom: 8.5rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mb-95 {
  margin-bottom: 9.5rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mb-105 {
  margin-bottom: 10.5rem !important;
}

.mb-110 {
  margin-bottom: 11rem !important;
}

.mb-115 {
  margin-bottom: 11.5rem !important;
}

.mb-120 {
  margin-bottom: 12rem !important;
}

.mb-125 {
  margin-bottom: 12.5rem !important;
}

.mb-130 {
  margin-bottom: 13rem !important;
}

.mb-135 {
  margin-bottom: 13.5rem !important;
}

.mb-140 {
  margin-bottom: 14rem !important;
}

.mb-145 {
  margin-bottom: 14.5rem !important;
}

.mb-150 {
  margin-bottom: 15rem !important;
}

.mb-155 {
  margin-bottom: 15.5rem !important;
}

.mb-160 {
  margin-bottom: 16rem !important;
}

.mb-165 {
  margin-bottom: 16.5rem !important;
}

.mb-170 {
  margin-bottom: 17rem !important;
}

.mb-175 {
  margin-bottom: 17.5rem !important;
}

.mb-180 {
  margin-bottom: 18rem !important;
}

.mb-185 {
  margin-bottom: 18.5rem !important;
}

.mb-190 {
  margin-bottom: 19rem !important;
}

.mb-195 {
  margin-bottom: 19.5rem !important;
}

.mb-200 {
  margin-bottom: 20rem !important;
}

/* Margin Left */
.ml-5 {
  margin-left: 0.5rem;
}

.ml-10 {
  margin-left: 1rem;
}

.ml-15 {
  margin-left: 1.5rem;
}

.ml-20 {
  margin-left: 2rem;
}

.ml-25 {
  margin-left: 2.5rem;
}

.ml-30 {
  margin-left: 3rem;
}

.ml-35 {
  margin-left: 3.5rem;
}

.ml-40 {
  margin-left: 4rem;
}

.ml-45 {
  margin-left: 4.5rem;
}

.ml-50 {
  margin-left: 5rem;
}

/* Padding Top */
.pt-1 {
  padding-top: 0.1rem !important;
}

.pt-2 {
  padding-top: 0.2rem !important;
}

.pt-3 {
  padding-top: 0.3rem !important;
}

.pt-4 {
  padding-top: 0.4rem !important;
}

.pt-5 {
  padding-top: 0.5rem !important;
}

.pt-10 {
  padding-top: 1rem;
}

.pt-15 {
  padding-top: 1.5rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pt-25 {
  padding-top: 2.5rem;
}

.pt-30 {
  padding-top: 3rem;
}

.pt-35 {
  padding-top: 3.5rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pt-45 {
  padding-top: 4.5rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pt-55 {
  padding-top: 5.5rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pt-65 {
  padding-top: 6.5rem;
}

.pt-70 {
  padding-top: 7rem;
}

.pt-75 {
  padding-top: 7.5rem;
}

.pt-80 {
  padding-top: 8rem;
}

.pt-85 {
  padding-top: 8.5rem;
}

.pt-90 {
  padding-top: 9rem;
}

.pt-95 {
  padding-top: 9.5rem;
}

.pt-100 {
  padding-top: 10rem;
}

.pt-105 {
  padding-top: 10.5rem;
}

.pt-110 {
  padding-top: 11rem;
}

.pt-115 {
  padding-top: 11.5rem;
}

.pt-120 {
  padding-top: 12rem;
}

.pt-125 {
  padding-top: 12.5rem;
}

.pt-130 {
  padding-top: 13rem;
}

.pt-135 {
  padding-top: 13.5rem;
}

.pt-140 {
  padding-top: 14rem;
}

.pt-145 {
  padding-top: 14.5rem;
}

.pt-150 {
  padding-top: 15rem;
}

.pt-155 {
  padding-top: 15.5rem;
}

.pt-160 {
  padding-top: 16rem;
}

.pt-165 {
  padding-top: 16.5rem;
}

.pt-170 {
  padding-top: 17rem;
}

.pt-175 {
  padding-top: 17.5rem;
}

.pt-180 {
  padding-top: 18rem;
}

.pt-185 {
  padding-top: 18.5rem;
}

.pt-190 {
  padding-top: 19rem;
}

.pt-195 {
  padding-top: 19.5rem;
}

.pt-200 {
  padding-top: 20rem;
}

/* Padding Bottom */
.pb-1 {
  padding-bottom: 0.1rem;
}

.pb-2 {
  padding-bottom: 0.2rem;
}

.pb-3 {
  padding-bottom: 0.3rem;
}

.pb-4 {
  padding-bottom: 0.4rem;
}

.pb-5 {
  padding-bottom: 0.5rem;
}

.pb-10 {
  padding-bottom: 1rem;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pb-25 {
  padding-bottom: 2.5rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.pb-35 {
  padding-bottom: 3.5rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pb-45 {
  padding-bottom: 4.5rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.pb-55 {
  padding-bottom: 5.5rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.pb-65 {
  padding-bottom: 6.5rem;
}

.pb-70 {
  padding-bottom: 7rem;
}

.pb-75 {
  padding-bottom: 7.5rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.pb-85 {
  padding-bottom: 8.5rem;
}

.pb-90 {
  padding-bottom: 9rem;
}

.pb-95 {
  padding-bottom: 9.5rem;
}

.pb-100 {
  padding-bottom: 10rem;
}

.pb-105 {
  padding-bottom: 10.5rem;
}

.pb-110 {
  padding-bottom: 11rem;
}

.pb-115 {
  padding-bottom: 11.5rem;
}

.pb-120 {
  padding-bottom: 12rem;
}

.pb-125 {
  padding-bottom: 12.5rem;
}

.pb-130 {
  padding-bottom: 13rem;
}

.pb-135 {
  padding-bottom: 13.5rem;
}

.pb-140 {
  padding-bottom: 14rem;
}

.pb-145 {
  padding-bottom: 14.5rem;
}

.pb-150 {
  padding-bottom: 15rem;
}

.pb-155 {
  padding-bottom: 15.5rem;
}

.pb-160 {
  padding-bottom: 16rem;
}

.pb-165 {
  padding-bottom: 16.5rem;
}

.pb-170 {
  padding-bottom: 17rem;
}

.pb-175 {
  padding-bottom: 17.5rem;
}

.pb-180 {
  padding-bottom: 18rem;
}

.pb-185 {
  padding-bottom: 18.5rem;
}

.pb-190 {
  padding-bottom: 19rem;
}

.pb-195 {
  padding-bottom: 19.5rem;
}

.pb-200 {
  padding-bottom: 20rem;
}

/* Paddin Top & Padding Bottom */
.ptb-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.ptb-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ptb-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.ptb-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ptb-25 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.ptb-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.ptb-35 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.ptb-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ptb-45 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.ptb-50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.ptb-55 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.ptb-60 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.ptb-65 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.ptb-70 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.ptb-75 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.ptb-80 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.ptb-85 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.ptb-90 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.ptb-95 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.ptb-100 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ptb-100 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (max-width: 767.98px) {
  .ptb-100 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* Padding Left */
.pl-5 {
  padding-left: 0.5rem;
}

.pl-10 {
  padding-left: 1rem;
}

.pl-15 {
  padding-left: 1.5rem;
}

.pl-20 {
  padding-left: 2rem;
}

.pl-25 {
  padding-left: 2.5rem;
}

.pl-30 {
  padding-left: 3rem;
}

.pl-35 {
  padding-left: 3.5rem;
}

.pl-40 {
  padding-left: 4rem;
}

.pl-45 {
  padding-left: 4.5rem;
}

.pl-50 {
  padding-left: 5rem;
}

/* Margin For md */
@media (min-width: 768px) and (max-width: 991.98px) {
  .mb-md-30 {
    margin-bottom: 3rem !important;
  }

  .mb-md-50 {
    margin-bottom: 5rem !important;
  }
}

/* Margin For sm */
@media (max-width: 767.98px) {
  .mb-100 {
    margin-bottom: 5rem !important;
  }

  .mb-sm-30 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-40 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-50 {
    margin-bottom: 5rem !important;
  }
}

/* background Image */
.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6 {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.bg-1 {
  background-image: url("../img/bg/1.png");
}

.bg-2 {
  background-image: url("../img/bg/2.png");
}

.bg-3 {
  background-image: url("../img/bg/3.png");
}

.bg-4 {
  background-image: url("../img/bg/4.png");
}

.bg-5 {
  background-image: url("../img/bg/5.png");
}

.bg-6 {
  background-image: url("../img/bg/6.png");
}

.bg-3,
.bg-2 {
  background-size: auto;
  background-position: top right;
}

.bg-3 {
  background-position: top left;
}

.bg-5 {
  background-position: center 65%;
  background-size: auto;
}

/* background Color */
.bg-blue {
  background-color: #478fff;
}

.bg-gray {
  background-color: #fbfbfb;
}

/* Befour & After */
/* All Overlay */
.overlay {
  position: relative;
}

.overlay::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay.dark-1::after {
  background-color: rgba(37, 42, 44, 0.79);
}

/* Badge*/
.badge-dark {
  background-color: #1c223a;
}

.badge-primary {
  background-color: #02ad88;
}

.badge {
  font-size: 1.2rem;
  line-height: 2.4rem;
  padding: 0 1.6rem;
}

.badge-lg {
  font-size: 100%;
  padding: 0 2em;
  font-weight: 600;
  line-height: 2.8;
  border-radius: 0;
}

/* Card */
.card .card-header {
  margin: -1px;
  padding: 0;
}

/* Display Responsive */
.display-1,
.display-3 {
  line-height: 1;
}

@media (max-width: 767.98px) {
  .display-1 {
    font-size: 3.5rem;
  }

  .display-3 {
    font-size: 3rem;
  }
}

/* Pagination */
.custom .pagination .page-item {
  margin: 0 0.5rem;
}

.custom .pagination .page-link {
  width: 4.2rem;
  font-size: 1.6rem;
}

.custom .pagination .page:first-child-link,
.custom .pagination .page:last-child-link {
  border-radius: 0;
}

/* Social Icon*/
.social-icon li a {
  padding: 0 1.2rem;
}

.social-icon.text-white {
  margin-left: -5px;
}

.social-icon.text-white li a {
  color: #ffffff;
  font-size: 1.8rem;
}

.social-icon.text-white li a:hover {
  color: #02ad88;
}

.social-icon.individual-color {
  display: inline-block;
  margin-bottom: -6px;
}

.social-icon.individual-color li a {
  padding: 0 1.4rem;
  font-size: 1.8rem;
}

.social-icon.individual-color li a i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-icon.individual-color li a .fa-facebook {
  color: #3b5998;
}

.social-icon.individual-color li a .fa-twitter {
  color: #00aced;
}

.social-icon.individual-color li a .fa-instagram {
  color: #bf2c85;
}

.social-icon.individual-color li a .fa-pinterest {
  color: #cb1f27;
}

.social-icon.individual-color li a:hover i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* Coming Soon */
.coming-soon .newsletter input {
  line-height: 4.5rem;
  border-color: #e9e9e9;
}

/* 404 Error */
.error-404 {
  background-color: #c2d1d0;
}

.error-404 a i {
  top: 1px;
}

/* Button Styles*/
a.btn,
button.btn {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}

a.btn.rounded,
button.btn.rounded {
  border-radius: 2rem !important;
}

a.btn i,
button.btn i {
  font-size: 1.8rem;
}

.btn-light {
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}

.btn-light:hover {
  background-color: transparent;
  border-color: #f9faff;
  color: #f9faff;
}

.btn-outline-light {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-outline-light.btn-sm {
  border-radius: 0.5rem;
}

.btn-outline-light:hover {
  color: #02ad88;
}

.btn-outline-light.outline-primary {
  padding: 0 2rem;
  color: #02ad88;
  border-color: #02ad88;
}

.btn-outline-light.outline-primary:hover {
  background-color: #02ad88;
  color: #ffffff;
}

.btn-outline-light i {
  position: relative;
  top: 1px;
  padding-right: 1rem;
}

@media (max-width: 575.98px) {
  .btn-outline-light.ml-25 {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.btn-primary:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.5);
  box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.5);
}

.item-link.link-btn {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0 1.2rem;
  line-height: 1.9rem;
  display: inline-block;
  position: relative;
}

.item-link.link-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 50%;
  background-color: rgba(2, 173, 136, 0.2);
}

.item-link.link-btn:hover::before {
  width: 100%;
}

/* Section Heading */
.heading h1 {
  margin-top: -1rem;
}

.heading h2 {
  margin-top: -0.5rem;
}

.heading p {
  font-size: 1.6rem;
}

@media (max-width: 991.98px) {
  .heading h2 {
    font-size: 2.8rem;
  }
}

/* Slick Dots */
.slick-slider .slick-dots {
  display: block;
  line-height: 1;
  text-align: center;
  margin-top: 8rem;
}

.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 0.5rem;
}

.slick-slider .slick-dots li button {
  background-color: transparent;
  border: 1px solid #ffffff;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  height: 0.5rem;
  width: 2.5rem;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slick-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}

/* Circle Icon */
.circle-icon {
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(2, 173, 136, 0.2);
}

.circle-icon i {
  font-size: 2.4rem;
  line-height: 5.3rem;
  color: #02ad88;
}

/*
[ 6. Scroll UP ]
================ */
#scrollUp {
  background-color: #02ad88;
  bottom: 6rem;
  right: 2rem;
  width: 3.5rem;
  height: 4rem;
  line-height: 4.5rem;
  text-align: center;
}

#scrollUp:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
  background-color: #029474;
}

#scrollUp i {
  color: #ffffff;
  font-size: 2rem;
}

/*
[ 4. Template Parts ]
=================== */
/*Header Section*/
header {
  z-index: 999;
}

header .navbar {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
  header .navbar {
    padding: 1rem 3rem;
  }

  header .navbar.navbar-light {
    background-color: #ffffff;
  }

  header .navbar .navbar-collapse {
    padding: 1.5rem 0;
  }
}

header .navbar .navbar-nav .nav-link {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  header .navbar .navbar-nav .dropdown-menu {
    margin-top: 0;
  }
}

header .navbar .navbar-nav .dropdown-menu .dropdown-item.active {
  color: #02ad88;
  background-color: transparent;
}

header .navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 2rem 0;
  z-index: 5;
  -webkit-box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  header .navbar.is-sticky {
    position: unset;
    padding: 1rem 3rem;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 991.98px) {
  header .navbar .pl-20 {
    padding-left: 0;
    padding-top: 1rem;
  }
}

@media (min-width: 992px) {
  .header-space {
    min-height: 11rem;
  }
}

@media (max-width: 991.98px) {
  .header-space {
    min-height: 6.2rem;
  }
}

/* BreadCrumb */
.breadcrumb-area h2 {
  font-weight: 500;
}

.breadcrumb-area .breadcrumb li {
  font-weight: 600;
  font-size: 1.5rem;
}

.breadcrumb-area .breadcrumb li span {
  padding: 0 1rem;
}

.breadcrumb-area .breadcrumb.bg-dark li:hover a,
.breadcrumb-area .breadcrumb.bg-dark li.active {
  color: #02ad88;
}

.breadcrumb-area .breadcrumb.bg-dark li a {
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .breadcrumb-area {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* Slider Part */
@media (max-width: 991.98px) {
  .slider-area .caption {
    padding: 8rem 0 3rem 0;
  }
}

.slider-area .caption p {
  max-width: 45.5rem;
  line-height: 3.4rem;
  font-size: 1.7rem;
}

.slider-area .caption .item-link {
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .slider-area .caption .item-link.ml-25 {
    margin-left: 0.8rem;
    font-size: 1.3rem;
  }
}

@media (max-width: 1199.98px) {
  .slider-area .caption .btn-outline-light {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .slider-area .caption .btn-outline-light {
    margin-top: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .slider-area .caption .btn-outline-light {
    margin-top: 0;
    margin-left: 0;
  }
}

@media (min-width: 1300px) {
  .slider-area .image-layer.mr-minus-80 {
    margin-right: -8rem;
  }
}

/* Promo Sections */
.promo-area .heading p {
  font-size: 1.8rem;
  line-height: 3.4rem;
}

/* Hero Block Part */
@media (min-width: 1281px) {
  .hero-block .hero-thumb.m-minus-70 {
    margin-left: -7rem;
    margin-right: -1.5rem;
  }

  .hero-block .hero-thumb.m-minus-60 {
    margin-right: -6rem;
  }
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .hero-block .hero-thumb.m-minus-70 {
    margin-right: -5rem;
  }
}

.hero-block .hero-text h3 {
  font-weight: 500;
}

.hero-block .hero-text p {
  line-height: 3.4rem;
  font-size: 1.7rem;
}

@media (min-width: 1281px) {
  .hero-block .hero-text p.mw-5 {
    max-width: 50rem;
  }
}

.hero-block .hero-text .list-unstyled li {
  font-size: 1.6rem;
  line-height: 3.4rem;
}

/* Featured Sections */
.featured-item {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 1rem;
}

.featured-item.shadow-default,
.featured-item:hover {
  -webkit-box-shadow: 0px 15px 50px 0px rgba(115, 115, 115, 0.1);
  box-shadow: 0px 15px 50px 0px rgba(115, 115, 115, 0.1);
  border-color: transparent;
}

@media (min-width: 1200px) {
  .featured-item .card-body {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.featured-item .card-body:hover .circle-icon {
  background-color: #02ad88;
}

.featured-item .card-body:hover .circle-icon i {
  color: #ffffff;
}

.featured-item .card-body p {
  color: #757575;
}

.featured-item.shadow-default:hover {
  background-color: #02ad88;
}

.featured-item.shadow-default:hover .card-body .circle-icon {
  background-color: rgba(255, 255, 255, 0.2);
}

.featured-item.shadow-default:hover .card-body h5,
.featured-item.shadow-default:hover .card-body p,
.featured-item.shadow-default:hover .card-body .item-link {
  color: #ffffff;
}

.featured-item.shadow-default:hover .card-body .link-btn:before {
  background-color: rgba(255, 255, 255, 0.2);
}

/* How It Works Part */
@media (min-width: 1200px) {
  .how-work .work-box {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.how-work .work-box .card-body {
  padding-top: 0;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.how-work .work-box .card-body p {
  font-size: 1.7rem;
  line-height: 3.4rem;
}

.how-work .work-box .card-body .icon {
  position: relative;
  top: -4rem;
  margin-bottom: -1.5rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}

.how-work .work-box .card-body .icon i {
  font-size: 3.2rem;
  color: #ffffff;
  line-height: 8rem;
}

.how-work .work-box:hover .icon {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

/* Fun facts Part */
.fun-facts .single-fact:hover .circle-icon {
  background-color: #02ad88;
}

.fun-facts .single-fact:hover .circle-icon i {
  color: #ffffff;
}

/* Pricing Plan Section */
.pricing-table {
  -webkit-box-shadow: 0px 15px 50px 0px rgba(115, 115, 115, 0.06);
  box-shadow: 0px 15px 50px 0px rgba(115, 115, 115, 0.06);
}

.pricing-table table thead tr th {
  border-left-width: 1px;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  vertical-align: middle;
  padding-top: 5rem;
  padding-bottom: 2.6rem;
}

.pricing-table table thead tr th strong {
  display: block;
  margin-top: 0.5rem;
}

.pricing-table table thead tr th strong sup {
  top: -3px;
  font-size: 14px;
  left: -2px;
}

.pricing-table table thead tr th strong b {
  font-weight: 600;
}

.pricing-table table thead tr th strong span {
  font-weight: 500;
  font-size: 12px;
}

.pricing-table table tbody tr {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.5rem;
}

.pricing-table table tbody tr th {
  font-weight: 400;
}

.pricing-table table tbody tr td {
  border-left-width: 1px;
}

.pricing-table table tfoot tr td {
  border-left-width: 1px !important;
  padding-top: 4rem;
  padding-bottom: 6rem;
}

@media (max-width: 991.98px) {
  .pricing-table table th,
  .pricing-table table td {
    padding: 1rem 0 1rem 2.5rem;
  }
}

.pricing-plan .list-unstyled li {
  font-size: 1.5rem;
  line-height: 3.4rem;
}

/* FAQ Sections */
.faq-box {
  padding: 5rem;
}

@media (max-width: 991.98px) {
  .faq-box {
    padding: 3rem;
  }
}

.faq-box h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.faq-box p {
  line-height: 3rem;
  font-size: 1.6rem;
}

/* Team Member Part */
.team-members {
  margin-bottom: -5rem;
}

.team-members .media {
  margin-bottom: 5rem;
}

.team-members .media .thumb {
  max-width: 8.5rem;
  z-index: 2;
  top: 3rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-members .media:hover .thumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.team-members .media .media-body {
  -webkit-box-shadow: 0px 20px 50px 0px rgba(115, 115, 115, 0.1);
  box-shadow: 0px 20px 50px 0px rgba(115, 115, 115, 0.1);
  margin-left: -4.2rem;
  padding: 5rem 3.5rem 4.5rem 6.5rem;
}

.team-members .media .media-body p {
  font-size: 1.6rem;
  line-height: 3.2rem;
}

.team-members .media .media-body .social-icon {
  margin-left: -1.2rem;
  padding-top: 0.5rem;
}

/* Client Testimonial Part*/
.client-testimonial .drop-shadow {
  -webkit-filter: drop-shadow(0px 15px 50px rgba(2, 173, 136, 0.2));
  -moz-filter: drop-shadow(0px 15px 50px rgba(2, 173, 136, 0.2));
  -o-filter: drop-shadow(0px 15px 50px rgba(2, 173, 136, 0.2));
  filter: drop-shadow(0px 15px 50px rgba(2, 173, 136, 0.2));
}

.client-testimonial .client-nav .nav-item {
  position: absolute;
  z-index: 5;
  width: 10.5rem;
}

.client-testimonial .client-nav .nav-item:nth-child(1) {
  top: 2.5rem;
  right: 16%;
  width: 7rem;
}

.client-testimonial .client-nav .nav-item:nth-child(2) {
  bottom: 3rem;
  right: 0;
}

@media (min-width: 1281px) {
  .client-testimonial .client-nav .nav-item:nth-child(2) {
    right: -3rem;
  }
}

.client-testimonial .client-nav .nav-item:nth-child(3) {
  bottom: 9rem;
  left: 4%;
}

.client-testimonial .client-nav .nav-item:nth-child(4) {
  top: -2rem;
  left: 0;
  width: 7rem;
}

@media (min-width: 1281px) {
  .client-testimonial .client-nav .nav-item:nth-child(4) {
    left: -8rem;
  }
}

.client-testimonial .client-nav .nav-item:nth-child(5) {
  top: -9rem;
  right: 0;
  width: 7rem;
}

@media (min-width: 1281px) {
  .client-testimonial .client-nav .nav-item:nth-child(5) {
    right: -5.5rem;
  }
}

@media (max-width: 767.98px) {
  .client-testimonial .client-nav .nav-item {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: inherit;
    width: 7rem !important;
  }
}

.client-testimonial .tab-content .fade {
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.client-testimonial .tab-content .client-thumb {
  width: 10.5rem;
}

.client-testimonial .tab-content .client-desc {
  -webkit-box-shadow: 0px 15px 50px 0px rgba(115, 115, 115, 0.06);
  box-shadow: 0px 15px 50px 0px rgba(115, 115, 115, 0.06);
  min-height: 21rem;
  padding: 2rem;
}

.client-testimonial .tab-content .client-desc h6 {
  font-size: 1.3rem;
}

/* Client Logo */
@media (min-width: 992px) {
  .client-logo .row.justify-content-around {
    margin-right: -12rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .client-logo .row.justify-content-around {
    margin-right: -8rem;
  }
}

@media (max-width: 991.98px) {
  .client-logo .row.justify-content-around {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .client-logo .col-2 {
    padding: 0 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .client-logo .col-2 {
    min-width: 50% !important;
    padding: 1.5rem 0;
  }
}

.client-logo a img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.client-logo a img:hover {
  opacity: 0.2;
}

/* Blog Post Section */
.blog-page.bg-light {
  background-color: #f3f5fc !important;
}

.blog-page .card {
  border-width: 0;
}

@media (min-width: 1200px) {
  .blog-page .card {
    margin-right: 3.4rem;
  }
}

.blog-page .card .card-body {
  padding: 5.4rem 3.5rem 6rem 6rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-page .card .card-body {
    padding: 3.4rem 2.5rem 4rem 4rem;
  }
}

@media (max-width: 991.98px) {
  .blog-page .card .card-body {
    padding: 2rem 2rem 3rem;
  }
}

.blog-page .card .card-body p {
  font-size: 1.6rem;
  line-height: 3.4rem;
}

/* Blog Details */
.blog-details .card .card-body {
  padding: 6rem;
}

@media (max-width: 1199.98px) {
  .blog-details .card .card-body {
    padding: 3rem;
  }
}

.blog-details .card .card-body p {
  text-align: justify;
}

.blog-details .card .card-body h4 {
  font-weight: 600;
}

.blog-details .card .card-body .quote-card {
  padding: 5rem 3rem 5rem 5rem;
}

.blog-details .card .card-body .quote-card p {
  margin-bottom: 0;
  text-align: inherit;
  font-size: 1.8rem;
  font-style: italic;
}

.blog-details .card .card-body .list-group {
  padding-left: 1.5rem;
}

.blog-details .card .card-body .list-group li {
  line-height: 3.4rem;
  font-size: 1.6rem;
}

.blog-details .next-prev-post {
  padding: 3rem 6rem;
}

@media (min-width: 1200px) {
  .blog-details .next-prev-post {
    margin-right: 3.4rem;
  }
}

@media (max-width: 991.98px) {
  .blog-details .next-prev-post {
    padding: 3rem;
  }
}

.blog-details .next-prev-post p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.blog-details .next-prev-post a {
  font-size: 1.5rem;
  color: #969696;
}

.blog-details .next-prev-post a:hover {
  color: #02ad88;
}

@media (min-width: 1200px) {
  .blog-details .comments-area {
    margin-right: 3.4rem;
  }
}

.blog-details .comments-area .comment-boxs .media {
  padding: 4rem 6rem;
}

@media (max-width: 991.98px) {
  .blog-details .comments-area .comment-boxs .media {
    padding: 3rem;
  }
}

.blog-details .comments-area .comment-boxs .media.admin-box span {
  font-size: 1.4rem;
  padding-left: 1rem;
}

.blog-details .comments-area .comment-boxs .media .thumb {
  width: 10rem;
}

@media (max-width: 1199.98px) {
  .blog-details .comments-area .comment-boxs .media .thumb {
    margin-bottom: 1.5rem;
  }
}

.blog-details .comments-area .comment-boxs .media .media-body p {
  font-size: 1.5rem;
}

.blog-details .comments-area .comment-boxs .media .media-body .item-link {
  padding-bottom: 3px;
  border-bottom: 1px solid #1c223a;
}

.blog-details .comments-area .comment-boxs .media .media-body .item-link:hover {
  border-color: #02ad88;
}

.blog-details .comments-area .comment-boxs .media .media-body .media {
  border: 1px solid #f0f0f0;
  margin-top: 2rem;
  padding: 3rem 2rem;
}

@media (max-width: 991.98px) {
  .blog-details .comments-area .comment-boxs .media {
    display: block;
  }

  .blog-details .comments-area .comment-boxs .media .media-body {
    padding-left: 0;
  }
}

.blog-details .comments-area .comment-form {
  padding: 4rem 6rem;
}

@media (max-width: 991.98px) {
  .blog-details .comments-area .comment-form {
    padding: 3rem;
  }
}

.blog-details .comments-area .comment-form .form-control {
  color: #1c223a;
  line-height: 4.5rem;
  margin-bottom: 3rem;
  border-color: #c2c2c2;
}

.blog-details .comments-area .comment-form .form-control:focus,
.blog-details .comments-area .comment-form .form-control :active {
  border-color: #02ad88;
}

/* Sidebar */
.sidebar .widget {
  padding: 3rem;
}

.sidebar .widget .widget-title h4 {
  font-weight: 600;
}

.sidebar .widget p {
  line-height: 3rem;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.sidebar .widget.search-box {
  padding: 0;
}

.sidebar .widget.search-box .form-control {
  line-height: 5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidebar .widget.search-box .input-group-text {
  font-size: 1.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-color: transparent;
  background-color: #ffffff;
}

.sidebar .widget.recent-post ul li {
  line-height: 2.6rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f0f0f0;
  font-size: 1.5rem;
}

.sidebar .widget.recent-post ul li a {
  display: block;
}

.sidebar .widget.categories ul li {
  line-height: 3.4rem;
}

.sidebar .widget.categories ul li a {
  font-size: 1.5rem;
}

.sidebar .widget.tags .tag-link a {
  padding-right: 1.5rem;
}

/* Contact Section */
.contact-area .line-sm {
  border-width: 2px;
}

.contact-area .contact-info .list-unstyled {
  padding-top: 1.6rem;
  padding-bottom: 0.5rem;
}

.contact-area .contact-info .list-unstyled li {
  line-height: 3.6rem;
  font-size: 1.5rem;
}

.contact-area .contact-info .list-unstyled li span {
  font-weight: 600;
}

.contact-area .contact-info .line.max-w {
  border-color: #d6d6d6;
  width: 24.5rem;
}

.contact-area .contact-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-area .gmap-area #googleMap {
  width: 100%;
}

.contact-area .gmap-area #googleMap.height-330 {
  height: 33rem;
}

/* Sign Form Part */
.sign-form {
  padding: 5rem;
  margin: 0 1.5rem;
  border: 2px solid #02ad88;
  border-radius: 1rem;
}

@media (max-width: 575.98px) {
  .sign-form {
    padding: 2rem;
    margin: 0;
  }
}

.sign-form .form-group .form-control {
  border: 2px solid #eaeaea;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sign-form .form-group .form-control:focus {
  border-color: #02ad88;
}

.sign-form
.form-group
.custom-checkbox
.custom-control-input:checked
~ .custom-control-label:before {
  background-color: #02ad88;
}

/* Footer Part*/
footer .footer-widget-area .footer-widget.about p {
  max-width: 39rem;
}


footer .footer-widget-area .footer-widget .widget-title {
  font-weight: 600;
}

footer .footer-widget-area .footer-widget .widget-content .list-unstyled {
  margin-bottom: -0.5rem;
}

footer
.footer-widget-area
.footer-widget
.widget-content
.list-unstyled:first-child {
  width: 14rem;
}

footer .footer-widget-area .footer-widget .widget-content .list-unstyled li {
  margin-bottom: 0.5rem;
}

footer .footer-copyright p {
  font-size: 1.3rem;
}

/*
[ 5. Preloader ]
================ */
.loader {
  background-color: #ffffff;
  z-index: 100;
}

.loader .circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  height: 2rem;
  width: 2rem;
}

.loader .circle.one {
  background-color: #262e45;
  animation: loading 1.3s 0.65s infinite;
  -webkit-animation: loading 1.3s 0.65s infinite;
}

.loader .circle.two {
  background-color: #02ad88;
  animation: loading 1.3s infinite;
  -webkit-animation: loading 1.3s infinite;
}

@-webkit-keyframes loading {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    transform: scale(0.15);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    transform: scale(0.15);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
  }
}

@-moz-keyframes loading {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    transform: scale(0.15);
    box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    transform: scale(0.15);
    box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
  }
}

@-ms-keyframes loading {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    transform: scale(0.15);
    box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    transform: scale(0.15);
    box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
  }
}

@keyframes loading {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    transform: scale(0.15);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    transform: scale(0.15);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(2, 173, 136, 0.4);
  }
}


.error {
  color: red;
}

.socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.socials a {
  margin-right: 15px;
  font-size: 25px;
}

@media screen and (max-width: 575px) {

  #header .caption .btn.btn-primary {
    padding: 0 15px;
    font-size: 13px;
  }

  .pricing-table table tr {
    display: flex;
    flex-direction: column;
  }

  .pricing-table table thead tr th {
    padding: 15px;
  }

  .pricing-table table tbody th {
    border-bottom: 1px solid #f0f0f0;
  }

  .pricing-table table tbody td {
    font-weight: bold;
  }

  .pricing-table table tbody tr th, td {
    padding: 15px;
  }

  .pricing-table table tfoot tr td {
    padding: 15px;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

.form-control-comment {
  font-size: 11px;
  padding-top: 2px;
  color: #878787;
  line-height: 10px;
}
.form-control-comment > span {
  display: block;
  margin: 4px 4px;
}
