

html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    scroll-behavior: smooth;
font-family: 'Open Sans', sans-serif;

    align-items: center;
    min-height: 100vh;

}

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;
}


.containerr {
  width: 1000px;
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: left;

    width:100%;
}

.containerr .cardd {
  position: relative;
  cursor: pointer;
}
.preguntas {
    font-weight:400;
    color:#333;
    font-size:  1.6em;
    margin-bottom: 20px
}
.containerr .cardd .face {
  width: 300px;
  height: 200px;
  transition: 0.5s;
}

.containerr .cardd .face.face1 {
  position: relative;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}

.containerr .cardd:hover .face.face1 {
  background: #115d93;
  transform: translateY(0);
}

.containerr .cardd .face.face1 .contentt {
  opacity: 0.2;
  transition: 0.5s;
}

.containerr .cardd:hover .face.face1 .contentt {
  opacity: 1;
}

.containerr .cardd .face.face1 .contentt img {
  max-width: 100%;
      max-height: 100%;
}

.containerr .cardd .face.face1 .contentt h3 {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.containerr .cardd .face.face2 {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 50px 50px rgba(230, 230, 230, 0.8);
  transform: translateY(-100px);
}

.containerr .cardd:hover .face.face2 {
  transform: translateY(0);
}

.containerr .cardd .face.face2 .contentt p {
  margin: 0;
  padding: 0;
}

.containerr .cardd .face.face2 .contentt a {
  margin: 1px 0 0;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  color: #333;
  padding: 5px;
  border: 1px solid #333;
}

.containerr .cardd .face.face2 .contentt a:hover {
  background: #333;
  color: #fff;
}
@media (max-width: 575.98px) {
  containerr {
    width: 1000px;
    position: relative;
    display: inline-block;
    justify-content: space-between;
}
 }

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) {
  containerr {
    width: 1000px;
    position: relative;
    display: inline-block;
    justify-content: space-between;
}
 }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

/* esto va bien */

@media only screen and (min-width: 1100px)
.carousel__default .carousel__header {
    grid-column: 2/span 3;
}
.carousel__default .carousel__header {
    grid-column: 2;
    grid-row: 1;
}
@media only screen and (min-width: 1100px)
.carousel__default .carousel__header .title {
    display: flex;
}
.carousel__default .carousel__header .title {
    align-items: center;
    justify-content: space-between;
}
.carousel__default .carousel__header .title__block:first-child {
    grid-column: 1/3;
}

@media only screen and (min-width: 1100px)
.carousel__default .carousel__header .title__block {
    display: flex;
    padding: 20px 0;
}
.carousel__default .carousel__header .title__block {
    align-items: center;
}

.carousel__default .carousel__header .title__image {
    display: inline-flex;
}
@media only screen and (min-width: 1100px)
.carousel__default .carousel__header .title__image {
    margin-right: 3rem;
    max-height: 45px;
}
.carousel__default .carousel__header hr {
    border: none;
    border-bottom: 1.5px solid #e0e0e0;
    margin-bottom: 1rem;
    margin-top: 0;
}
user agent stylesheet
hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}




input[type="email"]::placeholder { /* Firefox, Chrome, Opera */
    color:#333;
}

input[type="text"]::placeholder { /* Firefox, Chrome, Opera */
    color: #333;
}

.contact_grid_right textarea {
    min-height: 13em;
    margin: 1em 0em 2.5em 0;
    resize: 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: 'Source Sans Pro', sans-serif;
}





h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}

p {
    font-size: 1em;
    color: #333;
    line-height: 23px;
    letter-spacing: 1px;
    text-align: justify
}
.fondo1{
  background-color: #F5F5F5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 23px

}
ul {
    margin: 0;
    padding: 0;
}

body img {

}

/*-- header --*/
header {
   width: 100%;
    -webkit-box-shadow: 0 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
    padding-top: 20px;
    padding-bottom: 20px;
     border-bottom: 10px solid #115d93 ;

}

.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */

nav {
    margin: 0;
    padding: 0;
}

/*test */
.flex.fixedSpaces>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}
.flex>.col-3-12 {
    width: 25%;
}
.flex>[class*='col-'] {
    padding-left: 2%;
    padding-right: 2%;
}

.popular-articles .articles-preview a .thumbnail, .related-articles .articles-preview a .thumbnail {
    padding-bottom: 65%;
}

