.navbar {
    background-color: transparent;
    border: none;
    min-height: 40px;
    margin-bottom: 0;
    text-align: center;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.navbar-nav > li {
    display: inline-block;
    margin: 0 5px;
}

.navbar-nav > li > a {
    color: #d3d3d3;
    padding: 15px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #FEB11E;
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: #FEB11E;
    background-color: transparent;
}

.navbar-toggle {
    border-color: #ffffff;
    margin-top: 8px;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.form-control{background: transparent;padding: 20px 15px;border-color: #656565;border-radius: 0;}
.btn-primary {
    color: #2D2D2D;
    background-color: #FEB11E;
    border-color: #FEB11E;
    padding: 10px 34px;
    border-radius: 0;
}
.btn-primary:hover{
    background-color: #AF7300;
    border-color: #FEB11E;
    color: #FBFBFB;
}

/* Estilos del menú de navegación */
.navbar {
    background-color: transparent;
    border: none;
    min-height: 40px;
    margin-bottom: 0;
    /* position: fixed; */
    top: 0;
    width: 100%;}

    

.header_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo {
    padding: 0;
    margin: 0;
}

.logo img {
    max-height: 50px;
}

/* Estilos de la Navegación */
.navbar {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    width: 100%;
}

.navbar-nav {
    margin: 0 auto;
    display: flex;
    justify-content: right;
    width: 100%;
}

.navbar-nav > li {
    display: inline-block;
}

.navbar-nav > li > a {
    color: #ffffff;
    padding: 15px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggle {
    border-color: #ffffff;
    margin-top: 8px;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

/* Estilos para el logo en la versión móvil */
@media (max-width: 767px) {
    .logo {
        position: relative;
        z-index: 2;
        padding: 0;
        margin: 0;
    }

    .logo img {
        max-height: 50px;
    }

    .navbar {
        border: 0px solid #fff;
        min-height: 40px;
        margin-bottom: 0px;
        float: initial;
        width: 100%;
    }

    .navbar-toggle {
        border-color: transparent;
        margin-top: 8px;
        margin-right: 15px;
    }

    .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .navbar-collapse {
        border-top: none;
        box-shadow: none;
    }

    .navbar-nav {
        margin: 0;
        display: flex;
        flex-direction: column;
    }

    .navbar-nav > li {
        display: block;
        text-align: center;
    }

    .navbar-nav > li > a {
        color: #ffffff;
        padding: 15px;
        font-size: 14px;
        transition: all 0.3s ease;
    }

    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .navbar-nav > .active > a,
    .navbar-nav > .active > a:hover,
    .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.2);
    }
}

/* Estilos de Hero */
.hero_section.top_cont_outer {
    position: relative;
    height: 680px;
    overflow: hidden;
}

.hero_section.top_cont_outer video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero_section.top_cont_outer:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
    z-index: 0;
}



.hero_wrapper {
    position: relative;
    z-index: 1;
}

.top_left_cont {
    padding: 110px 0;
    text-align: center;
}

.top_left_cont h2 {
    font-size: 38px;
    color: #FFF;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    line-height: 77px;
}

.top_left_cont h2 strong {
    font-weight: 700;
    color: #FFB21F;
}

.top_left_cont p {
    color: #B1B1B1;
    margin: 0 0 10px 0;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
}

/* Botones y Enlaces */
.btn-primary {
    color: #2D2D2D;
    background-color: #FEB11E;
    border-color: #FEB11E;
    padding: 10px 34px;
    border-radius: 0;
}

.btn-primary:hover {
    background-color: #AF7300;
    border-color: #FEB11E;
    color: #FBFBFB;
}

.social-links {
    padding: 10px 0;
    margin: 30px auto;
    text-align: center;
    list-style: none;
}

.social-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    color: #C1C1C1;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.social-btn:hover {
    color: #FEB11E;
    text-decoration: none;
}

a.read_more, a.read_more2 {
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    font-size: 16px;
    width: 178px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    margin: 0 10px;
}

a.read_more {
    color: #3C3C3C;
    border: 1px solid #3C3C3C;
}

a.read_more2 {
    background: transparent;
    color: #FEB11E;
    border: 1px solid #FEB11E;
}

a.read_more:hover {
    background: #fff;
    color: #ED5441;
    border: 1px solid #ED5441;
}

a.read_more2:hover {
    background: #fff;
    color: #0593F9;
    border: 1px solid #fff;
}

/* FOOTER */
.footer {
    grid-area: footer;
    background-color: #6d6d6d;
    color: #dadada;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer__texto {
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.footer__lista {
    text-decoration: none;
    display: flex;
    list-style: none;
    justify-content: center;
}

.footer__icono {
    color: #b9b9b9;
    font-size: 30px;
    padding: 0 10px;
    display: block;
}

.footer__icono:hover {
    color: rgb(255, 255, 255);
    font-size: 33px;
    transition: all 0.5s ease-out;
}

/* CONOCIMIENTOS - MANEJO DE LOS ICONOS */
.skills__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 30px;
    align-items: center;
    justify-content: center;
    padding: 30px 30px;
}

.card__skills {
    margin: 20px 15px;
    padding: 20px 20px;
    max-height: 200px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.skill__logo {
    width: 70px;
    height: auto;
}

.skill__titulo {
    margin-top: 5px;
    font-size: 16px;
    color: #033F62;
}

/* Media Queries */
@media (min-width: 768px) and (max-width: 1200px) {
    .aboutUs-container {
        background-repeat: no-repeat;
        background-position: right;
        background-size: auto 59%;
        background-position-y: 150px;
    }
}

@media (max-width: 768px) {
    .navStyle {
        float: right;
        width: auto;
        text-align: center;
    }

    .aboutUs-container {
        background-image: none;
    }

    p {
        font-size: 14px;
    }

    .inner_section {
        padding: 20px 0 20px;
    }

    #aboutUs img {
        margin-bottom: 20px;
    }

    #aboutUs h3 {
        font-size: 26px;
        line-height: 22px;
    }

    .service_block h3 {
        font-size: 16px;
    }

    .service_block p {
        font-size: 14px;
        margin: 0px;
        margin-bottom: 20px;
    }

    #filters ul {
        padding-left: 0px;
    }

    .form {
        margin: 0 18px;
    }

    .page_section.team {
        padding: 40px 0;
    }

    #clients {
        padding: 40px 0;
    }

    .client_logos ul li {
        display: inline;
        margin: 0 25px;
        padding: 11px 0;
        display: inline-block;
    }

    .contact_section {
        margin: 0;
    }

    h2, .contact_section h2 {
        font-size: 30px;
    }

    .page_section.contact {
        padding: 60px 0 50px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background: #ffffff;
    }

    .navbar-inverse .navbar-toggle {
        border-color: transparent;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background: none;
        outline: none;
    }

    .navStyle ul li {
        display: block;
    }

    .navStyle {
        float: right;
        width: 100%;
        text-align: center;
    }

    .navbar {
        border: 0px solid #fff;
        min-height: 40px;
        margin-bottom: 0px;
        float: right;
    }

    .navStyle ul li {
        display: block;
        margin: 0px;
    }

    .navStyle ul li:last-child {
        margin: 0px;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fdfdfd;
        font-size: 12px;
        padding: 10px 11px;
    }
}

