/*==============================================
GENERAL CSS
================================================*/

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  line-height: 1.6;
  color: #666;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  border: 0;
  max-width: 100%;
}
html {
  -ms-overflow-style: scrollbar;
}
.alltrans,
.social-icons li a,
.owl-nav > button,
.owl-nav > button:after,
.counter-box,
.about-img:after,
.gallery-img img,
.form-control,
.owl-dot,
.subscribe-row,
.close-btn,
.close-btn:before,
.close-btn:after,
.tag-btn,
.btn {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
p {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 24px;
}
a {
  text-decoration: none!important;
}
a:hover,
a:focus {
  color: #fff;
  outline: none;
  text-decoration: underline;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  a:active {
    background-color: transparent;
  }
}
#main {
  padding: 0;
  background: #fff;
}
.no-margin {
  margin: 0 !important;
}
figure {
  margin:0;
}
.opacity-no {
  opacity: 1 !important;
}
.section-inner {
  padding:20px 30px 0;
  max-width: 90%;
  margin-left: 5%;
}
.fp-scrollable {
  height:calc(100vh - 200px) !important;
}
#fp-nav ul li a span {
 display: none;
}

.section-heading {
  text-align: left;
}

.section-heading span {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1e1e1e;
  letter-spacing: 1px;
  margin-bottom: 30px;
  display: inline-block;
}

.section-heading h2 {
  font-size: 32px;
  line-height: 44px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: 600;
}

.section-heading h2 em {
  font-style: normal;
  color: #72aedb;
}

.section-heading p {
  margin: 30px 0px;
  color: #1e1e1e;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.owl-carousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 auto;
}
.preloader {
  background: #72aedb; /* FF3.6-15 */
  background: #72aedb; /* Chrome10-25,Safari5.1-6 */
  background: #72aedb; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: #72aedb; /* IE6-9 */
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
  text-align: center;
}
.preloader-bounce {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.preloader-bounce > span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0.3em;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: bounce 0.6s infinite alternate;
  animation: bounce 0.6s infinite alternate;
  background: #fff;
}
.preloader-bounce > span:nth-child(2){
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: #fff;
}
.preloader-bounce > span:nth-child(3){
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background: #fff;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

#fullpage {
  z-index: 99;
}




/*==============================================
HEADER CSS
================================================*/
#header {
  position: fixed;
  left:0;
  right:0;
  top:0;
  z-index:999;
}
.container-fluid {
  padding:0 20px;
}
#logo {
  position: absolute;
  top: 0;
  text-decoration: none;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}
.navbar {
  padding: 0;
}
.navbar-toggle {
  display:none;
}
.navbar-nav {
  text-align: left;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.navbar-nav li {
  margin-left: 30px;
  display: block;
}
.navbar-nav li a {
  color:#1e1e1e;
  font-size: 20px;
  text-decoration:none;
  display:block;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  margin: 5px 0px;
}
.navbar-nav li a:after {
  content:'';
  display:block;
  height: 15px;
  width: 15px;
  background:#aaa;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform:scale(0.75);
  transform:scale(0.75);
  position: absolute;
  left: 0;
  top: 10px;
}
.navbar-nav li a:hover:after, .navbar-nav li.active a:after{
  -webkit-transform:scale(1);
  transform:scale(1);
  background: #1e1e1e;
}
.navbar-nav li a:hover {
  opacity: 1;
}
.navbar-nav li.active a {
  opacity: 1;
}
.collapse:not(.show) {
  display:block;
}



/*==============================================
SOCIAL ICONS CSS
================================================*/
#social-icons {
  padding:0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right:0;
  z-index: 9999;
}
.social-icons {
  margin:0;
  padding:0;
  list-style:none;
}
.social-icons li {
  display: block;
  margin: 1px 0px;
}
.social-icons li a {
  width:50px;
  height:50px;
  display:inline-block;
  line-height:50px;
  text-align:center;
  background: rgba(0, 0, 0, 0.25);
  color: rgba(255,255,255,1);
  font-size:18px;
}
.social-icons li a:hover {
  color:#1e1e1e;
  background-color: #72aedb;
}



