.btn-primary_contacto
{
    color: #fff;
    background-color: #0d3043;
    border-color: #fff;
}


.boton_proyecto_finalizado
{
color: #fff !important;
background-color: #ac1d07 !important;
border-color: transparent !important;
border-radius: 0px 0px 15px 15px !important;
}



.testimonio_manuscrita {font-style: italic;}


/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'Gotham Book';
font-style: normal;
font-weight: normal;
src: local('Gotham Book'), url('GothamBook.woff') format('woff');
}


@font-face {
font-family: 'Gotham Book Italic';
font-style: normal;
font-weight: normal;
src: local('Gotham Book Italic'), url('GothamBookItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Light';
font-style: normal;
font-weight: normal;
src: local('Gotham Light'), url('GothamLight.woff') format('woff');
}


@font-face {
font-family: 'Gotham Light Italic';
font-style: normal;
font-weight: normal;
src: local('Gotham Light Italic'), url('GothamLightItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Medium New';
font-style: normal;
font-weight: normal;
src: local('Gotham Medium'), url('GothamMedium.woff') format('woff');
}


@font-face {
font-family: 'Gotham Medium';
font-style: normal;
font-weight: normal;
src: local('Gotham Medium'), url('GothamMedium_1.woff') format('woff');
}


@font-face {
font-family: 'Gotham Medium';
font-style: normal;
font-weight: normal;
src: local('Gotham Medium'), url('GothamMediumItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Bold';
font-style: normal;
font-weight: normal;
src: local('Gotham Bold'), url('GothamBold.woff') format('woff');
}


@font-face {
font-family: 'Gotham Bold';
font-style: normal;
font-weight: normal;
src: local('Gotham Bold'), url('Gotham-Bold.woff') format('woff');
}


@font-face {
font-family: 'Gotham Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Gotham Bold Italic'), url('GothamBoldItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Black Regular';
font-style: normal;
font-weight: normal;
src: local('Gotham Black Regular'), url('Gotham-Black.woff') format('woff');
}


@font-face {
font-family: 'Gotham Light Regular';
font-style: normal;
font-weight: normal;
src: local('Gotham Light Regular'), url('Gotham-Light.woff') format('woff');
}


@font-face {
font-family: 'Gotham Thin Regular';
font-style: normal;
font-weight: normal;
src: local('Gotham Thin Regular'), url('Gotham-Thin.woff') format('woff');
}


@font-face {
font-family: 'Gotham XLight Regular';
font-style: normal;
font-weight: normal;
src: local('Gotham XLight Regular'), url('Gotham-XLight.woff') format('woff');
}


@font-face {
font-family: 'Gotham Book Italic';
font-style: normal;
font-weight: normal;
src: local('Gotham Book Italic'), url('Gotham-BookItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Thin Italic';
font-style: normal;
font-weight: normal;
src: local('Gotham Thin Italic'), url('Gotham-ThinItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Ultra Italic';
font-style: normal;
font-weight: normal;
src: local('Gotham Ultra Italic'), url('Gotham-UltraItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham XLight Italic';
font-style: normal;
font-weight: normal;
src: local('Gotham XLight Italic'), url('Gotham-XLightItalic.woff') format('woff');
}



.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear alternate infinite;
  fill: white;

}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.letter {
  width:200px;height:auto;
  stroke-width:2.5;
  stroke:#000;
  fill:none;
  stroke-dasharray: 0 24;
}
.animateFirst { animation: 0.5s animateFirst ease-in forwards; }
.animateSecond { animation: 0.2s 0.45s animateSecond ease-out forwards; }

@keyframes animateFirst {
  to { stroke-dasharray: 24 24; }
}
@keyframes animateSecond {
  to { stroke-dasharray: 6 24; }
}

canvas#gears {
/*    width: 100%;
    height: 720px;*/
    border:1px solid red;
}
.getViewH {
    width: 100%;
    height: 100vh;
    background-color: transparent;
    position: absolute;
}

.col-xl-2.col-lg-2.col-md-4.col-sm-6.col-6 > img {
    width: 90%;
    position: relative;
    float: none;display: block;
    margin-left: auto;
    margin-right: auto;
}
.col-xl-2.col-lg-2.col-md-4.col-sm-6.col-6 > p {
   text-align: center;
   letter-spacing: 0px !important
}

.navbar-toggler{
    position: absolute;
    float: right;
}

.form-left-to-w3l.col-md-12 > span > input{
    height: 50px !important;
    background-color: black  !important;
    color: white !important;
}

.boxBeforeButtons{
        width: 74% !important;
    position: relative;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.c113651 > p{
    text-align: center;
}
.navbar-nav.ml-auto > .nav-item > a:hover{
  color: #dc3545;
}
.fas.fa-arrow-circle-down {
    font-size: 24px;
    top: 3px;
    position: relative;
}
.boxbeHind {
  display: block;
  position: fixed;
  width: 100%;
  height: 84px;
  background: white;
  margin: 0px;
  padding: 0px;
  /* top: -85px; */
  z-index: 10;
  border-bottom: 1px solid #abaaaa;
}

.c5559 {
  position: relative;
  height: auto;
  /* top: -85px; */
}
.c113651{
    position: relative;
    border: 3px solid #AC0F0A;
    padding: 40px 20px 33px 20px;
    margin-top: 60px;
    border-radius: 5px;
}
.boxMarginBorders {
    margin-top: 30px
}


.card-title.text-uppercasemy-3 {
    font-size: 18px !important;
}
.svgInicio {
    position: absolute;
    width: auto;
    height: 100vh;
}
.menuMobile{
    margin: 0px !important;
}
.menu-section{
    position: fixed;
    width: 100%;
    height: 59px;
    /* background: rgba(23,545,67,0.2); */
    z-index: 999;
   /* border-bottom: 1px solid white;*/
    top: 0px;
}
.gearsButtons {
    position: relative;
    width: 300px;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
#tutorial {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: yellow;
}
#svgInside {
    position: relative;
    border: 1px solid gray;
    height: 298px;
    width: 100%;
    position: relative;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}
.openMgears{
    position: relative;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
.openMgearsSide{
    position: relative;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    -webkit-animation:spinS 4s linear infinite;
    -moz-animation:spinS 4s linear infinite;
    animation:spinS 4s linear infinite;
}
#svgInsideAcces {
    width: 100%;
    height: 300px;
}


@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@-moz-keyframes spinS { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spinS { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spinS { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

html,
body {
    margin: 0;
    font-size: 100%;
    font-family: 'Gotham Medium New', sans-serif;
    background: #fff;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Gotham Medium New', sans-serif;
}
.btn {
    font-family: 'Gotham Medium New', sans-serif !important;
}
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Gotham Medium New', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Gotham Medium New', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}

p {
    font-size: 0.9em;
    color: #8c9398;
    line-height: 2em;
    letter-spacing: 1px;
}

ul {
    margin: 0;
    padding: 0;
}


/*section{
    margin-top: 125px;
}
#footer{
    margin-top: 125px;
}*/
/*--/header --*/

/*--/navbar--*/

.menu {
    position: fixed;
}
.menu > ul{
    top: 24px !important;
}


#leftNavDots{
    width: 100%;
    height: 500px;
    background: yellow;
}

/*--------------------------------------
 Sets the actionable area for the gaadiexp
 including a label for usability
--------------------------------------*/
.objLogo{
    position: relative;
    width: 234px;
    float: left;
    left: 8px;
    padding: 10px 20px;
}
.fixed-nav img {
    height: 110%;
    padding: 1px;
    width: auto;
}

.content-box {
    margin-top: 20px;
}

.gaadiexp,
.gaadiexp:after,
.gaadiexp *,
.gaadiexp *:before,
.gaadiexp *:after,
.header-nav *,
.header-nav *:before,
.header-nav *:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.gaadiexp {
    cursor: pointer;
    height: 60px;
    margin-bottom: 0;
    width: 60px;
    z-index: 9999;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    background: #dc3545;
}

.gaadiexp:after {
    bottom: 7px;
    color: #FFFFFF;
    content: 'Menu';
    font-size: 13px;
    font-weight: 300;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}


/*--------------------------------------
 Creates the look of the gaadiexp icon
 using the inner span and pseudo-elements
--------------------------------------*/

.gaadiexp span,
.gaadiexp span:before,
.gaadiexp span:after {
    background: #FFFFFF;
    border-radius: 0.2em;
    height: 4px;
    left: 10px;
    position: absolute;
    top: 22px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 40px;
}


/* Reset the left and create the pseudo-element */

.gaadiexp span:before,
.gaadiexp span:after {
    content: '';
    left: 0;
}


/* Top bar position */

.gaadiexp span:before {
    top: -8px;
}


/* Bottom bar position */

.gaadiexp span:after {
    top: 8px;
}


/* Get rid of more on action (IE9 or higher) */

.gaadiexp-check:checked + .gaadiexp:after {
    content: '';
}


/* Get rid of the middle bar on action (IE9 or higher) */

.gaadiexp-check:checked + .gaadiexp span {
    height: 0;
    width: 0;
}


/* Moves the top and bottom bars to the middle on action (IE9 or higher) */

.gaadiexp-check:checked + .gaadiexp span:before,
.gaadiexp-check:checked + .gaadiexp span:after {
    top: 6px;
}


/* Rotates the top bar on action with full browser support (IE9 or higher) */

.gaadiexp-check:checked + .gaadiexp span:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}


/* Rotates the bottom bar on action with full browser support (IE9 or higher) */

.gaadiexp-check:checked + .gaadiexp span:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(-225deg);
}

#mobile-nav:focus + .gaadiexp,
.gaadiexp:focus,
.gaadiexp:hover {
    background: rgba(0, 136, 204, 0.9);
}

.gaadiexp-check:checked + .gaadiexp {
    width: 200px;
}

.gaadiexp-check:checked + .gaadiexp:after {
    bottom: 15px;
    content: 'Cerrar Menú';
    font-size: 20px;
    padding-left: 30px;
}

#mobile-nav {
    left: -9999px;
    position: fixed;
    top: 0;
}
.mt-md-5, .my-md-5 {
       margin-bottom: 3rem !important;
    margin-top: 0px !important;
    width: 200px;
    /* border: 1px solid white; */
    position: relative;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.qrBox {
    float: right;
    right: -420px;
    position: relative;
    width: 201px;
    height: auto;
    border: 1px solid #dc3545;
    border-radius: 4px;
}

.header-nav ul li a:active,
.header-nav ul li a:focus,
.header-nav ul li a:hover,
#mobile-nav:focus + .gaadiexp,
.gaadiexp:focus,
.gaadiexp:hover {
    background: #000;
    outline: none;
    border-bottom: 1px solid #fff;
}

.fixed-nav {
    height: 60px;
    position: absolute;
    width: 100%;
    z-index: 9000;
}

.header-nav {
    float: left;
    height: 60px;
    position: relative;

}

.header-nav ul {
    background: #fff;
    height: 100vh;
    list-style: none;
    margin: 0;
    overflow-y: auto;
    padding: 36px 0 0 0;
    position: absolute;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    width: 200px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.075);
    top: 100%;
    z-index: 1;
}

.gaadiexp-check:checked ~ .header-nav ul {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.header-nav ul li {
    float: left;
    position: relative;
    width: 100%;
}

.header-nav ul li a {
    color: rgb(52, 68, 75);
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: 24px;
    margin-left: 0;
    overflow: hidden;
    padding: 12px 60px 12px 12px;
    position: relative;
    text-decoration: none;
    width: 100%;
    border-radius: 0px !important;
}

.header-nav ul li a:hover {
    color: #fff;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background: #019877;
    color: #000;
}
/*-- //header --*/

/*--/introduction--*/

h3.main {
    font-size: 1.7em;
    line-height: 1.5em;
}

h3.main mark {
    padding: 0.4em 0.4em;
    background-color: #ccffe4;
}

.about-in .card {
    padding: 3em 0.5em;
    border: none;
    transition: none;
    background: transparent;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*.card-titleDos{
    color: white;
}*/
.backUno {
    position: relative;
    width: 100%;
    height: 100px;
    background: #dc3545;
}
.menuSeccionBack {
    position: relative;
    width: 100%;
    height:59px;
    display: block;

}
.about-in .card:hover {
    /*border:1px solid #fff;*/ /* Aquí */
    background: white;

}
.card-text{
    margin: 0;
    font-family: 'Gotham Medium New', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}
.card-titleDos {
    font-weight: lighter !important;
}
.about-in p.card-text {
    line-height: 27px;
    color: #dc3545;
    font-size: 1.2em;
    color: gray!important;
    font-weight: lighter;
}

.about-in .card i {
    font-size: 2em;
    color: white; /* Aqui */
}

.about-in:hover .card i {
    color: #0b3042;
}

.about-in:hover .card p {
    color: #0b3042;
}

.about-in .card h5.card-title {
    font-size: 1.2em;
    color: black !important;
}


.about-right h3.ttile {
    font-size: 1.4em;
    line-height: 1.3em;
}

h4.sub-tittle-w3layouts {
    margin: 1.2em 0 0 0;
    font-size: 15px;
    color: #019877;
    text-transform: uppercase;
    font-weight: 500;
}

ul.author li {
    list-style: none;
    margin: 0 2em 0 0em;
}

ul.author li img {
    border-radius: 50%;
    -weblit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #ddd;
}

ul.author li {
    color: #888;
    font-size: 0.8em;
    letter-spacing: 1px;
}

ul.author li span {
    display: block;
    font-weight: 600;
    color: #37393c;
    font-size: 1.3em;
}

.about-right {
    padding-left: 3em;
}

/*--//introduction--*/

/*-- /services--*/

#feature {
   background: #fdfdfd;
}

h3.tittle-w3layouts span {
    display: block;
    text-transform: uppercase;
    font-size: 0.3em;
    color: #ff4081;
    letter-spacing: 4px;
    font-weight: 600;
}

h3.tittle-w3layouts {
    font-size: 3em;
    color: #333338;
    text-transform: uppercase;
    font-weight: bold;
}

.about-in.middle-grid-info .card {
    padding: 8em 2em;
    border: 1px solid rgba(158, 155, 155, 0.14);
}

.about-in.middle-grid-info .card p {
    color: #888;
}

.about-in.middle-grid-info .card-body {
    padding: 0;
}

.about-in.middle-grid-info h5.card-title {
        font-size: 1.3em;
    line-height: 1.4em;
    padding: 0px 25px;
    font-weight: lighter;
}

.about-in.middle-grid-info:hover .card,
.about-in.middle-grid-info.active .card {
    padding: 0PX 0PX 40PX 0PX;
    background: #fbfbfb;
    border: 1px solid transparent;
    color: #fff;
    box-shadow: 3px 3px 15px #999;
    height: 400px;
}

.about-in.middle-grid-info:active h5.card-title {
    color: #fff;
}

/*-- //services--*/

/*-- Pricing --*/

#plans {
    background: #fbb034;
}

.price-main-info .card-header h4 {
    color: #f7f7f7;
    font-size: 1.7em;
    font-weight: 600;
    line-height: 1em;
    padding-top: 2em;
}

.price-main-info .card-header h4 span {
    display: block;
    font-weight: 100;
}

.price-main-info .card-header {
    background: url(../images/price.jpg)no-repeat 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 192px;
}

.price-main-info .card-body {
    background: #fff;
    padding: 4em 1em;
}

.pricing-card-title span {
    font-size: .5em;
    display: inline-block;
    color: #000;
    font-weight: 300;
}

.price-main-info small.text-muted {
    font-size: 0.5em;
}

ul.list-unstyled li {
    font-size: 15px;
    color: #7d7d7d;
    line-height: 2.5em;
}

.price-main-info h5.card-title {
    font-size: 3em;
    color: #1c1c1d;
    font-weight: 700;
}
.card:hover{
    color: gray !important;
}
.card-deck .card {
    padding: 0px;
}

.price-inner .log-in a {
    font-size: 0.9em;
}

.price-inner.card h4 {
    color: #a7aaad;
    font-size: 1.1em;
}

.price-main-info.card {
    border-radius: 0;
    border: none;
    background: none;
}

/*--/tabs --*/

.nav-pills .nav-link {
    padding: 0.7em 2em;
    letter-spacing: 1px;
    color: #4e4c4c;
    background: transparent;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9em;
    margin: 0 0.5em;
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background: #ec1c24;
}


.tech-btm h5 {
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 600;
}

.menu-img-info h5 {
    font-size: 1.8em;
    color: #7b7d80;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    line-height: 1.4em;
}

p.sub-meta {
    color: #1cbbb4;
    font-size: 1.2em;
    font-weight: 600;
}

.text-info-sec p {
    color: #8c9398;
}

.text-info-sec h5 {
    font-size: 1.4em;
    color: #4e4f50;
    text-shadow: 0 1px 2px rgba(18, 18, 19, 0.13);
    font-weight: 700;
    text-transform: uppercase;
}

.text-info-sec i {
    color: #EB2941;
}

a.hover-2 {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 24px;
    padding: 0.7em 1.5em;
    font-weight: 700;

}

a.hover-2:before,
a.hover-2:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
}

.hover-2:before,
.hover-2:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: #ec1c24;
}

