/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:    MediKos Center - HTML5 Template
    Version:    1.0
    Author:     Oasis Theme
    Last change:    27/12/2016
    Primary use:    ambulance, clinic, dental, doctor, family doctor, health, healthy,  medical, medical theme, medicine, pediatric, 
-------------------------------------------------------------------*/
/* ========================================================================== */
/* ========================================================================== */
/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */
/*------------------------------------------------------------------
1. Body
2. Headings
3. Header / .header
4. Navigation / #navbar
5. Slider/ .slider
6. About us / #about-us
7. Services / #services
8. Members / #members
9. Gallery / #gallery
10. Skills / #o-skills
11. Testimonials / #testimonials
12. Partners / #partners
13. Contact / #contact
13.1. Google Map / #cd-google-map
14. Footer 
15. Responsive
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    Colors

# Dark grey (headings) #393939
# Violet #ab4c9c
# Dark (top navigation) #4c4943
# Gray (contents heading and paragraph) #393939
-------------------------------------------------------------------*/
/*=======================================================
      THEME STYLING START
========================================================*/

body {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    background-color: #fff;
}
/*=======================================================
      HEADINGS
========================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: #393939;
    font-family: 'Nunito', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}
h1 {
    font-size: 2.571em;
    font-weight: 400
}
h2 {
    font-size: 2.2em;
    font-weight: 300;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 1.429em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: .75em;
}
p {
    font-family: inherit;
    font-weight: 400;
    color: #393939;
    font-size: 1.286em;
    line-height: 24px;
    text-rendering: optimizeLegibility;
    margin-bottom: 0;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}
ul {
    margin-bottom: 0px;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #141414;
}
/*=======================================================
      HEADER
========================================================*/

.header {} .header.top-nav-collapse {} .contact-top {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
    z-index: 9999;
    position: absolute;
}
.contact-top ul {
    float: left;
    width: 100%;
    height: auto;
}
.contact-top ul li {
    float: left;
    padding-right: 35px;
}
.contact-top .icon {
    float: left;
    width: auto;
    height: auto;
    padding-right: 15px;
    font-size: 1.286em;
}
.contact-top .icon i {} .contact-top .email {
    font-size: 1.286em;
    font-weight: normal;
    color: #4c4943;
    font-family: 'Nunito', sans-serif;
}
.contact-top .tel {
    font-size: 15px;
    font-weight: bold;
    color: #4c4943;
    font-family: 'Nunito', sans-serif;
}
.social-icon ul {
    float: right;
    width: auto;
    height: auto;
}
.social-icon ul li {} .header .navbar-fixed-top .navbar-collapse {
    max-height: 100%
}
.header .navbar {
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    border-bottom: transparent;
    padding-top: 60px;
}
.header .navbar-toggle {
    width: 35px;
    height: 29px;
    border: none;
    padding: 0;
}
.header .navbar-toggle .toggle-icon {
    position: relative;
    width: 21px;
    height: 1px;
    display: inline-block;
    background: #cc2791;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
}
.header .navbar-toggle .toggle-icon:after,
.header .navbar-toggle .toggle-icon:before {
    position: absolute;
    left: 0;
    background: #d02190;
    content: " ";
}
.header .navbar-toggle .toggle-icon:before {
    width: 10px;
    height: 1px;
    bottom: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-toggle .toggle-icon:after {
    width: 16px;
    height: 1px;
    top: -5px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-toggle:hover .toggle-icon {
    background: #17bed2;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-toggle:hover .toggle-icon:after,
.header .navbar-toggle:hover .toggle-icon:before {
    width: 21px;
    height: 1px;
    background: #17bed2;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .logo-img-active,
.header .logo-img-main,
.header .nav-item.active .nav-item-hover:after,
.header .nav-item:hover .nav-item-hover:after {
    transition-duration: .4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-toggle:hover .toggle-icon.is-clicked {
    background: rgba(81, 87, 105, 0)
}
.header .logo {
    width: auto;
    height: auto;
    float: left;
    max-height: 95px;
    line-height: 65px;
}
.header .logo-wrap {
    padding: 15px 0;
    height: auto;
    float: left;
}
.header .logo-img {
    width: 273px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.header .logo-img-active {
    display: none
}
.header .navbar .container {
    background-color: #ecf0f1;
    margin-top: 30px;
}
.menu-container {} .menu-container ul {
    float: right;
    padding-top: 30px;
    padding-bottom: 30px;
}
.menu-container ul li {} .menu-container ul li a {
    font-size: 1.1em;
    color: #4c4943;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* Effect 7: second border slides up */

.nav-item a {
    padding: 12px 10px 10px;
    color: #566473;
    text-shadow: none;
    font-weight: 700;
}
.nav-item a::before,
.nav-item a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #566473;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);
}
.nav-item:nth-child(6n) a:before {
    background-color: #e74c3c;
}
.nav-item:nth-child(6n+1) a:before {
    background-color: #3498db;
}
.nav-item:nth-child(6n+2) a:before {
    background-color: #f39c12;
}
.nav-item:nth-child(6n+3) a:before {
    background-color: #1abc9c;
}
.nav-item:nth-child(6n+4) a:before {
    background-color: #8e44ad;
}
.nav-item:nth-child(6n+5) a:before {
    background-color: #d35400;
}
.nav-item:nth-child(6n) a:after {
    background-color: #e74c3c;
}
.nav-item:nth-child(6n+1) a:after {
    background-color: #3498db;
}
.nav-item:nth-child(6n+2) a:after {
    background-color: #f39c12;
}
.nav-item:nth-child(6n+3) a:after {
    background-color: #1abc9c;
}
.nav-item:nth-child(6n+4) a:after {
    background-color: #8e44ad;
}
.nav-item:nth-child(6n+5) a:after {
    background-color: #d35400;
}
.nav-item a::after {
    opacity: 0;
    -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: top 0.3s, opacity 0.3s, transform 0.3s;
}
.nav-item a:hover::before,
.nav-item a:hover::after,
.nav-item a:focus::before,
.nav-item a:focus::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.nav-item a:hover::after,
.nav-item a:focus::after {
    top: 0%;
    opacity: 1;
}
.tp-loader {
    display: none;
}
.tp-caption {
    font-weight: 700 !important;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 1px 1px 1px #000;
}
/*=======================================================
      SLIDER
========================================================*/

.home-slider {
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
}
/*=======================================================
      ABOUT US
========================================================*/

#about-us {
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 0px;
}
#about-us .sector {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}
#about-us .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 30px;
}
#about-us .b-icon {
    float: left;
    width: 100%;
    height: 95px;
    background-image: url(../images/baby.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}
#about-us .description {
    font-family: 'Roboto Slab', serif;
    padding-bottom: 60px;
}
#about-us .outer {} #about-us .outer .inner {} #about-us .op-hours {
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 30px;
    border: solid 10px #ecf0f1;
}
#about-us .op-hours .sct {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 25px;
}
#about-us .op-hours .sct .s-icon {
    font-size: 1.714em;
    color: #ab4b9c;
    float: left;
    width: auto;
    height: auto;
    line-height: 24px;
}
#about-us .op-hours .sct .op-title {
    font-size: 1.286em;
    font-weight: normal;
    color: #646464;
    line-height: 24px;
    text-transform: uppercase;
    padding-left: 30px;
}
#about-us .op-hours .details {
    float: left;
    width: 100%;
    height: auto;
}
#about-us .op-hours .details .op-day {
    font-size: 1.143em;
    font-weight: 300;
    color: #646464;
    float: left;
    font-family: 'Nunito', sans-serif;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    border-bottom: solid 1px #646464;
    padding-top: 15px;
}
#about-us .op-hours .details .align-right {
    float: right;
}
#about-us .points {
    float: left;
    width: 100%;
    height: auto;
}
#about-us .points ul {
    padding: 0;
}
#about-us .points .title {
    font-size: 1.571em;
    font-weight: normal;
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
    text-transform: none;
    padding-bottom: 30px;
}
#about-us .points .title span {
    color: #ab4c9c;
}
#about-us .points .description {
    color: #646464;
    font-family: 'Nunito', sans-serif;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}
