.color-custom{
    font-weight: 600;
    color: #023E7C;
}

.team-tabs .nav-tabs > li.active > a, .team-tabs .nav-tabs > li.active > a:hover, .team-tabs .nav-tabs > li.active > a:focus {
    color: #eff3f6;
    cursor: default;
    background-color:  #023E7C;
    border-radius: 8px;
}

.team-tabs .nav-tabs > li > a {
    padding: 10px 0;
    color: #023E7C;
    margin-right: 0;
    border-radius: 10px;
    font-weight: 700;
}

.team-tabs .nav-tabs > li {
    float: left;
    margin-bottom: 0;
    width: 20%;
    background: #eff3f659;
    text-align: center;
    border: 3px solid #eff3f6;
    border-radius: 10px;
}

.career-tabs.team-tabs .nav-tabs > li {
 float: none; 
 display: table-cell;
 width: auto; 
}
.career-tabs.team-tabs .nav-tabs > li > a {
    padding: 15px 20px;
}

.search-result h4  {
    margin-bottom: 3px;
}

.search-result p  {
    font-size: 14px;
    padding-bottom: 15px;
}

.search-result  {
    border-bottom: 1px solid #E8EAEE;        
}

.search-result {
    border-bottom: 1px solid #E8EAEE;
    height: 65px;
    overflow: hidden;
}

.search-result p {
    margin-top: 0px !important;
    margin-top: 0pt !important;
}


.btn, .btn-primary, .custombtn {
    font-size: 12px;
    color: #ffffff;
    padding: 10px 15px;
}

.iportfolio img:hover {
    opacity: 0.85;
}

.login-sidebar {
    padding-bottom: 20px;
}

