/*
@File: Addax Template Styles

* This file contains the styling for the actual tepmlate, this
is the file you need to edit to change the look of the
tepmlate.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

*** - Default CSS
*** - Prealoader CSS 
*** - Main Header CSS
*** - Main Banner CSS
*** - Video Banner CSS
*** - Creative Banner CSS
*** - Particles Banner CSS
*** - Welcome Area CSS
*** - About Area CSS
*** - Who We Are Area CSS
*** - Strategy Area CSS
*** - CTR Area CSS
*** - Skill Area CSS
*** - Fun Facts Area CSS
*** - Team Area CSS
*** - How We Work CSS
*** - Services Area CSS
*** - Why We Are Different CSS
*** - Work Area CSS
*** - Pricing Area CSS
*** - FAQ Area CSS
*** - Testimonials Area CSS
*** - Blog Area CSS
*** - Partner Area CSS
*** - Subscribe Area CSS
*** - Contact Area CSS
*** - Page Title CSS
*** - Blog Details Area CSS
*** - Footer Area CSS
*** - Go Top CSS
*/
/*
==============================
Default CSS
==============================
*/
:root {
  --main-color: #31719A;
  --main-color2: #FE5148;
  
}
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

:focus {
  outline: 0 !important;
}

p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.8;
  color: #666666;
}

a {
  color: #222222;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

a:hover, a:focus {
  color: var(--main-color);
  text-decoration: none;
}
a.typewrite {
    background: -webkit-linear-gradient( 45deg ,#212529,#26306b 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

img {
  max-width: 100%;
}

.ptb-80 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}

.ptb-60 {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}
.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.bg-f6f6f6 {
  background: #f4f8fb;
}
.bg-fbfbfb {
  background: #fbfbfb;
}

td.pimg.expitr_logoleftpadd amp-img.i-amphtml-element.i-amphtml-layout-fixed.i-amphtml-layout-size-defined.i-amphtml-built.i-amphtml-layout {
  position: relative;
  left: -24px;
}

/*Btn Btn-Primary*/
.btn {
  /* padding: 9px 25px; */
  /* font-size: 16px; */
  /* border-radius: 30px; */
  /* -webkit-transition: .4s; */
  /* transition: .4s; */
}

.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
.flag-india{
  background-image: linear-gradient( 
0deg, #138808 33%, #ffffff 33%, #ffffff 66%, #FF9933 66% );
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.disabled:hover, .btn-primary.disabled:focus {
  color: var(--main-color);
  background-color: #fff;
  border-color: var(--main-color);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
  opacity: 1;
}

/* Section Title */
.section-title {
  margin-bottom: 60px;
  padding-left: 30px;
  position: relative;
}

.section-title::before, .section-title::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  left: 10px;
  top: 0;
  background: var(--main-color);
  -webkit-transition: .4s;
  transition: .4s;
}

.section-title::after {
  left: 0;
  height: 50%;
}

.section-title:hover::before {
  height: 50%;
}

.section-title:hover::after {
  height: 100%;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 200;
  margin-bottom: 20px;
}

.section-title h2 span {
  color: var(--main-color);
  font-weight: 600;
}

.section-title p {
  max-width: 635px;
  margin-top: -7px;
}

.section-title h4 {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 17px;
  text-transform: capitalize;
}

/* Form Control */
.form-control {
  height: 45px;
  padding: 10px;
  font-size: 15px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
}

.form-control:focus {
  border-color: #dddddd;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Owl Carousel Button */
.owl-theme .owl-controls {
  margin-top: 50px;
  line-height: 0;
}
.testimonials .owl-controls {
  margin-top: 00px;
  line-height: 0;
  position:absolute;
  right:40px;
  bottom:35px
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #dddddd;
  -webkit-transition: .4s;
  transition: .4s;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #869791;
  border-radius: 5px;
  /* width: 10px; */
  /* height: 10px; */
  border-color: var(--main-color);
  background: var(--main-color);
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--main-color);
  border-color: var(--main-color);
}

.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -20px;
  background: rgba(255, 255, 255, 0.33);
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 54px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--main-color);
  color: #ffffff;
}

.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 40px;
}
.testimonials {
    width: 607px;
    margin: auto;
}
/*
==============================
Preloader CSS
==============================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 99999;
}

.preloader .folding-cube {
  left: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  top: 50%;
  right: 0;
  margin: -60px auto 0;
}

.preloader .folding-cube .cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.preloader .folding-cube .cube::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.preloader .folding-cube .cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

.preloader .folding-cube .cube2::before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.preloader .folding-cube .cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

.preloader .folding-cube .cube3::before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.preloader .folding-cube .cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

.preloader .folding-cube .cube4::before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*
==============================
Main Header CSS
==============================
*/


#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100% !important;
}

#topnav .logo {
  float: left;
  color: #3c4858 !important;
  width: 141px;
  height: 73px !important;
}

#topnav .logo .l-dark {
  display: none;
}

#topnav .logo .l-light {
  display: inline-block;
}

#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active > a {
  color: var(--main-color) !important;
}

#topnav .has-submenu.active.active .menu-arrow {
  border-color: var(--main-color);
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}

#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
  border-color: var(--main-color);
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 15px 27px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #3c4858;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .buy-button {
  float: right;
  line-height: 68px;
}

#topnav .buy-button .login-btn-primary {
  display: none;
}

#topnav .buy-button .login-btn-light {
  display: inline-block;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2px;
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 3px;
}

#topnav .navbar-toggle.open span:hover {
  background-color: var(--main-color);
}

#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a {
  color: var(--main-color) !important;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #3c4858;
  font-size: 13px;
  background-color: transparent !important;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Nunito", sans-serif;
  padding-left: 5px;
  padding-right: 10px;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
  color: var(--main-color);
}

