
html {
    max-width: 100%;
    overflow-x: hidden
}

body {
    font-family: "Gidole", sans-serif;
    padding: 0;
    margin: 0;
    background-color: #121212;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: 0 0 0 0rem;
}
.navbar-light .navbar-toggler {
    background: #fff;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Krona One", serif;
}
.row-top{
    margin-top: 50px
}
p{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    color: #fff;
    letter-spacing: .7px;
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:focus {
    color: #3d59e8;
    text-decoration: none;
}
.btn-blue{
    background-color: rgba(8, 29, 70, 1)
}
.m-btn-sm{
    border-radius: 12px;
    font-size: 14px;
    padding: 4px 14px;
    color: #fff;
}
.btn:hover, .btn:focus {
    outline: none;
    color: #fff;
}

.btn:hover {
    color: #fff;
}

.section-space {
    padding-top: 70px;
    padding-bottom: 70px;
}
.theme-color{
    color: #22a70e;
}
.btn{
    font-weight: 500;
    border-radius: 4px;
}
.btn-main{
    padding: 0.75rem 1.75rem;
    color: #fff;
    line-height: 24px;
    font-size: 1rem;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    letter-spacing: .5px;
    background: #22a70e;
    border: 1px solid #22a70e;
}

.btn-main:hover, .btn-main:active {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: #ffffff;
    border: 1px solid #22a70e;
}

.btn-main.sm-btn{
    padding: 0.55rem 1rem;
    font-size: 14px;
}
.btn-main.border-btn {
    color: #22a70e;
    border: 1px solid #22a70e;
    background: #090909;
}
.btn-main.border-btn:hover, .btn-main.border-btn:active{
    color: #fff !important;
    background-color: #22a70e !important;
    border-color: #22a70e;
}
.main-heading span{
    color: #579fd6
}
.main-h {
    font-size: 36px;
    color: #ffffff;
    font-family: "Krona One", serif;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}
.main-h.main-small{
    font-size: 1.7rem
}
.main-h span{
    color: #22a70e;
}
.sub-h{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff
}
button:focus, .btn:focus, .btn:active:focus, .btn:active.focus{
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

/* Navbar */
.navbar-brand img{
    width: 130px;
}
.navbar-light.bg-light {
    background-color: #181818 !important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    color: #fff;
    border-radius: 40px;
}
.navbar-light .navbar-nav .show>.nav-link:before {
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    background: rgb(0 94 151);
    height: 3px;
    -webkit-transition-property: left right;
    transition-property: left right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-light.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #000 !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;
}
.navbar-light.is-sticky .navbar-brand img{
    width: 90px
}
.navbar-light.is-sticky .nav-link, .navbar-light .nav-item .sm-btn{
    margin-top: 0px !important
}
.navbar-light .navbar-nav .nav-link {
    text-transform: capitalize;
    font-weight: 500;
    padding: 1px 17px;
    letter-spacing: 1px;
    font-size: 14px;
    height: 33px;
    margin-right: 1px;
    margin-left: 1px;
    line-height: 28px;
    color: rgb(255 255 255 / 90%);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.navbar-brand {
    font-weight: 500;
    letter-spacing: .3px;
    font-size: 22px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #22a70e
}

.navbar-light .nav-item .dropdown-menu {
    padding: 20px 20px;
    width: max-content;
    background: #181818;
    border: 1px solid #22a70e4a;
}
.dropdown-menu .menu-box{
    display: flex;
    gap: 30px;
}
.drop-title{
    font-size: 17px;
    color: #22a70e;
    margin-bottom: 20px;
}
.navbar-light .nav-item .dropdown-menu .dropdown-item {
    font-size: 15px;
    color: #ffffff;
    opacity: 1;
    padding: 8px 10px;
    vertical-align: center;
}
.navbar-light .nav-item .dropdown-menu .dropdown-item img{
    width: 26px;
    margin-right: 5px
}
.navbar-light .nav-item .sm-btn{
    margin-top: 20px;
    padding: 7px 22px;
    font-size: 14px;
    margin-left: 27px;
    line-height: 24px;
    color: #fff;
    height: 43px;
    font-weight: normal;
    background: transparent;
    border: 1px solid #22a70e;
}
.navbar-light .nav-item .sm-btn:hover, .navbar-light .nav-item .sm-btn:active{
    color: #22a70e !important;
    border-color: #fff;
}
.navbar-light .nav-item .border-btn.sm-btn{
    color: #114a8f
}
.navbar-light .navbar-nav .dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #22a70e2e;
    border-radius: 7px;
}

.dropdown-toggle::after {
    content: "\F282";
    font-family: "Bootstrap-icons";
    border-top: 0;
    border-right: 0;
    border-left: 0;
    text-transform: none;
    white-space: nowrap;
    vertical-align: -.10em;
}

.navbar-btn-bg {
    background-color: #579fd6;
    color: #fff;
    border-radius: 10px;
    padding: 7px 17px;
}

.navbar-btn-bg:hover {
    color: #081D46 !important;
}

.navbar-btn-border {
    border: 1px solid #579fd6;
    border-radius: 10px;
    padding: 7px 17px;
}

.navbar-btn-border:hover {
    border: 1px solid #fff;
}

.is-sticky .navbar-btn-border:hover {
    border: 1px solid #01C981;
    color: #081D46 !important;
}

.nav-c .navbar-light .navbar-nav .nav-link.active, .nav-c .navbar-light .navbar-nav .show>.nav-link {
    color: #081D46;
}
.nav-c .navbar-light .navbar-nav .nav-link {
    color: #081D46;
}
/* main header */
.main{
    padding-top: 150px;
    padding-bottom: 70px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.main:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #000;
    opacity: .7;
    width: 100%;
    height: 100%
}
.main #particles{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
}
.slider-content{
    position: relative;
    z-index: 2
}
.slider-content h1{
    color: #fff;
    line-height: 1.3;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 30px
}
.slider-content .list-inline{
    margin-top: 50px
}
.slider-content h1 span{
    color: #22a70e;
    /* display: block; */
}
.slider-content p{
    font-size: 19px;
    margin-bottom: 30px;
}
.slider-img{
    position: relative
}
.slider-img img{
    border-radius: 16px;
    position: absolute;
}
.slider-img .main-1-img{
    margin-top: 120px;
    left: 0;
}
.slider-img .main-2-img{
    right: 0;
}
.m-list{
    margin-bottom: 40px
}
.m-list li{
    color: #ffff;
    margin-bottom: 18px;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    margin-left: 10px;
    background: #1e1e1eb8;
    width: 72%;
    padding: 10px 10px 10px 20px;
    border-radius: 4px;
}
.m-list li:before{
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: -9px;
    top: -10px;
    color: #22a70e;
    font-size: 18px;
}
.serv-circle{
    height: 184px;
    width: 184px;
    line-height: 184px;
    margin-top: 30px;
    text-align: center;
    border-radius: 999px;
    border: 2px dashed #22a70e;
    padding: 20px;
    background: #121212;
    transition: 0.5s ease-in-out;
}
.serv-circle p{
    margin-bottom: 0px;
    margin-top: 39%;
    font-size: 14px;
}
.serv-circle:hover{
    background: #22a70e;
    border: 2px dashed #121212;
    transition: 0.5s ease-in-out;
}
.serv-circle:hover p{

}
.comp-box{
    width: 93%;
    padding-right: 50px
}
.comp-box.comp-box-border{
    border-right: 1px solid #686868
}
.tag-ind{
    background: #22a70eab;
    color: #fff;
    display: inline-block;
    padding: 3px 23px;
    margin-bottom: 15px;
    border-radius: 6px;
}
.info-sec{
    background-color: #181818
}
.sol-sec{
    padding: 50px 50px 0px 50px;
    background: #181818;
    border-radius: 16px;
    position: relative;
    background-image: url(../../assets/img/sol-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}
.sol-sec .main-h{
    margin-bottom: 50px
}
.sol-sec .main-h span{
    display: block
}
.sol-div{
    position: absolute;
    width: 100%;
    bottom: 10%;
}
.sol-box{
    background: #121212;
    display: block;
    padding: 17px 30px;
    border-radius: 999px;
    border: 1px solid #22a70e;
    position: relative;
    margin-bottom: 20px;
    width: 57%;
}
.sol-left .sol-box{
    margin-right: auto
}
.sol-right .sol-box{
    margin-right: auto;
    margin-left: 130px;
}
.sol-box .sol-icon{
    width: 40px;
    height: 40px;
    line-height: 45px;
    background: #22a70e;
    text-align: center;
    border-radius: 999px;
    position: absolute;
    left: 7px;
    top: 6px;
    color: #fff;
    font-size: 22px;
}
.sol-box .sol-icon i{

}
.sol-box .sol-con{
    font-size: 14px;
    margin-bottom: 0px;
    padding-left: 29px;
    color: #fff;
    font-weight: 400;/* text-align: left; */
}
.hor-tabs {
    border-bottom: 1px solid #0e4106;
    margin-top: 40px;
    position: relative;

}

.hor-tabs.nav-tabs {
    position: relative;
    display: flex;
    width: 100%;
}

.hor-tabs.nav-tabs .nav-link {
    color: #fff;
    font-weight: 500;
    flex: 1;
    font-size: 17px;
    text-align: center;
    position: relative;
    transition: color 0.3s ease-in-out;
}

.hor-tabs.nav-tabs .nav-link:hover {
    color: #22a70e;
    position: relative;
    border: 0px;
}
.hor-tabs.nav-tabs .nav-link:hover::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0e4106;
    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: #22a70e;
    background: transparent;
    border: 0px;
}

.hor-tabs .slider {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    background: #22a70e;
    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: #22a70e;
}
.hor-tab-con .nav-pills .nav-link:hover{
    background: #0e4106
}
.about-section__img::before {
    top: -0.6875rem;
    left: -0.6875rem;
}
.tab-sec{
    position: relative
}
.tab-sec .container{
    z-index: 1;
    position: relative
}
.tab-sec .container .col-border{
}
.tab-sec::after {
    background-color: hsl(var(--base) / 0.4);
    bottom: 5%;
    right: 5%;
}
.tab-sec::before, .tab-sec::after {
    content: "";
    position: absolute;
    width: 11.75rem;
    height: 11.75rem;
    border-radius: 50%;
    -webkit-filter: blur(73.85px);
    filter: blur(73.85px);
    background-color: #22a70e45;
    -webkit-backdrop-filter: blur(-73.85px);
    backdrop-filter: blur(-73.85px);
    z-index: -1;
}
.tab-sec::before {
    top: -0.6875rem;
    left: -0.6875rem;
}
.tab-inn-con{
    background: #181818;
    padding: 20px;
    border-radius: 10px;
}
.tab-inn-con .inn-title{
    color: #22a70e;
    font-weight: 600;
    font-size: 25px;
}
.tab-inn-con .inn-sub-title{
    color: #22a70e;
    font-weight: 600;
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.m-list-inn{
    margin-bottom: 40px
}
.m-list-inn li{
    color: #ffff;
    margin-bottom: 18px;
    position: relative;
    padding-left: 24px;
    font-size: 15px;
}
.m-list-inn li:before{
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #22a70e;
    font-size: 14px;
}
.inn-serv{
    background: #121212;
    border-radius: 4px;
    border: 1px solid #094600;
}
.inn-serv-title{
    padding: 15px 10px;
    text-align: center;
    color: #22a70e;
    font-size: 15px;
    border-bottom: 1px solid #094600;
}
.inn-serv-con{
    padding: 0px 20px 20px 20px;
    text-align: center;
}
.inn-serv-con p{
    margin-bottom: 0px;
    margin-top: 20px;
    letter-spacing: 1px;
}
.service-card{
    background: #181818;
    padding: 30px;
    margin-top: 30px;
    border-radius: 8px;
    position: relative
}
.service-card:before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.0625rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(174, 255, 53, 0)), to #22a70e);
    background: -o-linear-gradient(bottom, rgba(174, 255, 53, 0) 50%, #22a70e 100%);
    background: linear-gradient(0deg, rgba(174, 255, 53, 0) 50%, #22a70e 100%);
    border-radius: inherit;
    --m: conic-gradient(#000 0 0);
    -webkit-mask: var(--m) content-box, var(--m);
    -webkit-mask-composite: xor;
    mask: var(--m) content-box exclude, var(--m);
    z-index: 0;
}
.ms .col-lg-4:nth-child(even) .service-card:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(174, 255, 53, 0)), to #22a70e);
    background: -o-linear-gradient(top, rgba(174, 255, 53, 0) 50%, #22a70e 100%);
    background: linear-gradient(180deg, rgba(174, 255, 53, 0) 50%, #22a70e 100%);
}
.service-card:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: #22a70e;
    z-index: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    border-radius: 8px;
}
.service-card:hover:after{
    height: 100% !important
}
.ms .col-lg-4:nth-child(odd) .service-card::after {
    top: 0;
}
.ms .col-lg-4:nth-child(even) .service-card::after {
    bottom: 0;
}
.service-card img{
    width: 70px;
    background: #121212;
    padding: 12px;
    border-radius: 8px;
    position: relative;
    z-index: 1
}
.service-card .service-title{
    color: #22a70e;
    margin-top: 30px;
    font-size: 20px;
    position: relative;
    z-index: 1
}
.service-card:hover .service-title{
    color: #fff
}
.service-card p{
    margin-bottom: 0px;
    position: relative;
    z-index: 1
}
.case-row .service-card{
    padding: 40px;
    margin-top: 20px
}
.case-row .service-card .service-title{
    margin-top: 00px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.main-timeline {
    position: relative;
    margin-top: 40px;
}

.main-timeline:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #22a70e;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #22a70e;
    border: 1px solid #22a70e;
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid #22a70e;
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #22a70e;
    margin: auto 0;
    position: absolute;
    top: -21px;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: #181818;
    border: 1px solid #232323;
    left: -6px
}

.main-timeline .date-outer:after {
    border: 1px solid #22a70e;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 26%;
    left: 0;
    color: #22a70e;
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    line-height: 36px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right;
    text-align: left;
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0;
    color: #22a70e;
}

.main-timeline .description {
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}
.form-div{
    padding: 35px;
    border-radius: 10px;
    position: relative;
    background: #181818;
}
.form-div:before{
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 450px;
    z-index: 0;
    background-image: url(../../assets/img/action-shape.png);
    background-size: cover;
    background-position: center;
}
.m-form{
    z-index: 1;
    position: relative
}
.m-form img{
    z-index: 1;
    position: relative
}
.m-form .form-title{
    color: #22a70e;
    margin-bottom: 20px;
}
.m-form .form-group{
    margin-bottom: 20px;
}
.m-form .form-group .form-control{
    background: #181818;
    border: 1px solid #22a70e70;
    height: 50px;
    font-size: 14px;
    color: #fff;
}
.m-form textarea.form-control{
    height: 100px !important;
    !i;!;
}
.m-form .form-group .form-control:focus{
    border: 1px solid #22a70e;
    box-shadow: none;
}
.m-form .form-group .form-control:active{

}
.form-control::placeholder {
    color: white;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: white;
}

.form-control::-ms-input-placeholder {
    color: white;
}
/* footer */

.m-footer{
    padding-top: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    background: #181818;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url(../../assets/img/bg-wave.png);
}
.footer-link-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-link-list li a{
    position: relative;
    color: #e5e5e5;
    margin-right: 30px;
    font-size: 15px;
    transition: all 0.5s ease-out;
}
.m-footer p{
    color: #e5e5e5;
    font-size: 14px;
    line-height: 1.9;
}
.m-footer h6{
    color: #22a70e;
    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: #22a70e;
    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: #22a70e;
}
.footer-link-list li a{
    padding-bottom: 6px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.footer-link-list li a:hover{
    color: #22a70e;
}
.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: #22a70e
}
.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;
}
.footer-link-list li a:after{
    content: "";
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #22a70e;
    border-bottom: 2px solid #22a70e;
    top: 6px;
    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;
}
#bt{
    background-color: #212121;
    color: #fafafa;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    opacity: 0;
    border: none;
    transition: opacity .1s linear;
    z-index: 10000;
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f;
}
#bt.show{
    opacity: 1;
}
.logo-ft{
    width: 150px
}
.m-accordion{

}
.m-accordion .accordion-button{
    background: #181818;
    border: 0px;
    color: #22a70e;
    font-size: 15px;
    box-shadow: none
}
.m-accordion .accordion-item{
    border: 1px solid #0a4e00;
    background-color: #181818;
    margin-bottom: 10px;
    border-radius: 4px !important;
}
.m-accordion .accordion-button::after {
    content: "+";
    font-size: 1.5rem;
    font-weight: 500;
    color: #22a70e;
    /* transition: transform 0.3s ease, content 0.3s ease; */
    margin-left: auto;
    background-image: none;
    margin-top: -7px;
}

