/*========================================
==========================================

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

=========================================
=========================================
*/

/*----Typography----*/
html {
  scroll-behavior: smooth;
  font-size: 100%;
  line-height: 100%;
}
body {
  font-family: Asap;
  font-size: 1em;
}
hr {
  border-top: 2px solid #eeeeee;
}
h1 {
  font-family: "Roboto";
  font-size: 3.125em;
  font-weight: 400;
  line-height: 4.375rem;
}
h2,
h3,
h4 {
  font-family: "Poppins";
}
h2 {
  font-size: 2.1875em;
  font-weight: 500;
  color: #383c55;
  margin-bottom: 20px;
  line-height: 3.1875rem;
}
h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 2.5rem;
  color: #383c55;
}
h4 {
  font-size: 1.25em;
  font-weight: 500;
  color: #383c55;
  line-height: 2.3125rem;
}
h5 {
  font-size: 1.125em;
  font-weight: 500;
  color: #383c55;
  line-height: 1.875rem;
}
p {
  font-family: "Asap";
  color: #999999;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.8125rem;
}
a {
  font-family: "Asap";
}
input {
  font-family: Asap !important;
}
.font-weight-semibold {
  font-weight: 600 !important;
}
.font-weight-medium {
  font-weight: 500 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-asap {
  font-family: Asap !important;
}
.font-roboto {
  font-family: "Roboto" !important;
}
.line-height-20 {
  line-height: 20px;
}
.line-height {
  line-height: 2.3125rem !important;
}
.line-height-29 {
  line-height: 1.8125rem !important;
}
.line-height-50 {
  line-height: 3.125rem !important;
}
.font-size-14 {
  font-size: 0.875em !important;
}
.font-size-18 {
  font-size: 1.125em !important;
}
.font-size-32 {
  font-size: 2em !important;
}
.font-size-40 {
  font-size: 2.5em !important;
}
.font-size-50 {
  font-size: 3.125em !important;
}
.text-size-28 {
  font-size: 1.75em;
}
.text-size-14 {
  font-size: 0.875em;
}
.text-size-13 {
  font-size: 0.8125em;
}
.text-size-18 {
  font-size: 1.125em;
}

/*================Common Layout==================*/
.section-white {
  background-color: white;
}
.section-transparent {
  background-color: transparent;
}
.section-gray {
  background-color: #f7f7f7;
}
.section--fade-black {
  background-color: #222222;
}
.section--fade-black .border-bottom {
  border-bottom: 1px solid #333333 !important;
}
.section-black {
  background-color: #000000;
}

.center-section {
  padding: 120px 0;
  position: relative;
}
.bg-image-section .center-section {
  /*padding: 175px 0;*/
}
.highlight-section {
  background-color: #34D633;
  padding: 38px 0;
}

/*===================Header and Navigation=================*/
.main-header {
  background-color: transparent;
  position: absolute;
  font-family: "Asap";
  overflow: visible !important;
  left: 0;
  right: 0;
  z-index: 10;
}
.call-action-btn {
  padding: 8px 0 8px 15px;
  border-left: 1px solid #dee2e6 !important;
  margin-left: 15px;
  color: #fff;
}
.call-action-btn:hover {
  text-decoration: none;
  color: #34D633;
}
.call-action-btn span {
  padding-left: 7px;
}
.mega-nav ul {
  list-style: none;
  padding: 0;
}
.mega-nav ul li {
  list-style: none;
  padding: 0;
  display: block;
}
.mega-nav ul li a {
  color: #222222;
  padding: 4px 0;
  position: relative;
  display: inline-block;
}
.mega-nav ul li a:hover {
  color: #34D633;
  text-decoration: none;
}
.mega-nav ul li a:hover:after {
  transition: all 0.3s ease;
  width: 100%;
  left: 0;
}
.mega-nav ul li a:after {
  position: absolute;
  transition: all 0.3s ease;
  content: "";
  width: 0;
  bottom: 0;
  left: inherit;
  right: 0;
  height: 2px;
  background: #34D633;
}
.single-dropdown {
  width: 250px;
  left: inherit;
  right: inherit !important;
}
.single-dropdown.mega-nav ul li a {
  padding: 6px 0;
}
.contact-dropdown-toggle {
  position: absolute;
  left: 0;
  width: 175px;
  background: #f7f7f7;
  padding: 1rem 0.5rem;
  top: 70px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  border-radius: 4px;
}
.contactbtnh {
  height: 85px;
  position: relative;
}
.contact-dropdown .btn {
  margin-top: 24px;
}
.contact-dropdown:hover .contact-dropdown-toggle {
  visibility: visible;
  opacity: 1;
}
.contact-dropdown-toggle {
}

.contact-dropdown-toggle ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.contact-dropdown-toggle ul li {
  list-style: none;
  padding: 0;
  display: block;
}
.contact-dropdown-toggle ul li a {
  color: #222222;
  padding: 4px 0;
  position: relative;
  display: inline-block;
}
.contact-dropdown-toggle ul li a:hover {
  color: #34D633;
  text-decoration: none;
}
.contact-dropdown-toggle ul li a:hover:after {
  transition: all 0.3s ease;
  width: 100%;
  left: 0;
}
.contact-dropdown-toggle ul li a:after {
  position: absolute;
  transition: all 0.3s ease;
  content: "";
  width: 0;
  bottom: 0;
  left: inherit;
  right: 0;
  height: 2px;
  background: #34D633;
}
.main-header .contact-dropdown:hover:after {
  width: 0;
  height: 0;
  margin: 0 auto !important;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 10px solid #f7f7f7;
  content: "";
  display: block;
  position: absolute;
  padding: 0;
  vertical-align: 0;
  border-top: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  display: none;
}
.main-header .nav-link.dropdown-toggle {
  position: relative;
}
.main-header .nav-item.dropdown .dropdown-toggle:after {
  display: none;
}
.main-header .nav-item.dropdown:hover .dropdown-toggle:after {
  width: 0;
  height: 0;
  margin: 0 auto !important;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 10px solid #f7f7f7;
  content: "";
  display: block;
  position: absolute;
  padding: 0;
  vertical-align: 0;
  border-top: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  display: none;
}
.main-header .dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
.main-header .dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.main-header .nav-item .dropdown-menu {
  right: 0;
  margin-top: 0 !important;
  border: 0;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 1rem 0.5rem;
  top: 65px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  display: block !important;
  box-shadow: 0 2px 15px #00000017;
}
.main-header .nav-item .dropdown-menu .dropdown-item {
  width: 33.1%;
  padding: 0 0.5rem;
  display: inline-block;
  position: relative;
  height: 242px;
}
.main-header .nav-item .dropdown-menu .dropdown-item img {
  width: 100%;
  height: 242px;
  object-fit: cover;
  opacity: 0.3;
}
.main-header .dropdown-toggle::after {
  display: none;
}
.nav-item.dropdown {
  position: inherit;
}
.main-header .navbar-expand-lg {
  padding: 0;
  z-index: 10;
  max-width: 1660px;
  margin: auto;
  width: 100%;
}
.main-header .btn-lg {
  font-weight: 500;
  margin-left: 1rem;
  padding: 0.7rem 1.1rem;
}
.main-header .nav-link {
  font-weight: 500;
  font-size: 1.0625em;
  line-height: 1.5625rem;
  color: #222222;
}
.main-header .navbar-nav .nav-link {
  padding: 1.9rem 1.5rem;
  color: #fff !important;
  height: 100%;
}

.navbar-light .navbar-nav .nav-item:focus .nav-link,
.navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: #34D633 !important;
}
.navbar-light .navbar-nav .active > .nav-link::after {
  content: "";
  height: 2px;
  box-shadow: inset 0px -2px 0px #34D633;
  display: block;
  text-align: center;
  width: 100%;
  margin: auto;
}
.sub-menu-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  width: 100%;
  white-space: normal;
  word-break: break-word;
  text-align: center;
}

/*================Common style==================*/

/*------Z-index------*/
.z-index-1 {
  z-index: 1 !important;
}
.z-index-2 {
  z-index: 2 !important;
}

/*------Box-Shadow----*/
.box-shadow {
  box-shadow: 0px 0px 40px rgba(204, 204, 204, 0.25);
}

/*--Extra color--*/
.color-0 {
  color: #000000;
}
.color-a {
  color: #aaaaaa !important;
}
.color-b {
  color: #bbbbbb !important;
}
.color-d {
  color: #dddddd !important;
}
.color-2 {
  color: #222222 !important;
}
.color-4 {
  color: #444444 !important;
}
.color-6 {
  color: #666666 !important;
}
.color-7 {
  color: #777777 !important;
}
.color-9 {
  color: #999999 !important;
}
.color-38 {
  color: #383c55 !important;
}
/*--Highlight colors--*/
.highlight-orange {
  color: #34D633;
}
.link-orange:hover {
  color: #34D633;
}
.highlight-gray {
  color: #999999;
}
.highlight-black {
  color: #fff;
  background-color: #000000;
  display: inline-block;
  padding: 9px 20px;
}
.highlight-white {
  color: #000000;
  background-color: #ffffff;
  display: inline-block;
  padding: 9px 20px;
}

/*--Highlight Border--*/
.highlight-rh-border-orange {
  width: 51px;
  height: 2px;
  background-color: #34D633;
  display: inline-flex;
  vertical-align: middle;
}
.highlight-rh-border-gray {
  width: 51px;
  height: 2px;
  background-color: #999999;
  display: inline-flex;
  vertical-align: middle;
}