#about-us .points li {
    float: left;
    list-style: none;
    margin-bottom: 20px;
    width: 100%;
}
#about-us .points li:last-child {
    margin-bottom: 0;
}
#about-us .points ul li .icon {
    font-size: 0.714em;
    float: left;
    width: 20px;
    height: 20px;
    background-color: #19b99a;
    text-align: center;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    display: table;
}
#about-us .points li .icon i {
    display: table-cell;
    vertical-align: middle;
}
#about-us .points li .point-title {
    font-size: 1.2em;
    font-weight: 400;
    color: #646464;
    float: left;
    line-height: 20px;
    padding-left: 13px;
}
#about-us .points ul li .icon .point-title {} #about-us .image {
    float: left;
    width: 100%;
    height: auto;
    border: solid 3px #ecf0f1;
}
#about-us .image img {
    float: left;
    width: 100%;
    height: auto;
}
/*=======================================================
      SERVICES
========================================================*/

#services {
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 0px;
    padding-bottom: 100px;
}
#services .sector {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}
#services .sector .title {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
}
#services .description {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 60px;
}
#services .outer {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 25px;
}
#services .inner {
    background-color: #f35c9f;
    border-color: #f35c9f;
    color: #f3f3f3;
    padding: 0;
}
#services .inner.inn1 {
    background-color: #19b99a;
    border-color: #19b99a;
}
#services .inner.inn2 {
    background-color: #16a085;
    border-color: #16a085;
}
#services .inner.inn3 {
    background-color: #8e44ad;
    border-color: #8e44ad;
}
#services .inner.inn4 {
    background-color: #9b59b6;
    border-color: #9b59b6;
}
#services .inner .separator_top {
    margin-bottom: 0px;
}
#services .inner.one .separator_top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 25px 0 0 1rem;
    border-left-width: inherit;
    top: -24px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: 0;
    position: absolute;
    z-index: 9;
}
#services .inner .icon {
    font-size: 48px;
    font-weight: normal;
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    line-height: 48px;
    padding-top: 30px;
}
#services .inner .title {
    font-size: 1.429em;
    font-weight: normal;
    color: #fff;
    float: left;
    text-align: center;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}
#services .inner .separator_top {
    border-style: solid;
    border-left-width: 305px;
    background-color: inherit;
    border-color: inherit;
}
#services .inner .separator_top:last-child {
    border-left-width: 298px;
}
#services .inner.two .separator_top {
    border-left-width: 290px;
}
#services .inner.two .separator_top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 25px 0 0 1rem;
    border-left-width: inherit;
    top: -24px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    right: 0;
    position: absolute;
    z-index: 9;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#services .inner .separator_bottom {
    background-color: inherit;
    border-color: inherit;
    background-color: inherit;
    border-color: inherit;
    border-style: solid;
    border-left-width: 305px;
}
#services .inner.one .separator_bottom:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 25px 0 0 1rem;
    border-left-width: inherit;
    bottom: -24px;
    border-left-color: transparent;
    border-right-color: transparent;
    left: 0;
    position: absolute;
    z-index: 9;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#services .inner.two .separator_bottom {
    margin-bottom: 0;
    border-left-width: 290px;
}
#services .inner.two .separator_bottom:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 25px 0 0 1rem;
    border-left-width: inherit;
    bottom: -24px;
    border-left-color: transparent;
    border-right-color: transparent;
    right: 0;
    position: absolute;
    z-index: 9;
}
/*=======================================================
      MEMBERS
========================================================*/

