@font-face {
  font-family: fontLight;
  src: url("../font/Roboto-Light.ttf");
}
@font-face {
  font-family: fontBold;
  src: url("../font/Roboto-Bold.ttf");
}
@font-face {
  font-family: robotoReg;
  src: url("../font/Roboto-Regular.ttf");
}
@font-face {
  font-family: sansReg;
  src: url("../font/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: rageItalic;
  src: url("../font/RageItalicRegular.ttf");
}
/*Main CSS*/
body html {
  height: 100%;
  margin: 0;
}

body {
  font-family: robotoReg, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FAFAFA !important;
  color: #000000;
}

.wrapped {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.wrapper {
  position: relative;
  min-height: 100%;
}

p {
  text-align: justify;
}

.justify-content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

footer {
  bottom: 0;
  left: 0;
  width: 100%;
}

header {
  position: relative;
  top: 0;
  width: 100%;
  color: #000000;
  z-index: 9999;
  height: 92px;
  position: fixed;
  transition: top 0.3s ease-in-out;
}

.logo1.active {
  display: none !important;
  transition: 0.3s;
}

.logo2.active {
  display: block !important;
  transition: 0.3s;
}

.logo1 {
  display: block !important;
  transition: 0.3s;
}

.logo2 {
  display: none !important;
  transition: 0.3s;
}

.nav-up {
  top: -92px;
}

.header.active {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}

.header.active .navbar-nav > li > a {
  color: #333 !important;
}

header a:hover {
  cursor: pointer;
}

header .navbar {
  padding: 15px 0px;
  margin-bottom: 0px;
  border-radius: 0;
}

header .navbar-default {
  background-color: transparent;
  border: none;
  transition: 0.4s;
  height: 80px;
}

header .navbar-default .navbar-nav > li {
  padding: 0 5px;
}

header .navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
  padding: 15px 10px;
  font-size: 16px;
  cursor: pointer;
}
header .navbar-default .navbar-nav > li > a:hover {
  color: #FFFFFF;
  transition: 0.3s;
  font-weight: bold;
  background-color: none;
}

header ul > li > a {
  cursor: pointer;
}

header .logo {
  width: 200px;
  position: absolute;
  top: 9px;
}

header .navbar-brand {
  padding: 0;
}

.title-head {
  text-align: center;
}

.sub-header ul li a {
  color: #5f5f5f !important;
}

.n-main ul li a {
  color: #000;
}

.dd-large {
  display: block !important;
}

.dd-small {
  display: none !important;
}

/*BANNER*/
#home.wrapped {
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
}

.banner-row {
  margin: 0 !important;
}

