
body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif; color:#1F2835; background-image:url(../img/bg-nascimento.jpg); background-repeat:repeat; background-attachment:fixed;}
 
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color:#1F2835; 
    border-radius: 10px;

}

::-webkit-scrollbar-thumb:hover {
    background:#42546E;
	
}
  
#roqstore-frame {width:100%; height:100%;}  

.slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  


.li{list-style-image:url(../img/li.png);}



.big{ max-width:100%;}

.bg-img-bottom{background-image:url(../img/duvida.png); background-position:bottom center; background-repeat:no-repeat; background-size:auto;}

@media (max-width: 800px){.bg-img-bottom{background-image:url(../img/duvida.png); background-position:bottom center; background-repeat:no-repeat; background-size:cover;}}
  
.bg-blue{ background-color:#1F2835; color:#FFF;  }
.bg-blue-2{ background-color:#005073; color:#FFF;  font-size:19px;}
.bg-blue-3{ background-color:#107DAC; color:#FFF;  font-size:19px;}
.bg-blue-4{ background-color:#189AD3; color:#FFF;  font-size:19px;}

.bg-passo-a-passo{ background-attachment:fixed;  background-repeat:no-repeat; background-image: url(../img/happy-top.jpg); background-position:top right; color:#FFF; background-size:cover;}

.bg-passo-a-passo-2{ background-attachment:fixed;  background-repeat:no-repeat; background-image: url(../img/happy.jpg); background-position:top right; color:#FFF; background-size:cover;}


.bg-black{ background-color:#000; color:#FFF;}
.blue{color:#00AFF0;}
.bg-promo{ background-color:#EFF3F6;}
.selo{
background-color:#FF0000; 
color:#FFF;
padding:20px; 
font-size:16px;
margin-top:6px;
text-transform:uppercase;
-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
box-shadow: 0px 2px 5px rgba(0,0,0,0.5);	
}

.bg-modelos{
	margin-top:-50px;
    padding: 3rem;
   background-color:#F0F0F0; 
   color:#000; font-family: 'Lato', sans-serif;
   -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.5);		
}

frame{ background-color: #9CF;}
.off{color:#FF7300;}
.bg-reds{ background-color: #9CF; color:#FFF; font-size:16px;}
.black{ color:#000; }	
.fix{ position:fixed; bottom:0; right:0;  z-index:999; margin-right:0px; padding:10px; } 
.fix-2{ position:fixed;  z-index:999; top: 50%; left: 50%; transform: translate(-50%, -50%); width:100%; } 
@media (max-width: 800px){.fix-2{ position:fixed;  z-index:999; top:160px; left: none; right:0; transform:  } }
.mini{ font-size:12px;}
.bal{ width:170px; height:170px; background-color:#000; color:#FFF; padding:20px; border-radius:50%; font-size:14px; }
.b-left{ border-left: 1px solid #FFF;}
.white{color:#FFF;}
.intro{ padding:40px; max-width:100%;}


.bg-viagens{ background-attachment:fixed;  background-repeat:no-repeat; background-image:url(../img/bg.gif); background-position:top center; color:#FFF; background-size:cover;}

.bg-maps{ background-attachment:fixed; background-size:cover;  background-repeat:no-repeat;  background-image:url(../img/bg-projeto.jpg); background-position:top center; }

.bg-maps-intro{ background-attachment:; background-size:cover;  background-repeat:no-repeat;  background-image:url(../img/bg-projeto.jpg); background-position:top center;  

  position: absolute;
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  width: 100%;
  height:vh;
  color:#FFF; }
  
  
.meio{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);} 
	
@media (max-width: 800px){
	
	.meio{
	position: relative;
	top:0;
    left:0;
    transform:none;} }	 

  
hr{  border: 1px solid #1F2835; max-width:400px;}

.back-color{ background-color: #CCC; padding:1px 20px 1px 20px;}


a {
  color:#1F2835;}
  a:hover {
     text-decoration:none; color:#42546E;}	
.size{ text-align:center;}
.text-primary {
  color:  #FFF !important; }
  
p{letter-spacing:;}  
  
h1,
h2,
h3,
h4,
h5,
h6{
  font-weight: 300;
  font-family: 'Lato', sans-serif;  letter-spacing:-1px;  }
  

  
.w-mini{ max-width:700px;}  
    
  
.forte{ font-weight: 700; }  
.red{ font-weight: 700; color:#F00; }      
@media (min-width: 800px) {.margin-zero{margin-top:-400px;}}  
@media (max-width: 800px) {.margin-zero{margin-top:-200px;}} 

@media (min-width: 800px) {.margin-zero-2{margin-top:-50px;}}  
@media (max-width: 800px) {.margin-zero-2{margin-top:-50px;}}


@media (min-width: 800px) {.border-r { border-right: 1px solid #0E3D77;  }} 
@media (max-width: 800px) {.border-r { border-right: none;  }} 


@media (min-width: 800px) {.big-font { font-size:56px; }} 
@media (max-width: 800px) {.big-font { font-size:46px;}} 

@media (max-width: 800px) {.turn-off { display:none;}} 

.minimo{ min-height:600px;}  
 
section {
  padding: 100px 0; }
  section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px; }
  section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Lato', sans-serif; }
@media (min-width: 768px) {
  section {
    padding: 150px 0; } }

.btn {
  font-family: 'Lato', sans-serif; 
  font-weight: 700; }

.btn-xl {
  font-size: 18px;
  padding: 20px 40px; }

.btn-primary {
  width:150px;
  text-align:left;
  background-color:#000;
  border-color: #000;
  margin-top:5px;
  padding:5px;
  color:#FFF;
  
  }
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color:#333333!important;
    border-color:#333333!important;
    color: white; }
  .btn-primary:active, .btn-primary:focus {	  
	  -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    	 !important; }
		
.btn-primary-2 {	
  width:;
  font-size:12px;
  text-align:center;
  text-transform:uppercase;
  font-weight:300;
  background-color:#0E3D77;
  border-color: #0E3D77;
  margin-top: ;
  margin-bottom: 20px;
  padding:10px;
  color:#FFF;
  }
  .btn-primary-2:active, .btn-primary-2:focus, .btn-primary-2:hover {
    background-color: #107DAC!important;
    border-color:#107DAC !important;
    color:#FFF; }
  .btn-primary-2:active, .btn-primary-2:focus {
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.5);	!important; }	
	
.btn-primary-3 {
 
  background-color:#0E3D77;
  border-color:#0E3D77;
  margin-top:5px;
  padding:10px;
  color:#FFF;
  font-size:16px;  
  }
  .btn-primary-3:active, .btn-primary-3:focus, .btn-primary-3:hover {
    background-color:#000!important;
    border-color:#000!important;
    color: white; }
  .btn-primary-3:active, .btn-primary:focus {
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.5);	 !important; }	

  .btn-primary-marcas {
    background-color:#FFF!important;
    border-color:#FFF!important;
	border-radius:1%;
    color:#F00;
	margin-top:20px; 
 
   -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.5)!important; 
  }
 
::-moz-selection {
  background: #transparent;
  text-shadow: none; }

::selection {
  background: transparent;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color:#650C2E; }

#mainNav {
  text-transform: uppercase;   background-color:#FFF;   
  }
  #mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform:  ;
    color:#1F2835;
    border: 0;
    background-color:#FFF;
    font-family: 'Lato', sans-serif; }
  #mainNav .navbar-brand {
    color:#1F2835;
    font-family: 'Lato', sans-serif;  }
    #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color:#13214D;}
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 12px ;
    font-weight: 700;
    padding: 0.75em ;
    letter-spacing: ;
    color:#1F2835;  background-color:#FFF; 
   font-family: 'Lato', sans-serif; 		
	}
	
	#mainNav .navbar-nav .nav-item .nav-link,{ background-color:#FFF;}
	
     #mainNav .navbar-nav .nav-item .nav-link:hover {
	background-color:#1F2835;
    color: #FFF !important; 		
		
		}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 55px;
    padding-bottom: px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;}
    #mainNav .navbar-brand {
      font-size: 1.75em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 1.1em 1em !important; color:#1F2835; background-color:transparent; border-right: 1px solid #1F2835;}
    #mainNav.navbar-shrink {
      padding-top: 0;
      padding-bottom: 0;
      background-color:#FFF;
	  color:#1F2835 !important;
	  -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.5);		  
	  
	   }
      #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0; } }		
		
.topo {
  z-index:1;
  position: absolute;
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  display: table;
  width: 100%;
  height: auto;
  color:#FFF;
}


		
.showcase .showcase-text {
  padding: 3rem;
   background-color:#F0F0F0; 
   color:#000; font-family: 'Lato', sans-serif;
   -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
   
    }

.showcase .showcase-img {
  min-height: 30rem;
  background-attachment: scroll;
  background-size: cover ;
  -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.5);  
  
   }
  
  @media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 4rem; } }			

.service-heading {
  margin: 15px 0;
  text-transform: none; }

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px; }
  #portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer; }
    #portfolio .portfolio-item .portfolio-link .portfolio-hover {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0.5;
      background-image:url(../img/back.png) }
      #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
        opacity: 1; }
      #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        color: white; }
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
          margin-top: -12px; }
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
          margin: 0; }
  #portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    background-color: #E6E6E6;
	color: #0C3C72;
	
	}
	
    #portfolio .portfolio-item .portfolio-caption h4 {
      margin: 0;
      text-transform: none; }
    #portfolio .portfolio-item .portfolio-caption p {
      font-size: 16px;
      font-style: italic;
      margin: 0;
     font-family: 'Lato', sans-serif;  }

#portfolio * {
  z-index: 2; }

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;} }