#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -1px;
  top: 30px;
}

#topnav .navigation-menu .has-submenu:hover .menu-arrow {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

#topnav .menu-extras {
  float: right;
}

#topnav.scroll {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

#topnav.scroll .navigation-menu > li > a {
  color: #3c4858;
}

#topnav.scroll .navigation-menu > li > .menu-arrow {
  border-color: #3c4858;
}

#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
  color: var(--main-color);
}

#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
  border-color: var(--main-color);
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0px 3px 3px rgb(60 72 88 / 15%);
}

#topnav.nav-sticky .navigation-menu.nav-light > li > a {
  color: var(--main-color);
}

#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: var(--main-color) !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow {
  border-color: var(--main-color) !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: var(--main-color) !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
  border-color: #3c4858;
}

#topnav.nav-sticky .buy-button .login-btn-primary {
  display: inline-block;
}

#topnav.nav-sticky .buy-button .login-btn-light {
  display: none;
}

#topnav.nav-sticky .logo .l-dark {
  display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
  display: none;
}

.logo {
  font-weight: 700;
  font-size: 24px;
  padding: 0 0 6px;
  letter-spacing: 1px;
  line-height: 68px;
}

@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #topnav .navigation-menu > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: -35px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(60, 72, 88, 0.15);
            box-shadow: 1px 1px 0px 0px rgba(60, 72, 88, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }
  #topnav .navigation-menu > .has-submenu:hover .menu-arrow {
    top: 33px !important;
  }
  #topnav .navigation-menu > .has-submenu.active .menu-arrow {
    top: 30px;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 6px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
            box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  }
  #topnav .navigation-menu > li .submenu:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 7px solid #495057;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
            box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    white-space: nowrap;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 400;
    color: #3c4858 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: var(--main-color) !important;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 106%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 17px;
    padding-bottom: 18px;
    min-height: 60px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: var(--main-color);
  }
  #topnav .navigation-menu > li:hover > a,
  #topnav .navigation-menu > li.active > a {
    color: var(--main-color) !important;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu:before {
    left: auto;
    right: 10px;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu.nav-light > li > a {
    color: rgb(0 0 0);
  }
  #topnav .navigation-menu.nav-light > li.active > a {
    color: #212121 !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
    border-color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > a {
    color: #fc7d72 !important;
  }
  #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: rgba(255, 255, 255, 0.5);
  }
  #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
    border-color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-right {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  #topnav .navigation-menu.nav-left {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  #topnav .navigation-menu.nav-left > li.last-elements .submenu {
    left: 0 !important;
    right: auto !important;
  }
  #topnav .navigation-menu.nav-left > li.last-elements .submenu:before {
    left: 45px !important;
    right: auto !important;
  }
  #topnav .buy-button {
    padding-left: 15px;
    margin-left: 15px;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 991px) {
  #topnav {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0px 4px 3px rgb(60 72 88 / 15%);
    min-height: 74px;
    background: #ffffff;
  }
  #topnav .logo .l-dark {
    display: inline-block !important;
  }
  #topnav .logo .l-light {
    display: none !important;
  }
  #topnav .container {
    width: auto;
  }
  #topnav #navigation {
    max-height: 400px;
  }
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #3c4858 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a {
    color: #3c4858;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: var(--main-color);
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .buy-button .login-btn-primary {
    display: inline-block !important;
  }
  #topnav .buy-button .login-btn-light {
    display: none;
  }
  #topnav .has-submenu .submenu .submenu-arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: var(--main-color);
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #ffffff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
  }
  #topnav .buy-button {
    padding: 3px 0;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 375px) {
  #topnav .buy-button {
    display: none;
  }
  #topnav .buy-menu-btn {
    display: block !important;
    margin: 0 10px;
    padding: 10px 20px;
  }
  #topnav .navbar-toggle .lines {
    margin-right: 0 !important;
  }
}
/* 
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #ffffff !important;
  padding-top: .58rem;
  padding-bottom: .58rem;
}

.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ffffff !important;
}

.navbar-light .navbar-brand {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-light .navbar-brand span {
  color: var(--main-color);
  font-size: 35px;
  font-weight: 700;
  text-transform: lowercase;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-item {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-light .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #615a5a;
  padding-right: 0;
  padding-left: 0;
}

.navbar-light .navbar-nav .nav-item .nav-link.active, .navbar-light .navbar-nav .nav-item .nav-link.show, .navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link:focus {
  color: var(--main-color);
}

.navbar-light .navbar-nav .active .nav-link, .navbar-light .navbar-nav.show .nav-link {
  color: var(--main-color);
}

.navbar-light.header-sticky.is-sticky .navbar-brand {
  color: #000000;
}

.navbar-light.header-sticky.is-sticky .navbar-nav .nav-link {
  color: #000000;
  padding-right: 0;
  padding-left: 0;
}

.navbar-light.header-sticky.is-sticky .navbar-nav .nav-link.active, .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link.show, .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link:hover, .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link:focus {
  color: var(--main-color);
}

.navbar-light.header-sticky.is-sticky .navbar-nav .active .nav-link, .navbar-light.header-sticky.is-sticky .navbar-nav .show .nav-link {
  color: var(--main-color);
}
 */

/*
==============================
Main Banner CSS
==============================
*/
.main-banner {
  height: 750px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.main-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #17a2b8;
  opacity: 1;
}
.main-banner2 {
  height: 350px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.main-banner2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff91;
  opacity: 1;
}
.item-bg-one {
  background-image: url(../../assets/img/team/main-bg-1.jpg);
}

.item-bg-two {
  background-image: url(../../assets/img/main-bg-2.jpg);
}

.item-bg-three {
  background-image: url(../../assets/img/main-bg-1.png?v1);
}
.bg-client {
    background-image: url(../../assets/img/bg/clients-bg.jpg);
    background-position: center center;
}

