@charset "UTF-8";





h2,
h4 {
  color: #000;
}

h5,
li {
  color: #626262;
}

a,
h4,
li {
  letter-spacing: 2px;
}

h4,
p {
  line-height: 2;
}

#header #logo h1 a,
a {
  text-decoration: none;
}

#header #logo h1,
#hero h1 {
  font-family: 'Open Sans', sans-serif;
}


body {
  background-color: #fff;
  color: #333;
  position: relative;
}

.click {
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h2 {
  font-weight: 400;
}

h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  font-size: 14px;
  font-weight: 500;
}

.cloud_heading {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

li {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}

#hero .btn-get-started,
#hero .btns a,
.btn {
  text-transform: uppercase;
}

p {
  color: #505050;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .5px;
  margin-bottom: 20px
}

.img-fluid {
  height: 60px;
  margin-bottom: 30px;
  width: 60px;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
}

.btn {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 15px 40px;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.btn-default:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.fa {
  font-size: 13px;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #007bff;
  line-height: 0;
  color: #fff;
  padding: 16px !important;
  font-size: 19px;
  border-radius: 5px;
  right: 100px;
  bottom: 35px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  transition: background .5s;
}

/* .widget-container {
  left: -20px !important;
} */

@media (max-width:768px) {
  body>section.servicepara>div>div>div:nth-child(2)>img {
    margin-left: 0px !important;
  }

  body>section.benefitsdiv>div>div>div:nth-child(1)>img {
    margin-left: 0px !important;
  }



  .back-to-top {
    bottom: 8px;
  }
}

.back-to-top:focus {
  background: #00AEF0;
  color: #fff;
  outline: 0;
}

.back-to-top:hover {
  background: #00AEF0;
  color: #fff;
}

#header #logo h1 a span,
#hero h1 {
  /* color: #71c55d */
  color: #4a90e2;
}

#header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 60px;
  z-index: 3;
  transition: all .5s ease;
  padding: 9px;
}

#about-header {
  background: transparent;
  /* position: fixed; */
  left: 0;
  top: 0;
  right: 0;
  height: 60px;
  z-index: 3;
  transition: all .5s ease;
  padding: 9px;
}

.positionname {
  font-size: 20px;
  color: #1e1d27;
}

.applybtn {
  width: 120px;
  margin-left: 150px;
  font-size: 13px;
  line-height: 1.7;
  text-transform: capitalize;
  color: #fff;
  background-color: #007bff;
  border-radius: 5px;
}

.about-img {
  /* background-image: url(../img/about-back.jpg); */
  background-image: linear-gradient(90deg, #009580, #009480 10.85%, #009081 20.64%, #008a82 29.62%, #008283 38%, #007984 46.04%, #006f86 53.96%, #006487 62%, #005988 70.38%, #004f89 79.36%, #00488a 89.15%, #00458a);
  position: absolute;
  height: 50vh;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: auto;
  /* background-position: center; */
  background-attachment: fixed;
}

#carouselExampleControls .carousel-control-next {
  right: -100px !important;
}

#carouselExampleControls .carousel-control-prev {
  left: -100px !important;
}

#about-back {
  height: 50.3vh;
}

#about-back canvas {
  position: fixed;
  z-index: -1;
}

.about-img img {
  width: 100%;
}


.card1 p {
  text-align: center;
  padding: 5px;
}

.about-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.head-line h1,
.head-line p {
  color: white !important;
  top: 25vh;
  position: relative;
  /* font-weight: bold; */
}

.head-line p {
  font-size: 19px;
  color: black;
}

#header #logo {
  padding: 1px 0 0;
}

#header #logo h1 {
  color: #505050;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}

#header #logo h1 a {
  color: #555;
  line-height: 1;
  display: inline-block;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

.scroll-header {
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
}

#hero {
  /* background-color: #fafafa; */
  border-bottom: 1px solid #ebebeb;
  padding: 100px 0px;
  display: flex;
  align-content: center;
  align-items: center;
}