.portfolio-modal {
  padding-right: 0px !important; }
  .portfolio-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw; }
  .portfolio-modal .modal-content {
    padding: 100px 0;
    text-align: center; }
    .portfolio-modal .modal-content h2 {
      font-size: 3em;
      margin-bottom: 15px; }
    .portfolio-modal .modal-content p {
      margin-bottom: 30px; }
    .portfolio-modal .modal-content p.item-intro {
	  color:#0C3C72;
      font-size: 16px;
      font-style: italic;
      margin: 20px 0 30px;
      font-family: 'Lato', sans-serif;  }
    .portfolio-modal .modal-content ul.list-inline {
      margin-top: 0;
      margin-bottom: 30px; }
    .portfolio-modal .modal-content img {
      margin-bottom: 30px; }
    .portfolio-modal .modal-content button {
      cursor: pointer; }
  .portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent; }
    .portfolio-modal .close-modal:hover {
      opacity: 0.3; }
    .portfolio-modal .close-modal .lr {
      /* Safari and Chrome */
      z-index: 1051;
      width: 1px;
      height: 75px;
      margin-left: 35px;
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background-color: #212529; }
      .portfolio-modal .close-modal .lr .rl {
        /* Safari and Chrome */
        z-index: 1052;
        width: 1px;
        height: 75px;
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        background-color: #212529; }

.timeline {
  position: relative;
  padding: 0;
  list-style: none; }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #e9ecef; }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px; }
    .timeline > li:after, .timeline > li:before {
      display: table;
      content: ' '; }
    .timeline > li:after {
      clear: both; }
    .timeline > li .timeline-panel {
      position: relative;
      float: right;
      width: 100%;
      padding: 0 20px 0 100px;
      text-align: left; }
      .timeline > li .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li .timeline-image {
      position: absolute;
      z-index: 100;
      left: 0;
      width: 80px;
      height: 80px;
      margin-left: 0;
      text-align: center;
      color: white;
      border: 7px solid #e9ecef;
      border-radius: 100%;
      background-color: #fed136; }
      .timeline > li .timeline-image h4 {
        font-size: 10px;
        line-height: 14px;
        margin-top: 12px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 20px 0 100px;
      text-align: left; }
      .timeline > li.timeline-inverted > .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li.timeline-inverted > .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li:last-child {
      margin-bottom: 0; }
  .timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit; }
    .timeline .timeline-heading h4.subheading {
      text-transform: none; }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .timeline:before {
    left: 50%; }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px; }
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right; }
    .timeline > li .timeline-image {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px; }
      .timeline > li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left; } }

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px; }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px; }
      .timeline > li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px; } }

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px; }
    .timeline > li .timeline-image {
      width: 170px;
      height: 170px;
      margin-left: -85px; }
      .timeline > li .timeline-image h4 {
        margin-top: 40px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 100px 20px 20px; } }

