body {
  line-height: 1.4; 
  -webkit-font-smoothing: antialiased;overflow-x: hidden;
  background: radial-gradient(#93b8ee33, #ff867000);
}

p, a {
  font-size: 16px;
}

.block2{width: 60% !important;}
.block3{width: 90% !important;}

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif !important;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all .3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #1c6dd6;
}

.btn-main {
  background: -webkit-linear-gradient(56deg, #8043d9 0%, #1da9ef 86%);
  border: 1px solid transparent;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 10px;
}

@media(max-width: 767px){
  .btn-main{
    padding: 10px 15px !important;
    font-size: 14px !important;
  }
}


.btn-main2 {
  padding: 6px 20px !important;
  
}



.btn-main:hover {
   background: #7350dc;
   color: #fff;
}

.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 40px;
}


.btn-transparent:hover {
  color: #fff;
}

.pad {
  margin: 2px;
}

.pad2 {
  margin-bottom:25px;
}

.pad3{ 
  margin: 0 15px !important; 
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}




.section {
  padding: 100px 0;
}

.section2 {
  padding: 80px 0 !important;
}

.btn:focus {
  color: #ddd;
}
.portfolio-block{overflow-y: auto;}
#home {
  position: relative;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 10px 0;
}

.section-xs {
  padding: 40px 0;
}



#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.g-recaptcha{margin: 5px auto;
  display: table;
}

.g-recaptcha2{font-size: 15px !important;
}


.enviar{
  background-color: #1c6dd6;
  color: white;
  height: 40px;
  font-size: 20px;
}

.enviar3{
  font-size: 15px;
}

.mix{
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}



.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #1c6dd6;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #3498db;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
}

.title {
  margin-top: 100px;
  padding: 0 0 100px;
  overflow: hidden;
}

.title h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}

.title p {
  color: #444;
  margin: 0 auto;
}

@media (min-width: 1200px){
  .title p {
  width: 50%;
  }
}

.title.title-white h2 {
  color: #fff;
}

.border {
  height: 2px;
  margin: 9px auto 0;
  position: relative;
  width: 80px;
  background: #1c6dd6;
}

.bg-gray {
  background: #f9f9f9;
}

.bg-image-breadcrumbs {
    background-image: url(../images/breadcumbs.jpg);
    background-size: cover;
    padding: 75px 0;
}

.header-bradcrumb {
  background: transparent;
}

.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
}

.header-bradcrumb a:hover {
  color: #1c6dd6;
}

.colors-switcher {
  width: 100px;
  padding: 20px 18px 14px 20px;
  position: fixed;
  z-index: 1993;
  top: 90px;
  right: 0;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all .4s ease-in-out;
}

.colors-switcher #show-panel {
  position: absolute;
  left: -38px;
  top: 15px;
  width: 38px;
  height: 38px;
  z-index: 1992;
  display: block;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  cursor: pointer;
}

.colors-switcher #show-panel i {
  color: #3D3D3D;
  font-size: 20px;
  line-height: 38px;
  margin-left: 10px;
}

.colors-list {
  margin: 0;
  padding: 0;
}

.colors-list li {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 4px;
}

