
/*=============================
Default CSS
===============================*/
@import url('https://fonts.googleapis.com/css?family=Barlow:400,500,600,700');
body {
    font-family: 'Barlow', sans-serif;
    padding: 0;
    margin: 0;
}
a {
    outline: 0 !important;
    color: #FF9800;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:focus {
    color: #FF9800;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.modal{
    z-index: 1055;
}
p {
    margin-bottom: 0;
    margin-top: .5rem;
    color: rgb(62, 62, 62);
    font-size: 1rem;
    line-height: 1.6;
}

.bg-fbf9f8 {
    background: #fbf9f8;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mt-30 {
    margin-top: 30px;
}
.navbar-toggler
{
    border: 0px solid transparent;
}
/*btn*/
.btn {
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(102, 45, 145, 0.22);
    box-shadow: 0px 15px 25px 0px rgba(102, 45, 145, 0.22);
    padding: 10px 35px;
    border: none;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.btn-primary {
    background-color: #FF9800;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus {
    color: #FF9800;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
    box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary .show > .btn-primary.dropdown-toggle {
    color: #FF9800;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
    box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #FF9800;
    border-color: #007bff;
    opacity: 1;
}

.btn-primary.disabled:hover, .btn-primary:disabled {
    color: #FF9800;
    background-color: #ffffff;
}
/*Form Control*/
.form-group {
    margin-bottom: 27px;
}

/* .form-control {
    height: 27px;
    font-size: 16px;
    padding: 7px 0px 11px;
    border: 0px solid #cfcfcf;
    outline: 0;
    border-radius: 0px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #ffffff;
    border-bottom: 1px solid #cfcfcf;
} */

.form-control::-webkit-input-placeholder {
    color: #6e6e6e;
}

.form-control:-ms-input-placeholder {
    color: #6e6e6e;
}

.form-control::-ms-input-placeholder {
    color: #6e6e6e;
}

.form-control::placeholder {
    color: #6e6e6e;
}

.form-control:focus {
    color: #6e6e6e;
    background-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #FF9800;
}

/*=============================
Navbar CSS
===============================*/

.navbar {
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    padding: 5px 0;
}
.navbar .container-fluid{
    padding-right: 0px;
}
.m-link{
    background: #FF9800;
}
.navbar.p-fixed {
    position: fixed;
}

.navbar .row {
    width: 102%;
}

.bg-light {
    background-color: transparent !important;
}

.navbar-light.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.is-sticky .navbar-brand img{
    width: 65px !important;
}

.is-sticky {
    padding: 0px 0px;
}
.is-sticky .m-link{
    color: #fff !important
}
.navbar-light .navbar-brand {
    color: #FF9800;
    text-transform: uppercase;
    font-weight: 900;
}
.navbar-light .navbar-brand img{
    width: 75px;
    border-radius: 5px;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #FF9800;
}

.navbar-light .navbar-brand span {
    color: #FF9800;
}

.navbar-light .navbar-nav .nav-item:last-child {
    padding-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    padding: 8px 8px;
    letter-spacing: .8px;
    text-transform: uppercase;    

}
.is-sticky .navbar-nav .nav-link{
    color: #FF9800;
}
.is-sticky{
    border-bottom: 0px solid hsla(0,0%,100%,.3) !important;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
    border-bottom: 1px solid #fff;    
}
.is-sticky .navbar-nav .nav-link:hover, .is-sticky .navbar-nav .nav-link:focus{
    color: #FF9800;
    border-bottom: 0px solid #fff;    
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
    border-bottom: 1px solid #fff;   
}

.navbar-expand-lg .navbar-collapse {
    float: right;
}
@media only screen and (max-width: 991px) {
    .bg-light {
        background-color: #ffffff !important;
    }
    .navbar {
        padding: 5px 15px;
        border-bottom: 1px solid #eeee;
    }
    .is-sticky .navbar-right-side {
        padding: 12px 0px;
    }
    .navbar-right-side{
        padding: 5px 0px
    }
    .navbar-light .navbar-toggler {
        position: absolute;
        right: 0;
        top: 2px;
        color: #FF9800;
        border-color: #FF9800;
        outline: 0 !important;
        border-radius: 0;
        margin-top: 15px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(102, 45, 145)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .navbar-light .navbar-nav .nav-link {
        padding-left: 0;
        font-size: 16px;
    }
    .navbar-light.is-sticky {
        padding: 5px 15px;
    }
    .navbar-toggler-icon {
        width: 1.3em;
        height: 1.3em;
    }
    .navbar-expand-lg .navbar-collapse {
        float: none;
        margin-top: 0;
    }
    .navbar-nav {
        height: 240px;
        overflow-y: auto;
    }
    .navbar-nav .dropdown-menu {
        position: unset;
        float: none;
        display: none;
        opacity: 1;
        visibility: visible;
    }
    .navbar-nav .dropdown-menu.show {
        display: block;
    }
    .navbar-right-side {      
        right: 0;
    }
    .dropdown-item {
        font-size: 16px;
        margin: 12px 0;
    }
}
/*=============================
Go Top CSS
===============================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 30px;
    right: 0;
    font-size: 25px;
    color: #ffffff;
    background-color: #FF9800;
    z-index: 5;
    display: none;
    width: 45px;
    text-align: center;
    height: 45px;
    border-radius: 10px 0 0 10px;
    line-height: 46px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
/*=============================
Main Banner
===============================*/
.main .slider-content{
    position: absolute;
    z-index: 5;
    margin-top: 35%;
    display: block;
}
.main .slider-content h1{
    color: #fff;
}
.main .slider-content p{
    color: #fff;
}
.main .owl-carousel{
    position: relative;
}
.main .owl-carousel .item{
    height: 655px;
}
.main .owl-carousel .slide-1{
    background-image: url(../../assets/img/home-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main .owl-carousel .slide-2{
    background-image: url(../../assets/img/slide-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main .owl-carousel .slide-3{
    background-image: url(../../assets/img/slide-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main .owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    bottom: 4%;
    right: 2%
}
.main .owl-theme .owl-dots .owl-dot{
    display: block;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.main .owl-theme .owl-dots .owl-dot.active span{
    background: #FF9800;
}
.main .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255, 152, 0, 0.5);
}
.main .owl-theme .owl-dots .owl-dot span{
    background: #fff;
}
.left-gray{
    background-color: #f5f7fd; 
}
.right-white{
    background-color: #fff; 
}
.main-top{
    color: #FF9800;
    font-size: 1.2rem;
}
.main-heading{
    font-size: 2.3rem;
    line-height: 3.125rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #414141;
}
.sub-heading{
    font-size: 1.2rem;
    color: gray;
    line-height: 1.8rem;
    font-weight: 100;
}
.left-gray-content{
    padding: 4rem 2rem
}
/*Services Style Two*/
.services-box {
    background: #ffffff;
    padding: 0px 20px;
    margin-bottom: 30px;   
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.services-box::before {
    content: "";
    background: #ff9800;
    border-radius: 50px;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 0;
    color: #f7951e;
    font-weight: bold;
    margin-top: 8.7px;
}
.services-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.services-box:hover .icon {
    color: #ffffff;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.services-box .icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #f5f7fd;
}

.services-box .icon img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 76%;
    max-height: 76%;
}
.services-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: .5px;
    color: #414141;
}

.services-box p {
    margin-bottom: 15px;
}
.services-box a i{
    vertical-align: middle;
    font-size: 20px;
}
.m-service-margin{
    margin-bottom: 0px;
}
.dark-section{
    background-image: url(../../assets/img/dark-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.dark-section .main-heading, .dark-section p{
    color: #fff;
}
.dark-content{
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.dark-section .boy-img{
    position: absolute;
    right: 0;
    bottom: 0;
}
/*---------------------------------
* Tab Style 1
-----------------------------------*/
.tab-style-1{
    margin-top: 6rem;
}
.tab-style-1 .nav-link {
    display: block;
    padding: 10px 35px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
}

@media (max-width: 767px) {
    .tab-style-1 .nav-link {
        font-size: 12px;
        padding: 10px 15px;
    }
}

.tab-style-1 .nav-link:after {
    width: 0;
    height: 5px;
    position: absolute;
    top: -5px;
    content: "";
    right: 0;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    background: #FF9800;
}

.tab-style-1 .nav-link.active {
    background: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: 0px -12px 20px rgba(0, 0, 0, 0.12);
}

.tab-style-1 .nav-link.active:after {
    width: 100%;
    left: 0;
    right: auto;
}

.tab-style-1 .tab-pane {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
    padding: 60px 40px;
    background: #ffffff;
}

@media (max-width: 991px) {
    .tab-style-1 .tab-pane {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .tab-style-1 .tab-pane {
        padding: 30px 20px;
    }
}
/*Side Features*/

.side-feature {
    position: relative;
}

.side-feature .number {
    position: absolute;
    top: -4px;
    font-size: 96px;
    color: #FF9800;
    opacity: 0.1;
    left: 0;
}

@media (max-width: 767px) {
    .side-feature .number {
        top: -3px;
        font-size: 66px;
    }
}

.side-feature .icon {
    margin-bottom: 20px;
}

.side-feature .icon i {
    position: relative;
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    background: currentColor;
    border-radius: 5px;
}

.side-feature .icon i:before {
    color: #ffffff;
}

.side-feature .icon i.yellow {
    color: #ffbc5c;
}

.side-feature .icon i.green {
    color: #1edee4;
}

.side-feature .icon i.blue {
    color: #255cff;
}

.side-feature .icon i.pink {
    color: #ff2560;
}

.side-feature .line {
    position: relative;
    padding-top: 20px;
}

.side-feature .line:after {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 1px;
    background: #FF9800;
    top: 0;
}

.side-feature label {
    color: #FF9800;
    font-weight: 600;
    padding-bottom: 10px;
    margin: 0;
}

.side-feature h1 {
    font-size: 45px;
    margin: 0 0 20px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .side-feature h1 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .side-feature h1 {
        font-size: 26px;
        margin: 0 0 15px;
    }
}

.side-feature h2 {
    margin: 0 0 20px;
    color: #FF9800;
    font-size: 2.2rem;
    line-height: 2.125rem;
    font-weight: 300;
}

@media (max-width: 767px) {
    .side-feature h2 {
        font-size: 22px;
        margin: 0 0 15px;
    }
}

.side-feature p {
    font-size: 16px;
    margin: 0;
}

.side-feature p + p {
    margin-top: 15px;
}

.side-feature p.small {
    font-size: 15px;
}

.side-feature .read-more {
    padding-top: 30px;
    font-size: 13px;
    line-height: 13px;
}

.side-feature .read-more a {
    font-size: 15px;
}

.side-feature .border-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.side-feature .border-list li {
    position: relative;
    font-size: 15px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding: 7px 10px 7px 43px;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #2e3280;
}

.side-feature .border-list li:last-child {
    margin-bottom: 0;
}

.side-feature .border-list li i {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #ffffff;
    color: #FF9800;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.side-feature .check-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.side-feature .check-list li {
    position: relative;
    font-size: 15px;
    padding: 0 0 0 30px;
    margin-bottom: 15px;
}

.side-feature .check-list li:last-child {
    margin-bottom: 0;
}

.side-feature .check-list li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: #FF9800;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 13px;
    font-size: 20px;
}
.feature-content h3{
    font-size: 1.3rem;
    color: #212121;
    font-weight: 400;
}
.left-sec{
    background: #FF9800;
}
.left-sec .main-top, .left-sec .main-heading, .left-sec .sub-heading{
    color: #fff;
}
.left-sec .left-content{
    padding: 5.6rem 4rem;
}
.left-sec .left-content hr{
    border-top: 1px solid  #414141;;
}
.left-sec .left-content .main-heading{
    color: #414141;
}
.left-sec .left-content p{
    color: #fff;
    font-weight: 500;
}
.left-content .my-list ul li{
    color: #fff;
}
.left-content .my-list ul li::before{
    color: #000;
}
.right-sec{
    background: url(../../assets/img/video-bg-1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.right-sec .right-content{
    padding: 6.6rem 5rem;
}
.con-box{
    margin-top: 1.5rem;
}
.con-box strong{
    font-weight: 600 !important;
    letter-spacing: .7px;
    position: relative;
    font-size: 1.3rem;
    color: #ffffff;
}
/* Video Play Button */
.video-play-button {
    position: relative;
    z-index: 10;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    box-sizing: content-box;
    display: block;
    width: 26px;
    height: 44px;
    background: #FF9800; 
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #FF9800;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #FF9800;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: #FF9800;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    line-height: 43px;
    height: 0;
    text-shadow: 4px 4px 30px #FF9800;
    color: #fff;
    font-size: 35px;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/* Team */
.team-bg{
    background-image: url(../../assets/img/team-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.team-row{
    margin-top: 5rem;
}
.our-team{
    text-align: center;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}
.our-team .team_img{
    position: relative;
    overflow: hidden;
}
.our-team .team_img:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}
.our-team:hover .team_img:after{
    bottom: 0;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .social{
    padding: 0 0 18px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100%;
    right: 10px;
    background: #FF9800;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team:hover .social{
    top: 0;
}
.our-team .social li a{
    display: block;
    padding: 8px;
    font-size: 15px;
    color: #fff;
}
.our-team:hover .social li a:hover{
    color: #fff;
    opacity: .5;
}
.our-team .team-content{
    padding: 12px 0;
    background: #fff;
}
.our-team .title{
    letter-spacing: .5px;
    font-size: 18px;
    font-weight: 600;
    color: #ff9800;
    text-transform: capitalize;
    margin: 0 0 20px;
    position: relative;
}
.our-team .title:before{
    content: "";
    width: 25px;
    height: 1px;
    background: #FF9800;
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
}
.our-team .title:after{
    content: "";
    width: 25px;
    height: 1px;
    background: #FF9800;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}
.our-team:hover .title:before,
.our-team:hover .title:after{
    width: 50px;
}
.our-team .post{
    display: inline-block;
    font-size: 15px;
    color:  gray;
    text-transform: capitalize;
    font-weight: 500;
}
.our-team .post:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FF9800;
    margin: 0 auto;
    position: relative;
    top: -13px;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
/* Counter */
.counter-col {
    text-align: center;
    position: relative;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 1rem;
    margin-top: 2rem;
    background: #f5f7fd;
    border-bottom: 1px dashed rgb(255, 152, 0);
}
.counter-col .count {
    font-size: 50px;
    line-height: 50px;
    padding: 0 0 15px;
    font-weight: 600;
    color: #FF9800;
}
.counter-text{
    text-align: right;
}
.counter-col h6 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    color: gray;
    font-weight: 600;
}
/* Pricing Table */
.price-table {
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
}
.price-table .icon {
    width: 110px;
    height: 110px;
    margin-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #f5f7fd;
    border-radius: 50%;
    overflow: hidden;
}
.price-table .icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 70%;
    max-height: 70%;
    margin: auto;
}
.price-table h6 {
    font-weight: 600;
    font-size: 19px;
    margin: 0 0 12px;
    padding: 0 0 13px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff9800;
}
.price-table h6:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 2px;
    background: #606060;
    margin: auto;
}
.price-table .pt-price {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #ff9800;
}
.price-table .pt-price span {
    font-weight: 500;
    font-size: 16px;
}
.price-table .pt-body {
    padding: 0 20px;
}
.price-table ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.price-table ul li {
    padding: 8px 0;
    border-bottom: 1px dashed #cfcfcf;
    font-weight: 500;
    color: #404040;
    letter-spacing: .5px;
    font-size: 15px;
}
.price-table.active {
    position: relative;
    z-index: 1;
    padding: 15px 0 15px;
}
.price-table .pt-btn {
    padding: 30px 0 40px;
}
.m-45px-b {
    margin-bottom: 45px;
}
.m-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px;
}
/*=============================
Testimonial CSS
===============================*/
.testimonial-area {
    position: relative;
    overflow: hidden;
}

.testimonial-area .section-title {
    z-index: 1;
}

.testimonial-area .pattern-1 {
    right: auto;
    left: 0;
    bottom: auto;
    top: 0;
}

.single-feedback {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
    padding: 20px;
    border-radius: 0px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px;
    margin-top: 25px;
}

.single-feedback:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    background: #ff9800;
}

.single-feedback:hover .client-info .img {
    top: -33px;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}

.single-feedback:hover p, .single-feedback:hover .client-info h4, .single-feedback:hover .client-info span {
    color: #ffffff;
}
.single-feedback:hover .theme-color{
    color: #000;
}
.single-feedback:hover i {
    color: #ffffff;
    opacity: .14;
}

.single-feedback .client-info {
    position: relative;
    padding-left: 118px;
    margin-bottom: 30px;
}

.single-feedback .client-info .img {
    position: absolute;
    left: 0;
    top: -45px;
    width: 100px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-feedback .client-info .img img {
    border-radius: 50%;
}

.single-feedback .client-info h4 {
    font-size: 22px;
    font-weight: 500;
}

.single-feedback .client-info span {
    font-size: 16px;
    color: #828893;
    margin-top: 8px;
}

.single-feedback p, .single-feedback .client-info h4, .single-feedback .client-info span {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.single-feedback .theme-color{
    color: #FF9800;
    font-style: initial !important;
}
.single-feedback p{
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .5px;
}
.single-feedback i {
    font-size: 104px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #6f8ba4;
    z-index: -1;
    margin-top: -6px;
    margin-left: -70px;
    opacity: .14;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.feedback-slides .owl-dots .owl-dot.active span{
    background: #FF9800 !important;
}
.feedback-slides .owl-dots .owl-dot:hover span {
    background: rgba(255, 152, 0, 0.5) !important;
}
.feedback-slides .owl-dots .owl-dot span{
    background: gray !important;
}
/* faq Section */
.faq-section .accordion{
    background: #fff;
    border-radius: 4px;
}
.faq-section .left-sec{
    background: #fff;
}
.faq-section .accordion .card{
    border: 1px solid rgba(0, 0, 0, 0);
}
.faq-section .accordion .card-body strong{
    position: absolute;
    color: #FF9800;
}
.faq-section .accordion .card-body p{
    position: relative;
    color: rgb(62, 62, 62);
}
.faq-section .accordion .card-body p span{
    color: #000;
    padding-right: 5px;
}
.faq-section .accordion .card-header {
    padding: 0rem;
    background-color: rgba(255, 255, 255, 0.03);
    border-bottom: 0px solid #dcdcdc;
    border: 1px solid #dddddd;
    margin-bottom: .7rem !important;
    box-shadow: #eaeaea 1px 1px 9px 1px;
}
.faq-section .accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 4px;
}

.faq-section .accordion .card-header a:not(.collapsed) {
    color: white;
    background-color: #FF9800;
    transition: all 300ms linear 0s;
}
.faq-section .accordion .card-header a{
    background: #f9f9f9;
    display: block;
    padding: 1rem 1.8rem;
    font-size: 15px;
    letter-spacing: 1px;
    color: #414141;
    cursor: pointer;
}
.link-faq{
    color: #ff5722;
}
.faq-section .card-body {
    padding: 0rem 1.25rem 1.25rem;
}
/* Add Indicator fontawesome icon to the left */
.faq-section .accordion .card-header .accordion-toggle::before {
    content: "\efc2";
    font-family: IcoFont;    
    left: 0;
    color: #414141;
    font-weight: lighter;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
    margin-right: 10px;
    position: absolute;
    left: 10px;
}
.faq-section .accordion .card-header .accordion-toggle.collapsed::before {
    color: #e46e25;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
}
.call-to-action {
    background-image: url(../../assets/img/team-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.call-to-action h2{
    color: #414141;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: 1.7rem
}
.call-to-action h5{
    color: #ff9800;
    margin-bottom: 2rem;
}
.right-sec2{
    background: url(../../assets/img/faq-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
/* .right-sec2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #767676e0;
    background: -webkit-linear-gradient(to right,  #767676e0, #707070e6, #6c6c6ce8);
    background: linear-gradient(to right,  #767676e0, #707070e6, #6c6c6ce8);
} */
.faq-con {
    position: relative;
    padding: 0rem 0rem 2rem;
}
.faq-con .main-heading{
    color: #FF9800;
}
.faq-con .sub-heading{
    color: gray;
}
/* Footer */
.footer {
    background-image: url(../../assets/img/dark-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #98a2aa;
    background-attachment: fixed
}
.footer .footer-middle {
    padding: 80px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer .footer-middle h6 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 20px;
    letter-spacing: 1px;
}
.footer .footer-middle .nav li:not(:last-child) {
    margin-bottom: 8px;
}
.footer .footer-middle .nav a {
    color: #98a2aa;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.footer .footer-middle .nav a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0px;
    height: 1px;
    left: 0;
    background: rgba(255, 255, 255, 0.48);
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
}
.footer .footer-middle .nav p {
    color: #98a2aa;
}
.footer .footer-bottom {
    padding: 20px 0;
}
.footer .footer-bottom p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.footer .social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .social-icons li {
    display: inline-block;
    margin-right: 10px;
}
.footer .social-icons a {
    color: rgba(255, 255, 255, 0.7);
}
.footer .social-icons a:hover {
    color: #ffffff;
}
/* Login Page */
.logo-row .logo{
    width: 65px;
    border-radius: 5px;
}
.logo-row{
    padding-top: 1rem;
}
#login-back{
    background-image: url(../../assets/img/team-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    height: 100%
}
.login-left{
    background-color: #fff;
}
.login-form{
    padding: 2rem 2rem;
    width: 100%;
}
.m-label{
    float: left;
}
.login-form .btn{
    width: 100%;
}
.login-form h3{
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #414141;
}
.login-form .form-group{
    margin-bottom: 2rem; 
}
.login-form .invst-btn{
    margin-top: 0px;
}
.login-right{
    background-color: #ff9800;
}
.login-right .btn{
    width: 100%;
}
.forgot{
    margin-top: 2rem;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
}
.forgot-form h3{
    margin-bottom: .7rem;
}
.forgot-form p{
    margin-bottom: .7rem;
}
.log-right-panel{
    padding: 2rem 1rem;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}
.log-right-panel a{
    color: #414141;
    font-weight: 500;
}
.log-right-panel a:hover{
    color: #fff; 
}
.log-right-panel h3{
    font-size: 1.15rem;
    color: #fff;
}
.log-right-panel h4{
    font-size: 1rem;
    color: #ff5722;
    letter-spacing: .5px;
}
.log-right-panel img{
    width: 65px;
    margin-bottom: 2rem;
    border-radius: 5px;
}
.login-ptb{
    padding-top: 60px;
    padding-bottom: 60px;
}
/* Sign Up */
#sign-up{
    background-image: url(../../assets/img/team-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    height: 100%
}
.signup-form{
    padding: 2rem 2rem;
    background: #fff;
}
.signup-form h3 {
    font-size: 1.25rem;   
    color: #414141;
}
.signup-form h6{
    margin-bottom: 2rem;
    margin-top: .3rem;
    color: gray;
}
.signup-form small{
    font-weight: 600;
    letter-spacing: .5px;
}