body {
  font-family: 'Muli', sans-serif;
  height: 100%;
  position: relative;
}

.topbar {
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  border-bottom: 2px solid #107dac;
}

/*
.sticky + .content {
  padding-top: 102px;
}
*/

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.topbar .navbar {
  background: transparent !important;
  padding: 0;
}

.topbar .nav-link {
  padding: 7px;
  display: block;
  transition: all 0.5s ease;
  color: #fff !important;
}

.logopart {
  background: #107dac;
}

.logopart .navbar {
  background: transparent !important;
  padding: 0;
}

.logopart .nav-link {
  /*padding: 40px 15px !important;*/
  padding: 27px 18px !important;
  color: #fff !important;
  transition: all 0.5s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.logopart .nav-link:hover {
  background: rgba(0, 0, 0, 0.5);
}

.logopart .company-name {
  font-size: 20px;
  padding-top: 30px;
  padding-left: 20px;
  color: #fff;
  text-align: right;
}

.sticky .company-name {
  display: block;
  font-size: 16px;
  color: #fff;
  float: left;
  padding-top: 10px;
  padding-left: 10px;
}

.sticky .nav-link {
  padding: 15px 15px !important;
  color: #fff !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky {
  background: #107dac;
}

.sticky .logo-wrapper img {
  max-height: 40px !important;
  float: left;
  display: block;
}

.logopart .logo-wrapper {
  padding: 5px 0;
  /*  padding-top: 7px;*/
}


.logopart .logo-wrapper {
  padding-top: 7px;
}

.logopart .logo-wrapper a {
  text-decoration: none;
}

.logopart .logo-wrapper img {
  max-height: 75px;
  float: left;
  display: block;
}

.logopart .logo-col {
  /*  border-left: 1px solid rgba(255, 255, 255, 0.1);*/
  /*  border-right: 1px solid rgba(255, 255, 255, 0.1);*/
}

.image-slider {
  position: relative;
}


.image-slider .slider-item {
  min-height: 100vh;
  height: 100%;
}

/*
.image-slider .slider-item::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(20, 17, 44, 0.8);
  z-index: 99;
}
*/

.image-slider .item-1 {
  /*  background: url('images/slider/1.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.image-slider .item-2 {
  background: url('images/slider/1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.image-slider .item-3 {
  background: url('images/slider/1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.image-slider .slider-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 999999;
  padding: 30px;
  text-align: center;

}

.image-slider .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  height: 60px;
  width: 60px;
  background: transparent !important;
  border: 2px solid #000;
  !important;
  margin: 0 !important;
  border-left: none !important;

  padding: 0px !important;
  border-radius: 0px !important;

}

.image-slider .owl-prev i {
  color: #000 !important;
  font-size: 30px;
  line-height: 60px;
  display: block;
  text-align: center;
  margin: 0 !important;
  padding: 0px !important;

}

.image-slider .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  height: 60px;
  width: 60px;
  background: transparent !important;
  border: 2px solid #000 !important;
  border-right: none !important;
  margin: 0 !important;
  padding: 0px !important;
  border-radius: 0px !important;

}

.image-slider .owl-next i {
  color: #000 !important;
  font-size: 30px;
  line-height: 60px;
  display: block;
  text-align: center;
  margin: 0 !important;
  padding: 0px !important;

}

.image-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 999 !important;
}

.image-slider .owl-dots .owl-dot span {
  height: 20px;
  width: 20px;
  background: #fff;
  border-radius: 0px;
}

.image-slider .owl-dots .active span {
  height: 20px;
  width: 20px;
  border: 1px solid #fff !important;
  border-radius: 0px;
  background: transparent !important;
}

.image-slider .caption-title {
  font-size: 30px;
  font-weight: 100;
  color: #fff;
  margin: 0;
  padding: 0;
}

.image-slider .caption-detail {
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.image-slider .caption-wrapper {
  width: 100%;
  background: #0097a7 !important;
}

.image-slider .caption-title {
  width: 80%;
  float: left;
  font-weight: 900;
  color: #fff;
  text-shadow: 5px 5px 20px rgba(0, 0, 0, 1);
}

.image-slider .text-link {
  width: 12%;
  float: left;
  padding: 13px;
  color: #fff;
  background: #107dac;
  text-decoration: none;
  border-radius: 0px;
}

.owl-stage-outer {
  transition: all 1s ease !important;
}


/*about*/

.about {
  padding: 70px 0;
  position: relative;
  z-index: 999;
  background: #fff;
}

.about .text-widget {}

.about .text-title {
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 25px;
}

.about .text-detail {
  line-height: 35px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}

.about .image-widget {}

.about .image-widget img {
  min-height: 200px;
  width: auto;
  position: relative;
}

.about .image-widget img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: #0097a7;
  top: -50px;
  right: -50px;
}

.about .text-link {
  padding: 15px 50px;
  background: #107dac;
  color: #fff !important;
  margin-top: 30px;
  text-decoration: none;
  transition: all 0.5s ease;

}

.text-link i {
  padding-left: 10px;
  visibility: hidden;
  color: #000;
}

.text-link:hover i,
.text-link:focus i {
  visibility: visible;
}



/*about*/

/*services*/

.services {
  padding: 70px 0;
  background: #E8E9FD;
  position: relative;
  width: 100%;
  color: #fff;
}

.services::before {
  content: '';
  position: absolute;
  background: #fff;
  height: 150px;
  width: 100%;
  left: 0;
  top: -100px;
  transform: skewY(-3deg);
  z-index: 0;
  border-bottom: 2px solid #107dac;

}

.services h3.title-section {
  padding: 15px 30px;
  font-weight: bolder;
  color: #000;
  padding-left: 15px;
  border-radius: 40px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 900;
}

.services .service-text {
  padding: 15px;
  font-weight: 300;
  color: #333;
  font-size: 18px;
  line-height: 35px;
}

.services .nav-serices {
  width: 100%;
  margin: 0 auto;
}

.services .nav-serices li a.active {
  background: #107dac !important;
  color: #fff;
}

.services .nav-serices li a {
  background: #fff;
  padding: 10px 40px;
  display: block;
  border-radius: 40px;
  margin-right: 10px;
  color: #333;
  text-decoration: none;
}

.services .nav-serices li a {
  text-decoration: none;
  color: #333;
}

.services .services-wrapper {
  margin-top: 50px;
  /*  background: #2c4e61;*/
}

.services .service-wrapper {

  color: #333;
  margin-bottom: 30px;
  position: relative;
  /*  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);*/
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: 1400ms all cubic-bezier(0, 0.76, 0.56, 1.01);
  transition: 1400ms all cubic-bezier(0, 0.76, 0.56, 1.01);

}


.service-box img {
  max-height: 140px;
}

.services .service-wrapper h3 {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  text-transform: capitalize;
  padding-bottom: 15px;
}

.services a {
  text-decoration: none;
}

.services .service-wrapper h3 a {
  color: #333;
  position: relative;
  text-decoration: none;
}

.services .service-box {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
  transition: all 0.5s ease;

  -webkit-transition: 1400ms all cubic-bezier(0, 0.76, 0.56, 1.01);
  transition: 1400ms all cubic-bezier(0, 0.76, 0.56, 1.01);
  margin-bottom: 32px;
}


.services .service-box:hover {
  -webkit-box-shadow: 0 20px 32px 0 rgba(0, 36, 107, 0.06), 0 12px 16px 0 rgba(0, 36, 107, 0.06), 0 4px 8px 0 rgba(0, 36, 107, 0.06), 0 2px 4px 0 rgba(0, 36, 107, 0.06), 0 0 2px 0 rgba(0, 36, 107, 0.06);
  box-shadow: 0 20px 32px 0 rgba(0, 36, 107, 0.06), 0 12px 16px 0 rgba(0, 36, 107, 0.06), 0 4px 8px 0 rgba(0, 36, 107, 0.06), 0 2px 4px 0 rgba(0, 36, 107, 0.06), 0 0 2px 0 rgba(0, 36, 107, 0.06);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.services .services-row a {
  text-decoration: none;
}


.services .service-wrapper h3::after {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 50%;
  width: 2px;
  background: #107DAC;
  transform: translate(-50%, -50%);
  display: none;
  transition: all 0.5s ease;

}


.services .service-box:hover .service-wrapper h3::after {
  display: block;
}

.services .service-box:hover .service-wrapper h3 {
  padding-left: 10px;
  transition: all 0.5s ease;
  color: #107DAC;
}

.services .service-wrapper h3 {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  text-transform: capitalize;
  padding-bottom: 0px;
  position: relative;
  padding-left: 0;
  margin-bottom: 15px;
  transition: all 0.5s ease;

}

.services .service-wrapper p {
  margin: 0;
  width: 100%;
}

.services .service-wrapper i {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  z-index: 0;
  text-align: center;
  color: #107dac;
  font-size: 35px;
}

.services .service-wrapper h3::first-letter {
  text-transform: uppercase;
}

.services .title-section::after {
  display: none;
}


.portfolio-class {
  padding: 70px 0;
  position: relative;
  background: #e8e8e8;
}


#design1 {
  background: #f8f8f8;
  padding: 50px 0;
}

#design1 .category-title {
  margin-bottom: 30px;
}