.colors-list li a {
  text-align: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  cursor: pointer;
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list li a:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list a.blue {
  background-color: #1c6dd6;
}

.colors-switcher .colors-list a.light-blue {
  background-color: #69D2E7;
}

.colors-switcher .colors-list a.green {
  background-color: #1c6dd6;
}

.colors-switcher .colors-list a.light-green {
  background-color: #BCCF02;
}

.colors-switcher .colors-list a.yellow {
  background-color: #FED136;
}

.slick-slide {
  outline: none;
}

.logo {
  margin-top: 2px;
  display: inline-block;
}

.single-page-header {
  background-image: url("../images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*=======================================================
      PÁGINA FORMULÁRIO
========================================================*/
.control-form input{
  width: 100%;
  font-size: 14px;
  padding: 9px 19px;
  margin: 0px 0px 5px 0px; 
  color: #353132;
  background-color: #f8f8f8;
  border-radius: 3px;
  border: 1px dashed #9b9b9b;
  transition: 500ms;
}

.control-form textarea {
    width: 100%;
    height: 150px;
    color: #353132;
    background-color: #f8f8f8;
    padding: 9px 19px;
    border-radius: 3px;
    border: 1px dashed #9b9b9b;
    transition: 500ms;
}

.form-section-top {
    padding-top: 120px;
    padding-bottom: 50px;
    background: #004f75;
}

.form-section{
  background: content-box radial-gradient(#ee93a4, #70d5ff);
}

.form-class{
  margin-top: 100px !important;
  margin-bottom: 100px !important;
  border-radius: 40px; 
  max-width: 80%;
  box-shadow: 0px 0px 35px -6px rgba(5.1000000000000005, 5.1000000000000005, 5.1000000000000005, 0.17);
  background-color: #FFFFFFD4;
  margin: 0 auto;
  padding: 40px;
}

.form-area {
  margin: 0 auto;
  max-width: 900px;
  padding: 40px 40px 40px 40px;
  background: #fff;


}
.form-section-top p{
    font-weight: 500;
    text-transform: none; 
}

.form-area fieldset{
  border-bottom: 1px dashed #004f75;;
  padding-bottom: 40px;
}

.form-area p{
  color: #333333;
}

.form-area input{
    line-height: 30px;
    padding: 0 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #ddd;
    box-sizing: border-box;
    width: 100%;
    font-size: 13px;
}
.form-area input:focus{
  border: none;
}

.form-servicos input{
   width: auto; 
   margin: 0 12px;
}

.plan span{
  color: red;
  text-transform: uppercase;
}

.btn-form{
  background-color: rgb(53, 122, 210);
  color: white;
  font-size: 14px;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    padding: 8px !important;
}

.btn.focus, .btn:focus, .btn:hover{
    background: #7350dc;
    color: #fff;
    transition: 200ms ease-in-out;
}

.btn-form:hover{
  background-color: #1052a5;
}

.btn-ico{ 
  padding-top: 40px;
}

.btn-ico i{
  padding: 0px 5px 0px 5px;
}

.linkRemover{
  background-color: rgb(53, 122, 210);
  color: white;
  font-size: 14px;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    padding: 8px !important;
}

.linkRemover:hover{
  background-color: #1052a5;
}


.btn-ico input{
  background-color: rgb(53, 122, 210);
  color: white;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  padding: 8px !important;
  width: 40%;
}


.btn-ico input:hover{
  background-color: #1052a5;
}

@media (max-width: 289px){
  .btn-ico i{
    display: none;
  }
}

.estcivil{
  display: inline-block;
  margin-top: 25px;
}

.addsocio{
  position: relative; 
  float:right; 
  margin-top: -9px;
}

.upper{
  text-transform: uppercase;
}

.grand-form-captcha{
  padding: 45px 0px 0px 260px;
}

@media (max-width: 767px){
  .grand-form-captcha{
  padding: 10px 0px 20px 0px;
  float: left;
  }
}


/*=================================================================
  Navigation
==================================================================*/

.btn2{padding: 6px !important;}

.personav-home{
    background: radial-gradient(#f3f8ff, #ffffff);
    box-shadow: 0 0 50px 0px #0000002b;
}

.personav{
  position: fixed;
  background: rgba(0, 0, 0, 0.77);
} 

@media (max-width: 767px){}
  .personav{
    background: #333;
  }
}

.navigation {
  transition: .3s all;
}

.navigation .logo-default {
  display: none;
}

.navigation .navbar-nav > li.active a {
  color: #1c6dd6;
}

@media(min-width: 768px){
  .navigation .navbar-nav > li > a {
    color: #454545;
    font-family: "ubuntu", sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 13px 15px;
    text-transform: uppercase;
    transition: .2s ease-in-out 0s;
    border-bottom: 2px solid transparent;
  }

    .navigation .dropdown .dropdown-menu {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease-in-out,-webkit-transform 0.3s;
    transition: transform 0.3s,opacity 0.3s ease-in-out;
    transition: transform 0.3s,opacity 0.3s ease-in-out,-webkit-transform 0.3s;
  }

    .navigation .dropdown .dropdown-menu li a {
    color: #d6d6d6;
  }
}

@media(max-width: 767px){
  .navigation .navbar-nav > li > a, .navigation .navbar-nav > li > button {
      color: #444;
      font-size: 14px;
      padding: 8px 9px;
      text-transform: uppercase;
      letter-spacing: 1px;
      transition: .2s ease-in-out 0s;
  }
}

.navigation .navbar-nav > li > a:hover, .navigation .navbar-nav > li > a:active, .navigation .navbar-nav > li > a:focus {
  background: none;
  border-bottom: 2px solid;
}

.navigation .nav .open > a {
  background: none;
}

.navigation .dropdown {
  padding: 0;
}

.cor2{
  background-color: #0000008a !important;
}

.navigation .dropdown .dropdown-menu li a {
  line-height: 25px;
  color: #373737; 
  font-family: 'ubuntu', sans-serif;
}

.sticky-header .dropdown-menu>li>a{
  color: #fff !important;
}

.navigation .dropdown .dropdown-menu li a:hover {
  background: #1c6dd6;
  color: #fff;
}

.open{display: none;}


.navigation .dropdown:hover .dropdown-menu {
  transition: opacity 0.3s ease-in-out,-webkit-transform 0.3s;
  transition: transform 0.3s,opacity 0.3s ease-in-out;
  transition: transform 0.3s,opacity 0.3s ease-in-out,-webkit-transform 0.3s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.sticky-header {
  box-shadow: 0 0px 60px 23px #00000078;
  background: rgb(0 0 0 / 65%) !important;
  backdrop-filter: blur(20px) saturate(3.5);
  border-radius: 10px;
  width: 1200px;
  border: 2px solid #ffffff8f;
  margin: 10px auto 0 auto;
}

.sticky-header .entrar{
  display: none;
}

@media (max-width: 1299px){
  .sticky-header {
    width: 97%;
  }
}
@media (min-width: 1300px){
  .sticky-header {
    width: 1210px;
  }  
}


.sticky-header .dropdown-menu{
  background: rgb(0 0 0 / 91%) !important;
}

.sticky-header .dropdown-toggle{
  color: #fff !important;
}


.sticky-header .navbar-nav > li > a{
  color: #fff;
}

.sticky-header .logo-white {
  display: none;
}

.sticky-header .logo-default {
  display: block;
}

.navbar-brand {
  height: auto;
  padding: 8px 0;
}

.navbar-brand h1 {
  margin: 0;
}

.hero-suporte_gestao{
  background: url('../images/2238237.jpg') !important;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 160px 0 100px 0;
}

.hero-area{
  background: url(../images/2238237.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 160px 0 100px 0;
}

.hero-desenvolvimento_web{
  background: url(../images/webdesign-banner.webp);
}

#hero-area h1 {
  padding: 0 12%;
  font-size: 56px;
  color: #fff;
  line-height: 1.1em;
  position: relative;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  max-width: 1150px;
}

#hero-area p {
    color: #fff;
    text-align: center;
    padding: 0 12%;
    font-size: 18px;
    letter-spacing: 0.12rem;
    position: relative;
    margin-bottom: 40px;
}

#hero-area span{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}

.btn-home{
	border: 2px solid #f9f9f9;
    color: #fff;
    background: #33333340;
    backdrop-filter: blur(25px) saturate(200%);
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 40px;
    text-transform: uppercase;
} 

.btn-home1{
    color: #333;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 100em;
    padding: 0.6em 1.5em;
    font-size: 21px;
}

.btn-home2{
    color: #fff;
    border: 2px solid #ffffff;
    background-color: transparent;
    border-radius: 100em;
    padding: 0.6em 1.5em;
    font-size: 21px;
}

.btn-home2:hover{
  color: #333;
  background: #fff;
}

.btn-home1:hover{
  background: transparent;
  color: #ffff;
}


#hero-area .block .btn-main {
  margin-right: 8px;
}

#hero-area .block .btn-main:hover {
  opacity: .8;
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  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;
}

.hero-area-video .block {
  color: #fff;
  text-align: center;
}

.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.hero-area-video .block .btn-main {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.hero-area4 .block p {
  color: #fff !important;font-size: 18px;
   
}

.hero-area4 .block h1 {
  color: #fff !important;
   
}


@media(max-width: 767px){
  .hero-area{
    padding: 110px 7px;
    height: 100%;
  }

  .hero-area h1 {
    font-size: 23px;
  }
}

/*=================================================================
  MODAL-CLIENT-AREA
==================================================================*/
.sticky-header li button{
  color: black !important;
}

.navbar li button{
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding: 20px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: .2s ease-in-out 0s;
}

.navbar li button:hover{
  color: #1c6dd6;!important;
}

#area-do-cliente form input{
  width: 100%;
  outline: none;
  margin-top: 13px;
  border-radius: 20px;
  border: 1px solid #1c6dd6;
  padding: 0px 12px 0;
  line-height: 36px;
}

#area-do-cliente form button{
  width: 100%;
  background: #1c6dd6;
  color: #fff;
  outline: none;
  margin-top: 13px;
  border-radius: 20px;
  padding: 0px 12px 0;
  border: none;
  line-height: 36px;
}

#area-do-cliente a{
  display: table;
  position: relative;
  margin: 15px auto 0;
}