@media (max-width:640px) {



  /* cloudcomputing.html */
  .head-line p {
    font-size: 18px;
    color: black;
  }

  .tabcontent p {
    padding: 0px !important;
  }

  #blog .block-blog .content-blog {
    padding: 20px 0px !important;
  }

  .tab {
    float: none !important;
    background-color: #f1f1f1;
    width: 100% !important;
    height: auto;
  }

  .tabcontent {
    float: none !important;
    padding: 0px 12px;
    width: 100% !important;
    border-left: none;
    height: auto;
    text-align: justify !important;
  }

  .footer1-follow {
    margin-left: -18px !important;
  }

  /* ///// */
  #hero img {
    max-width: 100% !important;
    margin-bottom: 30px !important;
  }

  .cust-contact {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  /* .carousel-control-prev {
    left: -28px !important;
  }

  .carousel-control-next {
    right: -28px !important;
  } */

  .team_imgs img {
    max-width: 70% !important;
  }

  .footer1-follow {
    justify-content: start !important;
  }

  #subcribe {
    width: 100% !important;
  }

  #contact {
    margin: 0 !important;
  }

  /* #carouselExampleControls {
    width: 80% !important;
  } */

  #about-us .about-content {
    padding: 0 !important;
  }

  .about-content p {
    width: 100% !important;
  }

  .section-title h2 {
    letter-spacing: 0 !important;
  }

  /* #partners {
    padding: 0px 0px 0px 0px !important;
  } */

  #partners>div.container>div.row.m-5.d-flex.justify-content-center {
    margin: 0px 0px 0px 0px !important;
  }

  #partners>div.container>div.row.m-5.d-flex.justify-content-center>div:nth-child(1)>a>img {
    width: 255px;
    height: 50px !important;
  }

  #partners>div.container>div.row.m-5.d-flex.justify-content-center>div:nth-child(1)>a>img {
    margin-top: -6px;
  }

  #partners>div.container>div.row.m-5.d-flex.justify-content-center>div:nth-child(2)>a {
    width: 255px;
    height: 50px !important;
    margin-top: -12px;
  }

  #partners>div.container>div.row.m-5.d-flex.justify-content-center>div:nth-child(3)>a>img {
    width: 255px;
    height: 50px !important;
  }

  #products>div.container>div>div.row.m-5.d-flex.justify-content-center {
    margin: 0px 0px 0px 0px !important;
  }

  #products>div.container>div>div.row.m-5.d-flex.justify-content-center>div:nth-child(1)>a>img {
    height: 45px !important;
  }

  #products>div.container>div>div.row.m-5.d-flex.justify-content-center>div:nth-child(2)>a>img {
    height: 48px !important;
  }

  #products>div.container>div>div.row.m-5.d-flex.justify-content-center>div:nth-child(3)>a>img {
    height: 48px !important;
  }



}



@media (min-width:1025px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero .hero-container {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px;

  font-size: 42px;
  font-weight: 300;
  line-height: 1.31818182em;
  font-variant-ligatures: common-ligatures;
}

#hero .btn-get-started,
#hero h2 {
  /* font-family: Roboto, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}

@media (max-width:768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #777;
  font-size: 20px;
  font-weight: 300;
}

@media (max-width:768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  /* #carouselExampleIndicators {
    height: 40vh !important;
  }

  #carouselExampleIndicators>a.carousel-control-prev {
    margin-left: 93px !important;
  }

  #carouselExampleIndicators>a.carousel-control-next {
    margin-right: 81px !important;
  } */
}

#hero img {
  max-width: 95%;
  margin-bottom: 30px;
}

#hero .btn-get-started {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 11px 36px;
  border-radius: 50px;
  transition: .5s;
  border: 2px solid #4a90e2;
  background: #fff;
  color: #4a90e2;
  text-decoration: none;
}

#mobile-nav ul li a,
.nav-menu a {
  letter-spacing: 0.5px;
  outline: 0;
  text-decoration: none;
  user-select: none;
}

#hero .btn-get-started:hover {
  background: #4a90e2;
  color: #fff;
}

#hero .btns a {
  color: #808080;
  font-size: 11px;
  font-weight: 600;
  margin: 4px 20px;
  text-decoration: none;
  transition: .3s;
  font-family: 'Open Sans', sans-serif;
}

.nav-menu a,
.nav-menu ul li a {
  transition: .3s;
  font-size: 14px;
}

@media (max-width:360px) {

  body>footer>div.container>div>div:nth-child(3)>div>a {
    margin-bottom: 25px;
  }

  .footer1-follow {
    margin-bottom: 0px !important;
  }
}