.team-member {
  margin-bottom: 50px;
  text-align: center; }
  .team-member img {
    width: 225px;
    height: 225px;
    border: 7px solid #fff; }
  .team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none; }
  .team-member p {
    margin-top: 0; }

section#contact {
  background-color: #000;
  background-image: url(../img/monshell-car.jpg);
  background-attachment:fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  
   }
  section#contact .section-heading {
    color: #fff; }
  section#contact .form-group {
    margin-bottom: 25px; }
    section#contact .form-group input,
    section#contact .form-group textarea {
      padding: 20px; }
    section#contact .form-group input.form-control {
      height: auto; }
    section#contact .form-group textarea.form-control {
      height: 248px; }
  section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none; }
  section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'Lato', sans-serif; }
  section#contact :-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 18- */
   font-family: 'Lato', sans-serif;  }
  section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 19+ */
    font-family: 'Lato', sans-serif;  }
  section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'Lato', sans-serif;  }

footer {
  padding: 25px 0;
  text-align: center; }
  footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'Lato', sans-serif; 		
	}
	
  footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Lato', sans-serif;  }

ul.social-buttons {
  margin-bottom: 0; }
  ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #212529; }
    ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
      background-color: #fed136; }

.btn-group button {
    background-color: #4CAF50;
    border: 1px solid green;
    color: white; 
    padding: 10px 24px; 
    cursor: pointer;
    width: 50%; 
    display: block;
}