/*=================================================================
  About us section
==================================================================*/


.about .feature-list2 li {
  width: 98% !important;
  
}

@media (min-width:768px) and (max-width: 1199.9px){
  #about img{
    margin-top: 60px;
  }
}

#about .about-img{
  margin-top: 30px;
}


.about .feature-list li i {
  color: #0035b2;
  margin-right: 8px;
}

/*=================================================================
  About us 2 section
==================================================================*/
.error-area{
  margin: 120px 0;
  text-align: center;
}

.error-area h1{
  font-size: 250px;
  text-transform: uppercase;
}

.error-area h2{
  font-size: 43px;
  text-transform: uppercase;
}

.error-area span{
  color: #ff432e;
}

.error-area p{
  font-size: 18px;
  color: #000;
}

@media (max-width: 768px){
  .error-area{
    margin: 120px 0;
    text-align: center;
  }
  
  .error-area h1{
    font-size: 56px;
  }

  .error-area h2{
    font-size: 24px;
  }

}


/*=================================================================
  About us 2 section
==================================================================*/
.about-2 {
  background: #F7F7F7;
}

.about-2 .checklist {
  padding-left: 30px;
}

.about-2 .checklist li {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  color: #777;

}

.about-2 .checklist li:before {
  position: absolute;
  margin-right: 12px;
  margin-left: -45px;
  content: "\f375";
  font-family: "themefisher-font";
  opacity: 1;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 20px;
}

/*=================================================================
 Área do cliente
==================================================================*/

#area-cliente{
  margin: 50px 0;
}

#area-cliente h2{
  text-align: center;
}

#area-cliente p{
  
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  padding: 100px 0;
  background: url("../images/call-to-action/call-to-action-bg-2.jpg");
  background-size: cover;
  color: #fff;background-attachment: fixed;
}

.call-to-action-web {
  background: url("../images/call-to-action/693.jpg") !important;
  background-size: cover !important;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;

}
  
}