@media(max-width: 546px) {
  .about-img.service-pjs {
    height: 100vh !important;
  }

  #about-back.service-pjs {
    height: 90vh !important;
  }

  #carouselExampleControls {
    width: auto !important;
  }

  #carouselExampleControls .carousel-control-prev {
    left: 0 !important;
  }

  #carouselExampleControls .carousel-control-next {
    right: 0 !important;
  }

  .text {
    height: auto !important;
  }
}

@media (max-width: 1024px) {
  .text {
    height: auto !important;
  }
}

.box img {
  margin-left: 0px !important;
}

body>section.clientscarousel>div>div.parent-box.owl-carousel.owl-loaded.owl-drag>div.owl-nav>button.owl-prev {
  left: -20px !important;
}

body>section.clientscarousel>div>div.parent-box.owl-carousel.owl-loaded.owl-drag>div.owl-nav>button.owl-next {
  right: -20px;
}


/* body>section.servicepara>div>div>div:nth-child(2)>img {
  margin-left: 0px !important;
} */

body>section.benefitsdiv>div>div>div:nth-child(1)>img {
  margin-left: 0px !important;
}

/* 
#carouselExampleIndicators>a.carousel-control-prev>span.carousel-control-prev-icon {
  margin-left: -140px !important;
}

#carouselExampleIndicators>a.carousel-control-next>span.carousel-control-next-icon {

  margin-right: -140px !important;

} */

#carouselExampleIndicators {
  height: 35vh !important;
}


@media (max-width:575px) {
  #hero .btns a {
    margin: 4px 8px;
  }
}

#hero .btns a:hover {
  color: #000000;
}

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99
}

#mobile-nav ul li,
.nav-menu li {
  position: relative
}

.nav-menu li {
  white-space: nowrap
}

.nav-menu>li {
  float: left
}

.nav-menu li.sfHover>ul,
.nav-menu li:hover>ul {
  display: block
}

.nav-menu ul li {
  min-width: 180px;
  transition: .3s
}

/* 
.sf-arrows .sf-with-ul {
  padding-right: 22px
} */
/* 
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  margin-top: 1px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400
} */
/* 
.sf-arrows ul .sf-with-ul:after {
  content: "\f105"
} */

#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width:1024px) {
  #nav-menu-container {
    display: none;
  }
}

.nav-menu a {
  padding: 5px;
  display: inline-block;
  color: black;
  font-size: 1.1em;
  line-height: 2.166666667em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  opacity: .5;
}

.nav-menu li:hover>a,
.nav-menu>.menu-active>a {
  color: #000000;
  opacity: 1;
  border-bottom: 2px solid #007bff;
  /* box-shadow: 0 0.1em 0 #007bff; */
}

.nav-menu>.menu-active>a:focus {
  border-bottom: 2px solid #007bff;
  /* box-shadow: 0 0.1em 0 #007bff; */
}

.nav-menu>li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 0;
  padding: 10px;
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  background: #fff;
}

#mobile-body-overly,
#mobile-nav {
  top: 0;
  background: rgba(52, 59, 64, .9);
}

.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  display: block;
  text-transform: none;
  text-decoration-style: none;
}

#features,
#get-started {
  display: inline-block;
  height: 100%;
  width: 100%
}

.section-title h2,
.separator {
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}

.nav-menu ul li:hover>a {
  color: #000000;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
  margin: 0
}

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 4px 20px 0 0;
  border: 0;
  background: 0 0;
  font-size: 24px;
  display: none;
  transition: all .4s;
  outline: 0;
  cursor: pointer
}

#mobile-nav-toggle i {
  color: #555;
  font-size: 24px
}

@media (max-width:1024px) {
  #mobile-nav-toggle {
    display: inline
  }
}

#mobile-nav {
  position: fixed;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  left: -100%;
  width: 100%;
  overflow-y: auto;
  transition: .4s
}

#mobile-nav ul li a,
#team .team-block,
#video,
body.mobile-nav-active {
  overflow: hidden
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 14px;
  padding: 6px 22px 6px 15px;
  position: relative;
  width: 100%;
  display: block
}

#mobile-nav ul li a:hover {
  color: #fff
}