/*==============================================
WELCOME BLOCK CSS
================================================*/
.welcome-box {
  text-align: center;
  position: relative;
  z-index: 10;
}

.welcome-box p {
  max-width: 620px;
  width:100%;
  margin:0 auto 30px;
  color: #1e1e1e;
  font-size: 20px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.welcome-box p em {
  font-style: normal;
  background: #72aedb;
  padding: 0px 5px;
}
.welcome-box h1 {
  height: 130px;
  line-height: 130px;
  display: inline-block;
  font-weight: 700;
  font-size: 92px;
  color: #1e1e1e;
  background: #72aedb;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 30px;
  letter-spacing:4px;
  padding: 5px 15px;
}
.welcome-title span {
  font-size:36px;
  display:block;
  font-weight:400;
  line-height:1.2;
}
.welcome-box .btn {
  margin-top: 10px;
}



/*==============================================
ABOUT US
================================================*/
.about-section .section-heading {
  position: relative;
  z-index: 15;
}
.about-section .section-heading img {
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform:scale(0.75);
  transform:scale(0.75);
}
.about-section .section-heading:hover img {
  -webkit-transform:scale(1);
  transform:scale(1);
}
.about-contentbox {
  position: relative;
  z-index: 10;
  margin-right: 60px;
}
#tabs {
  margin-left: 30px;
  margin-right: 0px;
}
#tabs ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
#tabs ul li {
  margin-right: 20px;
  padding-right: 20px;
  display: inline-block;
  background-color: transparent;
  border-right: 1px solid #aaa;
}
#tabs ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}
#tabs ul li a {
  display: block;
  cursor: pointer;
  outline: 0;
  border: none;
  color: #1e1e1e;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transform: all 0.3s;
}
#tabs ul .ui-tabs-active a {
  color: #72aedb;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
  text-align: left;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-top: 30px;
  margin-bottom: 0px;
}
.tabs-content a {
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: underline;
  color: #1e1e1e;
  transition: all 0.5s;
  padding: 0px;
}
.tabs-content a:hover {
  letter-spacing: 2px;
  color: #fdad54;
}



/*==============================================
SELECTIVE WORK
================================================*/
.selective-projects-section .section-heading {
  position: relative;
  z-index: 10;
}
.selective-projects-section .section-heading img {
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 100px;
  left: 250px;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform:scale(0.75);
  transform:scale(0.75);
}
.selective-projects-section .section-heading:hover img {
  -webkit-transform:scale(1);
  transform:scale(1);
}
.selective-projects-section .section-heading .left-button a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: underline;
  color: #1e1e1e;
  transition: all 0.5s;
  padding: 0px;
}
.selective-projects-section .section-heading .left-button a:hover {
  letter-spacing: 1.5px;
  color: #72aedb;
}
.selective-projects-list .item {
  position: relative;
}
.selective-projects-list .item img {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 100%;
}

.owl-carousel .owl-nav .owl-next {
  right: -20px;
  position: absolute;
}

.owl-carousel .owl-nav .owl-next span {
  display: none;
}

.owl-carousel .owl-nav .owl-next:before {
  content: '\f061';
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #72aedb;
  background-color: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transition: all 0.3s;
}

.owl-carousel .owl-nav .owl-next:hover::before {
  color: #72aedb!important;
}

.owl-carousel .owl-nav .owl-prev {
  left: -30px;
  position: absolute;
}

.owl-carousel .owl-nav .owl-prev span {
  display: none;
}


.owl-carousel .owl-nav .owl-prev:before {
  content: '\f060';
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #72aedb;
  background-color: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transition: all 0.3s;
}

.owl-carousel .owl-nav .owl-prev:hover::before,
.owl-carousel .owl-nav .owl-next:hover::before {
  color: #fff!important;
  background-color: #72aedb;
}

.owl-carousel .owl-nav button {
  outline: none;
}

.owl-carousel .owl-nav button span {
  font-size: 60px;
  color: #aaa;
  transition: all 0.3s;
}