#design1 .category-title {
  font-weight: 700;
}

#design1 .category-item {
  background: #fff !important;
  position: relative;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 30px;
  transition: all 0.5s ease;
}

.grid-item {
  background: #fff;
  padding: 15px;
  color: #333;
  border: 1px solid #eee;
  text-decoration: none;
  transition: all 0.5s ease;
  margin-bottom: 30px;
  min-height: 450px;
    max-height: 450px;
}


.grid-item .title-category {
  font-size: 22px;
  font-weight: 700;
}

.grid-item:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);

}

.grid-item img {
  width: 100%;
  margin-bottom: 15px;
  min-height: 270px;
    max-height: 270px;
}


.grid-item a {
  text-decoration: none;
  color: #333;
}


#design1 .category-item .title-category {
  font-size: 22px;
  font-weight: 700;
}

#design1 .category-item a {
  text-decoration: none;
  color: #333;
}

/*
.portfolio-class::before {
  content: '';
  position: absolute;
  background: #e8e8e8;
  height: 100px;
  width: 100%;
  left: 0;
  top: -50px;
  transform: skewY(-3deg);
  z-index: 0;

}
*/

/*
.portfolio-class::after {
  content: '';
  position: absolute;
  background: #e8e8e8;
  height: 100px;
  width: 100%;
  left: 0;
  bottom: -50px;
  transform: skewY(-3deg);
  z-index: 0;

}
*/