.call-to-action h2 {
  line-height: 1.5;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action-2 h2 {
  line-height: 1.5;
}

.call-to-action-2 p {
  color: #fff;
}

.call-to-action-2 .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 3 Página Serviços
==================================================================*/
.call-to-action-3 {
  padding: 200px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
  opacity: 1;
 
}

.call-to-action-3 h2,.call-to-action-3 h3 {
  line-height: 1.5;
  padding-bottom: 50px;
}

.call-to-action-3 p {
  color: #fff;
}

.call-to-action-3 .btn-main {
  margin-top: 20px;
}

.margen{margin-left: 10px;margin-right: 10px;}

.call-to-action-4 {
  padding: 200px 0;
  background-image: url("../images/SKY launchDESIGN STUDIO.jpg");
  background-size: contain;
  color: #fff;
  opacity: 1;
 
}

.call-to-action-4 h2 {color:#333333db; }

.orca{padding-top: 100px;}


/*=================================================================
  Contact
  ==================================================================*/

.contact-form {
  margin-top: 20px;
}

.contact-form .form-control {
    background-color: #ffffff96;
    box-shadow: none;
    border-radius: 5px;
    height: 45px;
    font-size: 16px;
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #1c6dd6;
}

.contact-form input:focus, .contact-form textarea:focus{
	box-shadow: 0 0 5px #7350dc;
  border-color: #7350dc;
}

.contact-form #contact-submit {
  border: none;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  background: #1c6dd6;
  color: #fff;
  border-radius: 0;
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

.contact-details{
  background: linear-gradient(#f4b3bf1c, #70d5ff0d);
  box-shadow: 0 0 65px #00000033;
  padding: 15px 0 25px 5px;
  margin-bottom: 100px;
  border-radius: 20px;
}

.contact-details li{

}

.contact-details .contact-short-info {
  margin-top: 30px;
}

.contact-details .contact-short-info li {
  margin-bottom: 15px;
}

.contact-details .contact-short-info li i{
  font-size: 32px;
  padding-right: 5px;
}

.contact-details .contact-short-info li, .contact-details .contact-short-info li a{
    font-size: 16px;
    letter-spacing: -0.2px;
    color: #444;
    border: 1px solid transparent;
    border-radius: 10px;
    display: inline-block;
    padding: 0 10px;
    margin-left: -9px;
}

.contact-details .contact-short-info li a:hover{
  border: 1px solid #000;
}

.social-icon {
  margin-top: 20px;
}

.social-icon ul li {
  display: inline-block;
}

.social-icon ul li a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dedede;
  text-align: center;
  margin-left: 5px;
}

.social-icon ul li a:hover {
  background: #fff;
  color: #444;
  text-align: center;
}

.social-icon ul li a:hover i {
  color: #151515;
}

.social-icon ul li a i {
  color: #fff;
  display: inline-block;
  font-size: 27px;
  line-height: 50px;

}

.error {
  display: none;
  padding: 10px;
  color: #D8000C;
  border-radius: 4px;
  font-size: 13px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px;
}

/*=================================================================
  Item counter section
==================================================================*/
.counters-item {
  padding-bottom: 30px;
  color: #444;
  position: relative;
}

.counters-item.kill-border:before {
  background: none;
}

.counters-item:before {
  background: #e5e5e5;
  content: "";
  margin-top: -27.5px;
  height: 55px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
}

.counters-item > div {
  margin: 6px 0;
}

.counters-item span {
  display: inline;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.counters-item i {
  font-size: 40px;
  display: inline-block;
  color: #1c6dd6;
}

.counters-item h3 {
  font-size: 18px;
  margin: 0;
  color: #666;
}

/*=================================================================
  Pricing section
==================================================================*/
.pricing-table {
  padding: 100px 0;
  background: url("../images/pricing-bg.jpg");
  position: relative;
}

.pricing-table .title p {
  color: #fff;
}

.pricing-table:before {
  background: rgba(0, 0, 0, 0.62);
  position: absolute;
  z-index: 999;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pricing-table .container {
  position: relative;
  z-index: 999;
}

.pricing-table .pricing-item {
  padding: 40px 55px 65px;
  background: #fff;
  margin-bottom: 20px;
  transition: all 0.6s ease-in-out;
}

.promocao {
  width: 100%;
  height: 43px;
  background-color: #1c6dd6;
  text-align: center;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
}


.pricing-item:hover {
  box-shadow: 0px 0px 15px 3px white;
  
  transition: all 0.6s ease-out;
}



.pricing-table .pricing-item a.btn-main {
  text-transform: uppercase;
  margin-top: 20px;
}

.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #666;
}

.pricing-table .pricing-item li i {
  margin-right: 6px;
}

.pricing-table .price-title {
  padding: 30px 0 20px;
}

.pricing-table .price-title > h3 {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.pricing-table .price-title > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}

.pricing-table .price-title .value {
  color: #1c6dd6;
  font-size: 50px;
  padding: 10px 0;
}

/*=================================================================
  Portfolio section
==================================================================*/
.grid{
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 64px;
}

@media (min-width: 992px) and (max-width: 1200px){
  .grid{
    padding-right: 0px;
  }
}

.box{
    border-radius: 20px;
    border: 1px solid #9c9c9c;
    box-shadow: 0 0 17px #76767675;
}

.box-content{
   padding: 20px 8px 16px 10px;
}

.box-content p{
  font-size: 14px;
}


.box-content .btn-main{
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.box img{
  border-radius: 20px 20px 0 0;
  border-bottom: 4px solid #7250dc;
  width: 100%;
}


.portfolio-filter {
  margin-bottom: 20px;
  text-align: center;
}

.filtro2 {
  display: inline-block;
}

.filtro3 {
  border-radius: 118px !important;
  border: 1px solid inherit;
}




.portfolio-filter button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  background: #444;
  border: none;
  color: #fff;
  outline: none;
  transition: 600ms ease-in-out;
}

.portfolio-filter button.active {
  background: #1c6dd6;
  color: #fff;
  border-radius: 50px;
}

.portfolio-block {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-block:hover:before {
  opacity: 0.1;
}

.portfolio-block i:hover:before {
  direction: 150deg;
}


.portfolio-block:hover .caption h4 {
  top: 45%;
}

.portfolio-block:hover .caption {
  opacity: 0.3;
  top: 55%;
}

.portfolio-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.portfolio-block .caption h4 {
  font-size: 16px;
}

.portfolio-block .caption h4 a {
  color: #fff;
}

.portfolio-block .caption .search-icon {
  background: #1c6dd6;
  color: #fff;
  display: inline-block;
  padding: 4px 13px;
  font-size: 25px;
  border-radius: 30px;
}

.portfolio-block2 {
  box-shadow: 0px 0px 5px #7a7a7a;
  position: relative;
}

.portfolio-block4 {
  height: 680px ;
}

.portfolio-block2:hover .over {
  height: 10% !important; 
  background: rgba(255, 67, 46, 0.8); 
}

.portfolio-block3:hover .over {
  height: 20% !important; 
  background: rgb(170 0 0 / 53%);
  color: #fff;
}

#portfolio{
  margin-left: 2px !important;
}

.portfolio{
  margin: 150px 0;
}

.portfolio-section{
  background-color: #000;
}

.portfolio-section h1{
  color: #fff;
}


.port1{
  background: url('../images/desenvolvimento-web.jpg');  
  background-attachment: fixed; 
  background-position: left;  
  background-repeat: no-repeat; 
  background-size: contain;
}

.port4{
  background: url('../images/454.jpg');  
  background-attachment: fixed; 
  background-position: right;  
  background-repeat: no-repeat; 
  background-size: contain;
}

.port5{
  background: url('../images/OIUFT30.jpg');  
  background-attachment: fixed; 
  background-position: right;  
  background-repeat: no-repeat; 
  background-size: contain;
  height: 500px;
}

.port5::after{
  display: table;
  content: " ";
}

.port8{
  background: url('../images/OO6PT80.jpg');  
  background-attachment: fixed; 
  background-position: right;  
  background-repeat: no-repeat; 
  background-size: contain;
}

.port9{
  background: url('../images/252.jpg');  
  background-attachment: fixed; 
  background-position: right;  
  background-repeat: no-repeat; 
  background-size: contain;
}

.port2{
  background: url('../images/244598-P3RUV6-192-iloveimg-cropped.jpg');  
  background-attachment: fixed; 
  background-position: right;  
  background-repeat: no-repeat; 
  background-size: contain;
}

.port3{
  background: url('../images/193.jpg');  
  background-attachment: fixed; 
  background-position: left;  
  background-repeat: no-repeat; 
  background-size: contain;
}

.portfolio-block .description{
	position: absolute; 
	top: 100px;
	backdrop-filter: blur(25px) saturate(200%);
	background: rgb(68 68 68 / 49%);
	width: 100%;
}

.portfolio-block .description h4{
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	
	letter-spacing: 1px;
    font-weight: 500;
}

.over{
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1c6dd6;
  overflow: hidden;
  width: 100%;
  height: 0 !important;
  transition: 0.5s ease;position: absolute;
  backdrop-filter: blur(25px) saturate(200%);
}


.text {
  color: white;
  font-size: 20px;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%)!important;
  -ms-transform: translate(-50%, -50%)!important;
  text-align: center;
}


/*=================================================================
  Services section
==================================================================*/


.services .service-block {
  padding: 50px 35px 40px 35px;
}

@media (max-width: 992px){
  .services .service-block{
    width: 100%;
  }
}

.service-block2 {height: 400px !important;padding: 20px 20px 20px 20px !important;}

.service-block3 {height: 400px !important;padding: 5px 20px 20px 20px !important;text-align: left;}

.services .service-block.color-bg {
  background: -webkit-linear-gradient(56deg, #8043d9 0%, #1da9ef 86%);
  color: #fff;
  border-radius: 25px;
}

.services .service-block.color-bg i, .services .service-block.color-bg h3, .services .service-block.color-bg p {
  color: #fff;
}

.services .service-block .service-icon {
  margin-bottom: 30px;
}

.services .service-block i {
  font-size: 75px;
  color: #0035b2;
}

.text-center h3 {text-align: center !important;}
.services .service-block h3 {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.services .service-block p {
  font-size: 14px;
  color: #666;
}

/*=================================================================
  Services section 2
==================================================================*/
.service-2 .service-item {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 50px 20px;
  transition: all 0.3s ease 0s;
}

.service-2 .service-item:hover {
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}


.service-2 .service-item:hover i {
  background: #fff;
  color: #1c6dd6;
}

.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  background: #1c6dd6;none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

.formatacao1 i{ 
  font-size: 35px;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0 0px 9px 1px rgb(0 0 0 / 10%);
    color: #1c6dd6;
    line-height: 55px;
    transition: all 0.3s ease 0s;
    width: 55px;
  }

.itens li{ 
  text-align: left;
  margin-bottom: 10px;
  list-style: none;
  margin-left: 20px;    
}

.itens li::before {
    content: "\2714";
    position: absolute;
    left: 15px; 
    font-size: 20px; 
    color: #1c6dd6; 
    line-height: 0.7; 
}

.formatacao1 p {  
  text-align: left;
}

.formatacao1 {
  border: 1px solid #eee;
    padding: 27px 21px;
    border-radius: 25px;
    transition: all 0.3s ease 0s;
    text-align: center;
    width: 100%;
    background: #f3f7fc;
    display: inline-block;

} 

.formatacao1 a:hover{
  color: #fff;
}
/*=================================================================
  Our skills
==================================================================*/

.team-skills .progress-block {
  margin-top: 40px;
}

.team-skills .progress-block span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}

.team-skills .progress-block .progress {
  box-shadow: none;
  border-radius: 0;
  height: 10px;
}

.team-skills .progress-block .progress .progress-bar {
  background: #1c6dd6;
  box-shadow: none;
}

.clients-logo-slider {
  margin-top: 50px;
}

/*=================================================================
  Step section
==================================================================*/
.section-100{
  padding-top: 100px;
  padding-bottom: 100px;
}


.development-steps .step {
  padding: 80px 20px;
}

.development-steps .step h4 {
  font-size: 20px;
  font-weight: 600;
}

.development-steps .step h4 i {
  font-size: 72px;
  font-weight: 500;
  margin-right: 10px;
}

.development-steps .step p {
  color: #cccccc;
  font-size: 14px;
  line-height: 22px;
}

.development-steps .step-1 {
  background-color: #f2f6f8;
}

.development-steps .step-1 h4 {
  color: #212121;
}

.development-steps .step-1 p {
  color: #838383;
}

.development-steps .step-2 {
  background-color: #1c6dd6;
}

.development-steps .step-2 h4, .development-steps .step-2 p {
  color: #fff;
}

.development-steps .step-3 {
  background: #198dbf;
}

.development-steps .step-3 h4, .development-steps .step-3 p {
  color: #fff;
}

.development-steps .step-4 {
  background: #167da9;
}

.development-steps .step-4 h4, .development-steps .step-4 p {
  color: #fff;
}

/*=================================================================
  Our Team
  ==================================================================*/
.team {
  padding: 100px 0;
  background: #F6F6F6;
}

.team .team-member {
  background: #fff;
}

.team .team-member .member-content {
  padding: 25px 0;
}

.team .team-member .member-content h3 {
  font-size: 20px;
  margin: 0 0 5px;
  color: #333;
}

.team .team-member .member-content span {
  font-size: 14px;
  color: #555;
}

.team .team-member .member-content p {
  color: #777;
  margin-top: 10px;
  padding: 0 15px;
}

.team .member-photo {
  overflow: hidden;
  position: relative;
}

.team .member-photo:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team .member-photo img {
  transition: all 0.6s ease 0s;
}

.team .member-photo .mask {
  background: rgba(40, 171, 227, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  height: 80px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all .3s ease;
}

.team .member-photo .mask ul {
  text-align: center;
  position: relative;
  margin-top: 22px;
}

.team .member-photo .mask ul li {
  display: inline-block;
  margin-right: 7px;
}

.team .member-photo .mask ul li a {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}

.team .member-photo .mask ul li a::hover {
  background-color: #6cb670;
  border: 1px solid transparent;
}

.team .member-photo:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  background: -webkit-linear-gradient(56deg, #8043d9 0%, #1da9ef 86%);
  position: relative;
}

.testimonial:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0;
  height: 150px;
}

.testimonial .item i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 50px;
  display: inline-block;
}

.testimonial .item .client-details {
  padding-bottom: 30px;
}

.testimonial .item .client-details p {
  font-size: 17px;
  color: #fff;
  font-weight: 200;
  padding: 0 10%;
}

.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 100%;
  width: 150px;
  height: auto;
}

.testimonial .client-meta {
  color: #fff;
}


/*=================================================================
  Latest Posts
==================================================================*/
.blog {
  padding-bottom: 20px;
  padding-top: 70px;
  background: #F6F6F6;
}

.post-item {
  background: #fff;
  margin-bottom: 20px;
}

.post-item .content {
  padding: 20px;
}

.post-item .content h3 a {
  color: #000;
}

.post-item .content p {
  color: #757575;
  font-size: 14px;
  margin: 10px 0;
}

.post-item .content .btn-main {
  padding: 12px 25px;
  margin: 15px 0;
}

/*=================================================================
  Single Blog Page
==================================================================*/
#blog-banner {
  padding-bottom: 100px;
  padding-top: 150px;
}

