/* ================================================= 01 - Global Style ====================================================*/

@import url('https://fonts.googleapis.com/css?family=Asap:400,700');
html, body {
  height: 100%;
  margin: 0;
}

body {
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #252525;
  background: #fff;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.hr {
  height: 5px;
  width: 55px;
  border: 1;
  color: #121212;
  background: rgb(240, 90, 34);
  border-radius: 5px;
  margin-left: 3%;
  padding-bottom: 5px;
  margin-bottom: 14px;
}

p {
  margin: 0;
  color: #555;
}

.caption p a {
  color: rgb(64, 64, 66);
}

a {
  text-decoration: none;
  transition: all 0.4s ease;
}

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

a:hover, a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
  background: none;
}

ul, ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav li a:focus {
  background: none;
  outline: none;
}

.section {
  padding: 70px 0 94px 0;
}

/** Padding **/

.pt-65 {
  padding-top: 65px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ptb-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

/* prasath */

#dtm .sideBar a {
  position: fixed;
  transition: 0.3s;
  top: 0;
  left: -18%;
  margin-top: 590px;
  padding: 10px;
  width: 300px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 0 5px 5px 0;
  background-image: url(../images/Sck.jpg);
  z-index: 1;
}

#dtm .sideBar a:hover {
  left: 0;
}

.thumbnail a {
  cursor: pointer;
}

.modal-body li {
  margin-left: 3%;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader>i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

/* /.PRELOADER */

.modal-content iframe {
  margin: 0 auto;
  display: block;
}

#home-slider {
  overflow: hidden;
  position: relative;
  height: 580px;
  margin-bottom: 0px;
}

@media screen and (min-width:1400px) {
  #home-slider {
    height: 90vh;
  }
}

@media screen and (min-width:1600px) {
  #home-slider {
    height: 90vh;
  }
}

@media screen and (min-width:1900px) {
  #home-slider {
    height: 90vh;
  }
}

#home-slider .carousel-inner img {
  width: 100%;
  height: 125%
}

#home-slider .caption {
  position: absolute;
  top: 30%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .7);
}

.carousel-fade .carousel-inner .active {
  opacity: 0.9;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 0;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* change prasath */

/** Padding **/

.section-title {
  margin-bottom: 14px;
  text-align: center;
}

.section-title h2 {
  font-size: 30px;
  text-transform: capitalize;
  margin: 0 0 15px;
  position: relative;
  color: #252525;
}

.section-title p {
  font-weight: 400;
}

.button {
  display: inline-block;
  background: #252525;
  color: #fff;
  padding: 12px 25px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 500;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

.button:hover {
  -webkit-box-shadow: 1px 1px 6px RGBA(105, 91, 91, 0.61);
  -moz-box-shadow: 1px 1px 6px RGBA(105, 91, 91, 0.61);
  box-shadow: 1px 1px 6px RGBA(105, 91, 91, 0.61);
  color: #fff;
}

.button:hover i {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.button:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(246, 238, 238, 0.25);
  content: "";
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.button:hover:after {
  opacity: 0.4;
  visibility: visible;
}

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

#breadcrumbs {
  text-align: center;
  padding: 55px 0;
  background: url('../images/slider/6.jpg');
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#breadcrumbs:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

#breadcrumbs h2 {
  color: #fff;
  text-transform: uppercase;
}

#breadcrumbs ul {}

#breadcrumbs ul li {
  display: inline-block;
}

#breadcrumbs ul li a {
  color: #eee;
  font-size: 18px;
  text-transform: capitalize;
}

#breadcrumbs li+li::before {
  color: #b9b9b9;
  content: "/ ";
  padding: 0px;
}

.slicknav_nav .slicknav_item a:hover, .slicknav_nav .slicknav_item a {
  background: none;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite;
  animation: blink 1s infinite;
  font-size: 35px;
}

.margin-30 {
  margin-top: 30px;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#header.personal .header-inner, #header.personal .header-inner, #header.personal.sticky, .button, #header .nav li .sub-menu, #header .search-form, #j-slider .owl-dots .owl-dot span, #testimonial .owl-dots .owl-dot span, #statics .static-single span, #service .single-service, #service .single-service .number p, #about-us .single-video:before, #about-us .single-video::after, #about-us .single-video i, #team .team-head::before, #team .team-social, #project .project-head::before, #blog .blog-head:before, #blog .blog-head span, #clients .owl-nav div, #header .social a i, #contact .form-group input, #contact .form-group textarea, #pricing .single-table .table-title, img, #blog .owl-dot span, #header.sticky .header-inner, #blog .blog-head img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#about-us .about-video, #about-us .about-main, #my-skill .single-skill, #service .single-service, #team .single-team, #testimonial .single-testimonial, #pricing .single-table, #blog .single-blog, #contact .form, .map {
  margin-top: 30px;
}

