body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}

.heading_container h2 .dot_design {
  /* display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ff9800;
  border-radius: 100%; */
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.clearfix{
  zoom:1;
}
.clearfix::after {
  content:'';
  display: block;
  height: 0;
  clear:both;
}
.shadow-equal {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
}
/*header section*/
.hero_area {
  position: relative;
  min-height: 402px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_area .hero_bg_box {
  position: relative;
  /* position: absolute;
  top: 102px;
  left: 0; */
  width: 100%;
  height: 300px;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero_area .hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, top, bottom, from(rgba(0, 123, 255, 0.68)), to(rgba(0, 123, 255, 0.27)));
  background: linear-gradient(to bottom, rgba(0, 123, 255, 0.8), rgba(0, 123, 255, 0.27));
}

.header_section .header_top {
  padding: 15px 0;
  background-color: rgba(48, 71, 94, 0.55);
}

.header_section .header_top .header_top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  background-color: #ff9800;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
}

.header_section .header_top .contact_nav a:hover i {
  background-color: #ff9800;
}

.header_section .header_bottom {
  padding: 15px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}

.navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
}

.navbar-brand span {
  color: #ffffff;
}

.navbar-brand:hover {
  color: inherit;
}

.custom_nav-container {
  padding: 0;
}
.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #222;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #ff9800;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ff9800;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #222;
  margin: 3px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #222;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0 0 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 4em;
}
.slider_section .detail-box p {
  font-size: 2em;
}
.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #ff9800;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ff9800;
}

.slider_section .detail-box a:hover {
  /* background-color: transparent; */
  color: #222;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 45px auto 0 auto;
  width: 110px;
  height: 50px;
}

.slider_section .carousel_btn-box a {
  top: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  opacity: 1;
  color: #003366;
  color: #ffffff;
  font-size: 0.75em;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slider_section .carousel_btn-box a:hover {
  background-color: #ff9800;
  border-color: #ff9800;
}

.slider_section .carousel_btn-box .carousel-control-prev {
  left: 25px;
}

.slider_section .carousel_btn-box .carousel-control-next {
  right: 25px;
}

.service_section {
  position: relative;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  border-radius: 5px;
  color:#000;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #0955ae;
  margin-right: -45px;
  position: relative;
  font-size: 3em;
  color: #fff;
}

.service_section .box .img-box img {
  width: 50px;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.service_section .box .detail-box {
  background-color: #f3f4f5;
  margin-top: 25px;
  padding: 25px 15px 15px 55px;
  flex: 1;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #eab465;
  font-weight: 500;
}

.service_section .box .detail-box a:hover {
  color: #003366;
}
.service_section .box:hover .img-box {
  color:#c2dcfa;
}

.service_section .box:hover .img-box img {
  -webkit-filter: invert(14%) sepia(72%) saturate(584%) hue-rotate(309deg) brightness(101%) contrast(85%);
          filter: invert(14%) sepia(72%) saturate(584%) hue-rotate(309deg) brightness(101%) contrast(85%);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff9800;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ff9800;
}

.service_section .btn-box a:hover {
  /* background-color: transparent; */
  color: #222;
}

.about_section {
  position: relative;
}
.video-box-layout1 {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .video-box-layout1 {
    margin-bottom: 30px;
  }
}
.video-box-layout1 img {
  width: 100%;
}
.video-box-layout1 a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
  margin: auto;
}
.video-box-layout1 a i {
  color: #fff;
  position: relative;
  z-index: 99;
  font-size: 30px;
  line-height: 2.7;
  margin: 0;
  padding: 0;
}
.video-box-layout1 a i:hover {
  color: #ffffff;
}
.about-content-layout1 {
  margin-left: 20px;
  line-height: 1.7;
}
.about-content-layout1 h2 {
  color: #333333;
  text-transform: capitalize;
  line-height: 45px;
  margin-bottom: 25px;
}
.about-content-layout1 p {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .about-content-layout1 h2 {
    margin-bottom: 15px;
  }
}
.about_section .detail-box {
  text-align: center;
  color: #222;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.more-btn {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ff9800;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ff9800;
  margin-top: 15px;
}

.more-btn:hover {
  /* background-color: transparent; */
  color: #222;
}

.team_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* background-color: #003366; */
  overflow: hidden;
  margin-top: 45px;
}