#blog-page {
  margin: 0 0 40px;
}

.post-meta {
  font-size: 13px;
  margin: 20px 0 0;
  padding: 0 20px 10px;
}

.post-meta a {
  color: #1c6dd6;
}

.post-meta > span {
  color: #666;
  border-right: 1px solid #dedede;
  display: inline-block;
  font-size: 13px;
  margin: 10px 10px 0 0;
  padding-right: 10px;
}

.post-meta > span:last-child {
  border-right: 0;
}

.post-meta > span i {
  margin-right: 5px;
}

.post-excerpt {
  padding: 0 20px;
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt blockquote {
  line-height: 22px;
  margin: 20px 0;
  font-size: 16px;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #1c6dd6;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #1c6dd6;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #1c6dd6;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #1c6dd6;
}

.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

/*=================================================================
  Política-Privacidade
==================================================================*/
.privacy{
  text-align: left;
  margin: 100px 0;
}

.privacy h1{
  font-size: 56px;
}

.privacy h2{
  font-size: 32px;
}

.privacy p{

}

@media (max-width: 767px){}

/*=================================================================
  Footer section
==================================================================*/

.bg-one i{
  font-size: 22px;
  display: inline;
  color: #fff;
  vertical-align: middle;
}


.top-footer {
  background-color: #151515;
  padding: 30px 0 30px;
  text-align: left;
}

.top-footer h3 {
  font-size: 26px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  /*text-transform: uppercase;*/
  margin-left: 8px;
  margin-bottom: 15px;
  text-align: left;
}

.top-footer li {
    font-size: 14px;
    margin-bottom: 5px;
    color: #e2e2e2;
    border: 1px solid transparent;
    border-radius: 5px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    padding: 3px 1px;
}

.top-footer p{
    font-family: inherit;
    font-size: 14px;
    margin-left: 6px;
}

.top-footer li a {
	font-size: 14px;
  color: #e2e2e2;
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: 300;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0px 6px;
}

.top-footer li a:hover {
  border: 1px solid white;
  text-align: left;
}

.footer-bottom {
  text-align: left;
  background-color: #fff;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
  text-align: left;
}

.footer-bottom h5 {
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
  text-align: center;

}

.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-align: center;
}