.popular-articles .articles-preview a .thumbnail, .popular-articles .articles-preview a .thumbnail:after, .related-articles .articles-preview a .thumbnail, .related-articles .articles-preview a .thumbnail:after {
    border-radius: 3px 3px 0 0;
}
.container .wrap * {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
a .thumbnail {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    margin-bottom: 20px;
    border-radius: 3px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
a:hover .thumbnail:after {
    opacity: .6;
}
a .thumbnail:after {
    content: "";
    background: #186bff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s;
}
.flex>.col-3-12 {
    width: 25%;
}

.flex>[class*='col-'] {
    padding-left: 2%;
    padding-right: 2%;
}

    .popular-articles .articles-preview a .category, .related-articles .articles-preview a .category {
        position: absolute;
        display: inline-block;
        border-radius: 3px;
        color: #fff;
        padding: 2px 5px 3px;
        font-size: 12px;
        background: rgba(41,47,56,0.3);
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.04em;
        left: 16px;
        top: 16px;
        max-width: calc(100% - 32px);
        -webkit-transition: 0.35s;
        transition: 0.35s;
    }
    .popular-articles .articles-preview a .meta, .related-articles .articles-preview a .meta {
        padding: 0 20px 10px;
        bottom: 0;
        left: 0;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: rgba(41,47,56,0.4);
    }
    .popular-articles .articles-preview a, .related-articles .articles-preview a {
    background: #fff;
    display: block;
    height: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    padding-bottom: 5px;
    border-radius: 3px;
}
/*test */















a.navbar-brand {
    font-size: 1em;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 0.8em;
    text-transform: uppercase;
    color: #333;
}

#logo a {
    float: left;
    display: initial;
}

a.navbar-brand span {
    display: block;
}

/* 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;
}



nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

ul.menu {
    margin-top: 1.4em;
}

/* Positioning the navigation items inline */

nav ul li {
    margin: 0px;
    display: inline-block;
}

/* Styling the links */

nav a {
    color: #333;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 0 14px;
    font-weight: 600;
    margin: 0 0.5em;
    text-transform: uppercase;
}


nav ul li ul li:hover {
    background: #f8f9fa;
}

/* Background color change on Hover */

nav a:hover {
    color: #2A77A7;
}

.menu li.active a {
    color: #;
}
.nosotros {text-align:center;
    color:#333;
    font-size: 45px;
    margin-bottom: 19px;
    font-weight: bold;

}

.diapos {
    position:relative;
    bottom:60px
}

.contactotitulo{
     text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight:700;
    letter-spacing:1px;
    font-family:sans-serif;

}





/* 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: 24px;
    padding: 10px;
    background: #fff;
    padding: 10px;
    z-index: 999;
    border: 1px solid #ddd;
}

/* Display Dropdowns on Hover */

nav ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */

nav ul ul li {
    width: 170px;
    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;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
    }
    .responimage {
    padding-left: 44px;
  }
  .logoresponsive {
    display: block;
    padding: 20px;
    width: 100%;
    text-align: center;
    float: left;
}
    /* Stylinf the toggle lable */
    .toggle {
      display: inline-block;
      width: 100%;

      padding: 20px 20px;
      font-size: 17px;
      text-decoration: none;
      border: none;
      background-position: center;
      /* float: right; */
      background-size: 11% 24px;
      background-repeat: no-repeat;
      /* background-size: contain; */
      /* background-color: #f4f5f7; */
      background-image: url(https://i.postimg.cc/WbNgpRZH/menu.png);
      color: #333;
      text-transform: uppercase;
      cursor: pointer;
      font-weight: 700;
      cursor: pointer !important;
      margin-top: 0.5em;
    }
.contrespon{
      width: 100%!important;
}
    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        width: 80%;
        padding: 5px;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .toggle:hover {
        color: #333;
        background-color: #fff;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
        background:;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 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;
    }


    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #212121;
    }

    /* 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 ul ul li a {
        color: #fff;
        font-size: 0.85em;
    }

    nav ul li a {
        color: #333;
    }
}
@media all and (max-width:768px) {

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }
    .responimage {
    padding-left: 44px;
}
    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
      display: inline-block;
        width: 100%;
        width: 100p;
        padding: 20px 20px;
        font-size: 17px;
        text-decoration: none;
        border: none;
        background-position: center;
        /* float: right; */
        background-size: 13% 24px;
        background-repeat: no-repeat;
        /* background-size: contain; */
        /* background-color: #f4f5f7; */
        background-image: url(https://i.postimg.cc/WbNgpRZH/menu.png);
        color: #333;
        text-transform: uppercase;
        cursor: pointer;
        font-weight: 700;
        cursor: pointer !important;
        margin-top: 0.5em;
    }
    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        width: 80%;
        padding: 5px;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .toggle:hover {
        color: #333;
        background-color: #fff;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
        /* background: rgba(16, 16, 16, 0.85); */
        padding: 15px 0;
        text-align: center;
        float: none;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }
    nav ul li {
        margin: 0px 0em;
    }
    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;
        margin: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }
    nav ul ul li a {
        font-size: 0.9em;
    }
}
@media all and (max-width: 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}