#members {
    float: left;
    width: 100%;
    height: auto;
    background-color: #2b0b2d;
}
#members .o-members {
    background: rgba(112, 166, 241, 1);
    background: -moz-linear-gradient(left, rgba(112, 166, 241, 1) 0%, rgba(9, 147, 182, 0.67) 49%, rgba(15, 135, 171, 0.6) 60%, rgba(36, 90, 131, 0.6) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(112, 166, 241, 1)), color-stop(49%, rgba(9, 147, 182, 0.67)), color-stop(60%, rgba(15, 135, 171, 0.6)), color-stop(100%, rgba(36, 90, 131, 0.6)));
    background: -webkit-linear-gradient(left, rgba(112, 166, 241, 1) 0%, rgba(9, 147, 182, 0.67) 49%, rgba(15, 135, 171, 0.6) 60%, rgba(36, 90, 131, 0.6) 100%);
    background: -o-linear-gradient(left, rgba(112, 166, 241, 1) 0%, rgba(9, 147, 182, 0.67) 49%, rgba(15, 135, 171, 0.6) 60%, rgba(36, 90, 131, 0.6) 100%);
    background: -ms-linear-gradient(left, rgba(112, 166, 241, 1) 0%, rgba(9, 147, 182, 0.67) 49%, rgba(15, 135, 171, 0.6) 60%, rgba(36, 90, 131, 0.6) 100%);
    background: linear-gradient(to right, rgba(112, 166, 241, 1) 0%, rgba(9, 147, 182, 0.67) 49%, rgba(15, 135, 171, 0.6) 60%, rgba(36, 90, 131, 0.6) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#70a6f1', endColorstr='#245a83', GradientType=1);
    padding: 60px 0px;
}
#members .sector {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}
#members .sector .title {
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 60px;
}
#members .outer {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 95px;
    position: relative;
}
#members .inner {
    float: left;
    width: 100%;
    height: auto;
}
#members .image {
    border: solid 10px #ecf0f1;
    padding: 0;
    float: left;
    width: auto;
    height: auto;
}
#members .image img {
    float: left;
    width: 100%;
    height: auto;
}
#members .content {
    padding-left: 30px;
    padding-top: 47px;
    padding-bottom: 47px;
    float: left;
}
#members .title {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
}
#members .proffesion {
    font-size: 1.286em;
    font-weight: normal;
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}
#members .description {
    font-size: 1em;
    font-weight: 300;
    color: #fff;
}
#members .slick-prev {
    position: absolute;
    right: 152px;
    top: 16px;
    left: auto;
    border: solid 1px #fff;
    text-align: center;
    width: auto;
    height: auto;
    padding: 6px 9px;
    cursor: pointer;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    z-index: 2;
}
#members .slick-next {
    position: absolute;
    top: 16px;
    right: 110px;
    border: solid 1px #fff;
    text-align: center;
    width: auto;
    height: auto;
    padding: 6px 9px;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    z-index: 2;
}
#members .slick-prev:before,
.slick-next:before {
    font-size: 1.857em;
    font-weight: 700;
    color: white;
    font-family: "slick";
    opacity: 0.75;
    line-height: 1;
}
#members .slick-next:hover {
    border: solid 1px #19b99a;
}
#members .slick-prev:hover {
    border: solid 1px #19b99a;
}
/* Global */

.portfolio-section {
    padding-bottom: 40px;
}
/* category filter */