.team_section .box .img-box {
  width: 100%;
  position: relative;
}

.team_section .box .img-box img {
  width: 100%;
}
.team_section .box .img-box:before {
  content: "";
  position: absolute;
  background-color: rgba(41, 56, 145, 0.95);
  height: 100%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.team_section .box .content-box {
  width: 100%;
  position: absolute;
  display: block;
  padding: 0 25px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  top: 15%;
  transform: translateY(-20%);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media (max-width: 1199px) {
  .team_section .box .content-box {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .team_section .box .content-box {
    top: 20%;
  }
}
.team_section .box:hover .content-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.team_section .box:hover .img-box:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.team_section .box .content-box p {
  color: #ffffff;
  margin-bottom: 30px;
}
.team_section .box .detail-box {
  width: 100%;
  padding: 25px 15px;
  text-align: center;
  position: relative;
}

.team_section .box .detail-box h5{
  color: #333;
}
.team_section .box .detail-box h6{
  color: #7d8f99;
  font-size: 16px;
}
.team_section .box .detail-box .social_box {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.team_section .box .detail-box .social_box a {
  color: #003366;
  margin: 0 5px;
}

.team_section .box .detail-box .social_box a:hover {
  color: #ff9800;
}

.team_section .box:hover .social_box {
  top: 0;
  opacity: 1;
}

.team_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.team_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff9800;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ff9800;
}

.team_section .btn-box a:hover {
  /* background-color: transparent; */
  color: #222;
}
/* news section */
.news_section {
  position: relative;
  color: #fff;
}
.news_section .news_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.news_section .news_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_section .news_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 123, 255, 0.68)), to(rgba(58, 149, 247, 0.96)));
  background: linear-gradient(to right, rgba(0, 123, 255, 0.68), rgba(58, 149, 247, 0.96));
}

.grid-blog {
  margin-bottom: 30px;
  transition: all .3s;
}

.grid-blog:hover {
  /* box-shadow: 0 10px 18px rgba(0, 0, 0, 7%); */
}

.blog-img img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px){
  .blog-img img {
    max-height: 300px !important;
  }
  .navbar-brand {
    font-size: 2em !important;
  }
  .header_section .header_bottom .container-fluid {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .custom_nav-container .navbar-toggler span {
    width: 35px !important;
    height: 4px !important;
    margin: 7px 0 !important;
  }
  .contact_section {
    padding: 80px !important;
  }
  .contact-list {
    font-size: 1.2em !important;
  }
}
.blog-info {
  padding-bottom: 12px;
  cursor: pointer;
  display: block;
  color: #fff;
  background: #fff;
}
.blog-title {
  line-height: 80px;
  height: 80px;
	padding: 0 20px;
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #fff;
}
.blog-info p,
.blog-date {
	padding: 0 20px;
  color: #fff;
  font-size:0.88em;
  line-height: 2;
  margin-bottom: 0;
}

.blog-title:hover {
  color: #222;
}



.news-list {
  list-style: none;
  padding: 0;
  border-top: 1px solid #e7e3e2
}
.news-list li {
  padding:0 20px;
  text-align: right;
  line-height: 84px;
  color: #eee;
  border-bottom: 1px solid #e7e3e2
}
.news-list li a {
  font-size: 1.1em;
  text-align: left;
  float: left;
  display: block;
  color: #fff;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-list li a i {
  padding-right: 10px;
}
/* contact section */
.contact_section {
  padding: 80px 0;
  /* background: -webkit-gradient(linear, left top, right top, from(rgba(0, 123, 255, 0.68)), to(rgba(0, 123, 255, 0.27)));
  background: linear-gradient(to right, rgba(0, 123, 255, 0.68), rgba(0, 123, 255, 0.27));
  color: #ffffff; */
}
.contact-list,
.contact-list li {
  list-style: none;
}
.contact-list {
  line-height: 3;
  font-size: 1em;
  padding-left:0;
}
.contact-item-title {
  display: inline-block;
  width: 5em;
  text-align: right;
}
.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .form_container {
  padding: 75px 0 75px 15px;
}

.contact_section form .form-control {
  height: 60px;
  border: none;
  background-color: #f6f6f6;
  border-radius: 0;
  margin-bottom: 20px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact_section form #inputMessage {
  height: 145px;
}

.contact_section .btn-box {
  margin-top: 15px;
}

.contact_section .btn-box .submit_btn {
  display: inline-block;
  padding: 12px 45px;
  background-color: #ff9800;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ff9800;
  width: 100%;
}

.contact_section .btn-box .submit_btn:hover {
  /* background-color: transparent; */
  color: #222;
}

.contact_section .map_container {
  height: 100%;
}

.contact_section .map_container .map {
  height: 100%;
  min-height: 345px;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

/* contact section end */
.client_section{
  position: relative;
  color: #fff;
}
.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  margin-top: 15px;
  padding: 0 15px;
}
.client_section .client_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.client_section .client_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.client_section .client_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 123, 255, 0.68)), to(rgba(0, 123, 255, 0.27)));
  background: linear-gradient(to right, rgba(0, 123, 255, 0.68), rgba(0, 123, 255, 0.27));
}

