@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url(css/hero-slider.css);
@import url(css/owl.carousel.css);


blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

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


.form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

html, body{
	height: 100%;
}

/*------------------------------------------------------------------
    WP CORE
-------------------------------------------------------------------*/

.first {
    clear: both
}

.last {
    margin-right: 0
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

a img.alignnone {
    margin: 10px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.header_style_01{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    padding-top: 10px;
    background: linear-gradient(to bottom, rgba(28, 28, 28, 0.8) 1%, rgba(0, 0, 0, 0));
    background-size: cover;
}
.header_style_01 .header-nav{
    background: transparent;
}

.header-nav .navbar-toggler span {
    background: #777;
}

.header-nav .navbar-brand {
    color: #111111;
    font-weight: 800;
    position: relative;
    font-size: 23px;
}
.header-nav .navbar-brand span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    bottom: 12px;
    right: -9px;
    float: left;
}

.right-btn a{
	display: inline-block;
	padding: 5px 20px;
	font-size: 18px;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #2191c0;
	line-height: 25px;
	float: right;
	font-weight: 500;
}

.right-btn a:hover{
	background-color: #2191c0;
	color: #ffffff;
	border: 1px solid #2191c0;
}

/*Navbar Toogle*/
.navbar-toggler {
	background: #fff;
	border: 20px;
	padding: 10px 6px;
	outline: none !important;
        border-radius: 50%;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}
.navbar-toggler span + span {
	margin-top: 4px;
}
/**/
.navbar-expand-lg .navbar-nav{
    margin-top: 10px;

}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 8px 15px;
    font-size: 15px;
    color:#FFF;
    text-transform: uppercase;
    font-family: 'RobotoRegular', sans-serif;
    width: 100%;
    
}

.navbar-expand-lg .navbar-nav .nav-item:nth-child(5) {
    margin-left: 12vw;
}

.navbar-expand-lg .navbar-nav .nav-item .dropdown-menu {
    border-radius: 20px;
    margin-top: 7px;
}

.navbar-expand-lg .navbar-nav .nav-item .dropdown-menu:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #FFF;
    top: -8px;
    left: calc(50% - 20px);
}

@media screen and (max-width: 1195px) {
    .navbar-expand-lg .navbar-nav .nav-item:nth-child(5) {
        margin-left: 0vw;
    }
}

.navbar-expand-lg .navbar-nav .nav-link:hover{
	background: transparent;
	color: #2191c0;
	border-radius: 0px;
}

.dropdown-cust .dropdown-item {
    font-family: 'RobotoRegular', sans-serif;
    font-size: 14px;
}

.dropdown-cust .dropdown-item:hover,
.dropdown-cust .dropdown-item.active {
    color: #2191c0;
    border-radius: 20px;
    background:#FFF;
}

.header_style_01 .navbar-brand {
    padding: 2px 15px 0 0px;
    height: auto;
}

.header_style_01 .navbar-default .navbar-nav > li > a {
    border-radius: 0;
    color: #222222;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    background-color: transparent;
}

.header_style_01 .navbar-default .navbar-nav > li a {
    background-color: transparent !important;
}

.header_style_01 .navbar-default .navbar-nav > li:hover a,
.header_style_01 .navbar-default .navbar-nav > li:focus a {
    color: #2191c0;
}

.header_style_01 .navbar-right > li {
    margin-top: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header_style_01 .navbar-right > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}

li.social-links {
    margin: 0 8px;
	display: inline-block;
	font-size: 20px;
}

li.social-links a {
    padding: 0px 0 !important;
	color: #ffffff;
	display: inline-block;
}

li.social-links a:hover {
	color: #2191c0;
}

.header_style_01.fixed-menu{
	position: fixed;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: rgb(81,77,73,0.95);
	z-index: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.header_style_01.fixed-menu{
	padding: 5px 0px 12px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.9);
        color: #21759b;
}

.header_style_01.fixed-menu .navbar-expand-lg .navbar-nav .nav-link{
	padding: 8px 15px;
	font-size: 14px;
	color:#fff;
	text-transform: uppercase;
	font-family: RobotoRegular;
	
}

