@font-face{
  src:url(../fonts/hk-grotesk.regular.ttf);
  font-family: hk-grotesk;
}
@font-face{
  src:url(../fonts/hk-grotesk.bold-legacy.ttf);
  font-family: hk-grotesk-bold;
}
@font-face{
  src:url(../fonts/HKGrotesk-ExtraBold.otf);
  font-family: hk-grotesk-ExtraBold;
}
/*@import url("https://fonts.googleapis.com/css?family=Arvo:700|Open+Sans");
@import url(https://fonts.googleapis.com/css?family=Droid+Serif);*/
:root{
  --main-theme-primary-color: #ff0000; /*#091257*/
  --main-theme-secondary-color:#efefef;
  --main-theme-active-color: #FD6A02;
  --main-theme-success-color: #25a615;
  --main-theme-danger-color: #ee101d;
  --main-theme-info-color: #328aef;
  --main-theme-white-color: #ffffff;
  --main-theme-black-color: #000000;
  --main-theme-hover-color: #FFAC06; /*#0c1870*/

  --main-theme-text-color: #7a7a7a;
  --main-theme-title-color: #2f2f2f;
}

html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #4a4a4a;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  /*text-shadow: 0.5px 0.5px 0.5px #02020275;*/
  cursor: default;
  font-family: hk-grotesk;
  font-style: normal;
  font-weight: 200;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-size: 38px;
  color: #000;
  font-weight: 700;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  margin: 0px;
  margin-top: 5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: var(--main-theme-text-color);
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

button, input {
    overflow: visible;
    font-family: hk-grotesk !important;
}


.section-header {
  margin-bottom: 30px;
}

.section-header p {
  text-align: center;
  font-weight: 400;
  line-height: 26px;
}

.section-title {
    font-size: 38px;
    color: var(--main-theme-title-color);
    display: inline-block;
    font-weight: 800;
    position: relative;
    /* text-shadow: 1px 1px 1px #373737; */
    font-family: 'hk-grotesk-ExtraBold';
}

.section-title-footer {
    font-size: 50px;
    color: var(--main-theme-title-color);
    display: inline-block;
    font-weight: 1000;
    position: relative;
    /* text-shadow: 1px 1px 1px #373737; */
    font-family: 'hk-grotesk-ExtraBold';
    line-height: 47px;
}

.section-title-bold {
    font-size: 40px;
    color: #000;
    display: inline-block;
    font-weight: 1000;
    position: relative;
    /*font-family: 'hk-grotesk-bold';*/
    font-family: 'hk-grotesk-ExtraBold';
}
.shape {
  height: 1px;
  margin: 0 auto 30px;
  position: relative;
  width: 60px;
  background-color:  var(--main-theme-primary-color);
}

.padding-none {
  padding: 0px;
}

.bg-gray {
  background: #f9f9f9;
}
.bg-light{
  background: #f8fbff;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(61, 96, 244, 0.3);
}

.btn {
  font-size: 14px;
  padding: 5px 15px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color:  var(--main-theme-primary-color);
  position: relative;
  z-index: 1;
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
}

.btn-common:hover {
  color:  var(--main-theme-primary-color);
  background: transparent;
  border: 1px dotted  var(--main-theme-primary-color);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color:  var(--main-theme-primary-color);
  background-color: transparent;
  border: 1px solid  var(--main-theme-primary-color);
  border-radius: 30px;
  text-transform: uppercase;
}

.btn-border:hover {
  color: #fff;
  border-color:  var(--main-theme-primary-color);
  background-color:  var(--main-theme-primary-color);
}

.btn-border:focus {
  color: #fff;
  border-color:  var(--main-theme-primary-color);
  background-color:  var(--main-theme-primary-color);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color:  var(--main-theme-primary-color);
  text-transform: capitalize;
}

.btn-rm:hover {
  color:  var(--main-theme-primary-color);
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color:  var(--main-theme-primary-color);
}

.social-icon a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #3b5999;
}

.social-icon .twitter:hover {
  background: #4A9CEC;
}

.social-icon .instagram:hover {
  background: #D6274D;
}

.social-icon .linkedin:hover {
  background: #1260A2;
}

.social-icon .google:hover {
  background: #CE332A;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background:  var(--main-theme-primary-color);
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {  
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color:  var(--main-theme-primary-color);
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 7px solid #f2f2f2;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section-padding {
  padding: 60px 0;
}

hr {
  border-top: 1px dotted #ddd;
}

/* ==========================================================================
  8. Features Section Style
   ========================================================================== */
#features {
  background: #f8fbff;
}