.btn-group button:not(:last-child) {
    border-bottom: none; 
}


.btn-group button:hover {
    background-color: #3e8e41;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
   -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
 
}

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


.fotos {
    margin: ;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
   -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    }

.fotos:hover {
	cursor: pointer;
	-webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
	
    }



@media (max-width: 800px){
			
.fotos {
    margin:;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; 
    }

.fotos:hover {
	cursor: pointer;
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; 
    -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none	!important; 
    z-index: 10;
    }			
	
}

.sha{
	
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.5)	!important; 
	
	
	}
	
	@media (max-width: 800px){
		
		
		.sha{
	
	-moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow: none !important; 
	
	
	}}
	
	
	/* serves */

.serve-grid {
    background: #00AFF0;
    padding: 4em 1em;
    -webkit-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    -moz-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
}

.serve-gd1 {
    margin-top: 12em;
}

.serve-gd2 {
    margin-top: 6em;
}

.serve-gd3 {
    margin-top: 0em;
}

.serve-grid p {
    font-size: 24px;
    text-transform:;
    letter-spacing: -1px;
    font-weight: 700;
    color:#FFF;
}

.serve-grid span {
    font-size: 2em;
}

.s1 {
    color: #0099e5;
}

.s2 {
    color: #ff4c4c;
}

.s3 {
    color: #34bf49;
}


.s4 {
    color: #FFF;
}

.s5 {
    color: #ff4f81;
}

.s6 {
    color: #ffd900;
}

h4.loan-vj {
    font-size: 1.4em;
    color: #00AFF0;
}

.welcome-left {
    margin-top: 11em;
}

.welcome-left h4 {
    color: #00AFF0;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
    font-size:30px;
    margin-bottom: 1em;
}

p.test span {
    font-size: 2em;
    color:#00AFF0;
}

.test-gd img {
	
    border-radius: 50%;
    -webkit-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    -moz-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
}

.serve-grid.test-gd {
    background: none;
    padding: 1em 1em;
    box-shadow: none;
}



@media screen and (max-width:568px) {
    

    .serve-gd2 {
        margin-top: 0em;
    }

    .serve-gd1 {
        margin-top: 0em;
    }

   
}

/* serves */



/* services */
h3.tittle {
    color: #13214D;
    font-size: 40px;
}

p.sub-tittle {
    
    margin: 0 auto;
    font-size: 20px;
	letter-spacing:-1px;
	
}

.ser-w3ls-wthree {
    margin-bottom: 0px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    padding: 3em 3em;
    border: 1px solid rgba(171, 161, 161, 0.25);
    border-top: 0;
}

.icon {
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid #13214D;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.icon span {
    color: #00AFF0;
    line-height: 60px;
    font-size: 28px;
}

.service-content {
    margin-top: 1.5em;
}

.service-content h5 {
    font-size: 26px;
    color: #13214D;
    margin-bottom: 16px;
}