#mobile-nav ul li li {
  padding-left: 30px
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff
}

#mobile-nav ul .menu-has-children i.fa-chevron-up,
#mobile-nav ul .menu-item-active {
  color: #71c55d
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  left: 0;
  position: fixed;
  display: none
}

body.mobile-nav-active #mobile-nav {
  left: 0
}

body.mobile-nav-active #mobile-nav-toggle i {
  color: #fff
}


.section-title {
  margin-bottom: 10px
}

#partners>div.container>div.row.m-5.d-flex.justify-content-center>div:nth-child(1)>a>img {
  margin-top: -6px !important;
}




#products>div.container>div.text-center>a {
  margin-right: 0px !important;
}

#about-us>div>div {
  margin-right: 0px !important;
}



@media (max-width:992px) {
  .padd-section {
    padding-top: 60px;
    padding-bottom: 40px
  }

  .section-title {
    margin-bottom: 0
  }
}

.section-title h2 {
  font-size: 33px;
  font-weight: 300;
  letter-spacing: 1.6px;
  /* margin-bottom: 1px */
}

.section-title h3 {
  font-weight: 300 !important;
  font-size: 28px;
}

.section-title .separator {
  margin: 0 0 20px
}

.separator {
  color: #626262;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px
}

#get-started .feature-block {
  background: #fff;
  padding: 30px 20px;
  transition: all .5s ease-in-out 0s
}

@media (max-width:991px) {
  #get-started .feature-block {
    margin-bottom: 30px
  }
}

#get-started .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, .1);
  transition: all .5s ease-in-out 0s
}

#get-started .feature-block h4,
#get-started .feature-block p {
  margin-bottom: 20px
}

#get-started .feature-block a {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  transition: .3s
}

#about-us .about-content h2,
#about-us .about-content span {
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize
}

#get-started .feature-block a:hover {
  color: black;
}

#about-us img {
  max-width: 100%
}

.about-us {
  padding: 100px 0px;
  border-bottom: 1px solid #ebebeb;
  background: #fafafa;
}

.about-us1 {
  padding: 100px 0px;
  border-bottom: 1px solid #ebebeb;
  background: #ffffff;
}

#about-us .about-content {
  padding-top: 0;
  padding: 0px 35px;

}

.about-content p {
  width: 90%;
}

#about-us .about-content h2 {
  color: #252525;
  font-family: 'Open Sans', sans-serif;
  font-size: 33px
}

#about-us .about-content span {
  padding-right: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  margin-top: 30px
}

#about-us .about-content ul li {
  line-height: 36px
}

#about-us .about-content ul li .fa {
  padding-right: 20px
}

#features .feature-block {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all .5s ease-in-out 0s
}

#features .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, .1);
  transition: all .5s ease-in-out 0s
}

#features .feature-block h4 {
  margin-bottom: 20px
}

#features .feature-block p {
  margin-bottom: 0
}

.owl-dot.active>span,
.owl-theme .owl-dots .owl-dot span {
  height: 10px !important;
  width: 10px !important
}

.owl-item img {
  cursor: pointer
}

.owl-stage-outer {
  margin-bottom: 30px
}

.owl-theme .owl-nav {
  display: none;
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: black;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ddd
}

#team {
  padding: 100px 0px;
  background: #fafafa;
}

.clientscarousel {
  padding: 100px 0px;
  background: #fafafa;
}

/* 
#team .team-block {
  box-shadow: 0 0 35px rgba(0, 0, 0, .1);
  height: 168px;
  position: relative;
  width: 100%;
  border-radius: 50%;
} */

@media (max-width:991px) {
  /* #team .team-block {
    margin-bottom: 30px
  } */
}

/* 
#team .team-block img {
  width: 100%
} */
/* 
#team .team-block .team-content {
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .19);
  bottom: -200px;
  padding: 15px 0;
  position: absolute;
  width: 100%;
  transition: all .5s ease-in-out 0s
} */
/* 
#team .team-block .team-content ul {
  display: block;
  width: 100%
} */
/* 
#team .team-block .team-content ul li {
  display: inline-block
}

#team .team-block .team-content ul li a {
  color: #626262
} */
/* .team-content h4{
  font-size: 14px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
} */