@media (max-width: 480px) {
    .navStyle {
        float: left;
        width: 100%;
        text-align: left;
    }

    .navbar {
        border: 0px solid #fff;
        min-height: 40px;
        margin-bottom: 0px;
        float: initial;
        width: 100%;
    }

    .team_area {
        width: 99%;
    }

    .read_more2 {
        display: none;
    }
}

.rt-box {
    float: left;
    width: 70%;
    text-align: left;
    margin-left: 10px;
}

img.img.img-circle.lt-box {
    float: left;
    width: 60px;
    height: auto;
    z-index: 1000;
    transition: all 0.3s ease;
}

.navbar-brand {
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand strong {
    color: #ffffff;
}

.navbar-toggle {
    border-color: transparent;
    margin-top: 8px;
    margin-right: 15px;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.navbar-nav {
    margin: 0;
    display: flex;
    flex-direction: row;
}

.navbar-nav > li {
    display: inline-block;
}

.navbar-nav > li > a {
    color: #ffffff;
    padding: 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
}

/* Ajustes responsivos para el menú */
@media (max-width: 767px) {
    .navbar-nav {
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.9);
        margin: 0;
    }

    .navbar-nav > li {
        display: block;
        text-align: center;
    }

    .navbar-nav > li > a {
        padding: 10px 15px;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }
}


.header_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo {
    padding: 0;
    margin: 0;
}

.logo img {
    max-height: 50px;
}

/* Estilos de la Navegación */
.navbar {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
}

.navbar-nav {
    margin: 0;
    float: right;
}

.navbar-nav > li {
    display: inline-block;
}

.navbar-nav > li > a {
    color: #ffffff;
    padding: 15px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggle {
    border-color: #ffffff;
    margin-top: 8px;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

/* Ajustes responsivos para el menú */
@media (max-width: 767px) {
    .navbar-nav {
        float: none;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.9);
    }

    .navbar-nav > li {
        display: block;
        text-align: center;
    }

    .navbar-collapse {
        border: none;
        box-shadow: none;
    }

    .navbar-toggle:hover,
    .navbar-toggle:focus {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

/* 1. Estilos de Encabezado
   ----------------------------------------- */
#header_wrapper {
    position: fixed;
    top: -1px;
    left: 0;
    width: 100%;
    padding: 0px;
    background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.194));
    z-index: 1000;
    transition: all 0.3s ease;
}

.header_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo {
    float: left;
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: 0;
}

.logo img {
    max-height: 50px;
}

/* 2. Estilos de Navegación
   ----------------------------------------- */
.navbar {
    background-color: transparent;
    border: none;
    min-height: 40px;
    margin-bottom: 0;
    text-align: center;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.navbar-nav > li {
    display: inline-block;
    margin: 0 5px;
}

.navbar-nav > li > a {
    color: #d3d3d3;
    padding: 15px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #FEB11E;
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: #FEB11E;
    background-color: transparent;
}

.navbar-toggle {
    border-color: #ffffff;
    margin-top: 8px;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}


.hero_section.top_cont_outer video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


.hero_wrapper {
    position: relative;
    z-index: 1;
}

.top_left_cont {
    padding: 60px 0;
    text-align: center;
}

.top_left_cont h2 {
    font-size: 38px;
    color: #FFF;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    line-height: 77px;
}

.top_left_cont h2 strong {
    font-weight: 700;
    color: #FFB21F;
}

.top_left_cont p {
    color: #B1B1B1;
    margin: 0 0 10px 0;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
}

/* 4. Botones y Enlaces
   ----------------------------------------- */
.btn-primary {
    color: #2D2D2D;
    background-color: #FEB11E;
    border-color: #FEB11E;
    padding: 10px 34px;
    border-radius: 0;
}

.btn-primary:hover {
    background-color: #AF7300;
    border-color: #FEB11E;
    color: #FBFBFB;
}

.social-links {
    padding: 10px 0;
    margin: 30px auto;
    text-align: center;
    list-style: none;
}

.social-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    color: #C1C1C1;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.social-btn:hover {
    color: #FEB11E;
    text-decoration: none;
}

a.read_more, a.read_more2 {
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    font-size: 16px;
    width: 178px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    margin: 0 10px;
}

a.read_more {
    color: #3C3C3C;
    border: 1px solid #3C3C3C;
}

a.read_more2 {
    background: transparent;
    color: #FEB11E;
    border: 1px solid #FEB11E;
}

a.read_more:hover {
    background: #fff;
    color: #ED5441;
    border: 1px solid #ED5441;
}

a.read_more2:hover {
    background: #fff;
    color: #0593F9;
    border: 1px solid #fff;
}

/* 5. Imágenes de Fondo
   ----------------------------------------- */
.home, .about, .portfolio, .contact {
    background-image: url(../img/about-bg2.jpeg);
}


.hero_section.top_cont_outer video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}