.portfolio-class .title-section {
  background: transparent;
  text-align: left;
  font-weight: 900;
  margin-bottom: 0px;
}

.portfolio-class .sub-title {
  background: transparent;
  text-align: left;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: lowercase;
  font-size: 20px;
}

.portfolio-class .sub-title::first-letter {
  text-transform: uppercase;
}


#filters {
  margin: 1%;
  padding: 0;
  list-style: none;
}

#filters li {
  float: left;
}

#filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
}

#filters li span.active {
  background: #107dac;
  color: #fff;
}


.btn-brainwork {
  background-color: #107dac;
  border-color: #107dac;
  color: #FFF;
  border-radius: 0px;
  margin-top: 15px;
}

.btn-brainwork:hover {
  background-color: #107dac;
  border-color: #107dac;
  color: #FFF;

}

.btn-modal {
  padding: 10px;
}

.btn-modal i {
  color: #FFF;
}



#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 29%;
  margin: 1%;
  display: none;
  float: left !important;
  overflow: hidden;
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #666;
  cursor: pointer;
}

.portfolio img {
  max-width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  max-height: 250px;
    min-height: 250px;
}

.portfolio .label {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -40px;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
  background: #107dac;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 0px 15px;
}

.portfolio .text-category {
  display: block;
  font-size: 9px;
}

.portfolio:hover .label {
  bottom: 0;
}

.portfolio:hover img {
  top: -30px;
}

/* #Tablet (Portrait) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }
}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
  .container {
    width: 95%;
  }

  #portfoliolist .portfolio {
    width: 48%;
    margin: 1%;
  }
}

/* #Mobile (Landscape) - Note: Design for a width of 480px */

ul#filters {
  /*margin: 30px 0;*/
  padding: 0;
  margin-bottom: 30px;
}

/*ul#filters li {
   margin-right: 10px;
}*/

ul#filters li span {
  background: #14112C;
  padding: 12px 50px;
  border: 1px solid;
  color: #fff;
}

/*portfolio*/

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}

/*partner*/

.partner {
  padding: 70px 0;
  background: #E8E9FD;
  color: #333;
}

.partner .partner-group {
  background: transparent;
}

.partner .owl-next {
  height: 50px;
  width: 50px;
  background: #fff !important;
  border-radius: 50%;
  right: -70px;
  position: absolute;
  top: 50%;
  border-radius: 0px !important;
  transform: translate(0%, -50%);
}

.partner .owl-next i {
  line-height: 40px;
  font-size: 25px;
  color: #107dac;
  margin: 0;
  padding: 0;
}

.partner .owl-prev i {
  line-height: 40px;
  font-size: 25px;
  color: #107dac;
  margin: 0;
  padding: 0;
}

