﻿/*sabir khan*/
 
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

body { 
    font-weight: 300; 
    font-family: "Ubuntu", sans-serif;
    
}

* {
    margin: 0px;
    padding: 0px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

a {
    transition: all .5s ease 0s;
    text-decoration: none;
}

a:hover {
    transition: all .5s ease 0s;
    text-decoration: none;
}

html {
    overflow-x: hidden;
}
p {
    color: #222;
}
ul {
    list-style: square;
    padding-left: 15px;
    line-height: 26px;
}
.sidebar {
    flex: 0 0 280px;
   
}
.customSticky {
    position: sticky;
    top: 88px; 
    padding: 20px;
    /* border-right: 1px solid #ddd; */
    box-shadow: 0 0 4px #00000038;
}

 
.sidebar h2 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 15px;
    background: #2d86eb;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    margin: -20px;
    margin-bottom: 13px;
    text-align: center;
}

    .sidebar ul {
        list-style: none;
        padding: 0;
    }

.sidebar li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px dashed #2d86eb;
    transition: all .5s ease 0s;
}

        .sidebar li:hover,
        .sidebar li.active {
            background-color: #2d86eb54;
            transition: all .5s ease 0s; padding-left:15px; 
        }

.content {
    flex: 1;
    padding: 20px;
}

    .content h3 {
        margin-top: 0;
    }

@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .sidebar {
        flex: none;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .content {
        padding: 10px;
    }
}

.QuestionsFirst {
    font-size: 24px;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
    color: #2a2a2c;
}

.Questions {
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    color: #2a2a2c;
}
.QuestionsShort {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    color: #2a2a2c;
}

.Answer {
    font-size: 14px; 
}


/*Home Page Starts*/
.homeBackground { 
    height: 90vh;
    width: 100%;
    background: #e7f3ff;
    position: relative;
    padding: 80px 0 60px 0; 
    align-items: center;
    background: url(../img/Site/hero-bg.png) top center no-repeat;
    background-size: cover;
}
.hero h4 {
    font-size: 22px;
    margin: 0; display:block;
    padding: 0px;
}
.hero h2 {
    font-size: 31px;
    display: inline-block;
    background: #fff;
    color: #222;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 10px;
}

.startButton {
    background-color: #00cfd1; /* Aqua / Teal background */
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 0 #008b8d;
    transition: all 0.2s ease-in-out;
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
}
    .startButton .fa {
        margin-left: 5px;
        transition: all 0.2s ease-in-out;
    }
    .startButton:hover .fa {
        margin-left: 10px;
        transition: all 0.2s ease-in-out;
    }

    .startButton:hover {
        background-color: #04AA6D;
        color: white;
        transition: all 0.2s ease-in-out;
    }

/*Home Page Ends*/


/*========= theme-btn ========*/
.theme-btn {
    background-color: #2d86eb;
    color: #fff;
    font-weight: 500;
    padding-right: 18px;
    padding-left: 18px;
    line-height: 24px;
    font-size: 14px;
    position: relative;
}
    .theme-btn2 { color:#fff !important}

    .theme-btn:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .theme-btn:hover {
        background-color: #2479d8;
        color: #fff;
    }

        .theme-btn:hover .icon {
            padding-left: 5px;
        }

.icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*===== theme-btn-outline ======*/
.theme-btn-outline {
    background-color: transparent;
    color: #2d86eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #2d86eb;
}

    .theme-btn-outline:hover {
        background-color: #2d86eb;
        border-color: #2d86eb;
        color: #fff;
    }

.theme-btn-outline-gray {
    border-color: rgba(127, 136, 151, 0.2);
    color: #6c727c;
}

.theme-btn-outline-white {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
}

/*===== theme-btn-sm ======*/
.theme-btn-sm {
    line-height: 23px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 14px;
}
.features-icons {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
}

.card { 
    transition: 0.5s ease; 
}
.card:hover {
    transform: translateY(-5px);
    transition: 0.5s ease;
    cursor: pointer;
}