.main-banner-text {
  text-align: center;
}
.item-bg-client{
    background-image: url(../../assets/img/client/bg_client.jpg);
}
.main-banner-text h4 {
  color: #fff;
  font-weight: 200;
  font-size: 33px;
  letter-spacing: 1px;
}

.main-banner-text h1 {
  color: #fff;
  font-size: 6rem;
  margin-top: 25px;
  margin-bottom: 30px;
  font-weight: 600;
  letter-spacing: 2px;
}

.main-banner-text h1 span {
  color: #000000;
  font-weight: 600;
}

.main-banner-text p {
  color: #fff;
  max-width: 730px;
  margin: auto;
  margin-bottom: 30px;
}

.main-banner-text .btn:hover, .main-banner-text .btn:focus {
  border-color: #ffffff;
}

.main-banner-text .view-work {
  background: transparent;
  border-color: #fff;
  margin-left: 10px;
}

.main-banner-text .view-work:hover, .main-banner-text .view-work:focus {
  border-color: var(--main-color);
  background: var(--main-color);
  color: #ffffff;
}

.home-slides .owl-controls {
  margin-top: 0;
}

/*
==============================
Video Banner CSS
==============================
*/
.video-background {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -100;
}

/*
==============================
Creative Banner CSS
==============================
*/
.creative-banner-one {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-width: 10rem 100vw 0 0;
  border-color: transparent #ffffff #ffffff transparent;
  border-style: solid;
}

.creative-banner-two {
  position: relative;
  top: 100%;
  width: 100%;
  height: 0;
}

.creative-banner-two::before {
  content: "";
  border-right: 50vw solid #ffffff;
  border-top: 160px solid transparent;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 0;
  width: 0;
}

.creative-banner-two::after {
  content: '';
  position: absolute;
  border-left: 50vw solid #ffffff;
  border-top: 160px solid transparent;
  bottom: 0;
  height: 0;
  left: 0;
  width: 0;
}

.creative-banner-three {
  position: relative;
  top: 100%;
  width: 100%;
  height: 0;
}

.creative-banner-three::before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  /* background-image: url(../../assets/img/shape.png); */
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*
==============================
Particles Banner CSS
==============================
*/
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#particles-js-two {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*
==============================
Welcome Area CSS
==============================
*/
.single-box {
  /* text-align: center; */
  /* -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15); */
  /* box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15); */
  padding: 10px 5px;
  position: relative;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
  margin: 1%;
  min-height: 279px;
}

.single-box:hover {
  /* -webkit-box-shadow: unset; */
  /* box-shadow: unset; */
  /* -webkit-transform: translateX(5px); */
  /* transform: translateX(5px); */
}

.single-box .icon {
  color: var(--main-color);
  font-size: 45px;
}

.single-box h3 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}

.single-box a.link {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 45px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
          box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
  border-radius: 50% 0 0 0;
  opacity: 0;
  visibility: hidden;
}

.single-box:hover a.link {
  background: var(--main-color);
  color: #ffffff;
  opacity: 1;
  visibility: visible;
  right: 0;
  bottom: 0;
}
.single-box.single-box-pro {
    box-shadow: none;
    min-height: 278px;
}

/*
==============================
About Area CSS
==============================
*/
.about-area {
  background-image: url(../../assets/img/patt.png);
  background-position: center center;
}

.about-video {
  position: relative;
}

.about-video .video-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -26px;
}

.about-video .video-btn a {
  color: #ffffff;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  background: var(--main-color);
  position: relative;
  font-size: 30px;
  border-radius: 50%;
}

.about-video .video-btn a::before, .about-video .video-btn a::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
  border: 10px solid #fff;
}

.about-video .video-btn a::after {
  width: 70px;
  height: 70px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 0;
  }
}

.about-addax {
  margin-top: 12px;
}

.about-addax .section-title {
  margin-bottom: 20px;
  padding-left: 0;
}

.about-addax .section-title::before, .about-addax .section-title::after {
  display: none;
}

.about-addax .section-title h2 {
  font-size: 25px;
}

.about-addax ul {
  margin-bottom: 30px;
}

.about-addax ul li {
  margin-bottom: 10px;
  font-weight: 300;
  color: #666666;
}

.about-addax ul li i {
  color: var(--main-color);
  margin-right: 5px;
}

.about-addax ul li:last-child {
  margin-bottom: 0;
}

.about-addax .pull-left {
  margin-right: 45px;
}

/*
==============================
Who We Are Area CSS
==============================
*/
.who-we-are {
  padding-bottom: 50px;
}

.single-who-we-are {
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
  box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
  background: #ffffff;
  padding: 20px 30px 31px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  min-height: 20rem;
}

.single-who-we-are:hover {
  background: var(--main-color);
  color: #ffffff;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.single-who-we-are i {
  font-size: 50px;
  color: var(--main-color);
  -webkit-transition: .4s;
  transition: .4s;
}

.single-who-we-are:hover i {
  color: #ffffff;
}

.single-who-we-are h4 {
  margin-bottom: 20px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 500;
}

.single-who-we-are p {
  -webkit-transition: .4s;
  transition: .4s;
}

.single-who-we-are:hover p {
  color: #ffffff;
}