.footer-bottom a {
  color: #1c6dd6;
  text-align:center;
}

.page-404 h1 {
  font-size: 200px;
}

/*============================================================
	For Small Desktop
==============================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar-toggle {
    border: 1px solid #fff;
  }
  .navigation .navbar-toggle span {
    background: #fff;
  }
  .navigation.sticky-header .navbar-toggle {
    border: 1px solid #dedede;
  }
  .navigation.sticky-header .navbar-toggle span {
    background: #000;
  }
  .navbar-brand h1 {
    width: 130px;
  }
  .navbar-brand img {
    width: 100%;
  }
  .counters-item:before {
    display: none;
  }
}

.block h1 {
  font-size: 45px !important;
}


@media (min-width: 980px) and (max-width: 1150px) {
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* home slider */
  #slitSlider .carousel-caption h2 {
    font-size: 60px;
  }
  /* about us */
  .feature-desc h3 {
    margin-top: 0;
  }
  /* our team */
  .team-mate {
    margin-bottom: 30px;
  }
  .mask ul {
    top: 85px;
  }
  .mask ul li {
    margin: 0 5px;
  }
  .team-mate > h4 {
    margin-bottom: 10px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul li {
    margin-right: 10px;
  }
  /* testimonial */
  .client-info {
    width: 55%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 15px 8px;
  }
  /* single blog page */
  .author-bio h5 {
    margin-left: 70px;
  }

  .block h1 {
  font-size: 45px !important;
}

}