#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#features .content-left span {
  float: right;
}

#features .content-left .text {
  text-align: right;
}

#features .content-right span {
  float: left;
}



#features .box-item {
  box-shadow: 0 0 12px #F4F4F4;
  /*padding: 15px;*/
  line-height: 22px;
  margin-top: 30px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -mox-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: 0;
  padding: 10px;
}

#features .box-item .icon {
  text-align: center;
  margin: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .icon i {
  color:  var(--main-theme-primary-color);
  font-size: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .text h4 {
  /*cursor: pointer;*/
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0;
}

#features .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}

#features .box-item:hover {
  /*box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);*/
  /*box-shadow: 1px 1px 10px 1px rgba(27, 38, 49, 0.2);*/
  box-shadow: 5px 5px 25px 2px rgba(27, 38, 49, 0.2);

}

#features .box-item:hover h4 {
  color:  var(--main-theme-primary-color);
  -webkit-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
  transition: color 0.5s linear;
}

#features .show-box {
  margin-top: 50px;
}

#features .show-box img {
  width: 100%;
}

/* Services Item */
.services-item {
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  margin: 15px 0;
  box-shadow: 0 0 12px #F4F4F4;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  background-color: #ff51001c;
  height: 85%;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;

  display: flex;
  flex-direction: row;
  justify-content: center;
}

.services-item .icon {
  background:  var(--main-theme-primary-color);
  border: 1px solid #f1f1f1;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 10px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
  font-size: 50px;
 /* color:  var(--main-theme-primary-color);*/color: #fff; 
  line-height: 90px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;

}

.services-item .services-content h3 {
  margin-top: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.services-item .services-content h3 a {
  font-size: 16px;
  color: #585b60;
}

.services-item .services-content h3 a:hover {
  color:  var(--main-theme-primary-color);
}

.services-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

.services-item:hover .icon {
  background:  var(--main-theme-primary-color);
}

.services-item:hover .icon i {
  color: #fff;
}

#service {
  position: relative;
}

.secondary-color{
  background-color: var(--main-theme-secondary-color);
}
.primary-color-text{
  color: var(--main-theme-primary-color) !important;
}

.about-area .about-wrapper {
  height: 100%;
  width: 100%;
  display: table;
}

.about-area .about-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

.about-area img {
  border-radius: 4px;
}

.about-area .content {
  margin-top: 15px;
}

.about-area .content p {
  margin-bottom: 5px;
  /*text-align: justify;
  text-justify: inter-word;*/
}

.about-area .blod-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.about-item {
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    margin: 15px 0;
    box-shadow: 0 0 12px #f4f4f4;
    /*transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;*/
    height: 85%;
    background:  var(--main-theme-primary-color);
    /*transition: transform .2s;*/
}
.about-item:hover {
  /* -ms-transform: scale(1.5); 
  -webkit-transform: scale(1.5);*/
  /*transform: scale(1.5);*/
    box-shadow: 0 10px 22px 10px rgb(27 38 49 / 10%);
}

#cta {
  padding: 30px 0;
}

.navbar-brand {
  position: relative;
  width: 30%
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  padding: 5px !important;
  top: 0px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  background: #fff !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 65%;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #585b60 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: var(--main-theme-primary-color) !important;
  border-color: var(--main-theme-primary-color) !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: var(--main-theme-primary-color) !important;
}

.navbar-expand-md .navbar-toggler {
  background: transparent;
  border: 1px solid  var(--main-theme-primary-color);
  color:  var(--main-theme-primary-color);
  border-radius: 4px;
  cursor: pointer;
}

.navbar-brand img {
  width: 65%;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: var(--main-theme-primary-color) !important;
  border-color:  var(--main-theme-primary-color);
}