.filter-section {
    padding-top: 60px;
    clear: both;
}
.filter-container {
    text-align: center;
    padding: 20px;
    padding-top: 30px;
}
ul.filter > li > a {
    font-size: 1.35em;
    font-weight: 400;
    color: #1abc9c;
    line-height: 40px;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* Effect 1: Brackets */

ul.filter > li > a::before,
ul.filter > li > a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}
ul.filter > li > a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}
ul.filter > li > a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}
ul.filter > li > a:hover::before,
ul.filter > li > a:hover::after,
ul.filter > li > a:focus::before,
ul.filter > li > a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}
ul.filter > li > a:hover,
ul.filter > li > a:focus {
    text-decoration: none;
    color: #16a085;
    outline: none
}
ul.filter > li.active a {
    color: #111
}
ul.filter > li span {
    font-size: 1.429em;
    color: #ddd;
    display: inline-block;
    margin: 0 5px
}
.filter-section .filter-container .filter > li {
    padding: 0;
    margin: 0
}
.filter-section h1 {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
/* portfolio images */

.portfolio-section figure {
    float: left;
    width: 100%;
    position: relative
}
.portfolio-section figure img {
    width: 100%;
    height: 100%;
}
/* project title under image */

.portfolio-section .article-title {
    font-size: 1.286em;
    float: left;
    text-align: center;
    width: 100%;
    line-height: 24px;
    padding: 10px 0 30px 0;
}
.portfolio-section .article-title a {
    color: #aaa
}
.isotopeSelector {
    padding: 0;
}
/* transparent overlay */

.portfolio-section figure:hover .overlay {
    opacity: 1;
    visibility: visible
}
.portfolio-section figure:hover .overlay-background {
    opacity: .8;
    visibility: visible
}
.portfolio-section figure .overlay-background {
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%
}
.portfolio-section figure .overlay-background .inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #282727;
    /* layer fill content */
    
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSItMS40MjEwODU0NzE1MjAyZS0xNCUiIHkxPSI1MCUiIHgyPSIxMDAlIiB5Mj0iNTAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmYTZmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDk5MWI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjQ1OTgzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    /* gradient overlay */
    
    background-image: -moz-linear-gradient(left, #6fa6f1 0%, #0991b5 50%, #245983 100%);
    /* gradient overlay */
    
    background-image: -o-linear-gradient(left, #6fa6f1 0%, #0991b5 50%, #245983 100%);
    /* gradient overlay */
    
    background-image: -webkit-linear-gradient(left, #6fa6f1 0%, #0991b5 50%, #245983 100%);
    /* gradient overlay */
    
    background-image: linear-gradient(left, #6fa6f1 0%, #0991b5 50%, #245983 100%);
    /* gradient overlay */
}
.portfolio-section figure .overlay {
    z-index: 2;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%
}
.portfolio-section figure .inner-overlay {
    display: table;
    width: 100%;
    height: 100%;
}
.portfolio-section figure .inner-overlay-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 20px 40px;
}
.portfolio-section figure .inner-overlay-content.with-icons {
    text-align: center
}
/* icons inside overlay */

.portfolio-section figure .inner-overlay-content.with-icons a {
    font-size: 3.429em;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 42px;
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    border-radius: 0;
}
/* skew image on hover */

.isotopeSelector img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
.isotopeSelector:hover img {
    -moz-transform: scale(1.5) rotate(2deg);
    -webkit-transform: scale(1.5) rotate(2deg);
    -o-transform: scale(1.5) rotate(2deg);
    -ms-transform: scale(1.5) rotate(2deg);
    transform: scale(1.5) rotate(2deg);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}
.isotopeSelector figure {
    overflow: hidden
}
.isotopeSelector figure {
    height: 100%;
}
/*=======================================================
      SKILLS
========================================================*/

#o-skills {
    float: left;
    width: 100%;
    height: auto;
    background: #ecf0f1;
    padding-top: 60px;
    padding-bottom: 60px;
    background: rgba(0, 36, 83, 1);
    background: -moz-linear-gradient(left, rgba(0, 36, 83, 1) 0%, rgba(125, 39, 79, 0.53) 49%, rgba(153, 40, 78, 0.53) 60%, rgba(255, 43, 75, 0.53) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 36, 83, 1)), color-stop(49%, rgba(125, 39, 79, 0.53)), color-stop(60%, rgba(153, 40, 78, 0.53)), color-stop(100%, rgba(255, 43, 75, 0.53)));
    background: -webkit-linear-gradient(left, rgba(0, 36, 83, 1) 0%, rgba(125, 39, 79, 0.53) 49%, rgba(153, 40, 78, 0.53) 60%, rgba(255, 43, 75, 0.53) 100%);
    background: -o-linear-gradient(left, rgba(0, 36, 83, 1) 0%, rgba(125, 39, 79, 0.53) 49%, rgba(153, 40, 78, 0.32) 60%, rgba(255, 43, 75, 0.32) 100%);
    background: -ms-linear-gradient(left, rgba(0, 36, 83, 1) 0%, rgba(125, 39, 79, 0.53) 49%, rgba(153, 40, 78, 0.32) 60%, rgba(255, 43, 75, 0.32) 100%);
    background: linear-gradient(to right, rgba(0, 36, 83, 1) 0%, rgba(125, 39, 79, 0.53) 49%, rgba(153, 40, 78, 0.53) 60%, rgba(255, 43, 75, 0.53) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#002453', endColorstr='#ff2b4b', GradientType=1);
    background-color: rgba(26, 188, 156, .32);
}
#o-skills .sector {
    width: 50%;
    height: 100%;
    float: left;
    display: table;
    padding: 96px;
}
#o-skills .sector .title {
    font-weight: 700;
    color: #ffffff;
    float: left;
    text-transform: uppercase;
    width: 100%;
    padding: 0;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#o-skills .codeconSkills {} #codeconSkills {
    font-size: 1.429em;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 50%;
    float: left;
}
#codeconSkills img {
    width: 20%;
    height: 10%;
    margin: auto 35%;
    padding: 10px;
}
.codeconSkillbar {
    width: 100%;
    height: 35px;
    position: relative;
    background: white;
    float: left;
    margin-bottom: 30px;
    font-size: 1em;
}
#codeconOne {
    width: 60%;
    animation: Animate-HTML 4s;
    -webkit-animation: Animate-HTML 4s;
    -moz-animation: Animate-HTML 4s;
    -o-animation: Animate-HTML 4s;
    height: 35px;
    position: absolute;
    background-color: #9e4988;
    background-image: -webkit-linear-gradient(left, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
    background-image: -moz-linear-gradient(left, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
    background-image: -o-linear-gradient(left, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
    background-image: -ms-linear-gradient(left, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
    background-image: linear-gradient(to right, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
}
@keyframes Animate-HTML {
    from {
        width: 10px;
    }
    to {
        width: 60%
    }
}
@-webkit-keyframes Animate-HTML {
    from {
        width: 10px;
    }
    to {
        width: 60%
    }
}
@-moz-keyframes Animate-HTML {
    from {
        width: 10px;
    }
    to {
        width: 60%
    }
}
@-o-keyframes Animate-HTML {
    from {
        width: 10px;
    }
    to {
        width: 60%
    }
}
#codeconTwo {
    animation: Animate-CSS 5s;
    -webkit-animation: Animate-CSS 5s;
    -moz-animation: Animate-CSS 5s;
    -o-animation: Animate-CSS 5s;
    width: 70%;
    height: 35px;
    position: absolute;
    background-color: #9e4988;
    background-image: -webkit-linear-gradient(left, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
    background-image: -moz-linear-gradient(left, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
    background-image: -o-linear-gradient(left, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
    background-image: -ms-linear-gradient(left, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
    background-image: linear-gradient(to right, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
}
@keyframes Animate-CSS {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}
@-webkit-keyframes Animate-CSS {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}
@-moz-keyframes Animate-CSS {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}
@-o-keyframes Animate-CSS {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}
#codeconThree {
    animation: Animate-jQuery 5s;
    -webkit-animation: Animate-jQuery 5s;
    -moz-animation: Animate-jQuery 5s;
    -o-animation: Animate-jQuery 5s;
    width: 50%;
    height: 35px;
    position: absolute;
    background-color: #9e4988;
    background-image: -webkit-linear-gradient(left, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
    background-image: -moz-linear-gradient(left, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
    background-image: -o-linear-gradient(left, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
    background-image: -ms-linear-gradient(left, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
    background-image: linear-gradient(to right, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
}
@keyframes Animate-jQuery {
    from {
        width: 10px;
    }
    to {
        width: 50%
    }
}
@-webkit-keyframes Animate-jQuery {
    from {
        width: 10px;
    }
    to {
        width: 50%
    }
}
@-moz-keyframes Animate-jQuery {
    from {
        width: 10px;
    }
    to {
        width: 50%
    }
}
@-o-keyframes Animate-jQuery {
    from {
        width: 10px;
    }
    to {
        width: 50%
    }
}
#codeconFour {
    animation: Animate-JS 4s;
    -webkit-animation: Animate-JS 4s;
    -moz-animation: Animate-JS 4s;
    -o-animation: Animate-JS 4s;
    width: 35%;
    height: 35px;
    position: absolute;
    background-color: #9e4988;
    background-image: -webkit-linear-gradient(left, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
    background-image: -moz-linear-gradient(left, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
    background-image: -o-linear-gradient(left, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
    background-image: -ms-linear-gradient(left, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
    background-image: linear-gradient(to right, rgba(0, 36, 83, .53), rgba(255, 43, 74, .53));
}
@keyframes Animate-JS {
    from {
        width: 10px;
    }
    to {
        width: 35%
    }
}
@-webkit-keyframes Animate-JS {
    from {
        width: 10px;
    }
    to {
        width: 35%
    }
}
@-moz-keyframes Animate-JS {
    from {
        width: 10px;
    }
    to {
        width: 35%
    }
}
@-o-keyframes Animate-JS {
    from {
        width: 10px;
    }
    to {
        width: 35%
    }
}
.codeconSkillArea {
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 35px;
    text-shadow: none;
    text-transform: uppercase;
    z-index: 1;
    position: absolute;
    margin-left: 15px;
}
.PercentText {
    font-size: 1em;
    color: #fff;
    float: right;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 35px;
    text-shadow: none;
    position: relative;
    padding-right: 15px;
    z-index: 3;
}
.parallax {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
}
/*=======================================================
      TESTIMONIALS
========================================================*/

#testimonials {
    float: left;
    width: 100%;
    height: auto;
    background: rgba(112, 166, 241, 1);
    background-image: url(../images/doc1.jpg);
    position: relative;
    z-index: 2;
}
#testimonials:before {
    background: rgba(112, 166, 241, 1);
    content: "";
    background: -moz-linear-gradient(left, rgba(112, 166, 241, 1) 0%, rgba(9, 147, 182, 0.95) 50%, rgba(36, 90, 131, 0.91) 90%, rgba(36, 90, 131, 0.9) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(112, 166, 241, 1)), color-stop(50%, rgba(9, 147, 182, 0.95)), color-stop(90%, rgba(36, 90, 131, 0.91)), color-stop(100%, rgba(36, 90, 131, 0.9)));
    background: -webkit-linear-gradient(left, rgba(112, 166, 241, 1) 0%, rgba(9, 147, 182, 0.95) 50%, rgba(36, 90, 131, 0.91) 90%, rgba(36, 90, 131, 0.9) 100%);
    background: -o-linear-gradient(left, rgba(112, 166, 241, 1) 0%, rgba(9, 147, 182, 0.95) 50%, rgba(36, 90, 131, 0.91) 90%, rgba(36, 90, 131, 0.9) 100%);
    background: -ms-linear-gradient(left, rgba(112, 166, 241, 1) 0%, rgba(9, 147, 182, 0.95) 50%, rgba(36, 90, 131, 0.91) 90%, rgba(36, 90, 131, 0.9) 100%);
    background: linear-gradient(to right, rgba(112, 166, 241, 1) 0%, rgba(9, 147, 182, 0.95) 50%, rgba(36, 90, 131, 0.91) 90%, rgba(36, 90, 131, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#70a6f1', endColorstr='#245a83', GradientType=1);
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
}
#testimonials .sector {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
}
#testimonials .sector .title {
    color: #fff;
    float: left;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}
#testimonials .outer {
    float: left;
    width: 100%;
    height: auto;
}
#testimonials .inner {
    outline: none;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}
#testimonials .inner .image {
    float: left;
    width: 200px;
    height: 200px;
    display: inline-block;
    margin: 0 auto;
    float: none;
}
#testimonials .inner .image img {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    display: block;
    border: 19px solid rgba(0, 0, 0, 0.1);
}
#testimonials .inner .details {
    float: left;
    width: 100%;
    height: auto;
}
#testimonials .inner .details .title {
    font-size: 1.571em;
    font-weight: 300;
    color: #fff;
    float: left;
    line-height: 30px;
    padding-top: 30px;
    width: 100%;
    height: auto;
}
#testimonials .inner .details .proffesion {
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 30px;
    margin: 0;
    width: 100%;
    height: auto;
}
#testimonials .inner .details .description {
    font-size: 1.214em;
    font-weight: 300;
    color: #fff;
    float: left;
    font-family: 'Nunito', sans-serif;
    font-style: italic;
    line-height: 28px;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-right: 150px;
    padding-left: 150px;
}
#testimonials .slick-dots li button {
    width: 50px;
    height: 5px;
}
#testimonials .slick-dots li button:before {
    width: 50px;
    height: 5px;
    color: #fff;
    content: "";
    background: #fff;
    margin-right: 15px;
    opacity: 1;
}
#testimonials .slick-dots li {
    width: 50px !important;
    height: 5px !important;
}
#testimonials .slick-dots li button:hover:before,
#testimonials .slick-dots li button:focus:before {
    opacity: 1;
    background-color: #2b0b2d;
}
#testimonials .slick-dots li.slick-active button:before {
    background-color: #2b0b2d;
}
#testimonials .slick-active li button:before {
    opacity: 1;
    background-color: #2b0b2d;
}
#testimonials .tmx {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    z-index: 999;
    padding-top: 60px;
}
/*=======================================================
      PARTNERS
========================================================*/