/*--Background extra design effect--*/
.effect-bg-top-left {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 165px;
  top: 169.33px;
  background: rgba(255, 129, 53, 0.2);
  border-radius: 5px;
  transform: rotate(-6.37deg);
  display: none;
}
.effect-bg-top-right {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 165px;
  top: 169.33px;
  background: rgba(255, 129, 53, 0.2);
  border-radius: 5px;
  transform: rotate(-6.37deg);
  display: none;
}
.effect-bg-top-right-outline {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 165px;
  top: 269.33px;
  border: 2px solid rgba(255, 129, 53, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  transform: rotate(-19.07deg);
  display: none;
}
.effect-bg-top-left-round {
  position: absolute;
  width: 31px;
  height: 31px;
  left: 165px;
  top: 169.33px;
  display: none;
}
.effect-bg-top-right-round {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 165px;
  top: 169.33px;
  display: none;
}

/*--Image overlay--*/
.img-overly {
  background: rgba(0, 0, 0, 0.7);
}
.img-overly1 {
  background: rgba(0, 0, 0, 0.85);
}
.img-overly-home {
  background: rgb(0 0 0 / 62%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.img-overly2 {
  background: rgba(0, 0, 0, 0.9);
}
.img-overly3 {
  background: rgba(0, 0, 0, 0.65);
}
.img-overly4 {
  background: rgba(255, 255, 255, 0.75);
}

/*--Main banner inner design--*/
.home-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.home-banner-container {
  padding: 0;
  z-index: 2;
  max-width: 1660px;
  margin: auto;
  width: 100%;
  position: relative;
}
.home-banner-container .banner-title-section {
  padding: 19% 0 10% 0;
  height: 100vh;
}
.home-banner-title {
  font-size: 58px;
  font-weight: 200;
}
.home-banner-title b {
  font-weight: 800;
}
.banner-counter {
  width: 1024px;
  float: none;
  margin: auto;
  text-align: center;
  margin-top: 105px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px 20px 0 0;
  border: 5px solid rgb(0 0 0 / 0.1);
  border-bottom: 0;
  padding: 30px;
  background: rgb(255 255 255 / 0.15);
}
.award-text {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  font-family: "Roboto";
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.award-type {
  font-size: 44px;
  color: #f3813b;
  display: block;
  line-height: 40px;
}
.award-and {
  color: #f3813b;
}
.iso-icon {
  display: inline-block;
  margin: 0 15px 0 15px;
  vertical-align: middle;
  width: 85px;
}
.iso-icon img {
  max-width: 100%;
}
.iso-icon p {
  font-size: 12px;
  color: #fff;
  font-weight: 800;
  font-family: "Roboto";
  margin: 0;
  line-height: 22px;
}
.counter-item {
  width: 90px;
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 15px;
}
.counter-item img {
  vertical-align: top;
}
.cn_01 {
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
}
.cn_01 p {
  font-size: 13px;
  font-family: "Roboto";
  font-weight: 900;
  line-height: normal;
  margin: 0;
}
.c_number_01 {
  font-size: 45px;
  color: #f3813b;
  line-height: normal;
  display: block;
  font-weight: 500;
}
.c_number_02 {
  font-size: 27px;
  color: #f3813b;
  line-height: 53px;
  display: block;
  font-weight: 500;
}
.c_text_01 {
  font-size: 12px;
  color: #6e6e6e;
  display: block;
  font-weight: 400;
  line-height: 21px;
}
.counter-boxs {
  width: auto;
  display: inline-block;
}
.counter-boxs p {
  width: 120px;
  float: none;
  color: #fff;
  line-height: 24px;
  margin-bottom: 0;
  min-height: 110px;
  padding-top: 3px;
  font-weight: 500;
  margin-right: 30px;
  display: inline-block;
}
.counter-boxs p:last-child {
  border-right: 0;
}
.counter-boxs p span.count-number {
  font-size: 40px;
  float: left;
  line-height: 49px;
  width: 112px;
  height: 112px;
  border: 5px solid #ffffff70;
  border-radius: 100%;
}
.custom-ts-01 {
  border: 0;
  border: 0;
  background: none;
  font-size: 1.5em;
  color: white;
  font-weight: 600;
  font-family: "Poppins";
  display: inline-block;
}
.custom-ts-01:hover {
  color: white;
  text-decoration: none;
}
.bullet-point {
  width: 10px;
  height: 10px;
  background: #34D633;
  border-radius: 100%;
  margin-top: 26px;
  display: inline-block;
}
.banner-title-section {
  padding: 9.5rem 0;
}
.banner-solution-section h4 {
  margin-bottom: 30px;
}
.banner-solution-section {
  padding-bottom: 100px;
}
.banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.banner .container-lg {
  position: relative;
  z-index: 2;
}

.banner {
  position: relative;
}
.box-item {
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 30px;
}
.box-item img {
  height: 60px;
}
.box-item p {
  font-weight: 500;
  font-size: 1.0625em;
  margin: 18px 0 0 0;
  line-height: 1.875rem;
  color: white;
}

/*--Gray Section inner design--*/
.section-gray p {
  color: #777777;
}
.section-gray .col-box4 {
  padding: 0 0 20px 0;
}
.section-gray .col-box4 .box-item,
.section-white .col-box4 .box-item {
  background: none;
  padding: 40px;
}
.section-gray .col-box4 .box-item p,
.section-gray .col-box4 .box-item p {
  color: #666666;
}
.section-gray .col-box4 .box-item img {
  height: 40px;
}
.section-transparent .col-box5 {
  padding: 0 0 20px 0;
}
.section-transparent .col-box5 .box-item {
  background: none;
  padding: 0px;
}
.section-transparent .col-box5 .box-item p {
  color: #666666;
}
.section-transparent .col-box5 .box-item img {
  height: 40px;
}
.box-shadow .col-box3 {
  padding: 0 0 20px 0;
}
.box-shadow .col-box3 .box-item.hover-item:hover {
  background: white !important;
  box-shadow: 0px 0px 40px rgba(204, 204, 204, 0.2);
}
.box-shadow .col-box3 .box-item.hover-active {
  background: white;
  box-shadow: 0px 0px 40px rgba(204, 204, 204, 0.2);
}
.box-shadow .col-box3:hover .box-item.hover-active {
  background: none !important;
  box-shadow: none !important;
}
.box-shadow .col-box3 .box-item.hover-item.hover-active:hover {
  background: white !important;
  box-shadow: 0px 0px 40px rgba(204, 204, 204, 0.2) !important;
}
.box-shadow .col-box3 .box-item {
  background: none;
  padding: 40px;
}
.box-shadow .col-box3 .box-item p {
  color: #666666;
}
.box-shadow .col-box3 .box-item img {
  height: 65px;
}

/*----White Section inner design-----*/
.section-white .box-item img {
  height: 40px;
}
.section-white .box-item {
  padding: 40px 35px;
  background: none;
}
.section-white .border,
.section-white .border-top,
.section-white .border-right,
.section-white .border-bottom,
.section-white .border-left {
  border-color: #e5e5e5 !important;
}

/*----Black Section inner design-----*/
.section-black .box-item img {
  height: 40px;
}
.section-black .box-item {
  padding: 40px 35px;
}
.section-black .border,
.section-black .border-top,
.section-black .border-right,
.section-black .border-bottom,
.section-black .border-left {
  border-color: #222222 !important;
}

/*--Highlight Section inner design--*/
.highlight-section h4 {
  font-size: 2.1875em;
  margin: 0 40px 0 0;
  line-height: 5rem;
}
.v-separator {
  width: 2px;
  height: 80px;
  background-color: white;
  float: left;
}
.highlight-section .btn-outline-light {
  border-width: 2px;
  font-family: "Asap";
  font-size: 1em;
  margin-left: 70px;
  margin-top: 18px;
  padding: 0.6rem 1.5rem;
}
.highlight-section .btn-outline-light:hover svg path {
  stroke: #212529;
}
.highlight-section .collapse,
.highlight-section .collapsing {
  background-color: transparent;
  border-radius: 0;
}
.highlight-section .card {
  background: none;
  border-radius: 0;
  margin-top: 20px;
}

/*--Incon with Tab design--*/
.icon-with-tab {
  margin-top: 40px;
}
.icon-with-tab img {
  height: 75px;
}
.icon-with-tab p {
  font-weight: 600;
  color: #444444;
  margin-top: 15px;
  margin-bottom: 25px;
}
.icon-with-tab .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #34D633;
  opacity: 1;
}
.icon-with-tab .nav-tabs .nav-link {
  border-top: 0;
  border-bottom: 3px solid transparent;
  border-left: 0;
  border-right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-height: 182px;
}

.icon-with-tab .nav-tabs .nav-link svg,
.icon-with-tab .nav-tabs .nav-link p {
  opacity: 0.3;
}
.white-tab.icon-with-tab .nav-tabs .nav-link.active svg,
.white-tab.icon-with-tab .nav-tabs .nav-link.active p {
  opacity: 1;
}

.icon-with-tab .nav-tabs .nav-link:hover svg,
.icon-with-tab .nav-tabs .nav-link:hover p {
  opacity: 0.6;
}
.icon-with-tab .nav-tabs {
  border-bottom: 3px solid #eeeeee;
}
.icon-with-tab .nav-tabs .nav-item {
  margin-bottom: -3px;
}
.icon-with-tab .tab-content {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.8125rem;
  color: #666666;
  padding: 40px 0 0 0;
}
.section-black .icon-with-tab .nav-tabs .nav-link.active {
  color: #ffffff;
  background: none;
  border-color: #34D633;
  opacity: 1;
}
.section-black .icon-with-tab .nav-tabs .nav-link.active svg,
.section-black .icon-with-tab .nav-tabs .nav-link.active p {
  opacity: 1;
}
.section-black .icon-with-tab .nav-tabs .nav-link {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background: none;
}
.section-black .icon-with-tab .nav-tabs .nav-link:hover {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background: transparent;
}
.section-black .icon-with-tab .nav-tabs .nav-link:after {
  position: absolute;
  transition: all 0.3s ease;
  content: "";
  width: 0;
  bottom: 0;
  left: inherit;
  z-index: 1;
  right: 0;
  height: 3px;
  background: #34D633;
}
.section-black .icon-with-tab .nav-tabs .nav-link:hover:after {
  transition: all 0.3s ease;
  width: 100%;
  left: 0;
}

.section-white .icon-with-tab .nav-tabs .nav-link {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background: none;
}
.section-white .icon-with-tab .nav-tabs .nav-link:hover {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background: transparent;
}
.section-white .icon-with-tab .nav-tabs .nav-link:after {
  position: absolute;
  transition: all 0.3s ease;
  content: "";
  width: 0;
  bottom: 0;
  left: inherit;
  z-index: 1;
  right: 0;
  height: 3px;
  background: #34D633;
}
.section-white .icon-with-tab .nav-tabs .nav-link:hover:after {
  transition: all 0.3s ease;
  width: 100%;
  left: 0;
}

/*--Backgroung images section inner design--*/
.bg-image-section h3 {
  margin: 20px 0;
}
.bg-image-section .btn-lg {
  padding: 0.7rem 2.1rem;
}
.bg-image-section .img-overly {
  background: rgba(0, 0, 0, 0.8);
}

/*--General text tab design--*/
.general-tab .nav-tabs {
  border-bottom: 0;
  margin: 70px 0 40px 0;
}
.general-tab .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #34D633;
  border-color: transparent;
  box-shadow: 0px 0px 40px rgb(52 214 51 / 30%);
}
.general-tab .nav-tabs .nav-item {
  position: relative;
}
.general-tab .nav-tabs .nav-link {
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: rgba(68, 68, 68, 0.5);
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.625rem;
  padding: 0.9rem 1.99rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.general-tab .nav-tabs .nav-link:after {
  position: absolute;
  transition: all 0.3s ease;
  content: "";
  width: 0;
  bottom: 0;
  left: inherit;
  right: 0;
  height: 3px;
  background: #34D633;
}
.general-tab .nav-tabs .nav-link:hover:after {
  transition: all 0.3s ease;
  width: 100%;
  left: 0;
}
.general-tab .list-group {
  margin: 40px 0;
}
.general-tab .list-group-item {
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.8125rem;
  color: #666666;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.general-tab .list-group-item:first-child {
  padding-left: 0 !important;
}
.general-tab .list-group-item svg {
  margin-right: 5px;
}
.general-tab h3 {
  color: #383c55;
}
.general-tab .list-group-item img {
  height: 36px;
}
.tab-img-height {
  height: 600px;
  margin-top: -157px;
  float: right;
}

/*--Image and text block left/right--*/
.h-block img {
  width: 49%;
  height: 512px;
  object-fit: cover;
}
.h-block-left img {
  float: left;
}
.h-block-left .h-block-text {
  background: white;
  position: absolute;
  top: 14%;
  left: 45%;
  box-shadow: 0px 4px 40px rgba(204, 204, 204, 0.25);
}
.h-block-right img {
  float: right;
  margin-top: -39px;
}
.h-block-right .h-block-text {
  background: white;
  position: absolute;
  top: 14%;
  right: 45%;
  box-shadow: 0px 4px 40px rgba(204, 204, 204, 0.25);
}
/*--2nd--*/
.h-block1 img {
  width: 30%;
  height: 496px;
  object-fit: cover;
}
.h-block1-left img {
  float: left;
}
.h-block1-left .h-block1-text {
  position: absolute;
  top: 20%;
  left: 35%;
}
.h-block1-right img {
  float: right;
  margin-top: -39px;
}
.h-block1-right .h-block1-text {
  position: absolute;
  top: 20%;
  right: 35%;
}
.dark-box {
  background: #090909;
}
/*--3nd--*/
.h-block2 img {
  width: 55%;
  height: 496px;
  object-fit: cover;
}
.h-block2-left img {
  float: left;
}

/*------Image with text block-------*/
.blog-imgs img {
  height: 514px;
  width: 100%;
  object-fit: cover;
}
.blog-texts {
  position: relative;
  z-index: 1;
  width: 90%;
  margin-left: 5%;
  padding: 40px;
  background-color: white;
  margin-top: -90px;
}
.blog-texts h3 {
  font-weight: 600;
}

/*---------White box with block--------*/
.white-block {
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(204, 204, 204, 0.15);
  padding: 40px;
}

/*------Testimonials Section inner-------*/
.t-use-pic {
  width: 68px !important;
  display: inline-block;
}
.t-user-info {
  display: inline-block;
  vertical-align: top;
}
.t-use-pic img {
  width: 68px !important;
  height: 68px !important;
  object-fit: cover;
  border-radius: 100%;
}
.t-user-name {
  padding-left: 15px;
  padding-top: 10px;
}
.t-user-designation {
  padding-left: 15px;
  padding-top: 2px;
}
.quotes {
  position: absolute;
  top: 30px;
  z-index: -1;
  left: -12px;
}
.testimonials .owl-item.active.center {
  height: 395px;
}
.testimonials.owl-carousel.owl-drag .owl-item {
  background: white;
  height: 395px;
  margin-top: 0;
}
.testimonials .owl-item.active.center img {
  height: 395px;
}
.testimonials .owl-item.active.center .item.mlr-m {
  margin-left: -170px;
  margin-right: -170px;
}
.testimonials.owl-carousel .owl-item {
  opacity: 35%;
}
.testimonials .owl-item.active.center {
  opacity: 1;
}
.testimonials.owl-theme .owl-dots .owl-dot.active span {
  width: 30px !important;
  height: 14px !important;
  margin-bottom: 5px !important;
}
.testimonials.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

/*--------Call to action inner design-------*/
.call-to-action {
  border-top: 1px solid #eeeeee;
}
.inline-call-toaction {
  background: #f7f7f7;
  padding: 40px 30px;
}

/*-------text-block-2 inner design----------*/
.text-block-2 .h-block-left img {
  float: right;
}
.text-block-2 .h-block-right img {
  float: left;
  margin-top: 0;
}
.text-block-2 .h-block img {
  width: 52%;
  height: 543px;
  object-fit: cover;
}
.text-block-2 .h-block-left .h-block-text {
  background: white;
  position: absolute;
  top: 22%;
  right: 18%;
  left: 0;
  box-shadow: 0px 4px 40px rgba(204, 204, 204, 0.25);
}
.text-block-2 .h-block-right .h-block-text {
  background: white;
  position: absolute;
  top: 22%;
  left: 18%;
  right: 0;
  box-shadow: 0px 4px 40px rgba(204, 204, 204, 0.25);
}

/*----Video icon box----*/
.video-play-box {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 10;
  cursor: pointer;
}
/*------- Count section-----*/
.count-results {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.count-results p {
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.875rem;
  margin-bottom: 0;
}
.count-results span {
  font-weight: normal;
  font-size: 0.875em;
  line-height: 1rem;
}

/*=================Footer================*/
footer .list-group {
  list-style: none;
}
footer .list-group-item {
  position: relative;
  display: inline-block;
  padding: 0.45rem 0;
  background: none;
  border: none;
  color: white;
  /*font-weight: 600;*/
}
footer .footer-nav .list-group-item:hover {
  color: #34D633;
  text-decoration: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background: transparent;
}
footer .footer-nav .list-group-item:after {
  position: absolute;
  transition: all 0.3s ease;
  content: "";
  width: 0;
  bottom: 0;
  left: inherit;
  right: 0;
  height: 3px;
  background: #34D633;
}
footer .footer-nav .list-group-item:hover:after {
  transition: all 0.3s ease;
  width: 100%;
  left: 0;
}
footer .btn-primary {
  padding: 0.7rem 1rem !important;
  font-size: 0.75em !important;
  font-weight: 600 !important;
  color: white;
  border: 1px solid #34D633;
  border-radius: 5px;
  background: none;
  width: 160px;
  margin-top: 10px;
}
footer .input-group .form-control {
  height: 58px;
  background: #111111;
  border-radius: 5px 0 0 5px;
  border: 0;
  padding: 0.375rem 0.95rem;
  font-weight: 400;
  color: #cccccc;
}
footer .list-group .input-group .form-control.border-right {
  border-right: 1px solid #333333 !important;
  z-index: 1;
}
footer .input-group .form-control::placeholder {
  color: #cccccc;
}
footer .input-group-append .btn-outline-secondary {
  border-radius: 0 5px 5px 0;
  background: #000000;
  border: 0;
  padding: 0.375rem 1.95rem;
  color: #34D633;
  font-size: 1.25em;
  line-height: 1.4375rem;
}

/*------social-icons------*/
.social-icons a {
  padding: 5px;
  background: none;
  color: #ffffff;
  margin-right: 20px;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  display: inline-block;
  font-size: 1em;
  text-align: center;
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons a:hover {
  background: none;
  color: #34D633;
}

/*-----Newsletter-----*/
.newsletter{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
}
.newsletter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
}
.popup-body {
  max-width: 950px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 5px;
  z-index: 101;
}
.left-side-popup img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}
.subscribe-btn {
  text-transform: uppercase;
}

/*============Custom style==========*/
.name-caption {
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.8125rem;
  color: #666666;
  margin-top: 5px;
}
.list-gap5 {
  padding: 0.75rem 3rem !important;
}
.list-gap3 {
  padding: 0.75rem 1.5rem !important;
}
.box-border-icon {
  width: 93px;
  height: 65px;
  background-color: white;
  position: absolute;
  top: -34px;
  right: 74px;
  text-align: center;
}
.box-border-icon img {
  height: 65px;
  opacity: 40%;
}
.box-border-icon-gray {
  width: 77px;
  height: 60px;
  background-color: #f7f7f7;
  position: absolute;
  top: -2px;
  right: 13px;
  text-align: center;
  padding: 9px;
}
.right59 {
  right: 59px !important;
}
.p-6 {
  padding: 3.5rem !important;
}
.p-5 {
  padding: 2.5rem !important;
}
.block-count {
  font-weight: 700;
  font-size: 3.125em;
  line-height: 3.5625rem;
  color: #eeeeee;
  position: absolute;
  top: 30px;
  right: 40px;
}
.small-img-block img {
  height: 25px;
}
.small-img-block .list-group-item {
  border: 0 !important;
}
.mid-img-block img {
  height: 45px;
}
.mid-img-block .list-group-item {
  border: 1px solid #e5e5e5 !important;
  border-radius: 0 !important;
  margin-left: -1px;
  margin-top: -1px;
}
.mt--15 {
  margin-top: -15px;
}
.white-bg {
  background-color: white !important;
  border: white;
}
.banner-btn:hover {
  background: #34D633 !important;
  color: white !important;
}
.arrow-down {
  display: inline-block;
  opacity: 0.35;
  transition: 0.3s ease-in-out;
}
.arrow-down:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
.arrow-down svg {
  position: relative;
  animation: jump 2s infinite;
}
@keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}
.sub-sec-img-height {
  width: auto;
  height: 517px;
}
.box-block-count {
  font-size: 3.4375em;
  font-weight: 800;
  color: #e5e5e5;
  line-height: 1.8125rem;
}
.ex-pd {
  padding: 1.2rem 3rem !important;
}
.ml-7 {
  margin-left: 7rem !important;
}
.mr-7 {
  margin-right: 7rem !important;
}
.dark-text {
  color: #cccccc;
}
.sub-half-img {
  /*height: 100%;*/
  object-position: left;
  object-fit: cover;
}
.fade-blue {
  background: rgba(0, 162, 223, 0.2);
}
.fade-green {
  background: rgba(24, 160, 94, 0.2);
}
.fade-orange {
  background: rgba(255, 178, 41, 0.2);
}
.border-1 {
  border: 1px solid #dddddd !important;
}
.position-top-right {
  top: -2px !important;
  right: 13px !important;
}

/*--------Custom slider---------*/
.owl-carousel.owl-drag .owl-item {
  background: white;
  height: 511px;
  margin-top: 42.5px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 511px;
  object-fit: cover;
  opacity: 35%;
}
.owl-item.active.center {
  height: 595px;
  margin-top: 0;
}
.owl-item.active.center img {
  display: block;
  width: 100%;
  height: 595px;
  object-fit: cover;
  opacity: 1;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 41px;
  height: 48px;
  background: rgba(34, 34, 34, 0.5) !important;
  border-radius: 0 !important;
  position: absolute;
  top: 50%;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 47%;
  left: 30px;
  transform: translate(30px, -47%);
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 47%;
  right: 30px;
  transform: translate(-30px, -47%);
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  font-size: 3.125em !important;
  color: #fff !important;
  line-height: 1.8125rem;
}
.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin-top: 40px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 14px !important;
  height: 14px !important;
  margin: 5px 7px !important;
  background: #eeeeee !important;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
  background: #34D633 !important;
  margin-bottom: 7px !important;
}

/*============Portfolio page and modal===========*/
.portfolio-page .modal-backdrop {
  display: none;
}
.portfolio-tab-content img {
  width: 100%;
}
.tag-btn {
  background: #f2f2f2;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.8125em;
  line-height: 0.9375rem;
  padding: 8px 20px;
  color: #888888;
  margin: 0 2px;
}
.p-img-section {
  position: relative;
}
.view-project {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}
.btn-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.p-img-section:hover .view-project {
  display: block;
}
.extra-backdrop {
  background: rgba(0, 0, 0, 0.9);
}
.custom-w-p {
  max-width: 83% !important;
  margin-left: 15%;
  padding-right: 20px;
}
.h-control-point .owl-theme .owl-dots .owl-dot.active span {
  width: 30px !important;
  height: 14px !important;
  margin-bottom: 5px !important;
}
.slide-img-h-same .owl-carousel .owl-item img {
  height: 865px;
}
.slide-img-h-same .owl-item.active.center {
  height: 865px;
}
.custom-w-p-modal {
  max-width: 89% !important;
  margin-left: 12%;
  padding-right: 20px;
}
.portfolio-tab-content .modal-content {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.portfolio-tab-content .modal-header {
  border-bottom: 0;
}
.portfolio-tab-content .close {
  opacity: 1;
}
.p-min-content {
  background: white;
}
.p-bullet-point {
  width: 7px;
  height: 7px;
  background: #34D633;
  border-radius: 100%;
  display: inline-block;
  margin-right: 8px;
}
.p-count-point {
  width: 29px;
  height: 29px;
  background: #34D633;
  border-radius: 100%;
  display: inline-block;
  margin-right: 8px;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.8125rem;
  text-align: center;
  color: #ffffff;
}

/*===========Blog page==============*/
.blog-self-img-left {
  height: 357px;
  object-fit: cover;
  width: 100%;
}
.blog-title-color {
  color: #383c55 !important;
}
.post__date a {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1rem;
  text-align: center;
  color: #999999;
}
.post__date a svg {
  margin-top: -4px;
  margin-right: 5px;
}
.line__inline {
  width: 25px;
  height: 0px;
  border: 1px solid #999999;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.post__cats a {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1rem;
  text-align: center;
  color: #999999;
}
.post__comment a {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1rem;
  text-align: center;
  color: #999999;
}
.post__comment a svg {
  margin-top: 0;
  margin-right: 5px;
}
.post__share a {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1rem;
  text-align: center;
  color: #999999;
}
.post__share a svg {
  margin-top: -4px;
  margin-right: 5px;
}
.btn__more {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1rem;
  text-align: center;
  color: #999999;
}
.btn__more:hover {
  color: #999999;
}
.btn__more svg {
  margin-top: -4px;
  margin-right: 5px;
}

/*============Blog Details page==============*/
.top-heading a.backbtn:hover {
  color: #34D633;
}
.media-lg {
  max-height: 446px;
  width: 100%;
  object-fit: cover;
}
.blog-quotes {
  position: absolute;
  top: 20px;
  z-index: -1;
  left: 30px;
}
.h-banner img {
  width: 100%;
}

/*============Contact page==========*/
.contact-social li a {
  background: none;
  color: #444444;
}
.black-box-contact {
  background: rgba(0, 0, 0, 0.8);
  width: 403px;
  position: absolute;
  right: 45px;
  top: 30px;
  bottom: 30px;
}
.black-box-contact svg {
  margin-right: 10px;
}
.contact-form {
  border: 1px solid #e5e5e5;
  padding: 35px;
}
.contact-form button.btn span {
  line-height: 43px;
}
.contact-form .form-group label {
  font-weight: 600;
  color: #666666;
  margin-bottom: 0.85em;
}
.contact-form .form-control {
  display: block;
  width: 100%;
  height: 69px;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.contact-form .form-control:placeholder {
  font-size: 16px;
  color: #cccccc;
  font-weight: 500;
}
.contact-form .form-control::placeholder {
  font-size: 16px;
  color: #cccccc;
  font-weight: 500;
}
.contact-form .form-group .btn {
  width: 100% !important;
  height: 69px !important;
}
.contact-form .form-group .custom-file {
  height: 59px;
}
.contact-form .form-group .custom-file .custom-file-label {
  position: absolute;
  z-index: 10;
  text-align: center;
  background: #f7f7f7;
  border: none;
  height: 59px;
  padding: 18px;
}
.contact-form .form-group .custom-file .custom-file-label:after {
  display: none;
}

/*============Bootstarap Common Overwrite===========*/
.btn-primary {
  background-color: #34D633;
  border-color: #34D633;
  font-size: 1em;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.btn-primary span {
  z-index: 2;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #34D633;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.3rem;
}
.btn-primary:hover::before {
  opacity: 1;
  width: 100%;
}

.btn-primary:hover {
  background-color: #34D633;
  border-color: #34D633;
}
.btn-primary.focus,
.btn-primary:focus {
  background-color: #34D633;
  border-color: #33d633;
  box-shadow: 0 0 0 0.2rem rgba(240, 92, 36, 0.22);
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 92, 36, 0.22);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #34D633;
  border-color: #34D633;
}

.border {
  border: 2px solid #eeeeee !important;
}
button:focus {
  outline: none;
}
.btn-lg {
  padding: 0.7rem 2.1rem;
}
.pagination .page-item .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 1.25;
  color: #999999;
  background-color: #f7f7f7;
  border: 0;
  border-radius: 5px;
  font-weight: 700;
}
.pagination-sm .page-item:first-child .page-link {
  margin-left: 0;
  border-radius: 5px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #34D633;
  border-color: 0;
}
.input-group-lg > .form-control {
  font-weight: 500;
  font-size: 1em;
  color: #444444;
  box-shadow: inset 0px 0px 10px rgba(187, 187, 187, 0.2);
  border: 1px solid #eeeeee;
}
.input-group-lg > .form-control::placeholder {
  font-weight: 500;
  font-size: 1em;
  color: #444444;
}
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.9em + 1rem + 2px);
}
.btn-outline-secondary {
  color: #fff;
  background-color: #34D633;
  border-color: #34D633;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #34D633;
  border-color: #34D633;
}
.blog-footer-social .list-group-item {
  border: 0;
  padding: 0;
}
.blog-footer-social .social-icons a {
  padding: 5px;
  background: none;
  color: #222222;
  margin-right: 10px;
  border-radius: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 1em;
  text-align: center;
}
.blog-comments .media img {
  width: 69px;
  height: 69px;
  background: #c4c4c4;
  border-radius: 5px;
  object-fit: cover;
}