.banner-text {
  font-family: robotoReg;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.banner-text h1 {
  margin: 0;
  font-family: rageItalic;
  font-size: 80px;
}

.banner-text p {
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
}

.banner .ban-circle {
  position: absolute;
  float: left;
  top: -100px;
  left: -15px;
  width: 627px;
}
.banner .ban-phone {
  position: absolute;
  float: left;
  top: -50px;
  left: 74px;
  width: 450px;
}

.banner-content {
  padding-left: 70px !important;
  margin-top: 3em;
}
.banner-content .ban-title {
  font-size: 24px;
  margin-top: 3em;
}
.banner-content .ban-desc {
  font-family: fontLight;
  font-size: 16px;
  line-height: 25px;
  width: 590px;
  word-break: break-word;
}

.section-carousel {
  position: relative;
  background-color: red;
  background: url("../images/home-banner.png") no-repeat center;
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}

.banner-links {
  position: relative;
  margin: 3em 0 0;
}

.banner-links a {
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px 25px;
  margin: 5px;
  cursor: pointer;
}
.banner-links a:hover {
  text-decoration: none;
  color: #fff;
}

.banner-get {
  background: #3BBDCF;
  border: 1px solid #3BBDCF;
}

.banner-contact {
  border: 1px solid #fff;
}

.banner {
  padding: 15em 7em 20em 0em !important;
}
.banner .banner h1 {
  font-size: 42px;
}

/*Section 1*/
.section-1 {
  color: #000000;
  background-color: #FAFAFA;
  margin-top: 5em;
}
.section-1 .title-head p {
  font-family: sansReg;
  display: inline-block;
  color: #000000;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
}
.section-1 .title-head p::before {
  margin-left: -3em;
}
.section-1 .title-head p::after {
  margin-right: 48em;
  margin-left: 15px;
}
.section-1 .title-head h3 {
  color: #323232;
}
.section-1 .sec1-values {
  padding: 0 0 4em;
}
.section-1 .sec1-values .col {
  padding: 4em;
}
.section-1 .sec1-values .col p {
  margin-top: 3em;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
}
.section-1 .sec1-values .col h1 {
  font-family: fontBold;
  position: relative;
  font-size: 26px;
  color: #000000;
  font-weight: bold;
  margin-top: 0;
}
.section-1 .sec1-values .col h1::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 44px;
  margin: 0 auto;
  height: 4px;
  background: #f84408;
  background: linear-gradient(90deg, #f84408 0%, #f79134 100%);
}
.section-1 .sec1-values .col img {
  width: 100%;
}
.section-1 .sec1-values .col a {
  display: inline-block;
  border: none;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 20px 0;
  text-transform: uppercase;
  background-color: #368FC0;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
.section-1 .sec1-values .col a:hover {
  text-decoration: none;
}

.section-2 {
  background-color: #f2f2f2;
}
.section-2 h1 {
  text-align: center;
}

#sec-solutions {
  background: linear-gradient(98.91deg, #F23D00 -28.58%, #F79134 137.84%);
  color: #fff;
  padding: 3em 0 4em;
}
#sec-solutions h1 {
  font-family: rageItalic;
  font-size: 50px;
}
#sec-solutions p {
  text-align: left;
}
#sec-solutions a {
  background: none;
  border: 1px solid;
  padding: 7px 25px 5px;
  border-radius: 3px;
  text-transform: uppercase;
  float: right;
  margin-top: 3em;
  margin-right: 3em;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
  font-weight: bold;
}
#sec-solutions a:hover {
  background-color: #fff;
  transition: 0.3s ease;
  text-decoration: none;
  border-color: #f57422;
  color: #f34c09;
}

/*GO UP*/
.go-up {
  position: relative;
}
.go-up img {
  position: absolute;
  z-index: 999;
  width: 50px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

/*FOOTER*/
footer .footnav {
  background-color: #242424;
  padding: 3em 1em;
  color: #F9F9F9;
}
footer .footnotes {
  background-color: #171717;
}
footer .col-logo p {
  padding-top: 1em;
}
footer .logo {
  width: 200px;
}
footer .copyright p {
  color: #6F6F6F;
  margin: 10px 0;
  text-align: left;
}
footer .links {
  text-align: right;
  padding: 10px;
}
footer .links a {
  color: #fff;
  padding-left: 40px;
  transition: 0.3s;
}
footer .links a:hover {
  color: #00aabc;
  text-decoration: none;
}
footer .logo {
  width: 200px;
}
footer .foot-posts p {
  color: #514D4D;
  font-size: 11px;
}
footer .foot-posts h3 {
  font-size: 14px;
  margin: 0;
  padding-top: 5px;
}
footer .foot-contact p,
footer .foot-posts h3 {
  color: #F9F9F9;
}
footer .foot-contact i,
footer .foot-contact p {
  display: inline;
}
footer .foot-posts h2,
footer .foot-contact h2 {
  color: #F25F2D;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 2em;
}
footer .foot-contact i {
  color: #F25F2D;
  position: absolute;
  left: 0;
  top: 3px;
}
footer .foot-con-details {
  padding: 0 20px 20px;
  position: relative;
}
footer .foot-con-details i.fa-mobile {
  font-size: 17px;
}
footer .foot-con-details i.fa-envelope {
  font-size: 12px;
}

#testimonial {
  padding: 4em 0;
}

#testimonial h1 {
  font-family: sansReg;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 44px;
}

.testim {
  width: 100%;
  color: #000000;
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #BDBDBD;
  cursor: pointer;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 11111111;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #ea830e;
}

