/*
Theme Name: Firstcom Solutions
Author: Firstcom Solutions
Author URI: http://firstcom.com.sg/
Version: 1.0
*/



/*  Font Embedding */

/*
@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeue.woff') format('woff'),
         url('fonts/HelveticaNeue.ttf') format('truetype');
}
*/



/* General / Foundation Overrides */

/* Foundation container size */
.row{
    max-width: 1050px;
}

body {
    /* min-width: 1050px; */
        font-family: 'Droid Serif', serif;
    background-color: #FFFFFF;
    color: #404040;
    font-size: 14px;
}

body p,
body li{
    color: #222222;
    font-size: 14px;
}

body a{
    color: inherit;
}

body a:hover,
body a:focus{
    color: #343453;
}

body input,
body textarea{
    margin-bottom: 8px;
}

textarea,
textarea[rows]{
    height: 100px;
}

.margin-bottom-small{
    margin-bottom: 15px;
}

.margin-bottom-medium{
    margin-bottom: 30px;
}

.margin-bottom-large{
    margin-bottom: 60px;
}

.margin-top-small{
    margin-top: 15px;
}

.margin-top-medium{
    margin-top: 30px;
}

.margin-top-large{
    margin-top: 60px;
}


/* WordPress TinyMCE */
/* These styles are required for alignment to work */

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }



/* Wordpress Plugins - Contact Form 7 */

.wpcf7-form-control-wrap{
    width: 100%;
}

.wpcf7-not-valid-tip{
    margin-bottom: 10px;
}

.wpcf7-response-output{
	margin: 0 !important;
}



/* Wordpress Plugins - Slider Revolution */
/* Arrows and Bullets */

/*
.tp-leftarrow{
    width: 18px !important;
    height: 28px !important;
    background-image: url() !important;
}

.tp-rightarrow{
    width: 18px !important;
    height: 28px !important;
    background-image: url() !important;
}

.tp-bullets.simplebullets.round .bullet{
    border-radius: 50%;
    background: none;
    background-color: white;
    border: none;
    width: 14px;
    height: 14px;
    margin: 0 8px;
}

.tp-bullets.simplebullets.round .bullet.selected{
    border-radius: 50%;
    background: none;
    background-color: red;
    border: none;
    width: 14px;
    height: 14px;
}
*/



/* Header & Menu */

header {
    /* background-color: #a8a8a8; */
    padding: 0px 0;
    background: url(img/headerbg.png);
    min-height: 157px;
    border-top: 6px solid #0b3a5f;
    padding-bottom: 0;
    position: relative;
    z-index: 99999;
}

#logo {
    display: inline-block;
    /* padding-left: 15px; */
    padding: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
}

.menu {
    list-style-type: none;
    margin: 0;
    margin-top: 18px;
}

.menu a {
    color: #0b3a5f;
    padding-left: 15px;
    padding-right: 15px;
    font-weight:bold;
}

.menu > li {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    text-transform: uppercase;
    padding-left: 10px;
    font-size: 12px;
    font-family: 'Droid Serif', serif;
    border-right: 1px solid black;
    line-height: 10px;
}

.menu > li:last-child{
    margin-left: 0;
}

.menu > li:hover > a, .menu > .current-menu-item > a, .menu > .current-menu-parent > a, .menu > .current_page_ancestor > a {
    text-decoration: none;
    border-bottom: 3px solid #0b3a5f;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
}

.menu .sub-menu{
    display: none;
    list-style-type: none;
    margin: 0;
    padding:15px;
    padding-left:0px;
}

.menu > .menu-item-has-children:hover > .sub-menu{
    display: block;
    position: absolute;
}

.menu .sub-menu > li {
    display: block;
    background: #0B3A5F;
    width: 150px;
    text-align: left;
}

.menu .sub-menu > li:first-child {
   padding-top:10px;
}

.menu .sub-menu > li:last-child {
   padding-bottom:10px;
}