.indigo {
  background: transparent;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-md .navbar-nav .nav-link i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav .nav-item {
  padding-left: 25px;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: var(--main-theme-text-color);
  text-shadow: 0px 0px var(--main-theme-title-color);
  font-size: 17px;
  font-weight: 400;
  padding: 7px 0;
  cursor: pointer;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav .nav-link:before {
  background-color:  var(--main-theme-primary-color);
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  margin: 0 auto;
  width: 0;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: width 1s;
  -ms-transition: width 1s;
  -webkit-transition: width 1s;
}

.navbar-expand-md .navbar-nav li a:hover,
.navbar-expand-md .navbar-nav li .active > a,
.navbar-expand-md .navbar-nav li a:focus {
  /*color: #fff;*/
  outline: none;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: var(--main-theme-primary-color) !important;
  text-shadow: 0px 0px var(--main-theme-primary-color) !important;
  width: 100%;
}

.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover::before,
.navbar-expand-md .navbar-nav .nav-link:focus {
  color:  var(--main-theme-primary-color);
  width: 100%;
  transition: width 1s;
  -webkit-transition: width 1s;
  -ms-transition: width 1s;
}

.navbar {
  padding: 10px 0;
}

.navbar li.active a.nav-link {
  color: #preset;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color:  var(--main-theme-primary-color);
  background: #f7f7f7;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

/* ==========================================================================
3. Hero Area
========================================================================== */
#hero-area {
  /*background-image: url(../img/hero-area.svg);
  background-image: url(../img/bg.jpg);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*min-height: 650px;*/
  position: relative;
  overflow: hidden;
  padding: 200px 0 60px;
}

#hero-area .contents .head-title {
  color:  var(--main-theme-primary-color);
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
 /* text-shadow: 1px 1px 1px #373737;*/
}

#hero-area .contents .head-title2 {
  color: var(--main-theme-title-color);
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 10px;
  text-align: left;
  /* text-shadow: 1px 1px 1px #373737; */
  font-family: hk-grotesk-bold;
  letter-spacing: 1px;
}

#hero-area .contents .header-button {
  margin-top: 20px;
  color: #000;
}

#hero-area .contents .header-button .btn {
  margin-right: 10px;
}

.sloder-img {
  background: #34363a;
}

/* Team Item */
.team-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

.team-item {
  margin: 15px 0;
  border-radius: 0px;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  background: #fff;
}

.team-item .team-img {
  float: left;
  width: 200px;
  margin-right: 30px;
}

.team-item .contetn {
  padding: 15px 50px;
  height: 200px;
}

.team-item .social-icons {
  padding-top: 11px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.team-item .social-icons li a {
  letter-spacing: 0px;
  outline: 0 !important;
}

.team-item .social-icons li a i {
  font-size: 18px;
  display: block;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .social-icons li .lni-facebook-filled {
  color: #3b5998;
}

.team-item .social-icons li .lni-twitter-filled {
  color: #00aced;
}

.team-item .social-icons li .lni-instagram-filled {
  color: #fb3958;
}

.team-item .info-text {
  margin-bottom: 10px;
}

.team-item .info-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.team-item .info-text h3 a {
  color: #333;
}

.team-item .info-text h3 a:hover {
  color:  var(--main-theme-primary-color);
}

.team-item .info-text p {
  margin: 0;
  color: #888;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

/* ==========================================================================
   Pricing Table Style
   ========================================================================== */
#pricing {
  text-align: center;
}

#pricing .title {
  padding-top: 20px;
}

#pricing .title h3 {
  text-transform: uppercase;
  color: #333;
  font-size: 18px;
}

#pricing .title .month-plan {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

#pricing .table {
  margin-top: 15px;
  padding: 30px;
  border-radius: 4px;
  border: none !important;
  /*box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);*/
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#pricing .table .icon-box {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #EBEDEF;
  margin-bottom: 20px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#pricing .table .icon-box i {
  color:  var(--main-theme-primary-color);
  line-height: 80px;
  font-size: 30px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#pricing .table .pricing-header {
  position: relative;
  text-align: center;
}

#pricing .table .pricing-header .price-value {
  font-size: 24px;
  color:  var(--main-theme-primary-color);
  position: relative;
  text-align: center;
  font-weight: 700;
}

#pricing .table .pricing-header .price-value sup {
  font-size: 16px;
  font-weight: 500;
  top: -18px;
}

#pricing .table .pricing-header .price-value span {
  font-size: 15px;
  color: #abacae;
  font-weight: 400;
}

#pricing .table .description {
  text-align: center;
  padding: 0px 50px;
  margin-bottom: 20px;
}

#pricing .table .description li {
  font-size: 14px;
  font-weight: 400;
  color: #abacae;
  padding: 4px 0;
}

#pricing .table .description li:last-child {
  border-bottom: none;
}

#pricing .table:hover {
  background: #ffffff;
  /*box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);*/
}

#pricing .table:hover .icon-box {
  background:  var(--main-theme-primary-color);
}