/* header */

/*-- //header --*/

/* banner style */

/*-- //banner style --*/


/* header */
/* CSS Document */
.wthreem-bg {
    background: #fff;
    padding: 1.5em;
    display: flex;
}

/*-- // header --*/

.banner-w3pvt-info {
    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;
    position: relative;
    min-height: 3em;
}









.overlay-w3ls {
    background: rgba(21, 2, 32, 0.55);
    min-height: 43em;
}

.banner-w3pvt-info.second {
    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;
    position: relative;
    min-height: 20em;
}

.overlay-w3ls.second {
    background: rgba(82, 5, 127, 0.76);
    min-height: 20em;
}

.banner-content {
    margin: 0 auto;
    width: 50%;
    padding-top: 14em;
}

.banner-content h3 {
    color: #fff;
    font-size: 2.4em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    margin-bottom: 1em;
    padding-bottom: 1em;
    font-weight: 200;
    line-height: 1.5em;
}

.btn {
    border: 2px solid #fff;
    padding: 0.9em 3em;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

/*-- /banner-bottom --*/
.sub-wthree {
    color: #555;
    font-size: 1em;
    font-weight: 500;
}

/*--/texto de grafico --*/

P.cantidad {
    text-align:center
}

/*--/texto de cartel1 --*/

P.cartel {
   padding-top: 12px;
}







h3.title-w3ls,
h3.title-w3ls.two {
    color: #333;
    font-size: 2.2em;
    font-weight: 200;
    line-height: 1.5em;
}

h3.title-w3ls.two {
    color: #fff;
}

/*-- /services --*/
.services {
    background: #e5f6fa;
}

.services-box {
    margin-bottom: 0px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    padding: 3em 3em;
    border: 1px solid rgba(171, 161, 161, 0.25);
    border-top: 0;
}

.icon {
    width: 60px;
    height: 60px;
    background: transporant;
    text-align: center;
}

.icon span {
    color: #fc636b;
    line-height: 60px;
    font-size: 35px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.service-content {
    margin-left: 1em;
}

.service-content h5 {
    font-size: 1.2em;
    line-height: 1.75em;
    font-weight: 600;
    color: #1aafd0;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
}

h4.title-w3ls {
    color: #333;
    font-size: 2.2em;
    font-weight: 200;
    line-height: 1.5em;
}

p.serp {
    text-align: justify;
    text-transform: capitalize;
    line-height: 1.8em;
    font-size: 15px;
}



.ser-rgt {
    padding: 0;
}

.ser-midd {
    margin: 1em 0;
}

.services-box.one,
.services-box.three {
    border-left: 0;
}

.services-box.two,
.services-box.four {
    border-left: 0;
    border-right: 0;
}

.services-box.three,
.services-box.four {
    border-bottom: 0;
}

/*--//services--*/
.tab-main {
    border: none;
    background: transparent;
    box-shadow: none;
}

.tab-main section {
  display: none;
  padding: 4em;
  border: 1px solid #abc
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)
}

.tab-main input {
    display: none;
}

.tab-main label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 18px 27px;
    font-weight: 600;
    text-align: center;
    color: #333;
    border: 1px solid transparent;
    background: #f7f7f7;
    font-size: 12px;
}

.tab-main label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
    opacity: 0;
    display: none;
}

.tab-main span {
    margin-right: 0.5em;
}

.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: #789;
    cursor: pointer;
}

.tab-main input:checked + label {
    color: #fff;
    border: 1px solid transparent;
    background: #2A77A7;
}