.hero_wrapper {
    position: relative;
    z-index: 1;
}

.top_left_cont {
    padding: 120px 0 0 0;
    text-align: center;
}

.top_left_cont h2 {
    font-size: 38px;
    color: #FFF;
    margin: 0 0 0px 0;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    line-height: 77px;
    text-transform: initial;
}

.top_left_cont h2 strong {
    font-weight: 700;
    color: #FFB21F;
}

.top_left_cont p {
    color: #B1B1B1;
    margin: 0 0 10px 0;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: normal;
}

/* Botones y enlaces sociales */
.social-links {
    padding: 10px 0px;
    margin: 30px auto;
    display: block;
    overflow: hidden;
    list-style: none;
    text-align: center;
}

.social-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 40px;
    color: #C1C1C1;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.social-btn:hover {
    color: #FEB11E;
    text-decoration: none;
}

.header-buttons {
    margin-top: 30px;
    text-align: center;
}

/* Estilo para los botones de la cabecera */
.mt-4 .btn {
    margin: 0 10px;
}

.mt-4 .btn:first-child {
    margin-left: 0;
}

.mt-4 .btn:last-child {
    margin-right: 0;
}

a.read_more, a.read_more2 {
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    font-size: 16px;
    width: 178px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    margin: 0 10px;
}