#pricing .table:hover .icon-box i {
  color: #fff;
}

#pricing #active-tb {
  background: #ffffff;
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

#pricing #active-tb .icon-box {
  background:  var(--main-theme-primary-color);
}

#pricing #active-tb .icon-box i {
  color: #fff;
}

#pricing .active {
  z-index: 99999;
}

.testimonial {
  position: relative;
  background-color:  var(--main-theme-primary-color);
}

.testimonial-item {
  background: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 30px 20px;
}

.testimonial-item .img-thumb {
  position: relative;
  margin: 15px 15px 15px 0;
}

.testimonial-item .img-thumb img {
  border-radius: 50%;
  display: inline-block;
  width: inherit;
  padding: 7px;
}

.testimonial-item .content {
  overflow: hidden;
}

.testimonial-item .content .description {
  width: 100%;
  color: #333;
}

.testimonial-item .content .star-icon i {
  color:  var(--main-theme-primary-color);
}

.testimonial-item .info h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0;
}

.testimonial-item .info h2 a {
  color: #333;
}

.testimonial-item .info h3 {
  margin: 0;
  clear: both;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
}

.testimonial-item .info h3 a {
  color: #333;
}

.testimonial-item .info .indicator {
  font-size: 26px;
  font-weight: 700;
  color:  var(--main-theme-primary-color);
}

.testimonial-item .icon-social {
  margin-top: 30px;
}

.testimonial-item .icon-social a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 15px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.testimonial-item .icon-social a:hover {
  color: #fff;
}

.testimonial-item .icon-social .facebook:hover {
  background: #3b5999;
}

.testimonial-item .icon-social .twitter:hover {
  background: #4A9CEC;
}

.testimonial-item .icon-social .instagram:hover {
  background: #D6274D;
}

.testimonial-item .icon-social .linkedin:hover {
  background: #1260A2;
}

.testimonial-item .icon-social .google:hover {
  background: #CE332A;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
  text-align: center;
}

.owl-carousel button.owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-carousel button.owl-dot.active span, .owl-carousel button.owl-dot.clickable, .owl-carousel button.owl-dot:hover span {
  background:  var(--main-theme-primary-color);
}

.slick-slider {
  padding: 80px 0;
}

.slider-center img {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding: 63px 63px;
  position: relative;
  text-align: center;
}

.slider-center .slick-center img {
  -moz-transform: scale(1.9);
  -ms-transform: scale(1.9);
  -o-transform: scale(1.9);
  -webkit-transform: scale(1.9);
  opacity: 1;
  transform: scale(1.9);
}

.form-group {
    margin-bottom: 20px;
}
.error {
    display: inline-block;
    margin-bottom: 10px;
    float: left;
    color: #ff0101;
}
.form-control {
  width: 100%;
 /* margin-bottom: 20px;*/
  font-size: 14px;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
  border: 1px solid #f1f1f1;
  background-color: #efefef;
}

.form-control:focus {
  border-color:  var(--main-theme-primary-color);
  box-shadow: none;
  outline: none;
  background-color: #efefef;
}


textarea {
  border-radius: 4px !important;
}

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

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.contact-right-area {
  margin-left: 50px;
}

.contact-right-area .contact-title {
  margin-bottom: 20px;
}

.contact-right-area .contact-title h1 {
  font-size: 22px;
}

.contact-right {
  padding: 4px;
}

.contact-right .single-contact {
  margin: 30px 0px;
  padding: 3px 55px;
  position: relative;
  color: #abacae;
}

.contact-right .single-contact p {
  margin-bottom: 0px;
}

.contact-right .single-contact p a {
  color: #abacae;
}

.contact-right .contact-icon {
  background:  var(--main-theme-primary-color);
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

.h3 {
  float: right;
  font-size: 16px;
}

/*cta
*/
#cta{background: ;}

/* Footer Area Start */
.footer-area {
  position: relative;
  padding: 50px 0px 0px;
  background: #fff;
}

.footer-area .footer-titel {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  padding-bottom: 20px;
  letter-spacing: 0.5px;
}
.footer-area img {
  width: 70%;
}

.footer-area .footer-titel span {
  color: #ccc;
  font-weight: 400;
}

.footer-area .textwidget p {
  color: #333;
}

.footer-area .footer-link li {
  margin-bottom: 10px;
}

.footer-area .footer-link li a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.footer-area .footer-link li a:hover {
  color:  var(--main-theme-primary-color);
}

.footer-area .address li {
  margin-bottom: 20px;
}

.footer-area .address li a {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.footer-area .address li a i {
  font-size: 22px;
  width: 32px;
  vertical-align: middle;
  height: 36px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 5px;
  line-height: 32px;
}

.footer-area #subscribe-form {
  margin-top: 10px;
}

.footer-area #subscribe-form .form-group {
  position: relative;
}