/*==============================================
OUR TEAM
================================================*/
.team-section {
  text-align: center;
}
.team-section .team-list {
  margin-top: 80px;
}
.team-member img {
  width: 100%;
  overflow: hidden;
  z-index: 9;
}
.team-member .thumb {
  position: relative;
}

.team-member .hover-effect {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(114,174,219,0.22);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s;
  cursor: pointer;
}

.team-member:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

.team-member .hover-effect .hover-content {
  position: absolute;
  width: 100%;
  padding: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.team-member .hover-effect .hover-content p {
  margin-bottom: 30px;
}

.team-member .down-content {
  text-align: center;
  background-color: #f7f7f7;
  padding: 30px 0px;
}

.team-member .down-content h4 {
  font-size: 24px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #1e1e1e;
}

.team-member .down-content span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #72aedb;
  text-transform: uppercase;
  display: inline-block;
}

.team-member .hover-effect ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.team-member .hover-effect ul li {
  display: inline-block;
  margin: 0px 5px;
}

.team-member .hover-effect ul li a {
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #1e1e1e;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 16px;
}

.team-member .hover-effect ul li a:hover {
  color: #fff;
  background-color: #72aedb;
}

.team-member .hover-effect .hover-content .go-single {
  margin-top: 30px;
}

.team-member .hover-effect .hover-content .go-single a {
  font-size: 15px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}

.team-member .hover-effect .hover-content .go-single a:hover {
  color: #72aedb;
  letter-spacing: 1px;
}

.team-section .owl-nav {
  display: none;
}


/*==============================================
OUR TEAM
================================================*/
.clients-section .section-heading {
  margin-bottom: 80px;
}
.clients-section .client-item img {
  max-width: 60%;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  transition: all 0.5s;
}
.clients-section .client-item img:hover {
  opacity: 0.5;
}
.clients-section .client-item {
  text-align: center;
  width: 100%;
  height: 170px;
  line-height: 170px;
  display: inline-block;
}

.clients-section .right {
  border-right: 1px solid #aaa;
  padding-right: 30px;
}

.clients-section .bottom {
  border-bottom: 1px solid #aaa;
}




/*==============================================
OUR PROJECTS
================================================*/
.projects-section .section-heading {
  margin-bottom: 80px;
}

.project-item  {
  text-align: center;
  opacity: 1!important;
}

.project-item img {
  width: 100%;
  overflow: hidden;
  z-index: 9;
}
.project-item .thumb {
  position: relative;
}

.project-item .hover-effect {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(114,174,219,0.22);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s;
  cursor: pointer;
}

.project-item:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

.project-item:hover .hover-effect .hover-content {
  -webkit-transform: translateY(35%);
  -ms-transform: translateY(35%);
  transform: translateY(35%);
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.project-item .hover-effect .hover-content {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
}

.project-item .hover-effect h4 {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  color: #1e1e1e;
}

.project-item .hover-effect span {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 16px;
  color: #1e1e1e;
  display: inline-block;
}

.project-item .hover-effect i {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #1e1e1e;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #72aedb;
  margin: 20px auto 0px auto;
  transition: all 0.5s;
}

.project-item .hover-effect i:hover {
  background-color: #fff;
}



/*==============================================
TESTIMONIALS
================================================*/
.testimonials-section .section-heading {
  margin-bottom: 80px;
}

.testimonial-item {
  text-align: center;
  background-color: #fff;
  padding: 60px;
  position: relative;
}

.testimonial-item .author-member img {
  max-width: 84px;
  border-radius: 50%;
  margin: 0px auto 40px auto;
}

.testimonial-item .background-image img {
  position: absolute;
  max-width: 180px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0.75;
}

.testimonial-item h4 {
  margin-top: 30px;
  font-size: 24px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #1e1e1e;
}

.testimonial-item span {
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #72aedb;
}



/*==============================================
OUR BLOG
================================================*/
.blog-section .section-heading {
  margin-bottom: 80px;
}

.blog-section .blog-item {
  border: 1px solid #eee;
  text-align: left;
  padding: 30px;
  transition: all 0.5s;
}

.blog-item h4 {
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 32px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #1e1e1e;
}

.blog-item span {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: #aaa;
  transition: all 0.3s;
}

.blog-item a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: underline;
  color: #1e1e1e;
  transition: all 0.5s;
}