.client_section .grid-blog {
  box-shadow: 10px 17px 38px 0 rgba(0,0,0,0.1)
}
.client_section .blog-img img {
  max-height: 360px;
}
.client_section .blog-info {  
  background: #fff;
}
.blog-title {
	color: #222;
  border-color: #ddd;
}
.blog-info p,
.blog-date {
  color: #666;
}

.client_section .client_container .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .client_container .client_id h5 {
  color: #1d1b28;
  font-weight: 600;
  margin-bottom: 5px;
}

.client_section .client_container .client_id h6 {
  margin-bottom: 0;
}

.client_section .client_container .img-box {
  width: 125px;
  margin-right: 15px;
}

.client_section .client_container .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .client_container .detail-box {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
  margin-bottom: 25px;
}

.client_section .client_container .detail-box p {
  color: #1d1b28;
}

.client_section .client_container .detail-box span {
  margin-top: 25px;
  color: #ff9800;
  font-size: 1.75em;
}
.client_section .client_container .detail-box span img {
  max-width: 200px;
}
.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 0px;
  background-color: #003366;
  opacity: 1;
  top: 28%;
  color: #ffffff;
  font-size: 0.75em;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #ff9800;
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  right: 0;
}

.client_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section {
  background-color: #003366;
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 10px;
}

.info_section .row > div {
  margin-bottom: 35px;
}

.code-img img {
  width: 160px;
  margin-bottom: 10px;
}
.info_section .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .contact_nav a i {
  font-size: 1.38em;
  margin-right: 10px;
}

.info_section .contact_nav a:hover {
  color: #ff9800;
}

.info_section h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 600;
}

.info_section .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.info_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.1em;
  margin-right: 10px;
}

.info_section .social_box a:hover {
  color: #ff9800;
  border-color: #ff9800;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff9800;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ff9800;
}

