
.body,html{
    position: relative;
//top: 0;
    
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    box-sizing: border-box;
    border: none;
    font-family: 'Poppins', sans-serif!important;
    line-height: 1.6;
    
}
body,html{
    font-family: 'Poppins', sans-serif!important;
}
.logo2{
    width: 48%;
    border-radius: 20px;
    z-index: 5;
    position: relative;
}
nav {
    position: absolute;
    top: 0;
    width: 100%;
    box-shadow: rgb(0 0 0 / 35%) 0px 0px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
    -webkit-box-shadow: rgb(0 0 0 / 35%) 0px 0px 3px;
    overflow: visible;
    transition: padding 0.3s ease-in-out;
    -moz-transition: padding 0.3s ease-in-out;
    -webkit-transition: padding 0.3s ease-in-out;
}
.nav-left {
    display: flex;
    align-items: center;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    box-shadow: none;
    overflow: visible;
    transition: padding 0.3s ease-in-out;
    -moz-transition: padding 0.3s ease-in-out;
    -webkit-transition: padding 0.3s ease-in-out;
}
.navBar{
    justify-content: space-between!important;
    padding: 0 1rem;
}
.header_all navbar{
    margin-top: 20px;
}
.header a.active {
    border-bottom: solid #19191B 3px;
    color:  #19191B;
    width: fit-content;
    padding-bottom: 5px;
}
.header2 a{
    color:#252550;
}
.header3 a{
    color:#19191B;
}
header3 a.active{
    border-bottom: solid #19191B 3px;
    color: #19191B;
    width: fit-content;
    padding-bottom: 5px;
}
.account{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    left: 75px;
}
.header2 a.active{
    border-bottom: solid #252550 3px;
    color: #252550;
    width: fit-content;
    padding-bottom: 5px;
}
.hamburger {
    display: none;
}
.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgb(16,12,8);
}
.nav-menu {
    display: flex;
    justify-content: space-between;
    z-index: 100;
    margin-bottom: 0px;
    list-style: none;
    
}
.nav-menu1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: auto;
}
.nav-item {
    margin-left:20px;
}
.navbar .dropdown-menu {
    position: absolute !important;
    margin-top: 0;
}
.navbar .dropdown-menu li {
    margin-bottom: 25px;
}
.navbar .dropdown-menu a {
    padding: 0px!important;
    font-size: 0.4rem!important;
    font-weight: 300;
}
.dropdown-container {
    position: absolute;
}
.login{
    background: #40408C;
    border-radius: 6px;
    color: white;
}
.nav-link{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #19191B;
}
.dropdown.dropdown-masked {
    position: static;
}
.solution-link {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.500211px;
    color:rgba(37, 37, 80, 1);
    font-weight: 400;
}
.solution_links p {
    font-weight: 400;
    font-size: 14px;
    line-height: 39px;
    letter-spacing: 0.04px;
    color: #172B4D;
    margin-bottom: 0rem;
}
.dropdown-menu.show {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 0px;
    border-radius: 24px;
    width: 280px;
    margin-top: 10px;
    -moz-animation: slide-down .5s ease-out;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    transform: translateY(0);
    transition: transform .6s cubic-bezier(.16,1,.3,1),opacity .2s ease-out;
}
.header_icon {
    width: 44px;
    margin-right: 10px;
}
.header_all.hidden{
    background-color: white;
    position: relative;
    z-index: 5000;
}
.header_all.hidden2{
    background-color: white;
    position: relative;
    z-index: 5000;
    height: 95px;
}
.header_all.hidden3{
    background-color: white;
    position: relative;
    z-index: 5000;
    height: 95px;
    color: #e36f2c;
}
.nav-active{
color: #e36f2c!important;
 }