.footer-area #subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  height: 52px;
  border-radius: 0;
  background: transparent;
  color:  var(--main-theme-primary-color);
}

#copyright .copyright-content {
  border-top: 1px solid #d5d4e9;
  padding: 15px 0;
  margin: 30px 0 0px;
}

#copyright p {
  line-height: 42px;
  color: #333;
  text-align: center;
  margin: 0;
}

.copyright a {
  color:  #a6a6a6;
}
.copyright a:hover {
  color:  #333;
}
.copyright {
  color:  #a6a6a6 !important;
}

.social-icon a {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  font-size: 14px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  background-color: var(--main-theme-primary-color);
}

.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #3b5999;
}

.social-icon .twitter:hover {
  background: #4A9CEC;
}

.social-icon .instagram:hover {
  background: #D6274D;
}

.social-icon .linkedin:hover {
  background: #1260A2;
}

.social-icon .google:hover {
  background: #CE332A;
}

.social-icon .youtube:hover {
  background: #CE332A;
}



/*   */


.box-item-step {
  line-height: 22px;
  /*margin-top: 20px;*/
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
  -mox-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: 0;
}
.steps-count{
  border: 1px solid #f1f1f1 !important;
  width: 50px;
  height: 50px;
  top: -25px;
  border-width: 1px !important;
  background-color: #FFF;
  color: #000 !important;
}
.box-item-step:hover .steps-count {
    background-color: var(--main-theme-primary-color) !important;
    -webkit-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
    color: #fff !important;
}

.box-item-step .text h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.box-item-step:hover h4 {
  color:  var(--main-theme-primary-color);
  -webkit-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
  transition: color 0.5s linear;
}

.box-item-step i {
    font-size: 22px;
    font-weight: 1000;
    color:  var(--main-theme-primary-color);
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    top: 0px;
    position: fixed;
    left: 48%;
}







.white-text{
  color: white;
}


.faq-section {
    padding: 80px 0px 60px;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background:  var(--main-theme-primary-color);
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(255, 81, 0, 0.13);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {  
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 17px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background:  var(--main-theme-primary-color);
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
}

.faq .card .card-body {
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}





.Values ul {
  overflow: hidden;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  vertical-align: middle;
}

.Values li {
  float: left;
  display: block;
  padding: 10px 6px;
  margin: 0;
  vertical-align: middle;
}

.Values li:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-color: transparent #111;
  border-style: solid;
  border-width: 4px 0  4px 4px;
  margin-right: .5em;
}











.card-title {
    font-weight: 600 !important;
    font-size: 17px !important;
    /* line-height: 20px !important; */
    letter-spacing: .5px;
    color: var(--main-theme-title-color) !important;
    text-shadow: 0.2px .2px var(--main-theme-title-color);
}

.card-content .small-title {
    font-size: 15px !important;
    font-weight: 600;
    line-height: 25px;
    color: var(--main-theme-title-color);
}

.card-content p {
    margin: 0px;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: var(--main-theme-text-color);
}



.cart-img{
  width: 27%;
}
.card-content{
  margin-bottom: 40px;
  padding: 10px;
}

.cards-data{
  background-color: var( --main-theme-secondary-color );
  /*padding: 10px;*/
}
.comp-cards {
    text-align: left;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 15px -5px;
}

/*.comp-cards-logo {
    text-align: left;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 10px -5px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
*/
.comp-cards-logo {
    text-align: left;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 10px -5px;
    flex-direction: row;
    align-items: center;
    align-content: center;
}


.clint-img{
   width: 75%;
}

.case-img{width: 100%;}

.tableX {
  margin: 30px auto;
  border-collapse: collapse;
  border-style: hidden;
  width: 100%;
}
.tableX td {
  padding: 5% 7% 5% 7%;
  border: 2px solid #ff00002b;
  width: 33.33%
}

.table-td-img{ width: 35%; }
.table-td-data{
    font-weight: 600 !important;
    font-size: 16px !important;
    letter-spacing: .5px;
    color: var(--main-theme-title-color) !important;

  text-align: center;line-height: 20px;}