/* #team .team-block .team-content ul li a .fa {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  transition: .3s
} */
/* 
#team .team-block .team-content ul li a .fa:hover {
  color: #007bff;
}

#team .team-block .team-content ul>span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .5px;
  margin-bottom: 20px;
  text-transform: uppercase
}

#team .team-block:hover .team-content {
  bottom: 0;
  transition: all .5s ease-in-out 0s
} */

#blog .block-blog .content-blog,
#pricing .block-pricing {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 4px 0 rgba(0, 0, 0, .19)
}

#pricing .block-pricing {
  background: #fff;
  display: inline-block;
  position: relative;
  width: 100%
}

@media (max-width:991px) {
  #pricing .block-pricing {
    margin-bottom: 30px
  }
}

#pricing .block-pricing .table {
  margin-bottom: 0;
  padding: 30px 15px;
  max-width: 100%;
  width: 100%
}

#pricing .block-pricing .table h4 {
  padding-bottom: 30px
}

#pricing .block-pricing h2 {
  margin-bottom: 30px
}

#pricing .block-pricing ul {
  list-style: none;
  margin: 10px auto;
  max-width: 240px;
  padding: 0
}

#pricing .block-pricing ul li {
  border-bottom: 1px solid rgba(153, 153, 153, .3);
  padding: 12px 0;
  text-align: center
}

#pricing .block-pricing ul li b {
  color: #3c4857
}

#pricing .block-pricing .table .table_btn a {
  background: #71c55d;
  color: #fff;
  margin: 0;
  display: inline-block
}

#pricing .block-pricing .table .table_btn a:hover {
  background: #55b03f
}

#pricing .block-pricing .table .table_btn a .fa {
  font-size: 13px;
  margin-right: 5px
}

@media (max-width:991px) {
  #blog .block-blog {
    margin-bottom: 30px
  }
}

#blog .block-blog img {
  width: 100%
}

.ourblog_content {
  padding: 0px 35px !important;
}


#blog .block-blog .content-blog {
  display: inline-block;
  min-height: 125px;
  padding: 20px 10px;
  width: 100%
}

#blog .block-blog .content-blog h4 {
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 16px
}

#blog .block-blog .content-blog h4 a {
  color: #555;
  text-decoration: none;
  transition: .3s
}

#blog .block-blog .content-blog h4 a:hover {
  color: #71c55d
}

#blog .block-blog .content-blog>span {
  float: left;
  font-size: 12px
}

#blog .block-blog .content-blog a.readmore {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s;
  letter-spacing: 0;
  text-transform: capitalize
}

#blog .block-blog .content-blog a.readmore:hover {
  color: #71c55d
}


#newsletter {
  background: linear-gradient(132deg, #007bff, #6610f2, #6f42c1, #e83e8c, #dc3545);
  background-size: 400% 400%;
  animation: BackgroundGradient 16s ease infinite;
  padding: 100px 0px;
}

@keyframes BackgroundGradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

#newsletter .overlay {
  background: linear-gradient(rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, .2) 95%);
  height: 100%;
  width: 100%
}

#newsletter .form-control:focus {
  /* border-color: #71c5d; */
  box-shadow: none;
  outline: 0
}

#newsletter .btn {
  background: #f2f4f8;
  color: #007bff;
  border: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  /* height: 50px; */
  /* width: 30%; */
  padding-top: 13px;
  font-weight: bold;
  transition: .3s
}

@media (max-width:575px) {
  #newsletter .btn {
    width: 100%
  }
}

.footer-follow {
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  margin-left: -24px;
}

.footer-follow>li {
  margin: 10px;
  padding: 0;
  list-style: none;
  line-height: 1.4;
  font-size: 17px;
}

.footer-follow li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;


  color: #fff;

}

.footer-follow>li>a:hover {

  color: #0da2f2;
}

.footer-follow li a i {
  font-size: 19px;
}

.footer1-follow {
  margin-bottom: 63px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  margin-left: -50px;
}

.footer1-follow>li {
  margin: 10px 5px;
  padding: 0;
  list-style: none;
  line-height: 1.4;
  font-size: 17px;
}

.footer1-follow>li>a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  color: white;

}

.footer1-follow>li>a:hover {

  color: #0da2f2;
}