.partner .owl-prev {
  height: 50px;
  width: 50px;
  background: #fff !important;
  border-radius: 50%;
  border-radius: 0px !important;
  left: -70px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.partner .partner-detail {
  background: #107dac;
  padding: 10px;
  display: block;
  min-height: 61px;
  max-height: 61px;
}

.partner .partner-detail p {
  color: #fff;
  margin: 0;
}

.partner-item {
  background: #f8f8f8;
  position: relative;
  text-align: center;
}

.partner-item .partner-text a {
  color: #fff;
  text-decoration: none;
}

.partner .owl-dots {
  position: absolute;
  top: -50px;
  right: 0px;
  z-index: 999 !important;
}

.partner .owl-dots .owl-dot span {
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid #107dac;
  border-radius: 0px;
}

.partner .owl-dots .active span {
  height: 20px;
  width: 20px;
  border: 1px solid #107dac !important;
  border-radius: 0px;
  background: #107dac !important;
}

.partner .title-section {
  margin: 30px 0;
  text-align: left;
  background: none;
  font-weight: 900;
}

/*partner*/

/*footer */

.upper {
  background: #111;
  padding: 50px 0;
}

.upper .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.upper .footer-links li {
  margin: 0;
  padding: 0;
}

.upper .footer-links li.link-title {
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}

.upper .footer-links li a {
  color: #a1a1a1;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.5s ease;
  display: block;
  padding: 3px;

}

.upper .footer-links li a:hover {
  text-decoration: none;
  padding-left: 10px;
  display: block;

}

.upper .wid-title {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 7px;
}

.upper .wid-detail {
  color: #a1a1a1;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  /*  margin-bottom: 7px;*/
}

/*bottom*/

.bottom {
  padding: 10px;
  background: #000;
  color: #a1a1a1;
}

.bottom p {
  margin: 0;
  padding-top: 10px;
}

.bottom i {
  color: #e31b23;
}

.bottom .scroll-top {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
  background: #fff;
}

.bottom .scroll-top i {
  color: #000;
  text-align: center;
  display: block;
  line-height: 50px;
}

.bottom a {
  text-decoration: none;
  color: #333;
}

/*bottom*/

canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.cta {
  background: #107dac;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta .cta-title {
  color: #fff;
  margin-bottom: 30px;
}

.cta .cta-form {
  width: 100%;
}

.cta .input-email {
  width: 65%;
  float: left;
  font-size: 20px;
  padding: 15px;
}

.btn-success {
  background-color: #107dac;
}



.cta .input-btn {
  width: 32%;
  float: right;
  color: #fff;
  text-decoration: none;
}

.cta .btn-link {
  background: transparent;
  padding: 18px;
  text-decoration: none;
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.4);
}

/*inner */

/*.inner-page {*/
/*  padding-top: 100px !important;*/

/*}*/