.tab-main #tab1:checked ~ #content1,
.tab-main #tab2:checked ~ #content2,
.tab-main #tab3:checked ~ #content3,
.tab-main #tab4:checked ~ #content4,
.tab-main #tab5:checked ~ #content5,
.tab-main #tab6:checked ~ #content6,
.tab-main #tab7:checked ~ #content7 {
    display:inline-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;
    }
}


/*--/skills--*/
.skills-w3pvt {
    background: #f7f7f7;
}

.progress-bar-striped {
    background-image: none;
    background-size: 0.5rem 0.5rem;
}

.progress-one .progress {
    height: 0.3rem;
    background: #2baf2b;
}

.progress-one {
    margin-top: 4em;
}

h4.progress-wthree {
    color: #333;
    font-size: 1em;
    /* text-transform: uppercase; */
    margin-bottom: 1em;
    letter-spacing: 1px;
    font-weight: 600;
}

.progress-one .progress {
    height: 0.3rem;
    background: #444;
    border-radius: 0px;
}

/*--//skills--*/

/*--/team--*/

.team-gd {
    9px 1px 1px 10px;

    border: 1px solid #ddd;
}

.team-info h3 {
    font-size: 1.2em;
    font-weight: 700;
    color: #262631;
    margin-bottom: 0.8em;
}

.sub-tittle-team {
    font-size: 0.67em;
    color: #17c0eb;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
}

.team-gd {
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -ms-transition: 2s all;
    -o-transition: 2s all;

    border: transparent;
}


.team-gd img {
   );
}

.team-icons li {
    display: inline-block;
    list-style: none;
}

a.t-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #282b34;
    margin: 0 0.2em;
    color: #fff;
}

a.t-icon span {
    line-height: 36px;
}

