/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-May-2021, 9:00:31 AM
    Author     : Yogita Sahu
*/
a {
    color: #ee3c35;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
}
a:hover {
    color: #ee3c35;
    text-decoration: none; 
}

/*** Background color ****/
.bg-olive {
    background-color: #808000!important;
}
.bg-ivory {
    background-color: #FFFFF0!important;
}
.bg-ghost-white {
    background-color: #F8F8FF!important;
}
.bg-gainsboro {
    background-color: #DCDCDC!important;
}
.bg-light-gray {
    background-color: #D3D3D3!important;
}
.bg-silver {
    background-color: #C0C0C0!important;
}
.bg-dark-gray {
    background-color: #A9A9A9!important;
}
.bg-gray {
    background-color: #808080!important;
}
.bg-light-slate-gray {
    background-color: #778899!important;
}
.bg-slate-gray {
    background-color: #708090!important;
}
.bg-khaki {
    background-color: #F0E68C!important;
}
.bg-light-golden-rod-yellow {
    background-color: #FAFAD2!important;
}
.bg-grd-white-light{
    background: #ffffff;
    background: -moz-linear-gradient(#ffffff 70%, #f3f3f3 100%);
    background: -webkit-linear-gradient(#ffffff 70%, #f3f3f3 100%);
    background: linear-gradient(#ffffff 70%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f3f3f3",GradientType=1);
}
.bg-grd-light-white-light{
    background: #ffffff;
    background: -moz-linear-gradient(#f3f3f3 0%, #ffffff 60%, #f3f3f3 100%);
    background: -webkit-linear-gradient(#f3f3f3 0%, #ffffff 60%, #f3f3f3 100%);
    background: linear-gradient(#f3f3f3 0%, #ffffff 60%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f3f3f3",GradientType=1);
}
.bg-grd-light-gray{
    background: #f8f9fa;
    background: -moz-linear-gradient(#f8f9fa 70%, #dddddd 100%);
    background: -webkit-linear-gradient(#f8f9fa 70%, #dddddd 100%);
    background: linear-gradient(#f8f9fa 70%, #dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fa",endColorstr="#dddddd",GradientType=1);
}
.bg-grd-gray-light-gray{
    background: #f8f9fa;
    background: -moz-linear-gradient( #dddddd 0%, #f8f9fa 60%, #dddddd 100%);
    background: -webkit-linear-gradient( #dddddd 0%, #f8f9fa 60%, #dddddd 100%);
    background: linear-gradient( #dddddd 0%, #f8f9fa 60%, #dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fa",endColorstr="#dddddd",GradientType=1);
}
.fa {
    font-family: "FontAwesome";
}
/*** forms ***/
form .form-group:last-child{
    margin-bottom:0px;
}
.no-margin {
    margin: 0px !important;
}
.no-padding {
    padding: 0px !important;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}


/*********************************************
    STICKY-WRAPPER
********************************************/
.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%; 
}
.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
}
.sticky-wrapper .site-navbar .site-menu-toggle {
    color: #000000; 
}
.sticky-wrapper .site-navbar .site-logo a {
    color: #000000; 
}
.sticky-wrapper .site-navbar .site-menu > li > a {
    color: rgba(0, 0, 0, 0.8) !important; 
}
.sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
    color: #000000 !important; 
}
.sticky-wrapper.is-sticky .burger:before, .sticky-wrapper.is-sticky .burger span, .sticky-wrapper.is-sticky .burger:after {
    background: #000000;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease; 
}
.sticky-wrapper.is-sticky .site-navbar {
    background: #000000;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); 
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #000000 !important; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    color: #000000 !important; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
    color: #ff926b !important; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
    color: #ff926b !important; 
}
.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; 
}

/* Burger */
.burger {
    width: 28px;
    height: 32px;
    cursor: pointer;
    position: relative; 
}

.burger:before, .burger span, .burger:after {
    width: 100%;
    height: 2px;
    display: block;
    background: #000;
    border-radius: 2px;
    position: absolute;
    opacity: 1; 
}

.burger:before, .burger:after {
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    content: ""; 
}

.burger:before {
    top: 4px; 
}

.burger span {
    top: 15px; 
}

.burger:after {
    top: 26px; 
}

/* Hover */
.burger:hover:before {
    top: 7px; 
}

.burger:hover:after {
    top: 23px; 
}

/* Click */
.burger.active span {
    opacity: 0; 
}

.burger.active:before, .burger.active:after {
    top: 40%; 
}

.burger.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
    /*for IE*/ }

.burger.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
    /*for IE*/ }

.burger:focus {
    outline: none; 
}

.logo {
    position: absolute;
    z-index: 9; 
}
.logo a {
    color: #000000;
    font-weight: 700;
    font-size: 1.5rem; 
}

.spinner-border {
    color: #ff926b; 
}

/*PRELOADING------------ */
#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
}

.loader {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}

.menu-absolute {
    position: absolute;
    right: 0; 
}

.site-nav {
    border-bottom: 1px solid #f7f7f7;
    padding-top: 20px;
    padding-bottom: 20px; 
}
.site-nav h1 {
    margin: 0;
    padding: 0;
    font-size: 24px; 
}
.site-nav .site-navigation .site-menu {
    margin-bottom: 0; 
}
.site-nav .site-navigation .site-menu > li {
    display: inline-block; 
}
.site-nav .site-navigation .site-menu > li > a {
    font-size: 14px;
    padding: 10px 15px;
    color: #000000;
    display: inline-block;
    text-decoration: none !important; 
}
.site-nav .site-navigation .site-menu > li > a:hover {
    color: #007bff; 
}
.site-nav .site-navigation .site-menu > li.cta-button a {
    padding: 10px 20px;
    background: #f89854;
    color: #ffffff;
    border-radius: 30px; 
}
.site-nav .site-navigation .site-menu > li.cta-button a:hover {
    background: #d9610b;
}
.site-nav .site-navigation .site-menu > li.active > a {
    color: #007bff; 
}
.site-nav .site-navigation .site-menu .has-children {
    position: relative; 
}
.site-nav .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px; 
}
.site-nav .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\f107";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'FontAwesome'; 
}
.site-nav .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    z-index: 999;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #ffffff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s; 
}
.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute; 
}
.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; 
}
.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    display: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px; 
}
.site-nav .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000000; 
}
.site-nav .site-navigation .site-menu .has-children .dropdown .active {
    color: #007bff !important; 
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 210px; 
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 5px 20px;
    display: block; 
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    color: #007bff;
    text-decoration: none;
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\f105";
    right: 20px; 
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0; 
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown li a:hover, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul li a:hover {
    color: #007bff; 
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    color: #007bff; 
}
.site-nav .site-navigation .site-menu .has-children:hover > a, .site-nav .site-navigation .site-menu .has-children:focus > a, .site-nav .site-navigation .site-menu .has-children:active > a {
    color: #007bff; 
}
.site-nav .site-navigation .site-menu .has-children:hover, .site-nav .site-navigation .site-menu .has-children:focus, .site-nav .site-navigation .site-menu .has-children:active {
    cursor: pointer; 
}
.site-nav .site-navigation .site-menu .has-children:hover > .dropdown, .site-nav .site-navigation .site-menu .has-children:focus > .dropdown, .site-nav .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1; 
}

