/*----------------------------------------------------
@File: Default Styles
@Author: Rocky
@URL: http://wethemez.com
Author E-mail: rockybd1995@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Cerative Agency
@Author: Rocky
@Developed By: Rocky
@Developer URL: http://rocky.wethemez.com
Author E-mail: rockybd1995@gmail.com

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ banner
05/ slider
06/ feature
07/ button
08/ service
09/ testimonials 
10/ blog 
11/ contact 
12/ footer 
=====================================================================*/



/*background-image: -webkit-linear-gradient(10deg, #b1abdb 0%, #ddb5db 100%);*/


/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700");
.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/

.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: transparent;
}
.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.navigation-portrait {
  height: 48px;
}
.form-holder i:hover {
    color: #000;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  height: 70px;
  padding: 35px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  color: #343a40;
  transition: color 0.3s, background 0.3s;
  font-weight: 600;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #bbbbbb;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
  display: none;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 90px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
      box-shadow: rgb(100 100 111 / 50%) 0px 7px 29px 0px;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;

}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
      box-shadow: rgb(100 100 111 / 90%) 0px 7px 29px 0px;
}




.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;

}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 16px;
  color: #343a40;
  background-color: #000;
  /*text-transform: lowercase;*/
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}



.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.service-logo img {
  transition: transform 1s;
      height: 60px;
}

.megamenu-panel {
  width: 80%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #000;
  background-color: #000;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  /*border-right: solid 1px #f0f0f0;*/
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.megamenu-list > li > a:hover {
  background-color: #000;
  color: #7880cb;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  color: #343a40;
  text-transform: capitalize;
}

.nav-dropdown > li > a {
    color: #ffffff;
    padding: 10px 20px;
    border-bottom: none;
    
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #7880cb;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}




@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 100%;
  }
}


.menu {
    width: 100%;
}
.menu-container {
  background: transparent;
  height: auto;
  width: 100%;
}
.menu a.logo {
    display: inline-block;
    padding: 1.5em 3em;
    width: 19%;
    float: left;
}
.menu img {
    max-width: 100%;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu > ul {
  margin: 0 auto;
  width: 80%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
      clear: right;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  background: transparent;
  padding: 0;
  margin: 0;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 35px 20px;
    display: block;
    font-size: 18px;
    color: #000;
}
.menu > ul > li:hover {
  background: #f0f0f0;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: #777;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li a:hover{
  color:#03a9f4;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;    
  font-size: 14px;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-container .menu{
  display:inline-block;
   }
  .menu-mobile {
    display: block;    
    float: right;    
    padding: 20px 20px 0;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
    width:100%;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;    
    padding: 0 40px;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}



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

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
  line-height: 28px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: #fcfcfd;
}

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

#success {
  display: none;
}

#error {
  display: none;
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none !important;
}

.p_100 {
  padding: 100px 0px;
}

iframe {
  height: auto;
  width: 100%;
  border: none;
  opacity: 0.5;
  margin-top: 10%;
}

i:before {
  margin-left: 0px !important;
}


 .carousel-control-prev, .carousel-control-next {
    background-color: #d2d2d2;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

/* Main title css
============================================================================================ */


.team-page-section{
    position:relative;
    padding-top:70px;
}

.team-page-section .team-block{
    margin-bottom:60px;
}

.sec-title{
    position:relative;
    z-index:1;
    margin-bottom:65px;
}

.sec-title .title{
    position:relative;
    font-size:18px;
    color:#bd0000;
    font-weight:700;
    margin-bottom:12px;
    text-transform:capitalize;
}

.sec-title .separator{
    position:relative;
    width:40px;
    margin-top:16px !important;
}

.sec-title .separator:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:10px;
    height:2px;
    background-color:#ff9600;
}

.sec-title .separator:after{
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    width:10px;
    height:2px;
    background-color:#ff9600;
}

.sec-title .separator span{
    position:absolute;
    left:50%;
    top:-2px;
    width:10px;
    height:5px;
    margin-left:-5px;
    display:inline-block;
    background-color:#bd0000;
}

