@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap');

body {

    font-family: 'Urbanist', sans-serif;
    --menu-item-size: 50px;
    --grey-color: #e6e6e6;
    --blue-color: #FECA03;
    --dark-grey-color: 585858;
    --white-color: #FFF;
    --gray-color: #EDEDED;
    --container-width: 700px;
    --container-height: 400px;
    --line-offset: calc((100% - var(--container-height))/ 2 + var(--menu-item-size) + 0.6em);
    margin: 0px;
    padding: 0px;

}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
#sidenavbar li a{color: #fff;}
.navbar-custom{ display: -webkit-inline-box;}
.navbar-custom li a{ padding: 0 15px 0 0; font-weight: 600; color: #fff; font-size: 18px;}

.get-in-touch-btn {
    margin-right: 15px;
    background: linear-gradient(135deg, #FF9B55 0%, #DA4F23 100%);
    border-radius: 24px;
    color: #fff;
}
.navbar-toggler{border: none;}
.navbar-toggler-icon{background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
.navbar-toggler:focus{box-shadow:none;}
.header-section {
    padding-top: 75px;
    position: relative;
    background: url('../images/header-bg.svg') no-repeat;
    width: 100%;
    height: 715px;
}
.grey-bg {
    background: url('../images/grey-bg.svg') no-repeat;
    min-height: 650px;
}
.header-right-section {
    width: 40%;
    float: left;
}
.header-right-section img {
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    filter: drop-shadow(-10px 20px 0 rgba(0, 0, 0, 0.1));
    float: left;
}
.header-section .header-left-section {
    padding: 50px 0;
    width: 60%;
    float: left;
}
a.btn.get-in-touch-btn.big-btn {
    padding: 13px 20px;
    font-weight: 700;
    font-size: 18px;
}
.header-section .header-left-section h1{
    font-weight: 700;
font-size: 50px;
color: #fff;
}
.header-section .header-left-section p{
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
section {
    padding: 50px 0;
    float: left;
    width: 100%;
}
.apptype p {
    color: #080808;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    padding: 0 156px;
    line-height: 29px;
    font-family: 'Urbanist', sans-serif;
}
.appcard {
    float: left;
    border: 2px solid #f1f1f1;
    border-radius: 14px;
    padding: 20px;
    width: 100%;
    margin-right: 15px;
    min-height: 274px;
}
.apptype .content p {
    text-align: left;
    color: #586069;
    font-size: 16px;
    padding: 10px 0;
    line-height: 22px;
}
a.btn-grey {
    background: linear-gradient(180deg, #47525E 0%, #2F363D 100%);
    border-radius: 24px;
    padding: 13px 20px;
    color: #fff;
    float: left;
}


.grey-bg .dashboard {
        padding: 20px 0;
    }
    .white-bg .dashboard {
        padding:25px 0;
    }
.dashboard h3{font-weight: 700;
        font-size: 24px;}

.dashboard h4{font-weight: 700;
            font-size: 16px; color: #1C83F4;}
            .dashboard p {
                font-weight: 600;
                font-size: 16px;
                color: #586069;
                line-height: 22px;
                font-family: 'Urbanist', sans-serif;
            }

    .dashboard li{font-weight: 700;
        font-size: 16px;
        
        color: #1A1C1F;}
.awards h4{font-weight: 600;
    font-size: 20px; color: #1A1C1F;}
.awards p{padding: 0; font-size: 16px; color: #707F8D; font-weight: 500; text-align: left; line-height: 21px;}
.awards h4 span{ color: #1C83F4;}
.awards {
    background: #FAFBFC;
    border: 1px solid #D1D5DA;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 30px;
}
.img-certiifcate {
    padding: 15px;
    display: flex;
}
.img-certiifcate img{margin-right: 10px;}
.analytics-and-reports {
    width: 100%;
    float: left;
    display: inline-flex;
    background: #ECF0F3;
    border: 1px solid #BDCFDD;
    border-radius: 20px;
}
.analytics-and-reports .left {
    width: 70%;
    padding: 40px;
    list-style-type: upper-greek;
}
.analytics-and-reports .left li {
    list-style-type: upper-greek;
    font-weight: 600;
    color: #586069;
    font-size: 16px;
}
.analytics-and-reports .right {
    width: 30%;
    text-align: right;
    right: 0;
}
.analytics-and-reports .right img{height: 100%;}
.analytics-and-reports h3 {
    font-weight: 700;
    font-size: 24px;
    color: #1A1C1F;
    padding: 0 0 15px;
}

.analytics-and-reports .left h4{font-weight: 700;
        font-size: 16px; color: #1C83F4;}

        .our-client {
            background: url('../images/our-clients.svg') no-repeat;
            min-height: auto;
            background-size: contain;
            padding-bottom: calc(15%);
        }
        .client-list {
            padding-top: 19px;
            text-align: center;
        }
.client-list h3{
   padding: 0 0 15px;
   font-weight: 700;
font-size: 24px;
color: #FFFFFF;
}
.testimonials-cards {
    background: #FFFFFF;
    border: 1px solid #E1E4E8;
    border-radius: 16px;
    display: inline;
    padding: 15px;
    float: left;
}
.testimonial-profile-pic {
    float: left;
    width: 20%;
}
.testimonials-user {
    width: 75%;
    float: left;
    padding: 0 15px;
    display: grid;
}
.testimonials-user h3{font-weight: 700;
    font-size: 18px;}

    .testimonials-user span{font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        
        color: #586069;}
        .testimonials-cards p {
            width: 100%;
            font-weight: 600;
            font-size: 16px;
            float: left;
            padding-top: 15px;
        }
        .testimonials h3{ font-weight: 700; font-size: 24px; padding-bottom: 25px;}
        .getintouch-form input{font-size: 16px; font-weight: 600;}
        .getintouch-form textarea{font-size: 16px; font-weight: 600;}
/* owl slider */

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}

/* owl slider */
    
.main-content {
    position: relative;
}
    
.owl-theme  .custom-nav {
            position: absolute;
            top: 35%;
            left: 0;
            right: 0;
        }
        .owl-theme    .owl-prev, .owl-next {
            position: absolute;
            height: 45px;
            color: inherit;
            background: none;
            border: none;
            z-index: 100;
            width: 45px;
            border-radius: 50% !important;
        }
        .owl-theme .owl-nav [class*=owl-] {
            margin: 5px;
            background: none;
            display: inline-block;
            cursor: pointer;
            border-radius: 3px;
        }
        .owl-theme .owl-nav [class*=owl-]:hover {
            background: none;
            color: #FFF;
            text-decoration: none;
        }
            .owl-theme    .owl-prev i, .owl-next  i {
                font-size: 20px;
                color: #ffffff;
            }
            

            .owl-theme   .owl-prev {
                left: 0;
            }

            .owl-theme    .owl-next {
                right: 0;
            }
/* owl slider */

.getintouch-form {
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(180deg, #47525E 0%, #2F363D 100%);
    border-radius: 16px;
    padding: 20px 15px 15px;
    color: #fff;
}
.getintouch-form .form-btn{ float: left; text-align: center;}
.getintouch-form a.form-btn{background: linear-gradient(135deg, #FF9B55 0%, #DA4F23 100%);
    border-radius: 24px; padding: 13px 20px;}

    footer {
        background: #1A1C1F;
        float: left;
        width: 100%;
    }
    .logo-socialmedia {
        padding: 50px 0;
        
    }
    .logo-socialmedia img{width: 122px;}
    .social-media {
        
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
    .social-media a{color: #fff;}
    .social-media a:first-child {
        color: #1A1C1F;
        background-color: #fff;
        border-radius: 50%;
        padding: 3px 11px;
        font-size: 20px;
        margin-right: 15px;
    }
    .social-media a:nth-child(2) {font-size: 30px;}
    .footer-links {
        color: #959DA5;
        padding: 50px 0;
    }
    .footer-links h4{color: #fff; font-size: 16px; font-weight: 600;}
    .footer-links ul{padding: 0;}
    .footer-links li {
        list-style: none;
        line-height: 30px;
        font-size: 14px;
        float: left;
        width: 50%;
        color: #959DA5;
        font-weight: 600;
    }
    .footerlinksmain {
        display: inline;
    }
    .footerlinksmain .footer-links {
        float: left;
        width: 50%;
    }
    .footer-bottom {
        float: left;
        width: 100%;
        text-align: center;
        padding: 15px 0;
        background-color: #fff;
        font-size: 16px;
        font-weight: 600;
        color: #586069;
    }
    .tabcontent {
        display: none;
        padding: 6px 12px;
       
        border-top: none;
      }
      .apptab .appcard:hover {
        background-color: #ECF0F3;
        cursor: pointer;
      }
      
      /* Create an active/current tablink class */
      .apptab .appcard.active {
        background: #ECF0F3; border: 2px solid #1C83F4;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
      }
      .navbar-brand img{width:200px;}
      nav.navbar.transparent-bg {
        position: absolute;
        z-index: 99;
        /* text-align: center; */
        width: 100%;
    }

    @media screen and (min-width:1920px) {
        .client-list {
            padding-top: 63px;
            text-align: center;
        }
    }

    @media screen and (max-width: 820px) {
        .fixed-top {
            position: relative;
            
        }
        nav.navbar.transparent-bg {
           position: inherit;
            z-index:inherit;
            width: 100%;
            background-color: #1ea5df;
        }
        .navbar-brand{width: 30%;}
        .navbar-brand img{width:90%;}
        .header-right-section img {
            border-radius: 50%;
            position: relative;
            bottom: 0;
        }
        .getintouch-form input{margin: 0 0 15px;}
        .row {
            display: flex;
            flex-direction: column; /* NEW */
        }
        section {
            padding: 25px 0;
           
        }
        .logo-socialmedia {
            padding: 15px 0 0;
        }
        .apptype p {
           
            font-size: 20px;
           
        }
        .header-section .header-left-section h1 {
     font-size: 30px;
          
        }
        .awards h4 {
            
            line-height: 34px;
        }
        .img-certiifcate img {
            margin-right: 10px;
            width: 100%;
            padding: 10px;
        }
        .analytics-and-reports .right img {
            height: 100%;
            width: 100%;
        }
        .navbar-custom li a {
            padding: 0 10px;
            font-size: 16px;
            border: 1px solid;
            border-radius: 20px;
            text-align: center;
            margin: 0 10px 0 0;
        }
        .navbar-custom {
            display: -webkit-inline-box;
            width: 100%;
            text-align: center;
            padding: 10px 15px;
        }
        form.d-flex {
            position: absolute;
            right: 0;
            top: 0;
        }
        .footer-links {
            color: #959DA5;
            padding: 10px 0;
        }
        .get-in-touch-btn {
            margin-top: 10px;
        }
        .header-right-section img {
            border-radius: 50%;
            width: 100%;
        }
        .header-right-section {
            width: 100%;
            float: left;
        }
        .header-section {
            padding-top: 35px;
            position: inherit;
            background: none;
            width: 100%;
            height: auto;
            background-color: #1ea5df;
        }
        .header-section .header-left-section {
            padding: 10px 0;
            width: 100%;
            float: left;
        }
        .img-certiifcate {
            padding: 15px;
            display: contents;
        }
        .analytics-and-reports {
            display: inline;
         }
         .analytics-and-reports .left {
            width: 100%;
            padding:10px;
            list-style-type: upper-greek;
        }
        .analytics-and-reports .right {
            width: 100%;
            text-align: left;
           
        }
        .grey-bg {
            background: none;
            min-height: 650px;
            background-color: #ecf0f3;
        }
        .apptype p {
          
            padding: 0;
        }
        .appcard {
         
            width: 100%;
           
        }
        .grey-bg .dashboard {
            padding: 30px 0;
        }
        .footerlinksmain .footer-links {
            float: left;
            width: 100%;
        }
        
       .sidebar-container {
  position: relative;
  transition: all 0.3s ease;
}

.sidebar {
  width: 250px;
  height: 100vh;
  position: fixed;
  transition: all 0.3s ease;
  overflow-y: auto;
}

.sidebar.collapsed {
  width: 60px;
}

.sidebar.collapsed .nav-link span,
.sidebar.collapsed .arrowdown span {
  display: none;
}

.sidebar.collapsed .nav-link {
  text-align: center;
  padding: 10px 5px;
}

.sidebar.collapsed .nav-link i {
  margin-right: 0;
  font-size: 1.2rem;
}

.sidebar-toggle {
  position: fixed;
  left: 220px;
  top: 10px;
  z-index: 1000;
  background: #f8f9fa;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.sidebar.collapsed + .sidebar-toggle {
  left: 30px;
}

.nav-link i {
  margin-right: 10px;
}

.sidebar-sticky {
  padding-top: 40px;
}

        
      
    
      }