/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
  .counters-item:before {
    display: none;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* navigation */
  .navbar-inverse .navbar-nav li a {
    padding: 20px 10px;
  }
  /* about us */
  .wrap-about {
    margin: 0 0 75px;
  }
  .about-content {
    margin: 0 auto;
    width: 60%;
  }
  /* fun facts */
  #counter {
    padding-bottom: 50px;
  }
  .counters-item {
    margin-bottom: 30px;
  }
  /* our services */
  .service-block {
    margin: 0 auto 40px;
    width: 310px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  .skill-chart {
    margin: 0 auto 40px;
    width: 90%;
  }
  .skill-chart > h3 {
    margin: 15px 0;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 300px;
  }
  /* testimonial */
  .client-info {
    width: 75%;
  }
  /* latest posts */
  .note {
    margin-bottom: 30px;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px;
  }
  /* singla blog page */
  .author-social {
    margin-left: 0;
  }
}

.block h1 {
  font-size: 45px !important;
}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
  .navigation.sticky-header .navbar-toggle {
    border: 1px solid #dedede;
  }
  .navigation.sticky-header .navbar-toggle span {
    background: #fff;
  }
  .navigation.sticky-header .navbar-nav > li > a {
    padding: 8px 9px;
  }
  .navigation .navbar-toggle {
    border: 1px solid #fff;
  }
  .navigation .navbar-toggle span {
    background: #fff;
  }
  .counters-item:before {
    display: none;
  }
  .clients-logo-slider {
    text-align: center;
  }

  
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* h1 font size home slider */
  h1 {
    font-size: 30px;
  }
  .carousel-caption img {
    width: 70%;
  }
  #slitSlider .carousel-caption h2 {
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  #slitSlider .carousel-caption h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  #slitSlider .carousel-caption a {
    font-size: 14px;
  }
  #nav-dots {
    display: block;
  }
  #nav-arrows {
    display: none;
  }
  /* navigation */
  .navbar-fixed-top {
    padding-bottom: 0;
  }
  .navbar-inverse .navbar-toggle,
  .navbar-inverse .navbar-toggle .icon-bar {
    border-color: #4e595f;
    border-radius: 0;
  }
  .navbar-inverse .navbar-toggle:hover {
    border-color: #ddd;
    border-radius: 0;
  }
  .navbar-inverse .navbar-toggle .icon-bar:hover {
    background-color: #ddd;
  }
  .navbar-collapse.in {
    overflow-y: inherit;
  }
  .navbar-brand {
    margin: 5px 0px 4px 10px;
  }
  .navbar-toggle {
    margin: 10px 23px 0px 0px;
  }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
    max-height: 100vh !important;
  }

  .navbar-nav {
    margin: 0 -15px;
  }

  .sticky-header .navbar-nav .dropdown .dropdown-menu li a{
    color: black;
  }
 
  .block h1 {
  font-size: 25px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  margin-top: 120px !important;
  text-transform: uppercase;
}
  .wrap-about {
    margin: 0 auto 80px;
    width: 85%;
  }
  .feature-desc a {
    margin: 5px 5px 5px 0;
  }
  /* fun facts */
  /* services */
  .service-block {
    margin: 0 auto 30px;
    width: 280px;
    position: relative;
    left: -8px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 280px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 31px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul {
    text-align: center;
    margin-bottom: 10px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 20px;
    width: 280px;
  }
  /* portfolio */
  .portfolio-filter ul li a {
    margin: 0 10px 10px 0;
    padding: 5px 10px;
  }
  /* testimonials */
  .sub-title h3 {
    font-size: 18px;
  }
  .client-info {
    width: 100%;
  }
  /* latest posts */
  #blog {
    padding-bottom: 0;
  }
  .note {
    margin-bottom: 30px;
  }
  .note .excerpt {
    padding: 0 20px 20px;
  }
  .all-post {
    margin: 20px 0 30px;
  }
  /* contact */
  .contact-info {
    margin: 0 0 30px;
  }
  #map-canvas {
    height: 250px;
  }
  /* footer */
  .social-icon ul li, .social-icon ul li:first-child {
    margin: 15px;
  }
  .social-icon ul li a {
    width: 50px;
    height: 50px;
  }
  .social-icon ul li a i {
    font-size: 24px;
    line-height: 50px;
  }
  .blog-title h1 {
    font-size: 28px;
  }
  /* blog page */
  #blog-page {
    margin: 0;
  }
  #blog-posts {
    margin: 0 0 40px;
  }
  .post-excerpt h3 {
    font-size: 20px;
  }
  .post-pagination ul li {
    margin: 0 10px 10px 0;
  }
  .tab-post-nav li a {
    padding: 8px 5px;
  }
  /* single blog page */
  .author-social {
    margin-left: 0;
  }
  .author-avatar {
    margin-right: 10px;
  }

  .hero-area .block p {
    width: 100% !important; 
  }

}