.sec-title h2{
    position:relative;
    font-weight:500;
    font-size:36px;
    line-height:1.2em;
    margin-top:35px;
    background: linear-gradient(to right, #5c4d9c, #8faaf1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-title .text{
    position:relative;
    font-size:14px;
    line-height:1.9em;
    color:#555555;
    margin-top:10px;
}

.sec-title.centered .separator{
    margin:0 auto !important;
    float:none !important;
}

.sec-title.centered{
    text-align: center !important;
}

.sec-title.light .title{
    color:#ffffff;
}

.sec-title.light h2{
    color:#ffffff;
}

.sec-title.light .separator span{
    background-color:#ff9600;
}

.sec-title.light .separator:before,
.sec-title.light .separator:after{
    background-color:#ffffff;
}

.team-section{
    position:relative;
    padding:80px 0px 60px;
}

.team-section.style-two .pattern-layer{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-position:center center;
    background-repeat:no-repeat;
}

.team-section .title-box{
    position:relative;
    text-align:center;
}

.team-section .title-box h2{
    position: relative;
    color: #222222;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 50px;
}

.team-section .title-box h2 span{
    color: #ff9600;
}

.team-block{
    position:relative;
}

.team-block .inner-box{
    position:relative;
    padding:40px 70px 28px 0px;
}

.container.sec-p {
    font-size: 20px;
    text-align: center;
    margin-top: 5%;
    color: #7c8da1;
}

.team-block .inner-box:before{
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    left:70px;
    bottom:0px;
    border-radius:10px;
    background-color:#fff;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
        box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.team-block .inner-box::after{
    position:absolute;
    content:'';
    top:0px;
    left:70px;
    bottom:0px;
    width:0%;
    border-radius:10px;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
   background: linear-gradient(to right, #5c4d9c, #8faaf1);
}

.team-block .inner-box:hover::after{
    width:81%;
}

.team-block .inner-box .social-icons{
    position:absolute;
    right:25px;
    top:100px;
    z-index:1;
}

.team-block .inner-box .social-icons li{
    position:relative;
    margin-bottom:20px;
}

.team-block .inner-box .social-icons li a{
    position:relative;
    color:#726ae4;
    font-size:18px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.team-block .inner-box:hover .lower-content h3 a,
.team-block .inner-box:hover .social-icons li a,
.team-block .inner-box:hover .lower-content .designation{
    color:#ffffff;
}

.offset-lg-4 {
    margin-left: 0;
}
.team-block .inner-box .image{
    position:relative;
    z-index:1;
    border-radius:10px;
    background-color:#ffffff;
    box-shadow:inset 0px 0px 35px rgba(0,0,0,0.20);
}

.team-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.team-block .inner-box .lower-content{
    position:relative;
    text-align:left;
    z-index:1;
    padding:30px 8px 0px 110px;
}

.team-block .inner-box .lower-content h3{
    position:relative;
    color:#bd0000;
    font-size:18px;
    font-weight:700;
    line-height:1.3em;
}

.team-block .inner-box .lower-content h3 a{
    position:relative;
    color:#000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.team-block .inner-box .lower-content .designation{
    position:relative;
    margin-top:5px;
    color:#777777;
    font-size:14px;
}

.text {
    text-align: center;
    margin-bottom: 5%;
}

.team-block.style-two .inner-box .lower-content h3 a,
.team-block.style-two .inner-box .social-icons li a{
    color:#ff9600;
}

.team-block.style-two .inner-box:hover .lower-content h3 a,
.team-block.style-two .inner-box:hover .social-icons li a{
    color:#ffffff;
}

.team-block.style-two .inner-box::after{
    background-image: -ms-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
    background-image: -moz-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
    background-image: -o-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFEB3C), color-stop(100, #ff9600));
    background-image: -webkit-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
    background-image: linear-gradient(to bottom, #FFEB3C 0%, #ff9600 100%);
}

.team_img_item img{
  height: auto;
    width: 100%;
    display: block;
    margin: auto;
  }


.c_title {
  text-align: center;
  padding-bottom: 40px;
}

.c_title img {
  padding-bottom: 30px;
}

.c_title h6 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #7c8d93;
  padding-bottom: 10px;
}

.c_title h2 {
  font-size: 48px;
  color: #0b1033;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.l_title {
  padding-bottom: 10px;
}

.l_title img {
  padding-bottom: 30px;
}

.l_title h6 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #7c8d93;
  padding-bottom: 10px;
}

button.btn-1 {
    height: auto;
    width: 40%;
    margin-top: 1;
    background: linear-gradient(to right, #5c4d9c, #8faaf1);
    color: #fff;
    border: none;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 2% 0%;
    border-radius: 4px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.challange_text_inner button{
  cursor: pointer;
}

.l_title h2 {
  font-size: 48px;
  font-weight: 500;
      margin-top: 3%;
           background: linear-gradient(to right, #5c4d9c, #8faaf1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
      font-family: "Poppins", sans-serif;
    margin-bottom: 0%;
        text-transform: capitalize;
}

.l_title1 {
  padding-bottom: 10px;
}

.l_title1 h2 {
  font-size: 48px;
  font-weight: 500;
      margin-top: 3%;
    background-image: -webkit-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
      font-family: "Poppins", sans-serif;
    margin-bottom: 3%;
    text-align: center;
}

.l_title h2 span {
  font-style: italic;
  color: #6fbbfe;
}



/* Main title css ============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Menu Area css ============================================================================================ */


button.btn-tx {
    height: auto;
    width: 25%;
    margin-bottom: 2%;
    border: none;
    background: #f3c700;
    padding: 1% 0%;
    font-size: 18px;
    border-radius: 7px;
}

.main_menu_area {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 30;
  padding: 20px 45px;
}

.main_menu_area .navbar {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent !important;
}

.main_menu_area .navbar .navbar-toggler {
  border: none;
  border-radius: 0px;
  padding: 0px;
}

.main_menu_area .navbar .navbar-toggler span {
  height: 3px;
  width: 25px;
  display: block;
  background: #0b1033;
  margin-bottom: 3px;
}

.main_menu_area .navbar .navbar-toggler span:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-collapse {
    text-align: right;
    display: block !important;
  }
}

.main_menu_area .navbar .navbar-nav {
  display: inline-block;
  text-align: right;
}

.main_menu_area .navbar .navbar-nav li {
  display: inline-block;
  margin-right: 30px;
}

.main_menu_area .navbar .navbar-nav li a {
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  letter-spacing: .65px;
  padding: 0px;
  line-height: 118px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}




.main_menu_area .navbar .navbar-nav li:last-child {
  margin-right: 0px;
}

@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    display: block;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    min-width: 250px;
    background: #171717;
    left: auto;
    right: 0px;
    top: 90%;
    border-radius: 0px;
    border: none;
    padding: 30px 0px 30px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
  }
}

.team_img_item1 img {
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
}
.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li {
  margin-right: 0px;
  display: block;
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
  display: block;
  line-height: 38px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: .48px;
  font-size: 16px;
  padding: 0px 30px;
  text-transform: inherit;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  font-weight: normal;
  text-shadow: none;
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #97ccfe;
}

@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-nav li:hover.submenu .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
  }
}

.main_menu_area .navbar .navbar-nav li:hover a, .main_menu_area .navbar .navbar-nav li.active a {
  color: #0b1033;
}

.main_menu_area.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  z-index: 999999;
  background-image: linear-gradient(to right, #70bafe 0%, #998dff 51%, #70bafe 100%);
  display: none;
}

.main_menu_area.navbar_fixed .navbar .navbar-nav li a {
  line-height: 70px;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*display: none;*/
}

.services {
  padding-top: 130px;
  position: relative;
  background-image: url(../img/banner/MicrosoftTeams-image888.png),url(../img/banner/MicrosoftTeams-image14.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 22%,17%;
    background-position: left top,right bottom;
}

.team-page-section{
   background-image: url(../img/banner/MicrosoftTeams-image155.png),url(../img/banner/MicrosoftTeams-image11.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 22%,20%;
    background-position: left top,right bottom;
}


.services .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.services .section-heading .line-dec {
  margin: 0 auto;
}

.services .naccs {
  position: relative;
  z-index: 1;
}

.services .icon {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.services .naccs .menu div h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}

.services .icon img {
  margin-bottom: 10px;
  max-width: 60px;
  min-width: 60px;
}

.services .naccs .menu {
  text-align: center;
  margin-bottom: 30px;
}

.services .naccs .menu div {
  color: #2a2a2a;
  margin: 0px;
  width: 10%;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
p.chng-p {
  font-size: 18px;
}
.services .naccs .menu div .thumb {
  display: inline-block;
  width: 100%;
  padding: 20px 0px;
  background-color: #fff;
}

.services .naccs .menu div.active {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.services ul.nacc {
  height: 100% !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 15px;
  padding: 5% 5%;
}

.services ul.nacc li {
  width: 100%;
}

.services ul.nacc li .right-image img {
  float: right;
}

.services .nacc .thumb h4 {
  color: #2a2a2a;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
}

.services .nacc .thumb .main-white-button {
  text-align: right;
  margin-top: 40px;
}

.services .nacc .thumb .main-white-button a {
  background-color: #8d99af;
  color: #fff;
}

.services .nacc .thumb .main-white-button a i {
  background-color: #fff;
  color: #8d99af;
}

.services .left-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #8598e0 !important;
}

.services .left-text p {
  margin-bottom: 0px;
}

.nacc .ticks-list span {
  display: block;
  opacity: 1;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
}

.ticks-list {
    padding: 2% 2%;
}


/* End Main Menu Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Banner Area css
============================================================================================ */
.banner_area {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_area1 {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_area:before {
  content: "";
  background: url(../img/banner/banner-bg.png) no-repeat scroll center right;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.banner_area1:before {
  content: "";
  background: url(../img/banner/banner-bg.png) no-repeat scroll top right;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  max-width: 1233px;
  width: 100%;
  background-size: contain;
}


.banner_inner_text {
  padding-top: 220px;
  position: relative;
  padding-bottom: 0px;
}


.main::after {
  content: '';
  height: 200px;
  width: 80%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 10%;
  z-index: -1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}
.main::before {
  content: '';
  height: 200px;
  width: 64%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 18%;
  z-index: -2;
}

.main:hover .service {
  transform: translateY(-50px);
}

.main:hover::after {
  transform: translateY(-25px);
}

.service-logo img {
  transition: transform 1s;
}

.main:hover .service-logo img {
  transform: rotate(360deg);
}
.banner_inner_text:before {
  content: "";
  width: 213px;
  height: 1px;
  position: absolute;
  background: #ced0e0;
  left: 0px;
  bottom: 0px;
}

.banner_inner_text h2 {
  font-size: 72px;
  color: #0b1033;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

a.nav-brand img {
    height: 70px;
}

.banner_inner_text p {
  font-size: 20px;
    color: #3c3c3c;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    padding-top: 15px;
    line-height: 30px;
        padding-bottom: 11px;
}

/* End Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Slider css
============================================================================================ */
.main_slider_area {
  /*background: url(../img/home-slider/MicrosoftTeams-image111.png) no-repeat scroll center center;*/
  /*background-size: cover;*/
  background-image: url(../img/banner/MicrosoftTeams-image996398.png),url(../img/home-slider/MicrosoftTeams-image111.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 20%,90%;
    background-position: left center,right top;
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E);
    display: none;
}
button.main-btn {
    height: auto;
    width: 55%;
    padding: 2% 0%;
    border: none;
    background: #fff;
    box-shadow: rgb(100 100 111 / 50%) 0px 7px 29px 0px;
    color: #6e6ab3;
    font-size: 19px;
    font-weight: 600;
        border-radius: 5px;
}





 h1.text-ani{
  font-family: 'Teko', sans-serif;
  text-transform: capitalize;
  font-size:50px;
  text-align: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  margin: 0;
  background: white;
  position: relative;
  background: transparent;
  color: #000;
    font-weight: 600;
}

h1.text-ani:before{
  content: attr(data-text);
  position: absolute;
  background: linear-gradient(#484848, #484848, #484848, #484848,#484848, #484848);
  -webkit-background-clip: text;
  color: transparent;
  background-size: 100% 90%;
  line-height: 0.9;
  clip-path: ellipse(120px 120px at -2.54% -9.25%);
  animation: swing 5s infinite;
  animation-direction: alternate;
}

@keyframes swing{
  0%{
     -webkit-clip-path: ellipse(120px 120px at -2.54% -9.25%)
    clip-path: ellipse(120px 120px at -2.54% -9.25%)
  }
  50%{
    -webkit-clip-path: ellipse(120px 120px at 49.66% 64.36%);
    clip-path: ellipse(120px 120px at 49.66% 64.36%);

  }
  100%{
     -webkit-clip-path: ellipse(120px 120px at 102.62% -1.61%;);
    clip-path: ellipse(120px 120px at 102.62% -1.61%);
  }
}


.main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .first_text {
  font-weight: normal !important;
  color: #0b1033;
}

.main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .secand_text {
  color: #6b7d8e;
}

.main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .more_btn {
  -webkit-transition: all 400ms linear !important;
  -o-transition: all 400ms linear !important;
  transition: all 400ms linear !important;
  padding: 0px 53px;
}

.main_slider_area .rev_slider .tp-bullets {
  left: calc(50% - 970px) !important;
}

.main_slider_area .rev_slider .tp-bullets .tp-bullet {
  height: 10px;
  width: 10px;
  background: #b3adff;
  border: 5px solid #fff;
}

.main_slider_area .rev_slider .tp-bullets .tp-bullet.selected {
  background: #97cdfe;
  border-color: #97cdfe;
}


.main_slider_area .rev_slider .tp-leftarrow, .main_slider_area .rev_slider .tp-rightarrow {
  height: 120px;
  background-image: -webkit-gradient(linear, left top, right top, from(#70bafe), color-stop(51%, #998dff), to(#70bafe));
  background-image: -webkit-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-image: -o-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-image: linear-gradient(to right, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-size: 200% auto;
  width: 138px;
  border: 10px solid rgba(204, 241, 255, 0.5);
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  display:none;
}

.main_slider_area .rev_slider .tp-leftarrow:before, .main_slider_area .rev_slider .tp-rightarrow:before {
  line-height: 100px;
}

.main_slider_area .rev_slider .tp-leftarrow:hover, .main_slider_area .rev_slider .tp-rightarrow:hover {
  background-position: right center;
  color: #fff;
}

.main_slider_area .rev_slider .tp-leftarrow {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 0px;
}

.main_slider_area .rev_slider .tp-rightarrow {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-right: 0px;
}

/* End Slider css
============================================================================================ */
/* Testimonials Slider css
============================================================================================ */
.testimonials_area {
  padding-top: 190px;
  padding-bottom: 130px;
  border-bottom: none;
}

.testimonials_slider {
  position: relative;
}

.testimonials_slider:before {
    content: "";
    background: url(../img/shape1.png) no-repeat scroll center center;
    height: 600px;
    max-width: 524px;
    width: 100%;
    position: absolute;
    left: 49%;
    top: -220px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    background-size: cover;
}

.testimonials_slider .owl-item.center {
  color: #fff;
}

.testimonials_slider .owl-item.center h3 {
  color: #fff;
}

.testimonials_slider .owl-item.center p {
  color: #fff;
}

.testimonials_slider .owl-item.center .media .media-body h5 {
  color: #fff;
}

.testimonials_slider .testi_item h3 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #0b1033;
}

.testimonials_slider .testi_item p {
  font-size: 15px;
  color: #7c8d93;
  line-height: 28px;
  font-weight: normal;
  padding: 20px 0px 55px 0px;
}

.testimonials_slider .testi_item .media .d-flex {
  padding-right: 20px;
}

.testimonials_slider .testi_item .media .media-body h4 {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0b1033;
  padding-bottom: 8px;
}

.testimonials_slider .testi_item .media .media-body h5 {
  font-family: "Roboto", sans-serif;
  color: #7c8d93;
  font-weight: 500;
  font-size: 12px;
}

.testimonials_slider .owl-dots {
  text-align: center;
  z-index: 4;
}

.value {
    height: auto;
    width: 100%;
    padding: 1% 5%;
}
.value ul {
    list-style: disc;
    color: #918d93;
}

.testimonials_slider .owl-dots .owl-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-right: 8px;
}

.testimonials_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}




/*.swap-on-hover {
  position: relative; 
  margin:  0 auto;
  max-width: 400px;
}

.swap-on-hover img {
  position: absolute;
  top:0;
  left:0;
  overflow: hidden;
  width: 400px;
  height: 400px;
}


.swap-on-hover .swap-on-hover__front-image {
  z-index: 9999;
  transition: opacity .5s linear;
  cursor: pointer;
}

.swap-on-hover:hover > .swap-on-hover__front-image{
  opacity: 0;
}
*/

/* End Testimonials Slider css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Feature Area css
============================================================================================ */

 .serv {
     background-image: url(../img/banner/MicrosoftTeams-image996398.png),url(../img/banner/MicrosoftTeams-image3423.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 20%,20%;
    background-position: left top,right bottom;
    padding: 5% 0%;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.feature_area {
  padding-top: 70px;
  background-image: url(../img/banner/MicrosoftTeams-image12.png),url(../img/banner/MicrosoftTeams-image6.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 22%,12%;
    background-position: left top,right bottom;
}
section.get_in_touch_area1 {
    height: auto;
    width: 100%;
    padding: 5% 0%;
}

.get_in_touch_area1{
  background-image: url(../img/banner/MicrosoftTeams-image6.png);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: right bottom;
}

.app-sec{
   background-image: url(../img/banner/MicrosoftTeams-image888.png),url(../img/banner/MicrosoftTeams-image11.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 22%,24%;
    background-position: left top,right bottom;
}

.tow-div {
    background-image: url(../img/banner/MicrosoftTeams-image888.png),url(../img/banner/MicrosoftTeams-image11.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 20%,20%;
    background-position: left center,right bottom;
}

.we_company_area1{
background-image: url(../img/banner/MicrosoftTeams-image155.png),url(../img/banner/MicrosoftTeams-image3423.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 15%,15%;
    background-position: left center,right bottom;
}

.blog_main_area{
  background-image: url(../img/banner/MicrosoftTeams-image888.png),url(../img/banner/MicrosoftTeams-image11.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 20%,20%;
    background-position: left top,right bottom;
}

.circle_chart_area{
  background-image: url(../img/banner/final-5.png);
    background-repeat: no-repeat;
    background-size: 17%;
    background-position:  left center;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-size: 15%;
}
.we_company_area {
    background-image: url(../img/banner/MicrosoftTeams-image14.png);
    background-repeat: no-repeat;
    background-size: 22%;
    background-position: right center;
}
.team_people_area4{
   background-image: url(../img/banner/MicrosoftTeams-image16.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position:left center;
        padding: 6% 0%;
}
.get_in_touch_area{
   background-image: url(../img/banner/MicrosoftTeams-image996398.png),url(../img/133.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 15%,40%;
    background-position: left center,right center;
}
.feature_item {
  text-align: center;
      padding: 12% 8%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
      background: #fff;
          height: auto;
    margin-bottom: 35%;
    border: solid 1px #e9e9e9;
}

.feature_item .f_icon {
  min-height: 91px;
  position: relative;
}



.challange_area {
    background-image: url(../img/banner/MicrosoftTeams-image888.png),url(../img/banner/MicrosoftTeams-image11.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 20%,20%;
    background-position: left top,right bottom;
}


.challange_area1 {
    background-image: url(../img/banner/MicrosoftTeams-image888.png),url(../img/banner/MicrosoftTeams-image11.png),url(../img/banner/MicrosoftTeams-image155.png);
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-size: 22%,24%,24%;
    background-position: left top,right center,left bottom;
}

.challange_area3{
  background-image: url(../img/banner/round.png),url(../img/banner/MicrosoftTeams-image14.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 20%,15%;
    background-position: left top,right center;
}



.feature_item .f_icon img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
      height: 100px;
}

.feature_item h4 {
  color: #0b1033;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding: 45px 0px 20px 0px;
}

.feature_item p {
  font-size: 17px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  color: #7c8d93;
  font-weight: 500;
  max-width: 290px;
  margin: auto;
  padding-bottom: 60px;
}

.feature_item .more_btn {
  opacity: 0;
}

.feature_item:hover {
  -webkit-box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
}

.feature_item:hover .more_btn {
  opacity: 1;
}

.service_feature {
  border-bottom: none;
  padding-top: 100px;
  overflow: hidden;
      padding: 2% 0%;
   background-image: url(../img/banner/MicrosoftTeams-image888.png),url(../img/banner/MicrosoftTeams-image11.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 22%,24%;
    background-position: left top,right bottom;
}

.service_feature .feature_inner {
  margin-bottom: -50px;
}

.service_feature .feature_inner .feature_item {
  margin-bottom: 50px;
}

.service_feature .feature_inner .feature_item .more_btn {
  opacity: 1;
  background: transparent;
  border-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ebdfe), to(#9b8aff));
  background-image: -webkit-linear-gradient(left, #6ebdfe, #9b8aff);
  background-image: -o-linear-gradient(left, #6ebdfe, #9b8aff);
  background-image: linear-gradient(left, #6ebdfe, #9b8aff);
  color: #889ee6;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  background-size: 200% auto;
}


.service_feature .feature_inner .feature_item:hover .more_btn {
  color: #fff;
  background: linear-gradient(to right, #5c4d9c, #8faaf1);
  border-color: rgba(204, 241, 255, 0.5);
  background-clip: inherit;
}


i.fa.fa-check {
    padding-right: 10px;
}


/* End Feature Area css
============================================================================================ */
/* Team People Area css
============================================================================================ */
.team_people_area {
  overflow: hidden;
  padding: 90px 0px;
}

.team_people_text {
  width: 100%;
  float: right;
}

.team_people_text p {
  font-family: "Roboto", sans-serif;
  color: #7c8d93;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 45px;
}

.team_img_item2 img {
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
}

.team_people_text ul {
  padding-left: 20px;
}

.team_people_text ul li {
  /*width: calc(100% / 2);*/
  margin-bottom: 10px;
}

.team_people_text ul li a {
  padding-left: 18px;
  font-family: "Roboto", sans-serif;
  color: #7c8d93;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.team_people_text ul li a:before {
  content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: linear-gradient(to right, #5c4d9c, #8faaf1);
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}


.team_people_text ul li:last-child {
  margin-bottom: 0px;
}

.team_people_text ul li:hover a {
  color: #8293dc;
}

.team_people_text ul li:hover a:before {
  left: 4px;
}

/*.team_img_inner {
  max-width: 591px;
  margin-bottom: -20px;
  margin-left: 150px;
}*/

.team_img_inner .row {
  margin-left: -10px;
  margin-right: -10px;
}

.team_img_inner .row .col-lg-6 {
  padding: 0px 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.team_img_inner .team_img_item {
  overflow: hidden;
}

/* End Team People Area css
============================================================================================ */
/* Challange Area css
============================================================================================ */
.challange_area {
  overflow: hidden;
}

.challange_text_inner {
  max-width: 545px;
  float: right;
}

.challange_text_inner p {
  font-size: 17px;
    line-height: 28px;
    color: #7c8d93;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding-right: 25px;
    margin-top: 1%;
}

.challange_text_inner .c_video {
  padding-top: 35px;
}

.challange_text_inner .c_video a {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0b1033;
}

.challange_text_inner .c_video a img {
  padding-right: 15px;
}

.challange_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.challange_img .challange_img_inner {
  -ms-flex-item-align: center;
  align-self: center;
  box-shadow: 0px 27px 68px 0px rgb(0 0 0 / 20%);
}

/* End Challange Area css
============================================================================================ */
/* We Are Company Area css
============================================================================================ */





@import "https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700";
.fa-spin-fast {
  -webkit-animation: fa-spin-fast 0.2s infinite linear;
  animation: fa-spin-fast 0.2s infinite linear;
}
@-webkit-keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.material-card {
  position: relative;
  height: 0;
  padding-bottom: calc(80% - 16px);
  margin-bottom: 6.6em;
  margin-top: 10%;
}
.material-card h2 {
  position: absolute;
  top: calc(100% - 16px);
  left: 0;
  width: 100%;
  padding: 25px 16px;
  color: #fff;
  font-size: 25;
  line-height: 1.6em;
  margin: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.row.active-with-click {
    margin-top: 13%;
}
.material-card h2 span {
  display: block;
}
.material-card h2 strong {
  font-weight: 400;
  display: block;
  font-size: 0.8em;
}
.material-card h2:before,
.material-card h2:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: -16px;
  width: 0;
  border: 8px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card h2:after {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .material-card.mc-active {
    padding-bottom: 0;
    height: auto;
  }
}
.material-card.mc-active h2 {
  top: 0;
  padding: 10px 16px 10px 90px;
}
.material-card.mc-active h2:before {
  top: 0;
}
.material-card.mc-active h2:after {
  bottom: -16px;
}
.material-card .mc-content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 16px;
  left: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card .mc-btn-action {
  position: absolute;
  right: 16px;
  top: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid;
  width: 54px;
  height: 54px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card.mc-active .mc-btn-action {
  top: 62px;
}
.material-card .mc-description {
  position: absolute;
  top: 100%;
  right: 30px;
  left: 30px;
  bottom: 54px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}
.material-card .mc-footer {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card .mc-footer h4 {
  position: absolute;
  top: 200px;
  left: 30px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -ms-transition: all 1.4s;
  -o-transition: all 1.4s;
  transition: all 1.4s;
}
.material-card .mc-footer a {
  display: block;
  float: left;
  position: relative;
  width: 52px;
  height: 52px;
  margin-left: 5px;
  margin-bottom: 15px;
  font-size: 28px;
  color: #fff;
  line-height: 52px;
  text-decoration: none;
  top: 200px;
}
.material-card .mc-footer a:nth-child(1) {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.material-card .mc-footer a:nth-child(2) {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.material-card .mc-footer a:nth-child(3) {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.material-card .mc-footer a:nth-child(4) {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.material-card .mc-footer a:nth-child(5) {
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.material-card .img-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card.mc-active .img-container {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 12px;
  width: 60px;
  height: 60px;
  z-index: 20;
}
.material-card.mc-active .mc-content {
  padding-top: 5.6em;
}
@media screen and (max-width: 767px) {
  .material-card.mc-active .mc-content {
    position: relative;
    margin-right: 16px;
  }
}
.material-card.mc-active .mc-description {
  top: 50px;
  padding-top: 5.6em;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .material-card.mc-active .mc-description {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 50px 30px 70px 30px;
    bottom: 0;
  }
}
.material-card.mc-active .mc-footer {
  overflow: visible;
  position: absolute;
  top: calc(100% - 16px);
  left: 16px;
  right: 0;
  height: 82px;
  padding-top: 15px;
  padding-left: 25px;
}
.material-card.mc-active .mc-footer a {
  top: 0;
}
.material-card.mc-active .mc-footer h4 {
  top: -32px;
}
.material-card.Red h2 {
  background-color: #F44336;
}

.material-card.Brown h2 {
      background-image: -webkit-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
}
.material-card.Brown h2:after {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Brown h2:before {
  border-top-color: transparent;
  border-right-color: #3E2723;
  border-bottom-color: #3E2723;
  border-left-color: transparent;
}
.material-card.Brown.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Brown.mc-active h2:after {
  border-top-color: #3E2723;
  border-right-color: #3E2723;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Brown .mc-btn-action {
  background-image: -webkit-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
}
.material-card.Brown .mc-btn-action:hover {
  background-color: #3E2723;
}
.material-card.Brown .mc-footer h4 {
  color: #3E2723;
}
.material-card.Brown .mc-footer a {
  background-color: transparent;
}
.material-card.Brown.mc-active .mc-content {
  background-color: #f5f5f5;
}
.material-card.Brown.mc-active .mc-footer {
      background-image: -webkit-linear-gradient(
0deg, #6ebdfe 0%, #9b8aff 100%);
}
.material-card.Brown.mc-active .mc-btn-action {
  border-color: #EFEBE9;
}





.left_company_text p {
  font-size: 15px;
  color: #7c8d93;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-right: 20px;
}

/*.company_skill {
  padding-top: 90px;
}*/

.company_skill p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  color: #7c8d93;
  font-weight: 500;
  padding-bottom: 70px;
}

.our_skill_inner .single_skill {
  margin-bottom: 20px;
}

.our_skill_inner .single_skill h3 {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #7c8d93;
  font-weight: 500;
  padding-bottom: 25px;
}

.our_skill_inner .single_skill .progress {
  height: 5px;
  background: #e0e5ea;
  border-radius: 0px;
  overflow: visible;
}

.our_skill_inner .single_skill .progress .progress-bar {
 background: linear-gradient(to right, #5c4d9c, #8faaf1);
  position: relative;
  box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
}

.our_skill_inner .single_skill .progress .progress-bar .progress_parcent {
  position: absolute;
  right: 0px;
  top: -40px;
 background: linear-gradient(to right, #5c4d9c, #8faaf1);
  color: #fff;
  padding: 0px 16px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 34px;
  border-radius: 17px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.our_skill_inner .single_skill:last-child {
  margin-bottom: 0px;
}

.talk_area {
  background-image: -moz-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -webkit-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -ms-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  padding: 160px 0px 170px 0px;
  border-bottom: 2px solid #fff;
}

.talk_text {
  text-align: center;
}

.talk_text h4 {
  font-size: 48px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding-bottom: 26px;
}


.bg1 {
    height: auto;
    width: 100%;
    background: #00000075;
    padding: 10% 0%;
}

.talk_text a {
  font-size: 48px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}


.taxi{
  height: auto;
  width: 100%;
  padding: 4% 0%;
}
.taxi-title h1 {
    text-align: center;
    margin-bottom: 5%;
    font-size: 48px;
    font-weight: 500;
    background-image: -webkit-linear-gradient( 10deg, #f3c700 0%, #ffa500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poppins", sans-serif;
}

.taxi {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.taxi:before {
  content: "";
  background: url(../img/banner/dots.png),url(../img/banner/taxi-vintage-yellow-cab-01_adobespark.png);
  background-repeat: no-repeat,no-repeat;
  background-position: center left, center right;
  left: ;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  /*max-width: 1233px; */
  width: 100%;
  background-size: 15%,35%;
}
.taxi {
  overflow: hidden;
  padding: 90px 0px;
} 


.Escooter {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.Escooter:before {
  content: "";
  background: url(../img/banner/dots.png),url(../img/banner/6377570_rd-removebg-preview.png);
  background-repeat: no-repeat,no-repeat;
  background-position: center left, center right;
  left: ;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  /*max-width: 1233px; */
  width: 100%;
  background-size: 12%,35%;
}
.Escooter {
  overflow: hidden;
  padding: 90px 0px;
} 


section.Features {
    height: auto;
    width: 100%;
    padding: 3% 0%;
}
.title h2 {
    font-size: 48px;
    font-weight: 500;
    background-image: -webkit-linear-gradient( 10deg, #a85756 0%, #e48584 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10%;
    text-align: center;
}
.Features-details{
  text-align: center;
  margin-bottom: 10%;
}

.taxi-contain {
    height: auto;
    width: 100%;
    margin-bottom: 5%;
}
.taxi-contain h3 {
    margin-bottom: 2%;
}
.taxi-contain p {
    color: #949494;
    font-size: 16px;
}
/* End We Are Company Area css
============================================================================================ */
/* Service Solution Area css
============================================================================================ */
.service_solution_area {
  background: url(../img/service-bg.jpg) no-repeat fixed center right;
  background-size: cover;
  position: relative;
  z-index: 3;
}

.service_solution_area:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}

.s_solution_item p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #7c8d93;
}

.col-lg-6.bg-chng.justify-content-center.align-items-center.d-flex {
    height: auto;
    width: 100%;
    padding: 4% 3%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.solution_collaps {
  margin-top: 60px;
}

.solution_collaps .card {
  margin-bottom: 25px;
  border: none;
}




.solution_collaps .card:last-child {
  margin-bottom: 0px;
}

.solution_collaps .card .card-header {
  padding: 0px;
  border: none;
  background-color: transparent;
}

.solution_collaps .card .card-header h5 a {
  background: #79ccff;
  background: -moz-linear-gradient(left, #79ccff 0%, #9b75ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79ccff', endColorstr='#9b75ff',GradientType=1 );
  display: block;
  color: #fff;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 11px 25px 11px 20px;
  line-height: 26px;
  position: relative;
  background: linear-gradient(to right, #5c4d9c, #8faaf1);
}

.solution_collaps .card .card-header h5 a i {
  display: inline-block;
  font-style: normal;
  position: absolute;
  right: 20px;
  line-height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgb(255 255 255 / 18%);
    border: none;
    border-radius: 0;
}
.solution_collaps .card .card-header h5 a i + i {
  display: none;
}

.solution_collaps .card .card-header h5 .collapsed i {
  display: none;
}

.solution_collaps .card .card-header h5 .collapsed i + i {
  display: inline-block;
}

}

.solution_collaps .card .card-body p {
  font-size: 17px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

/* End Service Solution Area css
============================================================================================ */
/* Elements Page Area css
============================================================================================ */
.elements_title {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #7c8d93;
  font-weight: normal;
  padding-bottom: 75px;
}

.buttons_area .more_btn {
  width: 176px;
}
img.size {
    height: auto;
    width: 100%;
}

.buttons_area .submit_btn {
  border: none;
  position: relative;
  width: 158px;
  height: 56px;
  margin-left: 45px;
  cursor: pointer;
  line-height: 56px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.buttons_area .submit_btn:before {
  content: "";
  width: 176px;
  height: 67px;
  border: 2px solid #bee1fe;
  position: absolute;
  left: -8.5px;
  top: -5.5px;
  border-radius: 33px;
}

.buttons_area .submit_btn:focus {
  border: none;
}

.buttons_area .solid_btn {
  margin-left: 40px;
}
.owl-prev {
  display: none;
}
.owl-next {
 display: none;
}
.progress_bar_area .company_skill {
  padding-top: 0px;
}

.progress_bar_area .solution_collaps {
  margin-top: 30px;
}

.element_service {
  padding-top: 0px;
  padding-bottom: 100px;
  border-bottom: 0px;
}

.element_service .elements_title {
  padding-bottom: 65px;
}

.mileston_area {
  padding-bottom: 100px;
  margin-top: 5%;
}

.mileston_area .elements_title {
  padding-bottom: 65px;
}

.mileston_area .col-lg-3 {
  text-align: center;
}

.mileston_item {
  display: inline-block;
  text-align: center;
}

.mileston_item h4 {
  font-size: 72px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: linear-gradient(to right, #5c4d9c, #8faaf1);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ebcfe', endColorstr='#997aff',GradientType=1 );
  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mileston_item h5 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0b1033;
}

/* End Elements Page Area css
============================================================================================ */
/* Best 3d Area css
============================================================================================ */
.best_3d_area {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 887px;
}

.best_3d_area .left_3d {
  width: calc(50% - 160px);
  float: left;
  position: relative;
}

.best_3d_area .left_3d:before {
  content: "";
  background: url(../img/shaope3.png) no-repeat scroll center center;
  background-size: cover;
  min-height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 797px;
  z-index: 1;
}

.best_3d_area .right_text {
  width: calc(50% + 160px);
  float: right;
}

.shap_slider_inner {
  /*max-width: 315px;
  float: right;
  margin-right: 230px;
  margin-top: 300px;*/
  max-width: 315px;
    float: right;
    margin-right: 160px;
    margin-top: 300px;
}

.shap_slider_inner .item {
  color: #fff;
}

.shap_slider_inner .item img {
  width: auto;
}

.shap_slider_inner .item h4 {
  font-size: 24px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.shap_slider_inner .item p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 28px;
  padding: 25px 0px 55px 0px;
}

.shap_slider_inner .item .media {
  vertical-align: middle;
}

.shap_slider_inner .item .media img {
  -ms-flex-item-align: center;
  align-self: center;
}

.shap_slider_inner .item .media .media-body {
  padding-left: 18px;
}

.shap_slider_inner .item .media .media-body h5 {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 28px;
  color: #0b1033;
  padding-bottom: 5px;
}

.shap_slider_inner .item .media .media-body h6 {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.shap_slider_inner .owl-dots {
  text-align: right;
  margin-top: 70px;
}

.shap_slider_inner .owl-dots .owl-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-right: 10px;
}

.shap_slider_inner .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.shap_slider_inner .owl-dots .owl-dot.active {
  background: #000;
}

.text_3d {
  display: inline-block;
  padding-left: 80px;
  padding-top: 150px;
  width: 54%;
  float: left;
  padding-right: 5px;
}

section.tow-div {
    height: auto;
    width: 100%;
    padding: 5% 0%;
} 


.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #5c5c5c;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}


.tow-img img {
    height: auto;
    width: 100%;
    box-shadow: 0px 27px 68px 0px rgb(0 0 0 / 40%);
}
.tow-right h3 {
    background: linear-gradient(to right, #5c4d9c, #8faaf1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    margin-bottom: 2%;
        margin-top: 5%
}

.carousel-control-prev, .carousel-control-next {
        background-color: transparent;
    width: 7vh;
    height: 7vh;
    border-radius: 0%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #000;
}

.tow-right p {
    font-size: 17px;
    color: #888888;
    font-weight: 400;
}

h3.h3-responsive {
    font-size: 80px;
}

div#carousel-example-2 {
    height: auto;
    width: 100%;
    padding: 15% 5%;
}

.touch_details1 img {
    height: auto;
    width: 100%;
        box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.slider-cont p {
    font-size: 20px;
    color: #484848;
    font-weight: 500;
    width: 100%;
        padding: 5% 0%;
}
.slider-img img {
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
}

.text_3d p {
  font-size: 18px;
  line-height: 28px;
  color: #7c8d93;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.shap_mobile {
  padding-top: 85px;
  float: right;
  width: 46%;
  padding-left: 130px;
}

/* End Best 3d Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Button Area css
============================================================================================ */
.more_btn {
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  border: none;
  border-radius: 5px;
      height: auto;
   background: linear-gradient(to right, #5c4d9c, #8faaf1);
    width: 100%;
    padding: 2% 0%;
}

.more_btn:hover {
  background-position: right center;
  color: #fff;
}

.submit_btn {
  background-size: 200% auto;
  z-index: 2;
  width: 176px;
  padding: 0px;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 58px;
  border:none;
  border-radius: 5px;
background: linear-gradient(to right, #5c4d9c, #8faaf1);
}

.submit_btn:hover {
  background-position: right center;
  color: #000;
}

.submit_btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 6px solid rgba(204, 241, 255, 0.5);
}

.solid_btn {
  padding: 0px 53px;
  background: #6fbcfe;
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 55px;
  border: 6px solid rgba(204, 241, 255, 0.5);
  border-radius: 33px;
}

.solid_btn:hover {
  background-position: right center;
  color: #fff;
}

/* Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Get In Touch Area css
============================================================================================ */
.get_in_touch_area {
  padding-top: 100px;
}

.contact_us_form {
    margin-top: 100px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 5% 1%;
}
.contact_us_form .form-group {
  margin-bottom: 5px;
}

.contact_us_form .form-group input {
  height: 50px;
  border: none;
  border-bottom: 2px solid #e1e1e1;
  border-radius: 0px;
  padding: 0px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: black;
}

.contact_us_form .form-group input.placeholder {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group input:-moz-placeholder {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group input::-moz-placeholder {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group input:focus {
  border-image: -moz-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  -webkit-border-image: -webkit-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  border-image: -webkit-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  border-image: -ms-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  border-image-slice: 1;
}

.contact_us_form .form-group textarea {
  height: 200px;
  border: none;
  border-bottom: 2px solid #e1e1e1;
  border-radius: 0px;
  padding: 15px 0px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: black;
  resize: none;
}

.contact_us_form .form-group textarea.placeholder {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group textarea:focus {
  border-image: -moz-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  -webkit-border-image: -webkit-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  border-image: -webkit-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  border-image: -ms-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
  border-image-slice: 1;
}

.contact_us_form .form-group:last-child {
  margin-top: 40px;
}

.touch_details {
  margin-left: 90px;
}

.touch_details p {
  font-size: 15px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  color: #7c8d93;
      font-weight: 500;
}

.touch_details h5 {
  font-size: 18px;
  color: #97ccfe;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: block;
  padding: 50px 0px 20px 0px;
}

.shap_mobile img {
    height: auto;
    width: 100%;
}

.touch_details h4 {
  font-size: 30px;
  color: #0b1033;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

/* End Get In Touch Area css
============================================================================================ */
/* World Map Area css
============================================================================================ */
.world_map_inner {
  text-align: center;
  position: relative;
}

.bd-callout {
  text-align: left;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 550px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  border-left: 8px;
  border-right: 0px;
  border-style: solid;
     border-image: linear-gradient(to bottom, #5f52a0 0%, #8ca5ec 100%);
  border-image-slice: 1;
  border-top: 0px;
  border-bottom: 0px;
  padding: 2% 3%;
}

.bd-callout h3 {
  font-size: 15px;
  color: #0b1033;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-bottom: 15px;
}

.bd-callout p {
  color: #7c8d93;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.bd-callout h4 {
  display: inline-block;
  padding-left: 0px;
}

.bd-callout h4 a {
  display: block;
  color: #7c8d93;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 28px;
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E);
    display: none;
}

/* End World Map Area css
============================================================================================ */
/* Contact Map Area css
============================================================================================ */
.contact_map_area {
  position: relative;
  overflow: hidden;
      height: auto;
    width: 50%;
    display: block;
    margin: auto;
    margin-bottom: 4%;
}

.contact_map_area .mapBox1 {
  min-height: 670px;
}

.contact_map_area .map_location_box {
  position: absolute;
  left: 30px;
  top: 160px;
  width: 100%;
}

.contact_map_area .map_location_box .bd-callout {
  position: relative;
  top: 0px;
  left: 0px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.contact_map_area .map_location_box .bd-callout:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 14px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: -14px;
  top: 0px;
}


.button-holder button {
    height: auto;
    width: 45%;
    padding: 2% 1%;
    font-size: 18px;
    text-transform: capitalize;
       box-shadow: rgb(50 50 93 / 15%) 0px 30px 60px -12px inset, rgb(0 0 0 / 25%) 0px 18px 36px -18px inset;
    background: #fff;
}
/* End Contact Map Area css
============================================================================================ */
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #97ccfe;
  padding-bottom: 10px;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Circle Chart Area css
============================================================================================ */
.circle_chart_area {
  padding: 85px 0px 80px 0px;
}

.circle_progress .circle_progress_inner {
  position: relative;
  max-width: 175px;
  margin: auto;
}

.circle_progress .circle_progress_inner strong {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  text-align: center;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0b1033;
  margin-top: -13px;
}

.circle_progress .circle_progress_inner h4 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #7c8d93;
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  margin-top: 18px;
}

.circle_progress .circle_progress_inner .percentage {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 2px;
  /* Old browsers */
      background: linear-gradient(to right, #9488ff 0%, #7ac9ff 100%);
          box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80cfff', endColorstr='#997aff',GradientType=1 );
  /* IE6-9 */
}



.circle_progress .circle_progress_inner .percentage:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #fff;
}

/* End Circle Chart Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Portfolio Area css
============================================================================================ */
.portfolio_area {
  border-bottom: 2px solid #fff;
}

.portfolio_filter {
  padding: 95px 0px 130px 0px;
}

.portfolio_filter ul li {
  display: inline-block;
  margin-right: 40px;
}

.portfolio_filter ul li a {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #7e8d9c;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.portfolio_filter ul li:last-child {
  margin-right: 0px;
}

.portfolio_filter ul li:hover a, .portfolio_filter ul li.active a {
  color: #0b1033;
}

.wd_25 {
  width: 25%;
}

.wd_50 {
  width: 50%;
}

.ms_portfolio_inner {
  overflow: hidden;
}

.ms_portfolio_inner .ms_p_item {
  float: left;
}

.ms_portfolio_inner .ms_p_item img {
  width: 100%;
}

/* End Portfolio Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Blog Main Area css
============================================================================================ */
.blog_img {
  position: relative;
}

.blog_img .blog_date {
  position: absolute;
  left: 0px;
  top: 40px;
  max-width: 120px;
  width: 100%;
  background: #6fbcfe;
  /* Old browsers */
  
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fbcfe', endColorstr='#9b8aff',GradientType=1 );
  /* IE6-9 */
  text-align: center;
  color: #fff;
  padding: 18px 0px 16px 0px;
   background: linear-gradient(to right, #5c4d9c, #8faaf1);
}

.blog_img .blog_date h4 {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  padding-bottom: 5px;
}

.blog_img .blog_date h5 {
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.blog_text {
  padding: 5% 5%;
}

.blog_text h4 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #0b1033;
  padding-bottom: 5px;
}

.blog_text .blog_author {
  padding-bottom: 30px;
}

.blog_text .blog_author a {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #7c8d93;
  margin-right: 20px;
  position: relative;
}

.blog_text .blog_author a:before {
  content: "|";
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #7c8d93;
}

.blog_text .blog_author a:last-child {
  margin-right: 0px;
}

.blog_text .blog_author a:last-child:before {
  display: none;
}

.blog_text p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 28px;
  color: #7c8d93;
}

.blog_text p + p {
  padding-top: 30px;
}

.blog_text .more_btn {
  margin-top: 45px;
}

.blog_main_item {
  -webkit-box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 100px;
}

.blog_main_item:last-child {
  margin-bottom: 40px;
}

.pagination_area {
  padding-top: 30px;
}

.pagination_area .pagination li {
  margin-right: 10px;
      box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    padding: 1%;
}

.pagination_area .pagination li a {
  border-radius: 0px;
  border: none;
  background: transparent;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #7c8d93;
  padding: 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.pagination_area .pagination li:last-child {
  margin-right: 0px;
}

.pagination_area .pagination li:hover a, .pagination_area .pagination li.active a {
  color: #0b1033;
  background: transparent;
}

.r_widget {
  margin-bottom: 80px;
}

.r_widget:last-child {
  margin-bottom: 0px;
}

.r_w_title {
  padding-bottom: 25px;
}

.r_w_title h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #0b1033;
}

.search_widget .input-group {
  display: block;
  position: relative;
}

.search_widget .input-group input {
  width: 100%;
  display: block;
  border-radius: 0px;
  border-width: 2px;
  border-style: solid;
      border-image: -webkit-linear-gradient( 180deg, #5f53a2 0%, #8ca5ed 100%);
 
  border-image-slice: 1;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  height: 36px;
  padding: 0px;
  line-height: 0px;
  padding-bottom: 24px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  color: #acb6ba;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.search_widget .input-group input.placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.search_widget .input-group input:-moz-placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.search_widget .input-group input::-moz-placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.search_widget .input-group input::-webkit-input-placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.search_widget .input-group .input-group-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
}

.search_widget .input-group .input-group-btn .btn-secondary {
  background: transparent;
  border-radius: 0px;
  padding: 0px;
  border: none;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  margin: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #acb6ba;
  cursor: pointer;
}

.search_widget .input-group .input-group-btn .btn-secondary:hover {
  color: #0b1033;
}

.categories_widget ul li {
  margin-bottom: 10px;
}

.categories_widget ul li a {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #7c8d93;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.categories_widget ul li:last-child {
  margin-bottom: 0px;
}

.categories_widget ul li:hover a {
  color: #70a7e4;
}

.insta_widget ul {
  overflow: hidden;
  margin: -3px;
}

.insta_widget ul li {
  width: calc(100% / 3);
  float: left;
  overflow: hidden;
}

.insta_widget ul li a {
  display: block;
  padding: 3px;
}

.tag_widget ul {
  margin-right: -8px;
  margin-bottom: -12px;
}

.tag_widget ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 12px;
}

.tag_widget ul li a {
  display: inline-block;
  background: #f4f8fc;
  padding: 0px 25px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #7c8d93;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.tag_widget ul li:hover a {
  border-radius: 20px;
  background-image: -moz-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -webkit-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -ms-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  color: #fff;
}

.quote_widget p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #7c8d93;
  line-height: 30px;
  font-size: 15px;
  padding-top: 25px;
}

.s_blog_social {
  padding-bottom: 80px;
  padding-left: 30px;
}

.s_blog_social h3 {
  font-size: 18px;
  color: #0b1033;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
}

.s_blog_social ul {
  display: inline-block;
}

.s_blog_social ul li {
  display: inline-block;
  margin-left: 30px;
}

.s_blog_social ul li a {
  font-size: 17px;
  color: #0b1033;
}

.s_blog_social ul li:first-child {
  margin-left: 40px;
}

.blog_author .media {
  vertical-align: middle;
}

.blog_author .media .d-flex {
  padding-right: 20px;
  -ms-flex-item-align: center;
  align-self: center;
}

.blog_author .media .media-body h4 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-bottom: 25px;
}

.blog_author .media .media-body h4 span {
  color: #7c8d93;
}

.blog_author .media .media-body p {
  font-size: 15px;
  line-height: 28px;
  color: #7c8d93;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.blog_comment h3 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0b1033;
  padding-bottom: 80px;
  padding-top: 80px;
}

.blog_comment .media {
  margin-bottom: 35px;
}

.blog_comment .media .d-flex {
  display: block !important;
  padding: 0px 0px 0px 25px;
  max-width: 144px;
  width: 100%;
}

.blog_comment .media .d-flex h4 {
  color: #0b1033;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding-bottom: 6px;
}

.blog_comment .media .d-flex h5 {
  color: #7c8d93;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: block;
}

.blog_comment .media .media-body {
  padding-left: 20px;
}

.blog_comment .media .media-body p {
  color: #7c8d93;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 15px;
}

.blog_comment .media .media-body a {
  color: #0b1033;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.blog_comment .media:last-child {
  margin-bottom: 0px;
}

.blog_comment_form {
  max-width: 560px;
}

.blog_comment_form h3 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0b1033;
  padding: 75px 0px 55px 0px;
}

.blog_comment_form .contact_us_form {
  margin-top: 0px;
}

.blog_comment_form .contact_us_form .form-group input {
  height: 55px;
}

.blog_comment_form .contact_us_form .form-group:last-child {
  margin-bottom: 0px;
}

/* End Blog Main Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */


em {
    background-image: -webkit-linear-gradient(10deg, #b1abdb 0%, #ddb5db 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer {
  background-image: url(../img/footer-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  /*margin-top: 130px;*/
  margin-top: 0px;
  padding-top: 300px;
  padding-bottom: 60px;
}

footer .section-heading {
  margin-bottom: 45px;
}

footer .section-heading h4 {
  line-height: 45px;
  color: #fff;
  margin-left: 13%;
  margin-right: 13%;
  text-align: center;
}

footer #search {
  margin-bottom: 80px;
}

footer #search input::placeholder {
  color: #fff;
}

footer #search input {
  font-size: 15px;
  color: white;
  outline: none;
  height: 46px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid white;
  width: 100%;
}

footer #search button {
    height: 46px;
    border-radius: 23px;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    width: 100%;
    transition: all .5s;
}

footer #search button:hover {
  background-color: #000;
  color: #fff;
  border-color: black;
}

.footer-widget .logo img {
  filter: invert(1);
    margin-bottom: 30px;
    margin-top: 15px;
    width:  100%;
}

.footer-widget h4 {
  font-size: 20px;
  color: white;
  font-weight: 700;
  margin-bottom: 0px;
  padding: 4% 0%;
    border-bottom: dashed 2px #ffffff3b;
}


.footer-widget p {
  margin-bottom: 15px;
      font-weight: 500;
}

.footer-widget p,
.footer-widget p a {
  color: white;
}
button.owl-prev {
  border: none;
}
button.owl-next {
  border: none;
} 
.footer-widget ul {
  display: inline;
  max-width: 40%;
  margin-right: 10%;
}

.footer-widget ul li {
  margin-bottom: 0px;
}

.footer-widget ul li:last-child {
  margin-bottom: 0px;
}

.footer-widget ul li a {
  font-size: 15px;
  color: white;
  transition: all .3s;;
}

.footer-widget a:hover {
  opacity: 0.75;
}

footer .copyright-text p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #000;
}

footer p a {
  color: #000;
  transition: all .5s;
}

footer p a:hover {
  opacity: 0.75;
  color: #fff;
}
button.btn-tx {
    height: auto;
    width: 25%;
    margin-bottom: 2%;
    border: none;
    padding: 1% 0%;
    font-size: 18px;
    border-radius: 7px;
    background: linear-gradient(to right, #5c4d9c, #8faaf1);
    color: #fff;
}
@media only screen and (max-width: 600px) {
  .services .naccs .menu div {
    color: #2a2a2a;
    margin: 0px;
    width: 24%;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 15px;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .services ul.nacc li.active {
    transition-delay: 0.3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    background-color: #fff;
    border-radius: 15px;
    padding: 5% 5%;
  }
  .services ul.nacc li .right-image img {
    max-width: 420px;
    float: right;
    height: auto;
    width: 100%;
}

.main_menu_area .navbar .navbar-nav li a {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: .65px;
    padding: 0px;
    line-height: 100px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}
button.btn-tx {
    height: auto;
    width: 50%;
    margin-bottom: 2%;
    border: none;
    background: #f3c700;
    padding: 1% 0%;
    font-size: 18px;
    border-radius: 7px;
}
}

@media only screen and (max-width: 1199px) {
  a.nav-brand img {
    height: 55px;
}
  .nav-menu > li > a {
    font-size: 16px;
}
}

@media only screen and (max-width: 1024px) {
  .slider-img img {
    width: 75%;
}
  a.nav-brand img {
    height: 45px;
}
  .nav-menu > li > a {
    font-size: 14px;
}
.banner_inner_text h2{
  font-size: 58px;
}
}

@media only screen and (max-width:  991px){
  .megamenu-panel {
    width: 100%;
}
.team_people_area {
    padding: 7% 0% !important;
}
.service-logo {
    top:  10% !important;
    width: 80px !important;
    height: 80px !important;
}

.tow-right h3 {
    font-size: 28px;
}
.tow-right p {
    font-size: 15px;
}
.text_3d p {
    font-size: 16px;
}
.team_people_text p {
    font-size: 16px;
    line-height: 28px;
}
.footer-widget .logo img {
    width: 50%;
}
.service-logo img {
    height: 45px !important;
}

}

@media only screen and (max-width:  767px){
  a.nav-brand img {
    height: 50px;
}
.tow-right {
    text-align: center;
}
.text_3d {
    text-align: center;
}
.touch_details{
  text-align: center;
}
.banner_inner_text{
  text-align: center;
}
.banner_inner_text h2 {
    font-size: 48px;
}
.banner_inner_text p{
  font-size: 18px;
}
.challange_text_inner {
    text-align: center;
}
.l_title {
    text-align: center;
}
.team_people_text p {
    text-align: center;
}
.service{
  text-align: center;
}
.services .icon img {
    margin: 0px;
    max-width: 26px;
    min-width: 40px;
}
.services .naccs .menu div .thumb{
  padding: 5px;
}
.service-logo {
    top: 15% !important;
    left: 40% !important;
}
.taxi:before{
  background: none;
}
}


@media only screen and (max-width:  479px){
 .navigation-portrait .nav-search-button {
    width: 10px;
    height: 10px;
}
a.nav-brand img {
    height: 50px;
}
.banner_inner_text h2 {
    font-size: 36px !important;
}
button.btn-tx{
  width: 50% !important;
}
}


@media only screen and (max-width:  320px){
  a.nav-brand img {
    height: 35px;
}
 .navigation-portrait .nav-menus-wrapper{
  width: 100%;
 }
 .nav-toggle {
    width: 30px;
    height: 30px;
    top: 20%;
     margin-top: 0px; 

}
.slider-cont p {
    font-size: 14px !important;
    line-height: 24px;
}
h1.text-ani:before{
  line-height: normal;
}
p.chng-p {
    font-size: 16px;
    line-height: 24px;
}
.tow-img img{
  box-shadow: 0px 0px 68px 0px rgb(0 0 0 / 40%);
}

.tow-right h3 {
    font-size: 24px;
}
.text_3d p {
    font-size: 14px;
}
.mileston_item h4{
  font-size: 44px;
}
.challange_text_inner p{
      font-size: 14px;
    line-height: 27px;
}

.banner_inner_text h2{
  font-size: 32px !important;
}

.l_title h2{
  font-size: 28px !important;
}
.team_people_text p {
    font-size: 14px;
    line-height: 26px;
}
.s_solution_item p{
  font-size: 14px;
  line-height: 24px;
}
.taxi-title h1{
  font-size: 36px;
}
.solution_collaps .card .card-header h5 a{
  font-size: 16px !important;
}
.footer-widget .logo img{
  width: 100%;
}
.service-logo {
    top: 18% !important;
    left: 40% !important;
    width: 70px !important;
    height: 70px !important;
}
}



/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */





@media (max-width: 1750px){
    .best_3d_area .left_3d::before {
        background-size: contain;
        width: 100%;
    }
}


@media (max-width: 1520px){
    .shap_mobile {
        padding-left: 80px;
        width: 38%;
        padding-top: 60px;
    }
    .text_3d {
        width: 62%;
        padding-top: 100px;
    }
    .shap_mobile img{
        max-width: 100%;
    }
    .best_3d_area {
        min-height: auto;
    }
    .shap_slider_inner {
        margin-right: 114px;
        margin-top: 226px;
    }
    .shap_slider_inner .owl-dots {
        margin-top: 6px;
        margin-right: 55px;
    }
}


@media (max-width: 1300px){
    .shap_slider_inner {
        margin-right: 12px;
    }
    .shap_slider_inner .owl-dots {
        margin-right: 126px;
    }
}


@media (max-width: 1230px){
    .best_3d_area .left_3d {
        width: 100%;
        float: none;
    }
    .best_3d_area .left_3d::before {
	    display: none;
    }
    .shap_slider_inner .item {
        color: #0b1033;
    }
    .shap_slider_inner .item p {
        color: #7c8d93;
    }
    .best_3d_area {
        display: block;
    }
    .best_3d_area .right_text {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .shap_slider_inner {
        max-width: 500px;
        float: none;
        margin: 40px auto 0px;
    }
    .shap_slider_inner .owl-dots .owl-dot {
        background: #000;
    }
}


@media (max-width: 1199px){
    .team_people_text ul li {
        width: calc(100% / 1);
        float: none;
        margin-bottom: 15px;
    }
    .team_people_text ul li:nth-child(2n) {
        padding-left: 0px;
    }
    .team_people_text p {
        padding-bottom: 24px;
    }
    .get_in_touch_area .touch_details {
        margin-left: 0px;
    }
    .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .single_img {
        display: none;
    }
}


@media (max-width: 991px){
    .main_menu_area {
        padding: 15px 15px;
    }
    .navbar-light .navbar-brand {
        padding: 20px 0px 20px 15px;
    }
    .main_menu_area .navbar .navbar-nav li {
        display: block;
        margin-right: 0px;
    }
    .main_menu_area .navbar .navbar-nav li a {
        display: block;
        line-height: 50px;
        padding: 0px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .05);
    }
    .main_menu_area .navbar .navbar-nav li:hover a, .main_menu_area .navbar .navbar-nav li.active a {
        color: #97ccfe;
    }
    .main_menu_area .navbar .navbar-nav li a:focus{
        color: #97ccfe;
    }
    .main_menu_area .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #97ccfe;
    }
    .main_menu_area .navbar .navbar-nav {
        display: block;
        text-align: left;
    }
    .main_menu_area .navbar .navbar-collapse {
        background: rgba(0, 0, 0, 1);
        max-height: 306px;
        overflow-y: scroll;
    }
    .main_menu_area .navbar .navbar-toggler {
        padding: 0px 15px 0px 0px;
        cursor: pointer;
    }
    .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu {
        background: transparent;
        border: none;
        margin: 0px;
        padding: 0px;
    }
    .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
        line-height: 50px;
        padding: 0px 20px;
    }
    .text_3d {
        padding-left: 15px;
    }
    .team_people_text {
        max-width: 540px;
        float: none;
        margin: auto;
    }
    .team_img_inner {
        max-width: 591px;
        margin: 30px auto -20px;
    }
    .touch_details {
        margin-left: 0px;
        margin-top: 60px;
    }
    .contact_us_form {
        margin-top: 0px;
    }
    .footer_widget_inner .col-sm-6{
        margin-bottom: 30px;
    }
    .footer_widget_inner .col-sm-6:last-child{
        margin-bottom: 0px;
    }
    .footer_widget_area {
        padding: 100px 0px 100px 0px;
    }
    .challange_text_inner {
        max-width: 545px;
        float: none;
        margin: auto;
    }
    .challange_img {
       display: block;
        margin-top: 50px;
    }
    .testimonials_slider::before {
        display: none;
    }
    .testimonials_slider .owl-dots .owl-dot {
        background: #0b1033;
    }
    .testimonials_slider .owl-dots .owl-dot.active {
        background: #97ccfe;
    }
    .testimonials_area {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .company_skill {
        padding-top: 40px;
    }
    .circle_progress .circle_progress_inner {
        margin-bottom: 30px;
    }
    .circle_chart_area .row{
        margin-bottom: -30px;
    }
    .service_solution_area::before {
        opacity: 1;
    }
    .blog_right_sidebar{
        max-width: 100%;
        margin-top: 100px;
    }
    .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
}


@media (max-width: 767px){
    .shap_mobile {
        display: none;
    }
    .talk_text a {
        font-size: 38px;
    }
    .talk_text h4 {
        font-size: 38px;
    }
    .text_3d {
        width: 100%;
        padding-top: 100px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .best_3d_area {
       padding: 0px 15px;
    }
    .shap_slider_inner .owl-dots {
        margin-right: 0;
        text-align: center;
    }
    .bd-callout {
        left: 0px;
        padding: 30px 15px;
        max-width: 100%;
    }
    .bd-callout h4 {
        display: block;
        padding-left: 0px;
        padding-top: 10px;
    }
    .blog_img .blog_date {
        position: relative;
        left: 30px;
        top: 22px;
    }
    .buttons_area .submit_btn {
        margin-left: 8px;
        display: block;
        margin-top: 20px;
    }
    .buttons_area .more_btn{
        margin-bottom: 20px;
    }
    .slider-cont h1 {
    font-size: 60px;
    margin-top: 25%;
    text-align: center;
}
.slider-cont p {
    font-size: 18px;
    color: #5e5e5e;
    font-weight: 500;
    text-align: center;
}
.carousel-control-prev, .carousel-control-next {
    background-color: transparent;
    width: 5vh;
    height: 5vh;
    border-radius: 0%;
    top: 50%;
    transform: translateY(-50%);
}
button.main-btn {
    height: auto;
    width: 55%;
    padding: 2% 0%;
    border: none;
    background: #fff;
    box-shadow: rgb(100 100 111 / 50%) 0px 7px 29px 0px;
    color: #6e6ab3;
    font-size: 19px;
    font-weight: 600;
    border-radius: 5px;
    display: block;
    margin: auto;
}
.slider-cont h1 {
    font-size: 35px;
    margin-top: 25%;
    text-align: center;
    text-align: center;
    display: block;
    margin: 23% 0% auto;
}

}


@media (max-width: 575px){
    .team_img_inner .team_img_item img {
        max-width: 100%;
        display: block;
        margin: auto;
    }
    .bd-callout {
        position: relative;
        transform: translateY(0%);
        margin: auto;
    }
    .footer_widget_inner{
        max-width: 320px;
        margin: auto;
    }
    .footer_copyright{
        text-align: center;
    }
    .banner_area::before {
        max-width: 100%;
        background-size: cover;
    }
    .banner_inner_text {
        padding-top: 150px;
        padding-bottom: 9%;
    }
    .banner_inner_text:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #ced0e0;
    left: 0px;
    bottom: 0px;
}
    .banner_inner_text h2 {
        font-size: 50px;
    }
    .banner_inner_text p {
        font-size: 20px;
    }
    .challange_text_inner p {
        padding-right: 0px;
    }
    .talk_area {
        padding: 80px 0px 80px 0px;
    }
    .talk_text h4 {
        font-size: 26px;
        padding-bottom: 16px;
    }
    .talk_text a {
        font-size: 20px;
    }
    .portfolio_filter {
        padding: 95px 0px 50px 0px;
    }
    .s_blog_social ul li:first-child {
        margin-left: 15px;
    }
    .s_blog_social ul li {
        margin-left: 15px;
    }
    .mileston_item {
        text-align: center;
    }
    .elements_title {
        text-align: center;
    }
    .footer-widget h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 1% 0%;
}
.footer-widget ul li {
    margin-bottom: 0px;
}
.footer-widget .logo img {
    margin-bottom: 30px;
    display: block;
}
.banner_inner_text h2 {
    font-size: 50px;
}
.banner_inner_text p {
    font-size: 15px;
    line-height: 22px;
    color: #2e2e2e;
}
/*a.nav-brand img {
    height: 35px;
}*/

.slider-img img {
    height: auto;
    width: 60%;
    display: block;
    margin: auto;
    margin-top: 20%;
}
button.btn-tx {
    height: auto;
    width: 50%;
    margin-bottom: 2%;
    border: none;
    background: #f3c700;
    background: #fff;
    padding: 1% 0%;
    font-size: 18px;
    border-radius: 7px;
    display: block;
    margin: auto;
    color: #000;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.testimonials_slider .owl-item.center h3 {
    color: #000;
}
footer #search input {
    font-size: 15px;
    color: #000;
    outline: none;
    height: 46px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid white;
    width: 100%;
    margin-bottom: 5%;
}
.contact_map_area {
  position: relative;
  overflow: hidden;
      height: auto;
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 4%;
}
.contact_map_area .map_location_box {
    position: absolute;
    left: 0px;
    top: 160px;
    width: 100%;
}
}


@media (max-width: 480px){
    .l_title h2 {
        font-size: 32px;
    }
    .c_title h2 {
        font-size: 32px;
    }
    .blog_text {
        padding: 40px 15px 65px 15px;
    }
    .blog_img .blog_date {
        left: 15px;
    }
    .s_blog_social {
        padding-left: 15px;
    }
    .blog_author .media {
        display: block;
    }
    .blog_author .media .d-flex {
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .blog_comment .media {
        display: block;
    }
    .blog_comment .media .d-flex {
        display: block !important;
        padding: 20px 0px 0px 0px;
    }
    .blog_comment .media .media-body {
        padding-left: 0px;
        padding-top: 20px;
    }
    .blog_comment h3 {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .buttons_area .solid_btn {
        margin-left: 0px;
        display: inline-block;
    }
    .contact_map_area .mapBox1 {
        min-height: 575px;
    }
}