#partners {
    float: left;
    width: 100%;
    height: auto;
    background-color: #1c82c3;
    /* padding-top: 60px; */
    /* padding-bottom: 60px; */
    
    position: relative;
}
#partners:before {
    content: "";
    background: -moz-linear-gradient(left, rgba(0, 36, 83, 1) 0%, rgba(255, 43, 75, 0.53) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 36, 83, 1)), color-stop(100%, rgba(255, 43, 75, 0.53)));
    background: -webkit-linear-gradient(left, rgba(0, 36, 83, 1) 0%, rgba(255, 43, 75, 0.53) 100%);
    background: -o-linear-gradient(left, rgba(0, 36, 83, 1) 0%, rgba(255, 43, 75, 0.53) 100%);
    background: -ms-linear-gradient(left, rgba(0, 36, 83, 1) 0%, rgba(255, 43, 75, 0.53) 100%);
    background: linear-gradient(to right, rgba(0, 36, 83, 1) 0%, rgba(255, 43, 75, 0.53) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#002453', endColorstr='#ff2b4b', GradientType=1);
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.32;
}
#partners .outer {
    float: left;
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
}
#partners .inner {
    text-align: center;
}
#partners .image {
    float: none;
    width: 200px;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    float: none;
}
#partners .image img {
    float: left;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