.info_section .info_form button:hover {
  /* background-color: transparent; */
  color: #222;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #252525;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*
=========================================
Page Title CSS
=========================================
*/

.sub_page.hero_area {
  min-height: auto;
  color: #333;
}
.sub_page .custom_nav-container .navbar-nav .nav-item .nav-link {
  color: #222;
}
.sub_page .navbar-brand span {
  color: #222
}
.sub_page .custom_nav-container .navbar-toggler span,
.sub_page .custom_nav-container .navbar-toggler span::before, 
.sub_page .custom_nav-container .navbar-toggler span::after {
  background-color: #222;
}
.page-title {
	text-align: center;
	background-image: url(../images/page-title-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    height: 300px;
}
.page-title::before {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
  background: rgba(0,0,0,0.5);
  /* background: -webkit-gradient(linear, left top, right top, from(rgba(0, 123, 255, 0.68)), to(rgba(0, 123, 255, 0.27)));
  background: linear-gradient(to right, rgba(0, 123, 255, 0.68), rgba(0, 123, 255, 0.27)); */

}
.page-title h3 {
	font-size: 1.88em;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.page-title ul li {
	display: inline-block;
	margin: 0 3px;
}
.page-title ul li {
	color: #fff;
}
.page-title ul li:first-child a {
  color: #fff;
}
.page-title ul li a{
	color: #ff9800;
}
.page-title ul li a:hover {
    color: #ffee00;
}
.d-table {
	display: table !important;
	width: 100%;
	height: 100%;
}
.d-table-cell {
	display: table-cell !important;
	vertical-align: middle;
}
.section-title-primary {
  text-align: center;
  margin-bottom: 65px;
  color: #333333;
}
.section-title-primary h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.section-title-primary h2 span {
  color: #ff9800;
}
.section-title-primary p {
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 80%;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-primary p {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .section-title-primary p {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-primary {
    margin-bottom: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-primary {
    margin-bottom: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-title-primary {
    margin-bottom: 45px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-title-primary {
    margin-bottom: 30px;
  }
  .newslist_section .text h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .navbar-brand{
    font-size: 1.1em;
  }
  .navbar-brand img {
    width: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .section-title-primary {
    margin-bottom: 30px;
  }
}

.process-image-box {
  margin-bottom: 30px;
}
.process-image-box img {
  width: 100%;
}
.process-image-box {
  margin-bottom: 30px;
}
.process-image-box img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .process-content-layout1 {
    padding: 0 0 20px 0;
  }
}
.process-content-layout1 h3 {
  color: #333333;
  font-size: 24px;
  margin-bottom: 20px;
}
.process-content-layout1 p {
  margin-bottom: 25px;
  color: #7d8f99;
  line-height: 2;
}
.overlay-primary3 {
  position: relative;
}
.overlay-primary3:before {
  content: "";
  background-color: rgba(0, 51, 102, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-space-less30 {
  padding: 112px 0 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-less30 {
    padding: 95px 0 72px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-less30 {
    padding: 84px 0 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .navbar-brand {
    width: 80%;
  }
  .navbar-brand img {
    width: 100%;
  }
  .section-space-less30 {
    padding: 65px 0 45px;
  }
}
@media (max-width: 479px) {
  .navbar-brand {
    width: 80%;
  }
  .navbar-brand img {
    width: 100%;
  }
  .section-space-less30 {
    padding: 62px 0 38px;
  }
  .artDetail .art-title h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .info_section h4 {
    font-size: 1.4em;
  }
  .contact-item-title {
    width: auto;
  }
  #dituContent {
    height: 300px !important;
  }
}
.progress-layout3 {
  margin-bottom: 30px;
  text-align: center;
}
.progress-layout3 i {
  color: #ffffff;
  display: block;
}
.progress-layout3 i:before {
  margin-bottom: 35px;
  margin-left: 0;
  font-size: 48px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .progress-layout3 i:before {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .progress-layout3 i:before {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .progress-layout3 i:before {
    font-size: 36px;
  }
  .progress-layout3 p {
    font-size: 20px;
  }
}
.progress-layout3 h2 {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.progress-layout3 p {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}
/* news */
.padding-lg {
  padding: 75px 0 !important;
}
.padding-topbottom-null {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.padding-leftright-null {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.newslist_section {
  min-height: 600px;
}
.newslist_section .text {
  padding: 50px;
}
.newslist_section .text h3 a{
  color: #444; 
  padding-left: 15px; 
  border-left: 3px solid #444;
  line-height: 32px;
  font-size: 22px;
}
.newslist_section .text h3 a:hover{
  color: #ff9800; 
  border-color: #ff9800;
}
.newstitle h2 {
  font-size: 30px;    
  color: #444444;
  font-weight: 300;
}
.newslist_section .text p {
  color: #757575;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
  font-weight: 300;
}
.newslist_section .text p:last-of-type {
  margin-bottom: 36px;
}
.newslist_section .news-list-item:nth-child(even) {
  background-color: #F6F6F6 !important;
}
.artDetail{
  padding:80px 50px;
}
.artDetail .art-title h2{
  color: #666; 
  text-align: center;
  font-weight: 300;
}
.artDetail .art-title p{
  color: #888; 
  padding:30px 0; 
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 300;
}
.artDetail .art-cont p{
  color: #888; 
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 300;
  
}