.no-margin {
  margin: 0;
}

#scrollUp {
  bottom: 20px;
  right: 20px;
  background: #252525;
  color: #fff;
  font-size: 30px;
  opacity: 0.5;
  padding: 4px 10px;
}

#scrollUp:hover {
  opacity: 1;
}

.page .map, .page #particles-js {
  display: none;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(37, 37, 37, 0.9);
  z-index: 4444;
}

.loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
}

.k-line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
}

.k-line11-1 {
  animation: k-loadingP 2s infinite;
}

.k-line11-2 {
  animation: k-loadingP 2s infinite;
  animation-delay: .15s;
}

.k-line11-3 {
  animation: k-loadingP 2s infinite;
  animation-delay: .30s;
}

.k-line11-4 {
  animation: k-loadingP 2s infinite;
  animation-delay: .45s;
}

.k-line11-5 {
  animation: k-loadingP 2s infinite;
  animation-delay: .60s;
}

@keyframes k-loadingP {
  0% {
    transform: translateY(0)
  }
  35% {
    transform: translateY(0);
    opacity: .3
  }
  50% {
    transform: translateY(-20px);
    opacity: .8
  }
  70% {
    transform: translateY(3px);
    opacity: .8
  }
  85% {
    transform: translateY(-3px)
  }
}

#lab {
  padding: 0vh 0;
  padding-bottom: 5vh;
  background: #ecf0f1;
}

#lab .container-fluid .caption h2 {
  text-align: center;
}

#lab .container-fluid .caption span {
  color: rgb(240, 90, 34);
}

#lab .container {
  padding: 10px 0px;
  padding-left: 3vw;
}

#lab .container .thumbnail {
  margin: 0px 6px;
  padding: 20px;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #ecf0f1;
  cursor: pointer;
  display: inline-block;
}

#lab .container .thumbnail p {
  text-align: center;
}

.thumbnail:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
  transform: scale(1.05);
}

.thumbnail:hover p {
  color: rgb(237, 28, 36);
}

@media screen and (max-width:800px) {
  #lab .container {
    padding-left: 30vw
  }
}

#team {
  padding: 10vh;
  background: #ecf0f1;
}

#team .container-fluid .caption h2, p {
  /* text-align: center; */
}

#team .container .team-members {
  padding-top: 10vh;
}

#team .container-fluid .caption h2 {
  padding-bottom: 2vh;
}

#team .container-fluid .caption span {
  color: rgb(240, 90, 34);
}

.team-members {
  margin-bottom: 25px;
}

.social-icons {
  margin-top: 30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color: #fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team-member {
  text-align: center;
  color: #333;
  font-size: 14px;
}

.team-member:hover .social-icons ul li a.facebook {
  background-color: #3b5999;
}

.team-member:hover .social-icons ul li a.twitter {
  background-color: #2ac6f7;
}

.team-member:hover .social-icons ul li a.dribbble {
  background-color: #ff5b92;
}

.team-member:hover .social-icons ul li a.linkedin {
  background-color: #036dc0;
}

.team-member:hover .social-icons ul li a.rss {
  background-color: #ff6b00;
}

#team .img-responsive {
  width: 100%;
}

.member-info h3 {
  margin-top: 35px;
}

.member-info h4 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #999;
}

#header .navbar-collapse .sub-menu li {
  text-transform: uppercase;
}

#contact {
  background: rgb(65, 65, 67);
  padding: 10vh;
}

#contact p {
  color: #fff;
}

#contact .container-fluid .caption h2 {
  padding-bottom: 5vh;
}

#contact .container-fluid .caption span {
  color: rgb(240, 90, 34);
}

#contact #contact-us p {
  text-align: justify;
}

#contact #contact-us .icon {
  border-radius: 50%;
  background: rgb(240, 90, 34);
  width: 50px;
  height: 50px;
  display: inline-block;
}

#contact #contact-us .social-icons {
  margin-left: 40px;
}

.form-control {
  background-color: #fff;
  border-color: rgba(255, 255, 255, .1);
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  min-height: 180px;
  resize: none;
}

.form-group {
  margin-bottom: 10px;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border: 0;
  margin-top: 40px;
}

#contact .col-md-3 .btn-submit {
  background-color: rgb(240, 90, 34);
  border-radius: 5px;
}

#contact .col-md-3 .btn-submit:hover {
  background-color: rgb(251, 175, 23);
}

#contact .col-md-3 .form-control {
  border-radius: 5px;
}

.href {
  color: rgb(240, 90, 34);
}

.href:hover {
  color: #fff;
}

@media screen and (max-width:800px) {
  #contact .container #contact-us .col-md-8 p {
    text-align: center;
  }
}