.footer1-follow li a i {
  font-size: 19px;
}


.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
}

.list-unstyled li a {
  font-weight: bold;


}

.footer .list-menu ul li a:hover {
  color: #6b83e7;
}

#contact {
  /* background-color: #fafafa; */
  /* border-top: 1px solid #ebebeb; */
  border-bottom: 1px solid #ebebeb;
  padding: 100px 0px;
}

#contact .info {
  color: #222
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  margin-top: 7px;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px
}



#contact .social-links {
  padding-bottom: 20px
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #71c55d;
  color: #fff;
  line-height: 1;
  padding: 6px 0 8px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: .3s
}

#contact .form #errormessage,
#contact .form #sendmessage {
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px
}

#contact .social-links a:hover {
  /* background: #55b03f; */
  color: #fff
}

#contact .form #sendmessage {
  color: #71c55d;
  border: 1px solid #71c55d
}

#contact .form #errormessage {
  color: red;
  border: 1px solid red
}

#contact .form #errormessage.show,
#contact .form #sendmessage.show,
#contact .form .show {
  display: block
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 12px 10px;
  line-height: 1
}

.form button[type=submit],
#contact .form button[type=submit] {
  background: #007bff;
  border: 0;
  padding: 7px 50px;
  color: #fff;
  transition: .4s;
  border-radius: 4px;
}

#contact .form button[type=submit]:hover {
  background: #609de6
}

.footer {
  background: #2a2c30;
  padding-top: 50px
}

.footer .footer-logo .navbar-brand {
  color: #fff;
  display: inline-block;
  float: none;
  /* font-family: Philosopher, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 100%;
  letter-spacing: .2em;
  padding-left: 0;
  padding-top: 0
}

.footer .footer-logo p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: justify
}

.footer .list-menu>h4 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  margin-left: -2px;
}

.footer .list-menu ul li a {
  color: #fff;
  font-size: 12px;
  /* padding-left: 5px; */
  text-decoration: none;
  letter-spacing: 0
}

.footer .copyrights {
  background: #fff;
  margin-top: 50px;
  text-align: center;
  padding: 15px
}

.footer .copyrights .credits,
.footer .copyrights p {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center !important;
}

#services>div:nth-child(1)>div>h2,
.fficon {
  margin-bottom: 30px
}




#services {
  /* background-color: #fafafa; */
  /* border-top: 1px solid #ebebeb; */
  border-bottom: 1px solid #ebebeb;
  padding: 100px 0px;
}

.footer .copyrights .credits a,
.footer .copyrights p a {
  letter-spacing: 0;
  color: #71c55d
}

body>footer>div.copyrights>div>p>a:hover {
  color: #0da2f2 !important;
}


#mapDiv {
  border-radius: 15px
}

body>div.mfp-wrap.mfp-gallery.mfp-close-btn-in.mfp-auto-cursor.mfp-img-mobile.mfp-ready>div>div.mfp-content>div>figure>img {
  max-height: 1620px important
}

#position {
  height: 50px;
  font-size: 14px
}

div.card-header {
  padding-top: 6px;
  padding-bottom: 6px
}

.fficon {
  font-size: 60px !important;
  color: #007bff;
}

/* .margin-topfor {
  margin-top: 35px
} */

.services-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between
}

.services-links li {
  float: left;
  margin-left: auto;
  margin-right: auto;
  text-align: justify
}

.service_image {
  margin-top: 50px;
  padding-left: 0
}

.service_active {
  font-weight: 600;
  color: #007bff;
}

.section_title,
.section_title_about {
  font-weight: 100;
  /* font-family: Roboto, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 2px;
  text-transform: capitalize
}

.section_title {
  font-size: 35px;
  margin-bottom: 10px;
  margin-top: 10px
}

.portfolio_img_border {
  border: 1px solid #71c55d
}

.applyButton {
  background-color: #4AC764 !important;
  border: 1px solid #4AC764 !important
}



.countryName {
  font-weight: 700
}

.section-title h1 {
  /* font-family: Roboto, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: capitalize;
  margin-top: 30px
}

@media screen and (max-width:770px) {

  #about-us>div>div>div:nth-child(2)>div>h1,
  #about-us>div>div>div:nth-child(2)>div>h2 {
    margin-top: 15px;
    text-align: center
  }

  #about-us>div>div>div>ul {
    display: inline-grid
  }

  #contact {
    margin: 0 60px
  }
}

@-moz-document url-prefix() {
  #file {
    height: auto !important
  }
}

.card-title {
  margin-bottom: 0 !important
}

.blogpage {
  /* margin-top: 5%; */
  /* margin-bottom: 3%; */
  background-color: #fafafa;
  /* border-bottom: 1px solid #ebebeb; */
  border-top: 1px solid #ebebeb;
  padding: 100px 0px;
}

