@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
}

a,
img {
    text-decoration: none;
    outline: none;
    border: none;
}

a,
.btn {
    transition: all .4s;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: 0 !important;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: 0px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

/* header */
#top-nav-fixed {
    height: 140px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;    
    transition: all .4s;
}

#top-nav-fixed.sticky,
#top-nav-fixed.inner-header {
    background-color: #fff;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    height: 100px;
    transition: all .4s;
}
#top-nav-fixed.inner-header.sticky {
    height: 100px;
}
#top-nav-fixed.inner-header {
    height: 90px;
}

#top-nav-fixed .navbar-brand img {
    max-width: 150px;
    max-height: 95px;
    transition: all .4s;
}

#top-nav-fixed.sticky .navbar-brand img {
    max-width: 130px;
    max-height: 75px;
    transition: all .4s;
}

#top-nav-fixed .navbar {
    padding: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(238, 145, 27, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    border: none;
    padding: 0;
}

header .navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    display: block;
    margin: 0px 20px;
}

header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}

header .navbar-light .navbar-nav .active>.nav-link,
header .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
    font-weight: 700;
}

.btn-white {
    background-color: #fff;
    border-radius: 8px;
    min-width: 110px;
    padding: 16px 30px !important;
    color: #000 !important;
    font-weight: 700;
}
header .btn-white {
    padding: 11px 30px !important;
}
header.sticky .navbar-light .navbar-nav .nav-link,
header.inner-header .navbar-light .navbar-nav .nav-link  {
    color: #000;
}
header.sticky .btn-white,
header.inner-header .btn-white {
    background-color: #000;   
    color: #fff !important;
}
header svg {
    margin-right: 3px;
}
header.sticky svg path,
header.inner-header svg path {
    fill: #fff;
}

.banner-section {
    position: relative;
    background-color: #F5F5F5;
    color: #fff;
    padding-top: 140px;
    height: 100vh;
     display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 64%;
    height: 100vh;
    background-color: #000;
}
.banner-section h5 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.banner-section h1 {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 1.4;
}
.banner-section p {
    font-size: 29px;
    margin-bottom: 60px;
}
.banner-section .btn-white {
    min-width: 200px;
}
.section {
    padding: 120px 0;
}
.we-provides-section {
    padding-bottom: 170px;
}
#cap-slider {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    right: 15px;
}
#cap-slider .carousel-control-next, #cap-slider .carousel-control-prev {
    top: auto;    
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #000;
    opacity: 1;
    bottom: -70px;
}
#cap-slider .carousel-control-prev-icon {
    background: url(../images/prev-arrow.svg) no-repeat center;
    width: 19px;
    height: 17px;
}
#cap-slider .carousel-control-next-icon {
    background: url(../images/next-arrow.svg) no-repeat center;
    width: 19px;
    height: 17px;
}
#cap-slider .carousel-control-next {
    right: 50%;
    transform: translateX(55px);
}
#cap-slider .carousel-control-prev {
    left: 50%;
    transform: translateX(-55px);
}
.text-29 {
    font-size: 29px;
}
.main-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.4;
}
.we-provide-text li {
    font-size: 20px;
    list-style: inside;
    list-style-type: disc;
    margin-bottom: 15px;
}
.cap-part-section {
    background-color: #808080;
    padding-bottom: 60px;
}
.btn-black {
    min-width: 180px;
    background-color: #000;
    color: #fff !important;
}
.btn-white:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
    transform: translateY(-2px);
}

footer {
    position: relative;
    background: url(../images/footer-bg.jpg) no-repeat;
    padding: 100px 0;
    background-size: cover;
    color: #fff;
}
footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
}
.footer-text {
    font-size: 24px;
    color: #fff;
    margin-bottom: 100px !important;
}
.phone-email {
    max-width: 720px;
    margin: auto;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 100px;
}
.phone-email a {
    color: #fff;
}
.phone-email svg {
    max-width: 24px;
    margin-right: 3px;
}
.phone-email svg path {
    fill: #fff;
}
.phone-email a:hover {
    color: #ddd;
}
.phone-email a:hover svg path {
    fill: #ddd;
}
.social-icon .list-inline-item:not(:last-child) {
    margin-right: 20px;
}
.social-icon a:hover svg path {
    fill: #ddd;
}

