@charset "utf-8";

/*
Copyright (c) 2017
[Master Stylesheet]
Theme Name : Home Security
Version    : 1.0
Author     : UISuMo Team
Author URI : https://uisumo.com/
Support    : uisumo@gmail.com
*/


/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Genaral Styles (Typography)
## Buttons & Links
##Forms
##Primary Navbar
##Footer
##Hero Header
##Social share #Component
##Testimonial Card #COMPONENT
##Partners Slider
##Call To Action
--------------------------------------------------------------*/

/*Typo
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #575757;
}


/* ----------------------------------
Genaral Styles - Global Components
---------------------------------- */
/* colors & backgrounds */
.text-primary{color: #37d679 !important}
.text-secondary{color: #5738ad !important;}
.bg-primary{background-color: #37d679 !important}
.bg-gray{background-color:  #f6f6f6 !important}
.bg-secondary{background-color:  #3b597d!important;}

.white{color: white !important;}
.bg-white{background-color: white !important;}
/* Typhography */

p {
    font-size: 14px;
    color: #575757;
    font-weight: 400;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}
h1,h2,h3,h4,h5,h6,.btn{font-family: 'Roboto', sans-serif;}
@media(max-width:768px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
}

@media(max-width:992px) {
    h1 {
        font-size: 30px;
    }
}

/* paddings and margins */
.pt-115{padding-top:115px}
.pt-240{padding-top:240px}
.pb-115{padding-bottom:115px}
.section-heading{margin-bottom: 35px}
.section-heading h1{color:  #333333; }
.section-heading h1{color:  #333333; }
.section-heading p{color:  #777777;max-width: 627px;display: block;margin-left: auto;margin-right: auto;
    font-size: 16px;/*  */
    font-weight: 300;margin-top: 10px;margin-bottom: 0
}
@media(max-width:992px){
    .pt-115{padding-top:80px}
    .pb-115{padding-bottom:80px}
}
@media(max-width:768px){
    .pt-115{padding-top:40px}
    .pb-115{padding-bottom:40px}
    .section-heading h1{font-size: 26px;}
}

/* ----------------------------------
Buttons
---------------------------------- */

.btn {
    font-size: 14px;/*  */
    font-weight: 500;
    text-align: center;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;padding: 10px 25px;border-radius: 5px;text-transform: uppercase;
}
.btn-lg {
    padding: .76rem 2.5rem;
    font-size: 14px;
    line-height: 1.7;
}
.btn-radius{border-radius: 27px;}

.btn-primary {
    background-color: #37d679;
    border-color: #37d679;
    color: #ffffff;
}
.btn-secondary {
    background-color:  #5738ad;
    border-color:  #5738ad;
    color: #ffffff;
}
.btn-info {
    background-color:  #3b597d;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #37d679; border-color: #37d679;
    color: #ffffff;
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
}
.btn-white{background: #fff;color: #37d679}
.btn-outline-primary{border-color:  #37d679;color: #37d679;}
.btn-outline-primary:hover{border-color:  #37d679;background-color:  #37d679;color: #fff}

@media(max-width:500px) {
    .btn-mobile {
        width: 100%
    }
}

.ul {
    padding: 0;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0px;
}

a {  color:  #37d679;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}
.uppercase{text-transform: uppercase}
.white-label{color:  #ffffff;
    font-size: 13px;
    font-weight: 500;}
@media(max-width:768px){
    .white-label{
        display: block;width: 100%;text-align: center;
    }
}

/* ----------------------------------------
Forms
---------------------------------------- */
.form-control{
    border-radius:0;
    border-color:  #fff;height: 48px;padding-left: 20px;
}
textarea.form-control{height: auto}
.btn-submit{border-style: solid;
    border-width: 2px;
   min-width: 150px;}
/* ----------------------------------------
Navigation
---------------------------------------- */
.navbar{ padding: 1.1rem 1rem;}
.navbar-expand-lg .navbar-nav .nav-link {
    color:  #333333;
    font-weight: 600;
    font-size: 14px; transition: all .25s ease;text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#37d679;
}
@media(min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;

        font-size: 18px;/*  */

    }
    .nav-btn{margin-left: 20px;min-width:127px;}
}
.btns-list>li{display: inline-block;margin:10px 0;}
.btns-list>li+li{margin-left: 20px;}

.dropdown-menu{border-radius: 0 !important}
.nav-link.nav-social-link {
    display: inline-block;
    padding-left: .3rem !important;
    padding-right: .3rem !important;
}

/* ----------------------------------------
Hero Header
---------------------------------------- */

header {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url("../images/background.png");
    background-position: center;
    color: white;
    background-size: cover;
}

header .header-content {
    padding: 150px 0 50px;
    position: relative;
}

header .header-content .header-content-inner {
    position: relative;
}

header .header-content .header-content-inner h1 {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 51px;
    font-weight:700;
    line-height: 60px
}

header .header-content .header-content-inner h1 span {
    color: #ff6060;
}

.hero-subhead {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 845px;
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (min-width: 768px) {
    header {
        min-height: 100%;
    }
    header .header-content {
        text-align: left;
        padding: 0;
        height: 100vh;
        text-align: center;
    }
    header .header-content .header-content-inner {
        max-width: none;
        margin: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
    }
    header .header-content .header-content-inner h1 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 992px) {
    header .header-content .header-content-inner h1 {
        font-size: 52px;
        line-height: 63px;margin-top: 40px;
    }
}

@media (max-width: 768px) {
    header .header-content {
        text-align: center;
    }
    .hero-subhead {
        font-size: 16px;
    }
    header .header-content .header-content-inner h1 {
        font-size: 34px;
        line-height: initial;
    }
    .navbar-default .navbar-offcanvas {
        background-color: #151515;
    }
}

.list-inline>li{display: inline-block;margin: 5px}
.list-inline>li .btn{min-width: 159px; }

@media(max-width:768px){
    .logo{max-width: 180px;}.navbar-light .navbar-toggler {
        border: 0 !important;
    }
}
/* --------------------------------------------------
Preloader
-------------------------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#status {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 75px;
    height: 100px;
}

.cp-balls {
    -webkit-animation: cp-balls-animate 1s linear infinite;
    animation: cp-balls-animate 1s linear infinite;
}

.cp-spinner {
    width: 48px;
    height: 48px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.cp-balls {
    -webkit-animation: cp-balls-animate 1s linear infinite;
    animation: cp-balls-animate 1s linear infinite
}

.cp-balls:before {
    border-radius: 50%;
    content: " ";
    width: 24px;
    height: 24px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #151515;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cp-balls-animate-before 1s ease-in-out infinite;
    animation: cp-balls-animate-before 1s ease-in-out infinite
}

.cp-balls:after {
    border-radius: 50%;
    content: " ";
    width: 24px;
    height: 24px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ff6060;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-animation: cp-balls-animate-after 1s ease-in-out infinite;
    animation: cp-balls-animate-after 1s ease-in-out infinite
}

@-webkit-keyframes cp-balls-animate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes cp-balls-animate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes cp-balls-animate-before {
    0% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px)
    }
}

@keyframes cp-balls-animate-before {
    0% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px)
    }
}

@-webkit-keyframes cp-balls-animate-after {
    0% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px)
    }
}

@keyframes cp-balls-animate-after {
    0% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px)
    }
}

/* Table list view layout */
.table-list{display: table;width:100%}
.table-list .table-list-item{display: table-cell}
@media(max-width:768px){
    .table-list{display: block;}
    .table-list .table-list-item{display: block;margin: 30px;}
}
/*Price Tables*/
.bg-last{
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url(../images/bg-last.png);
    background-position: center;
    color: white;
    background-size: cover;
}.price-bg{
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url(../images/bg-price.png);
    background-position: center;
    color: white;
    background-size: cover;
}
.stat-box h2{
    color:  #ffffff;margin: 0;
    font-size: 50px;/*  */
    font-weight: 400
}
.stat-box p{
    color:  #ffffff;
    font-size: 15px;/*  */
    font-weight: 400;margin: 0;}
/*--------------------
Price Table
----------------------*/

.cs-price-table {

    box-sizing: border-box;
    background-color: #ffffff;
    max-width: 350px;
    display: block;
    margin: auto;
}

.cs-price-head {
    color: #101010;padding: 40px 20px;
    text-align: center;
}
.cs-price-head.highlight{
    margin-top: 0;
}


.cs-price-head h4 {
    color:  #3b597d;
    font-size: 23px;/*  */
    font-weight: 500;
}
.cs-price-head small {
    font-size: 13px;
    color: #101010;
    font-weight: 500;
}
.cs-price-head h2 {
    color:#101010;
    font-size: 47px;/*  */
    margin: 30px 0 0;
    font-weight: 700;
}

.cs-price-head h5 {
    color:  #969595;
    font-size: 13px;
    font-weight: 400;
}

.cs-rotate {
    height: 60px;
    background: green;
}

.cs-price-head img {
    width: 100%;
}

.cs-price-table ul>li {
    color:  #777777;
    font-size: 16px;/*  */
    font-weight: 400;
    line-height: 26px;
    padding: 15px 40px;

    border-top: 1px dashed #e4e4e4;;
}

.cs-price-table .btn {
    margin-top: 30px;
    margin-bottom: 50px;
    display: inline-block;
}
.cs-price-popular{
    color:  #ffffff;
    font-size: 13px;
    font-weight: 500;background-color:  #44bbff;
    height: 42px;width: 100%;
    text-align: center;text-transform: uppercase;
    padding: 12px 4px;
    margin-bottom: 3px;
}

@media(max-width:768px) {
    .cs-price-table {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .cs-price-head {
        padding: 10px;
    }
    .cs-price-head h2{
        font-size: 40px;margin: 20px 0 10px;
    }
    .cs-price-table ul>li {
        padding:8px 15px;
    }
    .cs-price-table .btn {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .cs-price-head img {
        height: 20px;
    }
}

/* --------------------------------------------------
Call to action
-------------------------------------------------- */

/* call to action */
.cs-call-action1{
    background: url(../images/bg-pattren.png);
    background-position: center;background-size: cover;
    padding: 100px 0 110px;
}
.cs-call-action1 h2{color:  #ffffff;
    font-size: 32px;/*  */
    font-weight: 500;margin: 0}
.cs-call-action1 h4{color:  #ffffff;margin: 10px 0;
    font-size: 15px;/*  */
    font-weight: 400;margin-left: auto; margin-right: auto;max-width: 472px;
    line-height: 26px;}
.cs-post-form{margin-top: 60px;}
.cs-post-form .form-control {
    border-radius: 50%;
    height: 55px;
    border-radius: 100px;padding-left: 39px;
    background-color:  #3e3b3b;
    border: solid 1px #3e3b3b;
    display: inline-block;color: #fff;
    width: calc(100% - 238px);
    margin-right: 20px;
}

.cs-post-form button {
    width: 208px;
    display: inline-block;
    height: 55px;
}

@media(max-width:768px) {
    .cs-call-action1 h2{font-size: 26px;}
    .cs-call-action1{padding: 60px 0 70px;}
    .cs-post-form .form-control {
        width: 100%;margin-bottom: 10px;
        margin-right: 0;
    }
    .cs-call-action1 h4{line-height: 22px}
}
/* --------------------------------------------------
Testimonial
-------------------------------------------------- */

/* Carousel */

.testimonials .heading {
    color: #ffffff;
    text-align: center;
    margin-top: 0;
    font-size: 32px;
    font-weight: 500;
}

.testimonials .subhead {
    color: #8d8d8d;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 50px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-control.left {
    left: -60px;
}

#quote-carousel .carousel-control.right {
    right: -60px;
}

#quote-carousel .carousel-indicators {
    position: relative;
    height: 150px;
    /*right: 50%;
    top: auto;
    bottom: -30px;
    margin-right: -19px;*/
}

#quote-carousel .carousel-indicators li {
    width: 79px;
    height: 79px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 100%;
    margin: 5px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    border: 0;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}

#quote-carousel .carousel-indicators .active {
    width: 115px;
    height: 115px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 100%;
    opacity: 1;
    overflow: hidden;
    position: relative;
}

.speech {
    font-weight: normal;
    font-style: italic;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

#quote-carousel .carousel-inner>.item>a>img,
#quote-carousel .carousel-inner>.item>img {
    border-radius: 100%;
}

.client-name {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.client-name small {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

@media(max-width:768px) {
    .carousel-indicators {
        width: 100%;
        margin-left: 0;
        left: 0;
        height: 100px !important;
    }
    #quote-carousel .carousel-indicators li {
        width: 45px;
        height: 45px;
    }
    #quote-carousel .carousel-indicators .active {
        width: 70px;
        height: 70px;
    }
    .testimonials .heading {
        font-size: 26px;
    }
}


/* Owl Slider Styling */

.cs-testimonial-slider.owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    border-radius: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 38px;
    background-color: transparent;
    border: solid 1px #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.13);
    background: #077ce6;
    border-color: #077ce6;
}

.cs-testimonial-slider.owl-theme .owl-prev {
    position: absolute;
    left: 0;
    top: 34%;
}

@media (min-width: 1380px) {
    .cs-testimonial-slider.owl-theme .owl-prev {
        left: -10%;
    }
}

.cs-testimonial-slider.owl-theme .owl-next {
    position: absolute;
    right: 0;
    top: 34%;
}

@media (min-width: 1380px) {
    .cs-testimonial-slider.owl-theme .owl-next {
        right: -10%;
    }
}

.cs-testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #077ce6;
}


/* ----------------------------------------
Event List Media
---------------------------------------- */
.event-bg{
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url(../images/bg-events.png);
    background-position: center;color: #fff;
    background-size: cover;
}
.event-list-media .media{
    background: #fff;padding: 17px 20px;
}
.event-list-media>li+li{margin-top: 25px;}
.event-list-media .event-date{background-color:  #37d679;
    width: 70px;padding: 5px;text-align: center;margin-right: 28px;
    height: 70px;}
.event-list-media .event-date h2{color:  #ffffff;
    font-size: 30px;/*  */
    font-weight: 700;margin:0;}
.event-list-media .event-date p{color:  #ffffff;
    font-size: 14px;/*  */
    font-weight: 400;margin:0;}
.fr{margin-right: 4px;}
.event-list-media .media-body h5{color:  #333333;
    font-size: 20px;/*  */
    font-weight: 400;}
.event-list-media .media-body p{color:  #777777;margin-bottom: 2px;
    font-size: 13px;/*  */
    font-weight: 400;}
.event-list-media .media-body a{font-size: 15px;}
/* ----------------------------------------
Team Cards
---------------------------------------- */


.section-small {
    padding-top: 60px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .section-small {
        padding-top: 140px;
        padding-bottom: 100px;
    }
    .cpl-5{    padding-left: 3rem!important;}
}

.cs-team-card {
    display: block;
    margin: auto;width: 262px;
}
@media(max-width:992px){
    .cs-team-card{margin-bottom: 30px;}
}
.cs-team-image {
    width: auto;
    position: relative;
}
.cs-team-image:after{
    position: absolute;
    bottom: 0;left: 0;
    width: 100%;
    content: "";
    background-color:  #37d679;
    height: 3px;transition: all .5s ease;
}
.cs-team-image:hover:after{
    width: 25%;
}

.cs-team-content {
    padding-top: 30px;
}

.cs-team-content h4 {
    color:  #333333;
    font-size: 22px;
    font-weight: 500;
}

.cs-team-content p {
    color:  #777777;
    font-size: 15px;/*  */
    font-weight: 400;
    margin-top: 9px;
    margin-bottom: 20px;
}


/* Social Share */
.cs-social-share{margin: 0;padding: 0;}
.cs-social-share>li {
    display: inline-block;
    vertical-align: middle;
}

.cs-social-share>li+li {
    margin-left: 5px;
}

.cs-social-share>li>a {
    background-color: #fff;
    width: 39px;
    height: 39px;
    color:  #cacaca;
    font-size: 15px;
    font-weight: 400;
    line-height: 39px;border: 1px solid #cacaca;
    text-align: center;
    display: inline-block;border-radius: 50px;
}

.cs-social-share>li>a:hover {
    color: #fff;
    background: #37d679;border-color: #37d679;
    -webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.13);
}



/* ----------------------------------
Hover Effect
---------------------------------- */

[class^='imghvr-'],
[class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0px;
    max-width: 100%;
    background-color: rgba(253, 108, 29, 0.85);
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

[class^='imghvr-']>img,
[class*=' imghvr-']>img {
    vertical-align: top;
    max-width: 100%;
}

[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
    background-color: rgba(253, 108, 29, 0.85);
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}

[class^='imghvr-'] figcaption h2,
[class*=' imghvr-'] figcaption h2,
[class^='imghvr-'] figcaption h3,
[class*=' imghvr-'] figcaption h3,
[class^='imghvr-'] figcaption h4,
[class*=' imghvr-'] figcaption h4,
[class^='imghvr-'] figcaption h5,
[class*=' imghvr-'] figcaption h5,
[class^='imghvr-'] figcaption h6,
[class*=' imghvr-'] figcaption h6 {
    color: #ffffff;
}

[class^='imghvr-'] a,
[class*=' imghvr-'] a {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}


/* imghvr-zoom-in  */

.imghvr-zoom-in figcaption {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

figcaption {
    text-align: center;
}

figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[class^='imghvr-'] i {
    -webkit-transition: .08s ease !important;
    transition: .08s ease !important;
}

.btn-transparent-primary{background: #fff}
/* Customize*/

.cs-team-card:hover figcaption {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.cs-team-links {
    transform: scale(.6);
    transition: all .8s ease;
}

.cs-team-card:hover .cs-team-links {
    transform: scale(1);
}


/*tabs navpills*/
.nav-pills .nav-link {
    color: #454545;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: .5rem 1.8rem;
}
.nav-pills .nav-link{border-radius: 5px;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #5738ad;
}

/*About*/
.about-content {position: relative}
.about-content h1{color:  #333333;
    font-size: 28px;/*  */
    font-weight: 700;}
.about-content-italic{
    color:  #444444;
    font-size: 14px;/*  */
    font-style: italic;
    line-height: 26px;
}
.about-content-text{
    color:  #777777;
    font-size: 14px;/*  */
    font-weight: 400;
    line-height: 26px;
}
.abt-img{
    background-color:  #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
@media(min-width:992px){
    .abt-img{
        position: relative;top:-160px;padding: 10px;
    }
}
.no-gutter.row{margin-left: 0 !important;margin-right: 0 !important;}
.no-gutter.row .col-lg-6,.no-gutter.row .col-md-6,.no-gutter.row .col-xl-6{padding-left: 0 !important;padding-right: 0 !important;}
.checklist.ul>li {
    display: inline-block;
    margin-right: 25px;color: #444444;font-size: 14px;/*  */
    font-weight: 400;
    line-height: 30px;
}
/*feature-box*/
.feature-box{
    margin-bottom: 30px;


}
.feature-box h1{font-size: 50px;color: #37d679}
.feature-box h4{color:  #444444;
    font-size: 22px;/*  */
    font-weight: 500;}
.feature-box p{color:  #777777;
    font-size: 16px;/*  */
    font-weight: 400;
    line-height: 25px;margin-top: 25px;}
.f-feature{padding:20px 10px;padding-top: 70px; text-align: center;
    border-style: solid;
    border-width: 8px;
    border-color:  #f2f2f2;
    box-sizing: border-box;
    background-color:  #ffffff;transition:all .3s ease;
    height: 300px;
}
.f-feature-title{color:  #333333;margin: 0;transition:all .3s ease;
    font-size: 22px;/*  */
    font-weight: 500;}
.f-feature-text{color:  #949494;margin-top: 10px;margin-bottom: 15px;transition:all .3s ease;
    font-size: 14px;/*  */
    font-weight: 400;
    line-height: 24px;}
.f-feature:hover{
    border-color:  #ffffff;
    background-color:  #37d679;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.f-feature:hover .f-feature-title{color: #fff}
.f-feature:hover .f-feature-text{color: #fff}
/*gallery*/
.gallery-bg{
        position: relative;
        width: 100%;
        min-height: auto;
        background: url("../images/gallery-background.png");
        background-position: center;
        color: white;
        background-size: cover;
    }
.slick-slide img{width: 87px;
    height: 87px;border-radius: 50%;max-width: 87px;margin: auto}
@media(max-width:480px){
    .slick-slide img{height: 60px; max-width: 60px;width: 60px; }
}
/*Icon text*/
.icon-text-card{margin-top: 80px;}
.icon-text-card h4{color:  #333333;
    font-size: 23px;/*  */
    font-weight: 700;margin-top: 25px}
.icon-text-card p{color:  #777777;margin-top: 15px;
    font-size: 16px;/*  */
    font-style: italic;
    line-height: 26px;max-width: 328px;}
.icon-text-card a{
text-transform: uppercase;
    font-size: 13px;/*  */
    font-weight: 700
}
/*Testimonial*/
.t-item{text-align: center;}
.t-item2{display: none}
.t-item h4{color:  #37d679;margin-top: 15px;
    font-size: 17px;/*  */
    font-weight: 700;}
.t-item h5{color:  #3b597d;
    font-size: 13px;/*  */
    font-style: italic;}
.t-item p{color:  #777777;
    font-size: 17px;/*  */
    font-weight: 500;margin-top: 30px;margin-left: auto;margin-right: auto;max-width: 790px;
    font-style: italic;
    line-height: 30px}
.slick-current .t-item2 {display: block}
.slick-current img{border: 1px solid #38d679}
.slick-initialized .slick-slide {
    cursor: pointer;
    outline: none !important;
}
.testimonial-card{
    background-color:  #fff;box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);

    border: 0;border-radius: 0;
}
.testimonial-card .card-actions{
    border-top: 1px solid #ededed;padding-top: 15px;margin-top: 20px;
    color:  #b1b1b1;
    font-size: 14px;
    font-weight: 400;
}

.testimonial-card .card-actions .fa{margin-right: 5px;}

.s-btn{display: block;border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #ebebeb;
    box-sizing: border-box;
    background-color: rgba(71, 203, 163, 0);
    width: 42px;
    min-height: 42px;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 400;
    height: 42px;}
.testimonial-card h4{color:  #333333;
    font-size: 20px;margin-bottom: 0;
    font-weight: 500}
.testimonial-card h5{color:  #777777;
    font-size: 15px;/*  */
    font-style: italic;margin: 0;margin-top: 5px;}
.testimonial-card p{font-size: 15px;/*  */
    font-weight: 400;

    line-height: 26px;}
.mt-60{margin-top: 60px;}
.card-text{color:  #777777;margin-top: 10px;
    font-size: 14px;/*  */
    font-weight: 400;
    line-height: 24px;}

.fc-f {
   color: #3b5998
}

.fc-t {
    color: #00a0d1
}
.fc-g {
    color: #dd4b39
}

.fc-p {
  color: #bd081b
}

/*Partners*/
.sm-partner{background-color:  #f6f6f6;padding: 30px 20px;
}
.sm-partner h4{color:  #333333;
    font-size: 20px;/*  */
    font-weight: 400;margin: 0}
.sm-partner p{color:  #9d9d9d;
    font-size: 15px;/*  */
    font-weight: 400;margin: 0;margin-top: 7px;}
/* Maps*/
.full-width-content{max-width: 550px;padding: 50px;}
.contact-place{margin-top: 40px;}
.contact-place h5{color:  #333333;
    font-size: 18px;/*  */
    font-weight: 500;}
.contact-place h2{font-size: 32px;/*  */
    font-weight: 700;margin-top: 0;margin-bottom: 0}
.contact-place p{color:  #949494;
    font-size: 18px;/*  */
    font-style: italic;margin-top: 5px}
.contact-heading {margin-bottom: 50px;}
.contact-heading h5{color:  #222222;
    font-size: 23px;/*  */
    font-weight: 700;}
.contact-heading h1{
    font-size: 40px;/*  */
    font-weight: 700;margin: 0}
.contact-heading p{color:  #666666;
    font-size: 15px;/*  */
    font-weight: 400;margin-top: 15px;
    line-height: 26px}
/*app section*/
.bg-app{
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url("../images/app-bg.png");
    background-position: center;
    color: white;
    background-size: cover;
}
.app-heading{margin-bottom: 10px;}
.app-heading p{
    color:  #afafaf;max-width: 623px;margin-top: 20px;margin-bottom: 20px;
    font-size: 16px;/*  */
    font-weight: 400;
    line-height: 27px;
}
/*Subscribe section*/

.subscribe-section{
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url("../images/subscribe-background.png");
    background-position: center;
    color: white;
    background-size: cover;
}
.subscribe {position: relative;max-width: 640px;display: block;margin: auto
}
.subscribe .form-control{
    background-color:  #ffffff;
    height: 60px;border-radius:100px !important;
    padding-left: 30px;border: 0;width: 100%;
}
.subscribe .input-group-addon{
    padding: 0;border: 0;border-radius: 0;
    background: transparent;
    position: absolute;top: 6px;right: 6px;z-index: 9;
}
.subscribe .input-group-addon .btn{

}
.contact-media h4{color:  #fff;
    font-size: 16px;/*  */
    font-weight: 700;margin-top: 0;margin-bottom: 10px;}
.contact-media p{
    color:  #f9f9f9;
    font-size: 15px;/*  */
    font-weight: 400;
    line-height: 26px;margin: 0;
}
.contact-media .f-icn{color: #fff;
    font-size: 25px;/*  */border-radius: 50%;
    background-color:  #37d679;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-weight: bold;}
.ctc-sbtitle{color:  #ffffff;
    font-size: 15px;/*  */
    font-weight: 300;}
.bg-faq-bar{
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url(../images/call-background.png);
    background-position: center;
    color: white;
    background-size: cover;
}
.bg-faq-bar .btn{font-size: 22px;}
@media(min-width:1200px){
    .bg-faq-bar h1{text-align: right}
    .btn-search{min-width: 190px;background-color:  #3b597d;}
}
/*bootstrap select */
.bootstrap-select   { /*width: 100% !important;*/
    height: 48px !important;}
.home-search .form-control{
    background-color:  rgba(255, 255, 255, 0.6);border-color:  #e4e4e4;font-size: 14px;color: #000;
}
.home-search .bootstrap-select .btn-default{ background-color:  rgba(255, 255, 255, 0.6);border-color:  #e4e4e4;}
.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color: #fff}
.home-search .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.home-search .form-control::-moz-placeholder { /* Firefox 19+ */
    color: pink;
}
.home-search .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.home-search .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.bootstrap-select.btn-group>.dropdown-toggle {
    height: 100%;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}
/* ----------------------------------------
Footer
---------------------------------------- */

.footer {
    padding: 45px 0;background-color:  #222222;
}

.copy-text{color:  #dddddd;
    font-size: 14px;/*  */
    font-weight: 400;text-align: center}

@media(min-width:768px){
    .copy-text{text-align: right}
}





@media(max-width:768px) {
    .footer {
        padding: 30px 0;
    }
    .call-action h1{font-size: 25px;text-align: center;margin-bottom: 15px !important;}
    .call-action {text-align: center}
    .accordion{margin-top: 50px;}
}

/* ----------------------------------------
Social share #Component
---------------------------------------- */

.cs-social-share .cs-title {
    font-size: 20px;
    color: #575757;
    vertical-align: middle;
    margin-right: 10px;
}

@media(max-width:768px) {
    .feature-slider .h-100{height: auto!important}
    .cs-social-share .cs-title {
        display: block;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .cs-social-share{margin-top: 30px;margin-bottom: 30px;}
    .footer-logo{margin: auto;
        display: block;}
}

.cs-social-share>li+li {
    margin-left: 5px;
}

.cs-social-share>li {
    display: inline-block;
    vertical-align: middle;
}




.cs-share>li+li {
    margin-left: 17px;
}

.cs-share>li {
    display: inline-block;
    vertical-align: middle;
}

.cs-share>li>a {
    width: 29px;
    height: 29px;
    line-height: 26px;
    color: #999999;
    font-size: 11px;
    background: #fff;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    text-align: center;
}

.cs-share>li>a:hover {
    color: #fff;
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.13);
}


/* Brand Colors */

.brand-facebook:hover {
    background: #3b5998 !important;
    border-color: #3b5998 !important
}

.brand-twitter:hover {
    background: #00a0d1 !important;
    border-color: #00a0d1 !important
}

.brand-pinterest:hover {
    background: #bd081b !important;
    border-color: #bd081b !important
}

.brand-youtube:hover {
    background: #e62117 !important;
    border-color: #e62117 !important
}

.brand-instagram:hover {
    background: #2e5e86 !important;
    border-color: #2e5e86 !important
}



/* Back to top */
.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: #ffffff;font-size: 25px;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top.show:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

@media(max-width:760px) {
    .back-to-top {
        bottom: 15px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .copyright{
        text-align: center;
    }
}

/* ----------------------------------
Jobs List
---------------------------------- */
.job-list>li{
    padding: 30px;background-color:  #ffffff;
}
.job-list>li+li{margin-top: 20px;}
.job-list h4{color:  #333333;
    font-size: 20px;/*  */
    font-weight: 400;}
.job-list p{margin-bottom: 0;color:  #777777;
    font-size: 14px;/*  */
    font-weight: 400;}
.job-logo {
    margin-right: 30px;
    height: 57px;
    position: relative;
    top: -10px;
}

/* ----------------------------------
Owl slider
---------------------------------- */

/*Default Owl slider styling*/

.owl-carousel {
    z-index: 0;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover,
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: transparent;
}

.owl-nav .fa {
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.5);
    width: 27px;
    height: 27px;
    text-align: center;
    color: #777777;
    font-size: 14px;
    line-height: 27px;
}

.owl-nav .fa:hover {
    background: #ffffff;
    color: #000000;
}

.owl-carousel .owl-item img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    padding: 0;
}

.owl-controls .owl-nav {
    position: absolute;
    top: -73px;
    right: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 4px;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

 /*Acccord*/
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
.accord-header{border: 1px solid #f5f5f5;
    border-radius: 27px !important;background: #fff ;
     padding: 15px 20px;position: relative;cursor: pointer;margin-bottom: 15px;
}
.accordion .card-header[aria-expanded="true"]{background: #37d679;color: #fff;}
.accordion .card-header[aria-expanded="true"]:after{ content: "\f068";}
.accord-header.collapsed{
    background-color:  #fff;

}
.accordion .card-block p{margin: 20px;}

.custom-container-fluid{
    max-width: 1380px;width: 100%;
}
@media(max-width:768px){
    .accord-header{font-size: 15px;font-weight: 500;}
}

.cs-footer-navbar {
    float: right;
}

.cs-footer-navbar>li {
    display: inline-block;
}

.cs-footer-navbar>li+li {
    margin-left: 25px;
}

.cs-footer-navbar>li>a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.cs-footer-navbar>li>a:hover {
    text-decoration: underline;
}

.cs-copyright-bar {
    background-color: #181818;
    padding: 30px 0;
    color: #fff;
}

.cs-copy-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

@media(max-width:768px) {
    .footer {
        padding: 30px 0;
    }
    .cs-footer-links,
    .cs-footer-about,
    .cs-copy-text {
        text-align: center;
    }
    .cs-footer-title {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .cs-footer-navbar {
        float: none;
        margin-bottom: 20px;
        text-align: center
    }
    .cs-footer-navbar>li>a {
        padding: 10px 5px;
    }
}


/*color changer*/
#switcher {
    position: fixed;
    bottom: 25%;
    left: -220px;
    width: 220px;
    z-index: 9999;
    font-size: 15px;
    padding-bottom: 20px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height:130px;
    background: #fff;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
#switcher.active {
    left: 0px;
}
#switcher p {
    color: #fff;
    bottom: -6px;
    position: absolute;
    left: 21px;
    font-size: 13px;
}
#switcher .theme-click {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -40px;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 2;
}
#switcher .theme-color {
    width: 30px;
    height: 30px;
    margin: 10px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}
#switcher .theme-active {
    background: #44bbff;
}
#switcher .theme-color-two {
    background: #e84e40;
    left: 40px;
}
#switcher .theme-color-three {
    background: #0798bc;
    left: 80px;
}
#switcher .theme-color-four {
    background: #069a97;
    left: 120px;
}
#switcher .theme-color-five {
    background: #58c433;
    left:160px;
    top:0px;
}
#switcher .theme-color-six {
    background: #7e57c2;
    left:0px;
    top: 40px;
}
#switcher .theme-color-seven {
    background: #009688;
    left: 40px;
    top: 40px;
}
#switcher .theme-color-eight {
    background: #ec407a;
    left:80px;
    top: 40px;
}
#switcher .theme-color-nine {
    background: #8bc34a;
    left:120px;
    top: 40px;
}
#switcher .theme-color-ten {
    background: #5c6bc0;
    left:160px;
    top: 40px;
}
#switcher .theme-color-eleven {
    background: #ff9800;
    left:0px;
    top: 80px;
}
#switcher .theme-color-twelve {
    background: #ce0c21;
    left:40px;
    top: 80px;
}
#switcher .theme-color-thirteen {
    background: #7aa93c;
    left:80px;
    top: 80px;
}
#switcher .theme-color-fourteen {
    background: #3065b5;
    left:120px;
    top: 80px;
}
#switcher .theme-color-fifteen {
    background: #17ad94;
    left:160px;
    top: 80px;
}