.hover-2:before {
    border-width: 2px 0 2px 0;
    transform: scaleX(0);
}

.hover-2:after {
    border-width: 0 2px 0 2px;
    transform: scaleY(0);
}

.hover-2:hover:before,
.hover-2:hover:after {
    transform: scale(1, 1);
}

.bottom-bg a.hover-2 {
    color: #fff;
}

/*--//tabs--*/

/*--// Pricing --*/

/*--/blog-grid-info--*/

.blog-grid-info .card h5.card-title {
    font-size: 1. 2em;
}

.blog-grid-info .card-body {
    padding: 0;

}

.about-in.blog-grid-info p {
    color: #888;
}

.blog-des {
    padding: 2em;
    background: #fff;
}

span.entry-date {
    font-size: 0.85em;
    color: #999;
}
.prepmioP{
    font-size: 18px !important;
}
.butonPremio {
    /* bottom: 30px; */
    position: relative;
    /* left: 50%; */
    border-radius: 50%;
    /* transform: translate(-50%, -50%); */
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
        text-align: center;
}
.boxBeforeButtons {
    color: #fff !important;
    height: 400px;
    border-bottom: 1px solid #ffffff52;
}
.blog-grid-info .card h5.card-title {
    font-size: 1em;
    font-weight: 600;

}
.display-2 {
        font-size: 3.5rem !important;
    font-weight: bold !important;
    line-height: 58px !important;
}
.gjs-comp-selected {
    font-weight: lighter !important;
}
.blog-grid-info .card h5.card-title a {
    color: #222;
}

.about-in.blog-grid-info .card {
    padding: 0;
    border: 1px solid transparent;
}

.blog-des.blogger {
    border: 1px solid rgba(221, 221, 221, 0.34901960784313724);
    border-top: 0px;
}

/* .about-in.blog-grid-info. .card:hover { */
.about-in.blog-grid-info .card:hover {

    -webkit-box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.09);
    -moz-box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
    box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.12);
}

/*--//blog-grid-info--*/

/*----*/

#accordion .card-header {
    padding: 0;
}

#accordion .card {
    background: #0b3042;
    color: white;
    margin-bottom: 0.3em;
}

#accordion .btn-link {
    font-weight: lighter;
    color: #ffffff;
    background-color: transparent;
    padding: 1em 1em;
}

#accordion .card-body {
    background: #fff;
    color: #888;
}

/*----*/

h4.progress-tittle-w3layouts {
    color: #4f4f50;
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
}

.progress-one .progress {
    height: 0.5rem;
    background: #e1e2e2;
}

/*-- stats --*/

.stats_info p {
    font-size: 2.5em;
    letter-spacing: 1px;
    line-height: 2;
    color: #ec1c24;
    font-weight: 800;
}

.stats_info h4 {
    color: #4f4f50;
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
}

.stats_info i {
    font-size: 2.3em;
    color: #3f3f40;
    margin: 0;
    margin-top: 1.5em;
}

.stats_bottom_grid_left img {
    margin: 0 auto;
}

.stats_info {
    text-align: center;
    padding: 0;
    border-top: none;
    border-bottom: none;
}

.stats_info:nth-child(3) {
    border-right: 0px;
}

.stats_info:nth-child(2) {
    border-left: 0px;
    border-right: 0px;
}

/*--//stats--*/

/*-- team --*/

.team-info-content {
    background-color: #FFF;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-info-content img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-info-content:before {
    content: '';
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-info-content:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
}

.team-info-content:hover .view-caption {
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.view-caption {
    background-color: #019877;
    bottom: 0;
    height: 20%;
    left: 0;
    padding: 16px 20px;
    position: absolute;
    right: 0;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: translateY(150%) scale(1.5);
    -o-transform: translateY(150%) scale(1.5);
    -ms-transform: translateY(150%) scale(1.5);
    -webkit-transform: translateY(150%) scale(1.5);
    transform: translateY(150%) scale(1.5);
}

.view-caption .team-description h4 {
    color: #000;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 5px;
}

.view-caption .team-description p {
    color: #000;
    font-size: 1em;
}

.view-caption ul li {
    display: inline-block;
    list-style: none;
}

.view-caption ul.social-icons li a {
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #ec1c24;
    display: inline-block;
    height: 28px;
    text-align: center;
    line-height: 25px;
    width: 28px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 0.8em;
}

.view-caption ul.social-icons li a:hover {
    opacity: 0.8;
    border: 5px solid #fff;
}

.team-description h4 {
    font-size: 1.1em;
}

/*-- //team --*/

/*--contact--*/

#contact {
    background: #019877;
}