.site-mobile-menu-close {
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
    top: -20px; 
}
.site-mobile-menu-close > span {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 30px;
    width: 30px; 
}
.site-mobile-menu-close > span:before, .site-mobile-menu-close > span:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background: #000000; 
}
.site-mobile-menu-close > span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
}
.site-mobile-menu-close > span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); 
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #ffffff;
    height: calc(100vh);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1); 
}
.offcanvas-menu .site-mobile-menu {
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); 
}
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none; 
}
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; 
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; 
}
.site-mobile-menu .site-nav-wrap a {
    padding: 5px 20px;
    display: block;
    position: relative;
    color: #000000; 
}
.site-mobile-menu .site-nav-wrap a:hover {
    color: #007bff; 
    text-decoration: none;
}
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block; 
}
.site-mobile-menu .site-nav-wrap li.active > a {
    color: #007bff; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #f8f9fa; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 16px;
    z-index: 20;
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}
.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%; 
}
.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 16px; 
}
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px; 
}

.site-mobile-menu .site-nav-wrap > li > ul.inline > li{
    display: inline-block;
    text-align: center;
}
.site-mobile-menu .site-nav-wrap > li > ul.inline > li > a{
    font-size: 16px;
    padding: 5px 20px;
}

.site-footer {
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 15px; 
    background-color: #ffffff;
}
.site-footer a {
    color: #000000; 
}
.site-footer .widget {
    margin-bottom: 30px; 
}
.site-footer .widget h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px; 
}
.site-footer .widget .social li {
    display: inline-block; 
}
.site-footer .widget .social li a {    
    width: 50px;
    height: 50px;
    border-radius: 5em;
    border: 1px solid #dddddd;
    display: inline-block;
    position: relative;
    color: gray;
}
.site-footer .widget .social li a span,
.site-footer .widget .social li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}
.site-footer .widget .social li a i{
    font-size: 1.6em;
}
.site-footer .widget .social li a:hover {
    color: #000000; 
    background: #fafafa;
    background: -moz-linear-gradient(#f3f3f3 0%, #ffffff 50%, #f3f3f3 100%);
    background: -webkit-linear-gradient(#f3f3f3 0%, #ffffff 50%, #f3f3f3 100%);
    background: linear-gradient(#f3f3f3 0%, #ffffff 50%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f3f3f3",GradientType=1);
}
.site-footer .widget .links li {
    display: block;
    margin-bottom: 10px; 
}
.site-footer .widget .links li a {
    color: #000000; 
}
.site-footer .widget .links li a:hover {
    color: #ff926b; 
}
.site-footer .copyright {
    position: relative;
    padding-top: 30px; 
}
.site-footer .copyright:before {
    top: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    content: "";
    height: 1px;
    background: #f8f9fa; 
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
#owl-demo .item .container-item{
    position: absolute;
    top: 20px;
    width: 100%;
    padding: 0;
    margin: 0;
}
.owl-theme .owl-controls .owl-pagination {
    position: relative;
    margin-top: -50px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev, 
.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -19px;
    color: inherit;
    background: none;
    border: none;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    left: auto;
    right:0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev i,
.owl-theme .owl-controls .owl-buttons .owl-next i {
    font-size: 2.5rem;
    color: #000000;
}



#owl-demo.owl-carousel .owl-wrapper, .owl-carousel .owl-item{
    position: relative;
}
#owl-demo.owl-carousel .owl-item .item .item-label {
    position: absolute;
    bottom: 50px;
    padding-left: 7rem;
    padding-right: 7rem;
    /* font-size: 16px; */
}

#owl-testimonial.owl-carousel .owl-item .item {
    margin: 5 rem;
    padding-left: 5rem;
    padding-right: 5rem;
}
#owl-testimonial.owl-theme .owl-controls .owl-pagination{
    margin: 0;
}
#owl-testimonial.owl-theme .owl-controls .owl-buttons .owl-prev, 
#owl-testimonial.owl-theme .owl-controls .owl-buttons .owl-next {
    margin-top: -50px;
}
/**********/
.showcase-text .play-video {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    background: #dddddd;
    color: #000000;
    display: block;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
    top: 0; }