.inner-pages {
    padding-top: 140px;
}
.sec-title {
    font-size: 36px;
    font-weight: 500;
    /*margin-bottom: 7%;*/
}
.product-single {
    text-align: center;
    margin-top: 25%;
}
.product-thumbs {
    max-width: 330px;
    min-height: 370px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-thumbs img {
    transition: all .4s;
}
.product-single:hover .product-thumbs img {
    transform: scale(1.1);
    transition: all .4s;
}
.btn-bordered {
    background-color: transparent;
    border: 1px solid #000;
    max-width: 260px;
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
}
.btn-bordered:hover {
    background-color: #000;
    color: #fff;
}
.section.product-step {
    padding-bottom: 220px;
}
.pro-type-title {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.pro-type-title .fa {
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
}
.pro-select-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.step-list {
    position: relative;
    padding: 20px 0;
}
.step-list:after {
    content: "";
    position: absolute;
    right: 22px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background-color: #808080;
    z-index: -1;
}
.step-list li {    
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 40px;
}
.step-list li:last-child {    
    margin-bottom: 0px;
}
.step-list li.active .step-icon {    
    background-color: #000;
}
.step-list .step-icon {
    width: 45px;
    height: 45px;
    background-color: #808080;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step-list .label {
    flex: 1 1 0%;
    text-align: right;
    margin-right: 20px;
    font-size: 18px;
}
#cap-select-slider {
    min-height: 420px;
}
#cap-select-slider .carousel-inner {
    /*background: url(../images/cap-shadow.png) no-repeat center bottom;*/
    max-width: 500px;
    margin: auto;
    /*min-height: 440px;
    display: flex;
    align-items: center;*/
}
#cap-select-slider .carousel-inner .carousel-item {
    background: url(../images/cap-shadow.png) no-repeat center bottom;
    padding-bottom: 50px;
}
#cap-select-slider .carousel-inner .carousel-item > img {
    margin-right: auto;
    margin-left: auto;
    max-height: 370px;
}
#cap-select-slider .carousel-indicators {
    bottom: -150px;
}
#cap-select-slider .carousel-indicators li {
    background-color: transparent;
    width: 100%;
    height: auto;
    border: 0;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
#cap-select-slider .carousel-indicators li img {
    width: auto;
    max-width: inherit;
    max-height: 80px;
    margin-bottom: 10px;
}
.right-select-side {
    border-left: 1px solid #808080;
}
.select-dropdown {
    margin-bottom: 20px;
}
.select-dropdown .dropdown-menu {
    font-size: 14px;
}

