/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

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;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    background-color: #efefef;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background-image: linear-gradient(to bottom, #2075b8 , #27265f);
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    border-bottom: 1px solid #fff;
    padding: 20px;
    background: transparent;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 25px 5px 25px 20px;
    font-size: 1.1em;
    display: block;
    background-color: transparent !important;
}

#sidebar ul li .contact {
    background-color: #0000005c !important;
    padding: 25px 5px 25px 5px !important;
}

#sidebar ul li a:hover {
    color: #000;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}
#sidebar .fa-solid{
    padding-right: 4%;
}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
ul.CTAs .fa-whatsapp{
    padding: 4% 4% 10% 5%;
    height: 60px;
    font-size: 45px;
    background-color: #208b38;
    color: #fff;
    border-radius: 30px;
    width: 60px;
}
ul.CTAs .contact-btn{
   padding: 3% 10% 4% 10%;
   background-color: #fff;
   border: none;
   margin-top: 10%;
   border-radius: 25px;
   box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
   color: #2075b8;
}
ul.CTAs .contact-btn:hover{
    border-color: #fff;
    background-color: #2075b8;
    color: #fff;
}
a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 100px 20px 20px 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: relative;
    z-index: 10;
    /*background-color: #efefef;*/
}
#content .card{
    padding: 3%;
}
#content .heading-sec h1{
    color: #2075b8;
    font-size: 40px;
    font-weight: 600;
    /*margin-bottom: 4%;*/
}
.white-logo{
    width: 20%;
}

/*dashboard section start*/
.card-body{
    position: relative;
    z-index: 10;
}
.card-body .logo-water-mark img{
    position: absolute;
    top: 50%;
  left: 35%;
  /*right: 0;*/
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.7;
  width: 40%;
}
.card-body p{ 
    color: #000;
}
.pov-boxes h4{
    font-size: 30px;
}
.pov-boxes h4 span{
    font-size: 35px;
    color: #27265f;
    font-weight: 600;
}
.pov-boxes{
    padding: 5% 0 5%;
}
.pov-boxes .item-row{
    align-items: center;
}
.pov-boxes .item-row .item-box{
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
    padding: 10% 2% 0% 5%;
    background-color: #fff;
    border-left: 5px solid #27265f;
    margin-bottom: 5%;
    height: 130px;
}
.pov-boxes .item-row .item-box h6{
    font-weight: 500;
    font-size: 18px;
    color: #2075b8;
    padding-bottom: 8px;
}
.pov-boxes .item-row .item-box h3{
    font-size: 20px;
    font-weight: 600;
    color: #5d5c5c;
}
.form-sec .form-label{
    color: #2075b8;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 4%;
}
.form-sec .form h6{
    color: #fd4351;
    font-size: 12px;
}
.form-sec .form .form-control{
    box-shadow: none;
    border-radius: 20px;
}
.form-sec .form .form-control:hover{
    border: 1.5px solid #2075b8;
}
.form-sec .form .form-control::placeholder{
    font-size: 13px;
}
.form-sec .form .btn-primary{
    background-color: #fd4351;
    border-color: #fd4351;
    box-shadow: none;
    border-radius: 20px;
    padding: 1.5% 8%;
    transition: 0.6s;
    color: #fff;
    margin: 4% 0;
}
.form-sec .form .btn-success{
    background-color: #2075b8;
    border-color: #2075b8;
    color: #fff;
     box-shadow: none;
    border-radius: 20px;
    padding: 1.5% 8%;
    transition: 0.6s;
    margin: 4% 0;
}
.form-sec .form .btn-success:hover{
    background-color: transparent;
    color: #2075b8;
    border-color: #2075b8;
}
.form-sec .form .btn-warning{
    background-color: transparent;
    border-color: #27265f;
    box-shadow: none;
    border-radius: 20px;
    padding: 1.5% 8%;
    transition: 0.6s;
    color: #27265f;
    margin: 4% 0;
}
.form-sec .form .btn-primary:hover{
    background-color: #27265f;
    border-color: #fd4351;
    color: #fff;
}
.form-sec .form .btn-warning:hover{
    background-color: #27265f;
    border-color: #27265f;
    color: #fff;
}
/*agreement section start*/
.agreement-upload{
    margin-top: 5%;
}
.agreement-upload .form .form-control{
        background-color: #ffffff;
    box-shadow: none;
    border: 2px solid #fd4351;
    border-radius: 20px;
    margin-bottom: 5%;
}
.agreement-upload .upload-btn{
    background-color: #fd4351;
    border: 1px solid #fd4351;
    padding: 2% 5%;
    color: #fff;
    font-size: 15px;
    margin-top: 5%;
    border-radius: 20px;
    width: 100%;
    transition: 0.6s;
}
.agreement-upload .upload-btn:hover{
    transition: 0.6s;
    transform: scale(1.05);
    background-color: transparent;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
    color: #fd4351;
}
    
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    .card-body .logo-water-mark img{
        left: 15%;
        width: 70%;
    }
}