.header_style_01.fixed-menu .navbar-expand-lg .navbar-nav .nav-link:hover{
	background: transparent;
	color: #2191c0;
	border-radius: 0px;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav span {
    font-size: 24px;
    position: absolute;
    right: 2px;
    top: 13px;
}

body.app_version .header_style_01.fixed-menu{
	top: 0px;
}

@media screen and (max-width: 600px) {
    .header_style_01 .header-nav{
            background: rgb(81,77,73,0.95);
            padding-top: 10px;
            padding-bottom: 15px;
    }
    
    .header_style_01 {
        margin-top: -10px;
    }
    
    .header_style_01.fixed-menu{
            padding: 10px 0px;
            box-shadow: 0 0 8px 0 rgba(0,0,0,.9);
            color: #21759b;
            height: 90px;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link{
            color:#FFF;
    }
}

@media screen and (max-width: 993px) {
    .header_style_01 .header-nav{
            background: rgb(81,77,73,0.95);
            padding-top: 10px;
            padding-bottom: 15px;
    }
    
    .header_style_01 {
        margin-top: -10px;
    }
    
    .header_style_01.fixed-menu{
            padding: 10px 0px;
            box-shadow: 0 0 8px 0 rgba(0,0,0,.9);
            color: #21759b;
            height: 90px;
    }
    
    .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu:after{
        border-bottom: 20px solid transparent;
    }
}

/*------------------------------------------------------------------
    SECTIONS
-------------------------------------------------------------------*/

.top-banner{
	background: url(uploads/bg-img.jpg) bottom center no-repeat #2191c0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.noover {
    overflow: visible;
}

.noover .btn-dark {
    border: 0 !important;
}

.nopad {
    padding: 0;
}

.nopadtop {
    padding-top: 0;
}

.section.wb {
    background-color: #ffffff;
}

.section.lb {
    background-color: #f2f3f5;
}

.section.db {
    background-color: #1f1f1f;
}

.section.color1 {
    background-color: #448AFF;
}

.first-section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 16em 0 13em;
}

.first-section h2 {
    color: #ffffff;
    font-size: 68px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    margin: 0;
    padding: 0 0 30px;
    position: relative;
}

.first-section .lead {
    font-size: 21px;
    font-weight: 300;
    padding: 0 0 40px;
    margin: 0;
    line-height: inherit;
    color: #ffffff;
}

.macbookright {
    width: 980px;
    position: absolute;
    right: -15%;
    bottom: -6%;
}

.section-title {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

.section-title p {
    color: #999;
    font-weight: 300;
    font-size: 18px;
    line-height: 33px;
    margin: 0;
}

.section-title h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 62px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
}

.section.colorsection p,
.section.colorsection h3,
.section.db h3 {
    color: #ffffff;
}


.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 30px;
}
.hvr-bounce-to-right::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #098aa9;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 30px;
}

.hvr-bounce-to-right:hover::before, .hvr-bounce-to-right:focus::before, .hvr-bounce-to-right:active::before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        border-radius: 30px;
}

.cd-hero__btn {
  display: inline-block;
  padding: 10px 18px;
  margin-top: 20px;
  background-color: #2191c0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; 
  border-radius: 30px;
}

.cd-hero__btn:hover {
    transform: scale(1.1);
    background-color: #098aa9;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
    color: #ffffff;
    text-decoration: none;
}

.js-cd-slide {
    height: 100vh;
}

.js-cd-slide::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.2);
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 0;
}

/*
.js-cd-slide:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 10%;
	background: rgba(0,0,0,0.8);
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 0;
	box-shadow:20px 20px 20px #000;
}
*/


.about-right h2{
	font-size: 32px;
	font-weight: 600;
}
.about-right p{
	font-size: 16px; 
	font-weight: 300;
}



.services-inner-box{
	padding: 15px;
	background: #ffffff;
	margin-bottom: 30px;
}
.ser-icon{
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	background: #2191c0;
	box-shadow: inset 0 0 0 10px rgba(51,51,51,0.6), 0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ser-icon i{
	font-size: 50px;
	color: #ffffff;
}
.services-inner-box h2{
	font-size: 22px;
	font-weight: 600;
	margin-top: 20px;
}
.services-inner-box p{
	font-size: 16px;
	font-weight: 300;
}

.services-inner-box:hover {
	box-shadow: inset 0 0 0 1px rgba(51,51,51,0.1), 0 1px 2px rgba(0,0,0,0.1);
}

.services-inner-box:hover .ser-icon{
	box-shadow: inset 0 0 0 1px rgba(51,51,51,0.1), 0 1px 2px rgba(0,0,0,0.1);
}

/* SLIDE */

.cd-hero__slide .cd-hero__content {
    border: none;
}

.cd-hero__slide .cd-hero__content:nth-child(1) {
    margin-top: -50px;
}

.cd-hero__slide .cd-hero__content .titulo_slide {
  font-size: 45px;
  padding: 0px;
  font-family: RobotoLight;
}

.cd-hero__slide .texto-slide {
    padding-left: 100px;
    text-align: left;
    line-height: 20px;
   
}

.cd-hero__slide .cd-hero__content p {
  font-size: 18px;
  padding: 0px;
  font-family: RobotoLight;
}

.cd-hero__slide .cd-hero__content a {
    margin-left: 1.6vw;
}

@media only screen and (max-width:778px){
    .cd-hero__slide .texto-slide {
        padding-left: 30px;
        text-align: left;
    } 
    .cd-hero__slide .cd-hero__content:nth-child(1) {
        margin-top: 65px;
    }
}

@media (min-width: 778px) and (max-width: 991px) {
    .cd-hero__slide .cd-hero__content:nth-child(1) {
        margin-top: 65px;
    }
}