.menu .sub-menu > li > a {
    display: block;
    padding: 5px 10px;
    color:white;
    font-size:12px;
    font-weight:normal;
}

.menu .sub-menu > li > a:hover {
    color:#acacac;
}


/* Footer * Copyright */

footer{
    background-color: #a8a8a8;
    padding: 20px 0;
}

.copyright{
    text-align: center;
    font-size: 12px;
}



/* Content */

.slider{
    
}

.home-content{
    padding: 50px 0;
    background-color: white;
}

.gmap iframe{
    width: 100%;
    height: 300px;
    line-height: 0;
}

.homecontact p {
    font-family: 'Droid Serif', serif;
    font-size: 24px;
    margin: 0;
    text-align: right;
    letter-spacing: 0.045em;
}

p.mail {
    font-size: 13px;
    margin: 0;
    line-height: 8px;
    letter-spacing: 0;
    padding-top: 10px;
}

p.mail a {
    color: #636363;
}

p.mail a:hover {
    color: #0b3a5f;
}

span.red {
    font-size: 28px;
    color: #ed2939;
    font-weight:bold;
}

.cdllogo {
    padding-left: 10px;
    border-left: 1px solid #e5e5e5;
    /* line-height: 0px; */
}

.searchform input {
    margin: 0;
    height: 25px;
    border-radius: 5px;
    margin-top: 15px;
    -moz-box-shadow: inset 1px 1px 4px 0px #989494;
    -webkit-box-shadow: inset 1px 1px 4px 0px #989494;
    box-shadow: inset 1px 1px 4px 0px #989494;
    border: none!important;
}

ul.menu li:last-child {
    border-right: 0px;
}

.homecontact {
    padding: 15px;display: table;
    float: right;
}

.cdllogo img {
    padding-top: 10px;
}

.tp-bullets.simplebullets.round {
    display: none;
}


.bluecontent h3 {
    font-size: 14px;
    color: white;
    padding: 15px;
    text-transform: uppercase;
    font-family: 'Droid Serif', serif;
    margin: 0px;
}

span.latest {
    text-transform: uppercase;
    font-weight:bold;
}

h3.icons {
    background: url(img/news_icon.png);
    /* padding: 20px; */
    background-repeat: no-repeat;
    background-position: 15px;
}

.bluecontent h3 {
    font-size: 14px;
    color: white;
    padding: 13px;
    text-transform: uppercase;
    font-family: 'Droid Serif', serif;
    margin: 0px;
    padding-left: 60px;
}



.greybg p.text {
    font-size: 13px;
    text-align: center;
    color: #5d5c5c;
    margin: auto;
}

.content {
    min-height: 600px;
    height: auto;
    overflow-y: visible;
    padding-top: 40px;
    /* padding-bottom: 40px; */
}

p.bluebtn {
    margin: 0;
    background: url(img/find-out-more.png);
    background-repeat: no-repeat;
    color: white;
    min-height: 40px;
    margin: auto;
    background-position: center;
    margin-top: 10px;
}

.locatebg {
    background: url(img/bg.jpg);
    min-height: 320px;
    background-position: center;
    margin-top: 20px;
}


span.strong {
    font-weight: bold;
}

.locateuspic h2{
    padding-top: 40px;
    font-size: 24px;
    padding-left:20px;
    padding-bottom:10px;
}

.building {
    margin: auto;
    text-align: center;
    /* width: 0px; */
}

.locateplace p {
    text-align: center;
    padding-top: 10px;
    font-size:12px;
    color:#5d5d5d;
}

.locateplace {
    padding-top: 40px;
}

.locatemap {
    text-align: center;
    padding-top: 20px;
}

p.find {
    text-align: right;
    font-size: 11px;
    margin-right: 20px;
}

.valueadded {
    background-color: #f0f0f0;
    min-height: 300px;
    padding-bottom: 20px;
}

span.floatleft {
    text-align: right!important;
    float: right;
    font-size: 11px;
    margin-right: 20px;
}