.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
  padding: 0;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #777;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #ea830e;
  border-color: #ea830e;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  -moz-animation: testim-scale 0.5s ease-in-out forwards;
  -ms-animation: testim-scale 0.5s ease-in-out forwards;
  -o-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #F25F2D;
  font-weight: 500;
  font-size: 16px;
  margin: 15px 0 0;
}

.testim .cont div .position {
  color: #838383;
  margin: 0 0 38px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}

.testim .cont div p {
  font-size: 14px;
  color: #000000;
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  -moz-animation: testim-show 0.5s ease-in-out forwards;
  -ms-animation: testim-show 0.5s ease-in-out forwards;
  -o-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  -moz-animation: testim-content-in 0.4s ease-in-out forwards;
  -ms-animation: testim-content-in 0.4s ease-in-out forwards;
  -o-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  -moz-animation: testim-content-in 0.5s ease-in-out forwards;
  -ms-animation: testim-content-in 0.5s ease-in-out forwards;
  -o-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  -moz-animation: testim-hide 0.5s ease-in-out forwards;
  -ms-animation: testim-hide 0.5s ease-in-out forwards;
  -o-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  -moz-animation: testim-content-out 0.4s ease-in-out forwards;
  -ms-animation: testim-content-out 0.4s ease-in-out forwards;
  -o-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  -moz-animation: testim-content-out 0.5s ease-in-out forwards;
  -ms-animation: testim-content-out 0.5s ease-in-out forwards;
  -o-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}
@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }
  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}
@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }
  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}
@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }
  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}
@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}
@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}
@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}
@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }
}
#our-team {
  margin-top: 80px;
}
#our-team .team-banner {
  background: url("../images/our-team-banner.png") center no-repeat;
  background-size: cover;
}
#our-team .container-org {
  margin: 4em 0;
}
#our-team .con-team {
  padding: 5em 0;
}
#our-team .team-banner h1 {
  padding: 3em;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 44px;
}
#our-team .team-soc {
  text-align: left;
  color: #fff;
  opacity: 0.7;
}
#our-team .team-soc a {
  margin-right: 8px;
}
#our-team .main-title {
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}
#our-team .col-team {
  padding: 2em;
}
#our-team .main-title {
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}
#our-team .col-team .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}
#our-team .content-team {
  position: relative;
  margin: auto;
  overflow: hidden;
  border-bottom-right-radius: 37px;
  cursor: pointer;
  height: 285px;
}
#our-team .col-team i {
  color: #fff;
}
#our-team .content-team p {
  text-align: left;
}
#our-team .content-team .content-overlay {
  background: linear-gradient(157.6deg, rgba(237, 35, 37, 0.8) -12.42%, rgba(247, 145, 52, 0.8) 75.08%);
  position: absolute;
  height: 92%;
  width: 110%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  transform: translateY(63%) translateX(3px) rotate(-9deg);
}
#our-team .content-team:hover .content-overlay {
  opacity: 1;
}
#our-team .content-image {
  width: 100%;
}
#our-team .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#our-team .content-team:hover .content-details {
  opacity: 1;
}
#our-team .content-details h3 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 0;
}
#our-team .content-details p {
  font-family: fontLight;
  color: #E3E3E3;
  font-size: 14px;
}
#our-team .fadeIn-bottom {
  left: 50%;
  top: 81%;
}
#our-team .d-team:hover + .disappear-name {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#our-team .disappear-name h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 0;
  text-align: left;
}
#our-team .disappear-name p {
  color: #545454;
  font-size: 14px;
  text-align: left;
}

.diagonal {
  position: relative;
  line-height: 50px;
  background: #67809f;
  color: white;
  border: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  z-index: 1;
  padding: 0px;
  width: 300px;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.diagonal:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  background: #34495e;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  transform: translateY(10%) translateX(16%) rotate(-45deg);
  transition: transform 0.3s;
}

.diagonal:hover::after {
  transform: translateY(10%) translateX(-25px) rotate(-45deg);
}

.company-banner {
  background: url("../images/our-team-banner.jpg") center no-repeat !important;
  background-size: cover !important;
}