.single-who-we-are span {
  bottom: 0;
  color: rgba(0, 0, 0, 0.03);
  font-size: 200px;
  line-height: 180px;
  position: absolute;
  right: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-who-we-are:hover span {
  color: rgba(255, 255, 255, 0.2);
}

/*
==============================
Strategy Area CSS
==============================
*/
.strategy-area {
  position: relative;
}

.strategy-area .image {
  background-image: url(../../assets/img/home-screen/strategy.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.strategy-area .image img {
  display: none;
}

.about-strategy {
  padding-left: 25px;
}

.about-strategy .section-title {
  margin-bottom: 20px;
  padding-left: 0;
}

.about-strategy .section-title::before, .about-strategy .section-title::after {
  display: none;
}

.about-strategy ul {
  margin-bottom: 30px;
}

.about-strategy ul li {
  margin-bottom: 10px;
  font-weight: 300;
  color: #666666;
}

.about-strategy ul li:last-child {
  margin-bottom: 0;
}

.about-strategy ul li i {
  color: var(--main-color);
  margin-right: 5px;
}

/*
==============================
CTR Area CSS
==============================
*/
.ctr-area {
  text-align: center;
  background-image: url(../../assets/img/ctr-bg.jpg);
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ctr-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0078c8;
  opacity: 0.96;
}

.ctr-area .section-title {
  padding-left: 0;
}

.ctr-area .section-title::after, .ctr-area .section-title::before {
  display: none;
}

.ctr-area .section-title h2 {
  color: #ffffff;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ctr-area .section-title p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  color: #ffffff;
}

.ctr-area .view-work {
  background: transparent;
  border-color: #ffffff;
  margin-left: 10px;
}

.ctr-area .view-work:hover, .ctr-area .view-work:focus {
  border-color: var(--main-color);
  background: var(--main-color);
  color: #ffffff;
}

.ctr-area .btn:hover, .ctr-area .btn:focus {
  border-color: #ffffff;
}

/*
==============================
Skill Area CSS
==============================
*/
.about-skill .section-title {
  padding-left: 0;
}

.about-skill .section-title::before, .about-skill .section-title::after {
  display: none;
}

.about-skill .progress-title {
  font-size: 17px;
  margin-bottom: 13px;
}

.about-skill .progress {
  height: 10px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 30px;
  overflow: visible;
}

.about-skill .progress .progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  -webkit-animation: animate-positive 2s;
          animation: animate-positive 2s;
  background: var(--main-color);
  border-radius: 5px;
}

.about-skill .progress .progress-value {
  font-size: 15px;
  font-weight: 300;
  color: #222222;
  position: absolute;
  top: -29px;
  right: 0;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.skill-video {
  position: relative;
}

.skill-video .video-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -26px;
}

.skill-video .video-btn a {
  color: #ffffff;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  background: var(--main-color);
  position: relative;
  font-size: 30px;
  border-radius: 50%;
}

.skill-video .video-btn a::before, .skill-video .video-btn a::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
  border: 10px solid #ffffff;
}

.skill-video .video-btn a::after {
  width: 70px;
  height: 70px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

/*
==============================
Fun Facts Area CSS
==============================
*/
.funFacts-area {
  background-image: url(../../assets/img/funfact-bg.jpg);
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.funFacts-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .77;
}

.funFact {
  position: relative;
  padding-left: 65px;
}

.funFact i {
  font-size: 50px;
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 2px;
}

.funFact .fa.fa-users {
  left: -10px;
}

.funFact h2 {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 45px;
  font-weight: 600;
}

.funFact p {
  color: #ffffff;
  font-size: 18px;
}

/*
==============================
Team Area CSS
==============================
*/
.our-team {
  text-align: center;
  position: relative;
}

.our-team .team-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92%;
  background: var(--white);
  margin-left: 15px;
  padding-top: 22px;
  z-index: 1;
  -webkit-transition: .4s;
  transition: .4s;
  padding-bottom: 10px;
  box-shadow: 1px 9px 5px 2px #e8e8e8;
  border-bottom: 1px solid #ded9d9;
  text-align: center;
}

.our-team .team-content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  -webkit-transition: .4s;
  transition: .4s;
}

.our-team .team-content .post {
  color: #666666;
  -webkit-transition: .4s;
  transition: .4s;
  padding-bottom: 6px;
}

.our-team:hover .team-content .title {
  color: #ffffff;
}

.our-team:hover .team-content .post {
  color: #ffffff;
}

.our-team:hover .team-content {
  bottom: 5%;
  background: #31719b;
}

.our-team .social {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.9)), color-stop(80%, rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.3) 80%);
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  visibility: hidden;
}

.our-team .social ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -50px;
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
  -webkit-transition: .4s;
  transition: .4s;
}

.our-team .social ul li {
  display: inline-block;
}