.select-dropdown .btn-light, .select-dropdown .btn-light:hover,
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #000 !important;
    background-color: #fff;
    border-color: #ddd;
    padding: 0.4rem 0.75rem 0.3rem;
    font-size: 14px;
    line-height: 1.4;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important;
}
.select-dropdown .dropdown-toggle::after {
    font-family: "FontAwesome";
    content: "\f107";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;    
    border: 0;
    font-size: 16px;
    margin-top: -2px;
}
.select-dropdown .dropdown-item.active, .select-dropdown .dropdown-item:active,
.select-dropdown .dropdown-item:focus, .select-dropdown .dropdown-item:hover {
    color: #000;
    background-color: #ECECEC;
}
.btn-step-main {
    position: absolute;
    bottom: -80px;
    left: 15px;
    right: 15px;
}
.btn-black-step {
    min-width: 130px !important;
    color: #fff !important;   
    border-radius: 6px;
    padding: 10px 20px !important;
    font-weight: 600;
    font-size: 13px;
}
.radio-main {
    font-size: 14px;
    margin-bottom: 15px;
}
.radio-main > label {
    display: block;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 200px;
}
/* scrollbar */
.right-select-inner {
    height: 100%;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #b7b7b7 #DADADA;
}
.right-select-inner::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.right-select-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.right-select-inner::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.right-select-inner::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
.right-select-inner .custom-control-inline {
  align-items: center;
}
.custom-control-label::before {
    border: #808080 solid 1px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #808080;
    background-color: #fff;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #000;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000'/%3e%3c/svg%3e");
  background-size: 12px;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.select-label {
    display: flex;
    font-size: 14px;
}
#thankyou-page {
    text-align: center;
}
#thankyou-page h2 {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 40px;
}
#thankyou-page h3 {
    font-size: 48px;
    margin-bottom: 10%;
}
.btn-black-circle {
    background-color: #000;
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.btn-black-circle img {
    width: 26px;
    top: 12px;
    position: relative;
}

/* 23-03-2022 */
/* .login-page {
    padding-top: 80px;
} */
.login-page .btn-black {
    /*margin-bottom: 20px;*/
    font-size: 16px;
}
.slick-arrow {
    display: none !important;
}
.product-thumbs img {
    width: 330px;
    height: 300px;
    object-fit: contain;
}
.product__slider-thmb .slick-slide img {    
    width: 60px;
    margin: auto;
    object-fit: contain;
    height: 40px;
}
.product__slider-thmb .slick-slide {
    width: 60px !important;
    /*border: 1px solid #ccc;
    margin: 5px;*/
    text-align: center;
    display: inline-block;
    float: none;
    cursor: pointer;
}
.product__slider-thmb.slick-slider .slick-track {
    margin: auto;
}
img.img-thumbnail-custom {
    max-width: 185px;
    max-height: 185px;
}
/**8-06-2022**/
body{
        background-color: #c8c9c7;
}
.col-md-8.login_div, .login_div{
    background: #fff;
    padding: 40px 15px 40px;
}
.btn ,.btn:hover{
    border: #ef4c23;
    color:#fff;
    background-color: #ef4c23;
}

a.nav-link.btn-white {
    background-color: #ef4c23;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #3897a0;
}
ul.profile_nav, nav.home_sub_nav{
    background-color: #3897a0;
}
.profile_nav .nav-item .nav-link{
    color:#fff;
    margin-right: 20px;
}
.profile_nav .nav-item .nav-link.active{
    background-color: rgb(208 219 231 / 25%);
}
nav.profile_sub_nav {
    background: #edeaea;
       
}
span.text{
    color: #3897a0;
}
.business-action-btn{
    width: 100%;
    color:#fff;
    margin-top: 7px;
}
.btn-light:not(:disabled):not(.disabled).active.business-action-btn.active{
    color:#ef4c23 !important;
}
.row.bussiness_row{
    margin-bottom: 20px;
}
a.a_bussiness{
    font-size: 15px;
    color: #3897a0;
}
th.myfunction{
    background-color: #3897a0 !important;
    color: #fff !important;
}
a.main_nav_link{
    color: #3897a0 !important;
}
span.home_text{
    color:#fff;
}
/*form#currently_working_on_form{
    margin-left: 150px;
}*/
.card-header{
    background-color: #3897a0;
    /*color: #fff;*/
}
.table > thead > tr > th{
    background-color: #3897a0 !important;
    color: #fff !important;
}
.page-item.disabled .page-link svg {
    color: #8e918b !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3897a0 !important;
    color: white;
}
.dropdown-item:active {
    text-decoration: none;
    background-color: #b4d8db !important;
}
span#events_notification {
    position: absolute;
    display: block;
    top: 38px;
    right: 66px;
}
#currently_working_on_form > div {
    max-width: 300px;
}
#currently_working_on_form .btn {
    height: 30px;
}
#accordionRequests .btn-icon {
    padding: 4px 8px 3px;
    margin-left: 8px;
}
#accordionRequests .btn-link {
    padding: 0;
    vertical-align: -webkit-baseline-middle;
}