@media screen and (max-width:767px) {
  .blogpage {
    margin-top: 1%;
    margin-bottom: 1%;
  }
}


.post-header {
  display: flex;
  margin-bottom: 10px;
}

.post-header .post-date .date {
  background: lightgray;
  color: #007bff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.color {
  color: #007bff;
}

.post-header .post-date .month {
  background: #007bff;
  margin-top: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center
}

.post-header .post-heading {
  margin-left: 1rem;
}

/*blog image margin*/
.blog_image {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog_image+p {
  text-align: justify;
}

.blog_para {
  text-align: justify;
}

/* ======= Typing text========= */


.hero-container>h1>span.cursor {
  display: inline-block;
  width: 3px;
  animation: blink 1s infinite;
}

.hero-container h1 span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: #ccc;
  }

  49% {
    background-color: #ccc;
  }

  50% {
    background-color: transparent;
  }

  99% {
    background-color: transparent;
  }

  100% {
    background-color: #ccc;
  }
}

.input {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  outline: 0;
}

.input:active {
  outline: 0;
  border: none;
}

.input-group-append button {
  padding: 12px 15px !important;
}

.nav-item>.nav-link:hover {
  border-bottom: 2px solid #007bff;
  transition: 0s;
}

.nav-item>.nav-link.active {
  border-bottom: 2px solid #007bff;
}


/* ========================= Carousal ============================ */


#slider {
  /* background: #fafafa; */
  position: relative;
  padding: 100px 0px;
  border-top: 1px solid #ebebeb;
}

#carouselExampleControls {
  width: 60%;
  padding: 50px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23 000' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.text h3 {
  text-transform: capitalize;
  font-size: 33px;
  color: black;
  font-weight: bold;
}

.text h6 {
  margin: auto;
  font-weight: bold;
  font-size: 14px;
}

.text p {
  padding: 25px;
  margin-bottom: 0;

}

.text {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-content: center;
}

button:focus {
  outline: 0 !important;
}

.drive_us {
  /* background-color: #fafafa; */
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 100px 0px;
}

h4 {
  font-weight: 400 !important;
  font-size: 1.35714286em !important;
  margin-bottom: 7px !important
}

.team-block ul {
  margin-bottom: 0px;
}

.team_list {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0px;
}

.team_list a {
  margin: 10px;
  color: #007bff;
}

.team_list:hover {
  color: rgb(96, 157, 230);
}

.team_imgs img {
  border-radius: 50%;
  padding: 20px;
}

.carousel-item p {
  padding: 20px;
}

/* ======== Service tabs ========= */


.tab {
  float: left;
  background-color: #f1f1f1;
  width: 30%;
  height: auto;
}

.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 18px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  border: none;
  outline: 0;
}

.tab button:hover {
  background-color: #609de6;
  color: #fff
}


.tab button.active {
  background-color: #007bff !important;
  outline: 0 !important;
  color: #fff !important;
}

.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 70%;
  border-left: none;
  height: auto;
}

.tabcontent p {
  padding: 20px;
}

.carousel-control-next,
.carousel-control-prev {
  background: transparent;
  border: none;
}


/* =================drift code ============= */

._2ngXYtlcHXA-EjBwuz_RKI {
  bottom: 0px !important;
  top: 20px !important;
}

.c-quote {
  font-size: 1.6rem;
  font-weight: bold;
}

.c-quote::before {
  position: relative;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  font-size: 2.8rem;
}

.c-quote::after {
  position: relative;
  left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  font-size: 2.8rem;
}


/* #carouselExampleIndicators {
  height: 60vh;
} */


.jobopenings {
  margin-top: 40px;
}

.careersheading {
  margin-top: 50px;
}