/************************************
TESTIMONIALS
************************************/

.testimonial-wrapper {
    padding: 5px 5px 5px 5px
}

.testimonial-box {
    padding: 7px;
    background-color: #f1f6f7;
    border-radius: 4px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(226, 228, 229, 1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(226, 228, 229, 1);
    box-shadow: 5px 5px 20px 10px rgb(192, 192, 192);
    position: relative;
}

.testimonial-box h4 {
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.testimonial-box .lead {
    font-style: italic;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 300;
    margin-bottom: 0;
}

.testimonial-wrapper img {
    width: 36px;
    margin: 10px 10px 0px 30px;
}

.testimonial-box:after {
    top: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(240, 241, 242, 0);
    border-top-color: #f1f6f7;
    border-width: 20px;
    margin-left: -20px;
}








.section {
    background-color: #ffffff;
    padding: 0rem 0;
    position: relative;
    display: block;
    overflow: hidden;
}



/************************************
MISC
************************************/

.btn-primary {
    padding: 10px 40px;
}

.btn-transparent {
    border: 2px solid #111;
    font-size: 16px;
    padding: 10px 40px;
}

.btn-light {
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.section.db .btn-transparent:focus,
.section.db .btn-transparent:hover {
    color: #ffffff !important;
}

.btn-default {
    background: #000000;
    color: white;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    padding: 12px 40px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    vertical-align: top;
    border-radius: 100px !important;
}

.btn i {
    padding-left: 10px;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:focus,
.btn-default:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn {
    border-radius: 500px;
}

.form-control {
    box-shadow: none !important;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.contactv2 {
    margin-bottom: 42px;
}

.small-box i {
    font-size: 54px;
    color: #232323;
    padding-bottom: 35px;
    display: block;
}

.small-box h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 22px;
    padding-bottom: 0;
    line-height: 1;
}

.small-box small {
    font-size: 18px;
    margin: 5px 0;
    display: block;
}

.small-box a {
    margin-top: 15px;
    display: block;
    font-weight: 600;
    font-size: 18px;
}

.contactform .form-control {
    background-color: #f0f1f2;
    height: 45px;
}

.bootstrap-select.btn-group .dropdown-menu {
    border-color: #ededed;
    box-shadow: none;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > li a {
    padding: 7px 20px;
}

.bootstrap-select .dropdown-menu > li:hover > a {
    background-color: #f0f1f2;
}

.bootstrap-select .btn-default.active.focus,
.bootstrap-select .btn-default.active:focus,
.bootstrap-select .btn-default.active:hover,
.bootstrap-select .btn-default.focus:active,
.bootstrap-select .btn-default:active:focus,
.bootstrap-select .btn-default:active:hover,
.bootstrap-select .open > .dropdown-toggle.btn-default.focus,
.bootstrap-select .open > .dropdown-toggle.btn-default:focus,
.bootstrap-select .open > .dropdown-toggle.btn-default:hover,
.bootstrap-select .btn {
    background-color: transparent !important;
    background: none !important;
    border-radius: 0 !important;
    color: #787878 !important;
    font-size: 14px;
    font-weight: 300;
    box-shadow: none !important;
    opacity: 0.8;
    padding: 12px 14px;
    text-shadow: none;
}

.contactform textarea.form-control {
    height: 140px;
}

.contact-details li {
    position: relative;
    list-style: none;
    margin-bottom: 9px;
    border-bottom: 1px dotted #eee;
    padding-bottom: 9px;
}

.contact-details li:last-child {
    border-bottom: 0;
}

.contact-details li i {
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
}

.contact-details ul {
    padding: 0;
}

.contact-details h3 {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.notfound h2 {
    font-weight: bold;
    font-size: 210px;
    padding: 0;
    margin: 0 0 30px;
    line-height: 1;
}

.notfound .calculateform {
    background-color: #f0f1f2;
}

#map {
    height: 400px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.mapv2 {
    padding: 10px;
    background-color: #f0f1f2;
    border: 1px solid #eee;
}

#map img {
    max-width: inherit;
}

.loader {
    margin-left: 10px;
}

.map {
    position: relative;
}

.map .row {
    position: relative;
}

.infobox img {
    width: 100% !important;
}

.map .searchmodule {
    padding: 18px 10px;
}

.infobox {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    width: 260px;
    z-index: 100;
}

.infobox .title {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

/************************************
COLORS
************************************/

.NotGeneric-CallToAction:hover,
.tp-caption.NotGeneric-CallToAction:hover,
.NotGeneric-CallToAction,
.tp-caption.NotGeneric-CallToAction {
    color: #3ac5c8 !important;
    border-color: #3ac5c8 !important;
}

.owl-theme .owl-nav [class*="owl-"],
.navbar-right .yamm-content li:hover a,
.icon-wrapper i,
.center-pricing .nav-tabs > li.active > a,
.center-pricing .nav-tabs > li.active > a:focus,
.center-pricing .nav-tabs > li.active > a:hover,
.center-pricing .nav-tabs > li > a,
.service-wrapper i,
.about-widget i::before,
.service-wrapper:hover,
.lightcasestudies .case-box:hover .case-link,
.navbar-nav > li > .dropdown-menu,
.btn-transparent,
.quoteform:hover,
.service-box:hover,
.feature-list hr,
.navbar-default .navbar-nav > .active > a,
.form-control:focus {
    border-color: #3ac5c8;
}

.NotGeneric-CallToAction,
.tp-caption.NotGeneric-CallToAction,
.owl-theme .owl-nav [class*="owl-"],
.icon-wrapper i,
.design-title small,
.section-title small,
.lightcasestudies .case-box:hover .case-link i,
.testimonial-wrapper small,
.book-details small,
a,
.notfound .lead,
.normalhead .lead,
.topbar a:hover,
.topbar i,
.yamm-content li:hover a,
.feature-list li:before,
.btn-transparent,
.btn-default:focus i,
.btn-default:hover i {
    color: #3ac5c8;
}

.tp-caption.NotGeneric-Title.fstrong,
.NotGeneric-Title.fstrong,
.center-pricing .nav-tabs > li.active > a,
.center-pricing .nav-tabs > li.active > a:focus,
.center-pricing .nav-tabs > li.active > a:hover,
.center-pricing .nav-tabs > li > a,
.calculateform .fa,
.yamm .yamm-content ul li:focus a,
.yamm .yamm-content ul li:hover a {
    color: #3ac5c8 !important;
}

.center-pricing .nav-tabs > li:focus a,
.center-pricing .nav-tabs > li:hover a,
.circle-detail .progress-bar span,
.progress-bar-striped,
.progress-striped .progress-bar,
.topbar .dropdown-menu li:hover a,
.topbar .dropdown-menu li:focus a {
    background-color: #3ac5c8;
}

.tp-caption.NotGeneric-Title.fstrong,
.NotGeneric-Title.fstrong,
.feature-seo i,
a:hover,
a:focus {
    color: #24afb2;
}

.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-nav [class*="owl-"]:focus,
.newsletter-widget .btn {
    background: #3ac5c8 !important
}

/************************************
GRADIENT
************************************/

.icon-center,
.quoteform.lightform,
mark,
.magnifier,
.milestone-counter,
.bgcolor,
.skills-wrapper .progress-bar,
.customtitle,
.site-header.colorfulheader,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.contact-details li i,
.calculateform .btn,
.case-box:hover,
.section-title hr,
.footer.primary-footer,
.btn-primary,
.navbar-right .lastlink,
.section.cl,
.grd1 {
    border: 0;
    color: #ffffff;
    background: #3ac5c8;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #3ac5c8 1%, #0b509e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #3ac5c8 1%, #0b509e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: rgb(40, 153, 184);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3ac5c8', endColorstr='#0b509e', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.navbar-right .lastlink:hover,
.navbar-right .lastlink:focus,
.btn-primary:hover,
.btn-primary:focus {
    background: #0b509e;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #0b509e 1%, #3ac5c8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #0b509e 1%, #3ac5c8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #0b509e 1%, #3ac5c8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0b509e', endColorstr='#3ac5c8', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.service-wrapper i,
.about-widget i::before,
.case-details small,
.category-widget li:before,
.service-box i {
    background: -webkit-linear-gradient(#3ac5c8, #0b509e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-transparent .lastlink {
    background: none !important;
    border: 1px solid #fff !important;
}

