body {
  font-family: 'Work Sans', sans-serif !important;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Work Sans', sans-serif !important;
}

img {
  display: block;
  max-width: 100%;
}

a,
button {
  cursor: pointer;
}

#contact {
  padding: 110px 0px !important;
}

#works {
  padding: 20px 0px 80px 0px !important;
}

#banner p {
  color: #fff;
  font-size: 20px;
  margin: 30px 0px;
}

#banner h1 {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 40px;
}

#banner h1 span {
  font-size: 60px;
  font-weight: 600;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}

#banner a {
  margin-right: 10px; 
  vertical-align: text-top;
}

#banner a:hover {
  color: #fff;
}

#works h2,
#contact h2,
#services h2 {
  font-weight: 600;
  font-size: 38px;
  color: #222;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.atlas-cta {
  border-radius: 22px !important;
  padding: 12px 30px !important;
  font-weight: 700;
  transition: .3s ease-in-out !important;
  display: block;
  margin-top: 10px;
}

.atlas-cta:hover {
  text-decoration: none;
  transform: translateY(-5px);
}

.atlas-cta-wide {
  width: 100%;
}

.cta-green {
  background: #007bff;
  color: #ffffff;
}

.cta-green:hover {
  color: #ffffff !important;
  background: #007bff;
}

.cta-blue {
  background: #192440;
  color: #ffffff;
  display: block;
}

.cta-blue:hover {
  color: #ffffff !important;
  background: #121a2e;
}

.cta-ghost {
  border: 2px solid #192440 !important;
  color: #192440;
}

.cta-ghost:hover {
  color: #ffffff;
  background: #121a2e;
}

#banner {
  padding: 0px 0px 40px 0px;
  background: url(../img/banner-bk.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}

.works-box {
  text-align: center;
}

.works-box img {
  width: 80px;
  margin: 40px auto;
}

.works-box h4 {
  font-weight: 600;
  font-size: 22px;
}


/********** banner **********/

#banner header {
  overflow: hidden;
}

#banner header img {
  max-width: 80px;
}


/********** feature (skew background) **********/

.feature img {
  width: 100%;
  max-width: 480px;
}

#feature-first {
  background: linear-gradient(168deg, #ffffff 55%, #00FFAD 0);
}

#feature-last {
  color: #333;
  padding: 0px;
  /*background: #f0f1f5;
  background: -moz-linear-gradient(top, #007bff 0%, #005ad5 50%);
  background: -webkit-linear-gradient(top, #007bff 0%, #005ad5 50%);
  background: linear-gradient(to bottom, #007bff 0%, #005ad5 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff', endColorstr='#005ad5', GradientType=0);*/
}

.text-right {
  text-align: right;
}

.mid_services {
  display: flex;
  background: #f1f1f1;
}

.text-white {
  color: #fff;
}

.according_inner_grids {
  padding: 1em 4em;
}

.mid_services_img {
  background: url(../img/half_image.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  min-height: 600px !important;
}


}

/********** contact **********/
#contact {
  background-size: cover;
}
#contact p {
  color: #fff;
}
#contact .list-unstyled {
  margin-top: 30px;
}
#contact ul li {
  margin-bottom: 25px;
  font-size: 16px;
}
#contact form {
  color: #192440;
}
#contact form input,
#contact form textarea {
  border-radius: 0px;
  height: 40px;
}
#copyright {
  background: #192440;
  padding: 20px 0px;
  color: #ffffff;
  vertical-align: middle;
}
.copyright-text {
  text-align: left;
  vertical-align: middle;
  margin-top: 15px;
}
#copyright #social-media ul {
  margin: 0px;
  padding: 0px;
}
#copyright #social-media ul li {
  background: #007bff;
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
#copyright #social-media ul li:hover {
  background: #ffffff;
  color: #007bff;
}
#copyright #social-media ul li a:hover {
  color: #007bff;
}
#copyright #social-media ul li a {
  color: #ffffff;
}
.bootstrap-accordion {
  margin-top: 40px;
}
.panel-heading .panel-title {
  font-size: inherit;
  letter-spacing: 0;
  padding: 0;
  position: relative;
}
.panel-heading .panel-title>a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.3;
  display: block;
  padding: 18px 50px 17px 20px;
  margin: -2px;
  background-color: #55bce7;
  border: none;
  color: #fff;
  border-radius: 0;
  word-wrap: break-word;
}
@media (min-width: 992px) {
  .panel-heading .panel-title>a {
    padding: 25px 40px 25px 25px;
  }
  
  .panel-heading .panel-title>a i {
    margin-right: 5px;
  }
}
.panel-heading .panel-title>a.collapsed:hover,
.panel-heading .panel-title>a:hover {
  background-color: #55bce7;
  color: #fff;
}
.panel-heading .panel-title>a.collapsed:hover i,
.panel-heading .panel-title>a:hover i {
  color: #fff;
}
.panel-heading .panel-title>a.collapsed {
  color: #fff;
  background-color: #55bce7;
}
.panel-heading .panel-title>a.collapsed i {
  color: #fff;
}
.panel-heading .panel-title>a:after {
  font-family: FontAwesome;
  content: '\f107';
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
}
.panel-heading .panel-title>a.collapsed:after {
  content: '\f105';
}
.panel-heading .panel-title>a>i {
  position: relative;
  width: 2em;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  line-height: 0;
}
.panel {
  box-shadow: none;
}
.panel-group .panel {
  border-radius: 0 !important;
  border: 0px;
  background-color: transparent;
}
.panel-default>.panel-heading {
  background-color: transparent;
  color: inherit;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0;
}
.panel-default {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.panel-group .panel+.panel {
  margin-top: 15px;
  border-radius: 0px !important;
  border: 0px;
}
.panel-body {
  border-top: none !important;
}
.panel-body .media-left {
  padding-right: 15px;
}
.panel-body .media-left .img-circle {
  max-width: 50px;
}
.panel-body .media-left img {
  max-width: 80px;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
  padding: 20px !important;
  border-radius: 0px;
  background: #fff;
  color: #222;
}
@media (min-width: 400px) {
  .panel-group .panel-heading+.panel-collapse .panel-body {
    padding: 32px 35px 20px;
  }
}
.collapse-unstyled .panel h4 {
  margin: 0 0 0.5em;
}
.collapse-unstyled .panel h4 a:after {
  color: #55bce7;
  padding: 0 5px;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f107";
}
.collapse-unstyled .panel h4 a.collapsed:after {
  content: "\f105";
}
.collapse-unstyled .panel-content {
  padding: 10px 20px;
}
.req{
  color: red;
  font-size:14px;
  margin-bottom: 20px;
}
#thank-you{
  margin:90px 0px;
  text-align: center;
}
#thank-you i{
  text-align: center;
    font-size:70px;
    margin: 0px auto;
    width: 100%;
    color: #192440;
}
/********** RWD **********/
@media (max-width: 575px) {
  #banner h1 {
    font-size: 26px;
  }
  
  #banner {
    text-align: center;
  }
  
  .mid_services {
    display: block;
  }
  
  #banner header img {
    margin: 0px auto;
  }
  
  .col-md-10.text-right {
    text-align: center;
  }
  
  #banner h1 span {
    font-size: 36px;
    line-height: 40px;
    margin-top: 10px;
  }
  .according_inner_grids {
    padding: 1em 2em;
  }
  #contact{
    padding: 35px 0px !important;
    text-align: center;
  }
  .copyright-text{
    text-align: center;
  }
}