.color{
    color: #e36f2c!important;
}
.modal_body,.modal_header,.modal_footer{
    border-bottom: none;
    border-top: none;
    text-align: center;
    justify-content: center;
}
.solutions_container{
    padding-top: 150px;
    padding-bottom: 130px;
    justify-content: center
}
.solutions_img_container{
    display: flex;
    align-items: center;
}
.img_solutions {
    width: 100%;
}
.solution_links p{
    font-weight: 400;
    font-size: 14px;
    line-height: 39px;
    
    letter-spacing: -0.656526px;
    
    color: #42526E;
    margin-bottom: 0rem;
}
.solution_links span{
    font-size: 15px;
    letter-spacing: -0.656526px;
    color: #696871;
}
.index-link{
    font-size: 14px;
    color: #19191B;
    line-height: 24px;
}
.menu-icon {
    line-height: 60px;
    width: 100%;
    background: #000;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: block;
}
@media only screen and (max-width: 768px) {
    .nav-menu{
        position: fixed;
        left: -100%;
        top:0px;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        z-index: 99;
        display: none;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow:
                0 10px 27px rgba(0, 0, 0, 0.05);
    }
    .nav-menu.active {
        left: 0;
        display: block;
        justify-content: space-between;
        text-align: left;
        position: absolute;
        
        top: 80px;
        background-color: white;
        transition: 0.5s;
        overflow: scroll;
        overscroll-behavior: contain;
        height: 80vh !important;
        min-height: 80vh !important;
    }
    .nav-left{
        display: flex;
        padding-right: 60px;
        align-items: normal;
        flex-flow: column;
    }
    .nav-menu.active li{
        border-bottom: 0.5px solid #D8D7E6;
    }
    .nav-link{
        padding-left: 0 !important;
    }
    .nav-item {
        margin: 1.0rem 0;
    }
    .nav-menu.active  li:last-child {
        border-bottom: none;
    }
    .hamburger {
        display: block;
        cursor: pointer;
        
        
        
    }
    .hamburger.active{
        
        z-index: 990;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .ham{
        display: block;
        cursor: pointer;
        
        
        
    }
    .ham.active{
        
        z-index: 990;
    }
    .ham.active .bar:nth-child(2) {
        opacity: 0;
    }
    .ham.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .ham.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .navbar .dropdown-menu{
        position: relative!important;
        transition: all 0.5s;
    }
    .dropdown-container{
        position: relative;
    }
    .dropdown-menu.show li{
        border-bottom: none!important;
    }
    .dropdown-menu.show{
        border: none;
        padding-left: 10px;
        box-shadow: none;
        transition: all 0.5s;
    }
}
@media(max-width: 786px) {
    .showing {
        max-height: 34em;
    }
    
    
    
    
    
    
    .menu-icon {
        display: block;
    }
    .footer_link p {
        margin: 30px 0 0px 0;
    }
}
#home_blog{
    margin-top: 100px;
    background-color: white;
    height: 100%;
}
.btm_cards{
    display: grid;
    grid-auto-flow: column;
    grid-gap: 30px;
}
.img-container{
   height: 450px;
}
.img-container img{
    background-repeat: round;
}
.photo img{
    display: block;
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.photo:hover img{
    box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
}
.photo .glow-wrap{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: -10px;
}
.photo .glow{
    display: block;
    position:absolute;
    width: 40%;
    height: 200%;
    background: rgba(255,255,255,.2);
    top: 0;
    filter: blur(5px);
    transform: rotate(45deg) translate(-450%, 0);
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.photo:hover .glow{
    transform: rotate(45deg) translate(450%, 0);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.photo:hover img,
.photo:hover .glow-wrap{
    margin-top: 0;
}
.card-cont{
   box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;;
}
.contactUs{
    
    background-color: #03004D;
    color: white;
    
    
    
    
    
}
.contactus_circle{
    background-repeat: no-repeat;
    background-position-x: 1035px;
    background-image: url(/assets/images/tende/group_15.png);
    padding-top: 200px;
    margin: auto;
    width: 1349px;
}
.social_media_icons{
    font-size: 15px;
    
    display: flex;
    row-gap: 5px;
    column-gap: 7px;
}
.social_media_icons_container{
    height: 40px;
    display: flex;
    justify-content: center;
    width: 40px;
    align-items: center;
}
.social_media_icons a {
    text-decoration: none;
    color: white;
}
.account{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    left: 75px;
}
.termsandconditions{
    color:white;
    text-decoration: none;
}
.termsandconditions:hover{
    color:white;
}
.account h1{
    font-size: 15px;
    color: #FFFFFFCC;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.account_container{
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 20px;
    align-items: baseline;
    justify-content: space-between;
}
.video{
    color: palevioletred;
    font-size: 15px;
}
.plain{
    color: limegreen;
    font-size: 15px;
}
.text{
    color: mediumpurple;
    font-size: 15px;
}
.text1{
    font-weight: 500!important;
    font-size: 24px!important;
    color: black!important;
    line-height: 36px;
    letter-spacing: -0.75px;
}
.features_footer,.testimonial_footer{
    padding:0;
    background-color: inherit;
    border: none;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-weight: 400;
}
.btn-get-started{
    
    background-color: #E36F2C;
    
    border: 1px solid #E36F2C;
    border-radius: 5px;
    color: white;
    font-size: 21px;
    line-height: 31.5px;
    letter-spacing: -0.66px;
    margin-left: 0;
}
.modal.show{
    display: inline-flex!important;
    align-items: center;
}
.content_image{
   display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.container-header{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.post-full-content{
    white-space: pre-wrap;
}
#success{
    background:#03a679;
    color:#f0f0f0;
}
.notify{
    position:absolute;
    top:0px;
    width:100%;
    height:0;
    box-sizing:border-box;
    color:white;
    text-align:center;
    background:rgba(50,205,50,.6);
    overflow:hidden;
    box-sizing:border-box;
    transition:height .2s;
}
#notifyType:before{
    display:block;
    margin-top:15px;
}
.active1{
    height:50px;
}
.success:before{
    Content:"Link Copied";
}
.paginate{
    
    border-radius: 30px;
    margin: 60px auto 60px auto;
    font-size: 14px;
    max-width: 400px;
    justify-content: space-between;
    padding: 5px;
}
.paginate a{
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none ;
    cursor: pointer;
    *cursor: hand;
    color: #333;
    border: 1px solid transparent;
    border-radius: 2px;
}
.paginate a:hover{
    color: white;
    border: none;
    background: #E36F2C;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}
.paginate a.isDisabled{
    cursor: default;
    
    
    color: #ffffff;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.next.last.first.previous{
    color: black;
}
 .paginate a.current{
     
     
     background: #E36F2C;
     color: white ;
     border: none;
     box-shadow: 0px 7px 16px rgb(0 0 0 / 14%);
     border-radius: 5px;
     height: 36px;
     width: 36px;
}
.footer_section{
    background-color:#F8F8FA;
    position: relative;
    padding-top: 60px;
    margin-top: 25px;
}
.footer_link{
    display: flex;
    flex-flow: column;
    font-size: 16px;
    line-height: 38px;
    
    letter-spacing: -0.500211px;
     color: rgba(37, 37, 80, 1);
}
.footer_link a{
    font-size: 16px;
    line-height: 38px;
    
    letter-spacing: -0.500211px;
    color:  rgba(37, 37, 80, 0.8);
}
.footer_link p,.title{
    font-weight: 500;
    font-size: 18px;
    line-height: 45px;
    
    letter-spacing: 0.01em;
    color:  rgba(37, 37, 80, 1);
     font-family: 'Poppins', sans-serif;
}
.contact_link{
    font-size: 16px;
    line-height: 38px;
    
    letter-spacing: -0.500211px;
    color: rgba(255, 255, 255, 0.7);
}
.social_media_icons a{
      color:#E5702E;
      font-size:18px;
}
.social_media_icons_container{
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
}
.right_reserved{
    font-size: 16px;
    line-height: 40px;
    
    color:  #252550;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: rgba(37, 37, 80, 1);
}ddress_title a{
    letter-spacing: -0.406421px;
    color: rgba(255, 255, 255, 0.7);
}
@-webkit-keyframes slide-down {
    0% { opacity: 0; -webkit-transform: translateY(-100%); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
    0% { opacity: 0; -moz-transform: translateY(-100%); }
    100% { opacity: 1; -moz-transform: translateY(0); }
}
.dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.dropdown-toggle:after {
    transition: 0.7s;
}
.embedsocial-hashtag-iframe{
    width: 100% !important;
}