/*--//team--*/
/*--/test-grid--*/
.test-grid {
    background: url(../images/test1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.test-grid-two {
    background: url(../images/test2.jpg) no-repeat center;
}

.testi-info {
    padding: 8em 8em;
}

.testi-info h4 {
    color: #fff;
}

.testi-info p {
    color: #fff;
}

.test-grid span {
    color: #fff;
    font-size: 3em;
}

.button-style {
    padding: 0.8em 2.2em;
    color: #2A77A7;
    letter-spacing: 1px;
    border: 2px solid #2A77A7;
    font-size: 1em;
    background: rgba(255, 255, 255, 0.07);
    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-weight: 600;
}

.button-style:hover {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

/*--//test-grid--*/
/*--/single-page--*/
.content-input-field input {
    box-sizing: border-box;
    outline: none;
    padding: 1px 15px;
    font-size: 14px;
    color: #888;
    background: #f7f7f7;
    width: 48%;
    letter-spacing: 3px;
    border: 1px solid #ddd;
    border-radius: 0.25em;
    float: left;
    margin: 1%;
}

textarea {
    min-height: 120px;
    resize: none;
    box-sizing: border-box;
    outline: none;
    padding: 15px 15px;
    font-size: 14px;
    color: #888;
    background: #f7f7f7;
    width: 98%;
    letter-spacing: 3px;
    border: 1px solid #ddd;
    border-radius: 0.25em;
    float: left;
    margin: 1%;
}

.content-input-field button.btn {
    background: #ec1c24;
    border: none;
    color: #fff;
    padding: 15px 15px;
    text-transform: uppercase;
    font-size: 16px;
    width: 98%;
    margin-top: 10px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border-radius: 0.25em;
    margin: 1%;

}

p.cont-lavi-para a {
    font-size: 1.1em;
    color: #ec1c24;
    line-height: 3em;
}

.media h5 {
    font-size: 1em;
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 2em;
}

h4.leave-w3pvt {
    font-size: 1.4em;
    color: #4f5152;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 2em;
}

.content-sing-w3pvt h4 {
    color: #333;
    font-size: 1.4em;
    margin: 1em 0;
    letter-spacing: 2px;
    font-weight: 600;
}

/*--//single-page-- */
/* contact */

section.contact {
    background: #0f466d;
    position: relative;
}

span.sub-tittle {
    font-size: 0.37em;
    display: block;
    color: #ddd;
}

p.main_p4 {
    color: #b1b4b9;
    width: 80%;
    font-size: 1em;
    letter-spacing: 0.075em;
    line-height: 1.9em;
}

.contact_grid_right input,
.contact_grid_right textarea {
  outline: none;
    padding: 15px 15px;
    font-size: 14px;
    color: #;
    background: #fff;
    width: 100%;
    letter-spacing: 3px;
    /* border: 2px solid #0e4a75; */
    border-radius: 0.25em;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}






}

.contact_grid_right textarea {
    min-height: 13em;
    margin: 1em 0em 2.5em 0;
    resize: none;
}

.contact_grid_right .btn.submit,
.contact_grid_right .btn.reset {
    outline: none;
    padding: 14px 0;
    font-size: 15px;
    color: #fff;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.28);
    width: 30%;
    letter-spacing: 0.25em;
    border-radius: 0.25em;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}

.contact_grid_right .btn.submit,
.contact_grid_right .btn.reset:hover {
    background-color: #2A77A7;
    border: 1px solid #2A77A7;

}

.contact-top {
    padding: 4em 0 0 0;
}

/* //contact */

.list-unstyled {
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.contact_grid_left ul li span.fa {
    float: left;
    font-size: 16px;
    color: #fff;
}

.contact_grid_left ul li p span {
    display: block;
}

.contact_grid_left ul li p,
.contact_grid_left ul li a {
    color: #fff;
    letter-spacing: 1px;
}

.wthreem-items li {
    width: 60%;
}

.contact_grid_left h6 {
    font-size: 1.2em;
    color: #ffffff;
    margin-bottom: 1em;
    font-weight: 600;
}

.contact_grid_left li span.fa {
    background: #0e4a75;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

/* contact */

.form-control {
    background-color: #e2e2e2;
    border: none;
}

.map-w3ls {
    background: rgba(0, 0, 0, 0.075);
}

.map-w3ls iframe {
    width: 100%;
    outline: none;
    border: none;
    min-height: 400px;
}

/* //contact */
/* copyright */
.copy-right {
    background: #0e4a75;
}

p.copy-right-grids {
    letter-spacing: 2px;
    color: #ddd;
    letter-spacing: 2px;
text-align: center;
color: #ddd;
padding-top: 6px;
}

/* contact */

.form-control {
    background-color: #e2e2e2;
    border: none;
}

.map-w3ls {
    background: rgba(0, 0, 0, 0.075);
}

.map-w3ls iframe {
    width: 100%;
    outline: none;
    border: none;
    min-height: 400px;
}

/* //contact */
/* copyright */
.copy-right {
    background: #0e4a75;
}

p.copy-right-grids {
    letter-spacing: 2px;
    color: #ddd;
}

p.copy-right-grids a {
    color: #333;
}

.w3pvt-icons li {
    display: inline-block;
    margin: 0 1em;
}

.w3pvt-icons li a span {
    color: #1aafd0;
    font-size: 1em;
}

/* //copyright */
.move-top {
    margin-top: 1.2em;
}

/*-- //footer --*/

/*-- /layouts --*/
.gd-w3ls-blog.gd-w3ls-blog2 {
    border-top: 1px solid #ddd;
    margin: 3em 0;
    padding-top: 3em;
}

h4.title-w3ls.layout-b {
    color: #333;
    font-size: 1.6em;
    font-weight: 200;
    line-height: 1.5em;
}

ul.tic-info li {
    color: #566773;
    font-size: 0.9em;
    margin-bottom: 1.5em;
    letter-spacing: 1px;
}
.sereinventa{
        text-align: center;
        font-size: 17px;


    }


ul.tic-info li span {
    color: #fc636b;
    font-size: 1.4em;
    vertical-align: middle;
}

/*-- //layouts --*/
/*-- to-top --*/
a.move-top {
    text-align: center;
}

a.move-top span {
    color: #333;
    width: 36px;
    height: 36px;
    border: transparent;
    line-height: 2em;
    background: #f7f7f7;
    border-radius: 5px;
}

/*-- //to-top --*/


/*-- Responsive design --*/


@media screen and (max-width: 1366px) {

    .banner-w3pvt-info,
    .overlay-w3ls {
        min-height: 38em;
    }

    .banner-content {
        margin: 0 auto;
        width: 50%;
        padding-top: 10em;
    }

    .banner-w3pvt-info.second,
    .overlay-w3ls.second {
        min-height: 16em;
    }

    h4.title-w3ls {
        font-size: 2em;
        margin-top: 20px;
        padding-bottom: 23px;

    }






    .testi-info {
        padding: 6em 6em;
    }

    h4.title-w3ls {
        font-size: 1.8em;
         margin-top: 20px;
        padding-bottom: 23px;
    }

}

@media screen and (max-width: 1280px) {
    h4.title-w3ls {
        font-size: 1.6em;
        margin-top: 20px
    }

    .services-box {
        padding: 2em 2em;
    }

    .service-content h5 {
        font-size: 1em;
    }

    h3.title-w3ls,
    h3.title-w3ls.two {
        font-size: 45px;
    }
}

@media screen and (max-width: 1080px) {
    h4.title-w3ls {
        font-size: 1.6em;
        margin-top: 23px;

    }

    .banner-w3pvt-info,
    .overlay-w3ls {
        min-height: 35em;
    }

    .testi-info {
        padding: 5em 3em;
    }

    .banner-content h3 {
        font-size: 2.2em;
    }
}

@media screen and (max-width:1024px) {

    .banner-w3pvt-info,
    .overlay-w3ls {
        min-height: 32em;
    }

    .banner-content {
        margin: 0 auto;
        width: 50%;
        padding-top: 8em;
    }

    .banner-w3pvt-info.second,
    .overlay-w3ls.second {
        min-height: 13em;
    }

    .testi-info h4 {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 992px) {
    .ser-lt {
        margin-top: 2em;
    }

    .banner-content {
        margin: 0 auto;
        width: 65%;
        padding-top: 8em;
    }

    .banner-w3pvt-info,
    .overlay-w3ls {
        min-height: 30em;
    }

    .testi-info {
        padding: 3em 2em;
    }

    .contact_grid_right {
        margin: 1em 0;
    }

    .btn {
        padding: 0.8em 2.5em;
        font-size: 16px;

    }
}

@media screen and (max-width:767px) {

    .banner-w3pvt-info.second,
    .overlay-w3ls.second {
        min-height: 10em;
    }

    .banner-w3pvt-info,
    .overlay-w3ls {
        min-height: 26em;
    }

    .banner-content {
        margin: 0 auto;
        width: 65%;
        padding-top: 6em;
    }

    .test-grid span {
        font-size: 2em;
    }
}

@media screen and (max-width: 667px)
.tab-main section {
    padding: 4em 2em;

@media screen and (max-width: 667px) {
    .banner-content h3 {
        font-size: 2em;
    }

    p.main_p4 {
        width: 90%;
    }

    .tab-main section {
      padding-right:px;
      padding-top: 26px;
    }
}

@media screen and (max-width: 640px) {
    .banner-content {
        margin: 0 auto;
        width: 75%;
        padding-top: 6em;
    }

    a.navbar-brand {
        font-size: 0.9em;
    }
}


@media screen and (max-width:600px) {
    .banner-content {
        margin: 0 auto;
        width: 85%;
        padding-top: 6em;
    }

    h3.title-w3ls,
    h3.title-w3ls.two {
        font-size: 1.8em;
    }
}

@media screen and (max-width:568px) {
    .banner-content h3 {
        font-size: 2em;
    }

    p.main_p4 {
        width: 100%;
        font-size: 0.9em;
    }

    h3.title-w3ls,
    h3.title-w3ls.two {
        font-size: 1.6em;
        margin-top: 23px
    }
}

@media screen and (max-width: 440px) {
    .banner-content {
        margin: 0 auto;
        width: 90%;
        padding-top: 6em;
    }

    .banner-content h3 {
        font-size: 1.8em;
    }

    .banner-w3pvt-info,
    .overlay-w3ls {
        min-height: 22em;
    }

    .banner-content {
        margin: 0 auto;
        width: 90%;
        padding-top: 5em;
    }

    .contact_grid_right .btn.submit,
    .contact_grid_right .btn.reset {
        width: 49%;
    }
}

@media screen and (max-width: 414px) {
    h4.title-w3ls {
        font-size: 1.4em;
    }

    .banner-content h3 {
        font-size: 1.6em;
    }

    .banner-w3pvt-info,
    .overlay-w3ls {
        min-height: 20em;
    }
}

@media screen and (max-width: 384px) {
    .banner-content {
        margin: 0 auto;
        width: 90%;
        padding-top: 4em;
    }


}

@media screen and (max-width:375px) {

    h3.title-w3ls,
    h3.title-w3ls.two {
        font-size: 1.4em;
    }
}

@media screen and (max-width:320px) {}

P.copy{text-align: center;

}