.ser-w3ls-wthree {
    padding: 3em 3em;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-top: 0;
    border-right: 0;
}

.ser-w3ls-wthree:nth-child(1) {
    border-left: 0;
}

/* //services */


@media only screen and (max-width:770px) {
.ser-w3ls-wthree {
    padding: 3em 3em;
    border: none;
    border-top: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 0;
}

}


	.rotation {
   -webkit-animation-name: spinner; 
  -webkit-animation-timing-function: linear; 
  -webkit-animation-iteration-count: infinite; 
  -webkit-animation-duration: 6s; 
  animation-name: spinner; 
  animation-timing-function: linear; 
  animation-iteration-count: infinite; 
  animation-duration: 6s; 
  -webkit-transform-style: preserve-3d; 
  -moz-transform-style: preserve-3d; 
  -ms-transform-style: preserve-3d; 
  transform-style: preserve-3d;
}


@-webkit-keyframes spinner { 
  from 
  { 
    -webkit-transform: rotateY(0deg); 
  } 
  to { 
    -webkit-transform: rotateY(-360deg); 
  } 
} 

@keyframes spinner { 
   from { 
    -moz-transform: rotateY(0deg); 
    -ms-transform: rotateY(0deg); 
    transform: rotateY(0deg); 
   } 
   to 
   { 
    -moz-transform: rotateY(-360deg); 
    -ms-transform: rotateY(-360deg); 
    transform: rotateY(-360deg); 

   } 
}



.box8 .icon,.box8 .title{margin:0;position:absolute}
.box8{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative}
.box8 img{width:100%;height:auto}
.box8 .box-content{width:100%;height:100%;background:rgba(0,0,0,.8);opacity:0;position:absolute;top:0;left:0;transform:perspective(400px) rotateX(-90deg);transform-origin:center top 0;transition:all .5s ease 0s}
.box8 .icon li a,.box8 .title{background:#1F2835;font-size:28px;color:#fff; min-width:320px;}
.box8:hover .box-content{opacity:1;transform:perspective(400px) rotateX(0)}
.box8 .title{padding:20px;border-radius:0px;font-weight:; text-transform:uppercase; bottom:-30px;left:-20px;transition:all .9s ease 0s}
.box8 .icon li a,.box9 .box-content,.box9 .icon li,.box9 img{transition:all .35s ease 0s}
.box8:hover .title{bottom:20px; left:20px;}
.box8 .icon{list-style:none;padding:20px;top:16%;}
.box8 .icon li a{display:block;height:70px; padding:20px; text-align:center; font-size:18px; text-transform:uppercase;}
.box9 .icon,.box9 .title{width:100%;font-size:22px; }
.box8 .icon li a:hover{background:#42546E;color:#FFF;  text-decoration:none; }
@media only screen and (max-width:990px){.box8{margin-bottom:20px}
}



.portfolio-modal {
  padding-right: 0px !important; }
  .portfolio-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw; }
  .portfolio-modal .modal-content {
    padding: 100px 0;
    text-align: center; }
    .portfolio-modal .modal-content h2 {
      font-size: 3em;
      margin-bottom: 15px;}
    .portfolio-modal .modal-content p {
      margin-bottom: 30px; margin-top:-30px; color:#1F2835; padding:20px; }
    .portfolio-modal .modal-content p.item-intro {
      font-size: 16px;
      font-style: ;
     
      }
    .portfolio-modal .modal-content ul.list-inline {
      margin-top: 0;
      margin-bottom: 30px; }
    .portfolio-modal .modal-content img {
      margin-bottom: 30px; }
    .portfolio-modal .modal-content button {
      cursor: pointer; }
  .portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent; }
    .portfolio-modal .close-modal:hover {
      opacity: 0.3; }
    .portfolio-modal .close-modal .lr {
      /* Safari and Chrome */
      z-index: 1051;
      width: 1px;
      height: 75px;
      margin-left: 35px;
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background-color:#1F2835; }
      .portfolio-modal .close-modal .lr .rl {
        /* Safari and Chrome */
        z-index: 1052;
        width: 1px;
        height: 75px;
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        background-color:#1F2835; }


.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem; }
  .testimonials .testimonial-item {
    max-width: 18rem; }
    .testimonials .testimonial-item img {
      max-width: 16rem; 
       }
