* {
  padding: 0;.page-title.about
  margin: 0;
}

@font-face {
  font-family: ProximaNova;src: url("../fonts/ProximaNova-Black.ttf");
}

@font-face {
  font-family: ProximaNovabold;src: url("../fonts/ProximaNova-Bold.ttf");
}

@font-face {
  font-family: ProximaNovaxbold;src: url("../fonts/ProximaNova-Extrabld.ttf");
}

@font-face {
  font-family: ProximaNovalight;src: url("../fonts/ProximaNova-Light.ttf");
}

@font-face {
  font-family: ProximaNovareg;src: url("../fonts/ProximaNova-Regular.ttf");
}

@font-face {
  font-family: ProximaNovasembold;src: url("../fonts/ProximaNova-Semibold.ttf");
}

@font-face {
  font-family: ProximaNovathin;src: url("../fonts/ProximaNovaT-Thin.ttf");
}

.team_bx {
  width: 100% !important;
  margin-bottom: 30px;
}

.nw_menu_main_menu nav ul {
  padding: 0;
  text-align: center;
  margin: 0;
  list-style: none;
  position: relative;
}

.nw_menu_main_menu nav ul li {
  display: inline-block;
  padding: 10px 0;
}

.nw_menu_main_menu nav ul li a {
  color: #fff;
}

.nw_menu_main_menu nav a {
  display: block;
  padding: 10px 5px;
  font-size: 16px;
  text-decoration: none;
}

.nw_menu_main_menu ul li a i {
  color: #fff;
  font-size: 20px;
  margin-top: -3px;
}

.nw_menu_main_menu ul li a {
  padding: 8px 10px !important;
  font-size: 16px;
}

.nw_menu_main_menu nav ul ul {
  display: none;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 123456789;
}

.nw_menu_main_menu nav ul li:hover>ul {
  display: inherit;
  animation-name: zoomIn;
  animation-duration: .4s;
}

.nw_menu_main_menu nav ul ul li {
  width: 15%;
  float: none;
  margin: 0;
  position: relative;
  display: inline-block;
}

.nw_menu_main_menu nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 230px;
}

.nw_menu_main_menu nav ul ul li {
  border: 0 solid #000;
}

.nw_menu_main_menu nav ul ul {
  text-align: center;
}

.nw_menu_main_menu nav ul ul li img {
    width: 50px;
    margin: 2px auto 5px auto;
    display: block;
    padding: 8px;
}

.nw_menu_main_menu nav ul ul {
  padding: 20px 0;
}

.nw_menu_main_menu nav ul ul li {
    border: 1px solid #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #fff;
    transition: .2s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.nw_menu_main_menu nav ul ul li a {
    font-size: 13px;
    color: #000;
    padding: 0;
    font-weight: 600;
    line-height: 1.1;
}

.nw_menu_main_menu nav ul ul li:hover {
  border: none;
  box-shadow: 0 5px 6px 1px rgb(0 0 0 / 20%);
}

.nw_menu_main_menu nav ul ul li:hover a {
  color: #000;
}

.nw_menu_main_menu {
  width: 100%;
  position: absolute;
  z-index: 12;
}

.nw_sl {
  width: 100%;
  padding: 100px 0px 5px 0px;
  position: relative;
  height: 100vh;
}

.nw_sl_lft {
  text-align: right;
  padding-top: 150px;
}

.nw_sl_lft img {
  width: 100%;
  height: auto;
  max-width: 500px;
  padding-left: 100px;
}

.nw_sl_lft .text {
  position: relative;
  width: auto;
  text-align: left;
  left: 10%;
  margin-left: 0px;
  height: auto;
  top: 0%;
  margin-top: 0px;
  z-index: 123;
}

p.textp {
  font-size: 80px;
  font-weight: 900;
  color: #fff;
}

p.textp2 {
  font-size: 90px;
  font-weight: 900;
  padding-top: 0px;
}

.nw_sl_lft p {
  vertical-align: top;
  margin: 0;
  text-align: left;
}

.nw_sl_lft .word {
  position: absolute;
  width: auto;
  opacity: 0;
}

.nw_sl_lft .letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.nw_sl_lft .letter.out {
  transform: rotateX(90deg);
  color: #fff;
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  background: #fff;
}

.nw_sl_lft .letter.behind {
  transform: rotateX(-90deg);
}

.nw_sl_lft .letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nw_sl_lft .wisteria {
  color: #fff;
  font-size: 50px;
  margin-top: 65px;
}

.nw_sl_lft .nw_sl_lft .belize {
  color: #fff;
}

.nw_sl_lft .pomegranate {
  color: #fff;
  font-size: 50px;
  margin-top: 65px;
}

.nw_sl_lft .green {
  color: #fff;
}

.nw_sl_lft .midnight {
  color: #fff;
  font-size: 50px;
  margin-top: 65px;
}

@-webkit-keyframes tipsy {
  0 {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }

  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

@keyframes tipsy {
  0 {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }

  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

p.textp {
  padding: 0px 10px;
  font-size: 55px;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -3px;
  margin: 0;
}

p.textp:before,
p.textp:after {
  content: '';
  padding: 60px 1.4em;
  position: absolute;
  left: 12%;
  width: 25%;
  top: 55px;
  display: block;
  border: 15px solid #fff;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  -webkit-animation: 10s infinite alternate ease-in-out tipsy;
  animation: 10s infinite alternate ease-in-out tipsy;
}

p.textp:before {
  border-color: #fff #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  z-index: -1;
}

p.textp:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff;
  box-shadow: 25px 25px 25px rgba(46, 46, 49, .8);
}

#geo-globe {
  padding-top: 0!important;
}

@media screen and (min-width:768px) and (max-width: 1023px) {
  
  .nw_sl {
    width: 100%;
    padding: 60px 0px 5px 0px;
  }

  .nw_sl_lft img {
    width: 100%;
    height: auto;
    max-width: initial;
    padding-left: 0;
    margin-top: 145px;
  }

  .nw_sl_lft {
    text-align: left;
  }

  p.textp {
    font-size: 80px;
    padding: 0px 20px;
  }

  p.textp:before, p.textp:after {
    padding: 45px 70px;
    position: absolute;
    left: 10%;
    width: 25%;
    top: 55px;
  }

  p.textp2 {
    font-size: 90px;
    font-weight: 900;
    padding-top: 0px;
    padding-left: 60px;
  }

  .slider_left {
    padding-top: 30% !important;
  }

  .nw_sl_lft {
    text-align: right;
    padding-top: 50px;
  }

  .nw_sl_lft p {
    display: inline-block;
  }
}

@media screen and (min-width:320px) and (max-width: 767px) {
  .nw_sl {
    width: 100%;
    padding: 60px 0px 5px 0px;
  }
  .logo img {
    width: 100%;
    max-width: 175px!important;
    margin-top: 15px;
}
  .progress-content h2:after {
    display: none;
  }
  .countr-bg {
    background: #de7503!important;
    box-shadow: 11px 11px 38px rgb(0 0 0 / 54%);
    margin: 0 auto!important;
    width: 100%;
    right: 0px!important;
    position: relative!important;
     }
  .joinus h2 {
    color: #000;
    text-align: center!important;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    }
  .hidden-xs{
    display: none;
  }
  .nw_sl_lft .pomegranate {
    color:#fff;
    margin-top: 20px;
    font-size: 26px;
  }
.nw_sl_lft .midnight {
    color: #fff;
    margin-top: 20px;
    font-size: 26px;
 }
 .nw_sl_lft .wisteria{
    color: #fff;
    margin-top: 20px;
    font-size: 26px;
 }

  .nw_sl_lft img {
    width: 100%;
    height: auto;
    max-width: initial;
    padding-left: 0;
    margin-top: 145px;
  }

  .nw_sl_lft {
    text-align: left;
  }

  p.textp {
    font-size: 30px;
    padding: 0px 49px;
  }

  p.textp:before, p.textp:after {
    padding: 35px 30px 35px 45px;
    position: absolute;
    left: 20%;
    width: 25%;
    top: 40px;
  }

  p.textp2 {
    font-size: 48px;
    font-weight: 900;
    padding-top: 5px;
    padding-left: 15px;
  }

  .slider_left {
    padding-top: 35% !important;
  }

  #geo-globe {
    padding-top: 0%!important;
  }

  .nw_sl_lft p {
    display: inline-block;
  }

  #geo-globe canvas {
    height: auto!important;
  }

  .slider_left h1 {
    font-size: 21px!important;
  }

  .nw_sl_lft {
    text-align: left;
    padding-top: 75px;
  }

  .nw_sl_lft .text {
    left: 0px;
  }

  .scrolldown-arw {
    top: 65vh!important;
  }
}

@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 640px) 
                   and (orientation: landscape) {
  .slider_left {
    padding-top: 60% !important;
  }

  .nw_sl_lft {
    display: none;
  }
}

.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

h1,h2,h3,h4,h5,h6 {
  color: #000;
  font-family: ProximaNovaxbold;
}

p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify!important;
  font-family: ProximaNovareg;
  margin-bottom: 10px;
  text-align: center;
}
.section-padding40 {
    padding-top: 50px;
    padding-bottom: 10px;
}

a {
  text-decoration: none;
}

.clear_all {
  clear: both;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fd972e;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  display: block;
  text-decoration: none;
  display: none;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 999;
  cursor: pointer;
  z-index: 9999;
  -webkit-box-shadow: -4px 1px 7px 0 rgba(84,84,84,.35);
  -moz-box-shadow: -4px 1px 7px 0 rgba(84,84,84,.35);
  box-shadow: -1px 1px 5px 0 rgba(84,84,84,.35);
}

#return-to-top i {
  color: #000;
  margin: 0;
  position: relative;
  left: 14px;
  top: 12px;
  font-size: 19px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#return-to-top:hover {
  background: #000;
  border: 1px solid #fd972e;
}

#return-to-top:hover i {
  color: #fd972e;
  top: 5px;
}

a:focus,button:focus,input:focus,textarea:focus {
  outline: 0;
}

.header {
  width: 100%;
  height: auto;
  background: #fff;
  position: absolute;
  padding: 0 20px;
}

.main_menu222 {
  width: 100%;
}

.sticky {
  animation-name: fadeInDown;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-duration: .7s;
  background-color: #000;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999999999;
}

.alx-canvas {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
}

.logo {
  width: 100%;
  position: relative;
  z-index: 12;
}

.logo img {
  width: 100%;
  max-width: 300px;
  margin-top: 15px;
}

.main_menu {
  width: 100%;
  position: absolute;
  z-index: 12;
  margin-top: 15px;
}

.bg-dark {
  background-color: transparent!important;
}

.navbar-dark .navbar-brand {
  color: #333;
}

.navbar-brand {
  display: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
  color: #000;
}

.navbar {
  float: right;
}

.side_nav {
  width: 100%;
  position: absolute;
  z-index: 12;
}

.side_nav button {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  padding: 0;
  display: block;
  background-color: #009ac9;
  border: 1px solid transparent;
  color: #000;
  font-weight: 300;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.side_nav button:hover {
  background-color: #000;
  color: #009ac9;
  border-color: #009ac9;
}

.overlay {
  position: fixed;
  z-index: 1234;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  padding: 30px;
}

.overlay nav {
  text-align: left;
  position: relative;
  top: 40%;
  height: 60%;
  left: 5%;
  font-size: 54px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 75px;
  top: 25px;
  overflow: hidden;
  border: none;
  background: url(../images/cross-out.svg) no-repeat center center;
  text-indent: 200%;
  outline: 0;
  color: transparent;
  z-index: 100;
}

.overlay-effect {
  opacity: 0;
  visibility: hidden;
  transition: opacity .1s,visibility 0s .1s;
}

.overlay-effect.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}

.overlay-effect nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.overlay-effect nav ul {
  opacity: .4;
}

.overlay-effect.open nav ul {
  opacity: 1;
}