/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .title h2 {
    padding: 0 120px;
    font-size: 32px;
    padding-top: 55px;
  }
  .counter .counter-title h2 {
    font-size: 35px;
  }
  /* navigation */
  .navigation .navbar-toggle {
    border: 1px solid #000;
  }
  .navigation .navbar-toggle span {
    background: #000;
  }
  .navbar-fixed-top {
    padding-bottom: 10px;
  }
  .navbar-brand {
    padding: 10px 0 10px 10px;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #6CB670;
    border-radius: 0;
  }
  .navbar-inverse .navbar-toggle:hover {
    border-color: #fff;
    border-radius: 0;
  }
  .navbar-collapse.in {
    overflow-y: inherit;
  }
  .navbar-toggle {
    margin-top: 22px;
  }
  .navbar-inverse .navbar-nav li a {
    line-height: 45px;
    padding: 0;
    text-align: center;
    border-bottom: 2px solid transparent;
  }
  /* about us */
  .wrap-about {
    margin: 0 auto 75px;
    width: 70%;
  }
  /* services */
  .service-block {
    margin: 0 auto 40px;
    width: 100%;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  /* portfolio */
  .og-grid li {
    width: 245px;
  }
  /* skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 350px;
  }
  /* testimonials */
  .client-info {
    width: 74%;
  }
  /* latest posts */
  #blog {
    padding-bottom: 0;
  }
  .note {
    margin: 0 auto 30px;
    width: 75%;
  }
  /* contact */
  .contact-info {
    width: 100%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px 15px;
  }

   .block h1 {
  font-size: 35px !important;
  font-weight: 700 !important;
  margin-bottom: 40px !important;
  margin-top: 65px !important;
  text-transform: uppercase;
}

.hero-area .block p {
   
    width: 100% !important;
    
}

}


@media only screen and (min-width: 766px) and (max-width: 946px) {
  

.portfolio-block7 { height: 750px !important; }

}

@media only screen and (min-width: 766px) and (max-width: 1011px) {
  

.portfolio-block8 { height: 850px !important; }

}

@media only screen and (min-width: 547px) and (max-width: 643px) {
  

.portfolio-block8 { height: 1200px !important; }

}

@media only screen and (min-width: 300px) and (max-width: 546px) {
  

.portfolio-block8 { height: 950px !important; }

}




}

@media only screen and (min-width: 300px) and (max-width: 745px) {
  

.portfolio-block7 { height: 980px !important; }

.port4{
  
  background-attachment: fixed; 
  background-position: center center;  
  background-repeat: no-repeat; 
  background-size: contain;
}



}





@media only screen and (min-width: 300px) and (max-width: 770px) {
  

.port4{
  
  background-attachment: fixed; 
  background-position: center center;  
  background-repeat: no-repeat; 
  background-size: contain;
}

.port5{
  
  background-attachment: fixed; 
  background-position: center center;  
  background-repeat: no-repeat; 
  background-size: contain;
}





}

@media only screen and (max-width: 730px) {
  
.block {margin-top: 160px !important;}



}

@media only screen and (min-width: 766px) {
  
.block {margin-top: 50px !important;}



}

.dropdown-toggle:hover .caret {

-webkit-transform: rotate(180deg) ;
    -moz-transform: rotate(180deg) ;
    -ms-transform: rotate(180deg) ;
    transform: rotate(180deg) ;

}



@media only screen and (max-width: 500px) {
  
  
  .section2 {
  padding: 80px 0 !important;
}


}
/*--------------------------------------------------*/
/* Jquery Button                                    */
/*--------------------------------------------------*/

.back-to-top {
    border-radius: 3px;
    color: #fff;
    display: none;
    font-size: 19px;
    position: fixed;
    transition: all 250ms ease 0s;
    visibility: hidden;
    padding: 7px 11px 8px 13px;
    z-index: 999;
    box-shadow: 0px 0px 5px 0px #3333332e;
    background: #1c6dd6;
    
}

.back-to-top:focus, .back-to-top:hover {
    color: #fff;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
}

.back-to-top.to-top {
    right: 40px;
    bottom: 103px;
    transition: all 250ms ease 0s;
    visibility: visible;
}

@media (max-width: 768px){
  .back-to-top.to-top {
    bottom: 97px;
  }

  .back-to-top:focus, .back-to-top:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;

  }
}

@media (max-width: 981px){
  
  .port3{

  background-position: center !important;height: 400px !important ;} 

  .port2{

  background-position: center !important; height: 400px !important ;} 

  .port1{

  background-position: center !important;height: 400px !important ; } 
 

}