.page-banner {
  max-width: 100%;
  width: 100%;
  position: relative;
  background: url(images/slider/1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20%;
}

.page-banner::after {
  position: absolute;
  content: '';
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  top: 0;
  left: 0;
}

.inner-team .page-banner {
  padding: 10%;
}

.domain-search {
  width: 100%;
  /*  background: #fff;*/
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 999;
  left: 50%;
}

.search-box-wrapper {
  background: rgba(0, 0, 0, 0.1);
  padding: 30px 50px;

}

.hosting .title-section {
  background: none;
  text-align: left;
  color: #fff;
  font-size: 40px;
  margin: 0px;
  margin-bottom: 15px;
}

/*inner */

/*search*/

.search {
  width: 100%;
  background: #fff;

}

.search .input-domain {
  width: 60% !important;
  background: #f8f8f8;
  float: left;
  padding: 15px;
  border: none;
  border-radius: 0px;

}

.search .input-domain:focus {
  border-radius: 0px;
  box-shadow: none;
  outline: none;
}


.search .select-domain-type {
  background: #e8e8e8;
  width: 20%;
  float: left;
  padding: 16px;
  border-radius: 0px;
  border: none;
}

.search .select-domain-type option {
  padding: 10px !important;
  display: block !important;
  margin: 10px;
}

.search .select-domain-type:focus {
  border: none;
  box-shadow: none;
}

.search .btn-search {
  background: #107dac;
  width: 20%;
  float: left;
  padding: 14px;
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
}

.hosting .search-text {
  margin-bottom: 0px;
  color: #ddd;
  padding-top: 70px;
  font-weight: 100;
}

.hosting .search-box {
  margin-bottom: 30px;
}

.pricing {
  padding: 70px 0;
  background: #f9f9f9;
}

.pricing .pricing-wrapper {
  background: #f9f9f9;
  transition: all 0.5s ease;
}

.pricing .pricing-wrapper:hover {
  box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.pricing .pricing-heading {
  background: #0097a7;
  padding: 30px;
  text-align: center;
}

.pricing .pricing-heading h3 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}

.pricing .pricing-heading h4 {
  font-size: 20px;
  font-weight: 100;
  color: #fff;
}

.pricing .pricing-features {
  border: 1px solid #e8e8e8;
  border-top: none;
  margin: 0;
  list-style: none;
  padding: 0;
  background: #fff;
}

.pricing .pricing-features li p {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
}

.pricing .pricing-features li:last-child p {
  border-bottom: none !important;
}

.starter .pricing-heading {
  background: #E91E63;
  padding: 30px;
  text-align: center;
}

.starter .btn-link {
  background: #E91E63;
  width: 100%;
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
}

.personal .pricing-heading,
.personal .btn-link {
  background: #9C27B0;
  text-decoration: none;
}

.business .pricing-heading,
.business .btn-link {
  background: #3F51B5;
  text-decoration: none;
}

.premium .pricing-heading,
.premium .btn-link {
  background: #009688;
  text-decoration: none;
}

.iron .pricing-heading,
.iron .btn-link {
  background: #607D8B;
  text-decoration: none;
}

.silver .pricing-heading,
.silver .btn-link {
  background: #FFC107;
  text-decoration: none;
}

.gold .pricing-heading,
.gold .btn-link {
  background: #FF5722;
  text-decoration: none;
}

.platinum .pricing-heading,
.platinum .btn-link {
  background: #00BCD4;
  text-decoration: none;
}

.starter {
  /*  background: #fff;*/
  margin-top: 30px;
}

/*search*/

/*inner page client */

.inner-team-wrapper {
  padding: 70px 0;
  background: #f8f8f8;
}

.inner-team .team-name {
  font-weight: 900;
  font-size: 40px;
}

.inner-team .team-designation {
  font-weight: 300;
  font-size: 25px;
}

.inner-team .badge {
  background: #e8e8e8;
  border-radius: 40px;
  padding: 10px 30px;
  border: 2px solid #bbb;
  margin-bottom: 15px;
}

.inner-team .team-title {
  background: #fafafa;
  padding: 10px;
  /*  border-radius: 30px;*/
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}


.inner-team .team-more-detail {
  background: #FAFAFA;
  margin-top: 30px;
  padding: 30px 15px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}

.inner-team .team-info-list {
  margin: 0;
  padding: 15px;
  list-style: none;
  background: #fff;
}

.inner-team .team-info-list i {
  padding-right: 10px;
}

.inner-team .info-title {
  font-size: 20px;
  font-weight: 900;
}

.inner-team .social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inner-team .social-links li {
  display: inline-block;
}

.inner-team .social-links li a {
  color: #fff;
  text-decoration: none;
}

.inner-team .social-links i {
  height: 50px;
  width: 50px;
  background: #000;
  text-align: center;
  display: block;
  line-height: 50px;
}

.inner-team .team-leftbar {
  /*  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);*/
}

/*inner page client */

/*contact*/

.contact .page-banner {
  padding: 15%;
}

h3.title {
  color: #E8E8E8 !important;
  position: relative;
  z-index: 999;
  font-size: 80px;
  text-align: center;
  border-radius: 100px;
  line-height: 0px;

}

.contact .contact-wrapper {
  background: #fff;
  padding: 100px;
  background: #f8f8f8;
}

.contact .contact-wrapper input {
  /*  width: 100%;*/
}

.contact .contact-wrapper .form-control {
  margin-bottom: 40px;
  padding: 15px;
  background: #fafafa;
  border: none;
  border: 1px solid #e8e8e8;
  transition: all 0.5s ease;
}


.contact .contact-wrapper .form-control:focus {
  margin-bottom: 40px;
  padding: 15px;
  background: #fff;
  border: none;
  border: 1px solid transparent;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}

.contact .form-row {
  margin-top: 30px;
}

.contact .contact-title {
  padding-left: 15px;
}

.contact .btn-link {
  background: #107dac;
  padding: 15px 40px;
  color: #fff;
  text-decoration: none;
}

/*contact*/

/*inner service*/

.inner-service {
  padding-top: 100px;
}

.inner-service .btn-link {
  background: #14112c;
  padding: 15px;
  color: #fff;
  border-radius: 0px;
  text-decoration: none;
}

/*inner service*/

/*inner-partner*/

.inner-partner .breadcrumb {
  background: none;
  margin: 0;
}

.inner-partner .breadcrumb-item a {
  color: #000;
  text-decoration: none;
}

/*read more read less for our services*/
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #666;
  border-radius: .25em;
  margin-left: 12px;
}
.rightread{
  float: right;
  margin-top: -25px;
}
/*project*/
.col-md-12.back{
  background: #71c7ec;
}