/*----Table---*/
.table thead th {
  border: 0 !important;
}
.table td,
.table th {
  border: 0 !important;
  padding: 20px 15px;
}
.table thead tr th:nth-of-type(2) {
  background-color: #34D633;
  color: white;
  padding-top: 30px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 40px rgba(34, 34, 34, 0.25);
}
tbody tr td {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.875rem;
  color: #666666;
}
tbody tr td:nth-of-type(2) {
  background-color: #34D633;
  color: white;
  text-align: center;
  box-shadow: 12px 0 20px -15px rgba(34, 34, 34, 0.25),
    -12px 0 20px -15px rgba(34, 34, 34, 0.25);
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.table-striped tbody tr:nth-of-type(odd) td:first-child {
  border-radius: 5px 0 0 5px;
}
.table-striped tbody tr:nth-of-type(odd) td {
  padding: 15px;
}
.table-striped tbody tr:nth-of-type(odd) td:last-child {
  border-radius: 0 5px 5px 0;
}
tbody tr td:first-child {
  padding-left: 30px !important;
}
tbody tr:last-child td:nth-of-type(2) {
  padding-bottom: 20px !important;
  border-radius: 0 0 10px 10px;
}

/*============Desktop Responsive===========*/
@media (min-width: 1800px)
{
    .main-header .navbar-expand-lg {
        padding: 0;
        z-index: 10;
        max-width: 1660px;
        margin: auto;
        width: 100%;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1290px;
    }
}
@media (max-width: 1799px)/*--1799px to 1440px same--*/
{
  
    .home-banner-title{
        font-size: 48px;
    }
    .main-header .navbar-expand-lg {
        padding: 0;
        z-index: 10;
        max-width: 1170px;
        margin: auto;
        width: 100%;
    }
    .home-banner-container {
        padding: 0;
        z-index: 10;
        max-width: 1170px;
        margin: auto;
        width: 100%;
    }
    .main-header .nav-link {
        font-size: 14px;
    }
    .btn-primary span {
        font-size: 14px;
    }
    .main-header .navbar-nav .nav-link {
        padding: 1.35rem 0.6rem;
    }
    .main-header .btn-lg {
        padding: .53rem 1.1rem;
    }
    .main-header .navbar-brand img{
        height: 30px;
    }
    .main-header .nav-item .dropdown-menu .dropdown-item {
        width: 33.0%;
        height: 200px;
    }
    .sub-menu-block {
        padding: 30px;
    }
    .main-header .nav-item .dropdown-menu .dropdown-item img {
        height: 200px;
    }
    
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
    .custom-ts-01 {
        font-size: 17px;
    }
    .bullet-point {
        width: 6px;
        height: 6px;
        margin-top: 20px;
    }
    .mt-0-d{
        margin-top: 0 !important;
    }
    .btn-lg {
        padding: .55rem 1.4rem;
    }
    .small-img-block img {
        height: 18px;
    }
    .sub-sec-img-height {
        height: 397px;
    }
    .mt-dm-3{
        margin-top: 1.5rem!important;
    }
    .box-block-count {
        font-size: 45px !important;
        line-height: 29px;
    }
    .font-size-18 {
        font-size: 14px !important;
    }
    .center-section {
        padding: 90px 0;
    }
    .inline-call-toaction {
        padding: 30px 15px;
    }
    .box-item p {
        font-size: 15px;
        line-height: 28px;
    }
    .section-white .box-item {
        padding: 30px 35px;
    }
    .icon-with-tab a svg{
        height: 50px;
    }
    .icon-with-tab .nav-tabs .nav-link {
        min-height: 180px;
        border-bottom: 2px solid transparent;
    }
    .icon-with-tab .nav-tabs {
        border-bottom: 2px solid #EEEEEE;
    }
    .icon-with-tab .nav-tabs .nav-item {
        margin-bottom: -2px;
    }
    .icon-with-tab .tab-content {
        font-size: 14px;
    }
    .general-tab .nav-tabs .nav-link {
        font-size: 15px;
        line-height: 1.625rem;
    }
    .ex-pd {
        padding: .6rem 2rem !important;
    }
    .general-tab .list-group-item svg {
        width: 18px;
    }
    .general-tab .list-group-item {
        font-size: 15px;
    }
    .tab-img-height {
        height: 397px;
        margin-top: -96px;
    }
    .general-tab .nav-tabs {
        margin: 50px 0 30px 0;
    }
    .general-tab .list-group {
        margin: 10px 0;
    }
    .list-group-item {
        padding: .25rem 1.25rem;
    }
    .col-xl-custom{
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important; 
    }
    .mid-img-block img {
        height: 34px;
    }
    .d-list-img-1 .list-group-item{
        padding-top: 1.74rem!important;
        padding-bottom: 1.74rem!important;
    }
    .text-block-2 .h-block img {
        height: 424px;
    }
    .text-block-2 .h-block-left .h-block-text {
        top: 20%;
    }
    .owl-theme .owl-dots .owl-dot span{
        width: 8px !important;
        height: 8px !important;
    }
    .testimonials.owl-theme .owl-dots .owl-dot.active span{
        height: 8px !important;
    }
    .counter-area svg{
        height: 45px;
    }
    .count-results p {
        font-size: 20px;
    }
    .count-results span {
        font-size: 14px;
    }
    footer .list-group-item {
        font-size: 14px;
    }
    .highlight-section h4 {
        font-size: 30px;
    }
    .doft-sec.general-tab .nav-tabs .nav-link {
        font-size: 15px;
        line-height: 1.2rem;
        padding: 0.9rem 1rem;
    }
    .name-caption {
        font-size: 14px;
    }
    .general-tab .list-group-item img {
        height: 28px;
    }
    .list-gap5 {
        padding: .75rem 1.8rem !important;
    }
    .pl-d-3{
        padding-left: 20px !important;
    }
    .box-border-icon {
        width: 83px;
        height: 54px;
        top: -25px;
        right: 42px;
    }
    .box-border-icon img {
        height: 50px;
    }
    .right59 {
        right: 29px !important;
    }
    .box-shadow .col-box3 .box-item img {
        height: 50px;
    }
    .h-block-left .h-block-text {
        top: 18%;
    }
    .h-block-right .h-block-text {
        top: 18%;
    }
    .owl-carousel .owl-item img {
        height: 411px;
    }
    .owl-carousel.owl-drag .owl-item {
        height: 411px;
    }
    .owl-item.active.center img {
        height: 495px;
    }
    .owl-item.active.center {
        height: 495px;
    }
    .blog-imgs img {
        height: 414px;
    }
    .block-count {
        font-size: 44px;
    }
    tbody tr td {
        font-size: 14px;
    }
    .mt-d-1{
        margin-top: 15px !important;
    }
    .h-block1 img {
        height: 396px;
    }
    .flx-img img{
        width: 45px !important;
    }
    .font-size-40 {
        font-size: 30px !important;
    }
    .box-border-icon-gray {
        width: 60px;
        height: 60px;
    }
    .box-border-icon-gray svg{
        width: 38px;
    }
    .res-sec.text-block-2 .h-block-left .h-block-text {
        top: 14% !important;
    }
    .res-sec.text-block-2 .h-block-right .h-block-text {
        top: 14%;
    }
    .contact-form .form-group label {
        font-size: 14px;
    }
    .contact-form .form-control {
        height: 50px;
        padding: 12px;
        font-size: 14px;
        line-height: 1;
    }
    .contact-form button.btn span {
        line-height: 33px;
    }
    .contact-form .form-group .btn {
        height: 50px !important;
    }
}
/*------Only for font sizing-------*/
@media (max-width: 1600px) /*--1799px to 1440px same--*/ {
  h1 {
    font-size: 37px;
    line-height: 59px;
  }
  h2 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 44px;
  }
  h3 {
    font-size: 19px;
    line-height: 1.5rem;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 15px;
    line-height: 24px;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 1366px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1074px;
  }
  .main-header .navbar-expand-lg {
    max-width: 1074px;
  }
  .main-header .nav-item .dropdown-menu .dropdown-item {
    width: 32.9%;
  }
  .main-header .btn-lg {
    padding: 0.43rem 0.8rem;
  }
  .mt-laptop-0 {
    margin-top: 0 !important;
  }
  .custom-ts-01 {
    font-size: 15px;
  }
  .bullet-point {
    margin-top: 14px;
  }
  .mb-laptop-0 {
    margin-bottom: 0 !important;
  }
  .sub-sec-img-height {
    height: 388px;
  }
  .text-size-13 {
    font-size: 11px;
  }
  .box-block-count {
    font-size: 40px !important;
    line-height: 26px;
  }
  .box-item p {
    font-size: 14px;
    line-height: 26px;
  }
  .general-tab .nav-tabs .nav-link {
    font-size: 14px;
    line-height: 14px;
  }
  .ex-pd {
    padding: 0.75rem 1.68rem !important;
  }
  .general-tab .list-group-item {
    font-size: 13px;
  }
  .mid-img-block img {
    height: 27px;
  }
  .mid-img-block {
    padding: 0 80px;
  }
  .text-block-2 .h-block-left .h-block-text {
    top: 16%;
  }
  .bg-image-section .btn-lg {
    padding: 0.4rem 1rem;
  }
  .counter-area svg {
    height: 42px;
  }
  .count-results p {
    font-size: 19px;
    line-height: 22px;
  }
  .count-results span {
    font-size: 13px;
  }
  footer h2 {
    font-size: 22px;
  }
  .center-section {
    padding: 85px 0;
  }
  .icon-with-tab a svg {
    height: 43px;
  }
  .doft-ptb.banner-title-section {
    padding: 5.5rem 0;
  }
  .highlight-section h4 {
    font-size: 26px;
  }
  .highlight-section .btn-outline-light {
    border-width: 1px;
    font-size: 14px;
    margin-top: 19px;
    padding: 0.4rem 1.1rem;
  }
  .v-separator {
    width: 1px;
  }
  .highlight-section {
    padding: 30px 0;
  }
  .text-size-28 {
    font-size: 24px;
  }
  .box-shadow .col-box3 .box-item img {
    height: 40px;
  }
  .p-6 {
    padding: 2.5rem !important;
  }
  .blog-imgs img {
    height: 360px;
  }
  .block-count {
    font-size: 38px;
  }
  .mt-d-1 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .mt-d-2 {
    margin-top: 20px !important;
  }
  .h-block1-left .h-block1-text {
    top: 14%;
  }
  .h-block1-right .h-block1-text {
    top: 14%;
  }
  .btn-lg {
    padding: 0.4rem 1.3rem !important;
  }
  .p-5 {
    padding: 1.5rem !important;
  }
}

