@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700,900');
@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.otf) format('OpenType');
}
@font-face {
  font-family: Poppins-Light;
  src: url(../fonts/Poppins-Light.otf) format('OpenType');
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.otf) format('OpenType');
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.otf) format('OpenType');
}

body{
    font-family: Poppins !important;
}
a{
    text-decoration: none !important;
}
input:focus, select:focus, textarea:focus{
 outline: none;
}
section#h-main-banner {
  position: relative;
}
.home-banner{
  background-image: url(../images/main-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
#h-main-banner .bg-light {
  background-color: transparent !important;
}
#h-main-banner .navbar-nav .nav-link {
  color: rgb(255 255 255);
  padding: 10px 24px;
  font-weight: 300;
}
#h-main-banner .navbar-light .navbar-nav .nav-link.active, #h-main-banner .navbar-light .navbar-nav .show>.nav-link {
  color: #ff3838;
}
#h-main-banner .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  float: right;
}
#h-main-banner .navbar-light .navbar-nav .nav-link:focus, #h-main-banner .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(255 56 56);
  transition: 0.5s;
}
#get-started-btn a.nav-link {
  background: #fff;
  color: #ff3838 !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 1px;
  border-radius: 4px;
}
#get-started-btn a.nav-link:hover, .quick-links form button:hover{
  background-color: #ff3838;
  color: #fff !important;
  transition: 0.5s;
}
.left-txt h2 {
  color: white;
  font-size: 40px;
  font-weight: 500;
}
.left-txt p {
  font-size: 20px;
  color: #fff;
  font-weight: 200;
  line-height: 32px;
}
a.connect-btn {
  background: #ff3838;
  color: #fff;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  border-radius: 4px;
  border: 2px solid #ff3838;
  margin-top: 10px;
  display: inline-block;
}
a.connect-btn:hover, .h-subs-form form button:hover{
  background-color: transparent;
  color: #ff3838;
  transition: 0.5s;
}
.left-txt {
  padding: 80px 0px;
}
.banner-text {
  padding: 50px 0px;
}
.banner-text .carousel-control-next, .banner-text .carousel-control-prev {
  width: 6%;
}
.about-txt h5, .h-role-txt h5, .h-subs-form h5, .about-sec-txt h5, .a-team h5, .c-connect-txt h5, .c-connect-form h5 {
  color: red;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 15px;
}
section.h-about-section {
  padding: 40px 0px;
}
.about-txt {
  padding: 80px 0px;
}
.about-txt h3, .h-role-txt h3, .h-subs-form h3, .about-sec-txt h3, .a-team h3, .c-connect-txt h3, .c-connect-form h3 {
  color: #182142;
  font-size: 32px;
  font-weight: 600;
}
.about-txt p, .h-role-txt p{
  color: #868686;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 32px;
}
.about-img, .h-roles-img {
  text-align: center;
}
.about-img img, .h-roles-img img {
  width: 90%;
}
section.h-technologies {
  background: #fafafa;
  padding: 35px 0px;
}
.h-technologies h3 {
  color: #182142;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.tech-1 {
  background: #182142;
  position: relative;
  border-radius: 10px;
  padding: 20px 20px;
  margin-bottom: 18px;
  height: 220px;
}
.tech-1 h4 {
  color: #fff;
  font-size: 22px;
  margin: 20px 0px 10px 0px;
}
.tech-1 p {
  color: #c9c9c9;
  line-height: 26px;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.5px;
}
.count {
  background: #37415c;
  display: inline-block;
  color: #182142;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 0;
  padding: 5px 20px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.h-role-txt ul {
  list-style: none;
  padding: 0;
  margin: 10px 0px;
}
.h-role-txt ul li {
  color: #1d1d1d;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 37px;
}
.h-role-txt ul li img {
  margin-left: -37px;
}
section.h-roles {
  padding: 30px 0px 30px 0px;
}
section.h-subs {
  position: relative;
  background-image: url(../images/sub-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 50px 0px;
  margin-top: 110px;
}
.h-subs-image img {
  position: absolute;
  bottom: 0;
}
.h-subs-form form {
  background: #ffffff91;
  padding: 10px 10px;
  border-radius: 10px;
  overflow: hidden;
}
.h-subs-form form input {
  background-color: transparent;
  width: 60%;
  padding: 10px 10px;
  border: none;
  color: #000;
  margin-top: 5px;
}
.h-subs-form form input::placeholder{
   color: #1d1d1d;
   font-weight: 500;
}
.h-subs-form form button {
  background: #ff3838;
  color: #fff;
  padding: 12px 18px;
  letter-spacing: 1px;
  font-weight: 500;
  border-radius: 4px;
  border: 2px solid #ff3838;
  float: right;
}
section.h-blogs {
    padding: 40px 0px;
}
.h-blog-1 {
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}
.h-blog-txt ul {
    padding: 0;
    margin: 0px 0px 10px 0px;
    list-style: none;
}
.h-blog-txt ul li {
    display: inline-block;
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}
.h-blog-txt ul li img {
    margin-right: 4px;
}
.h-blog-txt h3 {
    color: #182142;
    font-size: 20px;
    font-weight: 700;
}
.h-blog-txt p {
    color: #868686;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-bottom: 0px;
}
.h-blog-txt p a {
    color: #1e1e1e;
    font-weight: 600;
    font-size: 15px;
}
.h-blog-img img {
  width: 100%;
}
footer.h-footer {
    background: #182142;
    padding: 45px 0px 15px 0px;
}
.foot-about p {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 27px;
  margin-top: 14px;
}
.quick-links h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 25px;
}
.quick-links ul {
    list-style: none;
    padding: 0;
    margin: 0px 0px 14px 0px;
}
.quick-links ul li {
  color: #fff;
  margin-bottom: 11px;
  font-weight: 100;
  letter-spacing: 0.5px;
  font-size: 15px;
}
.quick-links ul li a{
  color: #fff;
}
.quick-links ul li a:hover, .lower-footer p a:hover{
  color: #ff3838;
  transition: 0.5s;
}
.f-connect-us ul li {
  margin-left: 30px;
}
.f-connect-us ul li img {
  margin-left: -36px;
  margin-right: 5px;
}
.quick-links form input {
  width: 100%;
  background: #060e28;
  border: none;
  margin-bottom: 6px;
  padding: 12px 20px;
  border-radius: 10px;
}
.quick-links form textarea {
  width: 100%;
  background: #060e28;
  border: none;
  margin-bottom: 10px;
  padding: 14px 20px;
  border-radius: 10px;
  height: 80px;
}
.quick-links form input::placeholder, .quick-links form textarea::placeholder{
  color: #a1a1a1;
  font-size: 14px;
}
.quick-links form button {
  background: #fff;
  color: #ff3838 !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  border-radius: 4px;
  border: 2px solid #fff;
  width: 100%;
  padding: 8px 20px;
}
.lower-footer {
  border-top: 1px solid #5a5c64;
  margin-top: 30px;
  padding: 10px 0px;
  text-align: center;
}
.lower-footer p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 0px;
}
.lower-footer p a{
  color: #fff;
}
.about-banner{
  background-image: url(../images/about-bnr.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.banner-name {
  text-align: center;
  padding: 150px 0px;
}
.banner-name h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
}
.about-sec-txt p, .c-connect-form p, .c-connect-txt p {
  color: #868686;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.four-services {
  background: #182142;
  padding: 30px 40px;
  border-radius: 20px;
  position: relative;
}
img.globe-img {
  position: absolute;
  top: 0;
  right: 0;
}
section.a-blue-service {
  padding: 40px 0px;
}
.service1 h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 17px 0px 12px 0px;
}
.service1 p {
  color: #ffffff;
  line-height: 30px;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.5px;
}
.service1 {
  margin: 10px 0px;
}
.a-team{
  background-image: url(../images/team-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
}
.team-1 {
  margin: 40px 0px;
}
.team-1 ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-1 ul li {
  display: inline-block;
  margin: 5px;
}
.team-1 h4 {
  color: #182142;
  font-size: 25px;
  font-weight: 600;
  margin-top: 20px;
}
.team-1 p {
  color: #585858;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}
.team-1 img {
  border-radius: 115px;
}
section.a-about-section {
  padding: 50px 0px 20px 0px;
}
.blog-banner{
  background-image: url(../images/blogs-bnr.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.blog-list-txt ul {
  padding: 0;
  margin: 0px 0px 10px 0px;
  list-style: none;
}
.blog-list-txt ul li {
  display: inline-block;
  color: #777777;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}
.blog-list-txt ul li img {
  margin-right: 4px;
}
.blog-list-txt h3 {
  color: #182142;
  font-size: 24px;
  font-weight: 700;
}
.blog-list-txt p {
  color: #868686;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 31px;
  margin-bottom: 10px;
}
.blog-list-1 {
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
a.b-rm-btn {
  background: #182142;
  color: #fff;
  border: 2px solid #182142;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 10px 25px;
  border-radius: 5px;
  display: inline-block;
  width: auto;
}
a.b-rm-btn:hover{
  background-color: transparent;
  transition: 0.5s;
  color: #182142;
}
.blog-list form {
  background: #eff2fb;
  width: 40%;
  padding: 7px;
  border-radius: 5px;
  margin: 20px 0px;
  overflow: hidden;
}
.blog-list form input {
  background: transparent;
  border: none;
  padding: 10px 12px;
  width: 80%;
}
.blog-list form input::placeholder{
  color: #000000;
  font-weight: 400;
}
.blog-list form button {
  background: #ff3838;
  border: 2px solid #ff3838;
  padding: 8px 12px;
  border-radius: 5px;
  float: right;
}
.blog-list-img img {
  width: 100%;
}
.contact-banner{
  background-image: url(../images/contact-bnr.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.c-phone-details h4 {
  color: #182142;
  font-size: 20px;
  font-weight: 600;
}
.c-phone-details span {
  color: #414141;
  font-size: 16px;
  margin-bottom: 14px;
  display: block;
}
.for-border-right {
  border-right: 1px solid #d7d7d7;
  text-align: center;
}
.c-phone-details {
  margin-bottom: 20px;
}
.c-connect-form form input {
  background: #EFF2FB;
  border: none;
  border-radius: 8px;
  padding: 14px 20px;
  width: 100%;
  margin-bottom: 14px;
}
.c-connect-form form textarea{
  background: #EFF2FB;
  border: none;
  border-radius: 8px;
  padding: 14px 20px;
  width: 100%;
  margin-bottom: 14px;
  height: 130px;
}
section.contact-content {
  padding: 40px 0px;
}
.tech-banner{
  background-image: url(../images/technologies.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
section.technology-tabs {
  padding: 40px 0px;
}
.technology-tabs-menu {
  background: #EFF2FB;
  padding: 14px 0px;
  margin-bottom: 30px;
}
.technology-tabs-menu .nav-pills .nav-link {
  border-radius: 0;
  font-size: 17px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 20px 20px;
  text-align: left;
}
.technology-tabs-menu .nav-pills .nav-link.active, .technology-tabs-menu .nav-pills .show>.nav-link {
  color: #ff3838;
  background-color: #ffffff;
}
.technology-tabs-menu .nav-pills .nav-link:hover{
  color: #ff3838;
  transition: 0.5s;
}
.technology-tabs-text h4 {
  color: #182142;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.technology1 {
  text-align: center;
  margin-bottom: 30px;
}
.technology1 h5 {
  color: #182142;
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0px;
}
.technology1 p {
  color: #868686;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 25px;
}
.tech-icon {
  width: 90px;
  height: 90px;
  border: 3px solid #ff3838;
  border-radius: 50%;
  margin: 10px auto;
  padding: 24px 0px;
}
.tech-icon img {
  width: 36px;
}
img.bblog-img {
  margin-bottom: 15px;
}
section.blog-detail {
  padding: 40px 0px;
}
li#get-started-btn {
  display: none;
}