.side_nav img {
  width: 30px;
  margin-top: 32px;
  cursor: pointer;
}

.side_nav {
  width: 100%;
  position: absolute;
  z-index: 12;
  text-align: center;
}

.navigation {
  max-width: 300px;
  min-height: auto;
}

.menu {
  position: relative;
}

.menu>li {
  padding: 8px 15px;
  transition: background-color .3s;
}

.menu>li a:hover {
  color: #de7503;
}

.menu>li:hover:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
}

.menu>li:hover>ul {
  opacity: 1;
  pointer-events: all;
}

.menu>li>ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 800px;
  min-width: 100%;
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

.menu>li>ul ul {
  margin: 10px 0;
  font-size: 90%;
  font-weight: 400;
  min-height: 150px;
}

.menu>li>ul li {
  margin-bottom: 10px;
  width: 33%;
  float: left;
}

.menu a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 29px;
  text-transform: uppercase;
  font-family: ProximaNovaxbold;
}

.menu img {
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 5px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main_menu2 {
  width: 100%;
  height: auto;
}

.menu>li>ul ul li a {
  font-size: 14px;
  font-weight: 200;
  font-family: ProximaNovareg;
  text-transform: capitalize;
}

.menu>li>ul ul li {
  display: block;
  width: 100%;
}

.menu>li>ul li a {
  font-family: ProximaNovasembold;
  font-size: 18px;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-nav li {
  border: 2px solid #000;
  border-color: transparent;
  padding: 10px 0;
}

.navbar-nav li:nth-child(7) {
  border: 2px solid #de7503;
  border-radius: 10px;
  background: #de7503;
}

.navbar-nav li:nth-child(7) a {
  color: #000!important;
}

.main_menu .navss ul li a {
  text-decoration: none;
  padding: .5rem 0;
  padding-right: 15px;
  color: #000;
  padding-left: 15px;
}

.slider {
  width: 100%;
  height: 100vh;
  position: relative;
  background: linear-gradient(
      217deg,
      rgb(68 147 66),
      rgba(255, 0, 0, 0) 70.71%
    ), linear-gradient(127deg, rgb(193 246 237), rgba(0, 255, 0, 0) 70.71%),
    linear-gradient(336deg, rgb(46 175 125), rgba(0, 0, 255, 0) 70.71%);
}

#geo-globe canvas {
  max-width: 100%;
  margin: 0 auto 0;
  display: block;
}

#geo-globe {
  padding-top: 30%;
}

.slider_left {
  padding-top: 30%;
}

.slider_left h1 {
  font-family: ProximaNovathin;
  font-size: 46px;
  color: #000;
}

.slider_left h1 span {
  font-family: ProximaNovaxbold;
  text-transform: capitalize;
}

.block-reveal {
  display: inline-flex;
  flex-direction: column;
  position: relative;
}

.block-reveal__line {
  display: grid;
  justify-items: flex-start;
  position: relative;
}

.block-reveal__block {
  background: #639;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  display: inline-block;
}

.block-reveal__word {
  font-size: 2.75rem;
  display: inline-block;
  font-weight: 700;
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  padding: 0 5px;
}

.block-reveal__line:nth-of-type(1) .block-reveal__block {
  background: #de7503;
}

.block-reveal__line h1 {
  text-transform: uppercase;
}

#zodiac {
  width: 100%;
  height: 100%;
}

#canvas-effects {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: -1;
}

.services {
    width: 100%;
    padding: 20px 0;
    position: relative;
       background: linear-gradient( 217deg, rgb(68 147 66), rgba(255, 0, 0, 0) 70.71% ), linear-gradient(127deg, rgb(193 246 237), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgb(46 175 125), rgba(0, 0, 255, 0) 70.71%);
    height: auto;
    display: inline-block;
}

.services_title {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 40px;
}

.services_title h4 {
  margin: 0;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  width: 100%;
  text-transform: uppercase;
}

.services_title h1 {
  font-size: 46px!important;
  margin: 5px 0 0 0;
  text-align: center;
  font-family: ProximaNovaxbold;
  font-weight: 900;
  text-transform: uppercase;
  color: hsla(0,0%,93.3%,.925);
}

.services_bx {
  width: 100%;
  position: relative;
  box-shadow: 0 0 50px rgba(0,0,0,.19);
  padding: 25px 5px 30px 5px;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 5px;
  background: #fff;
  background-image: url(../images/h1-pattern-img-2.png);
  background-position: center;
}

.services_bx h3 {
  font-size: 17px;
  margin: 5px 0;
}

.services_bx h3 {
  font-weight: 400;
  margin: 0 0 5px 0;
}

.services_bx p {
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 5px;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
}

.services_bx a.box2 {
  color: #333;
  display: block;
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.content2 {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding: 0;
  z-index: 2;
  height: 3em;
  transition: all .3s ease;
}

.services_bx a:hover .content2 {
  height: 4em;
  transition: all .3s ease;
}

.services_bx:hover p {
  height: 3em;
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
  height: 5em;
}

.link2 {
  height: 1.5em;
  line-height: 1.5;
  transition: all .3s ease;
  display: block;
  font-size: .85em;
  font-style: italic;
}

.services_bx a:hover .link2 {
  transition: all .2s ease;
}

.services_bx img {
  width: 50px;
  margin-bottom: 20px;
}

.services_bx a {
  text-decoration: none;
}

.edgtf-btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  outline: 0;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 300;
  text-transform: capitalize;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: .3s cubic-bezier(.08,.8,0,.84);
  -moz-transition: .3s cubic-bezier(.08,.8,0,.84);
  transition: .3s cubic-bezier(.08,.8,0,.84);
  padding: 17px 63px 18px;
}

.edgtf-btn.edgtf-btn-simple {
  padding: 0!important;
  color: #4c4c4c;
  background-color: transparent;
  border: 0;
  vertical-align: middle;
}

.edgtf-btn.edgtf-btn-simple .edgtf-btn-text {
  display: inline-block;
  vertical-align: middle;
}

.edgtf-btn.edgtf-btn-simple:not(.edgtf-btn-custom-hover-color):hover {
  color: #202020!important;
}

.edgtf-btn.edgtf-btn-simple:not(.edgtf-btn-custom-hover-bg):hover {
  background-color: transparent!important;
}

.edgtf-btn.edgtf-btn-simple:not(.edgtf-btn-custom-border-hover):hover {
  border-color: transparent!important;
}

.edgtf-btn.edgtf-btn-simple.edgtf-btn-with-arrow .edgtf-btn-arrow svg {
  vertical-align: middle;
}

.edgtf-btn.edgtf-btn-simple.edgtf-btn-with-arrow .edgtf-btn-arrow polyline {
  stroke: currentColor;
}

.edgtf-btn.edgtf-btn-simple.edgtf-btn-with-arrow:not(.edgtf-btn-text-on-hover) .edgtf-btn-arrow {
  display: inline-block;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: -webkit-transform .3s cubic-bezier(.86,0,.07,1);
  -moz-transition: -moz-transform .3s cubic-bezier(.86,0,.07,1);
  transition: transform .3s cubic-bezier(.86,0,.07,1);
}

.edgtf-btn.edgtf-btn-simple.edgtf-btn-with-arrow:not(.edgtf-btn-text-on-hover):hover .edgtf-btn-arrow {
  -webkit-transform: translate3d(5px,0,0);
  -moz-transform: translate3d(5px,0,0);
  transform: translate3d(5px,0,0);
}

.edgtf-btn.edgtf-btn-simple.edgtf-btn-text-on-hover {
  overflow: hidden;
  vertical-align: middle;
  -webkit-transition: .3s .15s;
  -moz-transition: .3s .15s;
  transition: .3s .15s;
}

.edgtf-btn.edgtf-btn-simple.edgtf-btn-text-on-hover .edgtf-btn-text {
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translate3d(-100%,0,0);
  -moz-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  -webkit-transition: .4s cubic-bezier(.86,0,.07,1);
  -moz-transition: .4s cubic-bezier(.86,0,.07,1);
  transition: .4s cubic-bezier(.86,0,.07,1);
}

.edgtf-btn.edgtf-btn-simple.edgtf-btn-text-on-hover .edgtf-btn-arrow {
  right: 0;
  top: 0;
}

.edgtf-btn.edgtf-btn-simple.edgtf-btn-text-on-hover:hover {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.edgtf-btn.edgtf-btn-simple.edgtf-btn-text-on-hover:hover .edgtf-btn-text {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.09,.49,.13,.89) .1s;
  -moz-transition: -moz-transform .4s cubic-bezier(.09,.49,.13,.89) .1s;
  transition: transform .4s cubic-bezier(.09,.49,.13,.89) .1s;
}

.edgtf-btn.edgtf-btn-solid {
  color: #202020;
  background-color: transparent;
}

.edgtf-btn.edgtf-btn-solid .edgtf-btn-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: repeat;
}