.blog-item a:hover {
  letter-spacing: 2px;
}

.blog-section .blog-item:hover {
  background-color: #72aedb;
  border-color: #72aedb;
}

.blog-section .blog-item:hover p {
  color: #1e1e1e;
}

.blog-section .blog-item:hover span {
  color: #1e1e1e;
}

.blog-list .owl-nav {
  display: none;
}


/*==============================================
CONTACT BLOCK CSS
================================================*/
.contact-section .section-heading {
  margin-bottom: 80px;
  text-align: center;
}

::-webkit-input-placeholder {
  color:#1e1e1e !important;
  opacity:1;
}

::-moz-placeholder {
  color:#1e1e1e !important;
  opacity:1;
}

:-ms-input-placeholder {
  color:#1e1e1e !important;
  opacity:1;
}

:-moz-placeholder {
  color:#1e1e1e !important;
  opacity:1;
}

.input-field {
  margin-bottom:15px;
}

.form-control {
  padding: 0px;
  height: 50px;
  color:#1e1e1e;
  border: none;
  border-bottom: 1px solid #1e1e1e;
  background-color: transparent;
  border-radius: 0px;
  font-size:14px;
  margin-bottom: 30px;
}

.form-control:focus {
  box-shadow:none;
  outline:none;
  border-bottom: 1px solid #72aedb;
  background-color: transparent;
}

.index .form-control.form-control-dark {
  background: rgba(250,250,250, 0.75);
  color: #fff;
}

.index .form-control.form-control-dark:focus {
  background: rgba(22, 119, 209, 0.85);
  color: #fff;
}

.index .form-control.form-control-dark::-webkit-input-placeholder {
  color: #fff !important;
}

.index .form-control.form-control-dark::-moz-placeholder {
  color:#fff !important;
}

.index .form-control.form-control-dark:-ms-input-placeholder {
  color:#fff !important;
}

.index .form-control.form-control-dark:-moz-placeholder {
  color:#fff !important;
}

.form-control.form-control-dark:focus {
  background: rgba(0, 0, 0, 0.2);
}

.form-control.form-control-dark {
  background: rgba(0, 0, 0, 0.1);
  color: #222;
  border: none;
}

.form-control.form-control-dark::-webkit-input-placeholder {
  color:#222 !important;
  opacity:0.7;
}

.form-control.form-control-dark::-moz-placeholder {
  color:#222 !important;
  opacity:0.7;
}

.form-control.form-control-dark:-ms-input-placeholder {
  color:#222 !important;
  opacity:0.7;
}

.form-control.form-control-dark:-moz-placeholder {
  color:#222 !important;
  opacity:0.7;
}

textarea.form-control {
  height:123px;
  padding-top:15px;
}

.contact-section button,
.contact-section .btn:focus {
  outline: none!important;
  box-shadow: none;
}

.contact-section .btn {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: underline;
  color: #1e1e1e;
  border: none;
  outline: none;
  transition: all 0.5s;
}

.contact-section .btn:hover {
  letter-spacing: 2px;
  border: none;
}

.contact-section .copyright-text p {
  margin-top: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #1e1e1e;
}

.contact-section .copyright-text a {
  text-decoration: none;
  color: #72aedb;
  font-weight: 500;
}

/*===================================
SLIDE BACKGROUND IMAGE 
===================================*/
#fullpage .slide-01 {
  position: relative;
}

.slide-01 .decoration {
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.slide-01 .decoration img {
  max-width: 100%;
  overflow: hidden;
}


#fullpage .slide-02,
#fullpage .slide-04,
#fullpage .slide-06,
#fullpage .slide-08 {
  background-color: #fff;
}

#fullpage .slide-03,
#fullpage .slide-05,
#fullpage .slide-07,
#fullpage .slide-09 {
  background-color: #f6f6f6;
}

