

/*================================================== 
 || PILLBOT FUNCTIONS
 ================================================== */
.full-width-sec {
    position: relative;
    background-color: #c3cad2;
    overflow: hidden;
}

/*For Slide*/
.three-in-slider .slick-dotted.slick-slider {
    margin: 0;
}
.three-in-slider .cel-feature {
    position: static;
}
.get-all-items .slick-current.slick-active .get-item img {
    border: 2px solid #f9ba48;
    opacity: 1;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.get-all-items .slick-current.slick-active .get-item h6 {
    color: #fff;
}
.service-slider-content.slick-initialized .slick-slide {
    overflow: hidden;
}

.slick-slide:focus {
    border: 0;
    outline: none;
}

.slider-thumb-2nd .slick-slide {
    width: 25%!important;
}

.cel-feature {
    max-height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    z-index: 1000;
}
.cel-feature.full-w-h {
    top: 0;
}
.full-width-sec-2nd .cel-feature {
    right: 0;
    left: 50%;
}
.cel-feature img {
    max-height: 100%;
    float: right;
    width: auto;
}
.cel-feature.full-w-h img {
    width: 100%;
    height: 100%;
}
.full-width-sec-2nd .cel-feature img {
    float: left;
}
.cele-list {
    background: #26476c;
    padding: 60px;
    padding-bottom: 40px;
    padding-right: 15px;
    position: relative;
    z-index: 0;
    
}
.cele-list:after {
    background: #26476c;
    content:"";
    position: absolute;
    left: 0;
    right: -50000px;
    bottom: 0;
    top: 0;
    z-index: -5;
}
.cele-list li {
    margin-bottom: 50px;    
}
.cele-list li:hover .gen-title {
    color: #ffa64d;
}
.cel-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    float: left;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cel-img img {
    display: inline-block;
    text-align: center;
    padding-top: 18px;
}
.cel-img img.flaticon-img {
    width: 35px;
}

.cel-content {
    padding-left: 95px;
    color: #fff;
}
.cel-content p {
    color: #fff;
 }
.cel-content .gen-title {
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    
}
.get-us h2,
.get-us h3,
.get-us h4,
.get-us p {
    color: #fff;
}
.full-width-sec-2nd .get-us h2,
.full-width-sec-2nd .get-us h3,
.full-width-sec-2nd .get-us h4 {
    color: #26476c;
}
.full-width-sec-2nd .get-us p {
    color: #7f7f7f;
}
.get-us {
    background: #26476c;
    padding: 30px 15px 30px 40px;
    position: relative;
    z-index: 0;
}
.get-us:after {
    background: #26476c;
    content:"";
    position: absolute;
    left: 0;
    right: -50000px;
    bottom: 0;
    top: 0;
    z-index: -5;
}
.full-width-sec-2nd .get-us {
    background: #fff;
    padding: 30px 40px 30px 15px;
}
.full-width-sec-2nd .get-us:after {
    background: #fff;
    left: -5000px;
}
.get-icon, 
.get-title {
    display: inline-block;
    vertical-align: top;
    
}
.get-icon {
    padding-top: 10px;
    position: relative;
    color: #fff;
}
.get-number {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 10px;
}
.full-width-sec-2nd .get-number {
    top: 7px;
    left: 6px;
    color: initial;
}
.slider-thumb-2nd .slick-current {
    color: #f9ba48;
}
.bg-white {
    background-color: #fff;
}
.get-title h4 {
    text-transform: uppercase;
    padding-left: 15px;
    line-height: 24px;
    font-weight: 700;
}
.get-all-items {
    text-align: left;
}
.get-item {
    cursor: pointer;
    width: 140px;
    height: 140px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 50px;
    margin-top: 30px;
    display: inline-block;  
}
.get-item img {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid transparent;
    opacity: .5;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    
}
.get-all-items .slick-current.slick-active .get-item img {
    border: 2px solid #f9ba48;
    opacity: 1;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.get-item h6 {
    text-transform: uppercase;
    padding-bottom: 30px;
    padding-top: 15px;
}
ul.get-services {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 35px;
    margin-right: 50px;
    text-align: left;

}
ul.get-services li {
    display: inline-block;
    width: 25%;
    margin-bottom: 10px;
    margin-left: 15px;
    color: #5b5b5b;
    position: relative;
    text-transform: uppercase;   
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
ul.get-services li:before {
    position: absolute;
    content: "\f105";
    font-family: "fontAwesome";
    left: -10px;
    top: -2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    top: 0;
    
}
ul.get-services li:hover:before {
    left: -8px;
    top: 0;
    color: #f9ba48;
}
ul.get-services li a {
    color: #5b5b5b;
    text-transform: uppercase;    
}
ul.get-services li:hover,
ul.get-services li a:hover {
    color: #f9ba48;
    cursor: pointer;
}



