.rotate-icon {
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

p.change_link a:hover {
    color: rgb(57, 191, 215);
    background: rgb(247, 247, 247);
    border: 1px solid rgb(74, 179, 198);
}

p.change_link a {
    display: inline-block;
    font-weight: bold;
    background: rgb(247, 248, 241);
    padding: 2px 6px;
    color: rgb(29, 162, 193);
    margin-left: 10px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgb(203, 213, 214);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s  linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s  linear;
    transition: all 0.4s  linear;
}

.form-login  {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.olstyle ol {
    list-style: none;
    margin-left: 2px;
    margin-top: -8px;
}

.jobtable{
    padding-top: 10px;
    width: 98%;
    padding-left: 20px;
}

.jobtable table, th, td {
    border: 1px solid #80c4e8;
}

.profile_links {
    list-style: none;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.profile_links li a {
    display: inline-block;
    padding: 15px 32px 10px 32px;
}
.modal-content {
    border: none !important;    
}
.modal-open .modal {
    z-index: 9999;
}
.justify-none p {
    text-align: left;
}
.justify-none p.text-danger {
    font-size: 10px;
}
.text-success {
    color: green;
}

img.img-responsive {
    width: 193px ;
}
input.cv_up {
    border: 1px solid #ccc;
    color: #A5A5A5;
    font-family: inherit;
    font-size: 13px;
    margin: 0 10px 7px 0;
    padding: 10px 9px;
    box-shadow: 0 1px 0 #f4f4f4;
    -moz-box-shadow: 0 1px 0 #f4f4f4;
    -webkit-box-shadow: 0 1px 0 #f4f4f4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}
.abc .col-sm-4.col-md-4 {
    display: table-cell;
    float: none;
    vertical-align: top;
}
.ppa {
    padding-left: 0px !important;
}
.flip-container2 {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    border: 1px solid #ccc;
}
.flip-container2:hover .flipper2,  
.flip-container2.hover .flipper2 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-container2, .front2, .back2 {
    width: 360px;
    height: 250px;
}
.flipper2 {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.front2, .back2 {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.front2 {
    z-index: 2;
    /*background: url(right.png) no-repeat top left;*/
}
.back2 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background:#023E7C;
    border:solid 1px #023E7C;
    z-index: 10;
}
.front2 .name2 {
    font-weight: 750;
    font-size: 15px;
    display: inline-block;
    padding: 35px 0px;
    text-align: center;
    border-radius: 5px;
    top: 20px;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    /* font-family: arial; */
    position: absolute;
}
.front2 p {
    color: #5a5f65;
    padding: 38% 20px;
    font-size: 16px;
    font-family: arial;
    font-family: inherit!important;
    font-weight: inherit!important;
    /* font-size: inherit!important; */
    font-style: inherit!important;
}
.back-title2 {
    font-weight: 800;
    width: 100%;
    font-size: 13px;
    display: inline-block;
    color: #fff;
    padding: 5px 0px;
    border-radius: 5px;
    text-align: center;
    top: 20px;
    left: 0;
    text-transform: uppercase;
    font-family: arial;
    position: absolute;
}
.back2 p {
    position: absolute;
    color:#ffffff;
    left: 0;
    right: 0;
    padding: 20% 20px;
    font-family: arial;
    font-size: 13px;
    font-family: inherit!important;
    font-weight: inherit!important;
    font-size: inherit!important;
    font-style: inherit!important;
}
.back2 a {
    position: absolute;
    bottom: 25px;
    border-radius: 25px;
    left: 0;
    right: 0;
    text-align: center;
    width: 170px;
    padding:10px;
    font-weight: bold;
    margin-left: auto;
    margin-right:auto;
    background-color:#ffffff;
    text-transform:uppercase;
    font-family: arial;
    line-height: 2em;
    text-decoration:none;}

.back2 a:hover{
    position: absolute;
    bottom: 25px;
    color:#023D7F !important;
    border-radius: 25px;
    left: 0;
    right: 0;
    text-align: center;
    width: 165px;
    padding:10px;
    font-weight: bold;
    margin-left: auto;
    margin-right:auto;
    background-color:#fff;
    text-transform:uppercase;
    font-family: arial;
    line-height: 2em;
}
.flipper2 .front2:before, .flipper2 .front2:before,
.flipper2 .back2:before, .flipper2 .back2:before {
    content: "";
    background: url("../../site/images/right.png") no-repeat top left;
    width: 60px;
    height: 183px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: 70%;
    opacity: 0.6;
    z-index: 9999999999999999 !important;
}
.flipper2 .front2:after, .flipper2 .front2:after,
.flipper2 .back2:after, .flipper2 .back2:after {
    content: "";
    background: url("../../site/images/right.png") no-repeat bottom right;
    width: 60px;
    height: 183px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-size: 70%;
    opacity: 0.6;
    z-index: 9999999999999999 !important;
}
.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    border: 1px solid #ccc;
}
.flip-container:hover .flipper,  
.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-container, .front, .back {
    width: 275px;
    height: 375px;
}
.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.front {
    z-index: 2;
    border-bottom:solid 6px #84B0D0;
    padding: 20px; 
    /*background: url(right.png) no-repeat top left;*/
}
.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #023E7C;
    border: solid 1px #023E7C;
    padding: 20px;
    z-index: 3;
}
.front .name {
    font-size: 1.5em;
    display: inline-block;
    color: #818b95;
    padding: 5px 10px;
    border-radius: 5px;
    top: 75px;
    left: 0;
    line-height: normal;
    text-transform: uppercase;
    font-family: arial;
    position: absolute;
    width: 100%;
    text-align: center;
}
.front p {
    color: #818b95;
    padding: 50% 7px;
    font-size: 14px;
    text-align: center;
    font-family: arial;
}
.back-title {
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.5em;
    line-height: normal;
    font-family: arial;
    text-transform:uppercase;
    padding: 0 20px;
}
.back p {
    position: absolute;
    /* bottom: 154px; */
    top: 120px;
    color:#ffffff;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    font-family: arial;
    line-height: 2em;
}
.back a {
    position: absolute;
    bottom: 51px;
    color:#818b95;
    border-radius: 25px;
    left: 0;
    right: 0;
    text-align: center;
    width: 180px;
    padding:10px;
    font-weight: bold;
    margin-left: auto;
    margin-right:auto;
    background-color:#ffffff;
    text-transform:uppercase;
    font-family: arial;
    line-height: 2em;
    text-decoration:none;
}
.back a:hover{
    position: absolute;
    bottom: 50px;
    color:#ffffff;
    border-radius: 25px;
    left: 0;
    right: 0;
    text-align: center;
    width: 175px;
    padding:10px;
    font-weight: bold;
    margin-left: auto;
    margin-right:auto;
    background-color:#1e73be;
    text-transform:uppercase;
    font-family: arial;
    line-height: 2em;
}
.flipper .front:before, .flipper .front:before,
.flipper .back:before, .flipper .back:before {
    content: "";
    background: url("../../site/images/right.png") no-repeat top left;
    width: 60px;
    height: 183px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: 70%;
    opacity: 0.6;
    z-index: 9999999999999999 !important;
}

.flipper .front:after, .flipper .front:after,
.flipper .back:after, .flipper .back:after {
    content: "";
    background: url("../../site/images/right.png") no-repeat bottom right;
    width: 60px;
    height: 183px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-size: 70%;
    opacity: 0.6;
    z-index: 9999999999999999 !important;
}

ul.list-imgs li::before {
    background: url(../images/fa.png);
    position: absolute;
    left: 0px;
    top: 0;
    height: 20px;
    width: 20px;
    content: " ";
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size:14px;
}
.list-imgs li {
    padding-left: 20px;
    position: relative;
}

ul.list-img li::before {
    background: url(../images/fa.png);
    position: absolute;
    left: 14px;
    top: 0;
    height: 20px;
    width: 20px;
    content: " ";
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size:14px;
}

.list-img li {
    padding-left: 42px;
    position: relative;
}

.list-info li span.fa {
    display: none;
}

.team-img {
    text-align: center;
    margin-bottom: 14px !important;
}

.team-img {
    text-align: center;
    margin-bottom: 40px;
}

.box-partner .item .team-image {
    float: left;
    width: 20%;
    font-size: 18px;
}

.section-bottom-border  {
    border-bottom: 2px solid #ccc;
}

.nav-bottom-border {
    border-bottom: 1px dotted #a9a9a9;
    padding: 3px 1px 1px 0px;
}

.c-mega .c-column a {
    padding: 7px 2px !important;
    display: block;
}

.c-mega .c-column {
    width: 201px;
    float: left;
    padding-right: 5px;
}

.c-mega .c-column img {
    display:none;
    width: 201px;
    height: 80px;
}

.c-mega .c-column.first {
    padding-left: 4px;
}

ul.dropdown-menu.c-column-2 {
  
}
ul.dropdown-menu.c-column-2-2 {
    width: 200px !important;
    padding: 5px 0;
}

ul.dropdown-menu.c-column-3 {
  
}

ul.dropdown-menu.c-column-4 {
  
}



.pj{
    text-align: justify;
}

.sidebar-info{
    padding: 1px 40px 1px;
}

.office-detail-font {
    font-size: 18px;
}

.info-icon.office-detail-font {
    font-size: 20px !important;
}

.header {
     height: 86px;
    background: linear-gradient(to bottom,rgba(0,0,0,.18),rgba(0,0,0,0));
    position: fixed;
    transition: background .5s ease;
    Z-INDEX: 9999;
    POSITION: fixed;
    width: 100%;
}

.custom__overlay {
    position: relative;
}

.custom__overlay img {
    width: 100%;
}

.custom__overlay .content {
    display: none;
}

.custom__overlay:hover .content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba();
    display: block;
}

.form-control {
    height: auto !important; 
    padding: 14px 12px;
}

.navbar-main {
    bottom: 0;
    border-top: 1px solid #ccc;
}

.navbar-main .rowe {
   border-top: none; 
}

.box-icon-2 {
    margin-bottom: 1px;
    padding: 15px 16px 12px;
    background-color: #023e7c;
    position: relative;
    border: 1px solid #023E63;
    overflow: hidden;
    transition: ease all 0.5s;
    min-height: 152px;
}

.box-icon-2:hover {
    background: #84AFCF;
    border: 1px solid #84AFCF;
}

.box-icon-2 .body-content .heading {
    margin-bottom:0;
}

.box-icon-2 .body-content .heading,
.box-icon-2 .body-content {
    color: #fff;
}

.box-icon-2 i {
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(255,255,255,0.2);
    font-size: 90px;
    z-index: 0;
    margin-right: -10px;
}

.owl-wrapper-outer {
    overflow: hidden;
}

.section-heading:before {
    margin-top: -1px;
}

.section > .container {
    padding-top: 3px;
    padding-bottom: 3px;
}

.footer .footer-item .footer-title {
    padding: 20px 0 0px 0;
    /* border-top: 1px solid #073472;*/
    margin-bottom: 0;
}

.footer .footer-item .footer-title.alt:before {
   /* border-top: 5px solid #84AFCF;
   margin-top:1px;*/
}

.text-uppercase {
    text-transform:uppercase;
}

.text-base {
    color:#84AFCF !important;
}

.text-alt {
    color:#023e7c !important;
}

.box-news-1 .body .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.box-news-1 .body .meta .fa {
    color: #84AFCF;
    margin-right:5px;
}

.box-image-4 .body {
    border: solid 10px #023e7c;
}

.owl-carousel.owl-clients .owl-item img {
   width: auto;
}

.box-icon-4 {
    padding: 10px 30px 10px;
    background-color: #eff3f6;
    border: 1px solid #dcdde1;
    height: 105px;
}

.box-icon-4 .body-content .heading {
    margin-bottom: 0;
}

.client-text{
    text-align: justify;
    padding: 10px 20px 10px 10px;
}

#sync1 .item{
    background: #0c83e7;
    padding: 80px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item{
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync21 .item{
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync22 .item{
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.carousel-projects{
    margin: 3px;
}

.carousel-side{
    background: #DEDACF;
    padding: 40px 0px;
}

#sync2 .item h1{
  font-size: 18px;
}

.carousel_text{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

img.img-responsive.carousel_img {
    margin: 5px;
}

.footer_col_six{
    background: #84AFCF;
    color:#000000;
}

.footer_col_six list li a{
    background: #84AFCF;
    color:#000000;
}

.custom__search ul.dropdown-menu {
    right: 0 !important;
    margin-left: -203px;
}

.list-info li .info-custom-icon{
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    float: left;
}

.topbar-right{
    text-align: right;

}

.topbar .topbar-right .topbar-menu {
    display: inline-table;
    margin-bottom: 0;
    vertical-align: top;
}

.topbar .topbar-right .topbar-menu li {
    list-style: none;
    float: left;
    color: #ffffff;
    padding: 0 10px;
    font-size: 12px;
}

.topbar .topbar-right .topbar-menu li a {
    color: #ffffff;
    font-size: 14px;
}

.topbar-center{
    text-align: center;
}

.topbar .topbar-center .topbar-menu {
    display: inline-table;
    margin-bottom: 0;
    vertical-align: top;

}
.topbar {
    background-color: #84b0d02e;
    padding: 0 0;
    height: 40px;
}
.topbar .topbar-right .topbar-menu li a {
    color: #ffffff;
    font-size: 14px;
}

.topbar .topbar-right .topbar-menu li a:hover {
    color: #ffffff;
}


.topbar .topbar-center .topbar-menu li {
    list-style: none;
    float: left;
    color: #ffffff;
    padding: 0 10px;
    font-size: 12px;
}

.topbar .topbar-center .topbar-menu li a {
    color: #ffffff;
    font-size: 14px;
}

/*Search Bar*/

.custom_input-group {
  position: relative;
}

.custom_input-group input {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 1;
    padding: 4px 0px;
    position: relative;
    float: right;
    margin-top: -3PX;
    width: 0;
    border:none;
}

.custom_input-group:hover input {
    padding: 4px 20px;
    width: 100%;
    opacity: 1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.custom_input-group .search-btn {
    float: right;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border:none;
    color: #fff;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.custom_input-group:hover .search-btn {
  color: #000;

}

.w-200 {
    width: 160px;
    display: inline-block;
}

/*end*/

/*mega menu*/

.nav-list { 
    border-bottom: 1px solid #eee;
}

.nav-list > li { 
  padding: 20px 15px 15px;
  border-left: 1px solid #eee; 
}


.nav-list > li:last-child { 
    border-right: 1px solid #eee;
}

.nav-list > li > a:hover { 
    text-decoration: none;
}

.nav-list > li > a > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}


.mega-dropdown { 
    position: static !important; 
}

.mega-dropdown-menu {
  padding: 20px 15px 15px;
  text-align: center;
  width: 100%;

}


/*end mega menu*/

nav.slides-pagination {
    display: none;

}


/*# sourceMappingURL=style.css.map */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #bs-megadropdown-tabs {
        margin-left: 0;
    }
    .navbar-main .nav > li > a {
        line-height: 18px;
    }

    .topbar {
        background-color: #84B0D0;
        padding: 0 0;
        height: 62px important;
    }

    ul.dropdown-menu.c-column-6,
    ul.dropdown-menu.c-column-4,
    ul.dropdown-menu.c-column-5,
    ul.dropdown-menu.c-column-2,
    ul.dropdown-menu.c-column-3 {
       width: 100% !important; 
       margin-left: 0; 
       left: 0; 
   }
   .c-mega .c-column {
    float: none;
    margin: 0 auto;
}
.navbar-nav .open .dropdown-menu {
    background-color: #023E7C;
}
.section.overlap {
   margin-top: 0px; 
}
.slides-navigation a.next,
.slides-navigation a.prev {
    top: 50%;
    margin-top: -50px;
}

.navbar_collapse.in {
    height: auto !important;
    overflow: visible;
}

}

@media only screen and (max-width: 480px) {

    #bs-megadropdown-tabs {
        margin-left: 0;
    }
    .navbar-main .nav > li > a {
        line-height: 18px;
    }

    ul.dropdown-menu.c-column-6,
    ul.dropdown-menu.c-column-4,
    ul.dropdown-menu.c-column-5,
    ul.dropdown-menu.c-column-2,
    ul.dropdown-menu.c-column-3 {
       width: 100% !important; 
       margin-left: 0; 
       left: 0; 
   }

   .tp-banner .btn, 
   .btn-primary, 
   .btn-secondary {
    font-family: "Open Sans", sans-serif;
    font-size: 9px;
    color: #ffffff;
    padding: 2px 2px;
    border: 0;
    font-weight: 400;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    -ms-border-radius: 3;
    border-radius: 3;
}

.c-mega .c-column {
    float: none;
    margin: 0 auto;
}
.navbar-nav .open .dropdown-menu {
    background-color: #023E7C;
}
.section.overlap {
   margin-top: 0px; 
}
.slides-navigation a.next,
.slides-navigation a.prev {
    top: 50%;
    margin-top: -50px;
}

.navbar_collapse.in {
    height: auto !important;
    overflow: visible;
}

.col-md-8home {
    width: 100%;
    padding: 14px 2px 2px 17px;
}

.map-p {
    padding-top: 20px;
}


.flip-container2, .front2, .back2 {
    width: 100%;
}

.box-image-4 .media img {
    width: 100%;
}

}