/*===================================
RESPONSIVE 
===================================*/


@media only screen and (max-width: 880px) {
  
  .navbar-nav {
    text-align: left;
  }
  .navbar-nav li {
    margin: -3px;
    display: block;
  }
  .navbar-nav li a {
    background-color: rgb(0,0,0,0.10);
    padding: 10px 15px;
  }
  .navbar-nav li a:after {
    display: none;
  }
  .navbar-nav li.active a {
    font-weight: 700;
    color: #72aedb;
  }
  .section-heading span {
    margin-bottom: 20px;
  }
  .section-heading h2 {
    font-size: 32px;
    color: #1e1e1e;
    font-size: 500;
  }
  .section-heading p {
    margin-top: 20px;
  }
  .welcome-box h1 {
    height: 80px;
    line-height: 80px;
    font-weight: 600;
    font-size: 36px;
    color: #1e1e1e;
    letter-spacing:2px;
  }
  .welcome-box {
    font-size:20px;
    line-height:1.7;
    position: relative;
    z-index: 10;
  }
  .welcome-title {
    font-size: 60px;
  }
  .about-section {
    padding: 120px 15px;
    text-align: center;
  }
  .about-section .section-heading {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-section .section-heading img {
    display: none;
  }
  #tabs {
    margin-left: 0px;
    margin-right: 0px;
  }
  #tabs ul {
    text-align: center;
  }
  #tabs ul li {
    margin-right: 0px;
    padding-right: 0px;
    display: inline-block;
    background-color: transparent;
    border-right: none;
  }
  #tabs ul li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
  }
  #tabs ul li a {
    padding: 0px 10px;
    font-size: 16px;
  }
  .tabs-content {
    text-align: center;
  }
  .projects-section {
    padding: 100px 15px;
    text-align: center;
  }
  .projects-section .section-heading {
    text-align: center;
    margin-bottom: 30px;
  }
  .projects-section .section-heading img {
    display: none;
  }
  .owl-nav {
    display: none;
  }
  .team-section {
    padding: 100px 15px;
    text-align: center;
  }
  .team-section .section-heading {
    text-align: center;
    margin-bottom: 30px;
  }
  .team-section .team-list {
    margin-top: 20px;
  }
  .clients-section {
    padding: 100px 15px;
    text-align: center;
  }
  .clients-section .section-heading {
    text-align: center;
    margin-bottom: 30px;
  }
  .projects-section {
    padding: 100px 15px;
    text-align: center;
  }
  .projects-section .section-heading {
    text-align: center;
    margin-bottom: 30px;
  }

  .testimonials-section {
    padding: 100px 15px;
    text-align: center;
  }
  .testimonials-section .section-heading {
    text-align: center;
    margin-bottom: 30px;
  }
  .blog-section {
    padding: 100px 15px;
    text-align: center;
  }
  .blog-section .section-heading {
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-section {
    padding: 100px 15px;
    text-align: center;
  }
  .contact-section .section-heading {
    text-align: center;
    margin-bottom: 30px;
  }

}


@media only screen and (max-width: 767px) {
  .decoration img {
    display: none;
  }
  .slide-03 .section-heading {
    margin-bottom: 30px;
  }
  .slide-03 .section-heading img {
    display: none;
  }
  .welcome-box h1 {
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    font-size: 28px;
    color: #1e1e1e;
    letter-spacing:1px;
    padding: 5px 15px;
  }

  .about-contentbox {
    margin-right: 0px;
  }

  .clients-section .client-item img {
    max-width: 30%;
  }
  .clients-section .client-item {
    padding: 15px;
    width: 100%;
    height: 100px;
    line-height: 100px;
  }
  .clients-section .right {
    border-right: none;
    padding-right: 15px;
  }
  .clients-section .bottom {
    border-bottom: none;
  }

  .slide-01 .decoration {
    display: none;
  }
  
  .projects-section {
    padding: 100px 20px;
  }

}


@media only screen and (max-width: 600px) {
 .welcome-box h1 {
    font-size: 24px;
  }
}