.container-company {
  padding: 2em 1em 0 !important;
}
.container-company .row {
  margin: 4em 0 7em;
}
.container-company h3 {
  color: #F25F2D;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0;
}
.container-company h2 {
  margin-bottom: 2em;
  position: relative;
  font-size: 23px;
  font-weight: bold;
}

.content-methodology .content-metho {
  padding: 0 4em;
}
.content-methodology img {
  float: right;
}
.content-methodology ul {
  padding: 0 10px;
}
.content-methodology ul li {
  list-style: none;
}

.company-choose {
  align-items: center;
  text-align: center;
  padding: 0 20em 6em !important;
}
.company-choose h3 {
  font-weight: bold;
}
.company-choose .divider {
  margin: 25px auto;
}

.container-company .content-company {
  padding: 0 4em;
}

.container-company .company-img {
  padding: 45px 4em 0 4em;
}

.divider {
  width: 50px;
  height: 4px;
  background: linear-gradient(157.6deg, rgba(237, 35, 37, 0.8) -12.42%, rgba(247, 145, 52, 0.8) 75.08%);
  margin-bottom: 25px;
}

.choose-img img {
  width: 445px;
  margin: 3em auto;
}

.container-company h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 44px;
  margin: 0 auto;
  height: 4px;
  background: #f84408;
  background: linear-gradient(90deg, #f84408 0%, #f79134 100%);
}

.container-company p {
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
}

#services {
  margin-top: 80px;
}
#services h1 {
  font-size: 18px;
  font-weight: bold;
}
#services .services-banner {
  background: url("../images/services-banner.jpg") center no-repeat;
  background-size: cover;
}
#services .services-banner h1 {
  padding: 3em;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 44px;
  margin-bottom: 20px;
}
#services .col-service {
  width: 335px;
  min-height: 300px;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 35px 0px;
  padding: 2em;
  margin: 2em auto;
}
#services .col-service:hover {
  background-color: #ffe0b1;
  transition: 0.3s ease;
  cursor: pointer;
}
#services .col-service img {
  width: 30px;
}
#services .container-service {
  padding: 3em 0;
}

.divider {
  width: 50px;
  height: 4px;
  background: linear-gradient(157.6deg, rgba(237, 35, 37, 0.8) -12.42%, rgba(247, 145, 52, 0.8) 75.08%);
  margin-bottom: 25px;
}

#services .col-service img.md-ax {
  width: 200px;
}

#contact {
  margin-top: 90px;
}
#contact h2 {
  font-size: 18px;
  font-weight: bold;
}
#contact .contact-banner {
  background: url("../images/contact-us.png") center no-repeat;
  background-size: cover;
}
#contact .contact-banner h1 {
  padding: 3em;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 44px;
  margin-bottom: 20px;
}
#contact .contact-icon {
  margin: 2em 0;
}
#contact .contact-icon > div {
  margin-bottom: 1em;
}
#contact .contact-icon i {
  color: #FA6B33;
  width: 14px;
  height: 14px;
  text-align: center;
  margin-right: 16px;
  vertical-align: middle;
}
#contact .contact-icon i,
#contact .contact-icon p {
  display: inline-block;
}
#contact .contact-map iframe {
  margin-top: 7em;
  vertical-align: bottom;
}
#contact #our-team {
  margin: 0;
}

button.btn-submit {
  text-transform: uppercase;
  background: linear-gradient(103.54deg, #FC6431 5.22%, #F79134 96.41%);
  border-radius: 5px;
  border: none;
  padding: 10px 35px;
  margin: 20px 0;
}

.divider {
  width: 50px;
  height: 4px;
  background: linear-gradient(157.6deg, rgba(237, 35, 37, 0.8) -12.42%, rgba(247, 145, 52, 0.8) 75.08%);
  margin-bottom: 25px;
}

#news {
  font-family: robotoReg;
  margin-top: 80px;
}
#news h2 {
  font-size: 18px;
  font-weight: bold;
}
#news .news-banner {
  background: url("../images/news-banner.jpg") center no-repeat;
  background-size: cover;
}
#news .news-banner h1 {
  padding: 3em;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 44px;
  margin-bottom: 20px;
}
#news .container-news {
  margin: 5em 0;
}
#news .news-wrapper a {
  text-decoration: none;
  color: #333;
}
#news .news-info {
  font-family: robotoReg;
  margin: 40px 10px;
}
#news .news-info img {
  width: 100%;
  width: 300px;
  height: 230px;
  max-width: fit-content;
  margin: 0 auto;
  z-index: auto;
}
#news .news-img {
  position: relative;
  margin: 0 auto;
  min-width: -webkit-fill-available;
  overflow: hidden;
}
#news .news-desc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news .news-desc p {
  margin: 0;
}
#news .news-info h1 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
#news .news-info small {
  color: #858585;
  margin-top: 20px;
  display: block;
}