.our-team .social ul li a {
  width: 35px;
  height: 35px;
  line-height: 32px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.our-team .social ul li a:hover {
  border-color: var(--main-color);
  background: var(--main-color);
}

.our-team:hover .social {
  opacity: 1;
  visibility: visible;
}

.our-team:hover .social ul {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*
==============================
How We Work CSS
==============================
*/
.how-work {
  background-image: url(../../assets/img/dott.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
}

.single-how-work {
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  background: #ffffff;
  padding: 35px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.single-how-work:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.single-how-work h3 {
  color: var(--main-color);
  font-size: 45px;
  font-weight: 700;
}

.single-how-work h4 {
  margin-top: 25px;
  margin-bottom: 18px;
  font-size: 22px;
}

/*
==============================
Services Area CSS
==============================
*/
.services-area {
  padding-bottom: 50px;
}

.services-area .single-box {
  margin-bottom: 30px;
}

.single-services {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  text-align: center;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-services:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.single-services::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  border-left: 2px solid var(--main-color);
  height: 50px;
  border-bottom: 2px solid var(--main-color);
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-services:hover::before {
  opacity: 1;
  width: 100%;
  height: 50%;
}

.single-services .services-img {
  position: relative;
}

.single-services .services-img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .66;
}

.single-services .services-img .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -30px;
}

.single-services i {
  width: 70px;
  height: 70px;
  line-height: 71px;
  border: 1px solid #ffffff;
  font-size: 30px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-services:hover i {
  background: #ffffff;
  color: var(--main-color);
}

.single-services .services-content {
  padding: 30px 25px;
  position: relative;
}

.single-services .services-content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 18px;
}

/*
==============================
Why We Are Different CSS
==============================
*/
.tabset input[type="radio"] {
  display: none;
}

.tabset .tab-panel {
  display: none;
}

.tabset input:first-child:checked ~ .tab-panels .tab-panel:first-child {
  display: block;
}

.tabset input:nth-child(3):checked ~ .tab-panels .tab-panel:nth-child(2) {
  display: block;
}

.tabset input:nth-child(5):checked ~ .tab-panels .tab-panel:nth-child(3) {
  display: block;
}

.tabset input:nth-child(7):checked ~ .tab-panels .tab-panel:nth-child(4) {
  display: block;
}

.tabset input:nth-child(9):checked ~ .tab-panels .tab-panel:nth-child(5) {
  display: block;
}

.tabset input:nth-child(11):checked ~ .tab-panels .tab-panel:nth-child(6) {
  display: block;
}

.tabset label {
  position: relative;
  display: inline-block;
  padding: 11px 32px;
  margin-right: 6px;
  margin-bottom: 0;
  cursor: pointer;
  background: transparent;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-size: 18px;
}

.tabset input:checked + label {
  border-color: var(--main-color);
  background: var(--main-color);
  color: #ffffff;
}

.tab-panel {
  margin-top: 35px;
}

.tab-panel .why-we-different-text h4 {
  font-size: 35px;
  font-weight: 200;
  margin-bottom: 20px;
}

.tab-panel .why-we-different-text p {
  max-width: 635px;
  margin-top: -7px;
}

.tab-panel .why-we-different-text ul {
  margin-top: 25px;
  margin-bottom: 30px;
}

.tab-panel .why-we-different-text ul li {
  margin-bottom: 10px;
  font-weight: 300;
  color: #666666;
}

.tab-panel .why-we-different-text ul li:last-child {
  margin-bottom: 0;
}

.tab-panel .why-we-different-text ul li i {
  color: var(--main-color);
  margin-right: 5px;
}

/*
==============================
Work Area CSS
==============================
*/
.shorting-menu {
  display: inline-block;
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  padding: 18px 20px;
  border-radius: 50px;
}

.shorting-menu .filter {
  border: none;
  background: #f4f4f4;
  padding: 9px 24px;
  text-transform: capitalize;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 30px;
  color: #000000;
}

.shorting-menu .filter.active, .shorting-menu .filter:hover {
  background: var(--main-color);
  color: #ffffff;
}

.shorting {
  margin-top: 40px;
}

.shorting .mix {
  display: none;
}

.single-work {
  overflow: hidden;
  position: relative;
  padding: 5px;
}

.single-work::before {
  content: '';
  position: absolute;
  top: 15px;
  width: 95%;
  height: 93%;
  background: #000000;
  left: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-work:hover::before {
  top: 21px;
  width: 93%;
  height: 91%;
  left: 21px;
  opacity: .66;
  visibility: visible;
}

.single-work .work-content {
  position: absolute;
  bottom: 20px;
  width: 86%;
  background: #ffffff;
  left: 40px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-work .work-content h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.single-work .work-content ul li {
  display: inline-block;
  font-size: 14px;
}

.single-work:hover .work-content {
  bottom: 35px;
  opacity: 1;
  visibility: visible;
}

.single-work .popup-btn {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 46px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-work .popup-btn:hover {
  background: var(--main-color);
  border-color: var(--main-color);
}

.single-work:hover .popup-btn {
  top: 36px;
  opacity: 1;
  visibility: visible;
}

/*
==============================
Pricing Area CSS
==============================
*/
.pricingTable {
  padding: 30px 0;
  text-align: center;
  position: relative;
  background-image: url(../../assets/img/patt.png);
  background-position: center center;
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  -webkit-transition: .4s;
  transition: .4s;
}

.pricingTable:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.pricingTable::after {
  content: "";
  width: 70px;
  height: 30px;
  background: var(--main-color);
  margin: 0 auto;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.pricingTable .title {
  padding: 20px 0;
  margin-bottom: 35px;
  background: var(--main-color);
  font-size: 25px;
  color: #ffffff;
  text-transform: uppercase;
}

.pricingTable .price-value {
  margin-bottom: 25px;
  color: var(--main-color);
}

.pricingTable .price-value .amount {
  display: inline-block;
  font-size: 44px;
  font-weight: 500;
}

.pricingTable .price-value .month {
  display: block;
  font-size: 15px;
  line-height: 16px;
  text-transform: capitalize;
  color: #666;
  margin-left: 50px;
}

.pricingTable .currency {
  display: inline-block;
  font-size: 25px;
  vertical-align: top;
  margin-top: 6px;
}

.pricingTable .pricing-content {
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.pricingTable .pricing-content li {
  color: #8b8b8b;
  margin-top: 16px;
}

.pricingTable .pricing-content li:first-child {
  margin-top: 0;
}

.pricingTable .pricing-content li i {
  color: var(--main-color);
  margin-right: 4px;
}

/*
==============================
FAQ Area CSS
==============================
*/
.faq-area .image {
  background-image: url(../../assets/img/faq-img.jpg);
  position: absolute;
  left: 15px;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.card {
  background-color: transparent;
  border-radius: 10px !important;
  margin-bottom: 6px;
  border: none;
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
}

.card .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background: transparent;
}

.card .card-header:first-child {
  border-radius: 0;
}

.card .card-header a {
  display: block;
}

.card .card-header a:hover {
  background: var(--main-color);
}

.card .card-header a h5 {
  font-size: 17px;
  overflow: hidden;
  padding: 20px;
  color: #ffffff;
  line-height: 16px;
  background: var(--main-color);
}

.card .card-header a.collapsed h5 {
  color: #000000;
  background: transparent;
  -webkit-transition: .4s;
  transition: .4s;
}

.card .card-header a.collapsed h5:hover {
  color: #ffffff;
}

.card .card-header a i {
  float: right;
  font-size: 16px;
}

.card .card-header a.collapsed .fa.fa-plus::before {
  content: "\f067";
}

.card .card-header a .fa.fa-plus::before {
  content: "\f068";
}

.card .card-body {
  line-height: 1.9;
  background: transparent;
  color: #666666;
}

/*
==============================
Testimonials Area CSS
==============================
*/
.testimonials-area {
  padding-bottom: 50px;
}

.single-feedback {
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  background-image: url(../../assets/img/patt.png);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  min-height: 350px;
}

.single-feedback-md {
  padding: 30px 0;
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  min-height: 350px;
}

.single-feedback .client-info,.single-feedback-md .client-info  {
  position: relative;
  margin-bottom: 35px;
  padding-left: 100px;
  padding-top: 15px;
}

.single-feedback .client-info .client-pic {
  max-width: 80px;
  position: absolute;
  left: 0;
  top: 0;
}
.single-feedback .client-info .md-pic {
  max-width: 409px;
  position: relative;
  left: 0;
  top: 0;
}


.single-feedback .client-info .client-pic img {
  border-radius: 50%;
}

.single-feedback .client-info .client-title h4,.md-info h4 {
  font-size: 19px;
  font-weight: 500;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-feedback .client-info .client-title h5,.md-info h5 {
  font-size: 15px;
  margin-top: 13px;
  color: #666666;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-feedback p ,.single-feedback-md p {
  -webkit-transition: .4s;
  transition: .4s;
}

.single-feedback span ,.single-feedback-md span{
  font-size: 175px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.03);
  -webkit-transition: .4s;
  transition: .4s;
  line-height: 0;
}

.single-feedback:hover,.single-feedback-md:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  background: var(--main-color);
  box-shadow: 0 0 30px 0 rgb(67 67 67 / 15%);
}

.single-feedback-md:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  background: var(--main-color);
  box-shadow: 0 0 30px 0 rgb(67 67 67 / 15%);
}
.single-feedback:hover .client-title h4, 
.single-feedback:hover .client-title h5,
.single-feedback-md:hover .md-info h4,
.single-feedback-md:hover .md-info h5 {
  color: #ffffff;
}

.single-feedback:hover p,.single-feedback-md:hover p {
  color: #ffffff;
}

.single-feedback:hover span , .single-feedback-md:hover span{
  color: rgba(255, 255, 255, 0.2);
}

/*
==============================
Blog Area CSS
==============================
*/
.single-blog-item {
  position: relative;
  padding: 30px;
  border: 1px solid #eeeeee;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 510px;
}
.news_box {
    box-shadow: 1px 1px 9px 3px rgb(164 172 179 / 20%);
    transition: all .5s;
    position: relative;
    transition: all .5s;
}

.single-blog-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-blog-item span, .single-blog-item p, .single-blog-item h4 {
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-blog-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
}

.single-blog-item h4 a:hover {
  color: var(--black) !important;
}

.single-blog-item .link-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
          box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
  border-radius: 50% 0 0 0;
}

.single-blog-item:hover::before {
  background: var(--main-color);
  opacity: .90;
}

.single-blog-item:hover span, .single-blog-item:hover p, .single-blog-item:hover h4 a {
  color: #ffffff;
}

.single-blog-item:hover .link-btn {
  background: var(--main-color);
  color: #ffffff;
}

.h450{
  height: 450px;
  min-height:250px;
  padding:1rem;
}
/*
==============================
Partner Area CSS
==============================
*/
.partner-area {
  text-align: center;
}

.partner-area .owl-carousel .owl-item img {
  width: 140px;
}

/*
==============================
Subscribe Area CSS
==============================
*/
.subscribe-area {
  background-image: url(../../assets/img/pattern.png);
  text-align: center;
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
}

.newsletter {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  background: #ffffff;
  padding: 35px;
  border-radius: 5px;
}

.newsletter h4 {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 30px;
}

.newsletter form {
  position: relative;
}

.newsletter form .form-control {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border: none;
  height: 75px;
  border-radius: 50px;
  padding-left: 20px;
  font-size: 17px;
}

.newsletter form .btn {
  position: absolute;
  right: 7px;
  top: 8px;
  height: 60px;
  width: 175px;
}

.newsletter form .validation-danger {
  margin-top: 20px;
  color: red;
}

.newsletter form .validation-success {
  margin-top: 20px;
}

/*
==============================
Contact Area CSS
==============================
*/
#map {
  width: 100%;
  height: 400px;
}

.contact-form {
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  background: #ffffff;
  padding: 30px;
  border-top: 3px solid var(--main-color);
  border-bottom: 3px solid var(--main-color);
}

.contact-form ul li {
  position: relative;
  padding-left: 0;
  font-size: 16px;
  margin-bottom: 26px;
  
  margin-top: 18px;
}
.contact-form ul li ,.contact-form ul li b, .contact-form ul li a {
  color: var(--main-color);
}

ul.social li {
    margin: 17px 8px;
    padding: 18px;
    display: inline-flex;
    min-height: 38px;
    vertical-align: baseline;
}
.contact-form ul li:last-child {
  margin-bottom: 0;
}

.contact-form ul li i {
  position: absolute;
  left: 0;
  top: -11px;
  color: var(--main-color);
  font-size: 19px;
  background: #f6f6f6;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}

.contact-form ul li i:hover {
   background: var(--main-color);
   color:#f6f6f6;
}

.contact-form .follow-us {
  text-align: right;
  margin-top: 40px;
}

.contact-form .follow-us li {
  padding-left: 0;
  display: inline-block;
  margin-bottom: 0;
}

.contact-form .follow-us li:first-child {
  font-size: 18px;
  font-weight: 400;
  margin-right: 5px;
}

.contact-form .follow-us li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #000000;
  border-radius: 50%;
}

.contact-form .follow-us li a:hover, .contact-form .follow-us li a:focus {
  background: var(--main-color);
  color: #ffffff;
  border-color: var(--main-color);
}

.contact-form {
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  padding: 40px 30px;
  border-top: 3px solid var(--main-color);
  border-bottom: 3px solid var(--main-color);
  background: #ffffff;
  min-height: 744px;
  /* max-height: 713px; */
}

.contact-form h4 {
  color: var(--main-color);
  margin-bottom: 10px;
  font-size: 22px;
}

.contact-form .has-error .list-unstyled li {
  color: red;
  font-size: 13px;
  margin: 3px;
  padding: 0;
  text-align: end;
}

.contact-form .form-control {
  border-radius: 0;
}

.contact-form .btn {
  margin-top: 20px;
}

.contact-form #message {
  height: auto;
  padding: 15px;
}

ul.social {
    display: inline-block;
    vertical-align: middle;
    height: 55px;
}

/*
==============================
Page Title CSS
==============================
*/
.page-title {
  height: 841px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
}

.page-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  opacity: .8;
}

.page-title h1 {
  margin-bottom: 35px;
  margin-top: 65px;
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
}

.page-title ul li {
  display: inline-block;
  margin: 0 3px;
  color: #ffffff;
  text-transform: initial;
  font-weight: 500;
}

.page-title ul li.active {
  color: #cccccc;
}

.page-title ul li a {
  color: #ffffff;
}

.page-title ul li a:hover {
  color: var(--main-color);
}

/*
==============================
Blog Details Area CSS
==============================
*/
.blog-details-area {
  background-image: url(../../assets/img/pattern.png);
  background-attachment: fixed;
}

.blog-details-area .title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 27px;
}

.blog-details {
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  background: #ffffff;
}

.blog-details .article-img {
  position: relative;
}

.blog-details .article-img .date {
  position: absolute;
  bottom: 15px;
  width: 100px;
  left: 15px;
  height: 100px;
  text-align: center;
  font-size: 25px;
  font-style: italic;
  background: var(--main-color);
  color: #ffffff;
  border-radius: 5px;
  padding-top: 19px;
  line-height: 32px;
}

.blog-details .article-text {
  padding: 30px;
}

.blog-details .article-text ul li {
  display: inline-block;
}

.blog-details .article-text .category a {
  background: var(--main-color);
  color: #ffffff;
  padding: 3px 15px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 400;
}

.blog-details .article-text p {
  margin-bottom: 20px;
}

.blog-details .article-text .blockquote {
  margin-bottom: 25px;
  margin-top: 25px;
  background: #f4f4f4;
  padding: 30px;
  font-size: 17px;
  border-left: 4px solid var(--main-color);
}

.blog-details .article-text .blockquote p {
  color: #000000;
}

.blog-details .article-text .author-share {
  margin-top: 40px;
}

.blog-details .article-text .author-share .social-share {
  text-align: right;
  margin-top: 28px;
}

.blog-details .article-text .author-share .social-share a {
  background: var(--main-color);
  color: #ffffff;
  width: 35px;
  display: inline-block;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
}

.blog-details .article-text .article-author {
  overflow: hidden;
}

.blog-details .article-text .article-author .author-img {
  float: left;
  width: 27%;
}

.blog-details .article-text .article-author .author-img img {
  border-radius: 50%;
  max-width: 100%;
  width: auto !important;
}

.blog-details .article-text .article-author .author-title {
  float: left;
  width: 73%;
  padding-left: 25px;
  margin-top: 17px;
}

.blog-details .article-text .article-author .author-title h4 {
  font-size: 20px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.blog-details .article-text .article-author .author-title span {
  color: #666666;
  font-size: 15px;
}

.post-controls-buttons {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 70px;
  padding-right: 70px;
}

.post-controls-buttons div {
  display: inline-block;
}

.post-controls-buttons div a {
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  padding: 10px 20px;
  border-radius: 5px;
  background: #ffffff;
  color: var(--main-color);
  display: inline-block;
}

.post-controls-buttons div a:hover {
  background: var(--main-color);
  color: #ffffff;
}

.post-controls-buttons .controls-right {
  float: right;
}

.post-comments .single-comment {
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  padding: 25px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.post-comments .single-comment.left-m {
  margin-left: 30px;
}

.post-comments .single-comment .comment-img {
  float: left;
  width: 13%;
}

.post-comments .single-comment .comment-img img {
  border-radius: 50%;
}

.post-comments .single-comment .comment-content {
  float: left;
  width: 87%;
  padding-left: 25px;
}

.post-comments .single-comment .comment-content h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.post-comments .single-comment .comment-content p {
  margin-bottom: 15px;
}

.post-comments .single-comment .comment-content a {
  position: absolute;
  right: 25px;
  bottom: 25px;
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 17px;
}

.leave-a-reply {
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  padding: 25px;
  background: #ffffff;
  margin-top: 50px;
}

.leave-a-reply .btn {
  margin-top: 0px;
}

/*
==============================
Footer Area CSS
==============================
*/
.footer-area {
  text-align: center;
  padding: 50px 0;
  background: #222222;
}

.footer-area h4 {
  line-height: 22px;
  margin-bottom: 30px;
}

.footer-area h4 a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 35px;
}

.footer-area h4 span {
  color: var(--main-color);
  font-size: 40px;
  font-weight: 700;
  text-transform: lowercase;
}

.footer-area ul li {
  display: inline-block;
}

.footer-area ul li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 34px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
}

.footer-area ul li a:hover, .footer-area ul li a:focus {
  background: var(--main-color);
  color: #ffffff;
  border-color: var(--main-color);
}

.footer-area p {
  line-height: 1;
  margin-top: 30px;
  color: #ffffff;
}

/*
==============================
Go Top CSS
==============================
*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: 20px;
  font-size: 25px;
  color: #ffffff;
  background-color: #000000;
  z-index: 1;
  display: none;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 39px;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

.go-top:hover {
  color: #ffffff;
  background: var(--main-color);
}
/*# sourceMappingURL=style.css.map */
/*
==============================
 footer CSS
==============================
*/

/*********footer*******************/
. kdkfooter_area {
    position: relative;
    z-index: 1;
	}
	.foo_top_header_one {
    background-color: #15151e;
    color: #fff;
}
.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 112px;
}
.foo_top_header_one {
    color: #fff;
}.kdkfooter_part {
    margin-bottom: 30px;
}
.foo_top_header_one .kdkfooter_part > h5 {
    color: #fff;
}
.kdkfooter_part h4, .kdkfooter_part h5 {
    margin-bottom: 30px;
}
.kdkfooter_single_contact_info > p, .kdkfooter_single_contact_info > h5, .kdkfooter_blog_area > a, .foo_top_header_one .kdkfooter_part > p {
    color: rgba(255,255,255,.5);
}
p, ul li, ol li {
    font-weight: 300;
}
ul {
    margin: 0;
    padding: 0;
}
.kdkfooter_bottom_header_one {
    background-color: #111;
}
.section_padding_50 {
    padding: 50px 0;
}
.kdkfooter_bottom_header_one p {
    color: #fff;
    margin: 0;
}
p, ul li, ol li {
    font-weight: 300;
}
.kdkfooter_bottom_header_one a {
    color: inherit;
    font-size: 14px;
}
a, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.m-top-15 {
    margin-top: 15px;
}
ul {
    margin: 0;
    padding: 0;
}