.m-accordion .accordion-button:not(.collapsed)::after {
    content: "-";
    transform: none;
}
/* contact */
.inner-page{
    padding-top: 140px;
    padding-bottom: 70px;

}
.login-title {
    color: #22a70e;
    font-size: 28px;
    font-weight: 600;
}
.padding-form{
    padding: 35px;
}
.bg-login-form{
    background: #181818;
}
.bg-login-image {
    background-position: center;
    background-size: cover;
    position: relative
}
.bg-login-image.con-img{
    background-position: bottom;
    background-size: cover;
    background: #22a70e;
    padding-left: 0px;
}
.bg-login-image.pack-img{
    background-position: bottom;
    background-size: cover;
    background: linear-gradient(180deg,#fef7e2,#eeeefd);
}
.bg-login-image.pack-img .pack-m{

}
.bg-login-image.pack-img .pack-m h5{
    font-size: 22px;
    background: linear-gradient(180deg,#ede4c9,#d1d1ef);
    padding: 20px;
    border-radius: 20px;
    font-weight: 600;
    color: #006297;
}
.bg-login-image.pack-img .pack-m h1{
    font-size: 30px;
    font-weight: 700;
    color: #ff0c10;
    margin-top: 15px;
    margin-bottom: 15px;
}
.bg-login-image.pack-img .pack-m p{
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bg-login-form .form-group {
    margin-bottom: 1rem;
}
.user .form-control:focus {
    color: #fff;
    border-color: #22a70e;
    outline: 0;
    box-shadow: none;
}
.user .form-control-user {
    font-size: 14px;
    border-radius: 6px;
    padding: 1.4rem 1rem;
    display: block;
    width: 100%;
    height: calc(0.5em + 0.75rem + 2px);
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    background-color: #181818;
    background-clip: padding-box;
    border: 1px solid #22a70e70;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bg-login-form .label-top{
    margin-bottom: 0.3rem;
    color: #000;
}
.bg-login-form label{
    color: #006297;
    font-size: 14px;
    font-weight: 600;
}
.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: #000000;
    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 h6 {
    color: #000000;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}

.con-box .con-box-text p {
    font-size: 14px;
    color: #ffffff;
}
.team-box{
    background: #181818;
    padding: 20px;
    border-radius: 16px;
    margin-top: 30px;
    width: 100%;
    position: relative
}
.team-box .linkedin-a{
    color: #0B63BD;
    font-size: 32px;
    right: 15px;
    top: 15px;
    position: absolute;
    z-index: 2;
    background: #fff;
    line-height: 0px;
    border-radius: 4px;
}
.team-box .team-info{
    position: relative;
    margin-bottom: 41px;
    padding-left: 115px;
}
.team-box .team-img{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.team-box .team-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.team-box .team-title{
    color: #22a70e;
    font-size: 20px;
    padding-top: 20px;
}
.team-box .team-desg{
    font-style: italic;
}
.team-box .team-p{
    margin-bottom: 0px;
}
.char-div{
    padding: 35px;
    border-radius: 10px;
    position: relative;
    background: #181818;
}
.char-div .char-title{
    color: #22a70e;
    margin-bottom: 30px
}
.char-div .m-list-inn{
    margin-bottom: 15px
}
.sec-red-img{
    background-image: url(../../assets/img/red-sec.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 100%;
}
.sec-red-con{
    z-index: 1;
    position: relative;
    background-color: #181818;
    padding: 100px;
}
.sec-red-con .m-heading, .sec-red-con p{
    color: #fff
}
.sec-red-con p{
    margin-bottom: 3rem;
}
.prog-box{
    position: relative;
    border: 2px solid transparent;
    background: linear-gradient(71deg, #080509, #1a171c, #080509);
    background-clip: padding-box;
    border-radius: 35px;
    padding: 40px 40px 60px 40px;
    margin-top: 30px;
}
.prog-box:after{
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    content: "";
    z-index: -1;
    border-radius: 35px;
    background: linear-gradient(71deg, #0d1212, #22a70e, #0d1212);
}
.prog-box .prog-img i{
    font-size: 40px;
    color: #fff
}
.prog-box .prog-img img{
    width: 50px;
    filter: brightness(0) invert(1);
}
.prog-box .prog-title{
    color: #22a70e;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.4;
    max-height: 47.5px
}
.prog-box a{
    background: #22a70e;
    color: #fff;
    font-size: 27px;
    width: 34px;
    height: 34px;
    line-height: 35px;
    text-align: center;
    border-radius: 999px;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.prog-box a i{
    line-height: 35px;
}
.prog-box a:hover{
    transform: rotate(0deg);
    transition: all 0.3s ease;
}
.prog-no-a .prog-box{
    padding: 40px
}
.icon-box{
    margin: 30px;
    text-align: center;
}
.icon-box .icon-box-i{
    width: 54px;
    height: 54px;
    line-height: 53px;
    font-size: 32px;
    border-radius: 10px;
    background: #22a70e;
    color: #fff;
    margin: 0px auto 30px;
}
.icon-box .icon-box-i i{

}
.icon-box h5{
    color: #22a70e;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 14px;
}
.icon-box p{

}
.image-bg{
    background-image: url(../../assets/img/emerging.jpg);
    background-size: cover;
    background-position: center;
    padding: 40px;
    border-radius: 10px;
    background-attachment: fixed;
    position: relative;
}
.image-bg:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(71deg, #080509, #1a171c, #080509);
    opacity: .7;
}
.image-bg .main-h, .image-bg .sub-h, .image-bg p{
    z-index: 2;
    position: relative
}
.m-timeline {
    margin: 4em auto;
    position: relative;
}
.m-timeline:before {
    background-color: #22a70e;
    content: '';
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 4em;
    width: 2px;
    height: 100%;
}

.m-timeline-event {
    position: relative;
}
.m-timeline-event:hover .m-timeline-event-icon {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ffffff;
}

.m-timeline-event-copy {
    padding: 2em;
    position: relative;
    top: -1.875em;
    left: 5em;
    background: #181818;
    margin-bottom: 30px;
    width: 80%;
    border-radius: 10px;
}
.m-timeline-event-copy h3 {
    font-size: 1.55em;
    margin-bottom: 27px;
    color: #fff;
}
.m-timeline-event-copy h3 span{
    color: #22a70e;
}
.m-timeline-event-copy h4 {
    font-size: 1.2em;
    margin-bottom: 1.2em;
}
.m-timeline-event-copy strong {
    font-weight: 700;
}
.m-timeline-event-icon {
    -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #22a70e;
    outline: 10px solid #22a70e47;
    display: block;
    margin: 0.5em 0.5em 0.5em -0.5em;
    position: absolute;
    top: 0;
    left: 2em;
    width: 1em;
    height: 1em;
}

/* media queries */
@media (min-width: 992px) {
    /* Initial state of the dropdown menu */
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.5s ease;
        pointer-events: none;
    }

    /* On hover, make dropdown visible with animation */
    .dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
}
@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media (max-width: 767px) {
	 .slider-content .list-inline li{
       margin-bottom: 15px;
   }
	 .slider-img img{
        position: relative;
    }
    .slider-img .main-1-img{
        display: none;
    }
    .sec-red-con{
        padding: 50px
    }
    .serv-circle {
    height: 140px;
    width: 140px;
    line-height: 140px;
    }
    .serv-circle p{
        margin-top: 20%
    }
    .section-space {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .comp-box{
        width: 100%
    }
    .comp-box.comp-box-border{
        border-right: 0px
    }
    .main{
        padding-top: 100px;
        padding-bottom: 50px
    }
    .main-h{
        font-size: 22px
    }
    .sol-box{
        width: 100%
    }
    .sol-div{
        position: relative
    }
    .sol-sec {
        padding: 30px 20px 0px 20px;
    }
    .sol-right .sol-box {
        margin-right: auto;
        margin-left: 0px;
    }
    .sol-box{
        padding: 12px 5px
    }
    .sol-box .sol-con{
        font-size: 12px;
        padding-left: 0px;
    }
    .sol-box .sol-icon {
        width: 23px;
        height: 23px;
        line-height: 26px;
        left: -4px;
        top: -7px;
        color: #fff;
        font-size: 15px;
    }
    .slider-content .list-inline {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .slider-content h1{
        font-size: 26px
    }
    .slider-content .m-list li{
        width: 100%;
        font-size: 13px
    }
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .main-timeline .date-content:before {
        display: none
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }
    .main-timeline .date {
        top: 30%
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
}