/*------Only for font sizing-------*/
@media (max-width: 1366px) {
  h1 {
    font-size: 34px;
    line-height: 56px;
  }
  h2 {
    font-size: 25px;
    line-height: 41px;
  }
  h3 {
    font-size: 17px;
    line-height: 31px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 15px;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (max-device-width: 1024px) {
}

@media (min-width: 1366px) {
}
@media only screen and (max-device-width: 1024px) {
  /*html { font-size: 80%; // 14px }*/
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
  .main-header .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .list-gap5 {
    padding: 0.75rem 2rem !important;
  }
  .list-gap3 {
    padding: 0.75rem 1rem !important;
  }
}

/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.main-header nav > *,
section,
footer > * {
  opacity: 0;
}

.main-header,
section,
footer,
.text-wrapper {
  overflow: hidden;
}

.main-header nav > * {
  transform: translateY(-30px);
}

footer > * {
  transform: translateY(30px);
}

.page-header {
  position: relative;
}

.page-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: url("images/Doodle-main-logo.png") no-repeat;
  z-index: 99999;
  transform: scaleX(0);
}

section .text-wrapper + .text-wrapper {
  margin-top: 10px;
}

section .text-wrapper * {
  transform: translateY(120%);
}

section .p-wrapper * {
  transform: translateY(-120%);
}

.loaded .main-header::after {
  animation: scaleIn 0.4s ease-in 0.2s forwards;
}

.loaded section {
  animation: fadeIn 0.3s ease-in 0.1s forwards;
}

.loaded .main-header nav > *,
.loaded footer > * {
  animation: fadeIn 0.3s ease-in 0.2s forwards,
    slideIn 0.4s ease-in 0.5s forwards;
}

.loaded section .text-wrapper * {
  animation: slideIn 0.7s cubic-bezier(0.54, 0.46, 0.54, 0.94) 0.9s forwards;
}



@keyframes fadeIn {
  60% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes scaleIn {
  100% {
    transform: scaleX(1);
  }
}

@keyframes slideIn {
  100% {
    transform: translateY(0);
  }
}

.display-none {
  display: none;
}

/*---------Services page-----------*/
.test-hide-for-service-page {
  display: none;
}
.services-banner-container .banner-title-section {
  padding: 11rem 0 7rem 0;
}
.services-banner-title {
    font-size: 50px;
    font-weight: 800;
}
.section-drak-gray{
    background: #f5f5f5;
}
.services-boxs{
    box-shadow: 0 0px 25px #82828240;
    border-radius: 6px;
}
.services-boxs .e-item{
    border-left: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
    display: table-cell;
    min-height: 250px;
}
.services-boxs .e-item img{
    display: table-cell;
    margin: 0 10px;
}
.services-boxs .e-item p{
    display: table-cell;
    font-size: 16px;
    padding: 0 20px;
    vertical-align: top;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}
.services-boxs .e-item p span{
    display: block;
    font-size: 18px;
    padding-bottom: 10px;
    color: #333333;
    text-align: left;
}
.box-contents{
  display: table;
}
.services-boxs .e-item .serviceimg-hover {
  display: none;
}
.services-boxs .e-item:hover .serviceimg-hover {
  display: block;
}
.services-boxs .e-item:hover .serviceimg-normal {
  display: none;
}
.services-boxs .e-item:hover .single-top-border {
  background: #ffa206;
}
.tech-item {
  width: 100%;
  min-height: 285px;
  border-radius: 6px;
  padding: 40px 35px;
  background: #666666;
}
.tech-item p {
  color: #fff;
  font-size: 16px;
  margin-top: 35px;
  margin-bottom: 0;
  font-weight: 400;
}
.tech-item p span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.tech-color-1 {
  background: #f0d078 !important;
}
.tech-color-2 {
  background: #0d2f81 !important;
}
.tech-color-3 {
  background: #0061ff !important;
}
.tech-color-4 {
  background: #f1432d !important;
}
.tech-color-5 {
  background: #b7bdc7 !important;
}
.tech-item{
    width: 100%;
    min-height: 360px;
    border-radius: 6px;
    padding:40px 35px;
    background: #666666;
}
.tech-color-7 {
  background: #b49a96;
}
@media (min-width: 1200px) {
  .push-right {
    margin-left: 12.5%;
  }
}
.risk-compliance {
  color: #ffffff;
  padding: 80px 40px 80px 60px;
  overflow: hidden;
}
.risk-compliance h2 {
  color: #fff !important;
  font-size: 30px;
  font-weight: 400;
}
.risk-compliance p {
  color: #ffffff !important;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
.risk-compliance p::before {
  background-color: #1e2943;
  content: "";
  position: absolute;
  /* bottom: -9px;
  width: 100%;
  height: 1px; */
}
@media (min-width: 992px) {
  .risk-compliance p {
    max-width: 85%;
  }
  .risk-compliance p::before {
    width: 1px;
    left: -50px;
    top: 0px;
    height: 150px;
  }
}
.risk-compliance_btn {
  text-transform: uppercase;
  fill: #ffffff;
}
.tech-item__icon-size {
  width: 75px;
}
.accordion .card {
  border: 0;
  border-bottom: 1px solid #e8e8e8 !important;
}
.accordion .card-header {
  padding: 0.45rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion .btn:focus {
  outline: 0;
  box-shadow: none;
}
.accordion .btn-block {
  color: #2d2525;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.accordion .card-body {
  text-align: left;
}
.accordion .fas {
  float: right;
  margin-top: 7px;
}
.lifecycle {
  position: relative;
  display: inline-table;
}
.lifecycle img {
  max-width: 100%;
}
.step01 {
  position: absolute;
  top: 22%;
  left: 15%;
  right: 20%;
}
.step01 span,
.step02 span,
.step03 span {
  font-size: 18px;
  font-weight: 600;
  color: #2d2525;
}
.stepleft {
  float: left;
}
.stepright {
  float: right;
}

.step02 {
  position: absolute;
  top: 51.8%;
  left: 8.7%;
  right: 8.5%;
}
.step03 {
  position: absolute;
  top: 98%;
  left: 8.7%;
  right: 17.2%;
}
.stepcenter {
  padding-left: 33px;
}
.tools-sec {
}
.tools-2nd {
  padding: 50px;
}
.border-right-2 {
  border-right: 2px solid #fff;
}
.border-bottom-2 {
  border-bottom: 2px solid #fff;
}
.tools-color-01 {
  background: rgb(244 130 59 / 0.1);
}
.tools-color-02 {
  background: rgb(244 130 59 / 0.15);
}
.tools-color-03 {
  background: rgb(244 130 59 / 0.2);
}
.tools-color-04 {
  background: rgb(244 130 59 / 0.25);
}
.border-radius-lt {
  border-radius: 6px 0 0 0;
}
.border-radius-rt {
  border-radius: 0 6px 0 0;
}
.border-radius-lb {
  border-radius: 0 0 0 6px;
}
.border-radius-rb {
  border-radius: 0 0 6px 0;
}
.tools-title {
  display: table;
}
.tools-title img {
  max-width: 100%;
  display: table-cell;
}
.tools-title p {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  color: #2d2525;
  padding-left: 15px;
}
.tools-tag {
  display: block;
}
.tools-tag span {
  margin: 4px 4px;
}
.tools-btn-tag {
  font-size: 16px;
  color: #2d2525;
  border: 1px solid #b7b7b7;
  border-radius: 90px;
  padding: 3px 20px;
  display: inline-block;
}
.bg-black {
  background: #000;
}
.bg-white {
  background: #fff;
}
.ex-pt {
  padding: 120px 0;
}
.faq-cls .btn-link {
  font-size: 18px;
  color: #666666;
  padding: 20px 0;
  font-weight: 400;
}
.image-box-blog {
  width: 100%;
  height: 245px;
}
.image-box-blog img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}
a.blog-link:hover {
  text-decoration: none;
}

.max-img {
  max-width: 100%;
  object-fit: cover;
}
.addskill .mid-img-block img {
  height: 30px;
}
.scrollspy-continer-left {
  /*padding-left: 15%;*/
  text-align: center;
}
.scrollspy-continer-left .list-group-item {
  border-radius: 0;
  background: none;
  border-left: 1px solid #e6e6e6;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
  padding: 0.75rem 2rem;
  color: #bababa;
}
.scrollspy-continer-left .list-group-item:first-child {
  border-left: 0;
}
.scrollspy-continer-left .list-group-item.active:first-child {
  border-left: 0;
}
.scrollspy-continer-left .list-group-item.active {
  border-left: 1px solid #000;
  color: #000;
}
.scrollspy-continer-left .list-group {
  border-radius: 0;
  border: 0;
  display: inline-block;
}
.left-scroll {
  /*position: fixed;
    top: 0;
    z-index: 10;
    left: 0;
    width: 300px;*/
  width: 100%;
  display: inline-block;
}
.scrollspy-continer-left .list-group-item {
  width: auto;
  display: inline-block;
}
.right-content {
  width: 100%;
  /*padding-left: 350px;
    overflow: auto;*/
}
.scrollspy-example {
  /*height:100vh;
    overflow: auto;*/
}
.black-spy {
  width: 100%;
  background: #000;
  padding: 70px;
  margin: 0;
}
.white-spy {
  width: 100%;
  background: #fff;
  padding: 70px;
  margin: 0;
}
.common-padd-left ul li {
  padding: 10px 0;
  font-weight: 500;
}
.l-spacing-3 {
  letter-spacing: 3px;
}
.discovery-workshop-right {
  width: 100%;
  padding-left: 50px;
  position: relative;
  bottom: -150px;
}
.discovery-workshop-right img {
  max-width: 100%;
}
.tools-img img {
  width: 100px;
  margin-top: 30px;
}

.pc-item {
  width: 100%;
  min-height: 466px;
  border-radius: 6px;
  padding: 40px 25px;
  background: #000;
}
.border-bottom-p {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 25px;
  margin-top: 10px;
}
.position-sticky {
  top: 0;
  z-index: 10;
}

.list-group-item {
  background: transparent;
}

.desktop-hide-only {
  display: none;
}
.d-v-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*Award hide from here using css display none*/
.iso-icon {
  display: none;
}
.award-text {
  display: none;
}
p.copyright.color-b.mt-1.mb-0 {
  text-align: center;
}
.section-black {
  display: none;
}

/*============Mobile Responsive===========*/

@media (min-width: 769px){
    .mobile-header{
        display: none;
    }
    .mobile-footer{
        display: none;
    }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1105px){
    .main-header{
        padding:0 30px;
    }
    .navbar-nav.mr-5{
        margin-right: 0 !important;
    }
    .main-header .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .tools-sec {
        padding: 0 15px;
    }
}
@media (max-width: 768px)
{
    .tag-btn {
        margin-bottom: 5px;
    }
    .tools-img img {
        width: 63px;
    }
    .pc-item {
        min-height: 404px;
    }
    .black-spy {
        padding: 30px;
    }
    .discovery-workshop-right {
        width: 100%;
        padding-left: 0;
        position: relative;
        bottom: -50px;
    }
    .white-spy {
        padding:80px 30px 30px 30px;
    }
    .scrollspy-continer-left .list-group-item {
        border-radius: 100%;
        background: none;
        border:0;
        padding:0;
        color: #bababa;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        margin: 0 15px;
    }
    .scrollspy-continer-left .list-group-item.active {
        border-radius: 100%;
        background: #000;
        border:0;
        padding:0;
        color: #fff;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
    }
    .h-block1-left .h-block1-text {
        position: initial;
    }
    .h-block1-right .h-block1-text {
        position: initial;
    }
    .h-block1-left img {
        float: left;
        width: 100%;
        height: 220px;
    }
    .h-block1-right img {
        float: right;
        width: 100%;
        height: 220px;
        margin-top: 0;
    }
    .text-block-2 .h-block-left .h-block-text, .text-block-2 .h-block-right .h-block-text {
        position: initial;
        display: inline-block;
        margin-bottom: -103px;
        /*margin-bottom: 40px;*/
        margin-left: 15px;
        margin-right: 15px;
    }
    .call-to-action .row > div{
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center !important;
        margin-bottom: 20px;
    }
    .text-block-2 .h-block img {
        height: 300px;
    }
    .text-block-2 .h-block img {
        width: 100%;
    }
    .services-boxs .e-item:nth-of-type(2) {
        border-radius: 0 6px 0 0;
    }
    .services-boxs .e-item:nth-of-type(3) {
        border-radius: 0 0 0 0;
        border-left: 0;
    }
    .services-boxs .e-item:nth-of-type(4) {
        border-radius: 0 0 0 0;
        border-bottom: 2px solid #e4e4e4;
        border-left: 2px solid #e4e4e4;
    }
    .services-boxs .e-item:nth-of-type(5) {
        border-radius: 0 0 0 6px;
        border-left: 0;
    }
    .services-boxs .e-item:nth-of-type(6) {
        border-radius: 0 0 6px 0 ;
    }
    .services-boxs .e-item {
        
    }
    .tools-sec {
        padding: 0 15px;
    }
    .m-border-radius-lb{
        border-radius: 0;
    }
    .m-border-right-2{
        border-right: 0;
    }
    .m-show-border-radius-lb{
        border-radius: 0 0 0 6px;
    }
    .services-banner-title {
        font-size: 40px;
        padding: 30px 30px 0 30px;
    }
    .home-banner-container .banner-title-section {
        padding: 27% 0 10% 0;
    }
    .home-banner-container .list-group-item {
        padding: .25rem .55rem;
    }
    .home-banner-title {
        font-size: 40px;
        padding: 30px;
    }
    .mobile-hide-only{
        display: none;
    }
    
    .desktop-hide-only{
        display: block;
    }
    .iso-icon {
        margin: 0 0 0 15px;
        width: 74px;
    }
    .award-text {
        font-size: 16px;
        margin-right: 10px;
    }
    .award-type {
        font-size: 39px;
        line-height: 35px;
    }
    .main-header .nav-item .dropdown-menu ul li a{
        font-size: 14px;
        color: #333333;
        margin-bottom: 5px;
        display: block;
    }
    .main-header .nav-item .dropdown-menu {
        right: 186px;
        margin-top: 0 !important;
        border: 0;
        /* background: #F7F7F7; */
        border-radius: 0;
        padding: 0 0.5rem 5px 0.5rem;
        position: static !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: transparent !important;
    }
    .main-header .nav-item .dropdown-menu .dropdown-item{
        width: 100%;
        padding: 10px 0.5rem;
        display: inline-block;
        position: relative;
        /*height: 242px;*/
        font-size: 14px;
        color: #222222;
    }
    .main-header .nav-item .dropdown-menu .dropdown-item {
        height: auto !important;
    }
    .main-header .navbar-brand img {
        height: auto !important;
    }
    .main-header.mobile-header{
        padding: 5px 15px;
    }
    .desktop-header{
        display: none;
    }
    .desktop-footer{
        display: none;
    }
    .hide-desktop{
        display: none;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 930px;
    }
    .main-header .navbar-expand-lg {
        max-width: 930px;
        display: block;
    }
    .main-header .btn-lg {
        padding: .43rem .8rem;
    }
    .mt-laptop-0{
        margin-top: 0 !important;
    }
    .custom-ts-01 {
        font-size: 14px;
    }
    .bullet-point {
        margin-top: 14px;
    }
    .mb-laptop-0{
        margin-bottom: 0 !important;
    }
    .text-size-13 {
        font-size: 11px;
    }
    .box-block-count {
        font-size: 40px !important;
        line-height: 26px;
    }
    .box-item p {
        font-size: 14px;
        line-height: 26px;
    }
    .mid-img-block img {
        height: 27px;
    }
    .mid-img-block{
        padding: 0;
    }
    .bg-image-section .btn-lg {
        padding: .4rem 1.0rem;
    }
    .counter-area svg {
        height: 42px;
    }
    .count-results p {
        font-size: 19px;
        line-height: 22px;
    }
    .count-results span {
        font-size: 13px;
    }
    footer h2 {
        font-size: 22px;
    }
    .icon-with-tab a svg {
        height: 43px;
    }
    .doft-ptb.banner-title-section {
        padding: 5.5rem 0;
    }
    .highlight-section h4 {
        font-size: 26px;
    }
    .highlight-section .btn-outline-light {
        border-width: 1px;
        font-size: 14px;
        margin-top: 19px;
        padding: .4rem 1.1rem;
    }
    .v-separator {
        width: 1px;
    }
    .highlight-section {
        padding: 30px 0;
    }
    .text-size-28 {
        font-size: 24px;
    }
    .box-shadow .col-box3 .box-item img {
        height: 40px;
    }
    .p-6 {
        padding: 2.5rem!important;
    }
    .blog-imgs img {
        height: 360px;
    }
    .block-count {
        font-size: 38px;
    }
    .mt-d-1 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .mt-d-2{
        margin-top: 20px !important;
    }
    .h-block1-left .h-block1-text {
        top: 14%;
    }
    .h-block1-right .h-block1-text {
        top: 14%;
    }
    .p-5 {
        padding: 1.5rem!important;
    }





	.navbar-expand-lg .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .list-gap5 {
        padding: .75rem 2rem !important;
    }
    .list-gap3 {
        padding: .75rem 1rem !important;
    }
    .navbar-expand-lg .navbar-toggler {
        display: block;
        float: right;
        border: transparent !important;
        margin-top: 12px;
    }
    .navbar-expand-lg .navbar-toggler svg{
        width: 24px !important;
        height: auto !important;
    }
    .navbar-expand-lg .navbar-toggler svg path{
        fill: white;
    }
    .main-header .nav-item .dropdown-menu.collapse:not(.show) {
        display: none !important;
    }
    .collapse:not(.show) {
        display: none !important;
    }
    .tab-mr-1{
        margin-right: 10px;
    }
    .call-action-btn{
        padding-left: 0 !important;
        margin-left: 0 !important;
        border-left: 0 !important;
    }
    .main-header .navbar-nav .nav-link {
        padding: 0.55rem 0.6rem;
    }
    .collapsing{
        position: relative;
        height: 0;
        transition: height .35s ease;
    }
    .main-header .navbar-expand-lg .navbar-collapse{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 12;
        background: rgba(0, 0, 0, 0.85);
    }
    .mobile-nav-white{
        width: 300px;
        background: #FFF;
        height: 100%;
        padding: 15px;
        overflow: auto;
    }
    .mobile-nav-white .navbar-brand{
        margin-right: 0;
        padding:30px 0;
    }
    .nav-close{
        position: absolute;
        top: 15px;
        right: 20px;
    }
    .addremove .nav-add{
        display: none;
    }
    .addremove .nav-add{
        float: right;
        margin-top: 5px;
    }
    .addremove .nav-remove{
        float: right;
        margin-top: 5px;
    }
    .addremove.collapsed .nav-add{
        display: inline-block;
    }
    .addremove.collapsed .nav-remove{
        display: none;
    }
    .main-header .navbar-nav .nav-link {
        color: #000 !important;
    }
    .contact-form {
        padding: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

}

@media (min-width: 1280px)
{

}

@media (max-width: 600px)
{

    .services-boxs .e-item:nth-of-type(2) {
        border-radius: 0 0 0 0;
        border-left: 0;
    }
    .services-boxs .e-item:nth-of-type(3) {
        border-radius: 0 0 0 0;
        border-left: 0;
    }
    .services-boxs .e-item:nth-of-type(4) {
        border-radius: 0 0 0 0;
        border-bottom: 2px solid #e4e4e4;
        border-left: 0;
    }
    .services-boxs .e-item:nth-of-type(5) {
        border-radius: 0 0 0 0;
        border-left: 0;
        border-bottom: 2px solid #e4e4e4;
    }
    .services-boxs .e-item:nth-of-type(6) {
        border-radius: 0 0 6px 0 ;
        border-left: 0;
    }
    .tech-item {
        margin-bottom: 30px;
    }
    .lifecycle{
        margin-top: 30px;
    }
    .step01 span, .step02 span, .step03 span {
        font-size: 14px;
    }
    .tools-sec .tools-2nd:nth-of-type(1){
        border-right: 0;
        border-radius: 0 6px 0 0;
    }
    .tools-sec .tools-2nd:nth-of-type(2){
        border-radius: 0 0 0 0;
    }
    .tools-sec .tools-2nd:nth-of-type(3){
        border-radius: 0 0 0 0;
        border-right: 0;
    }
    .tools-sec .tools-2nd:nth-of-type(5){
        border-radius: 0 0 0 0;
        border-right: 0;
    }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1105px) {
  .main-header {
    padding: 0 30px;
  }
  .navbar-nav.mr-5 {
    margin-right: 0 !important;
  }
  .main-header .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  
  .tools-sec {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tools-img img {
    width: 63px;
  }
  .pc-item {
    min-height: 404px;
  }
  .black-spy {
    padding: 30px;
  }
  .discovery-workshop-right {
    width: 100%;
    padding-left: 0;
    position: relative;
    bottom: -50px;
  }
  .white-spy {
    padding: 80px 30px 30px 30px;
  }
  .scrollspy-continer-left .list-group-item {
    border-radius: 100%;
    background: none;
    border: 0;
    padding: 0;
    color: #bababa;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    margin: 0 15px;
  }
  .scrollspy-continer-left .list-group-item.active {
    border-radius: 100%;
    background: #000;
    border: 0;
    padding: 0;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
  }
  .h-block1-left .h-block1-text {
    position: initial;
  }
  .h-block1-right .h-block1-text {
    position: initial;
  }
  .h-block1-left img {
    float: left;
    width: 100%;
    height: 220px;
  }
  .h-block1-right img {
    float: right;
    width: 100%;
    height: 220px;
    margin-top: 0;
  }
  .text-block-2 .h-block-left .h-block-text,
  .text-block-2 .h-block-right .h-block-text {
    position: initial;
    display: inline-block;
    margin-top: -103px;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .text-block-2 .h-block img {
    height: 300px;
  }
  .text-block-2 .h-block img {
    width: 100%;
  }
  .services-boxs .e-item:nth-of-type(2) {
    border-radius: 0 6px 0 0;
  }
  .services-boxs .e-item:nth-of-type(3) {
    border-radius: 0 0 0 0;
    border-left: 0;
  }
  .services-boxs .e-item:nth-of-type(4) {
    border-radius: 0 0 0 0;
    border-bottom: 2px solid #e4e4e4;
    border-left: 2px solid #e4e4e4;
  }
  .services-boxs .e-item:nth-of-type(5) {
    border-radius: 0 0 0 6px;
    border-left: 0;
  }
  .services-boxs .e-item:nth-of-type(6) {
    border-radius: 0 0 6px 0;
  }
  .services-boxs .e-item {
  }
  .tools-sec {
    padding: 0 15px;
  }
  .m-border-radius-lb {
    border-radius: 0;
  }
  .m-border-right-2 {
    border-right: 0;
  }
  .m-show-border-radius-lb {
    border-radius: 0 0 0 6px;
  }
  .services-banner-title {
    font-size: 40px;
    padding: 30px 30px 0 30px;
  }
  .home-banner-container .banner-title-section {
    padding: 27% 0 10% 0;
  }
  .home-banner-container .list-group-item {
    padding: 0.25rem 0.55rem;
  }
  .home-banner-title {
    font-size: 40px;
    padding: 30px;
  }
  .mobile-hide-only {
    display: none;
  }

  .desktop-hide-only {
    display: block;
  }
  .iso-icon {
    margin: 0 0 0 15px;
    width: 74px;
  }
  .award-text {
    font-size: 16px;
    margin-right: 10px;
  }
  .award-type {
    font-size: 39px;
    line-height: 35px;
  }
  .main-header .nav-item .dropdown-menu ul li a {
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
    display: block;
  }
  .main-header .nav-item .dropdown-menu {
    right: 186px;
    margin-top: 0 !important;
    border: 0;
    /* background: #F7F7F7; */
    border-radius: 0;
    padding: 0 0.5rem 5px 0.5rem;
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent !important;
  }
  .main-header .nav-item .dropdown-menu .dropdown-item {
    width: 100%;
    padding: 10px 0.5rem;
    display: inline-block;
    position: relative;
    /*height: 242px;*/
    font-size: 14px;
    color: #222222;
  }
  .main-header .nav-item .dropdown-menu .dropdown-item {
    height: auto !important;
  }
  .main-header .navbar-brand img {
    height: auto !important;
  }
  .main-header.mobile-header {
    padding: 5px 15px;
  }
  .desktop-header {
    display: none;
  }
  .desktop-footer {
    display: none;
  }
  .hide-desktop {
    display: none;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 930px;
  }
  .main-header .navbar-expand-lg {
    max-width: 930px;
    display: block;
  }
  .main-header .btn-lg {
    padding: 0.43rem 0.8rem;
  }
  .mt-laptop-0 {
    margin-top: 0 !important;
  }
  .custom-ts-01 {
    font-size: 14px;
  }
  .bullet-point {
    margin-top: 14px;
  }
  .mb-laptop-0 {
    margin-bottom: 0 !important;
  }
  .text-size-13 {
    font-size: 11px;
  }
  .box-block-count {
    font-size: 40px !important;
    line-height: 26px;
  }
  .box-item p {
    font-size: 14px;
    line-height: 26px;
  }
  .mid-img-block img {
    height: 27px;
  }
  .mid-img-block {
    padding: 0;
  }
  .bg-image-section .btn-lg {
    padding: 0.4rem 1rem;
  }
  .counter-area svg {
    height: 42px;
  }
  .count-results p {
    font-size: 19px;
    line-height: 22px;
  }
  .count-results span {
    font-size: 13px;
  }
  footer h2 {
    font-size: 22px;
  }
  .icon-with-tab a svg {
    height: 43px;
  }
  .doft-ptb.banner-title-section {
    padding: 5.5rem 0;
  }
  .highlight-section h4 {
    font-size: 26px;
  }
  .highlight-section .btn-outline-light {
    border-width: 1px;
    font-size: 14px;
    margin-top: 19px;
    padding: 0.4rem 1.1rem;
  }
  .v-separator {
    width: 1px;
  }
  .highlight-section {
    padding: 30px 0;
  }
  .text-size-28 {
    font-size: 24px;
  }
  .box-shadow .col-box3 .box-item img {
    height: 40px;
  }
  .p-6 {
    padding: 2.5rem !important;
  }
  .blog-imgs img {
    height: 360px;
  }
  .block-count {
    font-size: 38px;
  }
  .mt-d-1 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .mt-d-2 {
    margin-top: 20px !important;
  }
  .h-block1-left .h-block1-text {
    top: 14%;
  }
  .h-block1-right .h-block1-text {
    top: 14%;
  }
  .p-5 {
    padding: 1.5rem !important;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-gap5 {
    padding: 0.75rem 2rem !important;
  }
  .list-gap3 {
    padding: 0.75rem 1rem !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block;
    float: right;
    border: transparent !important;
    margin-top: 12px;
  }
  .navbar-expand-lg .navbar-toggler svg {
    width: 24px !important;
    height: auto !important;
  }
  .navbar-expand-lg .navbar-toggler svg path {
    fill: white;
  }
  .main-header .nav-item .dropdown-menu.collapse:not(.show) {
    display: none !important;
  }
  .collapse:not(.show) {
    display: none !important;
  }
  .tab-mr-1 {
    margin-right: 10px;
  }
  .call-action-btn {
    padding-left: 0 !important;
    margin-left: 0 !important;
    border-left: 0 !important;
  }
  .main-header .navbar-nav .nav-link {
    padding: 0.55rem 0.6rem;
  }
  .collapsing {
    position: relative;
    height: 0;
    transition: height 0.35s ease;
  }
  .main-header .navbar-expand-lg .navbar-collapse {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 12;
    background: rgba(0, 0, 0, 0.85);
  }
  .mobile-nav-white {
    width: 300px;
    background: #fff;
    height: 100%;
    padding: 15px;
    overflow: auto;
  }
  .mobile-nav-white .navbar-brand {
    margin-right: 0;
    padding: 30px 0;
  }
  .nav-close {
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .addremove .nav-add {
    display: none;
  }
  .addremove .nav-add {
    float: right;
    margin-top: 5px;
  }
  .addremove .nav-remove {
    float: right;
    margin-top: 5px;
  }
  .addremove.collapsed .nav-add {
    display: inline-block;
  }
  .addremove.collapsed .nav-remove {
    display: none;
  }
  .main-header .navbar-nav .nav-link {
    color: #000 !important;
  }
  .contact-form {
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1280px) {
  .d-v-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 600px) {
  .services-boxs .e-item:nth-of-type(2) {
    border-radius: 0 0 0 0;
    border-left: 0;
  }
  .services-boxs .e-item:nth-of-type(3) {
    border-radius: 0 0 0 0;
    border-left: 0;
  }
  .services-boxs .e-item:nth-of-type(4) {
    border-radius: 0 0 0 0;
    border-bottom: 2px solid #e4e4e4;
    border-left: 0;
  }
  .services-boxs .e-item:nth-of-type(5) {
    border-radius: 0 0 0 0;
    border-left: 0;
    border-bottom: 2px solid #e4e4e4;
  }
  .services-boxs .e-item:nth-of-type(6) {
    border-radius: 0 0 6px 0;
    border-left: 0;
  }
  .tech-item {
    margin-bottom: 30px;
  }
  .lifecycle {
    margin-top: 30px;
  }
  .step01 span,
  .step02 span,
  .step03 span {
    font-size: 14px;
  }
  .tools-sec .tools-2nd:nth-of-type(1) {
    border-right: 0;
    border-radius: 0 6px 0 0;
  }
  .tools-sec .tools-2nd:nth-of-type(2) {
    border-radius: 0 0 0 0;
  }
  .tools-sec .tools-2nd:nth-of-type(3) {
    border-radius: 0 0 0 0;
    border-right: 0;
  }
  .tools-sec .tools-2nd:nth-of-type(5) {
    border-radius: 0 0 0 0;
    border-right: 0;
  }
}


.ex-h{
  min-height: 200px;
}
.nav-link.dropdown-toggle{
  cursor: pointer;
}