#partners .image img:hover {
    opacity: 0.5;
}
#partners .arrow-left {
    float: left;
    top: 70px;
    position: absolute;
    left: 30px;
    width: 30px;
    height: 30px;
    border: solid 1px #ffffff;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
#partners .arrow-left span {
    line-height: 30px;
    color: #ffffff;
    display: block;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
#partners .arrow-right {
    float: right;
    position: absolute;
    right: 30px;
    top: 70px;
    width: 30px;
    height: 30px;
    border: solid 1px #ffffff;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
#partners .arrow-right span {
    line-height: 30px;
    color: #ffffff;
    display: block;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
#partners .arrow-left:hover {
    background: #fff;
}
#partners .arrow-right:hover {
    background: #fff;
}
#partners .arrow-left span:hover {
    color: #3498db;
}
#partners .arrow-right span:hover {
    color: #3498db;
}
#partners .prt {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
/*=======================================================
      CONTACT
========================================================*/

#contact {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #ecf0f1;
}
#contact .outer {
    float: left;
    width: 100%;
    height: auto;
}
#contact .inner {
    float: left;
}
#contact .icon {
    font-size: 3.429em;
    color: #19b99a;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}
#contact .address {
    font-size: 1.2em;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    width: 100%;
    height: auto;
    padding-left: 70px;
    padding-right: 70px;
}
#contact .phone .mob {
    font-size: 1.2em;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    width: 100%;
    height: auto;
    padding-left: 70px;
    padding-right: 70px;
}
#contact .message .email {
    font-size: 1.2em;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    width: 100%;
    height: auto;
    padding-left: 70px;
    padding-right: 70px;
}
#google-container {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #e7eaf0;
}
#cd-google-map {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}
#cd-google-map address {
    font-size: 0.8125rem;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1em 1em;
    background-color: rgb(52, 152, 219);
    color: #ffffff;
}
#cd-zoom-in,
#cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: rgb(25, 185, 154);
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
    background-color: #12987e;
}
#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}
#cd-zoom-out {
    background-position: 50% -32px;
}
/*=======================================================
      APPOINTMENT
========================================================*/

#appointment {
    float: left;
    width: 100%;
    height: auto;
    background: rgba(112, 166, 241, 1);
    background-image: url(../images/appointment.jpg);
    position: relative;
    z-index: 2;
}
#appointment:before {
    background: rgba(112, 166, 241, 1);
    content: "";
    background: -moz-linear-gradient(left, rgba(112, 166, 241, 1) 0%, rgba(9, 147, 182, 0.95) 50%, rgba(36, 90, 131, 0.91) 90%, rgba(36, 90, 131, 0.9) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(112, 166, 241, 1)), color-stop(50%, rgba(9, 147, 182, 0.95)), color-stop(90%, rgba(36, 90, 131, 0.91)), color-stop(100%, rgba(36, 90, 131, 0.9)));
    background: -webkit-linear-gradient(left, rgba(112, 166, 241, 1) 0%, rgba(9, 147, 182, 0.95) 50%, rgba(36, 90, 131, 0.91) 90%, rgba(36, 90, 131, 0.9) 100%);
    background: -o-linear-gradient(left, rgba(112, 166, 241, 1) 0%, rgba(9, 147, 182, 0.95) 50%, rgba(36, 90, 131, 0.91) 90%, rgba(36, 90, 131, 0.9) 100%);
    background: -ms-linear-gradient(left, rgba(112, 166, 241, 1) 0%, rgba(9, 147, 182, 0.95) 50%, rgba(36, 90, 131, 0.91) 90%, rgba(36, 90, 131, 0.9) 100%);
    background: linear-gradient(to right, rgba(112, 166, 241, 1) 0%, rgba(9, 147, 182, 0.95) 50%, rgba(36, 90, 131, 0.91) 90%, rgba(36, 90, 131, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#70a6f1', endColorstr='#245a83', GradientType=1);
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
}
#appointment .apnt {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    padding-top: 60px;
    z-index: 2;
    position: relative;
}
#appointment .sector {
    float: left;
    width: 100%;
    height: auto;
}
#appointment .sector .title {
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
}
#appointment .sector .description {
    font-size: 1.286em;
    color: #fff;
    float: left;
    font-family: 'Roboto Slab', serif;
    line-height: 14px;
    text-align: center;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
}
#form-main {
    width: 100%;
    float: left;
    padding-top: 0px;
}
#form-div {
    width: 100%;
    float: left;
    height: auto;
}
#form-div .form p {
    float: left;
    width: 50%;
    height: auto;
    padding-right: 30px;
    margin-bottom: 30px;
}
#form-div .form p:nth-child(even) {
    padding-right: 0;
}
#form-div .form .text {
    width: 100%;
    padding-right: 0;
}
#form-div .form p input {} #form-div .date-time {
    padding-bottom: 6px;
    padding-top: 6px;
}
#datetimepicker4 {
    height: 50px;
}
#sel1 {
    height: 50px;
}
#form-div .validate {} .feedback-input {
    font-size: .90em;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    border-radius: 0;
    line-height: 22px;
    padding: 13px 13px 13px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #fff;
    background: transparent;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.feedback-input option {
    color: #5fa3db;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: white;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: white;
}
:-ms-input-placeholder {
    /* IE 10+ */
    
    color: white;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: white;
}
.feedback-input:focus {
    background: transparent;
    box-shadow: 0;
    border: solid 1px #2c3e50;
    color: #fff;
    outline: none;
    padding: 13px 13px 13px 30px;
}
.focused {
    color: #30aed6;
    border: #30aed6 solid 3px;
}
/* Icons ---------------------------------- */