.perksbox p {
    font-size:12px;
    color:#5d5c5c;
    padding-top:10px;
}

.locateus {
    padding-left: 14px;
}

.bluecontent {
    background-color: #0b3a5f;
    padding: 0px!important;
    margin-top: -1px;
    margin-left: 10px;
    margin-right: 10px;
}

.greybg {
    background-color: #f8f8f8;
    padding: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.locateus h2 {
    padding-top: 40px;
    font-size: 24px;
    padding-bottom: 10px;
}

.whyshould h1 {
    text-align: center;
    font-size: 24px;
    padding-top: 60px;
    padding-bottom: 35px;
}

.icon {
    text-align: center;
}

.choosebox p {
    text-align: center;
    font-size: 12px;
    padding-top: 15px;
    color:#5d5c5c;
}

.whychoose {
    min-height: 150px;
}

.virtualwalkthru {
    background-color: #f0f0f0;
    min-height: 300px;
}

.virtual {
    padding-top: 40px;
}

.virtual h1 {
    font-size: 24px;
    padding-bottom: 10px;
    min-height: 76px;
}

.whyshould {
    margin-right: 40px;
}

.virtualwalkthru {
    background-color: #f0f0f0;
    min-height: 300px;
    padding-bottom: 40px;
}

 button.searchicon {
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(img/searchbtn.png);
    background-repeat: no-repeat;
    width: 20px;
    margin: 0px!important;
    padding: 10px!important;
}

.searchform {
    position: relative;
}

.footerbg {
    min-height: 80px;
    background: url(img/footerbg.png);
    background-repeat: no-repeat;
    background-position:center;
}

.footermenu {
    padding-top: 30px;
}


ul.menufooter {
    /* margin-top: 20px; */
    margin-left: 0;
    margin: 0px;
}

ul.menufooter li {
    list-style: none;
    padding-top: 0px;
    text-transform: uppercase;
    font-size: 13px;
    color:#5c5c5c;
    display: inline-block;
    padding: 5px;
    border-right: 1px solid #DDD;
}

.footerlogo {
    /* margin: 20px; */
    margin-top: 40px;
    margin-left: 20px;
}

p.footertext {
    margin: 0;
    text-align: left;
    color: #EAEAEA;
    font-size: 10px;
    padding-top: 25px;
}

.header {
    background-color: black;
}

.aboutcontent h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}

.aboutcontent p {
    font-size: 12px;
    color: #5d5c5c;
}

.enquiryform {
    border: 1px solid #f0f0f0;
    min-height: 400px;
    width: 100%;
}

.enquiryform h1 {
    font-size: 20px;
    padding-left: 20px;
    padding-top: 10px;
    background-color: #f1f1f1;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #E6E3E3;
    color: #0b3a5f;
    line-height: 25px;
}

span.big {
    font-size: 24px;
    font-weight: bold;
}


.enquiryform table tr.even, .enquiryform table tr.alt, .enquiryform table tr:nth-of-type(even) {
    background: none!important;
}

.enquiryform ::-webkit-input-placeholder {
   color: #003f53;
}

.enquiryform :-moz-placeholder { /* Firefox 18- */
   color: #003f53;
}

.enquiryform ::-moz-placeholder {  /* Firefox 19+ */
   color: #003f53;  
}

.enquiryform :-ms-input-placeholder {  
   color: #003f53;  
}

.enquiryform input {
    margin: 0;
    height: 30px;
    background-color: #eeeeee;
    color: #003f53;
    font-size: 12px;
    border: none!important;
}

.enquiryform select {
    color: #003f53;;
    font-size: 12px;
    margin: 0;
    background-color: #eeeeee;
    border:none;
}

.enquiryform td {
    padding: 4px;
}

.enquiryform table {
    border: none!important;
    width: 100%;
    margin:0px;
}

div#wpcf7-f5-o1 {
    padding: 10px;
}