.container-news-sub {
  margin: 5em 0 2em;
}
.container-news-sub img {
  margin: 2em auto;
  width: 100%;
}
.container-news-sub h1 {
  font-weight: bold;
  padding: 0 3em;
  text-align: center;
}
.container-news-sub .news-details p {
  font-family: robotoReg;
  margin: 20px 0;
}

.news-detail-row {
  margin-bottom: 3em;
}
.news-detail-row img {
  margin: 0 auto;
  width: 50%;
}

.news-details {
  margin: 3em 0;
}
.news-details h3 {
  font-size: 17px;
  margin-top: 3em;
}
.news-details img {
  margin: 2em auto;
  width: 50%;
  display: block;
}

.news-tag {
  color: #6F6F6F;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 3em;
}
.news-tag span {
  margin: 0 10px;
}
.news-tag i {
  color: #F25F2D;
  padding-right: 5px;
}

.recently h1 {
  font-size: 21px;
  font-weight: 600;
}
.recently .recent-side {
  padding-left: 100px;
  padding-right: 16px;
  position: relative;
  margin-bottom: 20px;
}
.recently .recent-side-img {
  background-size: 720px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.recently .recent-side .img-side {
  background-size: cover !important;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.recently .recent-side .img-news1 {
  background: url("../images/news1.jpg") center no-repeat !important;
  background-size: cover !important;
}
.recently .recent-side .img-news2 {
  background: url("../images/newss2.jpg") center no-repeat !important;
  background-size: cover !important;
}
.recently .recent-side .img-blog1 {
  background: url("../images/blogs1.jpg") center no-repeat;
}
.recently .recent-side .img-blog2 {
  background: url("../images/blogs2.jpg") center no-repeat;
}
.recently .recent-side .img-side.img-blog3 {
  background: url("../images/blogs3.png") center no-repeat;
}
.recently .recent-side span {
  font-family: fontBold;
}
.recently .recent-details p {
  margin: 1em 0 0;
  color: #6F6F6F;
}

#news .blog-banner {
  background: url("../images/blogs-banner.jpg") center no-repeat !important;
  background-size: cover !important;
}

@media screen and (max-width: 1024px) {
  .container-company {
    padding: 2em 0 0 !important;
  }

  .company-choose {
    padding: 0 15em 6em !important;
  }

  .container-company .content-company {
    padding: 0 4em;
  }

  #services .col-service {
    width: 280px;
    min-height: 334px;
  }
}
@media screen and (max-width: 992px) {
  #services .col-service {
    width: auto;
    margin: 2em 0;
  }
}
@media screen and (max-width: 991px) {
  .container-company {
    padding: 2em 0 0 !important;
  }

  .company-choose {
    padding: 0 10em 6em !important;
  }

  .container-service .col-serv {
    width: 50%;
  }
  
  header .navbar-default .navbar-nav > li > a {
      font-size: 14px;
  }
  
  header .logo {
      width: 170px;
  }
}
@media screen and (max-width: 960px) {
  .container-company .row {
    margin: 4em 0 0em;
  }

  .container-company {
    padding: 0 0 4em !important;
  }

  .container-company .content-company,
.container-company .company-img,
.section-1 .sec1-values .col {
    padding: 2em;
  }

  .title-head {
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 800px) {
  header .navbar-default .navbar-nav > li > a {
    font-size: 12px;
  }

  .container-news .news-wrapper {
    width: 50%;
  }
  
  header .logo {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .container-company .content-company,
.container-company .company-img,
.content-methodology .content-metho {
    padding: 2em;
  }

  .container-company .row {
    margin: 2em 0 0;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-default {
    background-color: #fff;
  }

  header .navbar-header {
    padding: 0 25px;
  }

  header .logo1 {
    display: none !important;
  }

  header .logo2 {
    display: block !important;
    position: relative;
    top: 0;
    width: 165px;
  }

  .navbar-toggle {
    margin-right: 0;
  }

  header .navbar-default .collapse {
    background-color: #fff;
    padding: 0 33px;
    box-shadow: 0px 15px 10px -15px #111;
    border-top: 0;
  }

  header .navbar-default .navbar-nav > li > a {
    color: #000000;
    padding: 10px 5px;
  }

  .dd-large {
    display: none !important;
  }

  .dd-small {
    display: block !important;
  }

  .company-img img,
.section-1 .sec1-values .col img {
    width: 320px;
    margin: 0 auto;
    display: block;
    float: unset;
  }

  .section-1 .sec1-values .col {
    padding: 2em 0;
  }

  .content-company,
.content-metho {
    padding: 2em 10em !important;
    text-align: center;
  }

  .section-1 .sec1-values .col-p {
    padding: 2em 10em;
    text-align: center;
  }

  .container-company h2::after,
.section-1 .sec1-values .col h1::after {
    right: 0;
  }

  .content-methodology ul {
    text-align: left;
    padding: 0 2em;
  }

  footer .col-logo {
    width: 100%;
  }

  footer .foot-posts,
footer .foot-contact {
    width: 50%;
  }

  footer .logo {
    position: absolute;
  }

  footer .col-logo p {
    padding: 0 0 1em 17em;
  }

  footer .foot-posts h2, footer .foot-contact h2 {
    padding-bottom: 1em;
  }

  .go-up img {
    width: 40px;
  }

  #our-team .content-team {
    width: 300px;
  }
}
@media screen and (max-width: 720px) {
  .content-company,
.company-img,
.content-metho {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .company-choose {
    padding: 0 30px 6em !important;
  }

  .content-company {
    margin-bottom: 2em;
  }

  .content-metho {
    margin-top: 3em;
  }

  .container-company .row {
    margin: 1em 0 2em;
  }

  #sec-solutions {
    padding: 3em 1em 4em;
  }

  footer .copyright p {
    padding: 0 10px;
  }
}
@media screen and (max-width: 560px) {
  .content-company p {
    padding: 0 5em !important;
  }

  .content-metho p {
    padding: 0 1em !important;
  }

  .container-company .content-company,
.content-metho {
    padding: 0 !important;
  }

  .section-1 .sec1-values .col-p {
    padding: 2em 5em;
  }

  .banner-text {
    padding: 0 2em;
  }

  .banner-links {
    margin: 2em 0 0;
  }

  .container-service .col-serv {
    width: 100%;
    padding: 0 6em;
  }
}
@media screen and (max-width: 480px) {
  h1,
.section-1 .title-head p {
    font-size: 28px !important;
  }

  .banner-links a {
    font-size: 14px;
  }

  .container-service .col-serv {
    width: 100%;
    padding: 0 3em;
  }

  #sec-solutions .row > div {
    width: 100%;
  }

  #sec-solutions a {
    margin-top: 0;
  }

  .container-news .news-wrapper {
    width: 100%;
  }

  footer .col-logo p {
    padding: 5em 0 1em 0;
  }

  footer .footnav {
    padding: 3em 1em 1em;
  }

  footer .footnotes {
    font-size: 12px;
  }
}
@media screen and (max-width: 460px) {
  .content-company p,
.section-1 .sec1-values .col-p {
    padding: 0 1em !important;
  }

  #our-team .team-banner h1 {
    padding: 3em 0;
  }
}
@media screen and (max-width: 400px) {
  footer .foot-posts, footer .foot-contact {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .container-service .col-serv {
    padding: 0 2em;
  }
}
@media screen and (max-width: 320px) {
  #our-team .col-team {
    padding: 0;
  }

  #our-team .content-team {
    width: 260px;
  }

  footer .copyright p {
    text-align: center;
  }

  footer .logo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

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