.kdkfooter_widget > li {
    display: inline-block;
}
p, ul li, ol li {
    font-weight: 300;
}
ol li, ul li {
    list-style: outside none none;
}
.kdkfooter_widget a {
    border: 1px solid #333333;
    border-radius: 6px;
    color: #888;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 4px;
    padding: 7px 12px;
}
.kdkfooter_widget a:hover{
 border: 1px solid #9c939c; 
 color:#ffffff;
}
ul {
    margin: 0;
    padding: 0;
}
.kdkfooter_links a {
    border-bottom: 1px solid #333;
    color: rgba(255,255,255,.5);
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.kdkfooter_links a {
    color: rgba(255,255,255,.5);
    font-size: 13px;
}
top-15 {
    margin-top: 15px;
}
.foo_top_header_one .kdkfooter_part > h5 {
    color: #fff;
}
.kdkfooter_part h4, .kdkfooter_part h5 {
    margin-bottom: 30px;
}
.kdkfooter_social_links > li {
    display: inline-block;
}
p, ul li, ol li {
    font-weight: 300;
}
.kdkfooter_social_links a {
    border: 1px solid #333;
    border-radius: 6px;
    color: #888;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 3px;
    padding: 7px 12px;
}
.kdkfooter_social_links a:hover{
  color:#ffffff;
}
.kdkfooter_blog_area .kdkfooter_date {
    color: #27ae60;
    font-size: 13px;
    margin-bottom: 5px;
}
.kdkfooter_blog_area > p {
    color: rgba(255,255,255,.5);
    line-height: 1.3;
    margin-bottom: 0;
}
.kdkfooter_works > a {
    display: inline-block;
    float: left;
    position: relative;
    width: 33.33333333%;
    z-index: 1;
}
.kdkfooter_thumb {
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
}
.kdkfooter_links a i {
    padding-right: 10px;
}
  /* :: 18.0 Footer Area CSS */

    .footer_area {
        position: relative;
        z-index: 1;
    }
 .footer_bottom p > i,
    .footer_bottom p > a:hover {
        color: #27ae60;
    }	

    .social_links_area {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 50px 0 30px 0;
        text-align: center;
        position: relative;
        z-index: 1;
    }
 .social_links_area > a:hover {
        color: #27ae60;
    }

    .inline-style .social_links_area > a:hover {
        background-color: transparent;
        color: #27ae60;
        border: 0px solid transparent;
    }
 .single_feature:hover .feature_text h4 {
        color: #27ae60;
    }
.kdkfooter_blog_area {
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    padding: 0 0 15px 90px;
    position: relative;
    z-index: 1;
}
.kdkfooter_links a {
    border-bottom: 1px solid #333;
    color: rgba(255,255,255,.5);
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.kdkfooter_links a:hover{color:#ffffff}
/*************footer End*****************/


   .highlight_kdk {
    display: inline-block;
    font-style: inherit;
    font-weight: inherit;
    overflow: visible;
    position: relative;
    width: auto;
}
.highlighter__Accessory_kdk {
    inset: 0px -0.5rem;
    display: block;
    height: 100%;
    overflow: visible;
    mix-blend-mode: darken;
    position: absolute;
    z-index: 0;
}
.highlight__Inner {
    inset: 0px;
    display: block;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}.highlight_kdksvgFill {
    fill: #fe51488c;
}
a.readmore {
    position: absolute;
    right: 0;
    font-weight: 500;
    color: var(--main-color);
    margin-top: 36px;
}
a.readmore:hover {
    color: var(--main-color2);
}
#msgSubmit{
  margin:1rem 0 0;
  padding:1rem 0 0;
}
.footer_make_in_india{
  background-image: url("../../assets/img/Make-in-India-logo.jpg");
  width: 281px;
  height: 113px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 70px !important;
}