#name {
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}
#name:focus {
    background-size: 30px 30px;
    background-position: 8px 5px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}
#email {
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}
#email:focus {
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}
#comment {
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
    width: 100%;
}
textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize: vertical;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
    background-color: transparent;
}
.submit {
    float: right;
    width: 165px;
    height: 58px;
}
#button-blue {
    font-size: 1.286em;
    font-weight: 400;
    color: #5d5d5d;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    width: 100%;
    border: #fbfbfb solid 4px;
    cursor: pointer;
    background-color: #ffffff;
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -4px;
}
#button-blue:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.submit:hover {
    color: #ffffff;
}
.ease {
    width: 0px;
    height: 62px;
    background-color: #40e2c3;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}
.submit:hover .ease {
    width: 100%;
    background-color: #19b99a;
}
/*=======================================================
      BOTTOM
========================================================*/

#bottom {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #222222;
}
#bottom .inner {
    float: left;
}
#bottom .image {
    float: left;
    width: auto;
    height: auto;
}
#bottom .image img {
    float: left;
    width: auto;
    height: auto;
}
#bottom .copyright {
    font-size: 1em;
    color: #fff;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 49px;
    text-align: center;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
#bottom .social-icon {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 4px;
}
#bottom .social-icon .icons {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#bottom .social-icon .icons li {
    float: left;
    list-style: none;
}
#bottom .social-icon ul {
    float: left;
    width: 100%;
    height: auto;
    padding-left: 0;
}
#bottom .social-icon ul li {
    float: left;
    /* margin-right: 8px; */
    
    list-style: none;
    margin-right: 15px;
}
#bottom .social-icon ul li:last-child {
    margin-right: 0;
}
#bottom .social-icon ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 1.143em;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #fff;
}
#bottom .social-icon ul li a:hover {
    background-color: #19b99a;
    color: #ffffff;
    border: solid 1px #19b99a;
}
#bottom .social-icon ul li .facebook {} #bottom .social-icon ul li .facebook i {} #bottom .social-icon ul li .twitter {} #bottom .social-icon ul li .twitter i {} #bottom .social-icon ul li .linkedin {} #bottom .social-icon ul li .linkedin i {} #bottom .social-icon ul li .dribbble {
    border-right: transparent;
}
#bottom .social-icon ul li .dribbble {
    border-right: transparent;
}
#bottom .social-icon ul li .dribbble {
    border-right: transparent;
}
/* Responsive menus */