.enquiryform textarea {
    margin: 0px!important;
    background-color: #eeeeee;
    border: none!important;
    box-shadow: none!important;
    font-size: 12px;
}

.enquiryform p {
    margin: 0;
}

.submitbtn {
    padding-top:10px;
}

.enquiryform {
    border: 1px solid #f0f0f0;
    height: 490px;
    width: 100%;
}

.shadow {
    background: url(img/enquiryshawdow.png);
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 10px;
}

input.wpcf7-form-control.wpcf7-submit.rightright {
    color: transparent;
    background: url(img/CSO%20submit%20button.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

span.date input.wpcf7-form-control {
    background: url(img/layer34.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #EEEEEE;
}

span.select .wpcf7-form-control {
    background: url(img/shapedown.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #EEEEEE;
}

.abtlocateus {
    background-color: #f6f6f6;
    min-height: 180px;
    margin-top: 60px;
}

.building {
    margin: auto;
    text-align: center;
    /* width: 0px; */
    min-height: 150px;
    vertical-align: middle;
    position: relative;
    top: 15px;
}

.building p {
    font-size: 12px;
    color: #5d5d5d;
    padding-top: 10px;

}

.locateheader {
    text-align: center;
}

.content a {
    color: #0B3A5F;
}

.no-space {
    margin: 0px;
    padding: 0px;
}


.preferrates p {
    font-size:12px;
    color: #5d5c5c;
}

/* .preferrates {
    background-color: #f9f9f9;
    padding: 20px;
    min-height: 200px;
    margin-bottom: 20px;
    overflow-y: auto;
}*/

.extraspacing {
    padding-left: 10px;
    font-size: 12px;
    color: #5d5c5c;
}

.whyus p {
    /* min-height: 40px; */
    line-height: 25px;
}



.paddingno:first-child {
    padding-right: 20px;
    margin: 0px;
}
.paddingno {
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 20px;
}


.officebox ul li {
    background: url(img/shapearrow.png);
    list-style: none;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 2px;
    font-size: 12px;
    color:#858585;
}

.officebox ul{
margin-left:0px;
}

.officebox {
    background-color: #f9f9f9;
    min-height: 350px;
    padding: 20px;
    overflow-y:auto;
    margin-bottom:20px;
}


.accordiontitle {
    background-color: #eeeeee;
    padding: 10px;
}

.accordion-section-content {
    padding: 10px;
    padding-top: 20px;
}

.accordiontitle a{
    color:black;
    font-weight:bold;
}

.accordiontitle a.accordion-section-title.active h3 {
    background: url(img/minus.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;

}

.accordiontitle a.accordion-section-title h3 {
        background: url(img/plus.png);

    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;

}

.accordion-section h3 {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.accordion-section ul li {
    font-size: 12px;
    color:#5d5c5c;
    line-height: 25px;
}

.accordion-section {
    padding-bottom: 20px;
}


/*
.accordion-section-title.active, .accordion-section-title:hover {
    background: url(img/redcareer.png)!important;
    text-decoration: none!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    height: 40px;
    padding:6px;
    border-bottom:none!important;
    color:#ffffff!important;
}

.accordion-section-title {
    width: 100%;
    background: url(img/black.png)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    height: 40px;
    padding:6px;
    border-bottom:none!important;
    text-align: center;
}


.accordion-section {
    margin-bottom: 10px;
}

.accordion-section:last-child {
    margin-bottom: 0px;
}
*/


.content.why {
    padding-bottom: 120px;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}


.companybuilding p {
    text-align: center;
    font-size: 12px;
    color: #000000;
    padding-top: 20px;
min-height: 96px;
}

.buildingimage {
    text-align: center;
}

.buildingimage img{
	min-height: 120px;
}

.contact .buildingimage img{
    min-height: 178px;
}

.mapopen {
    text-align: center;
    font-size: 12px;
}

.enquiryformcontact {
    background-color: #fafafa;
    min-height: 400px;
    margin-top: 80px;
}


.contactinfo {
    padding: 20px;
    padding-right: 0;
}

.contactinfo h3 {
    font-size: 18px;
    font-weight: bold;
}

.contactinfo p {
    font-size: 12px;
    color:#5d5c5c;
}

table.enquirytable p {
    margin: 0;
    color: #000000;
}

table.enquirytable {
    border: none;
    background: none;
    margin-bottom:0px;
}

table.enquirytable td {
    padding: 0px;
    margin: 0;
    padding-right: 10px;
}

table.enquirytable input {
    /* margin-bottom: 16px; */
    border: none;
    background-color: #eeeeee;
    height: 30px;
    box-shadow: none;
    text-shadow: none;
    font-size: 12px;
        color: #797979;
}

.enquirytable select {
    height: 30px;
    /* margin: 10px; */
    font-size: 12px;
    background-color: #eeeeee;
    border: none;
    color: #797979;
    font-weight: normal;
}

.enquirytable textarea{
    border:none;
    background-color: #eeeeee;
    box-shadow: none;
    text-shadow:none;
} 

input.wpcf7-form-control.wpcf7-submit {
    background: url(img/CSO%20submit%20button.jpg);
    width: 22%;
    background-repeat: no-repeat;
    color: transparent;
    height: 40px;
    border: none;
}

.teamimage {
    padding-top: 60px;
}

.no-space:last-child {
    float: left!important;
}

.imagebox {
    padding-right: 20px;
}
.imagebox img {
    width: 100%;
    height:150px;
}

.aboutcontent ul li {
    font-size: 13px;
    color: #5d5c5c;
}

span.back {
    float: right;
    font-size: 13px;
    color: #EEEEEE;
    padding-top: 10px;
}

span.back a {
    float: right;
    font-size: 13px;
    color: #acacac;
}

.imagebox p {
    font-size: 15px;
    padding-top: 5px;
    height: 45px;
}

ul.menufooter li a {
    font-size: 12px;
}

.buildingbuilding {
    padding-top: 20px;
}

.bx-wrapper {
    position: initial !important;
    /* margin: 0 auto 60px; */
    margin-bottom:0px!important;
    padding: 0;
}

.bx-controls-direction{
    position: absolute;
    top: 20px;
    right: 45px;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    display: none!important;
    padding-top: 20px!important;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: none!important;
    border: none!important;
    left: -5px;
    background: #F8F8F8!important;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    /* min-height: 150px!important; */
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -80%!important;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-prev {
    right: 10px!important;
    background: url(img/leftleft.png) no-repeat!important;
    padding: 0px!important;
    background-position: 10px!important;
}

.bx-wrapper .bx-next {
    right: -10px!important;
    background: url(img/rightright.png) no-repeat!important;
    padding: 0px!important;
    background-position: 10px!important;
}

.bxslider{
    margin-left:0px;
}

.map {
    position: relative;
    width: 300px;
    margin:auto;
}

.tooltip-target {
    display: block;
}

.point1 {
    background: url(img/bluestar.png);
    width: 10px;
    height: 10px;
    border-radius: 20px;
    position: absolute;
    top: 98px;
    left: 140px;
    /* bottom: 30px; */
}


.point1:hover {
   background: url(img/redstar.png);
  position: absolute;
  /* width: 0px; */
    width: 10px;
    height: 10px;
        border-radius: 20px;
  background-repeat: no-repeat;
     top: 98px;
    left: 140px;
}

.example-content {
    position: absolute;
    bottom: 20px;
    left: -144px;
    right: 0px;
    width: 180px;
    background-color: white;
    color: #FFFFFF;
    display: none;
    text-shadow: none;
    z-index: 1000;
    padding: 8px;
    text-align: justify;
}

.example-content p {
    font-size: 12px;
    padding:8px;
    margin:0;
}


.point2 {
    background: url(img/bluestar.png);
    width: 10px;
    height: 10px;
    border-radius: 20px;
    position: absolute;
    top: 101px;
    left: 145px;
    /* bottom: 30px; */
}


.point2:hover {
   background: url(img/redstar.png);
  position: absolute;
  /* width: 0px; */
    width: 10px;
    height: 10px;
        border-radius: 20px;
  background-repeat: no-repeat;
    top: 101px;
    left: 145px;
}

.point3 {
    background: url(img/bluestar.png);
    width: 10px;
    height: 10px;
    border-radius: 20px;
    position: absolute;
    top: 95px;
    left: 148px;
    /* bottom: 30px; */
}


.point3:hover {
   background: url(img/redstar.png);
  position: absolute;
  /* width: 0px; */
    width: 10px;
    height: 10px;
        border-radius: 20px;
  background-repeat: no-repeat;
    top: 95px;
    left: 148px;
}


.point4 {
    background: url(img/bluestar.png);
    width: 10px;
    height: 10px;
    border-radius: 20px;
    position: absolute;
    top: 85px;
    left: 150px;
    /* bottom: 30px; */
}


.point4:hover {
   background: url(img/redstar.png);
  position: absolute;
  /* width: 0px; */
    width: 10px;
    height: 10px;
        border-radius: 20px;
  background-repeat: no-repeat;
    top: 85px;
    left: 150px;
}

.point5 {
    background: url(img/bluestar.png);
    width: 10px;
    height: 10px;
    border-radius: 20px;
    position: absolute;
    top: 55px;
    left: 200px;
    /* bottom: 30px; */
}


.point5:hover {
   background: url(img/redstar.png);
  position: absolute;
  /* width: 0px; */
    width: 10px;
    height: 10px;
        border-radius: 20px;
  background-repeat: no-repeat;
    top: 55px;
    left: 200px;
}


#mapBox, #mapBox2, #mapBox3, #mapBox4, #mapBox5  { width:600px; height:510px; display:none; *margin-left:-9999px; *height:0px; *position:relative; *top:-500px; *display:block } 


.mapspace {
    text-align: center;
    /* line-height: 120px; */
    font-size: 12px;
    padding-bottom:20px;
}

.wholebox {
    min-height: 110px;
}

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

.middle {
    margin: auto;
    text-align: center;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
    background: url(img/CSO%20submit%20button.jpg);
    width: 100%;
    background-repeat: no-repeat;
    color: transparent;
    height: 40px;
    border: none;
}

}

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

header {
    /* background-color: #a8a8a8; */
    padding: 0px 0;
    background: none;
    min-height: 157px;
    border-top: 6px solid #0b3a5f;
    padding-bottom: 0;
    position: relative;
    z-index: 99999;
    background-color:white;
}

.footerbg {
    min-height: 165px;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000;
}

.perksbox {
    text-align: center;
}

.shadow {
    background: url(img/enquiryshawdow.png);
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 10px;
    margin-bottom: 200px;
}

.teamimage {
    /* padding-top: 60px; */
    margin: auto;
    /* text-align: center; */
    padding: 50px;
    padding-top: 0px;
    padding-left: 20px;
}

.teamimage img {
width:100%;
}

.enquiryform {
    border: 1px solid #f0f0f0;
    height: 490px;
    width: 100%;
    margin-top: 20px;
}

.abtlocateus {
    background-color: #f6f6f6;
    min-height: 180px;
    margin-top: 20px;
}

}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media screen and (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }

.col-xs-15{

}
}
@media screen and (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media screen and (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
[class*="column"] + [class*="column"]:last-child{
	float: left;
}

.ph-img{
    width: 35px;
    height: 35px;
    margin-top: 5px;
}




/*.abtlocateus .buildingbuilding .middile div:nth-child(4) {*/
/*  display: none !important;*/
/*}*/

/*.abtlocateus .buildingbuilding .middile div:nth-child(5) {*/
/*  display: none !important;*/
/*}*/


@media screen and (max-width:768px){
img.alignleft,img.alignright{
width:100% ! important;
}
table.aligncenter{
width:100% ! important;
height:100% ! important;
}
.aligncenter td{
display:block;
width:100% ! important;
}
.whyshould{
margin-right:0px;
}
span.red{
font-size:21px;
}
.perksbox img{
width:100%;
}
}

@media screen and (max-width: 767px) {
    .slick-gallery-pics .slick-slide img {
        height: 300px;
        padding: 0 5px;
    }
    .slick-gallery-pics-nav .slick-slide img {
        height: 150px;
    }
}
@media screen and (min-width: 768px) {
    .slick-gallery-pics .slick-slide img {
        height: 400px;
        padding: 0 5px;
    }
    .slick-gallery-pics-nav .slick-slide img {
        height: 200px;
    }
}

.slick-next {
  background: url('./img/right-arrow.jpg') center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  padding:50px !important;
  border: 0px !important;
  margin-top: 15px !important;
  position: absolute !important;
  top:20% !important;
  right: 0px !important;
}

.slick-prev {
  background: url('./img/left-arrow.jpg') center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  padding:50px !important;
  border: 0px !important;
  margin-top: 15px !important;
  position: absolute !important;
  top:20% !important;
  left: 0px !important;
}

.slick-prev-home {
  position: absolute !important;
  margin-left: -80px !important;
}
.slick-next-home {
  position: absolute !important;
  margin-right: -80px !important;
}


.slick-slide img {
    box-shadow: none;
    object-fit: cover !important;
    object-position: center !important;
    /*height: 200px !important;*/
}

.slick-gallery-pics-nav .slick-slide img {
    box-shadow: none;
    object-fit: cover !important;
    object-position: center !important;
    padding: 0 5px;
}



.slick-gallery-pics-nav .slick-next,.slick-gallery-pics-nav .slick-prev  {

    top: 10% !important;
   
}
.slick-gallery-pics .slick-slide img {
    /*height:auto !important;*/
    margin:0 auto;
}
.slick-gallery-pics .slick-slide {
    text-align:center;
}
.slick-gallery-pics, .slick-gallery-pics-nav {
    padding-bottom:1em !important;
}

.slides li {
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    width: 100%; /* Ensure the slides take up full width */
}


.slides li:not(.active) {
	    opacity: 0;
	display: none !important;
}

.slides li.active {
    opacity: 1;
	display: block !important;
}

/* slider */
.slick-gallery-pics, .slick-gallery, .slick-gallery-pics-nav {
    width: 100%; /* Ensure the slider container takes up the full width of its parent */
    max-width: 100%; /* Prevent any unwanted horizontal overflow */
    overflow: hidden; /* Hide any overflow from the container */
    position: relative; /* For positioning the slides absolutely */
}


.slick-gallery-pics > div, .slick-gallery > div, .slick-gallery-pics-nav > div {
    width: 100%; /* Ensure each slide takes up the full width of the container */
    box-sizing: border-box; /* Include padding and border in the element's width and height */
    position: absolute; /* Position slides on top of each other */
    top: 0;
    left: 0;
    opacity: 0; /* Hide all slides initially */
    transition: opacity 0.5s ease-in-out; /* Smooth transition for fade effect */
}

.slick-gallery-pics > div.active, .slick-gallery > div.active, .slick-gallery-pics-nav > div.active {
    opacity: 1; /* Show the active slide */
    position: relative; /* Position the active slide normally within the flow */
    z-index: 1; /* Make sure the active slide appears above others */
}

.slick-gallery-pics img, .slick-gallery img, .slick-gallery-pics-nav img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensure the image covers the entire container without distortion */
    display: block; /* Remove any inline spacing from images */
}

.slick-gallery, .slick-gallery-pics-nav  {
	display: none !important;
}

.metaslider .slides img {
	    height: 70vh !important;
    object-fit: cover;
    object-position: top;
}