.showcase-text .play-video:hover {
    top: -2px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2); }
.showcase-text .play-video > i {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%); 
}

.section-counter {
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.section-counter .counter {
    font-size: 3rem;
    font-weight: 700; 
}

.trusted-by-companies {
    padding: 6rem 0;
    text-align: center; 
}

/*********************
**********************/
#faq-panels .panel { 
    margin: 0; 
}
#faq-panels .panel-heading { 
    padding: 0; 
    border-bottom: 1px solid #b4b4b4;
}
#faq-panels .panel-heading a {
    display: block;
    vertical-align: middle;
    padding: 10px 0 5px 0px;
    color: #000000;
    font-weight: 500;
}
#faq-panels .panel-heading a .question-button {
    float: right;
    position: relative;
    right: 1rem;
}
#faq-panels .panel-heading a .question-button i { font-size: 28px; }
#faq-panels .panel-heading a .question-button i:before { content: ""; }
#faq-panels .panel-heading a.collapsed i:before { content: ""; }
#faq-panels .panel-heading a:after { content: ""; display: table; clear: both; }
#faq-panels .panel-collapse { 
    margin-bottom: 0;
    padding-bottom: 10px; 
    background: #ffffff; 
    padding: 15px 20px 5px;
    color: #000000;
}
#faq-panels .panel-collapse p { margin-bottom: 0; padding-bottom: 10px; }

section.contact-support a.play-video {
    text-align: center;
    background: #007bff;
    padding: 26px 30px 26px 32px;
    border-radius: 5rem;
    color: #ffffff;
    box-shadow: 1px 1px 1px #dddddd;
}