a.read_more2 {
    background: transparent;
    color: #FEB11E;
    border: 1px solid #FEB11E;
}

a.read_more {
    color: #3C3C3C;
    border: 1px solid #3C3C3C;
}

a.read_more2:hover {
    background: #fff;
    color: #0593F9;
    border: 1px solid #fff;
}

a.read_more:hover {
    background: #fff;
    color: #ED5441;
    border: 1px solid #ED5441;
}

/* Ajustes responsivos */
@media screen and (max-width: 768px) {
    .top_left_cont h2 {
        font-size: 2.5rem;
    }

    .top_left_cont p {
        font-size: 1rem;
    }

    .header-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .read_more, .read_more2 {
        margin: 0;
    }
}

/* FOOTER */

.footer {
    grid-area: footer;
    background-color: #6d6d6d;
    color: #dadada;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer__texto {
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.footer__lista {
	text-decoration: none;
	display: flex;
	list-style: none;
	justify-content: center;
    padding-inline-start: 0px;
    padding-top: 15px;
}

.footer__icono {
	color: #5f5f5f;
	font-size: 30px;
	padding: 0 10px;
	display: block;
}

.footer__icono:hover {
    color: rgb(255, 255, 255);
    font-size: 33px;
    transition: all 0.5s ease-out;
}

@media screen and (max-width: 768px) {
    .footer__texto {
        font-size: 14px;
        flex-wrap: wrap;
        font-weight: normal;
        text-align: center;
    }
}

/* CONOCIMIENTOS - MANEJO DE LOS ICONOS */

.skills__container {
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 30px;
    align-items: center;
    justify-content: center;
    padding: 30px 30px;
}

.card__skills {
    margin: 20px 15px;
    padding: 20px 20px;
    max-height: 200px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.skill__logo {
    width: 70px;
    height: auto;
}

.skill__titulo {
    margin-top: 5px;
    font-size: 16px;
    color: #033F62;
}

/*
   Media Queries
--------------------------- */
@media (min-width: 768px) and (max-width: 1200px) {

.aboutUs-container {
background-repeat: no-repeat;
background-position: right;
background-size: auto 59%;
background-position-y: 150px;
}
}
@media (max-width: 768px) {
.navStyle {
float: right;
width: auto;
text-align: center;
}
.aboutUs-container{
    background-image:none;
}
p{
font-size:14px;
}

.inner_section {
padding: 20px 0 20px;
}
#aboutUs img{
margin-bottom:20px;
}
#aboutUs h3{
font-size:26px;
line-height:22px;
}
.service_block h3 {
font-size: 16px;
}
service_block p {
font-size: 14px;
margin: 0px;
margin-bottom: 20px;
}
#filters ul{
padding-left:0px;
}
.form {
margin: 0 18px;
}
.page_section.team{
padding: 40px 0;
}
#clients {
padding: 40px 0;
}
.client_logos ul li {
display: inline;
margin: 0 25px;
padding: 11px 0;
display: inline-block;
}
.contact_section{
margin:0;
}
h2, .contact_section h2 {
font-size: 30px;
}
.page_section.contact {
padding: 60px 0 50px;
}
.navbar-inverse .navbar-toggle .icon-bar{
background:#ffffff;
}
.navbar-inverse .navbar-toggle {
border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
background:none;
outline: none;
}
.navStyle ul li {
display: block;
}
.navStyle {
float: right;
width: 100%;
text-align:center;
}
.navbar {
border: 0px solid #fff;
min-height: 40px;
margin-bottom: 0px;
float: right;
}
.navStyle ul li {
display: block;
margin: 0px;
}
.navStyle ul li:last-child {
margin: 0px;
}
.navbar-inverse .navbar-nav > li > a {
color: #fdfdfd;
font-size:12px;
padding: 10px 11px;
}
}
@media (max-width: 480px){
.navStyle {
float: left;
width: 100%;
text-align: left;
}
.navbar {
border: 0px solid #fff;
min-height: 40px;
margin-bottom: 0px;
float: initial;
width: 100%;
}
.team_area {
width: 99%;
}
.read_more2{
display:none;
}
}
.rt-box {
float: left;
width: 70%;
text-align: left;
margin-left: 10px;
}
img.img.img-circle.lt-box {
float: left;
width: 60px;
height: auto;
}