.edgtf-btn.edgtf-btn-solid .edgtf-btn-text {
  position: relative;
  z-index: 50;
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-with-crosshair .edgtf-btn-lines {
  position: absolute;
  background-color: #000;
  z-index: 20;
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-with-crosshair .edgtf-btn-lines.edgtf-line-1,.edgtf-btn.edgtf-btn-solid.edgtf-btn-with-crosshair .edgtf-btn-lines.edgtf-line-3 {
  height: 1px;
  width: 13px;
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-with-crosshair .edgtf-btn-lines.edgtf-line-2,.edgtf-btn.edgtf-btn-solid.edgtf-btn-with-crosshair .edgtf-btn-lines.edgtf-line-4 {
  height: 13px;
  width: 1px;
}

.edgtf-call-to-action-holder,.edgtf-call-to-action-holder.edgtf-normal-layout:not(.edgtf-content-in-grid) .edgtf-cta-inner,.edgtf-call-to-action-holder.edgtf-simple-layout .edgtf-cta-button-holder,.edgtf-call-to-action-holder.edgtf-simple-layout .edgtf-cta-text-holder {
  width: 100%;
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-with-crosshair .edgtf-btn-lines.edgtf-line-1 {
  top: 0;
  left: -6px;
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-with-crosshair .edgtf-btn-lines.edgtf-line-2 {
  left: 0;
  top: -6px;
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-with-crosshair .edgtf-btn-lines.edgtf-line-3 {
  bottom: 0;
  right: -6px;
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-with-crosshair .edgtf-btn-lines.edgtf-line-4 {
  right: 0;
  bottom: -6px;
}

@-webkit-keyframes edgtfFadeSpeed {
  0%,100% {
    opacity: 1;
  }

  30% {
    opacity: .3;
  }

  60% {
    opacity: .8;
  }
}

@keyframes edgtfFadeSpeed {
  0%,100% {
    opacity: 1;
  }

  30% {
    opacity: .3;
  }

  60% {
    opacity: .8;
  }
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-with-crosshair:not(.edgtf-btn-with-background-image):hover .edgtf-line-1 {
  left: calc(100% - 7px);
  top: calc(100% - 1px);
  -webkit-transition: left .45s cubic-bezier(.86,0,.07,1),top .2s cubic-bezier(.25,.46,.45,.94) .45s;
  -moz-transition: left .45s cubic-bezier(.86,0,.07,1),top .2s cubic-bezier(.25,.46,.45,.94) .45s;
  transition: left .45s cubic-bezier(.86,0,.07,1),top .2s cubic-bezier(.25,.46,.45,.94) .45s;
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-with-crosshair:not(.edgtf-btn-with-background-image):hover .edgtf-line-2 {
  left: calc(100% - 1px);
  top: calc(100% - 7px);
  -webkit-transition: left .45s cubic-bezier(.86,0,.07,1),top .2s cubic-bezier(.25,.46,.45,.94) .45s;
  -moz-transition: left .45s cubic-bezier(.86,0,.07,1),top .2s cubic-bezier(.25,.46,.45,.94) .45s;
  transition: left .45s cubic-bezier(.86,0,.07,1),top .2s cubic-bezier(.25,.46,.45,.94) .45s;
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-with-crosshair:not(.edgtf-btn-with-background-image):hover .edgtf-line-3 {
  right: calc(100% - 7px);
  bottom: calc(100% - 1px);
  -webkit-transition: right .45s cubic-bezier(.86,0,.07,1),bottom .2s cubic-bezier(.25,.46,.45,.94) .45s;
  -moz-transition: right .45s cubic-bezier(.86,0,.07,1),bottom .2s cubic-bezier(.25,.46,.45,.94) .45s;
  transition: right .45s cubic-bezier(.86,0,.07,1),bottom .2s cubic-bezier(.25,.46,.45,.94) .45s;
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-with-crosshair:not(.edgtf-btn-with-background-image):hover .edgtf-line-4 {
  right: calc(100% - 1px);
  bottom: calc(100% - 7px);
  -webkit-transition: right .45s cubic-bezier(.86,0,.07,1),bottom .2s cubic-bezier(.25,.46,.45,.94) .45s;
  -moz-transition: right .45s cubic-bezier(.86,0,.07,1),bottom .2s cubic-bezier(.25,.46,.45,.94) .45s;
  transition: right .45s cubic-bezier(.86,0,.07,1),bottom .2s cubic-bezier(.25,.46,.45,.94) .45s;
}

.edgtf-full-screen-image-slider.edgtf-fsis-active .edgtf-fsis-next-nav,.edgtf-full-screen-image-slider.edgtf-fsis-active .edgtf-fsis-slider .owl-nav .owl-next {
  right: -100px;
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-with-crosshair:not(.edgtf-btn-with-background-image):hover .edgtf-btn-lines {
  -webkit-animation: edgtfFadeSpeed 1s 1;
  -moz-animation: edgtfFadeSpeed 1s 1;
  animation: edgtfFadeSpeed 1s 1;
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-with-background-image .edgtf-btn-bg {
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity .4s;
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-with-background-image:hover .edgtf-btn-bg {
  opacity: .3;
}

.edgtf-btn.edgtf-btn-solid:not(.edgtf-btn-with-crosshair):not(.edgtf-btn-custom-hover-color):hover {
  color: #000!important;
}

.edgtf-btn.edgtf-btn-solid:not(.edgtf-btn-with-crosshair):not(.edgtf-btn-custom-hover-bg):hover {
  background-color: #202020!important;
}

.edgtf-btn.edgtf-btn-solid:not(.edgtf-btn-with-crosshair):not(.edgtf-btn-custom-border-hover):hover {
  border-color: #202020!important;
}

.edgtf-btn.edgtf-btn-small {
  padding: 14px 55px;
}

.edgtf-btn.edgtf-btn-large {
  padding: 19px 70px;
}

.edgtf-btn.edgtf-btn-huge {
  display: block;
  text-align: center;
  padding: 19px 26px;
}

.edgtf-btn.edgtf-btn-icon>i,.edgtf-btn.edgtf-btn-icon>span:not(.edgtf-btn-text) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 4px;
  font-size: 1.142857142857143em;
  line-height: inherit;
}

.edgtf-btn.edgtf-btn-icon>i:before,.edgtf-btn.edgtf-btn-icon>span:not(.edgtf-btn-text):before {
  display: block;
  line-height: inherit;
}

.clients {
  width: 100%;
  margin: 20px 0 0 0;
  background: #fff;
  padding: 60px 0;
  background-image: url(../images/h1-pattern-img-2.png);
  background-position: center;
}

.clients_left h1 {
  font-size: 50px;
  line-height: .9;
  text-align: left;
  margin-bottom: 40px;
}

.clients_left p {
  font-size: 24px;
}

.hover-effect:hover span .hover-element {
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  filter: grayscale(0);
}

.hover-effect:hover span .hover-element:nth-child(2) {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  filter: grayscale(0);
}

.hover-effect:hover img {
  filter: grayscale(0);
}

.hover-effect span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
}

.hover-effect span .hover-element {
  -moz-transition: .5s ease;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: relative;
  overflow: hidden;
}

.hover-effect span .hover-element:nth-child(2) {
  -moz-transition: .5s ease;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .hover-effect span {
    top: 0;
  }
}

.hover-effect.underline span .hover-element {
  text-decoration: underline;
}

.clients_right ul {
  margin: 0 0 0;
}

.clients_right ul li {
  float: left;
  width: 31%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.clients_right ul li img {
  width: 100%;
  height: 50px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: .3s;
}

.footer {
  margin: 0;
  padding: 40px 0 20px 0;
  clear: both;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.footer_inn {
  padding-bottom: 10px;
}

.information3 {
  padding-left: 50px;
}

.information ul {
  padding-top: 5px;
}

.information ul li {
  margin-bottom: 3px;
  padding-bottom: 8px;
  list-style: none;
  text-align: left;
}

.information2 ul {
  width: 50%;
  float: left;
}

.footer_logo {
  padding-top: 30px;
}

.footer_logo img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: .3s;
  cursor: pointer;
}

.footer_logo img:hover {
  width: 100%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.information ul li a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
  transition: .3s;
  text-align: left;
}

.information ul li a:hover {
  color: #000;
}

.information span {
  text-transform: lowercase;
}

.footer_box p {
  color: #000;
  font-size: 15px;
  text-align: left;
  line-height: 1.4;
}

.copy_right {
  padding: 10px 0 2px 0;
  border-top: 1px solid #ccc;
}

.copy_right p {
  color: #000;
  text-align: center;
}

.copy_right a {
  color: #000;
}

.footer_social {
  text-align: center;
  margin-top: 20px;
}

.footer_social ul {
  list-style: none;
}

.footer_social ul>li {
  display: inline;
  margin-right: 5px;
}

.icons {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  color: #f1f1f1;
  line-height: 30px;
  text-align: center;
  background-color: #3d3d47;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.icons:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
}

.footer_ser_box ul {
  margin-top: 10px;
}

.footer_ser_box ul li {
  width: 48%;
  float: left;
  margin-right: 10px;
  margin-bottom: 8px;
}

.footer_ser_box ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  transition: .5s;
  position: relative;
  padding-left: 12px;
}

.footer_ser_box ul li a:before {
  position: absolute;
  content: "";
  background-color: #000;
  top: 6px;
  left: 0;
  height: 7px;
  width: 7px;
  margin-right: 8px;
}

.footer_ser_box ul li a:hover {
  color: #de7503;
}

.footer_ser_box2 ul {
  margin-top: 10px;
}

.footer_ser_box2 ul li {
  width: 100%;
  float: left;
  margin-right: 10px;
  margin-bottom: 8px;
}

.footer_ser_box2 ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  transition: .5s;
  position: relative;
  padding-left: 12px;
}

.footer_ser_box2 ul li a:before {
  position: absolute;
  content: "";
  background-color: #000;
  top: 7px;
  left: 0;
  height: 7px;
  width: 7px;
  margin-right: 8px;
}

.footer_ser_box2 ul li a:hover {
  color: #de7503;
}

.footer h3 {
  color: #000!important;
  font-size: 21px;
  font-family: ProximaNovasembold;
}

.footer_bottom {
  background: #121212;
  background-image: url(../images/footer-bottom-img-2.png);
  padding: 4px 0;
}

.footer_bottom_left img {
  width: 100%;
  height: 50px;
  object-fit: contain;
}

.social-list {
  position: relative;
}

ul.social-list {
  text-align: right;
}

.social-list li {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  display: inline-block;
}

.social-list li a {
  position: relative;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 0 0 16px;
  border-radius: 50px;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
}

.footer_bottom p {
  padding-top: 15px;
  text-align: right;
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
}
.page-title.about{
  width: 100%;
  background-image: url(../images/about-bg.png);
  position: relative;
  background-size: cover;
  height: 250px;
}
.page-title.php{
  width: 100%;
  background-image: url(../images/PHPdev.png);
  position: relative;
  background-size: cover;
  height: 250px;
}
.page-title.digital{
  width: 100%;
  background-image: url(../images/Digital-market.png);
  position: relative;
  background-size: cover;
  height: 250px;
}
.page-title.thank{
  width: 100%;
  background-image: url(../images/thank.png);
  position: relative;
  background-size: cover;
  height: 250px;
}
.page-title.connnect{
  width: 100%;
  background-image: url(../images/contactt.png);
  position: relative;
  background-size: cover;
  height: 250px;
}
.page-title.alfha{
  width: 100%;
  background-image: url(../images/alfha.png);
  position: relative;
  background-size: cover;
  height: 250px;
}
.page-title.marketing{
  width: 100%;
  background-image: url(../images/smm.png);
  position: relative;
  background-size: cover;
  height: 250px;
}
.main_services_left h4 {
    color: #000;
}
.main_services_left h2 {
    color: #000;
}
.page-title.web {
  width: 100%;
  background-image: url(../images/website.png);
 position: relative;
  background-size: cover;
  height: 250px;
}

.page-title {
  width: 100%;
  background-image: url(../images/website.png);
  position: relative;
  padding: 145px 0 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

.page-title:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient( 217deg, rgb(68 147 66 / 60%), rgba(255, 0, 0, 0) 70.71% ), linear-gradient(127deg, rgb(193 246 237 / 69%), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgb(46 175 125 / 58%), rgba(0, 0, 255, 0) 70.71%);
      background: linear-gradient( 217deg, rgb(68 147 66 / 60%), rgba(255, 0, 0, 0) 70.71% ), linear-gradient(127deg, rgb(193 246 237 / 69%), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgb(46 175 125 / 58%), rgba(0, 0, 255, 0) 70.71%);
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.page-title h1 {
  position: relative;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#c {
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.main_services {
  width: 100%;
  padding: 100px 0;
}

.main_services_title {
  margin-bottom: 40px;
}

.main_services_title h1 {
  font-size: 72px;
  line-height: .9;
  color: #000;
}

.main_services_title h1 span {
  font-family: ProximaNovathin;
}

.mision_bx {
  width: 100%;
  padding: 25px 20px;
  margin-bottom: 15px;
  box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
  min-height: 200px;
}
.single-progress p {
    text-align: center !important;
}

.color1 {
  background: #fff;
}
a:hover {
    text-decoration: none;
}

.color1 h3,.color1 p {
  color: #000;
 text-align: justify;
}

.color2 {
  background: #e46903;
}

.color2 h3,.color2 p {
  color: #000;
  text-align: justify;
}

.mision_bx img {
  width: 100%;
}

.main_career {
  width: 100%;
  padding: 100px 0;
}

.card-header button {
  font-family: ProximaNovasembold;
  color: #000;
  font-size: 28px;
  line-height: 48px;
}

.card-header button:hover {
  color: #000;
}

.myaccordion .card-header {
  border-bottom-color: #edeff0;
  background: 0 0;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: 700;
  padding: 0;
}

.myaccordion .btn-link:focus,.myaccordion .btn-link:hover {
  text-decoration: none;
}

.myaccordion li+li {
  margin-top: 10px;
}

.job-table th {
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  width: 33%;
  padding: 17px 30px 10px 0;
  vertical-align: top;
}

.job-table td {
  padding: 25px 0;
  vertical-align: top;
}

.career_btn {
  margin: 0 0;
}

.career_btn a {
  min-width: 128px;
  padding: 10px 40px;
  border-radius: 25px;
  color: #000;
  background-color: #000;
  border-color: #000;
}

.job-table ul li {
  display: block;
  position: relative;
  margin-bottom: 12px;
  padding: 0 0 0 15px;
}

.job-table ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: .65em;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background: #000;
}

.card {
  margin-bottom: 30px;
}

.main_contact {
  width: 100%;
  padding: 40px 0;
  position: relative;
  background-image: url(../images/map-bg.png);
  overflow: hidden;
  background-attachment: scroll;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_contact:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fdfdfdd9;
}

.main_contact_title {
  margin-bottom: 40px;
  text-align: center;
}

.main_contact_box {
  text-align: center;
}

.main_contact_box i {
  font-size: 42px;
}

.main_contact_box p {
  text-align: center;
}

.main_contact_right {
  width: 100%;
  margin: 0 auto;
  background: #de7503;
  padding: 13px 20px;
  border-radius: 5px;
  min-height: 450px;
  box-shadow: 1px 5px 6px 1px rgba(0,0,0,.2);
}

.main_contact_right p {
  font-size: 21px;
  text-align: center;
  margin-bottom: 60px;
}

.main_contact_right input {
  width: 100%;
  padding: 8px;
  background: #fff;
  border: solid 2px #fff;
  margin-bottom: 10px;
  outline: 0;
  box-shadow: 20px 38px 34px -26px rgba(0,0,0,.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

.main_contact_right textarea {
  width: 100%;
  height: 60px;
  resize: none;
  background: #fff;
  padding: 8px;
  border: solid 2px #fff;
  margin-bottom: 10px;
  box-shadow: 20px 38px 34px -26px rgba(0,0,0,.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

.main_contact_right input[type=checkbox] {
  width: 40px;
  float: left;
  background: #000;
}

.main_contact_right label {
  display: inline-block;
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
}

.wpcf7-form-control span {
  margin: 0!important;
}

span.wpcf7-list-item {
  width: 48%;
  float: left;
}

.map {
  margin-top: 40px;
}

.map_ti h4 {
  font-family: 'Cabin Sketch',cursive;
  color: #38393b;
}

.main_contact_right h4 {
  text-align: center;
}

.contact_box_btn {
  text-align: center;
}

.contact_box_btn button {
  cursor: pointer;
  align-self: center;
  background: 0 0;
  padding: 5px 20px;
  margin: 10px 0 10px 0;
  transition: all .5s ease;
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  outline: 0;
  box-shadow: 20px 38px 34px -26px rgba(0,0,0,.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

.contact_box_btn button:hover {
  box-shadow: 2px 8px 4px -6px rgba(0,0,0,.3);
}

.contact_box_btn.lined.thin button {
  border: solid 2px #000;
}

.main_contact_left {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 30px 20px;
  min-height: 450px;
  box-shadow: 1px 5px 6px 1px rgba(0,0,0,.2);
}

.contact_box_btn input[type=submit] {
  width: auto;
  cursor: pointer;
}

.main_contact_right p {
  color: #000;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 15px;
}

.main_client {
  width: 100%;
  padding: 100px 0;
}

.clients_right2 ul {
  margin: 0 0 0;
}

.clients_right2 ul li {
  float: left;
  width: 15%;
  margin-right: 15px;
  margin-bottom: 30px;
}

.clients_right2 ul li img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: .3s;
}

.heading {
  height: 20px;
  width: 50px;
  color: #222;
  border-bottom-width: 3px;
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  opacity: 1!important;
  border-bottom-style: solid;
}

h3.text-center {
  font-size: 24px;
  line-height: 35px;
}

h3.c_tit {
  text-align: center;
  margin-bottom: 50px;
}

.main_client h3 {
  margin-bottom: 50px;
}

.heading-desc {
  display: block;
  font-size: 14px;
  line-height: 25px;
  margin-left: auto;
  margin-right: auto;
}

.main_stories {
  width: 100%;
  padding: 100px 0;
}

.main_stories .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #000;
  margin: 0;
  transition: all .3s ease-in-out;
}

.main_stories .owl-nav button.owl-prev {
  left: 10px;
}

.main_stories .owl-nav button.owl-next {
  right: 10px;
}

.main_stories .owl-nav button.owl-next,.main_stories .owl-nav button.owl-prev {
  padding: 10px!important;
}

.main_stories .owl-dots {
  text-align: center;
  padding-top: 15px;
}

.main_stories .owl-dots button.owl-dot {
  width: 15px;
  height: 4px;
  border-radius: 0;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.main_stories .owl-dots button.owl-dot.active {
  background-color: #000;
  width: 25px;
}

.main_stories .owl-dots button.owl-dot:focus {
  outline: 0;
}

.main_stories .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.38)!important;
}

.main_stories span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

.main_stories .owl-nav button:focus {
  outline: 0;
}

.main_stories .owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.slide-caption {
  width: 100%;
  position: absolute;
  top: 30%;
  left: 10%;
  color: #000;
  z-index: 12;
}

.slide-caption h2 {
  color: #000;
  font-weight: lighter;
  font-size: 38px;
}

.slide-caption h2 span {
  font-weight: 700;
  display: block;
  font-size: 38px;
}

.owl-item.active .slide-caption__title {
  -webkit-animation: 1s .2s fadeInUp both;
  animation: 1s .2s fadeInUp both;
}

.owl-slide {
  position: relative;
}

.testi_box {
  width: 100%;
  position: relative;
  height: auto;
  padding: 20px 0 0;
}

.testi_box_left {
  width: 100%;
  position: relative;
  background-image: url(../images/h1-pattern-img-2.png);
  background-position: center;
}

.testi_box_left::before {
  position: absolute;
  top: -20px;
  left: 7%;
  content: '\efcd';
  line-height: 1em;
  font-family: Icofont;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  color: #000;
  z-index: 12;
}

.testi_box_left::after {
  border: 80px solid transparent;
  border-bottom-color: #de7503;
  border-right-color: #de7503;
  width: 0;
  height: 0;
  position: absolute;
  right: -18px;
  bottom: 5px;
  content: "";
  z-index: -1;
  display: block;
}

.testi_box_right {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
}

.testi_box_left h4 {
  color: #000;
  margin-bottom: 0;
}

.testi_box_left p {
  color: #ababab!important;
  text-align: center;
}

.testi_box_right_c h4,.testi_box_right_c p {
  margin: 0;
  text-align: center;
}

.testi_box_right_c p {
  padding-left: 10px;
}

.main_packages {
  width: 100%;
  padding: 50px 0;
  background-image: url(../images/itt_bg.jpg);
  background-position: center;
}

.main_packages_bx {
  width: 100%;
  padding: 25px 0;
  background: #000;
  text-align: center;
  box-shadow: 0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22);
}

.main_packages_bx h3 {
  width: 100%;
  position: relative;
  font-size: 19px;
  padding-bottom: 10px;
  font-family: ProximaNovasembold;
}

.main_packages_bx h3:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 20px;
  margin: auto;
  height: 2px;
  border-radius: 5px;
  background: linear-gradient(45deg,#df457a 0,#fbb03b 100%);
}

.price_bx {
  width: 100px;
  height: 100px;
  background: linear-gradient(45deg,#df457a 0,#fbb03b 100%);
  margin: 15px auto;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}

.price_bx p {
  text-align: center;
  line-height: 100px;
  color: #000;
  font-size: 21px;
}

.price_bx p:before {
  content: "\ea14";
  color: #000;
  font-family: Icofont;
  font-weight: 400;
  padding-right: 0;
}

.generic_feature_list ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  text-align: left;
}

.generic_feature_list ul li {
  display: block;
  padding: 7px 20px 7px 45px;
  position: relative;
}

.generic_feature_list ul li:nth-child(odd) {
  background: #d8dbe073;
  border-left: 10px solid #d8dbe0bf;
  border-right: 10px solid #d8dbe0bf;
}

.generic_feature_list ul li:nth-child(even) {
  background: #000fff82;
  border-left: 10px solid #000fff82;
  border-right: 10px solid #000fff82;
}

.generic_feature_list ul li span {
  padding-left: 10px;
  font-family: ProximaNovalight;
}

.generic_feature_list ul li:before {
  position: absolute;
  content: "\f00c ";
  color: #000;
  font-family: fontawesome;
  top: 8px;
  left: 20px;
  background: linear-gradient(45deg,#df457a 0,#fbb03b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main_packages_bx_btn {
  text-align: center;
  margin-top: 20px;
}

.main_packages_bx_btn button {
  background: linear-gradient(45deg,#df457a 0,#fbb03b 100%);
  border: none;
  color: #000;
  text-align: center;
  padding: 10px 20px;
  border-radius: 25px;
}

#color144 h3:after {
  background: linear-gradient(45deg,#28f0df 0,#2aba94 100%);
}

#color144 .price_bx {
  background: linear-gradient(45deg,#28f0df 0,#2aba94 100%);
}

#color144 .generic_feature_list ul li:before {
  background: linear-gradient(45deg,#28f0df 0,#2aba94 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#color144 .main_packages_bx_btn button {
  background: linear-gradient(45deg,#28f0df 0,#2aba94 100%);
}

#color145 h3:after {
  background: linear-gradient(45deg,#6642e5 0,#9681de 100%);
}

#color145 .price_bx {
  background: linear-gradient(45deg,#6642e5 0,#9681de 100%);
}

#color145 .generic_feature_list ul li:before {
  background: linear-gradient(45deg,#6642e5 0,#9681de 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#color145 .main_packages_bx_btn button {
  background: linear-gradient(45deg,#6642e5 0,#9681de 100%);
}

#color146 h3:after {
  background: linear-gradient(45deg,#f3ba63 0,#fd9b40 100%);
}

#color146 .price_bx {
  background: linear-gradient(45deg,#f3ba63 0,#fd9b40 100%);
}

#color146 .generic_feature_list ul li:before {
  background: linear-gradient(45deg,#f3ba63 0,#fd9b40 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#color146 .main_packages_bx_btn button {
  background: linear-gradient(45deg,#f3ba63 0,#fd9b40 100%);
}

a#edgtf-back-to-top {
  text-decoration: none;
}

#edgtf-back-to-top {
  position: fixed;
  width: 41px;
  right: 0;
  bottom: 25px;
  margin: 0;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  background-color: #202020;
  border: 1px solid #202020;
}

#edgtf-back-to-top.off {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .15s ease,visibility 0s .15s;
  -moz-transition: opacity .15s ease,visibility 0s .15s;
  transition: opacity .15s ease,visibility 0s .15s;
}

#edgtf-back-to-top.on {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

#edgtf-back-to-top>span:not(.edgtf-btn-lines) {
  position: relative;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  color: #000;
  overflow: hidden;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
}

#edgtf-back-to-top>span:not(.edgtf-btn-lines) i {
  -webkit-transition: .15s ease 50ms;
  -moz-transition: .15s ease 50ms;
  transition: .15s ease 50ms;
}

#edgtf-back-to-top>span:not(.edgtf-btn-lines):hover i {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: .2s cubic-bezier(1,-1.21,.25,1);
  -moz-transition: .2s cubic-bezier(1,-1.21,.25,1);
  transition: .2s cubic-bezier(1,-1.21,.25,1);
}

#edgtf-back-to-top .edgtf-btn-lines {
  content: '';
  position: absolute;
  background-color: #999;
  z-index: 20;
  -webkit-transition: width .2s ease-in-out,height .2s ease-in-out;
  -moz-transition: width .2s ease-in-out,height .2s ease-in-out;
  transition: width .2s ease-in-out,height .2s ease-in-out;
}

#edgtf-back-to-top .edgtf-btn-lines.line-1,#edgtf-back-to-top .edgtf-btn-lines.line-3 {
  height: 1px;
  width: 13px;
}

#edgtf-back-to-top .edgtf-btn-lines.line-2,#edgtf-back-to-top .edgtf-btn-lines.line-4 {
  height: 13px;
  width: 1px;
}

#edgtf-back-to-top .edgtf-btn-lines.line-1 {
  top: 0;
  left: -6px;
}

#edgtf-back-to-top .edgtf-btn-lines.line-2 {
  left: 0;
  top: -6px;
}

#edgtf-back-to-top .edgtf-btn-lines.line-3 {
  bottom: 0;
  right: -6px;
}

#edgtf-back-to-top .edgtf-btn-lines.line-4 {
  right: 0;
  bottom: -6px;
}

#edgtf-back-to-top:hover .edgtf-btn-lines.line-1,#edgtf-back-to-top:hover .edgtf-btn-lines.line-3 {
  width: 47px;
}

#edgtf-back-to-top:hover .edgtf-btn-lines.line-2,#edgtf-back-to-top:hover .edgtf-btn-lines.line-4 {
  height: 47px;
}

#edgtf-back-to-top span span {
  display: block;
  line-height: inherit;
}

.main_services {
  width: 100%;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

#fpsGraph,#stats,.ac,.dg {
  display: none;
}

#nCanvasRender {
  position: absolute;
  width: 100%;
  height: 600px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
}

.reveal-holder {
  position: relative;
  display: table;
  overflow: hidden;
}

.reveal-holder .reveal-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 101%;
  background: #000;
}

.reveal-holder .reveal-block::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-duration: .5s;
  z-index: 12;
}

