.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: 260px;
    height: 270px;
}
.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;
    border-bottom:solid 6px #023E7C;
    /*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;
}
.front2 .name2 {
    font-size: 12px;
    display: inline-block;
    color: #818b95;
    padding: 5px 0px;
    border-radius: 5px;
    top: 20px;
    left: 10%;
    text-transform:uppercase;
    font-family: arial;
    position: absolute;
}
.front2 p {
    color:#818b95;
    padding: 30% 20px;
    font-size: 12px;
    font-family: arial;
}
.back-title2 {
   font-size: 12px;
    display: inline-block;
    color: #fff;
    padding: 5px 0px;
    border-radius: 5px;
    top: 20px;
    left: 10%;
    text-transform:uppercase;
    font-family: arial;
    position: absolute;
}
.back2 p {
    position: absolute;
    color:#ffffff;
    left: 0;
    right: 0;
    padding: 30% 20px;
    font-family: arial;
    font-size: 12px;


}
.back2 a {
    position: absolute;
    bottom: 40px;
    color:#818b95;
    border-radius: 25px;
    left: 0;
    right: 0;
    text-align: center;
    width: 200px;
    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: 40px;
    color:#ffffff;
    border-radius: 25px;
    left: 0;
    right: 0;
    text-align: center;
    width: 200px;
    padding:10px;
    font-weight: bold;
    margin-left: auto;
    margin-right:auto;
    background-color:#1e73be;
    text-transform:uppercase;
    font-family: arial;
    line-height: 2em;
}
.flipper2 .front2:before, .flipper2 .front2:before,
.flipper2 .back2:before, .flipper2 .back2:before {
    content: "";
    background: url("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("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: 320px;
    height: 427px;
}
.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;
}
.front .name {
    font-size: 2em;
    display: inline-block;
    color: #818b95;
    padding: 5px 10px;
    border-radius: 5px;
    top: 100px;
    left: 0;
    text-transform: uppercase;
    font-family: arial;
    position: absolute;
    width: 100%;
    text-align: center;
}
.front p {
    color: #818b95;
    padding: 70% 20px;
    font-size: 14px;
    text-align: center;
    font-family: arial;
}
.back-title {
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2em;
    font-family: arial;
    text-transform:uppercase;
    padding: 0 20px;
}
.back p {
    position: absolute;
    bottom: 154px;
    color:#ffffff;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    font-family: arial;
    line-height: 2em;
}
.back a {
    position: absolute;
    bottom: 70px;
    color:#818b95;
    border-radius: 25px;
    left: 0;
    right: 0;
    text-align: center;
    width: 200px;
    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: 70px;
    color:#ffffff;
    border-radius: 25px;
    left: 0;
    right: 0;
    text-align: center;
    width: 200px;
    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-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 {

    width: 201px;

    height: 80px;

}

.c-mega .c-column.first {

    padding-left: 4px;

}



ul.dropdown-menu.c-column-2 {

    width: 402px !important;

    padding: 5px 0;

    /* margin-left: -100%; */

    left: -100%;

    

}

ul.dropdown-menu.c-column-3 {

    width: 603px !important;

    padding: 5px 0;

    /* margin-left: -100%; */

    left: -100%;

    

}

ul.dropdown-menu.c-column-4 {

    width: 804px !important;

    padding: 5px 0;

    margin-left: -100%;

    left: -100%;

    

}

ul.dropdown-menu.c-column-6 {

    width: 1005px !important;

    padding: 5px 0px 5px 0px;

    margin-left: -100%;

    left: -57%;

   /* */

}


.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 {

    Z-INDEX: 9999;

    POSITION: RELATIVE;

}



.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(2, 62, 124, 0.7);

    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-heading.alt:before {

  /* border-top: 5px solid #84AFCF;*/

}

.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 .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 {

    /* opacity: 0; */

    -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: 200px;

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

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

}