@media (min-width: 1200px) {} @media only screen and (min-width: 1170px) {
    #google-container {
        height: 330px;
    }
    #members .outer {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 1024px) {
    #members .outer {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 1200px) {
    #services .inner .separator_top {
        border-left-width: 250px;
    }
    #services .inner .separator_bottom {
        border-left-width: 250px;
    }
    #services .inner.two .separator_top {
        border-left-width: 240px;
    }
    #services .inner.two .separator_bottom {
        border-left-width: 240px;
    }
}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    #services .inner .separator_top {
        border-left-width: 194px;
    }
    #services .inner .separator_bottom {
        border-left-width: 190px;
    }
    #services .inner.two .separator_top {
        border-left-width: 184px;
    }
    #services .inner.two .separator_bottom {
        border-left-width: 184px;
    }
    #members .content {
        padding-left: 15px;
    }
    #members .outer {
        padding: 0;
    }
    #members .image {
        width: 100%;
    }
    #members .slick-next {
        bottom: 0;
        top: 100%;
        right: 20px;
    }
    #members .slick-prev {
        top: 100%;
        right: 71px;
    }
    .nav-item a::before,
    .nav-item a::after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    .contact-top {
        display: flex;
        justify-content: center;
        padding-top: 5px;
        position: relative;
    }
    .left {
        float: left;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    .contact-top ul {
        float: left;
        width: 100%;
        height: auto;
        padding-left: 0;
    }
    .contact-top ul li {
        float: left;
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
    }
    .contact-top ul li:last-child {
        padding-bottom: 0;
    }
    .contact-top .social-icon ul li {
        width: auto;
        display: inline-block;
        justify-content: initial;
        padding: 10px;
    }
    .contact-top .social-icon ul {
        display: flex;
        justify-content: center;
    }
    #services {
        padding-top: 0px;
    }
}
@media (min-width: 992px) {
    .header .navbar-nav-right {
        float: right
    }
    .page-on-scroll .header .navbar {
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.7, 1, .7, 1);
        padding-top: 0;
    }
    .page-on-scroll .header .logo-img-active,
    .page-on-scroll .header .logo-img-main {
        transition-duration: .4s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.7, 1, .7, 1)
    }
    .page-on-scroll .header .logo-img-main {
        display: none
    }
    .page-on-scroll .header .logo-img-active {
        display: inline-block
    }
    .page-on-scroll .header .nav-item-child {
        color: #4c4943;
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    }
    #members .outer {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    .page-on-scroll .header {
        position: fixed;
    }
    .header {
        background: #ecf0f1;
        margin-bottom: 0;
        position: relative;
    }
    .header .navbar-toggle {
        display: block;
        margin-top: 40px;
    }
    .header .navbar-collapse.collapse {
        display: none!important
    }
    .header .navbar-collapse.collapse.in {
        display: block!important
    }
    .header .nav-collapse {
        padding-left: 0;
        padding-right: 0
    }
    .header .navbar-nav {
        margin: 0;
        float: none;
        padding-top: 0px;
    }
    .header .navbar-nav .nav-item {
        float: none
    }
    .header .menu-container:after,
    .header .menu-container:before {
        content: " ";
        display: table
    }
    .header .menu-container:after {
        clear: both
    }
    .header .logo .logo-img-main {
        display: none
    }
    .header .logo .logo-img-active {
        display: inline-block
    }
    .header .nav-item-child {
        color: #4c4943;
        line-height: 1.4;
        padding: 12px 12px 12px 15px;
    }
    .header .nav-item-hover:after {
        position: absolute;
        top: 19px
    }
    #contact .inner {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header .navbar {
        margin-bottom: 0;
        padding-top: 0;
    }
    .navbar-header {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-bottom: 0px;
    }
    .navbar-right {
        width: 100%;
        margin-right: 0 !important;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .navbar-out-top {
        position: fixed !important;
    }
    .navbar-default {
        position: relative;
        background: #2c3e50;
        margin-bottom: 0;
    }
    .header .nav-item-child {
        font-size: 0.929em;
        padding: 12px 12px 12px 12px;
        text-align: center;
    }
    #o-skills .sector {
        width: 100%;
        padding-top: 0;
        padding-bottom: 60px;
    }
    #codeconSkills {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    #appointment {
        /* padding-left: 15px; */
        /* padding-right: 15px; */
    }
    #appointment .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    #about-us .outer .inner {
        float: left;
        padding-bottom: 30px;
        width: 100%;
        height: auto;
    }
    #about-us .outer .inner:last-child {
        padding-bottom: 0;
    }
    #contact .inner {
        width: 100%;
    }
    #o-skills .sector {}
}
@media (max-width: 767px) {
    .header .menu-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0
    }
    .header .navbar>.container,
    .header .navbar>.container>.nav-collapse {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }
    .header .navbar>.container {
        width: auto
    }
    .nav .scroll {
        text-align: center;
        padding: 10px;
    }
    .nav .scroll a {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.2em !important;
    }
    .navbar-header {} .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 100% !important;
    }
    .main-nav {
        background: rgba(44, 62, 80, 0.9);
        padding-bottom: 30px;
        padding-top: 30px;
        position: relative;
    }
    .main-nav .navbar-brand {
        width: 153px;
        height: 39px !important;
    }
    .main-nav .navbar-brand img {
        width: 100%;
        height: auto;
        outline: none;
    }
    .navbar-out-top {
        position: fixed !important;
    }
    .navbar-default {
        position: relative;
        background: #2c3e50;
        margin-bottom: 0;
    }
    .navbar-fixed-top .navbar-brand {
        width: 153px;
        height: 60px !important;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        margin-left: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !Important;
        margin-top: 0px;
    }
    .navbar-fixed-top .navbar-brand img {
        width: 100%;
        height: 100%;
    }
    .header .navbar {
        padding-top: 0;
        margin-bottom: 0;
    }
    .header .nav-item-child {
        font-size: 0.929em;
        text-align: center;
    }
    #appointment .sector {
        padding-left: 15px;
        padding-right: 15px;
    }
    #testimonials .sector {
        padding-left: 15px;
        padding-right: 15px;
    }
    #gallery .sector {
        padding-left: 15px;
        padding-right: 15px;
    }
    #appointment .sector .title {
        line-height: 36px;
    }
    #testimonials .sector .title {
        line-height: 36px;
    }
    #form-div .form p {
        width: 100%;
        padding-right: 0;
    }
    .submit {
        width: 100%;
    }
    #testimonials .inner .details {
        padding-left: 15px;
        padding-right: 15px;
    }
    .codeconSkillArea {
        font-size: 0.786em !Important;
    }
    .PercentText {
        font-size: 0.786em !Important;
    }
    #appointment .container {
        /* padding-left: 0; */
        /* padding-right: 0; */
    }
    #testimonials .inner .details .description {
        padding-left: 30px;
        padding-right: 30px;
    }
    #contact .inner {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    #contact .inner:last-child {
        padding-bottom: 0;
    }
    #form-main {
        padding-left: 15px;
        padding-right: 15px;
    }
    #about-us .outer .inner {
        float: left;
        padding-bottom: 30px;
        width: 100%;
        height: auto;
    }
    #about-us .outer .inner:last-child {
        padding-bottom: 0;
    }
    #o-skills .sector {
        width: 100%;
        height: auto;
        padding: 0 0 30px 0;
    }
    #codeconSkills {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    #bottom .inner {
        display: table;
    }
    #bottom .image {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .header .logo-wrap {}
}
/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    #services .inner .separator_top {
        display: none;
    }
    #services .inner .separator_bottom {
        display: none;
    }
    #services .inner.two .separator_top {
        display: none;
    }
    #services .inner.two .separator_bottom {
        display: none;
    }
    #services .inner {
        width: 100%;
        float: left;
        height: auto;
    }
    #services .outer {
        padding-top: 0;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    #members .outer {
        padding: 0;
    }
    #members .image {
        width: 100%;
    }
}
/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {} @media only screen and (min-width: 768px) {
    #cd-google-map address {
        font-size: 1.071em;
        font-size: 0.9375rem;
        text-align: center;
    }
    #google-container {
        height: 300px;
    }
    #cd-zoom-in,
    #cd-zoom-out {
        margin-left: 50px;
    }
    #cd-zoom-in {
        margin-top: 50px;
    }
}