.reveal-block.gradient::before {
  background: linear-gradient(to left,#eebf56,#f46ca3);
}

.reveal-block.gradient-two::before {
  background: linear-gradient(to left,#1b9edf,#af74c3);
}

.reveal-block.extra {
  background: #1b9edf;
}

.reveal-block.extra::before {
  background: #af74c3;
}

.reveal-block.bottom.aos-animate::before,.reveal-block.top.aos-animate::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.reveal-block.left.aos-animate::before,.reveal-block.right.aos-animate::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.reveal-block.top::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.reveal-block.left::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.reveal-block.right::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.reveal-block.bottom::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

[data-aos=reveal-bottom],[data-aos=reveal-left],[data-aos=reveal-right],[data-aos=reveal-top] {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-delay: .5s;
}

[data-aos=reveal-top] {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

[data-aos=reveal-top].aos-animate {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

[data-aos=reveal-left] {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[data-aos=reveal-left].aos-animate {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

[data-aos=reveal-right] {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[data-aos=reveal-right].aos-animate {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

[data-aos=reveal-bottom] {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

[data-aos=reveal-bottom].aos-animate {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

[data-aos=reveal-item] {
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0s;
}

[data-aos=reveal-item].aos-animate {
  visibility: visible;
}

.main_services_left h2 span {
  font-family: ProximaNovalight;
}

.main_services_left h4 span {
  font-family: ProximaNovalight;
}

.main_services_left {
  margin-bottom: 40px;
}

.main_services_left2 {
  margin: 0 0 40px 0;
}

.main_services_left2 h3 {
  font-family: ProximaNovalight;
  margin-bottom: 20px;
  padding-top: 0;
  color: #000;
}

.main_services_right2 img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}

.main_services_left_in3 {
  margin: 60px 0;
}

.main_services_left3 {
  background: #de7503;
  color: #000;
  padding: 25px 20px;
  background-position: 50%;
  background-size: cover;
  background-blend-mode: multiply;
  text-align: left;
}

.main_services_left_in3 .reveal-block::before {
  background: #de7503;
}

.main_services_left3 h3 {
  color: #fff;
  font-family: ProximaNovalight;
  font-size: 23px;
  margin-bottom: 30px;
}

.main_services_left3 p {
    color: #fff;
    text-align: left;
    position: relative;
    padding-left: 30px;
}

.main_services_left3 p:before {
  position: absolute;
  font-size: 10px;
  content: url(../images/flogo2.png);
  left: 5px;
  top: 4px;
  z-index: 1;
}

.main_services_right3 h5 {
  color: #000;
}

.main_services_right3 h3 span {
  font-family: ProximaNovalight;
}

.main_services_left_in4 {
  margin: 20px 0;
}

.main_services_left_in4 h3 {
  font-size: 27px;
}

.main_services_left_in4 p {
  text-align: left;
}

.main_services_left_in4 p b {
  color: #de7503;
  font-weight: 700;
}

.p_icon p {
  position: relative;
  padding-left: 10px;
  text-align: left;
}

.p_icon22 p {
  font-size: 14px;
}

.p_icon p:before {
  position: absolute;
  content: "";
  background-color: #000;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
}

.social-media a {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  line-height: 32px;
  color: #8f8f8f;
  text-decoration: none;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.social-media.rounded a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 5px 5px 5px 0;
  background-color: #636b75;
  color: #000;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
}

.float-left+.widget-social {
  margin-left: 10px;
}

.widget-social .social-media.rounded {
  margin-bottom: 0;
}

.widget-social .social-media.rounded a:nth-child(1) {
  background-color: #ff0050;
}

.widget-social .social-media.rounded a:nth-child(2) {
  background-color: #ff0084;
}

.widget-social .social-media.rounded a:nth-child(3) {
  background-color: #dd21d2;
}

.widget-social .social-media.rounded a:nth-child(4) {
  background-color: #9234df;
}

.widget-social .social-media.rounded a:nth-child(5) {
  background-color: #5e36d1;
}

.widget-social .social-media.rounded a:nth-child(6) {
  background-color: #363ad1;
}

.canvas-stats {
  display: none!important;
}

#canvas-container-1 {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#canvas-1 {
  width: 100%!important;
  height: auto!important;
  object-fit: contain;
}

.main_team {
  width: 100%;
  padding: 100px 0;
}

.team_bx {
  width: 18%;
  position: relative;
  z-index: 1;
  margin-right: 2%;
  border: 5px solid #000;
}

.team_bx:last-child {
  margin-right: 0;
}

.team_bx img {
  width: 100%;
  height: auto;
  padding: 0;
  filter: grayscale(100%) blur(2px);
  transition: .3s ease-in-out;
}

.team_bx img:hover {
  filter: grayscale(100%) blur(0);
}

.team_bx figure {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

.team_bx_caption {
  width: 100%;
  background: #000;
  padding: 7px 10px;
}

.team_bx_caption h3 {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-family: ProximaNovalight;
  text-align: center;
  margin-bottom: 5px;
}

.team_bx_caption p {
  margin: 0;
  color: #000;
  font-size: 11px;
  font-family: ProximaNovabold;
  text-align: center;
}

.hover14 figure {
  position: relative;
}

.hover14 figure::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover14 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 55%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

.joinus {
  background: url(../images/img-other-20.png) 50% 50% no-repeat #000;
  padding: 60px 0 60px;
  text-align: left;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.chat-btn-blk {
  margin: 40px 0 20px 0;
  text-align: center;
}

.blk-btn {
  border-radius: 23px;
  text-decoration: none;
  color: #222;
  border: 1.5px solid #222;
  padding: 10px 20px;
  margin-right: 10px;
  transition-duration: .6s;
}

.btn-blk-dv {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 40px 0 0;
}

.blk-btn:hover {
  background: #222;
  color: #000;
  text-decoration: none;
}

.joinus h6 {
  color: #000;
  font-size: 18px;
}

.joinus h2 {
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.joinus a {
    border-radius: 20px;
    text-decoration: none;
    color: #000;
    border: 1.5px solid #1073ac;
    background: #1073ac;
    padding: 10px 20px;
    margin-right: 10px;
    transition-duration: .6s;
}

.joinus a:hover {
  background: #1073ac;
  color: #000;
  border: 1.5px solid #1073ac;
}

.footer_social ul {
  list-style: none;
}

.footer_social ul>li {
  display: inline;
  margin-right: 5px;
  margin-bottom: 5px;
}

.footer_social ul>li>a {
  text-decoration: none;
}

.footer_social22 {
  display: none;
}

.footer_social22 ul {
  list-style: none;
  text-align: center;
}

.footer_social22 ul>li {
  display: inline;
  margin-right: 5px;
  margin-bottom: 5px;
}

.footer_social22 ul>li>a {
  text-decoration: none;
}

.icons {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  color: #f1f1f1;
  line-height: 30px;
  text-align: center;
  background-color: #3d3d47;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.icons:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
}

.icon-effect .icons {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.icon-effect .icons:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 4px #3d3d47;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
}

.icon-effect-1a .icons:hover {
  background-color: #3d3d47;
  color: #000;
}

.icon-effect-1a .icons:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.icon-effect .fb:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 2px #3b5a9a;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
}

.icon-effect-1a .fb:hover {
  background-color: #3b5a9a;
  color: #000;
}

.icon-effect-1a .twt:hover {
  background-color: #55aded;
  color: #000;
}

.icon-effect .twt:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 2px #55aded;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
}

.icon-effect-1a .lnk:hover {
  background-color: #137bb8;
  color: #000;
}

.icon-effect .lnk:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 2px #137bb8;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
}

.icon-effect-1a .msgn:hover {
  background-color: #0084ff;
  color: #000;
}

.icon-effect .msgn:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 2px #0084ff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
}

.icon-effect-1a .wts:hover {
  background-color: #7ac254;
  color: #000;
}

.icon-effect .wts:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 2px #7ac254;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
}

.icon-effect-1a .skype:hover {
  background-color: #30a7df;
  color: #000;
}

.icon-effect .skype:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 2px #30a7df;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
}

.icon-effect-1a .insta:hover {
  background-color: #c01877;
  color: #000;
}

.icon-effect .insta:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 2px #c01877;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
}

.career_form {
  width: 100%;
  padding: 60px 0;
  background-image: url(../images/itt_bg.jpg);
  background-position: center;
}

.career_form {
  width: 60%;
  margin: auto;
}

.career_form input {
  width: 100%;
  border: none;
  background: #000;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: solid 2px #41403e;
  color: #41403e;
  box-shadow: 20px 38px 34px -26px rgba(0,0,0,.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

.career_form textarea {
  width: 100%;
  height: 120px;
  resize: none;
  border: none;
  background: #000;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: solid 2px #41403e;
  color: #41403e;
  box-shadow: 20px 38px 34px -26px rgba(0,0,0,.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

.job-item__content p {
  text-align: left;
}

.job-item__content ul {
  margin-bottom: 40px;
}

.main_career_btn {
  margin-top: 40px;
}

.main_career_btn input[type=submit] {
  border: solid 2px #41403e;
  width: 120px;
  color: #41403e;
  cursor: pointer;
}

.main_contact_box2 {
  text-align: center;
  margin-top: 5px;
}

.main_contact_box2 img {
  width: 50px;
}

.footer_social2 {
  width: 100%;
  margin-top: 10px;
}

.footer_social2 ul {
  margin: 0;
  text-align: center;
}

.footer_social2 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.footer_social2 ul li a {
  text-decoration: none;
}

.footer_social2 img {
  width: 34px;
  height: 34px;
}

.main_contact_box2 h4 {
  font-family: 'Cabin Sketch',cursive;
  color: #38393b;
}

.map a {
  text-decoration: none;
  padding-left: 0;
}

.map img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  object-fit: contain;
  background: #000;
}

.map iframe {
  width: 100%;
  height: 400px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: .3s;
  cursor: pointer;
}

.back-link {
  color: rgba(255,255,255,.6);
  border-bottom: 2px solid rgba(255,255,255,.6);
}

.back-link:focus,.back-link:hover {
  border-color: #000;
  color: #000;
}

.map a,.map h3 {
  display: inline-block;
}

.article__pointer {
  z-index: 12;
  position: absolute;
  height: 100px;
  width: 100px;
  margin: 0;
  display: flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.article__pointer_blue {
  top: 25%;
  transition: .5s;
  left: 42%;
}
.main_contact_box2 h2{
  color:#38393b ;
}

.article__layer {
  display: block;
  position: absolute;
  z-index: 123;
  top: 0;
  left: 0;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .6s ease-in-out;
}

.article__layer_blue {
     background: #fff;
    box-shadow: 0 0 0 100vw #fff, 0 0 0 100vh #fff;
}

.article__layer_red {
  background: #e74c3c;
  box-shadow: 0 0 0 100vw #e74c3c,0 0 0 100vh #e74c3c;
}

.article__layer_yellow {
  background: #e67e22;
  box-shadow: 0 0 0 100vw #e67e22,0 0 0 100vh #e67e22;
}

.article__panel {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(.95);
  transform: scale(.95);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity,transform;
  transition: .2s;
}

.article__panel:target {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: .2s .4s;
}

.article__panel:target~a {
  z-index: 1;
}

.article__panel:target~a span {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.article__panel_blue {
  background: #000;
}

.article__panel_red {
  background: #e74c3c;
}

.article__panel_yellow {
  background: #e67e22;
}

.article__body {
  max-height: 100%;
  width: 100%;
  flex: 0 0 100%;
  padding: 40px 20px;
  line-height: 1.6;
  letter-spacing: .025em;
  color: rgba(255,255,255,.75);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.article__container {
  max-width: 100%;
  margin: auto;
}

.article__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.map {
  width: 100%;
  padding: 50px 0;
}

.brand_p p {
  width: 47%;
  float: left;
  margin-right: 4px;
}

.p_icon23 p {
  width: 25%;
  float: left;
}

.redesign_img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.scrolldown-arw {
  position: absolute;
  right: 50%;
  bottom: 0;
  top: 80vh;
  z-index: 123;
  cursor: pointer;
  display: inline-block;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

.scroll-btn {
  display: block;
  text-align: center;
}

.scroll-btn>* {
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #7f8c8d;
  color: #000;
  letter-spacing: 2px;
}

.scroll-btn>.active,.scroll-btn>:focus,.scroll-btn>:hover {
  color: #000;
}

.scroll-btn>.active,.scroll-btn>:active,.scroll-btn>:focus,.scroll-btn>:hover {
  opacity: .8;
}

.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 20px;
  height: 40px;
  margin: 0 auto 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 23px;
}
.phone_no a{
  color: #fff;
}

.scroll-btn .mouse>* {
  position: absolute;
  display: block;
  top: 29%;
  left: 69%;
  width: 2px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

.testii {
  width: 100%;
  background: #000;
  width: 90%;
  margin: 5% auto;
}

.testii .slick-prev.slick-arrow {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

img.control-c {
  width: 30px;
}

.testii .slick-next.slick-arrow {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

.testii .slick-slide {
  outline: 0;
}

.testii .item {
  position: relative;
  margin: 4px;
  transform: translate3d(0,0,0);
  transition: opacity 1.6s cubic-bezier(0,1,.86,1),transform .8s cubic-bezier(0,1,.86,1);
  outline: 0;
  overflow: hidden;
  z-index: -1;
}

.testii i {
  font-size: 30px;
}

.testii .item::before {
  position: absolute;
  top: 40px;
  left: 12%;
  content: '\efce';
  line-height: 1em;
  font-family: Icofont;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  color: #de7503;
  opacity: .3;
}

.center-btn {
  text-align: center;
}

.main_services_title2 {
  padding-top: 100px;
}

.testii .item img {
  width: 100%;
  transform: rotate(0) translate3d(0,0,0);
  transition: filter 1.6s cubic-bezier(0,1,.86,1);
}

.testii .item.slick-animate {
  opacity: 1;
  z-index: 99;
  transition: filter 1.6s cubic-bezier(0,1,.86,1),opacity .4s cubic-bezier(0,1,.86,1),transform .4s cubic-bezier(0,1,.86,1);
  transition: filter 1.6s cubic-bezier(0,1,.86,1),opacity .4s cubic-bezier(0,1,.86,1),;
}

.testii .btn {
  border: 2px solid #000;
  height: 10px;
  width: 20px;
  position: absolute;
  top: 23px;
  right: 40px;
}

.testii .test_box {
  width: 80%;
  position: relative;
  display: inline-block;
  margin: 15px 10%;
  padding: 20px 20px 20px 20px;
  box-shadow: 1px 5px 8px 5px rgba(0,0,0,.2);
}

.testii .test_box_img {
  text-align: center;
}

.test_box_content p {
  font-size: 15px;
  line-height: 1.2;
}

.testii .test_box_img img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  object-fit: contain;
}

.slick-slide img {
  display: inline-block;
}

.slide-btn {
  display: block;
  transition: all .5s;
  padding-left: 30px;
}

.slide-btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  color: #000;
}

.slide-btn a:hover {
  text-decoration: none;
}

.slide-btn b {
  font-weight: 600;
}

.slide-btn .lines {
  width: 42px;
  height: 1px;
  float: left;
  overflow: hidden;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.slide-btn .lines span:nth-child(1) {
  width: 100%;
  height: 1px;
  float: right;
  background: #000;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.slide-btn .lines span:nth-child(2) {
  width: 0;
  height: 1px;
  float: left;
  background: #000;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.slide-btn:hover .lines {
  width: 62px;
  margin-left: 20px;
}

.slide-btn:hover .lines span:nth-child(1) {
  width: 0;
}

.slide-btn:hover .lines span:nth-child(2) {
  width: 100%;
  transition-delay: .2s;
}

.slide-btn .video-play-circle {
  stroke-dasharray: 315;
  stroke-dashoffset: 315;
  transition: stroke-dashoffset .5s;
}

.slide-btn svg {
  width: 50px;
  height: 50px;
  transition: transform .3s;
  margin-left: -25px;
  margin-right: 15px;
}

.slide-btn:hover .video-play-circle {
  stroke-dashoffset: 0;
}

.screen-reader-response,.wpcf7-mail-sent-ok,.wpcf7-not-valid-tip,.wpcf7-validation-errors {
  color: #000;
}

.career_form .screen-reader-response,.career_form .wpcf7-not-valid-tip,.career_form .wpcf7-validation-errors,career_form .career_form .wpcf7-mail-sent-ok {
  color: #333;
}

.addon_pages {
  min-height: 35vh;
  padding: 40px 0;
}

.error-inner h2 {
  font-size: 120px;
}

.error-inner,.error-inner p {
  text-align: center;
}

.main_404 {
  min-height: 25vh;
}

#collect-chat-launcher-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  direction: ltr!important;
  z-index: 12!important;
}

#center-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.breadcrumb-wrapper {
  position: relative;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  position: absolute;
  display: inline-block;
  top: 50%;
}

.breadcrumb a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  text-transform: capitalize;
}

span.current {
  color: #de7503;
  font-size: 18px;
  font-weight: 700;
  padding-left: 0;
}

.breadcrumb>li+li:before {
  padding: 0 0;
  color: #333;
  content: "\ea98";
  font-family: Icofont;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
  color: #de7503;
}

span.wpcf7-not-valid-tip {
  color: red;
  font-size: 12px!important;
  font-weight: 400;
  display: block;
}

div.wpcf7-response-output {
  margin: 1px!important;
  padding: 1px!important;
}

#primary-menu li a i {
  color: #de7503;
  font-size: 20px;
  margin-top: -3px;
}

.footer_box6 a {
  color: #000;
}
.main_contact_box p a {
  color: #000;
}

.footer_box6 a:hover,.main_contact_box p a:hover {
  color: #de7503;
}

.wpcf7-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.main_menu {
  width: 100%;
  position: absolute;
  z-index: 12;
}

.nw_menu_main_menu {
  width: 100%;
  position: absolute;
  z-index: 1234!important;
}

@media screen and (min-width:1800px) and (max-width:3000px) {
  #geo-globe,.slider_left {
    padding-top: 50%;
  }

  .menu a {
    font-size: 28px;
  }

  .menu>li {
    padding: 25px 20px;
  }

  .main_menu2 ul {
    margin-top: 20px;
  }

  .menu>li>ul {
    width: 1400px;
  }

  .menu>li>ul li {
    margin-bottom: 10px;
    width: 33%;
    float: left;
  }

  .menu>li>ul li a {
    font-size: 26px;
  }

  .menu>li>ul ul li a {
    font-size: 17px;
  }
}

@media screen and (min-width:1200px) and (max-width:1366px) {
  .main_menu {
    margin-top: 0;
  }

  .main_menu .navss ul li a {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side_nav img {
    margin-top: 20px;
  }

  .mision_bx_in {
    margin-top: 20px;
  }
}
.slider {
    width: 100%;
    background: linear-gradient(
      217deg,
      rgb(68 147 66),
      rgba(255, 0, 0, 0) 70.71%
    ), linear-gradient(127deg, rgb(193 246 237), rgba(0, 255, 0, 0) 70.71%),
    linear-gradient(336deg, rgb(46 175 125), rgba(0, 0, 255, 0) 70.71%)!important;
  }

@media screen and (min-width:1024px) and (max-width:1199px) {
  .main_menu {
    margin-top: 0;
  }

  .main_menu .navss ul li a {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side_nav img {
    margin-top: 20px;
  }

  .mision_bx_in {
    margin-top: 20px;
  }

  .footer_ser_box ul li a {
    font-size: 12px;
  }

  .footer_ser_box ul li {
    width: 46%;
  }

  .slider {
    width: 100%;
    height: 60vh;
  }

  .menu a {
    font-size: 19px;
  }

  .navigation {
    max-width: 250px;
  }

  .menu>li>ul li a {
    font-size: 19px;
  }

  .menu>li>ul li {
    width: 32%;
  }

  .menu>li>ul ul li a {
    font-size: 13px;
  }

  .menu>li>ul ul {
    min-height: 150px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .logo {
    text-align: center;
  }

  .logo img {
    width: 100%;
    max-width: 200px;
  }

  .main_menu {
    margin-top: 0;
  }

  .main_menu .navss ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .side_nav img {
    margin-top: 20px;
  }

  .edgtf-btn {
    padding: 10px 15px;
  }

  .services_bx h3 {
    font-size: 14px;
  }

  .mision_bx_in {
    margin-top: 20px;
  }

  .color1 p,.color2 p {
    color: #000;
    text-align: left;
    font-size: 15px;
  }

  .footer_ser_box ul li a {
    font-size: 9px;
  }

  .footer_ser_box ul li {
    width: 46%;
  }

  #geo-globe {
    padding-top: 2%;
  }

  .menu a {
    font-size: 19px;
  }

  .navigation {
    max-width: 250px;
  }

  .menu>li>ul li a {
    font-size: 19px;
  }

  .menu>li>ul li {
    width: 32%;
  }

  .menu>li>ul ul li a {
    font-size: 13px;
  }

  .menu>li>ul ul {
    min-height: 150px;
  }

  .team_bx {
    margin-bottom: 30px;
  }

  .main_services_title_squad {
    margin-bottom: 100px;
  }
}

@media screen and (min-width:320px) and (max-width:767px) {
  .career_form {
    width: 80%;
    overflow: hidden;
    margin: auto;
  }
  .about_us {
    padding: 30px 0 30px 0!important;
    }
  .about_left h1 {
    font-size: 42px!important;
    text-align: center;
   }

  span.wpcf7-list-item {
    width: 100%;
    float: left;
  }

  .p_icon23 p {
    width: 100%;
    float: left;
  }

  .testi_box_right_c h4,.testi_box_right_c p {
    margin: 0;
    text-align: center;
    font-size: 16px;
  }

  .testii .test_box {
    width: 88%;
    position: relative;
    display: inline-block;
    margin: 15px 2%;
    margin: 15px 6%;
    padding: 20px 20px 20px 20px;
    box-shadow: 1px 5px 8px 5px rgba(0,0,0,.2);
  }

  .header {
    display: none;
  }

  .overlay {
    display: none;
  }

  .mob_header {
    display: block;
  }

  .slider_left h1 {
    font-size: 27px;
    text-align: center;
  }

  .block-reveal__word {
    padding: 0;
  }

  #geo-globe {
    padding-top: 2%;
  }

  .services_title h1 {
    font-size: 26px!important;
  }

  .team_left {
    min-height: 200px;
  }

  .team_left h2 {
    width: 100%;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 36px;
    overflow: hidden;
  }

  .team_left svg {
    right: 10px;
    width: 50px;
    height: 50px;
  }

  .team_right {
    min-height: 200px;
  }

  .team_right h2 {
    width: 100%;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 36px;
    overflow: hidden;
  }

  .joinus {
    margin: 0;
  }

  .clients {
    width: 100%;
    margin: 0;
  }

  .team {
    width: 100%;
    padding: 0 0;
  }

  .clients_right ul li {
    float: left;
    width: 30%;
    margin-right: 8px;
  }

  .joinus a {
    font-size: 12px;
  }

  .footer_ser_box ul li {
    width: 100%;
    float: left;
    margin-right: 5px;
    margin-bottom: 2px;
  }

  .footer_ser_box ul {
    margin-top: 0;
  }

  .footer h3 {
    margin-top: 20px;
  }

  .footer_bottom p {
    padding-top: 15px;
    text-align: center;
  }

  .main_career,.main_client,.main_contact,.main_packages,.main_stories,.main_team {
    padding: 30px 0;
  }

  .main_services_title h1 {
    font-size: 32px;
    line-height: 1;
  }

  .clients_right2 ul li img {
    width: 100%;
    height: 50px;
  }

  .clients_right2 ul li {
    float: left;
    width: 19%;
    margin-right: 17px;
  }

  .main_packages_bx {
    margin-bottom: 20px;
  }

  .main_contact_title h4 {
    font-size: 18px;
  }

  .footer_social2 img {
    width: 30px;
    height: 30px;
  }

  .article__pointer_blue {
    top: 20%;
    transition: .5s;
    left: 36%;
  }

  .slider {
    width: 100%;
    height: 80vh;
    background: linear-gradient( 217deg, rgb(68 147 66), rgba(255, 0, 0, 0) 70.71% ), linear-gradient(127deg, rgb(193 246 237), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgb(46 175 125), rgba(0, 0, 255, 0) 70.71%);
    position: relative;
    overflow-y: hidden;
  }

  .slider_left {
    padding-top: 25%;
  }

  #geo-globe canvas {
    height: 180px;
  }

  .footer_social {
    display: none;
  }

  .footer_social22 {
    display: none;
  }

  .team_bx {
    width: 96%;
    margin: 5px 2%;
    margin-bottom: 30px;
  }

  .team_bx_caption p {
    font-size: 8px;
  }

  .main_services_title_squad {
    margin-bottom: 80px;
  }

  .scrolldown-arw {
    position: absolute;
    right: 44%;
    bottom: 0;
    top: 72vh;
  }

  .page-title h1 {
    font-size: 16px!important;
    font-weight: 700;
  }

  .breadcrumb a {
    font-size: 12px!important;
  }
}

.about_us {
  padding: 50px 0 40px 0;
  float: left;
  width: 100%;
  margin-bottom: 0px;
  background: #fff;
}

.about_us h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  text-align: center;
  color: #002240;
}

.about_us p {
  text-align: center;
  line-height: 25px;
  margin-bottom: 30px;
}

.abt_us_img {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

.right_inner_sidi h4 {
  text-align: left;
  font-size: 26px;
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
  margin-top: 10px;
}

.right_inner_sidi h5 {
  text-align: left;
  font-weight: 400;
  line-height: 26px;
  line-height: 22px;
  font-size: 14px;
  color: #000;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.left_inner_sidi img {
  height: 70px;
  margin-top: 35px;
}

.about_left h1 {
  font-size: 62px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: .95;
  padding-top: 25px;
  color: #000;
}

.about_right p {
  font-size: 18px;
  padding-top: 30px;
  color: #000;
  text-align: justify;
}

.about_left a {
  text-decoration: none;
  padding-left: 2px;
  color: #de7503;
}

.work-process-area {
  position: relative;
  padding: 50px 0px 50px;
  background: #fff;
}

.work-title h2 {
  position: relative;
  color: #000;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 15px;
  font-size: 32px;
}

.work-title p {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
}

.work-process-area .single-process {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.work-process-area .single-process .icon {
  background: #000;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 56px;
  margin-bottom: 30px;
  border-radius: 3px;
  position: relative;
}

.work-process-area .single-process .content h3 {
  color: #000;
  font-size: 24px;
  line-height: 1.2em;
}

.work-process-area .single-process .content p {
  color: #000;
  margin-bottom: 0;
  font-size: 15px;
}

.work-process-area .single-process span {
  position: absolute;
  z-index: 1;
}

.work-process-area .single-process span::before {
  content: "";
  position: absolute;
  content: "";
  height: 170px;
  border-right: 2px dashed #000;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -55px;
  left: 122px;
  z-index: -1;
}

.centered {
  text-align: center;
}

.work-process-area .single-process span img {
  max-width: 100px;
  margin-left: 100px;
  -webkit-animation: leftani 5s infinite linear;
  animation: leftani 5s infinite linear;
}

@-webkit-keyframes leftani {
  0% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }

  100% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@keyframes leftani {
  0% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }

  100% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

.cases-section-two {
  position: relative;
  padding: 50px 0px 50px;
  background-color: #f8f9fa;
}

.cases-section-two .owl-dots {
  position: relative;
  display: none;
}

.cases-section-two .owl-nav {
  position: absolute;
  left: 50%;
  top: -90px;
  width: 100%;
  max-width: 1170px;
  margin-left: -585px;
  text-align: right;
}

.cases-section-two .owl-nav .owl-prev,
.cases-section-two .owl-nav .owl-next {
  position: relative;
  width: 50px;
  height: 50px;
  color: #000000;
  font-size: 22px;
  border-radius: 50px;
  line-height: 44px;
  text-align: center;
  margin-left: 15px;
  display: inline-block;
  border: 2px solid #cdcdcd;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.cases-section-two .owl-nav .owl-prev:hover,
.cases-section-two .owl-nav .owl-next:hover {
  border-color: #0060ff;
  color: #0060ff;
}

.case-block-two {
  position: relative;
  margin-bottom: 30px;
  background: #000;
  min-height: 390px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
}

.case-block-two .inner-box {
  position: relative;
}

.case-block-two .inner-box .image {
  position: relative;
}

.case-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.case-block-two .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.case-block-two .inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.case-block-two .inner-box .image .overlay-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: rgba(20,29,59,0.70);
}

.case-block-two .inner-box .image .overlay-box .search-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  color: #0060ff;
  z-index: 1;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  margin-left: -30px;
  margin-top: -60px;
  border-radius: 50px;
  display: inline-block;
  background-color: #000fff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.case-block-two .inner-box .image .overlay-box .search-icon:hover {
  background-color: #0060ff;
  color: #000fff;
}

.case-block-two .inner-box .image .overlay-box .arrow {
  position: absolute;
  right: -5px;
  bottom: -5px;
  color: #000fff;
  width: 60px;
  height: 60px;
  z-index: 1;
  font-size: 22px;
  text-align: center;
  line-height: 60px;
  background-color: #0060ff;
  border-radius: 0px 0px 12px 0px;
}

.case-block-two .inner-box .lower-content {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.case-block-two .inner-box .lower-content h5 {
  position: relative;
  line-height: 1.3em;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.case-block-two .inner-box .lower-content h5 a {
  position: relative;
  color: #141d38;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.case-block-two .inner-box .lower-content h5 a:hover {
  color: #0060ff;
}

.case-block-two .inner-box .lower-content .category {
  position: relative;
  margin-top: 5px;
  color: #141d38;
  font-weight: 500;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
 
  .left_inner_sidi img {
    position: relative;
    height: 70px;
    margin-top: 0px;
  }
  .work-process-area {
    position: relative;
    padding: 30px 0px 30px 0px!important;
   }
   .work-title p {
    text-align: center;
   }
   .clients_left p {
    font-size: 16px!important;
    }
   .clients_left h1 {
    font-size: 32px!important;
    line-height: .9;
    text-align: center!important;
    margin-bottom: 20px;
   }
   .work-process-area .single-process .content p {
     text-align: center;
    }
    .work-process-area .single-process .content h3 {
     text-align: center;
     }
  .right_inner_sidi h4 {
    position: relative;
    text-align: center!important;
  }
  .right_inner_sidi h5 {
    text-align: center!important;
   }
 .work-process-area .single-process span {
    position: absolute;
    z-index: 1;
    display: none;
  }
}

.icon-bar {
  left:0;
  position: fixed;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 14px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #112a43;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.instagram {
  background: #007bb5;
  color: white;
}
.phone {
  background: #3a7ec2;
  color: white;
}
.whatsapp {
  background: #2bb140;
  color: white;
}

.request-proposal {
  position: fixed;
  right: -77px;
  top: 60%;
  z-index: 999;
  background: #1073ac;
  transform: rotate(-90deg);
  padding: 7px 11px;
  border-radius: 4px 4px 0 0;
}

.request-proposal:hover {
  background-color: #112a43;
}

.request-proposal a {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
}
.footer_box.footer_ser_box2.ap {
    margin-left: -150px;
}
.footer_box.footer_ser_box2.kp {
    margin-left: -60px;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
.footer_box.footer_ser_box2.ap {
    margin-left:0px!important;
}
.footer_links.ap {
    margin-top: 115px;
}
.footerinner-area {
    position: relative;
    width: 95%!important;
    background-image: linear-gradient(to left, #ff3202, #dd7603, #ff3405);
    min-height: 235px!important;
    text-align: left;
    float: left;
    margin-top: -60px;
    margin-bottom: -72px;
}
.left_inner_sidi {
    text-align: center;
}
.footer_box.footer_ser_box2.kp {
    margin-left:0px!important;
}
.about_right p {
    font-size: 18px;
    padding-top: 30px;
    color: #000;
    text-align: center!important;
}
.page-title.about{
  width: 100%;
  background-image: url(../images/about-bg.png);
  position: relative;
  text-align: left;
  background-size: cover;
  height: 150px!important;
}
.page-title.php{
  width: 100%;
  background-image: url(../images/PHPdev.png);
  position: relative;
  text-align: left;
  background-size: cover;
  height: 150px!important;
}
.page-title.digital{
  width: 100%;
  background-image: url(../images/Digital-market.png);
  position: relative;
  text-align: left;
  background-size: cover;
  height: 150px!important;
}
.page-title.thank{
  width: 100%;
  background-image: url(../images/thank.png);
  position: relative;
  text-align: left;
  background-size: cover;
  height: 150px!important;
}
.page-title.connnect{
  width: 100%;
  background-image: url(../images/contactt.png);
  position: relative;
  text-align: left;
  background-size: cover;
  height: 150px!important;
}
.page-title.alfha{
  width: 100%;
  background-image: url(../images/alfha.png);
  position: relative;
  text-align: left;
  background-size: cover;
  height: 150px!important;
}
.page-title.marketing{
  width: 100%;
  background-image: url(../images/smm.png);
  position: relative;
  text-align: left;
  background-size: cover;
  height: 150px!important;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    position: absolute;
    text-align:center!important;
    display: inline-block;
    top: 55%;
}
        }
.main_contact_title h4{
  color: #000;
}
/*================================================
Portfolio Area CSS
=================================================*/
.portfolio-area {
    overflow: hidden;
    position: relative;
    padding: 30px 0;
    width: 100%;
    background: linear-gradient( 217deg, rgb(68 147 66), rgba(255, 0, 0, 0) 70.71% ), linear-gradient(127deg, rgb(193 246 237), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgb(46 175 125), rgba(0, 0, 255, 0) 70.71%);
}
.portfolio-areakp {
    overflow: hidden;
    position: relative;
    padding: 30px 0;
    width: 100%;
    background: #fff;
}

.portfolio-area .section-title {
  text-align: left;
  max-width: 655px;
  margin-left: 0;
  margin-right: 0;
}
.portfolio-areakp .section-title {
  text-align: left;
  max-width: 655px;
  margin-left: 0;
  margin-right: 0;
}

.portfolio-area .section-title p {
  max-width: 500px;
  margin-left: 0;
  margin-right: 0;
}
.services_titlekp h4{
    margin: 0;
    margin-bottom: 15px;
    color: #000;
    position: relative;
    width: 100%;
    text-transform: uppercase;
}
.services_titlekp {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 40px;
}
.portfolio-areakp .section-title p {
  max-width: 500px;
  margin-left: 0;
  margin-right: 0;
}

.portfolio-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.portfolio-areakp .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-area.section-title-center .section-title {
  text-align: center;
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.portfolio-area.section-title-center .section-title p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-area.no-space .row {
  margin-left: 0;
  margin-right: 0;
}

.portfolio-area.no-space .row .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-area.no-space .single-portfolio-item {
  margin-bottom: 0;
  border-radius: 0;
}

.portfolio-area.no-space .single-portfolio-item .image {
  border-radius: 0;
}

.portfolio-area.no-space .single-portfolio-item .image img {
  border-radius: 0;
}

.portfolio-area.no-space .single-portfolio-item .content {
  border-radius: 0;
  border-right: 1px solid #ECF5FE;
}

.portfolio-area.no-space .single-portfolio-box {
  border-radius: 0;
  margin-bottom: 0;
}

.portfolio-area.no-space .single-portfolio-box .image {
  border-radius: 0;
}

.portfolio-area.no-space .single-portfolio-box .image img {
  border-radius: 0;
}

.portfolio-area.no-space .single-portfolio-box .content {
  border-radius: 0;
  border-right: 1px solid #ECF5FE;
}


.single-portfolio-item {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
}

.single-portfolio-item .image {
  border-radius: 5px 5px 0 0;
}

.single-portfolio-item .image img {
  border-radius: 5px 5px 0 0;
}

.single-portfolio-item .content {
  background-color: #f9f9f9;
  text-align: left;
  padding: 30px 25px 25px;
  border-radius: 0 0 5px 5px;
  position: relative;
}

.single-portfolio-item .content h3 {
  margin-bottom: 0;
  font-size: 24px;
}

.single-portfolio-item .content .link-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #de7503;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--whiteColor);
  border-radius: 3px;
  position: absolute;
  font-size: 25px;
  right: 20px;
  top: -20px;
  display: inline-block;
}

.single-portfolio-item .content .link-btn:hover {
  color: var(--whiteColor);
  background-color: #373636;
}

.single-portfolio-box {
  margin-bottom: 30px;
  text-align: center;
  background-color: #f9f9f9;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  .border-radius: 5px;
  padding: 5px;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}

.single-portfolio-box .image {
  .border-radius: 5px 5px 0 0;
}

.single-portfolio-box .image img {
  .border-radius: 5px 5px 0 0;
}

.single-portfolio-box .content {
  text-align: left;
  padding: 25px 25px 20px;
  border-radius: 0 0 5px 5px;
  position: relative;
}

.single-portfolio-box .content h3 {
  margin-bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 21px;
}

.single-portfolio-box .content span {
  display: block;
  color: #de7503;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 600;
  margin-top: 6px;
}

.single-portfolio-box .content .link-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #de7503;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--whiteColor);
  border-radius: 3px;
  position: absolute;
  font-size: 25px;
  right: 20px;
  top: -20px;
  display: inline-block;
}

.single-portfolio-box:hover {
  background-color: #de7503;
}

.single-portfolio-box:hover .content h3 {
  color: var(--whiteColor);
}

.single-portfolio-box:hover .content h3 a {
  color: var(--whiteColor);
}

.single-portfolio-box:hover .content span {
  color: var(--whiteColor);
}

.single-portfolio-box:hover .content .link-btn {
  color: var(--whiteColor);
  background-color: #373636;
}

.portfolio-slides {
  left: calc((100% - 1200px) / 2);
  position: relative;
}

.portfolio-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -105px;
  right: 21%;
}

.portfolio-slides.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  border: 1px solid #de7503;
  margin: 0 7px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #de7503;
  text-align: center;
  line-height: 39px;
}
i.fa.fa-arrow-right {
    color: #fff;
}

.portfolio-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  margin-right: 0;
}

.portfolio-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #de7503;
  border-color: #de7503;
  color: var(--whiteColor);
}
.portfolio-areakp.section-title-center .section-title {
  text-align: center;
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.portfolio-areakp.section-title-center .section-title p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-areakp.no-space .row {
  margin-left: 0;
  margin-right: 0;
}

.portfolio-areakp.no-space .row .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-areakp.no-space .single-portfolio-item {
  margin-bottom: 0;
  border-radius: 0;
}

.portfolio-areakp.no-space .single-portfolio-item .image {
  border-radius: 0;
}

.portfolio-areakp.no-space .single-portfolio-item .image img {
  border-radius: 0;
}

.portfolio-areakp.no-space .single-portfolio-item .content {
  border-radius: 0;
  border-right: 1px solid #ECF5FE;
}

.portfolio-areakp.no-space .single-portfolio-box {
  border-radius: 0;
  margin-bottom: 0;
}

.portfolio-areakp.no-space .single-portfolio-box .image {
  border-radius: 0;
}

.portfolio-areakp.no-space .single-portfolio-box .image img {
  border-radius: 0;
}

.portfolio-areakp.no-space .single-portfolio-box .content {
  border-radius: 0;
  border-right: 1px solid #ECF5FE;
}
.progress-section{
    padding-bottom: 50px;
}
.single-progress{}
.progress-icon{
    position: relative;
    display: inline-block;
}
.progress-icon:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 40px;
    border-left: 2px dashed #f15626;
    border-radius: 100%;
    bottom: 0;
}
.progress-icon i {
    font-size: 50px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-image: linear-gradient(to left, #ff3202, #dd7603, #ff3405);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 78px;
    color: rgb(255, 255, 255);
}
.progress-number span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #cccccc;
    color: #0c5adb;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 80px;
    right: 0;
    margin: auto;
    transition: .3s;
}
.progress-number span:after {
    content: "";
    position: absolute;
    content: "";
    left: -76px;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 2px solid #f15626;
    border-radius: 100%;
    bottom: -110px;
}
.progress-icon img {
    font-size: 50px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-image: linear-gradient(to left, #ff3202, #dd7603, #ff3405);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 78px;
    color: rgb(255, 255, 255);
}
.progress-content{}
.progress-content h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
}
.progress-content h2:after {
    content: "";
    background: url(../images/progress-side.png);
    top: -200px;
    height: 40px;
    width: 200px;
    background-size: contain;
    position: absolute;
    right: -120px;
}
.dn.progress-content h2:after{
    display: none;
}
/* style-four */
.style-four.progress-section {
    padding-top: 70px;
    padding-bottom: 50px;
}
.header-btn {
    display: inline-block;
}
/*********************************
  Footer
*********************************/
.site-footer {
    position: relative;
    width: 100%;
    background: #121212;
    padding: 40px 0 0 0;
    text-align: center;
    border: none;
    margin-top: 30px;
    z-index: 9999;
}

.footerinner-area {
    position: relative;
    width: 250px;
    background-image: linear-gradient(to left, #ff3202, #dd7603, #ff3405);
    min-height: 320px;
    text-align: left;
    float: left;
    margin-top: -60px;
    margin-bottom: -72px;
}

.footerinner-area::before {
    position: absolute;
    content: "";
    background: url(../images/corner_img.png) no-repeat;
    width: 20px;
    height: 20px;
    right: -20px;
    top: 0;
}

.footerinner-area h2 {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 400;
    letter-spacing: 0 !important;
    line-height: 24px !important;
    margin-bottom: 30px !important;
    margin-top: 59px !important;
    padding-left: 16px;
    text-transform: none !important;
}

.footerinner-area .widget {
    margin-bottom: 0 !important;
}

.footerinner-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footerinner-area ul li.address {
    background: url(../images/address_icon.png) 18px 7px no-repeat;
}

.footerinner-area ul li.email {
    background: url(../images/mail_icon.png) 14px 5px no-repeat;
}

.footerinner-area ul li.phone_no {
    background: url(../images/phone_icon.png) 17px center no-repeat;
}

.footerinner-area ul li.email a {
    color: #fff;
    text-decoration: none;
}

.footerinner-area ul li {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px;
    padding-left: 46px;
}

.widget-area > :last-child, .widget > :last-child {
    margin-bottom: 0;
}

.footer_social {
    margin-top: 22px;
}

.footer_social ul li a i {
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.footer_social ul li {
    display: inline-block;
}

.quick_link {
    width: 22%;
    text-align: left;
    margin-left: 10%;
}

.quick_link h2 {
    font-size: 24px !important;
    font-weight: 400;
    letter-spacing: 0 !important;
    text-transform: none !important;
    margin-bottom: 10px !important;
    color: #fff !important;
    line-height: 24px !important;
}

.quick_link ul {
    padding: 10px 0 0 0px;
    margin: 0;
    list-style: none;
}

.footer {
    width: 100%;
    padding-top: 50px;
    width: 100%;
    background: #121212;
    padding: 40px 0 0 0;
    text-align: center;
    border: none;
    position: relative;
    margin-top: 30px;
}

.textwidget p {
    color: #fff;
    text-align: center!important;
}

.footer_about_text {
    padding-top: 49px;
}

.footer_social {
    margin-top: 22px;
}

.footer_title {
    font-size: 24px !important;
    font-weight: 400;
    letter-spacing: 0 !important;
    text-transform: none !important;
    margin-bottom: 10px !important;
    color: #fff !important;
    line-height: 24px !important;
}

.footer_list {
    margin-top: 26px;
}

.footer_list li:not(:last-child) {
    margin-bottom: 15px;
}

.footer_list li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.footer_list li a:hover {
    color: #ff8a00;
    text-decoration: none;
}

.footer_contact_info {
    padding-right: 70px;
    margin-top: 26px;
}

.footer_contact_item:not(:last-child) {
    margin-bottom: 23px;
}

.footer_contact_title {
    font-size: 14px;
    font-weight: 500;
    color: #ff6600;
}

.footer_contact_line {
    font-size: 14px;
    font-weight: 500;
    color: #6c6a74;
    margin-top: 3px;
}

.bottom_section {
    float: left;
    width: 100%;
    background: #121212;
    text-align: center;
    padding: 0px 10px;
    color: #fff;
    border-top: 1px solid #fff;
    padding-top: 25px;
}

.footer_links {
    padding-bottom: 30px;
    text-align: left;
}

.footer_links .textwidget {
    position: relative;
    color: #fff;
    font-size: 15px;
    margin-top: 24px !important;
    text-transform: none;
    font-weight: 400;
}

.footer_links .textwidget a {
    background-image: linear-gradient(to left, #ff3202, #dd7603, #ff3405);
    border: medium none;
    box-shadow: none;
    clear: both;
    color: #fff;
    display: table;
    font-size: 13px;
    margin-top: 16px;
    padding: 5px 12px;
}

.footer_title.tl {
    margin-top: 0px;
}
.counterup-section {
    position: relative;
    width: 100%;
}

.countr-bg {
    background: #de7503;
    box-shadow: 11px 11px 38px rgb(0 0 0 / 54%);
    bottom: -50px;
    top: -42px;
    right: 77px;
    width: 90%;
     z-index: 999;
    position: absolute;
}

.single-counterup {
    text-align: center;
    margin-top: 20px;
}

.counterup-icon i {
    color: #0c5adb;
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 2px dashed #0c5adb;
    border-radius: 50%;
    margin-bottom: 15px;
    transition: .5s;
}

.counterup-icon i:hover {
    transform: rotateY(180deg);
}

.counterup h1 {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: 800;
}
.counterup h5 {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: 800;
}
.counterup-title p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align:center!important;
}
.counterup h3 {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: 800;
}

.counterup-title h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
i.fa.fa-angle-double-right {
    color: #fff;
}
.nw_menu_main_menu nav ul li a.getcallbtn {
    position: relative;
    border: 2px solid #079633;
    color: #fff!important;
    border-radius: 5px;
}
.nw_menu_main_menu nav ul li a.getstartbtn {
    position: relative;
    background:#f15626 !important;
    border: 2px solid #f15626 !important;
    color: #fff!important;
    border-radius: 5px;
}
.thankarea {
    text-align: center;
}
.thankarea p {
    position: relative;;
    text-align: center !important;
    margin: 20px 0px;
}
.thankarea a {
    position: relative;
    background-color: #079633;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    text-align: center !important;
}