.register-bottom p span {
    color: #ff5f09;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-left: 5px;
}

h3.agile-title {
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    margin-bottom: 1em;
}

.register-bottom h5 {
    color: #777;
    font-size: 1.5em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.register-bottom h5 i {
    color: #000;
}

.address h5 {
    color: #000;
    text-transform: capitalize;
    font-size: 1.1em;
}

.address p a,
p.c-txt {
    color: #777;
}

.address p a:hover {
    color: #000;
}

form.register-contact label {
    line-height: 2.5;
    color: #39393a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9em;
}

form.register-contact label span {
    color: #014637;
    line-height: 0em;
    vertical-align: text-top;
}

.btn-object {
    background: #1a1a1b;
    color: #fff;
    padding: 15px 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.btn-object:hover {
    background: #e23f42;
}

form.register-contact .form-control {
    border-radius: 0;
    border: none;
    background: #eee;
    padding: 1em 1em;
    letter-spacing: 1px;
}

.register-top1 h5 {
    font-size: 2em;
}

.address h5 {
    font-size: 1.5em;
}

.con p {
    color: #fff;
}
.backFootMask{
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(11, 48, 66, 0.45);
} 
/*--//contact--*/

/*--bottom-last--*/
.baseFooter {
    position: relative;
    width: 100%;
    background: black;
    margin: 0px;
    padding: 25px;
}
.bottom-last {
    background: url(../images/banner3.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 560px;
}
footer.newsletter_right{
       background: url(../images/sistem.jpg) no-repeat -220px 70px;
        background-size: 118%;
        background-repeat: no-repeat;
  background-attachment: fixed;
}
section.bottom-last h3 {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    margin: 3em 0 0.5em 0;
    text-shadow: 2px 2px 2px rgba(29, 28, 28, 0.15);
}

.bottom-bg {
    padding: 2em 9em;
}

.bottom-bg p {
    width: 62%;
}

/*--bottom-last--*/

.feedback-w3-top {
    padding: 2em;
    background: url(../images/client.jpg);
    position: relative;
    background-size: cover;
}

.feedback-w3-top:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 14%;
    width: 0;
    height: 0;
    border-top: 15px solid rgb(158, 159, 160);
    border-right: 4px solid transparent;
    border-left: 12px solid transparent;
    transform: rotate(0deg);
}

.feedback-w3-top p {
    margin: 0;
    color: #fff;
}

.feedback-w3-img {
    float: left;
    width: 17%;
    background: #e4e4e4;
    padding: 0.3em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
}

.feedback-w3-grids {
    margin: 3em 0 0;
}

.feedback-w3-img img {
    width: 100%;
}

.feedback-w3-info {
    margin: 1em !important;
}

.feedback-w3-img-info {
    float: left;
    width: 65%;
    margin: 0em 0 0 1em;
}

.feedback-w3-img-info h5 {
    color: #ec1c24;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.feedback-w3-img-info p {
    color: #6f6b6b;
    margin-top: .5em;
}

.feedback-w3-img-info p span {
    color: #b1b2b3;
    font-size: 0.85em;
}

.icon-test i {
    font-size: 2em;
    color: #fcd000;
    margin-left: .4em;
    position: relative;
}

.icon-test {
    position: relative;
}

.icon-test:before {
    content: " ";
    position: absolute;
    background: #d5d8da;
    width: 77%;
    height: 2%;
    top: 54%;
    right: 5%;
}

/*-- //feedback-w3 --*/

/*--model-forms--*/

.modal-header {
    border: none;
}

.login h5 {
    font-size: 1.2em;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}

.login button.btn.btn-primary.submit {
    background: #495057;
    padding: 0.5em 2em;
    letter-spacing: 1px;
    border: none;
}

.login button.btn.btn-primary.submit:hover {
    background: #019877;
}

.login a {
    color: #97989a;
}

.login label {
    font-weight: 400;
    color: #5a5757;
    font-size: 0.9em;
    letter-spacing: 1px;
}

.video iframe {
    width: 100%;
    height: auto;
}

/*--//model-forms--*/

/*--/inner-page--*/

.inner-page {
    background: url(../images/3.jpg) no-repeat center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    min-height: 250px;
}

ol.breadcrumb {
    margin: 0;
}

li.breadcrumb-item {
    font-size: 0.85em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

li.breadcrumb-item a {
    color: #ec1c24;
}

.breadcrumb-item.active {
    color: #777;
}

ol.breadcrumb {
    background: none;
    margin: 0;
    padding: 1em 2em;
    background: #f7f7f7;
}

/*--//inner-page--*/

/*--/footer--*/

.n-right .form-group .form-control {
    padding: 1em 1em;
    border: 1px solid #ced4da;
    letter-spacing: 1px;
    font-size: 0.9em;
}

ul.links-nav li {
    list-style: none;
    margin-left: 1em;
    color: #ffffff;
}

ul.links-nav li a {
    color: #929394;
    letter-spacing: 1px;
    font-size: 0.9em;
    color: #ffffff;
}

ul.links-nav li a.active,
ul.links-nav li a:hover {
    color: #019877;
}

p.copy-right-w3ls a {
    color: #019877;
}

.n-right .form-group input.form-control.submit {
    background: #019877;
    border: 1px solid #019877 !important;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    padding: 0.8em 1em;
    width: 26%;
    margin-left: 1%;
}

.n-right .form-group input.form-control.submit:hover {
    border: 1px solid #e23f42 !important;
    background: #e23f42;
}

.n-right.tex-left {
    /*border-right: 1px solid #dddddd6e;*/
    padding-right: 2em;
    padding-left: 0;
}

h3.tittle-w3layouts.foot {
    font-size: 1.8em;
    line-height: 1.5em;
}

ul.social-icons li {
    list-style: none;
    display: inline-block;
}

ul.social-icons li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 34px;
    background: transparent;
    border: 2px solid #fff;
    text-align: center;
}

ul.social-icons li a:hover {
    color: #019877;
}

.copyright a.navbar-brand {
    font-size: 1.1em;
    font-weight: 300;
    color: #fff;
}

p.copy-right-w3ls {
    color: #ffffff;
    letter-spacing: 2px;
}

/*--//footer--*/

/*-- to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;

    left: 1%;
    overflow: hidden;
    z-index: 9999;
    width: 40px;
    height: 40px;
    border: none;
    border: 1px solid white;
    text-indent: 100%;
    background: #dc3545 url(../images/move_up.png) no-repeat 11px 11px;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
.middle-grids > .col-lg-4 {
    margin-bottom: 35px !important;
}
/*-- //to-top --*/

/*--/responsive--*/

@media(max-width:1366px) {
    h3.tittle-w3layouts {
        font-size: 2.5em;
    }
}

@media(max-width:1280px) {
    .about-in .card {
        padding: 2em 0.5em;
    }
    h3.tittle-w3layouts {
        font-size: 2.4em;
    }
    .about-in.middle-grid-info .card,
    .about-in.middle-grid-info:hover .card,
    .about-in.middle-grid-info.active .card {
        /* aqui padding: 6em 2em; */
        padding: 0px 0px 40px 0px;
    height: 402px;
    width: 100%;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    }
}

@media(max-width:1080px) {
    .price-main-info .card-body {
        padding: 3em 1em;
    }
    .bottom-bg {
        padding: 0em 4em;
    }
    .bottom-last {
        min-height: 390px;
    }
}

@media(max-width:1050px) {
    h3.tittle-w3layouts {
        font-size: 2em;
    }
    .about-in.middle-grid-info h5.card-title {
        font-size: 1.3em;
        line-height: 1.4em;
    }
}

@media(max-width:1024px) {}

@media(max-width:991px) {
    .about-right {
        padding-left: 1em;
        margin-top: 2em;
    }
    .about-in {
        float: left;
        width: 50%;
    }
    .about-in.middle-grid-info:nth-child(3),
    .about-in.blog-grid-info:nth-child(3) {
        margin-top: 2em;
    }
    .team-grids-w3ls {
        float: left;
        width: 50%;
    }
    .progress-info-content {
        margin-bottom: 2em;
    }
    h4.progress-tittle-w3layouts {
        font-size: 0.85em;
        margin: 1em 0;
    }
    .price-main-info {
        padding: 0 3px;
    }
    .price-main-info .card-body {
        padding: 2em 0em;
    }
    .social-info.text-right {
        margin-top: 2em;
    }
    .bottom-last {
        min-height: 298px;
    }
    .price-main-info {
        padding: 0 58px;
        margin: 1em 0;
    }
}


@media(max-width:800px) {
    .bottom-bg {
        padding: 0em 2em;
    }
}

@media(max-width:768px) {
    .bottom-bg {
        padding: 0em 1em;
    }
}

@media(max-width:767px) {
    .bottom-bg {
        padding: 0em 2em;
    }
}

@media(max-width:736px) {

    .about-in.middle-grid-info .card,
    .about-in.middle-grid-info:hover .card,
    .about-in.middle-grid-info.active .card {
        padding: 4em 1em;
    }
}

@media(max-width:667px) {
    .price-main-info:nth-child(2) {
        margin: 1em 0;
    }
    .bottom-bg {
        padding: 0em 2em;
    }
    .bottom-bg p {
        width: 95%;
    }
    h3.tittle-w3layouts.foot {
        font-size: 1.6em;
        line-height: 1.5em;
    }
    h3.tittle-w3layouts {
        font-size: 1.8em;
    }
    section.bottom-last h3 {
        font-size: 1.6em;
        margin: 1em 0 0.5em 0;
    }
    .n-right.tex-left {
    /* border-right: 1px solid #dddddd6e; */
    padding-right: 15px;
    padding-left: 15px;
    /* width: 100%; */
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
    }


@media(max-width:640px) {}

@media(max-width:600px) {
    .price-main-info {
        padding: 0 100px;
    }
    .about-in.middle-grid-info:nth-child(3), .about-in.blog-grid-info:nth-child(3) {
        margin-top: 0em;
    }
    .about-in.middle-grid-info:nth-child(2), .about-in.blog-grid-info:nth-child(2) {
        margin:1.5em 0;
    }

}

@media(max-width:568px) {
    .about-in {
        float: left;
        width: 100%;
    }
    .card-body.img img {
        width: 100%;
    }

}

@media(max-width:480px) {
    h3.tittle-w3layouts.foot {
        font-size: 1.4em;
        line-height: 1.5em;
    }
  
}

@media(max-width:440px) {
     .price-main-info {
        padding: 0 20px;
    }
}

@media(max-width:414px) {
    .n-right .form-group input.form-control.submit {
        width: 37%;
        margin-left: 1%;
    }
      h3.tittle-w3layouts {
        font-size: 1.6em;
    }
    .team-grids-w3ls {
        float: left;
        width: 100%;
    }
}

@media(max-width:384px) {
    .price-main-info {
        padding: 0 34px;
    }
}

@media(max-width:375px) {
    ul.links-nav li {
        list-style: none;
        margin-left: 0.4em;
    }
    .price-main-info {
        padding: 0 24px;
    }
    section.bottom-last h3 {
        font-size: 1.5em;
        margin: 1em 0 0.5em 0;
    }
    .n-right .form-group input.form-control.submit {
        width: 42%;
        margin-left: 1%;
    }
}

@media(max-width:320px) {
    section.bottom-last h3 {
        font-size: 1.4em;
        margin: 1em 0 0.5em 0;
    }
}

/*--//responsive--*/























































/*--
    Author: W3Layouts
    Author URL: http://w3layouts.com
    License: Creative Commons Attribution 3.0 Unported
    License URL: http://creativecommons.org/licenses/by/3.0/
--*/

html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    scroll-behavior: smooth;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
    opacity: 0.8;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Gotham Medium New', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Gotham Medium New', sans-serif;
}

p {
    font-size: 1em;
    color: #777;
        line-height: 22px;
    letter-spacing: 1px;
}

ul {
    margin: 0;
    padding: 0;
}

/*-- header --*/
a.navbar-brand {
    font-size: 0.9em;
    color: #fff;
    padding: 0;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    position: relative;
}

a.navbar-brand.logo span {
    font-size: 2em;
    vertical-align: middle;
}

/*-- //header --*/
/* banner style */
.banner_w3pvt {
    position: relative;
    z-index: 1;
}

.banner-top {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-top1 {
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-top2 {
    background: url(../images/backOpt.png) center no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-top3 {
    background: url(../images/back_.png) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-blend-mode: saturation;

}

.banner-info {
    padding-top: 17em;
}

.banner-w3layouts-inner {
        padding-right: 0px;
    text-align: left;
    background: #fff;
    padding: 2em;
    width: 650px;
    /* margin-right: 0px; */
    float: right;
    right: 10%;
    position: relative;
}

.banner-w3layouts-innerDos {
    padding-right: 0px; 
    text-align: left;
    background: #fff;
    padding: 2em;
    width: 40%;
    /* margin-right: 0px; */
    float: left;
    position: absolute;
    top: 0px;
    background: url(../images/1_Principal_c_est.svg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-blend-mode: saturation;
}

.banner-info h3 {
    font-size: 2.3em;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 600;
        line-height: 40px;
    /* text-transform: capitalize; */
}

.banner-info h4 {
    color:#ffffff;
    margin: 1em 0;
    letter-spacing: 3px;
    /* text-transform: capitalize; */
    font-weight: 400;
    font-size: 1.2em;
}


.banner-info i {
    vertical-align: middle;
}

.banner-top,
.banner-top1,
.banner-top2,
.banner-top3 {
    min-height: 50em;
}

.overlay {
    min-height: 50em;
    background: rgba(0, 0, 0, 0.6);
}

.overlay1 {
    min-height: 750px;
    background: rgba(0, 0, 0, 0.5);
}

.read,
.book-appo {
    padding: 11px 30px;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    display: inline-block;
    border: none;
    outline: none;
    background: #4cc2c4;
}

.read:hover,
.book-appo {
    opacity: 0.9;
}

.book-appo {
    background: #f54785;
}

/*-- //banner style --*/

/*-- //banner --*/

/*-- banner --*/


/* //banner */

/* header */
/* CSS Document */
header {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 1rem 0;
}

.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

/* Styling the links */
nav a {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;

    font-size: 16px;
    position: relative;
    padding: 0.2rem;
}


nav ul li ul li:hover {
    background: #f8f9fa;
}

/* Background color change on Hover */
nav a:hover {
    color: #ddd;
    background: transparent;
}

.menu li.active a {
    color: #4cc2c4;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 25px;
    background: #fff;
    padding: 10px;
}

ul.inner-dropdown a:hover {
    color: #333;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 160px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
}

/* Second, Third and more Tiers 
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */
li > a:only-child:after {
    content: '';
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 992px) {

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    .header-section {
        float: left;
    }

    nav ul {
        width: 100%;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        /*display: none;*/
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 4px 18px;
        font-size: 20px;
        text-decoration: none;
        border: none;
        float: right;
        background-color: #333;
        color: #fff;
        cursor: pointer !important;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        width: 25%;
        padding: 5px;
        font-weight: normal;
        font-size: 15px;
        letter-spacing: 1px;
        background: none;
        color: #333;
    }

    .toggle:hover {
        color: #333;
        background-color: #fff;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
        background: #e9ecef;
        padding: 15px 0;
        text-align: center;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 0px;
        margin: 0;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */

    }

    nav a {
        color: #333;
    }

    nav a:hover {
        color: #333;
    }

    .menu li.active a {
        color: #333;
    }

    nav ul ul li a {
        display: inline-block;
        font-size: 15px;
    }

    ul.inner-dropdown {
        padding-bottom: 0 !important;
        padding-top: 8px !important;
    }
}

@media all and (max-width : 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}

li.icons a {
    width: 34px;
    height: 34px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    border-radius: 50%;
    line-height: 33px;
    padding: 0;
}

li.icons a.face-bk {
    background: #3b5998;
}

li.icons a.twitter {
    background: #1da1f2;
}

li.icons a.dribble {
    background: #ea4c89;
}

/*-- // header --*/
/*-- //banner --*/

/*-- //heading --*/

/*-- part --*/
.inner-sec-w3ls {
    padding-left: 3em;
    padding-right: 3em;
}

.sub-para {
    font-size: 1.1em;
    width: 69%;
    margin: 0 auto;
    color: #555;
    line-height: 1.7em;
    font-weight: 600;
}

.sub-para.two {
    width: 69%;
    margin: 0;
}

h3.title-w3pvt {
    font-size: 3em;
    letter-spacing: 1px;
    color: #292a2b;
}

/*-- //part --*/
.gd-bottom {
    border-left: 1px solid #ddd;
}

.gd-bottom.one {
    border: none;
}

.bottom-gd {
    padding: 1em 2em;
}

.gd-bottom h3,
.ser-one h3 {
    color: #343a40;
    letter-spacing: 1px;
    margin-top: 0em;
    font-size: 1.4em;
    font-weight: 500;
}

.gd-bottom p {
    margin: 0;
}

.gd-bottom span,
.ser-one span {
    font-size: 2em;
    text-align: center;
    color: #ff4c4c;
    color: #f54785;
    margin-bottom: 0.7em;
}

ul.tic-info li span {
    color: #8fe5f3;
    margin-right: 1em;
}

ul.tic-info li {
    color: #566773;
    font-size: 0.9em;
    line-height: 2.2em;
    letter-spacing: 1px;
}


/*-- //features --*/
.last-content {
    background: url(../images/banner4.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 46em;
}

.booking h3 {
    font-size: 1.8em;
    letter-spacing: 1px;
    color: #3e3f40;
    font-weight: 500;
}

.overlay-last {
    min-height: 46em;
    background: rgba(0, 0, 0, 0.6);
}

.booking {
    background: #fff;
    padding: 4em 4em;
    position: relative;
    margin-top: 7em;
}

.booking input[type="text"],
.booking input[type="email"],
.booking input[type="password"],
.booking select {
    outline: none;
    font-size: 15px;
    border: none;
    color: #666;
    letter-spacing: 1px;
    padding: 13px 15px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    text-transform: capitalize;
    background: #f6f6f6;
}

.content-right h4 {
    font-size: 1.6em;
    letter-spacing: 1px;
    color: #3e3f40;
    font-weight: 500;
}

/*-- /stats --*/
.counter.two {
    border-left: 1px solid #c3c5c6;
    border-right: 1px solid #c3c5c6;
}

.counter span {
    font-size: 2em;
    text-align: center;
    color: #ff4c4c;
    color: #f54785;
    margin-bottom: 0.7em;
}

.counter-info h4 {
    font-size: 2.5em;
    letter-spacing: 1px;
    color: #3e3f40;
    font-weight: 500;
}

.counter-info p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.7em;
    font-weight: 600;
    padding: 0 3em;
    margin-top: 0.5em;
}

/*-- //stats --*/
/*-- //services --*/
/*--/tab-content --*/
.tabs-blue {
    background: #4cc2c4;
}

.tabs-gray {
    background: #e5fbfb;
}

.tab-main {
    padding: 40px 0;
    border: none;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.inner-w3layouts-wrap {
    padding-top: 4em;
    text-align: center;

}


.tab-main input.w3layouts-sm {
    display: none;
}



.tab-main label {
    display: inline-block;
    margin: 0 1em;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #1e272e;
    border: 1px solid transparent;
    font-family: 'Gotham Medium New', sans-serif;
    letter-spacing: 2px;
    font-size: 1.1em;

}

.tab-main span {
    margin-right: 0.5em;
}

.tab-main section {
    display: none;
    padding: 4em 0 2em 0;
    border-top: 1px solid #abc;
}

.tabs-blue .card {
    border: none;
}

/*----*
.tab-main label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
    opacity: 0;
    display: none;
}

.tab-main label[for*='1']:before {
    content: '\f1cb';
}

.tab-main label[for*='2']:before {
    content: '\f17d';
}

.tab-main label[for*='3']:before {
    content: '\f16c';
}

.tab-main label[for*='4']:before {
    content: '\f171';
}
/*----*/
.tab-main label:hover {
    color: #f54785;
    cursor: pointer;
}

.tab-main input:checked + label {
    color: #f54785;
    border: none;
    border-top: none;
    border-bottom: 2px solid #f54785;
}



.tab-main #tab1:checked ~ #content1,
.tab-main #tab2:checked ~ #content2,
.tab-main #tab3:checked ~ #content3,
.tab-main #tab4:checked ~ #content4 {
    display: block;
}

@media screen and (max-width: 800px) {
    .tab-main label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    .tab-main label {
        padding: 15px;
    }
}

/*--//tab-content --*/
/* gallery page */
.gal-img img,
.popup img {
    width: 100%;
}

/* popup */
.popup-effect {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

.popup-effect:target {
    visibility: visible;
    opacity: 1;
}
#sec1  .card{
    height: 350px !important;
}
.popup {
    background: #fff;
    border-radius: 4px;
    max-width: 430px;
    position: relative;
    margin: 8em auto;
    padding: 3em 2em;
    z-index: 999;
    text-align: center;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}


/* //popup */
/* //gallery page */
/*--testimonials--*/
.testimonials {
    background: #1e272e;
}

.testi_grid img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 3px 3px 16px 0 rgba(12, 12, 12, 0.68);
}

.testimonials_grid span {
    color: #f54785;
    font-size: 2em;
}

h3.title-w3pvt.two {
    color: #fff;
}

.testi_grid h5 {
    font-size: 1em;
    font-weight: 600;
    color: #00BFA5;
    margin: 1em 0 0em 0;
}

.test-content {
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

.testi_grid label {
    letter-spacing: 2px;
    font-size: 0.9em;
    color: #555;
}

.testimonials_grid p {
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
}

/*--//testimonials--*/
.main-w3layouts-header-sec.inner {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 25em;
}

.overlay.inner {
    min-height: 25em;
    background: rgba(0, 0, 0, 0.6);
}

ol.breadcrumb {
    background: none;
    margin: 0;
    padding: 1em 2em;
    background: #f2f2f3;
}

li.breadcrumb-item {
    font-size: 0.9em;
    letter-spacing: 1px;
}

li.breadcrumb-item a {
    color: #ea357b;
}

/*-- /single-page --*/
.content-sing-w3layouts h4 {
    color: #555;
    font-size: 1.4em;
    margin: 1em 0;
    letter-spacing: 2px;
    font-weight: 600;
}

h4.leave-w3layouts {
    font-size: 1.4em;
    color: #4f5152;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 2em;
}

.media h5 {
    font-size: 1em;
    color: #555;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 2em;
}

.single-w3pvt-page .form-group label {
    letter-spacing: 1px;
    font-size: 15px;
    color: #777879;
    font-weight: 600;
    margin-bottom: 1em;
}

.single-w3pvt-page input[type="text"],
.single-w3pvt-page input[type="email"],
.single-w3pvt-page textarea,
.single-w3pvt-page select {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 15px 20px;
    color: #666;
    letter-spacing: 2px;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.single-w3pvt-page button.btn.submit {
    color: #fff;
    border: none;
    padding: 1em 3em;
    text-decoration: none;
    background: #f54785;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 1em;
    text-transform: uppercase;
}

.single-w3pvt-page img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

/*-- //single-page --*/
/*--/footer--*/

footer {
    background: #f7f7f7;
}

h3.footer-title {
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 1px;
    color: #3d3f44;
}

footer p {
    font-size: 0.9em;
}

form.w3layouts-newsletter {
    display: flex;
    margin-bottom: 2.5em;
}

.bottom-w3layouts-sec-nav {
    border-top: 1px solid #ddd;
}

.w3layouts-newsletter input[type="email"] {
    padding: 0.6em 1em;
    font-size: 15px;
    color: #000;
    outline: none;
    letter-spacing: 2px;
    border: none;
    border: none;
    flex-basis: 100%;
    background: #efeeee;
}

.w3layouts-newsletter button.btn1 {
    color: #4cc2c4;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 14px 0;
    border: transparent;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    background: #1e272e;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    padding: 0.7em 2em;
}

h2.logo-2 a {
    font-weight: 400;
    font-size: 1.5em;
    color: #1c1d21;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);

}

h2.logo-2 span {
    font-size: 1.7em;
    vertical-align: middle;
    color: #4cc2c4;
}

/*--contact--*/

/*-- Contact --*/
.map iframe {
    border: none;
    width: 100%;
    min-height: 30em;
}

.map {
    position: relative;
    margin-bottom: 20em;
}

.contact-right-info h3 {
    color: #eee;
    font-size: 24px;
    letter-spacing: 1px;
}

.form h3 {
    color: #333;
    font-size: 24px;
    letter-spacing: 1px;
}

.contact-right-info p {
    margin: 0;
    font-size: 15px;
    color: #999;
    letter-spacing: 1px;
}

.main_grid_contact {
    display: flex;
    width: 70%;
    position: absolute;
    bottom: -50%;
    left: 15%;
    -webkit-box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
}

.form {
    flex-basis: 60%;
    -webkit-flex-basis: 60%;
    padding: 3em 4em;
    background: #fff;
}

.contact-right-info {
    flex-basis: 40%;
    -webkit-flex-basis: 40%;
    padding: 3em 3em;
    background: #222;
}

.input-group input[type="text"],
.input-group input[type="email"] {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 15px 20px;
    width: 49%;
    color: #666;
    letter-spacing: 2px;
    box-sizing: border-box;
    outline: none;
    background: transparent;
}

.input-group input.margin2 {
    margin-right: 2%;
}

.input-group1 button.btn {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #f54785;
    padding: 15px;
    border: none;
    margin: 10px 0 0 auto;
    transition: all 0.5s ease-in;
    font-weight: 700;
}

textarea {
    font-size: 14px;
    resize: none;
    text-transform: capitalize;
    padding: 15px 20px;
    letter-spacing: 1px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    color: #666;
    background: transparent;
}

.contact-right-info address p span {
    width: 25px;
    margin-left: 0px;
    display: inline-block;
    color: #fff;
}

.contact-right-info address p,
.contact-right-info address p a {
    color: #bbb;
}

.contact-right-info address {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.adress-w3pvt-info h6 {
    font-size: 1.2em;
    color: #3d3d3e;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 1em 0;
}

.adress-w3pvt-info span {
    color: #4cc2c4;
    font-size: 2em;
    vertical-align: middle;
}

.adress-w3pvt-info p {
    margin: 0;

}

a.mail {
    color: #777;
    line-height: 2em;
}

/*-- //Contact --*/
/* social icons */
.w3layouts_social_list li {
    display: inline-block;
}

.w3layouts_social_list li a {
    width: 34px;
    height: 34px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    border-radius: 50%;
}

.w3layouts_social_list li a span {
    color: #fff;
    line-height: 34px;
}

a.w3pvt_facebook {
    background: #3b5998;
}

a.w3pvt_twitter {
    background: #1da1f2;
}

a.w3pvt_dribble {
    background: #ea4c89;
}

a.w3pvt_google {
    background: #F44336;
}

/* //social-icons */

/* contact address */
.contact-info h4,
h4.sub-con-fo {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #5e5e61;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-grid_section_w3layouts li a {
    color: #727377;
    font-size: 0.8em;
    letter-spacing: 1px;
}

.footer-grid_section_w3layouts li a:hover {
    opacity: 0.8;
}

.footer-title h3 {
    font-size: 24px;
    color: #f3f3f3;
    letter-spacing: 1px;
}

ul.w3layouts-icons li a {
    text-transform: uppercase;
}

.footer-right {
    border-left: 1px solid #ddd;
    padding: 5em 0em 5em 2em;
}

.footer-grid_section_w3layouts {
    padding: 5em 0;
}

.contact-info a {
    color: #777;
}

/* //contact address */

/* copyright */
.cpy-right-sec {
    background: #1c1d21;
}

.cpy-right {
    background: #f7f7f7;
    border-top: 1px solid #ddd;
}

.cpy-right p {
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0.9em;
    color: #555;
}

.cpy-right p a {
    color: #555;
}

.cpy-right p a:hover {
    color: #ff6b6b;
}

/* //copyright */

/*--//footer--*/

/*-- to-top --*/
a.move-top span {
    color: #212529;
    text-align: center;
    border: none;
    line-height: 2em;
}

/*-- //to-top --*/


/*-- Responsive design --*/

@media screen and (max-width: 1366px) {

    .banner-top,
    .banner-top1,
    .banner-top2,
    .banner-top3,
    .overlay {
        min-height: 750px; /* aqui 47 em*/
    }

    .main-w3layouts-header-sec.inner,
    .overlay.inner {
        min-height: 20em;
    }

    .main_grid_contact {
        width: 70%;
        bottom: -50%;
        left: 14%;
    }
}

@media screen and (max-width: 1280px) {

    .banner-top,
    .banner-top1,
    .banner-top2,
    .banner-top3,
    .overlay {
        min-height: 47em;
    }
}

@media screen and (max-width: 1080px) {
    .inner-sec-w3ls {
        padding-left: 1em;
        padding-right: 1em;
    }

    .gd-bottom h3,
    .ser-one h3 {
        font-size: 1.3em;
    }
}

@media screen and (max-width:1024px) {

    .banner-top,
    .banner-top1,
    .banner-top2,
    .banner-top3,
    .overlay {
        min-height: 750px; /* aqui 43em */
    }

    .banner-info {
        padding-top: 15em;
    }

    .gd-bottom h3,
    .ser-one h3 {
        font-size: 1em;
    }

    .main-w3layouts-header-sec.inner,
    .overlay.inner {
        min-height: 15em;
    }
}

@media screen and (max-width: 992px) {
    .gd-bottom {
        border: none;
        float: left;
        width: 50%;
    }

    .gd-bottom h3,
    .ser-one h3 {
        font-size: 1.3em;
    }

    .booking {
        padding: 2em 2em;
        margin-top: 6em;
    }

    .last-content,
    .overlay-last {
        min-height: 40em;
    }

    .banner-w3layouts-inner {
        padding: 2em;
        width: 70%;
    }

    .banner-info h3 {
        font-size: 2em;
    }

    .banner-info h4 {
        margin: 1em 0;
        font-size: 1.1em;
    }

    .banner-top,
    .banner-top1,
    .banner-top2,
    .banner-top3,
    .overlay {
        min-height: 750px; /* aqui 39em */
    }

    .banner-w3layouts-inner {
        padding: 2em;
        width: 71%;
    }

    .tab-main label {
        margin: 0 0.2em;
        padding: 15px 25px;
        letter-spacing: 2px;
        font-size: 1em;
    }

    .content-left {
        float: left;
        width: 50%;
        margin-bottom: 2em;
    }

    .test-content {
        margin: 0 auto;
        width: 77%;
    }

    .counter.two {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        margin: 1em 0;
    }

    .main_grid_contact {
        width: 77%;
        bottom: -50%;
        left: 11%;
    }

    .adress-w3pvt-info {
        margin: 1em 0 0 0;
    }

    .main_grid_contact {
        width: 100%;
        bottom: 0;
        left: 0;
        position: static;
        margin-top: 2em;
    }

    .map {
        position: relative;
        margin-bottom: 4em;
    }

    h3.title-w3pvt {
        font-size: 2.5em;
        letter-spacing: 1px;
    }

    .footer-grid_section_w3layouts {
        padding: 2em 2em;
    }

    .footer-right {
        padding: 3em 2em 3em 2em;
    }
}


@media screen and (max-width:800px) {

    .banner-top,
    .banner-top1,
    .banner-top2,
    .banner-top3,
    .overlay {
            min-height: 650px; /* aqui 35em*/
    }

    .banner-info {
        padding-top: 12em;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 736px) {
    .map iframe {
        border: none;
        width: 100%;
        min-height: 600px; /* Aqui 17em */
    }
}

@media screen and (max-width: 667px) {
    .banner-info h3 {
        font-size: 1.8em;
    }

    .banner-w3layouts-inner {
        padding: 1.5em;
        width: 82%;
    }

    .banner-top,
    .banner-top1,
    .banner-top2,
    .banner-top3,
    .overlay {
        min-height: 32em;
    }

    .read,
    .book-appo {
        padding: 9px 27px;
        font-size: 1em;
        letter-spacing: 2px;
        display: inline-block;
    }

    .banner-info {
        padding-top: 12em;
    }

    .banner-info h4 {
        margin: 1em 0;
        font-size: 1em;
    }

    .test-content {
        margin: 0 auto;
        width: 95%;
    }

    .tab-main label {
        margin: 0 0.2em;
        padding: 15px 17px;
        letter-spacing: 2px;
        font-size: 1em;
    }

    h3.title-w3pvt {
        font-size: 2.3em;
    }

    .form,
    .contact-right-info {
        padding: 3em 3em;
    }

    .main_grid_contact {
        flex-direction: column;
    }

    .gd-bottom {
        border: none;
        float: left;
        width: 100%;
    }

    .last-content,
    .overlay-last {
        min-height: 38em;
    }

    .thumbnail.card {
        margin-top: 1em;
    }
}






@media screen and (max-width: 640px) {

    .main-w3layouts-header-sec.inner,
    .overlay.inner {
        min-height: 12em;
    }

    .menu .toggle {
        width: 90%;
    }
}


@media screen and (max-width:600px) {

    .banner-top,
    .banner-top1,
    .banner-top2,
    .banner-top3,
    .overlay {
        min-height: 29em;
    }

    .banner-info {
        padding-top: 9em;
    }

}

@media screen and (max-width: 480px) {
    .banner-info h3 {
        font-size: 1.6em;
    }

    .banner-top,
    .banner-top1,
    .banner-top2,
    .banner-top3,
    .overlay {
        min-height: 27em;
    }

    .banner-info {
        padding-top: 8em;
    }
}

@media screen and (max-width: 414px) {
    .banner-info h3 {
        font-size: 1.5em;
        letter-spacing: 1px;
    }

    .banner-info h4 {
        margin: 1em 0 0.3em 0;
        font-size: 0.9em;
        letter-spacing: 1px;
    }

    .banner-top,
    .banner-top1,
    .banner-top2,
    .banner-top3,
    .overlay {
        min-height: 25em;
    }

    a.navbar-brand.logo span {
        font-size: 1.5em;
    }

    .banner-info {
        padding-top: 7.5em;
    }
}

@media screen and (max-width: 384px) {
    .banner-info h3 {
        font-size: 1.5em;
    }

    .banner-w3layouts-inner {
        padding: 1.5em;
        width: 87%;
    }
}

@media screen and (max-width:375px) {
    .banner-info h3 {
        font-size: 1.4em;
    }
}

@media screen and (max-width:320px) {}

/*-- //Responsive design --*/


.embed-container {
    position: relative;
    height: 577px;
    overflow: hidden;
    /*border-top: 2px solid white;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .embed-container iframe {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
  }


.pt-md-4, .py-md-4{
    padding-top: 0px !important;
}

.pb-3, .py-3{
    padding-top: 0px !important;
}








.footer.newsletter_right {
    padding-top:0px !important;
}





.svgInicio {
    display: block;
        height: 100%;
}
.svgInicioMobile {
    display: block;
}




  .textocajas{
    width: 100%;
    padding: 0px 60px 0px 60px;
  }



  .tamniomenu {
    font-size: 16px;
  }


#navbarResponsive{
            background: none;
    }
    a.nav-link::before {
        content: "";
        color: #dc3545;
        font-size: 22px;
        position: relative;
        top: 0pxpx;
        margin-right: 0px;
    }



.navbar.navbar-expand-lg.navbar-light.static-top{
        border-bottom: none;
    }
















  /* Extra small devices (phones, 600px and down)  --MI CELULAR-- */
@media only screen and (max-width: 540px) {

    .embed-container iframe {
        position: absolute;
        top:0;
    
        left: 0;
        width: 100%;
        height: 100%;
    }
    .boxbeMOB {
        position: relative;
        width: 100%;
        height: 74px;
        display: block;
    }
    .svgInicio {
        display: none;
    }
    .svgInicioMobile {
        display: block;
    }
    .banner-info {
        padding-top: 25px !important;
    }
    .card{
        padding: 0px !important;
    }
    #sec1  .card{
        height:300px  !important;
    }
    .header-1{
        height:auto  !important;
    }
    #sec4 > .container-fluid > .row > .col-xl-4.col-lg-4.col-md-4.col-sm-12.col-12 > div {
        height: 100%;
       text-align: center;
    }
    footer.newsletter_right {
        background-size: 500%;
        height: auto;
    } 

    .backFootMask {
        position: absolute;
        width: 100%;
        height: 847px;
        background: rgba(11, 48, 66, 0.45);
    }
    .register-top1 {
        position: relative;
        width: 100%;
    }
    .col-lg-6.social-info.text-right{
        text-align: center !important;
    }
    .menuSeccionBack {
        display: block;
        position: relative;
        width: 100%;
        height:59px;

    }
    .banner-w3layouts-inner.aos-init{
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        right: auto;
    }
    .qrBox {
        position: relative;
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    footer.newsletter_right {
        background: url(../images/sistem.jpg) no-repeat -220px 0px;
        background-size: 338%;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .gaadiexp {
        width: 100%;
        position: relative;
    }
    .menuMobile{
        display: block;
    }
    /*.ps-container{
        display: none;
    }*/
    .navbar-toggler{
        position: absolute;
        float: right;
    }
  

    a.nav-link::before {
    
        color: #dc3545;
        font-size: 22px;
        position: relative;
        top: 7px;
        margin-right: 21px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(https://mdbootstrap.com/img/svg/hamburger4.svg?color=1729B0);
        /* color: white !important; */
        color: white;
        filter: brightness(0) invert(1);
    }
    .boxBeforeButtons {
        color: #fff !important;
        height: auto;
        border-bottom: 1px solid #ffffff52;
    }
    .c113651{
        position: relative;
        border: 3px solid #AC0F0A;
        padding: 40px 20px 33px 20px;
        margin-top: 60px;
        width: 80%;
        border-radius: 5px;
        float: none;
        display: block;margin: auto;
        height: 350px
    }
    #navbarResponsive{
        background: rgba(255,255,255,1);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .navbar.navbar-expand-lg.navbar-light.static-top{
        /* border-bottom: 1px solid rgb(220, 53, 69); */
    }

} 



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 540px) {
    .svgInicio {
        display: none;
    }
    .svgInicioMobile {
        display: block;
    }
    .banner-info {
        padding-top: 25px !important;
    }
    .card{
        padding: 0px !important;
    }
    .header-1{
        height:auto !important;
    }
    #sec4 > .container-fluid > .row > .col-xl-4.col-lg-4.col-md-4.col-sm-12.col-12 > div {
        height: 100%;
        text-align: center;
    }
    #sec1  .card{
        height:350px  !important;
    }
    footer.newsletter_right {
        background-size: 300%;
    }
    .register-top1 {
        position: relative;
        width: 100%;
    }
    .col-lg-6.social-info.text-right{
        text-align: center !important;
    }
    .menuSeccionBack {
        display: block;
        position: relative;
        width: 100%;
        height:59px;

    }
    .banner-w3layouts-inner.aos-init{
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        right: auto;
    }
    .backFootMask {
        position: absolute;
        width: 100%;
        height: 1000px;
        background: rgba(11, 48, 66, 0.45);
    }
    footer.newsletter_right {
        background: url(../images/sistem.jpg) no-repeat -20px 0px;
        background-size: 208%;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .menuMobile{
        display: block;
    }
    /*.ps-container{
        display: none;
    }*/
    .navbar-toggler{
        position: absolute;
        float: right;
    }
    .nav-item{
        padding-left: 50px;
        border-bottom: 1px solid #d4d4d4;
        margin-bottom: 10px;
    }

    a.nav-link::before {

        color: #dc3545;
        font-size: 22px;
        position: relative;
        top: 7px;
        margin-right: 21px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(https://mdbootstrap.com/img/svg/hamburger4.svg?color=1729B0);
        /* color: white !important; */
        color: white;
        filter: brightness(0) invert(1);
    }
    .boxBeforeButtons {
        color: #fff !important;
        height: auto;
        border-bottom: 1px solid #ffffff52;
    }
    .c113651{
        position: relative;
        border: 3px solid #AC0F0A;
        padding: 40px 20px 33px 20px;
        margin-top: 60px;
        width: 60%;
        border-radius: 5px;
        float: none;
        display: block;margin: auto;
        height: 350px
    }  
    #navbarResponsive{
            background: rgba(255,255,255,1);
                border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }
    .boxbeMOB {
        position: relative;
        width: 100%;
        height: 74px;
        display: block;
    }
    .navbar.navbar-expand-lg.navbar-light.static-top{
        /* border-bottom: 1px solid rgb(220, 53, 69); */
    }
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 720px) {

  .c113651{
    height: 390px;

  }
   .svgInicio {
    display: none;
  }
  .svgInicioMobile {
        display: block;
    }
    .banner-info {
        padding-top: 25px !important;
    }
    .card{
        padding: 0px !important;
    }
    .header-1{
        height:600px  !important;
    }
    footer.newsletter_right {
        background-size: 300%;
        height: 900px;
    }

    #sec4 > .container-fluid > .row > .col-xl-4.col-lg-4.col-md-4.col-sm-12.col-12 > div {
        height: 100%;
        text-align: center;
    }

    .backFootMask {
        position: absolute;
        width: 100%;
        height: 900px;
        background: rgba(11, 48, 66, 0.45);
    }
    .col-lg-6.social-info.text-right{
        text-align: right !important;
    }

    #sec1  .card{
        height:300px  !important;
    }
    .menuSeccionBack {
        display: block;
        position: relative;
        width: 100%;
        height:59px;
    }
    .banner-w3layouts-inner.aos-init{
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        right: auto;
    }
    footer.newsletter_right {
        background: url(../images/sistem.jpg) no-repeat 0px 0px;
        background-size: 180%;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .menuMobile{
        display: block;
    }
    /*.ps-container{
        display: none;
    }*/
    .navbar-toggler{
        position: absolute;
        float: right;
    }
    #navbarResponsive{
            background: rgba(255,255,255,1);
                border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }

    .nav-item{
        padding-left: 50px;
        border-bottom: 1px solid #d4d4d4;
        margin-bottom: 10px;
    }

    a.nav-link::before {
       
        color: #dc3545;
        font-size: 22px;
        position: relative;
        top: 7px;
        margin-right: 21px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(https://mdbootstrap.com/img/svg/hamburger4.svg?color=1729B0);
        color: white;
        filter: brightness(0) invert(1);
    }
    .boxBeforeButtons {
        color: #fff !important;
        height: 400px;
        border-bottom: 1px solid #ffffff52;
    }
    .c113651{
        position: relative;
        border: 3px solid #AC0F0A;
        padding: 40px 20px 33px 20px;
        margin-top: 60px;
        border-radius: 5px;
        height: 350px
    }
    .boxbeMOB {
        position: relative;
        width: 100%;
        height: 74px;
        display: block;
    }

} 
@media only screen and (min-width: 768px) {
    .menuMobile{
        display: none;
    }
    /*.ps-container{
        display: block;
    }*/
    .navbar-toggler{
        position: absolute;
        float: right;
    }
    .nav-item{
        padding-left: 50px;
        border-bottom: 1px solid #d4d4d4;
        margin-bottom: 10px;
    }
    #navbarResponsive{
            background: rgba(255,255,255,1);
                border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    }
    a.nav-link::before {
       
        color: #dc3545;
        font-size: 22px;
        position: relative;
        top: 7px;
        margin-right: 21px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(https://mdbootstrap.com/img/svg/hamburger4.svg?color=1729B0);
        color: white;
        filter: brightness(0) invert(1);
    }
    .boxBeforeButtons {
        color: #fff !important;
        height: 400px;
        border-bottom: 1px solid #ffffff52;
    }
    .c113651{
        position: relative;
        border: 3px solid #AC0F0A;
        padding: 40px 20px 33px 20px;
        margin-top: 60px;
        width: 80%;
        border-radius: 5px;
        float: none;
        display: block;margin: auto;
        height: 300px
    }
    .navbar.navbar-expand-lg.navbar-light.static-top{
        /* border-bottom: 1px solid rgb(220, 53, 69); */
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 960px) {

  .c113651{
    height: 300px;

  }
  .svgInicio {
    display: none;
  }
  .svgInicioMobile {
        display: block;
    }
  .banner-info {
    padding-top: 10px !important;
   }
   .header-1{
        height:auto;
    }
    .col-lg-6.social-info.text-right{
        text-align: right !important;
    }
    footer.newsletter_right {
        background-size: 100%;
    }
    .menuSeccionBack {
        display: block;
        position: relative;
        width: 100%;
        height:59px;
    }
    .banner-w3layouts-inner.aos-init{
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        right: auto;
    }

    #sec4 > .container-fluid > .row > .col-xl-4.col-lg-4.col-md-4.col-sm-12.col-12 > div {
        height: 100%;
        text-align: center;
    }
    .banner-w3layouts-inner.aos-init {
        float: right;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 350px /* right: auto; */;
        /* right: auto; */
    }
    footer.newsletter_right {
        background: url(../images/sistem.jpg) no-repeat 0px 0px;
        background-size: 118%;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .menuMobile{
        display: none;
    }
    .ps-container{
        display: block;
    }

  #navbarResponsive{
            background: rgba(255,255,255,1);
                border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }
    a.nav-link::before {
       
        color: #dc3545;
        font-size: 22px;
        position: relative;
        top: 7px;
        margin-right: 21px;
    }
    .c5559{
        /* top: -85px; */
        left: -6px;
        height: 81px;
        border-top-left-radius: 11px;
    }
    .boxBeforeButtons {
        color: #fff !important;
        height: 400px;
        border-bottom: 1px solid #ffffff52;
    }
    .c113651{
        position: relative;
        border: 3px solid #AC0F0A;
        padding: 40px 20px 33px 20px;
        margin-top: 60px;
        border-radius: 5px;
        height: 350px
    }
    .boxbeMOB {
        display: block;
    }
    .navbar.navbar-expand-lg.navbar-light.static-top{
        /* border-bottom: 1px solid rgb(220, 53, 69); */
    }

} 
@media only screen and (min-width: 1200px){
    .boxbeMOB {
        display: block;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 993px) {

    .c113651{
        height: 305px;
    }
    .svgInicio {
        display: block;
    }
    .svgInicioMobile {
        display: none;
    }
    .banner-info {
        padding-top: 17em !important;
    }
    .header-1{
        height:auto;
    }
    .col-lg-6.social-info.text-right{
        text-align: right !important;
    }
    footer.newsletter_right {
        background-size: 150%;
    }
    .menuSeccionBack {
        display: none;
    }
    #sec4 > .container-fluid > .row > .col-xl-4.col-lg-4.col-md-4.col-sm-12.col-12 > div {
        height: 100%;
        text-align: center;
    }
    .banner-w3layouts-inner.aos-init {
        float: right;
        display: block;
        margin-left: auto;
        margin-right: auto;
        /* right: auto; */
    }
    .banner-w3layouts-inner.aos-init {
        float: right;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 350px /* right: auto; */;
        /* right: auto; */
    }
    .menuMobile{
        display: none;
    }
    .ps-container{
        display: block;
    }
    #navbarResponsive{
        background: none;
            border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }
    a.nav-link::before {
        content: " ";
        color: #dc3545;
        font-size: 22px;
        position: relative;
        top: 0px;
        margin-right: 0px;
    }
    .nav-item{
        padding-left: 0px;
        border-bottom: 0px solid #d4d4d4;
        margin-bottom: 10px;
    }
    .boxBeforeButtons {
        color: #fff !important;
        height: 400px;
        border-bottom: 1px solid #ffffff52;
    }
    .c113651{
        position: relative;
        border: 3px solid #AC0F0A;
        padding: 40px 20px 33px 20px;
        margin-top: 60px;
        border-radius: 5px;
        height: 350px
    }
    .boxbeMOB {
        display: none;
    }
    .navbar.navbar-expand-lg.navbar-light.static-top{
        border-bottom: none;
    }

} 
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1140px) {


  .svgInicio {
    display: block;
  }
 .svgInicioMobile {
        display: none;
    }
    .banner-info {
    padding-top: 17em !important;
   }
   .header-1{
        height:auto;
    }
    .col-lg-6.social-info.text-right{
        text-align: right !important;
    }
    footer.newsletter_right {
        background-size: 100%;
    }
    .menuSeccionBack {
        display: none;
    }
    #sec4 > .container-fluid > .row > .col-xl-4.col-lg-4.col-md-4.col-sm-12.col-12 > div {
        height: 100%;
        text-align: center;
    }
    .banner-w3layouts-inner.aos-init {
        float: right;
        display: block;
        margin-left: auto;
        margin-right: auto;
        /* right: auto; */
    }
    .banner-w3layouts-inner.aos-init {
        float: right;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 550px /* right: auto; */;
        /* right: auto; */
    }
    footer.newsletter_right {
        background: url(../images/sistem.jpg) no-repeat 0px 0px;
        background-size: 118%;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .menuMobile{
        display: none;
    }
    .ps-container{
        display: block;
    }
    #navbarResponsive{
            background: none;
    }
    a.nav-link::before {
        content: "";
        color: #dc3545;
        font-size: 22px;
        position: relative;
        top: 0pxpx;
        margin-right: 0px;
    }
    .nav-item{
        padding-left: 0px;
        border-bottom: 0px solid #d4d4d4;
        margin-bottom: 10px;
    }
    .boxBeforeButtons {
        color: #fff !important;
        height: 400px;
        border-bottom: 1px solid #ffffff52;
    }
    .c113651{
        position: relative;
        border: 3px solid #AC0F0A;
        padding: 40px 20px 33px 20px;
        margin-top: 60px;
        border-radius: 5px;
    }
    .boxbeMOB {
        display: none;
    }
    .navbar.navbar-expand-lg.navbar-light.static-top{
        border-bottom: none;
    }
} 





















.c3672{
  color:black;
}
.c3747{
  color:black;
}
.c3840{
  color:black;
}
.c3911{
  color:black;
}
.c4074{
  color:black;
}
.c4167{
  color:black;
}
.c4274{
  color:black;
}
.header-1{
  position:relative;
  height:auto;
  width:100%;
  overflow-x:hidden;
  overflow-y:hidden;
  background-image:url("../images/foto_proyectos.png");   
  background-position-x:50%;
  background-position-y:50%;
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-attachment:fixed;
  background-origin:initial;
  background-clip:initial;
  background-color:black;
 
}
.insideFinalizados {
        padding: 65px 30px;
}
.header-1 .container{
  position:relative;
  z-index:2;
}
.h3, h3 {
    /*font-size: 18px !important; */
    font-weight: bold;
}
.formFieldsBox{
    border-top-right-radius: 5px;
}
.header-1 .overlay{
  position:absolute;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  background-color:black;
  opacity:0.5;
  z-index:1;
}
.c12088{
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (max-width: 992px){
  .c4274{
    width:107.265px;
    height:90px;
  }
}
@media (max-width: 480px){
  .c4274{
    width:309px;
    height:258.984px;
  }
  .display-2{
    font-size:44px;
  }
  .header-1 h2{
    font-size:20px;
  }
}




.w3layouts-two-grids {
    width: 82%;
    margin: 0px auto;
}
.mid-class,.main-two-w3ls {
display: -webkit-flex;
 display: flex; 
 -webkit-justify-content: space-between; 
justify-content: space-between; 
-webkit-flex-wrap: wrap;
flex-wrap:wrap;
}
h1.error {
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.img-right-side{   
  text-align: center;
 flex-basis: 65%;
    -webkit-flex-basis: 65%;
    box-sizing: border-box;}

.txt-left-side {
    flex-basis: 35%;
    -webkit-flex-basis: 35%;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px 1px #cccccc;
}

.img-right-side h3, .txt-left-side h2 {
    text-transform:uppercase;
    color: #000;
    letter-spacing: 0px;
}
.img-right-side p {
    font-size: 13.5px;
    color: #908c8c;
    letter-spacing: 0px;
    line-height: 24px;
    margin-bottom: 48px;
}
.form-left-to-w3l {
    display: flex;
    display: -webkit-flex;
    border: none;
    border-bottom: 1px solid #a5a2a2;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.form-left-to-w3l input[type="text"],.form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
-webkit-flex-basis: 90%;
    flex-basis: 90%;
    width: 100%;
    height: 50px;
    color: white;
    border: none;
    border-left: 1px solid #a5a2a2;
    outline: none;
    -webkit-appearance: none;

    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    box-sizing: border-box;
        border-top-right-radius: 5px;
}
.form-left-to-w3l > span {
    padding: 0px;
    padding-top: 15px;
}
.form-left-to-w3l:hover{border-bottom:1px solid #0b3042;}
.form-left-to-w3l:hover span{color:#0b3042;}
.form-left-to-w3l:hover.form-left-to-w3l input[type="email"],
.form-left-to-w3l:hover.form-left-to-w3l input[type="password"],
.form-left-to-w3l:hover.form-left-to-w3l input[type="text"]
{ border-left:1px solid #0b3042; }
.form-left-to-w3l span {
    -webkit-flex-basis: 15%;
    flex-basis: 15%;
    border: none;
    text-align: center;
    color: #dc3545;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.mr-1> a > span {
    color: white !important;
}
.mx-1 > a > span {
    color: white !important;
}
button[type=submit] {
    background: #0b3042;
    outline: none;
    color: #fff;
    font-weight: 600;
    border: none;
    letter-spacing: 1px;

    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
  
}
button[type=submit]:hover,a.for:hover,.w3layouts_more-buttn a:hover{opacity:0.8;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     color:#b7b6b6;
}
::-moz-placeholder { /* Firefox 19+ */
    color:#b7b6b6;
}
:-ms-input-placeholder { /* IE 10+ */
     color:#b7b6b6;
}
:-moz-placeholder { /* Firefox 18- */
    color:#b7b6b6;
}
input.checked {
    position: absolute;
    top: 3px;
    left:0px;
    cursor: pointer;
}
.left-side-forget {
    position: relative;
}
.remenber-me, a.for {
    color: #757272;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.remenber-me {
    margin-left: 31px;
}
.left-side-forget, .right-side-forget {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    text-align: left;
    box-sizing: border-box;
}
.w3layouts_more-buttn h3 {
    color: #a0a0a0;
    letter-spacing: 0px;
    font-weight: 800;
}
.w3layouts_more-buttn a {
    font-size: 13px;
    color: #e80000;
    font-weight: bold;
    text-decoration: none;
    margin-left: 10px;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 0px;
    outline: none;
}
.copyrigh-wthree {
    text-align: center;
}
.copyrigh-wthree p {
    color: #000;
}
.copyrigh-wthree p a {
    color:#60baaf;
    font-size: 14px;
    font-weight: 800;
}

/*--responsive--*/
@media(max-width:1920px){
    h1.error {
    padding-top: 65px;
    margin-bottom: 50px;
    font-size: 55px;
}
.img-right-side h3, .txt-left-side h2 {
    font-size: 25px;
    margin-bottom: 37px;
}
.remenber-me, a.for {
    font-size: 13px;
    }
.img-right-side, .txt-left-side {
    padding: 5.5em 5em 3.5em;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
    font-size: 16px;
    padding-left: 25px;
}
.form-left-to-w3l {
    margin: 0px 0px 36px;
    padding-bottom: 17px;
}
.form-left-to-w3l span {
    font-size: 25px;
}
.w3layouts_more-buttn h3 {
    font-size: 15px;
}
.copyrigh-wthree {
    padding: 4em 0em 4.5em;
}
}
@media(max-width:1680px){
    h1.error {
    padding-top: 58px;
    margin-bottom: 47px;
    font-size: 52px;
}
.img-right-side h3, .txt-left-side h2 {
    font-size: 23px;
    margin-bottom: 35px;
}
.remenber-me, a.for {
    font-size: 12px;
    }
.img-right-side, .txt-left-side {
    padding: 4.5em 4.5em 3em;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
    font-size: 15px;
    padding-left: 23px;
}
.form-left-to-w3l {
    margin: 0px 0px 35px;
    padding-bottom: 15px;
}
.form-left-to-w3l span {
    font-size: 23px;
}
.w3layouts_more-buttn h3 {
    font-size: 14px;
}
.copyrigh-wthree {
    padding: 3.5em 0em 4.5em;
}
}
@media(max-width:1600px){
h1.error {
    padding-top: 54px;
    margin-bottom: 43px;
    letter-spacing: 3px;
    font-size: 49px;
}   
.img-right-side h3, .txt-left-side h2 {
    font-size: 22px;
    margin-bottom: 34px;
}
.remenber-me, a.for {
    font-size: 11px;
    }
.img-right-side, .txt-left-side {
    padding: 3.5em 4em 2.5em;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
    font-size: 14px;
    padding-left: 20px;
}
.form-left-to-w3l {
    margin: 0px 0px 33px;
    padding-bottom: 14px;
}
.form-left-to-w3l span {
    font-size: 21px;
}
.w3layouts_more-buttn h3 {
    font-size: 13px;
}
.copyrigh-wthree p {
    font-size: 14px;
    letter-spacing: 3px;
}
.copyrigh-wthree {
    padding: 3em 0em 4.5em;
}
button[type=submit] {
    font-size: 15px;
    padding: 19px 20px;
    margin: 53px 0px;
}
.right-side-forget {
    text-align: right;
}
}
@media(max-width:1440px){
h1.error {
    padding-top: 51px;
    margin-bottom: 41px;
    font-size: 47px;
}
.img-right-side h3, .txt-left-side h2 {
    font-size: 21px;
    }
.img-right-side, .txt-left-side {
    padding: 3em 3.5em 2.3em;
}
.w3layouts-two-grids {
    width: 85%;
}
button[type=submit] {
    padding: 17px 20px;
}
}
@media(max-width:1366px){
.form-left-to-w3l {
    margin: 0px 0px 30px;
    padding-bottom: 13px;
}
.img-right-side h3, .txt-left-side h2 {
    margin-bottom: 29px;
}
button[type=submit] {
    margin: 50px 0px;
}
}
@media(max-width:1280px){
h1.error {
    padding-top: 49px;
    margin-bottom: 38px;
    font-size: 43px;
}
.img-right-side, .txt-left-side {
    padding: 2.5em 3em 2.3em;
}
.w3layouts-two-grids {
    width: 88%;
}
.form-left-to-w3l span {
    font-size: 18px;
}
.form-left-to-w3l input[type="text"],
.form-left-to-w3l input[type="email"], 
.form-left-to-w3l input[type="password"] {

    padding-left: 16px;
}   
button[type=submit] {
    margin: 47px 0px;
}
.img-right-side p {
    margin-bottom: 39px;
}
}
@media(max-width:1080px){
.copyrigh-wthree p {
    letter-spacing: 2px;
}   
.img-right-side, .txt-left-side {
    padding: 2.5em 2.5em 2em;
}
.form-left-to-w3l {
    margin: 0px 0px 26px;
    }
    .w3layouts-two-grids {
    width: 92%;
}
.copyrigh-wthree {
    padding: 2.5em 0em 4em;
}
h1.error {
    font-size: 41px;
}
.img-right-side h3, .txt-left-side h2 {
    margin-bottom: 27px;
}
}
@media(max-width:1050px){
    .img-right-side h3, .txt-left-side h2 {
    font-size: 20px;
}
.img-right-side p {
    margin-bottom: 33px;
}
.remenber-me, a.for {
    font-size: 11px;
}
.w3layouts_more-buttn h3 {
    font-size: 12px;
}
.w3layouts_more-buttn a {
    font-size: 12px;
    }
}
@media(max-width:1024px){
.mid-class {
    flex-direction: column;
}
.w3layouts-two-grids {
    width: 51%;
}
h1.error {
    padding-top: 47px;
    margin-bottom: 9px;
    }
.form-left-to-w3l {
    margin: 0px 0px 24px;
    padding-bottom: 11px;
}
button[type=submit] {
    margin: 42px 0px;
}
}
@media(max-width:991px){
h1.error {
    font-size: 38px;
}
.img-right-side, .txt-left-side {
    padding: 2.3em 2.2em 1.8em;
}
button[type=submit] {
    padding: 14px 20px;
}   
}
@media(max-width:900px){
h1.error {
    padding-top: 45px;
}
.form-left-to-w3l span {
    font-size: 16px;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
    padding-left: 14px;
}
button[type=submit] {
    margin: 39px 0px;
}   
}
@media(max-width:800px){
.w3layouts-two-grids {
    width: 58%;
}
.img-right-side, .txt-left-side {
    padding: 2em 2em 1.6em;
}
    
}
@media(max-width:768px){
.w3layouts-two-grids {
    width: 61%;
}
button[type=submit] {
    font-size: 14px;
}
.copyrigh-wthree p {
    letter-spacing: 1px;
}   
}
@media(max-width:767px){
h1.error {
    font-size: 36px;
    letter-spacing: 2px;
}
.img-right-side h3, .txt-left-side h2 {
    margin-bottom: 23px;
}   
}
@media(max-width:736px){
.w3layouts-two-grids {
    width: 64%;
}
.img-right-side p {
    margin-bottom: 31px;
}
.form-left-to-w3l {
    margin: 0px 0px 21px;
    }
}
@media(max-width:667px){
.w3layouts-two-grids {
    width: 69%;
}
h1.error {
    padding-top: 42px;
}   
}
@media(max-width:640px){
.w3layouts-two-grids {
    width: 72%;
}
h1.error {
    font-size: 34px;
    }
button[type=submit] {
    margin: 36px 0px;
}
}
@media(max-width:600px){
.w3layouts-two-grids {
    width: 78%;
}   
button[type=submit] {
    padding: 12px 20px;
    font-size: 13px;
}
}
@media(max-width:568px){
.w3layouts-two-grids {
    width: 81%;
}
.img-right-side, .txt-left-side {
    padding: 1.8em 1.8em 1.4em;
}
.form-left-to-w3l {
    padding-bottom: 9px;
}
}
@media(max-width:480px){
h1.error {
font-size: 30px;
padding-top: 38px;
}   
.w3layouts-two-grids {
    width: 94%;
}
.img-right-side h3, .txt-left-side h2 {
    font-size: 19px;
}
}
@media(max-width:440px){
h1.error {
font-size: 27px;
padding-top: 35px;
letter-spacing: 1px;
}
.copyrigh-wthree p a {
    line-height: 35px;
}
}
@media(max-width:414px){
    button[type=submit] {
    margin: 29px 0px;
}
.form-left-to-w3l {
    margin: 0px 0px 21px;
}
}
@media(max-width:384px){
h1.error {
    font-size: 24px;
}
.img-right-side, .txt-left-side {
    padding: 1.5em 1.5em 1.4em;
}   
}
@media(max-width:375px){
.form-left-to-w3l {
    margin: 0px 0px 19px;
    padding-bottom: 7px;
}
h1.error {
    font-size: 22px;
}   
}
@media(max-width:320px){
    .img-right-side h3, .txt-left-side h2 {
    font-size: 17px;
}
h1.error {
    letter-spacing: 0px;
    font-size: 21px;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
    font-size: 13px;

}
/*--//responsive--*/
}

