
body {
    font-family: 'Ubuntu', sans-serif;
    padding: 0;
    margin: 0;
    color: #696e7b
}
a {
    outline: 0 !important;c
    text-decoration: none;
    display: inline-block;
}
.reg-id{
        font-size: 16px !important;
}
.reg-id span{
        color: #dfae38;
}
.float-wht{
    position: fixed;
    background-color: #25D366;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 999px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    box-shadow: 1px 1px 10px #707070;
    z-index: 50;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.float-wht i{
    line-height: 40px;
}
.float-wht:hover, .float-wht:active{
    background-color: #128c7e;
    color: #fff;
}
p{
    font-size: 16px;
    color: #222233;
}
a:hover, a:focus {
    color: #3d59e8;
    text-decoration: none;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.section-space{
    padding-top: 60px;
    padding-bottom: 60px;
}
.inner-sec{
    padding-top: 80px;
    padding-bottom: 100px;
}
.cat-inn{
    min-height: 100vh;
}
.inner-wrap{
    padding-top: 50px
}
.sub-h{
    color: #071626;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0rem;
}
.m-heading{
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2em;
    margin-top: 7px;
    color: #00435a;
    margin-bottom: 1rem;
}
.m-heading span{
    color: #071626;
}
.m-heading.blue-h{
    color: #3d59e8
}
.big-h{
    font-size: 2.3rem;
    color: #2a2834;
    font-weight: 700;
}
.btn:hover, .btn:focus{
    outline: none;
    color:#fff;
}
.btn:hover{
    color: #fff;
}
.btn-m-top{
    margin-top: 20px
}
.blue{
    letter-spacing: .5px;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: #071626;
    background: -webkit-linear-gradient(to right, #10253b, #071626);
    background: linear-gradient(to right, #10253b, #071626);
    background-repeat: repeat-x;
    transition:
        all 0.2s ease-in-out 0s;
}
.blue:hover{
    background: #00435a;
    background: -webkit-linear-gradient(to right, #10253b, #071626);
    background: linear-gradient(to right, #002f3f, #00435a);
    color: #ffffff;
}
.blue.inverted-btn{
    background: #00435a ;
    color: #fff
}
.blue.inverted-btn:hover{
    background-color:  #09091a;
    color: #fff
}
.inner-header{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background: #f5f5f5;
    background-image: url(../../assets/img/inner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /* background-attachment: fixed; */
}
.inner-header .breadcrumb-item.active {
    color: #cbcbcb;
}
.inner-header:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #f5f5f524;
    opacity: .8
}
.inner-header .container{
    position: relative;
}
.inner-header h1{
    color: #fff;
    font-weight: 600;
}
.inner-header .breadcrumb{
    margin-bottom: 0px;
    position: relative;
    display: inline-flex;
}
.inner-header .breadcrumb-item+.breadcrumb-item::before, .inner-header .breadcrumb a{
    color: #00bcd7;
    font-size: 17px
}
.m-list{

}
.m-list li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 27px;
    color: #222233;
}
.m-list li:before{
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #071626;
}
/* Navbar */
.logo{
    width: 145px;
    margin-bottom: -57px;
}
.navbar-light{
    background-color: #ffffff;
    z-index: 1050;
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-light .navbar-nav .nav-link.last{
    color: #ffffff;
    background: #071626;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #10253b, #071626);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #10253b, #071626); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.navbar-light .navbar-nav .nav-link.last:focus, .navbar-light .navbar-nav .nav-link.last:hover{
    background: #00435a;
    background: -webkit-linear-gradient(to right, #10253b, #071626);
    background: linear-gradient(to right, #002f3f, #00435a);
    color: #ffffff;
}
.navbar-light .dropdown-menu{
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    background: #071626;
    background: -webkit-linear-gradient(to right, #10253b, #071626);
    background: linear-gradient(to right, #10253b, #071626);
    color: #fff;
    min-width: 13rem;
    margin: auto;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 15px;
    color: #00435a;
    text-transform: uppercase;
    margin-left: 0px;
    font-weight: 500;
    padding: 26px;
    margin-bottom: -1px;
    letter-spacing: .5px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .dropdown.show .nav-link {
    color: #ffffff;
    background: #071626;
    background: -webkit-linear-gradient(to right, #10253b, #071626);
    background: linear-gradient(to right, #10253b, #071626);
}
.navbar-light.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -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;
}
.navbar-light.is-sticky .logo {
    width: 80px;
    margin-bottom: auto;
}
.custom-dropdown .dropdown-menu a {
    border-bottom: 1px solid rgb(255 255 255 / 16%);
    font-size: 14px;
    padding: 10px 5px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}
.custom-dropdown .dropdown-menu a > span {
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 10px;
    color: #fff;
    background: #fd7e14;
}
.custom-dropdown .dropdown-menu a:hover, .custom-dropdown .dropdown-menu a:active, .custom-dropdown .dropdown-menu a:focus {
    background: #00435a;
    color: #ffffff;
}

/* Main Banner */
.main-loc{
    position: absolute;
    left: -2%;
    top: 34%;
    z-index: 0;
    width: 40%;
}
.main{
    margin-bottom: 30px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
    background-image: url("../../assets/img/main-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.main:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   background-image: url("../../assets/img/main-overlay.png");
    background-size: cover;
    background-repeat: no-repeat;

}
.main:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background: #071626;
    background: -webkit-linear-gradient(to right, #10253b, #071626);
    background: linear-gradient(to right, #10253b, #071626);

}
.main .main-brdr{
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    z-index: 4;
}
.main-kit{
    position: relative;
    z-index: 1
}
.main .img-box{
    width: 91%;
}
.main .btn-ab{
    margin-top: 40px;
}
.main .sub-span{
    color: #1fb9d5;
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
}
.main .slider-content{
    z-index: 5;
    display: block;
    margin-top: 91px;
    position: relative;
}
.main .slider-content h1{
    color: #dfae38;
    font-weight: 600;
    font-size: 65px;
    line-height: 75px;
}
.main .slider-content h1 span{
    color: #ffffff;
}
.main .slider-content p{
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 16px;
}
.main .slider-content .blue{
    background: #dfae38;
    background: -webkit-linear-gradient(to right, #dfae38, #a17815);
    background: linear-gradient(to right, #dfae38, #a17815);
    margin-top: 40px
}
.main-top{
    color: #3d59e8;
    font-size: 1.2rem;
}
.main-heading{
    color: #dfae38;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 25px;
    line-height: 59px;
}
.main-heading span{
    color: #071626;
}
.sub-heading{
    color: #1fb9d5;
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
}
.cat-box{
    display: block;
    margin-bottom: 25px;
    position: relative;
}
.cat-box:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background: #071626;
    background: -webkit-linear-gradient(to bottom, #10253b, #071626);
    background: linear-gradient(to bottom, #10253b00, #071626);
}
.cat-box img{
    width: 100%
}
.cat-box .cat-name{
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    color: #0e2237;
    font-size: 18px;
    padding: 10px 15px;
    background: #dfae38;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: block;
}
.client-review{
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    margin-bottom: 25px;
    position: relative;
}
.client-review .user-image{position: absolute;left: 10px;}
.client-review .user-image img{
    width: 50px !important;
    height: 50px;
    border-radius: 50px;
    float: left;
    margin-right: 15px;
}
.client-review .user-title-content{

}
.client-review .user-title-content h6{
    font-size: 16px;
    margin-bottom: 4px;
    color: #dfae38;
    font-weight: 700;
}
.client-review .user-title-content p{
    color: #7d7d7d;
    font-size: 14px;
    display: none;
}
.client-review .client-des{
    color: #7d7d7d;
    font-size: 15px;
    padding-left: 43px;
}
.featured-slider .owl-nav {
    display: block !important;
}
.featured-slider .owl-nav button{
    display: block;
    font-size: 1rem!important;
    line-height: 1em !important;
    padding-top: 7px !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    background: transparent !important;
    z-index: 99;
    border: 1px solid #00435a !important;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #00435a !important;
}
.featured-slider .owl-nav button:hover{
    color: #dfae38 !important;
    border: 1px solid #dfae38 !important;
}
.featured-slider .owl-dot{
    display: none !important;
}
/* footer */

.m-footer{
    padding-top: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background: #071626;
    background: -webkit-linear-gradient(to right, #10253b, #071626);
    background: linear-gradient(to right, #10253b, #071626);
}
.footer-link-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-link-list li a{
    position: relative;
    color: #e5e5e5;
    margin-right: 15px;
    font-size: 14px;
    transition: all 0.5s ease-out;
}
.m-footer p{
    color: #e5e5e5;
    font-size: 14px;
    line-height: 1.9;
}
.m-footer h6{
    color: #dfae38;
    font-size: 19px;
    margin-bottom: 50px;
    position: relative;
}
.m-footer h6:after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0px;
    height: 2px;
    background: #ffffff;
    width: 50px;
}
.footer-middle{
}
.footer-social-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-list a{
    color: #dfae38;
    font-size: 16px;
    transition: .2s;
    width: 40px;
    background: #fff;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
}
.footer-social-list a:hover{
    color: #ffffff;
    background: #dfae38;
}
.footer-link-list li a{
    padding-bottom: 6px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.footer-link-list li a:hover{
    color: #dfae38;
}
.footer-widget{
    margin-top: 10px;
    padding-bottom: 25px;
}
.footer-bottom{
    margin-bottom: 0px;
    margin-top: 0;
    padding: 15px 0;
    width: 100%;
    /* background-color: #00445b; */
}
.footer-bottom p{
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff
}
.footer-bottom .container{
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 20px;
}
.footer-bottom p span{
    color: #dfae38
}
.footer-bar{
    border-bottom: 1px solid rgba(132,132,132,.17);
    margin-bottom: 60px;
    padding: 25px 0 22px;
}
.address-ul{
    color: #e5e5e5;
    font-size: 16px;
}
.address-ul li{
    padding-bottom: 6px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
    font-size: 14px;
}
.address-ul li i{
    color: #ffffff;
    font-size: 15px;
    margin-right: 3px;
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.address-ul li a{
    color: #fff;
}
.footer-link-list li a:after{
    content: "";
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-left: 2px solid #dfae38;
    border-bottom: 2px solid #dfae38;
    top: 7.5px;
    left: -7px;
    -moz-transform: rotate(224deg);
    -o-transform: rotate(224deg);
    -ms-transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
    transform: rotate(224deg);
    transition: all 0.5s ease-out;
}
.footer-link-list li a:hover:after{
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.logo-ft{
    width: 120px
}
.home-abt{
    background: #f7f7f7;
    position: relative;
    padding: 75px 25px 0px;
    border-radius: 10px;
}
.home-abt .blue{
    margin-top: 25px;
    margin-bottom: -20px;
}
.home-abt p{
    margin-bottom: 0px;
    position: relative;
}
.home-abt .main-heading{
  margin-bottom: 0px;
  position: relative;
  
}
.reg-form{
    border-radius: 6px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.reg-form .cntry-code select{
       max-width: 30%;
}
.reg-form .form-group {
    margin-bottom: 1rem;
    position: relative
}
.reg-form .form-group .input-label{
    font-size: 16px;
    color: #b28f6f;
}
.reg-form .form-group label {
    font-size: 14px;
    margin-bottom: 8px;
    color: #2a2834;
    font-weight: 500;
}

.reg-form .form-group .form-control {
    height: 46px;
    font-size: 14px;
    background-color: #ffffff00;
    border: 1px solid #0e223752;
    border-radius: 4px;
    color: #2a2834;
    padding: .375rem 1rem;
    font-weight: 400;
    letter-spacing: .5px
}
.reg-form .form-group .form-control:focus{
    border: 1px solid #071626;
    outline: 0;
    box-shadow: none;
}
.reg-form .form-group textarea.form-control{
    height: 90px
}
.reg-form .form-check-label {
    font-size: 15px;
}
.reg-form .reg-title{
    color: #2a2834;
    font-weight: 700;
    font-size: 25px;
}
.reg-form .reg-subtitle{
    color: #2a2834;
    margin-bottom: 20px;
    font-size: 15px;
}
.reg-form .form-group .form-control::placeholder {
    color:#2a2834;
    opacity: 1;
}

.reg-form .form-group .form-control:-ms-input-placeholder {
    color: #2a2834;
}

.reg-form .form-group .form-control::-ms-input-placeholder {
    color: #2a2834;
}
.reg-form .select2.select2-container{
    width: auto !important;
    background-color: #ffffff00;
}
.reg-form .select2-container .select2-selection--single{
    background-color: #ffffff00 !important;
    height: 46px !important; 
    border: 1px solid #c41f43 !important; 
    font-size: 14px;
        border-radius: 4px 0px 0px 4px !important; 
}
.btn-clear{
        position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 4;
}
.btn-clear .btn{
    width: 99.4px;
    height: 44.1px;
}
.cont-bg{
    background: #f2f2f2f0;
    padding: 40px 50px;
    border-radius: 10px;
    margin-top: 50px;
}
.con-box {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 3rem;
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.con-box i {
    /* background: #ffffff; */
    color: #ffffff;
    font-size: 18px;
    border-radius: 50px;
    background: #071626;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
}

.con-box .con-box-text {
    padding-left: 64px;
    padding-top: 4px;
}
.con-box .con-box-text a{
}
.con-box .con-box-text a:hover{
    
}
.con-box .con-box-text h6 {
    color: #00435a;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}

.con-box .con-box-text p {
    font-size: 14px;
    color: #696969;
}
.hor-tabs {
    border-bottom: 1px solid #0e4106;
    margin-top: 40px;
    position: relative;

}

.hor-tabs.nav-tabs {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.hor-tabs.nav-tabs .nav-item{
    flex: 1;
}
.hor-tabs.nav-tabs .nav-link {
    color: #000000;
    font-weight: 500;
    flex: 1;
    font-size: 15px;
    text-align: center;
    position: relative;
    transition: color 0.3s ease-in-out;
}

.hor-tabs.nav-tabs .nav-link:hover {
    color: #dfae38;
    position: relative;
    border: 0px;
}
.hor-tabs.nav-tabs .nav-link:hover::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dfae38;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

.hor-tabs.nav-tabs .nav-link:hover::after {
    transform: scaleX(1);
}

.hor-tabs.nav-tabs .nav-link.active {
    color: #071626;
    background: transparent;
    border: 0px;
}

.hor-tabs .slider {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    background: #dfae38;
    transition: transform 0.3s ease-in-out;
    z-index: 10;
}
.hor-tab-con{
    margin-top: 40px;
}
.hor-tab-con .nav-pills{
    display: block;
    border-right: 1px solid;
    height: 100%;
    width: 100%;
    padding-right: 20px;
}
.hor-tab-con .nav-pills .nav-link{
    width: 100%;
    text-align: left;
    background: #181818;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 4px;
    padding: 11px 13px;
}
.hor-tab-con .nav-pills .nav-link.active, .hor-tab-con .nav-pills .show>.nav-link{
    background: #071626;
}
.hor-tab-con .nav-pills .nav-link:hover{
    background: #0e4106
}
.table-product{
    margin-top: 20px;
}
.table-product thead{
    background-color: #071626;
    color: #dfae38;
}
.table-product thead th{
    padding: 15px 10px;
    font-size: 15px;
}
.table-product td{
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 500;
}
  .m-accordion .accordion-button{
      font-size: 15px;
      color:  #071626;
  }
.m-accordion .accordion-button::after {
    display: none !important;
  }
  .m-accordion .accordion-button .toggle-icon {
    margin-left: auto;
        font-size: 21px;
    color: #dfae38;
  }
  .m-accordion .accordion-button:not(.collapsed) {
       color: #ffffff;
    background-color: #071626;
    box-shadow: none;
}
.team-sec{
    background-color: #f7f7f7;
}
.team-card{
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    margin-top: 30px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
     transition: all .2s ease-in-out;
}
.team-card .team-img{
    border-radius: 4px;
    width: 100%;
    overflow: hidden;
     transition: all .2s ease-in-out;
}
.team-card .team-img img{
    border-radius: 4px;
     transition: all .2s ease-in-out;
}
.team-card:hover .team-img img{
    transition: all .2s ease-in-out;
    transform: scale(1.1);
}
.team-con{
    padding: 22px 0px 10px 0px;
}
.team-title{
    font-size: 23px;
    color: #071626;
}
.team-desg{
    margin-bottom: 0px;
    font-size: 15px;
    color: #dfae38;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .7px;
}
.team-desg span{
    
}
    .two-column-list {
  column-count: 2;
  column-gap: 1rem; /* optional: controls spacing between columns */
  list-style-position: inside;
}
.img-new{
    width: 38px;
    margin-left: 8px;
}
.wpcf7 form .wpcf7-response-output{
    position: absolute;
}
#clear-btn{
    background-color: #dfae38;
    color: #fff;
    border: 1px solid #dfae38;
}
@media (min-width: 992.2px){
.client-review{
    height: 250px;
}
}

@media (max-width: 992.2px){
    .cont-bg{
        padding: 15px;
    }
    .table-product td{
        font-size: 14px;
    }
    .cont-b{
        padding: 25px;
    }
    .home-abt{
        padding-top: 25px;
    }
    .navbar-light.is-sticky .navbar-collapse{
        padding-top: 0px;
    }
    .navbar-collapse{
        padding-top: 40px;
    }
    .navbar-light{
      
    }
    .navbar-nav{
        padding-bottom: 20px;
        padding-top: 10px;
        max-height: 400px;
        overflow-y: scroll;
    }
    .navbar-light .navbar-nav .nav-link{
        padding: 10px;
    }
    .logo {
    width: 100px;
    margin-bottom: -40px;
}
.main .slider-content h1 {
    font-size: 45px;
    line-height: 55px;
}
.main .slider-content{
    margin-top: 31px;
}
.main-heading{
    font-size: 35px;
    line-height: 35px;
}
}