/***************************************
COMPONENTS
**************************************/
.card.card-shadow { 
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

.card.card-shadow2 { 
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
}
.card > .card-header > h2,
.card > .card-header > h3,
.card > .card-header > h4,
.card > .card-header > h5{
    margin-bottom: 0px;
}


.logo img.img-responsive {
    max-width: 100%;
    max-height: 80px;
    margin-top: -20px;
}
img.img-thumb-plus,
img.img-thumb {
    max-width: 150px;
    max-height: 150px;
    position: relative;
    float: left;
    padding:0;
    padding-right: 15px;
}
img.img-thumb.right {
    float: right;
    padding:0;
    padding-left: 15px;
}
img.img-thumb-plus {
    max-width: 250px;
    max-height: 250px;
}


.site-mobile-menu .site-nav-wrap a:hover,
.site-mobile-menu .site-nav-wrap li.active > a,
.site-nav .site-navigation .site-menu > li.active > a,
.site-footer li.active > a {
    color: #ee3c35;
}
.site-nav .btn-primary {
    color: #ee3c35;
    background-color: #ffffff;
    border-color: #ee3c35;
}
.site-nav .btn-primary:hover {
    color: #fff;
    background-color: #ee3c35;
    border-color: #c72721;
}
.site-nav .site-navigation .site-menu > li > a:hover,
.site-nav .site-navigation .site-menu .has-children:hover > a, 
.site-nav .site-navigation .site-menu .has-children:focus > a, 
.site-nav .site-navigation .site-menu .has-children:active > a,
.site-nav .site-navigation .site-menu .has-children .dropdown > li > a:hover,
.site-footer li > a:hover {
    color: #ee3c35;
}
.site-nav .site-navigation .site-menu > li > a.btn-primary:hover{
    color: #ffffff;
}
.text-primary {
    color: #ee3c35 !important;
}
.site-nav .site-navigation .site-menu > li > a {
    font-size: 16px;
}
.pull-right {
    float: right;
}
.showcase .showcase-img {
    min-height: 15rem;
    background-size: cover;
}


/*********************************************
    SECTION PAGE
********************************************/
section.section-breadcrumb {
    padding-top: 1rem;
    padding-bottom: 0rem;
    /* border-top: 1px solid; */
    /*    border-color: #000000;*/
    background-color: #333333;
}

section.section-breadcrumb h3{
    color:#ffffff;
    font-size: 20px;
}

section.section-breadcrumb .breadcrumb{
    background: none;
    float: right;
    padding: 0px;
}
section.section-breadcrumb .breadcrumb .breadcrumb-item a{
    color: #c0c0c0;
}
section.section-breadcrumb .breadcrumb .breadcrumb-item a:hover{
    color: #ffffff;
}
section.slider{
    position: relative;
}
section.slider .slider-showcase{
    background-color: #ffffff;
    margin-top: -5rem;
    margin-bottom: -2rem;
}

section.base-section,
section.main-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

section .icon {
    margin-left: 5px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    text-align: center;
}

section.default{
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
section .section-title,
section .section-title,
section .section-title {
    display        : flex;
    flex-direction : column;
    justify-content: space-around;
    align-items    : center;

    margin-top: -4rem;
    margin-bottom: 3rem;
}
section .section-title h3{
    font-size: 2rem !important;
}
section .section-title .bottomline,
section .section-title .bottomline-fromcenter,
section .section-title .bottomline-fromright,
section .section-title .bottomline-fromleft {
    position: relative;
}
section .section-title .bottomline:after {
    display      : block;
    content      : '';
    border-bottom: solid 5px #fff;
}

section .section-title .bottomline-fromcenter:after {
    display      : block;
    content      : '';
    border-bottom: solid 5px #ee3c35;
    transform    : scaleX(0);
    transition   : transform 300ms ease-in-out;
    margin-top: 0.5rem;
}

section .section-title .bottomline-fromright:after {
    transform-origin: 100% 50%;
    margin-top: 0.5rem;
}

section .section-title .bottomline-fromleft:after {
    transform-origin: 0 50%;
    margin-top: 0.5rem;
}

section:hover .section-title .bottomline-fromcenter:after {
    transform: scaleX(1);
}


section.features-icons div.col*:hover{
    background: #ffffff;
}
section.why-we-are{
    position: relative;
    background-color: #FAFAFA;
    background: url(../images/bg-showcase-1.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
}
section.why-we-are .overlay {
    position: absolute;
    background-color: #dddddd;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .8;
}
.login-logo a {
    line-height: 3rem;
    font-size: 1.5rem;
    color: #000000;
}