.p-disc {
    font-weight: 400;
    margin: 0px;
    margin-top: 0px;
    font-size: 12px !important;
    margin-top: 6px;
}

.clients-logo {
    display:none;
}
#loadMore {
   margin: auto 50px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--main-theme-primary-color);
}


















 .m-t-10{margin-top: 30px}

.table td, .table th {
    padding: .45rem;
}

.table th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: 600;
    text-align: -internal-center;
    font-size: 14px;
}

.table td {
    text-align: -internal-center;
    font-size: 13px;
}

.table th, .table td {
  text-align: center;
 /*text-shadow: 1px 1px 2px gray;*/
}

.pricing-table {
  border-radius: .35rem;
  background: #FCFAFA;
 /* -webkit-box-shadow: 0 10px 18px 0 rgb(62 57 107 / 20%);
    box-shadow: 0 10px 18px 0 rgb(62 57 107 / 20%);*/
  padding: 1.2rem;
  border-radius: 4px;
  transition: .3s;
  border: 1px solid #dee2e6;
}

.pricing-table .pricing-label {
  border-radius: 2px;
  padding: .25rem .5rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}

.pricing-table h2 {
  color: #3b3b3b;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

.pricing-features { margin-top: 2rem;}

.feature {
  font-size: 14px;
  margin: .5rem 0;
  color: #B3B3B3;
}

.feature span {
  display: inline-block;
  float: right;
  color: #3b3b3b;
  font-weight: 500;
}

.pricing-table .price-button {
  display: block;
  color: #fff;
  /*margin-top: 2rem;*/
  padding: .75rem;
  border-radius: 2px;
  text-align: center;
  font-weight: 500;
  transition: .3s;
}

.price-button { background: #FD6A02;}

.price-button:hover {
  text-decoration: none;
  background: #FFAC06;
  box-shadow: 0 1px 2px 0 rgba(105,103,206,.451),0 1px 3px 1px rgba(105,103,206,.302) !important;
}


.box:hover{
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1) !important;
}




.navbar-expand-md .navbar-nav .nav-item {
    padding: 5px 20px;
}
.navbar-expand-md .navbar-nav .nav-link {
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}
.parent {
    display: flex;
    justify-content: center;
    align-items: center;
}
.child {
    max-width: 100%;
    padding: 0 6%;
}
.child-1 {
    max-width: 100%;
    padding: 0 4%;
}




































.heading h2 span {
    color: #ff9100;
}

.title h3 {
    font-size: 18px;
    font-weight: 600;
}
.info {
    margin-top: 15px;
}
.info i {
    font-size: 30px;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 20px;
    color:  var(--main-theme-primary-color);
}
.info h4 {
    color: #666666;
font-size: 15px;
line-height: 25px;
font-weight: 400;
}

.info h4 span {
    font-size: 15px;
    font-weight: 300;
}

.info h4 a {
    font-family: 'hk-grotesk-ExtraBold';
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #000;
}
















.site-footer {
  margin: 40px auto 0;
  position: relative;
  width: 100%;  
  bottom: 20px; 
}

.site-footer .container h1 {
  font-size: 40px;
}

.site-footer .container h2 {
  font-size: 40px;
  float: right;
}

.site-footer .grid-container a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

.site-footer .grid-item {
  padding: 10px;
  color: #333;
  min-width: 170px;
}

.site-footer .grid-container .inner-grid-container {
  display: grid;
  grid-template-columns: 170px 170px 170px auto;
  text-align: center;
}

.site-footer .container hr { 
  display: block; 
  height: 1px;
  border: 0; border-top: 1px solid #d5d4e9;
  margin: 1px; 
  padding: 0; 
}

.site-footer .container p {
  font-size: 14px;
  text-align: center;
  color: #000;
  font-weight: 600;
}

.site-footer .container .logo-img {
  width: 180px;
  height: 140px;
  cursor: pointer;
}

.site-footer .grid-container .grid-item .social-buttons {
  padding-top: 20px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .site-footer .grid-container {
    display: grid;
    grid-template-columns: 100%;
  }

  .site-footer .grid-container .inner-grid-container {
    display: grid;
    grid-template-columns: auto auto ;
    text-align: left;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .site-footer .grid-container {
    display: grid;
    grid-template-columns: 25% 60% 15%;
  }

  .site-footer .grid-container .inner-grid-container{
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: center;
  }
}

