body {
  background: #fff;
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #222222;
  font-family: "museo_sans300";
  height: 100%;
  overflow-x: hidden !important;
  width: 100%;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #dd5f54;
  outline: none !important;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover,
a:focus,
select:focus,
button:focus {
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #252525;
}
* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
button {
  outline: none !important;
}
button,
input,
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
textarea {
  /*height: auto !important;
    padding: 5px 20px !important;
    background: #fff;
    border: 1px solid #72706f !important;
    color: #72706f;*/
  display: block;
  width: 100%;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.form-control {
  padding: 0 35px;
  border: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  font-size: 18px;
}
header,
section,
footer {
  display: block;
}
h1 {
  font-family: "museo_sans700";
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #fff;
  margin: 00px 0 0;
}
h2 {
  font-family: "museo_sans700";
  letter-spacing: -1px;
  font-size: 50px;
  color: #222222;
  margin: 0 0 30px;
}
h3 {
  font-family: "museo_sans700";
  font-size: 40px;
  color: #222222;
  margin: 40px 0 20px;
}
h4 {
  font-family: "museo_sans700";
  font-size: 30px;
  color: #222222;
  line-height: 43px;
  margin: 15px 0 10px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
p {
  margin: 0;
  padding: 0;
}
p:last-child {
  margin: 0 0 0px 0;
}
p a {
  color: #dd5f54;
}
strong {
  color: #252525;
}
ul {
  margin: 0;
  padding: 0;
  display: block;
}
ul li {
  margin: 0 0 14px 0;
  padding: 0 0 0 20px;
  position: relative;
  line-height: 24px;
  list-style: none;
}
ul li:last-child {
  margin-bottom: 0px;
}
ul li a {
  color: #dd5f54;
}
ul li a:hover {
  color: #252525;
  text-decoration: none;
}
.btn {
  background: #111111 none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  color: #fff;
  font-family: "museo_sans700";
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 54px;
  padding: 0 43px;
  margin-top: 25px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
.btn:hover,
.btn:active,
.btn:focus {
  background: #f72f26;
  color: #fff;
}
.container {
  width: 1024px;
  max-width: 96%;
}
.fa-brands {
  padding: 11px;
  font-size: 18px;
  width: 40px !important;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  color: #fff;
  background: #333333;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

a.fa-brands:hover {
  background: #1071ff;
  color: #fff;
}

header {
  width: 100%;
  height: 780px;
  position: relative;
  overflow: auto;
  background: #050519;
  background: url("../images/banners/banner-bg.jpg") no-repeat center center /
    cover;
}
.bg-serv {
  height: 760px;
  background: url("../images/banners/banner_bg-service.jpg") no-repeat center
    center / cover;
}
.bg-prod {
  height: 760px;
  background: url("../images/banners/banner_bg-product.jpg") no-repeat center
    center / cover;
}
.bg-supp {
  height: 760px;
  background: url("../images/banners/banner_bg-support.jpg") no-repeat center
    center / cover;
}

.navbar {
  padding: 0px !important;
}
.navbar-toggler {
  border: none;
  margin: 20px auto 0px auto;
}
.navbar-toggler span i {
  color: #fff;
}
.navbar-toggler-icon {
  height: unset;
  width: unset;
  background-image: none;
}
.navbar-default {
  margin: 0px;
  background: transparent;
  border: none;
  font-family: "museo_sans700";
  text-align: center;
}
.navbar-nav {
  float: none;
  text-align: center;
}
.navbar-nav > li {
  margin: 0px 44px;
  padding: 0px;
  float: none;
  display: inline-block;
}
a.nav-link {
  color: #fff;
  padding: 0px;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 50px;
  border-top: 4px solid rgba(255, 255, 255, 0);
  letter-spacing: 1px;
  font-family: "museo_sans700";
}
a.nav-link:hover,
a.nav-link:active,
a.nav-link:focus,
a.nav-link.active {
  color: #fff;
  opacity: 1;
  border-top: 4px solid rgba(255, 255, 255, 1);
}
.navbar-default .navbar-toggle {
  border: none !important;
  float: inherit !important;
  margin-right: 0px !important;
}
.header-content {
  position: relative;
}
.logobelt {
  width: 100%;
  overflow: auto;
  margin: 100px 0 60px;
  text-align: center;
}
.dots {
  width: 100%;
  overflow: auto;
  text-align: center;
}
.dots span {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.dots span.red {
  background: #f72f26;
}
.dots span.yellow {
  background: #fbbc05;
}
.dots span.green {
  background: #27c93d;
}
.dots span.blue {
  background: #1071ff;
}
.header-text {
  width: 100%;
  overflow: auto;
  text-align: center;
}
.header-text p {
  color: #fff;
  margin-top: 25px;
  font-size: 24px;
}
.scroll-down a {
  width: 35px;
  height: 25px;
  background: url("../images/down_arrow.png") no-repeat center center;
  left: 0;
  right: 0;
  bottom: 60px;
  cursor: pointer;
  z-index: 11;
  margin: auto;
  position: absolute;
}
.crossangleshape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 134px;
  overflow: hidden;
  background: url("../images/cros_headerimg.png") no-repeat center bottom /
    cover;
}

/*
.crossangleshape::before {
    background: rgba(0, 0, 0, 0) url("../images/left_shape.png") no-repeat scroll right bottom / cover ;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.crossangleshape::after {
    background: rgba(0, 0, 0, 0) url("../images/right_shape.png") no-repeat scroll left bottom / cover ;
    bottom: 0;
    content: "";
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
}
*/

.aboutus-wrapper {
  width: 100%;
  padding: 80px 0px;
  text-align: center;
}
.aboutus-wrapper p {
  padding: 0 10px;
}
.aboutus-wrapper .dots {
  margin: 50px 0px;
}

.building-process {
  width: 100%;
  text-align: center;
}
.building-process span {
  font-family: "museo_sans500";
  font-size: 30px;
  color: #222222;
  margin-bottom: 30px;
  display: block;
}
/*
.building-process .line:before {
  background: rgba(0, 0, 0, 0) url("../images/dottedborder.png") repeat scroll
    center center;
  content: "";
  display: block;
  height: 4px;
  left: -80px;
  position: absolute;
  top: 88px;
  width: 160px;
  z-index: -1;
}
.building-process .line:after {
  background: rgba(0, 0, 0, 0) url("../images/dottedborder.png") repeat scroll
    center center;
  content: "";
  display: block;
  height: 4px;
  right: -80px;
  position: absolute;
  top: 88px;
  width: 160px;
  z-index: -1;
}*/
.process-idea {
  text-align: center;
}
.process-idea img {
  max-width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.process-idea p {
  font-family: "museo_sans700";
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 2px;
}
.environment-wrapper {
  width: 100%;
  overflow: auto;
  background: url("../images/banners/section-bg.jpg") no-repeat center center /
    cover;
  padding: 70px 0 110px;
}
.sdt-logo {
  text-align: center;
}
.sdt-logo span {
  font-family: "museo_sans300";
  color: #444444;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  display: block;
}
.sdt-logo p {
  margin-bottom: 15px;
}
.sdt-logo p:last-child {
  margin-bottom: 0px;
}
.offering-block {
  width: 100%;
  overflow: auto;
  padding: 75px 0 95px;
  text-align: center;
}
.offering-block h2 {
  margin-bottom: 20px;
}
.offering-block .dots {
  margin: 55px 0px 30px;
}

.service-block {
  width: 100%;
  overflow: auto;
  text-align: center;
  padding-right: 50px;
  margin-top: 5px;
}
.service-block img {
  max-width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.offering-block .col-md-6:last-child .service-block {
  padding: 0 0 0 50px;
}
.explore-wrapper {
  width: 100%;
  overflow: auto;
  text-align: center;
}
.explore-wrapper .container {
  background: url("../images/banners/banner-bg.jpg") no-repeat center center /
    cover;
  padding: 75px 0 95px;
  border-radius: 60px;
}

.explore-wrapper .btn {
  background-color: #1071ff;
}

.explore-wrapper h3 {
  margin: 0 0 20px;
  color: #ffffff;
}
.explore-wrapper span {
  font-family: "museo_sans300";
  color: #ffffff;
  display: block;
  font-size: 30px;
  margin-bottom: 40px;
}
.explore-wrapper .form-group {
  width: 254px;
  display: inline-block;
  margin: 0 25px 0 0;
  vertical-align: middle;
}
.explore-wrapper .btn {
  vertical-align: middle;
  margin: 0px;
  padding: 0 56px 0 55px;
}
.explore-wrapper .form-group input {
  width: 100%;
  height: 54px;
  font-size: 18px;
}
footer {
  width: 100%;
  overflow: auto;
  padding: 75px 0 65px;
  text-align: center;
}
footer h3 {
  margin-bottom: 20px;
}
footer span {
  font-family: "museo_sans300";
  color: #444444;
  display: block;
  font-size: 30px;
  margin-bottom: 50px;
}
footer .btn {
  margin: 0px;
}
footer .dots {
  margin: 55px 0px 45px;
}
footer .dots span {
}
.social-btns {
  width: 100%;
  overflow: auto;
  text-align: center;
}
.social-btns a {
  display: inline-block;
  margin: 0 18px;
}
.social-btns a i {
  display: block;
  width: 35px;
  height: 35px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.social-btns a i.facebook {
  background: url("../images/social/facebook.png") no-repeat top center;
}
.social-btns a i.twiiter {
  background: url("../images/social/twitter.png") no-repeat top center;
}
.social-btns a i.linkdin {
  background: url("../images/social/linkdin.png") no-repeat top center;
}
.social-btns a:hover i.facebook {
  background: url("../images/social/facebook.png") no-repeat bottom center;
}
.social-btns a:hover i.twiiter {
  background: url("../images/social/twitter.png") no-repeat bottom center;
}
.social-btns a:hover i.linkdin {
  background: url("../images/social/linkdin.png") no-repeat bottom center;
}

/** Product page css start **/
.info-main {
  float: left;
  width: 100%;
  padding: 70px 0;
}
.info-main p {
  font-size: 20px;
  text-align: center;
  padding: 0 120px;
}
.info-main .dots {
  margin: 70px 0 65px;
}
.info-main .dots span {
}
.home-info {
  float: left;
  width: 100%;
}
.home-info .info-text h4 {
  font-size: 30px;
  color: #222222;
  font-family: "museo_sans700";
}
.home-info .info-text p {
  padding: 0;
  text-align: left;
  font-size: 20px;
  line-height: 42px;
}

.cust-main {
  float: left;
  width: 100%;
  background: url("../images/banners/section-bg.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 95px 0 90px 0;
}
.cust-main h3 {
  font-size: 40px;
  color: #222222;
  text-align: center;
}
.cust-main p {
  text-align: center;
}
.cust-main .dots {
  padding: 70px 0 65px 0;
}
.cust-main .dots span {
}
.cust-info {
  float: left;
  width: 100%;
}
.cust-info .cust-inner {
  text-align: center;
  padding: 0 30px;
}
.cust-info .profile-img {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
}
.cust-info .profile-img img {
  width: 100%;
}
.cust-info .cust-inner p {
  font-size: 16px;
  font-family: "museo_sans300";
  line-height: 32px;
  padding: 30px 0;
}
.cust-info .cust-inner h4 {
  margin-top: 0;
}
.cust-info .cust-inner span {
  font-size: 16px;
  font-family: "museo_sans300";
  display: block;
  line-height: 30px;
}
.our-support {
  width: 100%;
  float: left;
  padding: 100px 0;
  position: relative;
}
.our-support .support-wrap {
  position: relative;
  float: left;
}
.our-support .support-info {
  width: 70%;
  float: left;
  z-index: 11;
  position: relative;
  padding-left: 40px;
}
.our-support .support-info h3 {
  font-size: 50px;
  color: #222222;
  margin-top: 0px;
}
.our-support .support-info p {
  font-size: 20px;
}
.our-support .support-img {
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: 0;
  width: 50%;
}
/** Product page css end **/

/** Service Page css start **/
.service-wrapper {
  float: left;
  width: 100%;
  padding: 70px 0;
}
.service-wrapper .service-detail {
  text-align: center;
}
.service-wrapper .service-detail p {
  font-size: 20px;
}
.service-wrapper .dots {
  margin: 50px 0;
}
.service-wrapper .dots span {
}
.service-wrapper .service-box {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.tech-sec {
  float: left;
  width: 100%;
  background: url(../images/banners/section-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 100px 0;
}
.tech-sec h3 {
  text-align: center;
}
.tech-sec p {
  text-align: center;
}
.tech-sec .dots {
  margin: 65px 0;
}
.tech-sec .dots span {
}
.tech-sec .logo-sec {
  float: left;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.tech-sec .logo-sec ul {
  padding: 20px 0;
}
.tech-sec .logo-sec ul li {
  display: inline-block;
  padding: 0 30px;
}
.process-sec {
  float: left;
  width: 100%;
  padding: 95px 0 100px 0;
}
.process-sec h3 {
  text-align: center;
}
.process-sec p {
  text-align: center;
}
.process-sec .dots {
  margin: 65px 0;
}
.process-sec .dots span {
}
.process-sec .process-main .process-img {
  float: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.process-img::after {
  border-top: 4px dotted #c7c7c7;
  content: "";
  display: inline;
  height: 1px;
  position: absolute;
  right: -72px;
  top: 50%;
  transform: translateY(-50%);
  width: 112px;
}
.process-main .col-md-4:nth-child(3) .process-img::after {
  border: none !important;
}
.process-sec .process-main img {
  text-align: center;
}
.process-sec .process-main h4 {
  text-align: center;
}
/** Service Page css end **/

/** Support Page css start **/
.support-wrapper {
  float: left;
  width: 100%;
  padding: 70px 0;
}
.support-wrapper .service-detail {
  text-align: center;
}
.support-wrapper .service-detail p {
  font-size: 20px;
}
.support-wrapper .dots {
  margin: 50px 0;
}
.support-wrapper .dots span {
}
.support-wrapper .service-box {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.support-wrapper .form-group {
  width: 100%;
  display: inline-block;
  margin: 0 25px 0 0;
  padding: 30px 0px 0px 0px;
  vertical-align: middle;
  text-align: center;
}
.support-wrapper .btn {
  vertical-align: middle;
  margin: 0px;
  padding: 0 56px 0 55px;
}
.support-wrapper .form-group input {
  width: 100%;
  height: 54px;
  font-size: 18px;
  background-color: #f7f7f7;
}

.support-wrapper .form-group textarea {
  width: 100%;
  height: 200px;
  font-size: 18px;
  color: #999;
  background-color: #f7f7f7;
  padding-top: 20px;
  resize: none;
}
.support-wrapper .btn {
  border: medium none;
  border-radius: 30px;
  color: #fff;
  font-family: "museo_sans700";
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 54px;
  padding: 0 43px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

/** Support Page css end **/

/**********  Responsive CSS  **********/

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 60px;
  }
  h2 {
    font-size: 40px;
    margin: 0 0 30px;
  }
  h3 {
    font-size: 35px;
  }
  header {
    height: 760px;
  }
  .logobelt {
    margin: 70px 0 40px;
  }
  .scroll-down a {
    bottom: 40px;
  }
  .aboutus-wrapper {
    padding: 60px 0;
  }
  .environment-wrapper {
    padding: 60px 0;
  }
  .sdt-logo span {
    font-size: 25px;
    line-height: 40px;
  }
  .offering-block {
    padding: 60px 0;
  }
  .service-block {
    padding-right: 20px;
  }
  .offering-block .col-md-6:last-child .service-block {
    padding: 0 0 0 20px;
  }
  .explore-wrapper {
    padding: 60px 0px;
  }
  .explore-wrapper h3 {
    margin: 0 0 25px;
  }
  .explore-wrapper span {
    font-size: 25px;
    line-height: 40px;
  }
  footer {
    padding: 60px 0;
  }
  footer span {
    font-size: 25px;
    line-height: 40px;
    margin: 20px 0 30px;
  }
  footer .dots {
    margin: 35px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 16px;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0;
  }
  h1 br {
    display: none;
  }
  h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
    line-height: 35px;
  }
  p {
    font-size: 16px;
    line-height: 27px;
  }
  p br {
    display: none;
  }
  .btn {
    font-size: 14px;
    line-height: 46px;
  }
  header {
    height: auto;
    padding-bottom: 70px;
  }
  .scroll-down a {
    bottom: 20px;
  }
  .header-text p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #3d6277;
    border-color: #3d6277;
  }
  .navbar-collapse {
    border-top: none;
    box-shadow: none;
  }
  .navbar-nav > li {
    display: block;
  }
  a.nav-link {
    color: #fff;
    font-size: 16px;

    padding: 15px 0;
  }
  .navbar-default .navbar-nav > li:last-child a {
    border-bottom: none;
  }
  .logobelt {
    margin: 30px 0;
  }
  .logobelt img {
    width: 190px;
  }
  .aboutus-wrapper .dots {
    margin: 30px 0;
  }
  .building-process span {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 30px;
  }
  .process-idea {
    margin-bottom: 40px;
  }
  .building-process .line::before,
  .building-process .line::after {
    display: none;
  }
  .building-process .col-md-4:last-child .process-idea {
    margin-bottom: 0px;
  }
  .process-idea img {
    width: 140px;
    height: 140px;
  }
  .sdt-logo img {
    width: 350px;
  }
  .sdt-logo p {
    line-height: 30px;
    margin-bottom: 20px;
  }
  .offering-block .dots {
    margin: 20px 0 30px;
  }
  .service-block img {
    width: 140px;
    height: 140px;
  }
  .service-block {
    padding: 0px;
    margin-bottom: 50px;
  }
  .offering-block .col-md-6:last-child .service-block {
    padding: 0;
    margin-bottom: 0;
  }
  .sdt-logo span {
    font-size: 20px;
    line-height: 30px;
  }
  .explore-wrapper span {
    font-size: 20px;
    line-height: 30px;
  }
  .explore-wrapper span br {
    display: none;
  }
  .explore-wrapper .form-group {
    margin: 0 15px 15px 0;
    width: 231px;
  }
  footer {
    padding: 60px 0 40px;
  }
  footer span {
    font-size: 20px;
    line-height: 30px;
  }
  footer span br {
    display: none;
  }
  footer .dots {
    margin: 20px 0;
  }
}
@media screen and (max-width: 520px) {
  .container {
    max-width: 96%;
  }
  header {
    height: auto;
    padding-bottom: 70px;
  }
  .logobelt {
    margin: 10px 0;
  }
  .logobelt img {
    width: 170px;
  }
  .explore-wrapper .form-group {
    display: block;
    width: 100%;
  }
  .btn {
    width: 100%;
  }
  .explore-wrapper .form-group input {
    font-size: 16px;
    height: 46px;
  }
  .form-control {
    padding: 0 25px;
  }
  .support-wrapper .btn {
    padding: 0 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 330px) {
  header {
    height: auto;
    padding-bottom: 70px;
  }
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
  h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .header-text p {
    display: none;
  }
  .support-wrapper .btn {
    padding: 0 5px;
  }
}
