@import url('https://fonts.googleapis.com/css?family=Muli:400,600|Quicksand:500,700');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');


.section-1 {
    position: relative;

}

.inner-image {
    position: relative;
}

#headimg {
    position: absolute;
    z-index: -1;
}

.inner-content {
    background-color: #00000087;
    color: white;

}

.innercourse ul li {
    border: 1px solid white;
    border-radius: 50px;
    padding: 10px;
    margin: 10px;
}

.innercourse ul li:hover {
    background-color: #ffffff;
    cursor: pointer;
    color: black;
    border: 1px solid rgb(255, 255, 255);

}




.search input[type=search] {
    background-color: rgba(255, 255, 0, 0);
    color: white;
    border-right: 0px solid transparent;
    border-radius: 50px 0px 0px 50px;
}

.searchbtn {
    border-radius: 0px 20px 20px 0px;
    border: 1px solid white;
    border-left: 0px;
    background-color: transparent;
    color: white;
}

#prelooder {
    background: rgb(255, 255, 255) url(video/looder.gif) no-repeat center center;
    background-size: 30%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 999999;
}

.social-outter {
    background-color: #dbdbdba9;
    padding: 20px;
}

.social-outter img {
    background-color: #dbdbdba9;
    padding: 20px;
    height: 60vh !important;
}

html {
    scroll-behavior: smooth;
}

:root {
    --main-orange-color: #f58634;
    --main-blue-color: #051424;
    --heading-text-color: #252525;
    --dark-text-color: #444;
    --light-bg-color: #f9f9f9;
    --light-border: #eee;
    --paragraph-color: #555;
}

body {
    background-color: whitesmoke;
    font-family: 'Muli', sans-serif;
    user-select: none;
}



a:hover {
    text-decoration: none
}

ul,
ol {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.fontQuicksand {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.mainHeader {
    /* display: none; */
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
}

.logo {
    padding: 2px 30px;
    position: relative;
    -moz-transform: translateX(-36px);
    -webkit-transform: translateX(-36px);
    -o-transform: translateX(-36px);
    -ms-transform: translateX(-36px);
    transform: translateX(-36px);
    text-align: center;
}

.logo:after {
    content: "";
    width: 250px;
    height: 122px;
    transform: skew(30deg);
    background: white;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.logo a {
    position: relative;
    z-index: 2;
}

.contactInfo {
    float: right;
    color: white;
}

.contactInfo .icon {
    float: left;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    text-align: center;
    line-height: 36px;
    border-radius: 20px;
    margin: 0 10px 0 0
}

.rightContent {
    float: left;
}

.rightContent h5 {
    margin: 0px 0 5px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700
}

.rightContent h6 {
    margin: 0px;
    font-size: 14px;
    font-weight: 400
}

.rightContent h6 a {
    color: white
}

.rightContent h6 a:hover {
    color: var(--main-orange-color)
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
}

.navbar-light .navbar-nav .nav-item:first-child .nav-link:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 47px solid white;
    border-left: 26px solid transparent;
    position: absolute;
    top: 0px;
    left: -26px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    color: var(--heading-text-color);
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 18px
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    background-color: var(--main-orange-color);
    color: white
}

.navbar-light .navbar-nav .nav-item:first-child:hover .nav-link:before,
.navbar-light .navbar-nav .active:first-child .nav-link:before {
    border-top-color: var(--main-orange-color)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    background-color: var(--main-orange-color);
    color: white
}

.navbar-nav li {
    position: relative;
}

.navbar-nav>li:hover>a {
    background-color: var(--main-orange-color);
    color: white !important;
}

.navbar-nav ul {
    position: absolute;
    background-color: var(--light-border);
    font-size: 14px;
    display: none;
}

.navbar-nav ul li a {
    padding: 10px;
    color: var(--main-blue-color);
    border-bottom: 1px solid white;
    display: block;
    border-left: 3px solid var(--light-border);
}

.navbar-nav ul li a:hover {
    border-left-color: var(--main-orange-color);
    background-color: var(--light-bg-color);
}

.navbar-nav li ul li {
    position: relative;
}

.navbar-nav li ul li ul {
    display: none;
    position: absolute;
    top: 0
}

.navbar-nav li ul li ul li {
    position: relative;
}

.navbar-nav li ul li ul li ul {
    display: none;
    position: absolute;
}

li[data-sm-horizontal-sub]:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 25%;
    right: 7px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



li[data-sm-horizontal-sub]>ul>li>ul {
    left: 99% !important;
}

.dropDown {
    position: relative;
}

.dropDown a {
    padding-right: 20px !important;
}

.dropDown button {
    position: absolute;
    top: 16px;
    background-color: transparent;
    width: 15px;
    height: 15px;
    overflow: hidden;
    border: none;
    right: 0px;
    padding: 0;
    text-indent: -9999px;
}

.dropDown:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 25%;
    color: var(--paragraph-color);
    font-size: 15px;
    right: 7px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.dropDown:hover:after,
.current:after {
    color: white
}

.dropdownIcon {
    position: relative;
}

.dropdownIcon:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 7px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



.facebook {
    background-color: #3b5998;
    border: 1px solid #3b5998
}

.facebook:hover {
    background-color: transparent;
    color: #3b5998
}

.twitter {
    background-color: #38A1F3;
    border: 1px solid #38A1F3
}

.twitter:hover {
    background-color: transparent;
    color: #38A1F3
}

.linkedin {
    background-color: #0077B5;
    border: 1px solid #0077B5
}

.linkedin:hover {
    background-color: transparent;
    color: #0077B5
}

.youtube {
    background-color: #FF0000;
    border: 1px solid #FF0000
}

.youtube:hover {
    background-color: transparent;
    color: #FF0000
}

.instagram {
    background-color: #833AB4;
    border: 1px solid #833AB4
}

.instagram:hover {
    background-color: transparent;
    color: #833AB4
}

.topSocial {
    float: right;
    margin: 0 0 0 10px;
}

.topSocial a {
    width: 36px;
    height: 36px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    color: white
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
    /* .sidet {
        padding: 0px;
    } */

    .logo img {
        width: 188%;
    }
}


@media screen and (min-width: 100px) and (max-width: 767px) {
    /* .sidet {
        padding: 0px;
    } */

    .logo {
        position: relative;
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        text-align: center;
    }

    .logo:after {
        content: "";
        width: 100%;
        height: 122px;
        transform: skew(0deg);
        background: white;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

    .contactInfo {
        display: none;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .contactInfo.callMobile {
        display: block;
        background-color: white;
        color: var(--heading-text-color);
        width: 100%;
        padding: 10px 0 10px 30%;
    }

    .contactInfo.lastStyle .rightContent h6 a,
    .contactInfo.callMobile .rightContent h6 a {
        color: var(--paragraph-color)
    }

    .contactInfo.lastStyle .icon,
    .contactInfo.callMobile .icon {
        border-color: var(--heading-text-color)
    }


    .navbar {
        margin-left: 0 !important;
    }

    .navbar-toggler {
        width: 100%
    }

    .navbar-toggler p {
        float: left;
        margin: 4px 0 0 0
    }

    .navbar-light .navbar-toggler-icon {
        float: right
    }

    .navbar-nav ul {
        position: relative;
        top: auto;
        width: 100%;
    }

    .dropDown:after {
        top: 10px;
        right: 10px;
    }

    .dropDown button {
        top: 16px;
        right: 7px;
    }

    .navbar-light .navbar-nav .nav-item:first-child .nav-link:before {
        border-top: none
    }

    li[data-sm-horizontal-sub]:after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: 25%;
        right: 7px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    li[data-sm-horizontal-sub]>ul {
        left: 5% !important;
        right: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        width: 95% !important;
        min-width: 0 !important;
        border-left: 2px solid var(--main-orange-color);
        max-width: none !important;
        position: relative !important;
    }

    li[data-sm-horizontal-sub]>ul>li>ul {
        left: 5% !important;
        right: auto !important;
        width: 95% !important;
        position: relative !important;
        border-left: 2px solid var(--main-orange-color);
    }

    li[data-sm-horizontal-sub]>ul>li[data-sm-horizontal-sub]:after {
        top: 10px !important;
    }

    .topSocial {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .logo {
        position: relative;
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    .logo:after {
        content: "";
        width: 170%;
        height: 122px;
        transform: skew(0deg);
        background: white;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

    .lastStyle {
        float: right;
        margin: 10px 100px 0 0 !important;
    }

    .navbar {
        margin-left: 0px !important;
    }

    .navbar-toggler {
        width: 100%
    }

    .navbar-toggler p {
        float: left;
        margin: 4px 0 0 0
    }

    .navbar-light .navbar-toggler-icon {
        float: right
    }

    .navbar-nav ul {
        position: relative;
        top: auto;
        width: 100%;
    }

    .dropDown:after {
        top: 11px;
        right: 10px;
    }

    .dropDown button {
        top: 16px;
        right: 7px;
    }

    .navbar-light .navbar-nav .nav-item:first-child .nav-link:before {
        border-top: none
    }



    li[data-sm-horizontal-sub]:after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: 25%;
        right: 7px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    li[data-sm-horizontal-sub]>ul {
        left: 5% !important;
        right: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        width: 95% !important;
        min-width: 0 !important;
        border-left: 2px solid var(--main-orange-color);
        max-width: none !important;
        position: relative !important;
    }

    li[data-sm-horizontal-sub]>ul>li>ul {
        left: 5% !important;
        right: auto !important;
        width: 95% !important;
        position: relative !important;
        border-left: 2px solid var(--main-orange-color);
    }

    li[data-sm-horizontal-sub]>ul>li[data-sm-horizontal-sub]:after {
        top: 10px !important;
    }


    .topSocial {
        display: none;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .navbar-light .navbar-nav .nav-link {
        text-transform: capitalize;
        padding: 12px 12px;
    }
}



/******************header end*****************************************************/


#hidden_bar {
    display: none;
}

/*******************************second********************************************/

#try li a {
    font-size: 30px;
    display: block;
    position: none;
    text-align: center;
}

.laptop {
    display: none;
}

.panel-body {
    display: none;
}

#try {
    z-index: 999999999;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 800px;
    font-weight: bold;
    background-color: rgb(235, 235, 235);
}

#try ul {
    list-style: none;
    padding: 20px;
    text-align: '';
    line-height: 50px;
    cursor: pointer;
    font-size: 22px;
}

#try ul li a {
    text-align: left;
    color: #bbbaba;
    font-size: 20px;
}

#try ul h2 {
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

#try ul div i {
    line-height: 45px;
    text-align: center;
    width: 50px;
}

#try ul div #F {
    background-color: #060888;
    color: rgb(255, 255, 255);
    line-height: 45px;
    text-align: center;
    width: 50px;
}

#try ul div #F:hover {
    background-color: transparent;
    color: #060888;
    border: 2px solid #060888;
}

#try ul div #T {
    background-color: #484aee;
    color: rgb(255, 255, 255);
    line-height: 45px;
    text-align: center;
    width: 50px;
}

#try ul div #T:hover {
    background-color: transparent;
    color: #484aee;
    border: 2px solid #484aee;
}

#try ul div #L {
    background-color: #1e1f61;
    color: rgb(255, 255, 255);
    line-height: 45px;
    text-align: center;
    width: 50px;
}

#try ul div #L:hover {
    background-color: transparent;
    color: #1e1f61;
    border: 2px solid #1e1f61;
}

#try ul div #Y {
    background-color: #ff0000;
    color: rgb(255, 255, 255);
    line-height: 45px;
    text-align: center;
    width: 50px;
}

#try ul div #Y:hover {
    background-color: transparent;
    color: #ff0000;
    border: 2px solid #ff0000;
}

#try ul div #I {
    background-color: #e65b0b;
    color: rgb(255, 255, 255);
    line-height: 45px;
    text-align: center;
    width: 50px;
}

#try ul div #I:hover {
    background-color: transparent;
    color: #e65b0b;
    border: 2px solid #e65b0b;
}

#try ul li:hover {
    color: #ffc400;
    font-size: 30px;
    transform: scale(1.0);
    transition: .7s;
}

#bar {
    cursor: pointer;
    margin-top: 6px;
    position: relative;
    left: 2%;
    font-size: 25px;
    border: 2 solid black;
}

#fot ul {
    font-size: 25px;
}

#fot {
    padding: 20px;
    text-align: center;
}

#line a {
    position: relative;
    text-decoration: none;
    font-size: 15px;
    padding: 0 10px;
    color: rgb(255, 255, 255);
}

#line a:after {
    content: "";
    position: absolute;
    /* background-color: #39b2f8; */
    background: rgb(131, 58, 180);
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
    height: 3px;
    left: 0;
    width: 0;
    bottom: -10px;
    transition: 0.3s;
}

#line a:hover:after {
    width: 100%;
}

#line a:hover {
    color: #001aff;
    transform: scale(1.1);
    transition: .5s;
}

#line {
    margin: 0px;
    list-style: none;
    color: white;
    font-size: 20px;
}

/*************************************************************************** nav end *****/




/***** btn start 4 btn in it ****/

.group {
    border-radius: 100%;
    left: 95%;
    top: 40%;
    font-size: 25px;
    z-index: 99;
    height: 50px;
    text-align: center;
    align-items: center;
    width: 50px;
    color: white;
    background-color: rgb(0, 30, 114);
    position: fixed;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.287);
    border: 2px solid rgb(0, 30, 114);
}

.whatapp {
    z-index: 99999999999999999999;
    border-radius: 100%;
    left: 95%;
    top: 50%;
    font-size: 30px;
    z-index: 2;
    height: 50px;
    color: #66ff00;
    align-items: center;
    width: 50px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    border: 2px solid;
    border-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.281);
}

#equri img {
    z-index: 999;
    /* border-radius: 100px; */
    left: 94.9%;
    top: 60%;
    height: 100px;
    width: 50px;
    position: fixed;
    /* box-shadow: 20px 0px 20px #00eeff; */
    cursor: pointer;
    background-color: transparent;
}

.fut {
    list-style: none;
    text-align: center;
    position: relative;
}

.fut li {
    margin: 10px;
}

.bt {
    color: #ffffff;
    width: 200px;
    border-radius: 5px;
    font-size: 2vh;
    margin: 0px 20px 0px 20px;
}


.bt a {
    height: 400px;
    width: 100%;
    background-color: #0077B5;
    /* position: relative; */
    color: rgb(255, 255, 255);

}

.bt:hover {
    /* color: rgb(0, 0, 0) !important; */
    background-color: #000000;
}



/***********slider**********************/

.logo-slide {
    padding: 20px;
}

.logo-slide .itme img {
    border: 1px solid black;
    border-radius: 10px;
}

.logo-bar {
    background-color: #ffe15eb6;
    height: 7vh;
}

.logo-bar .itme {
    margin-top: 10px;
    border: #111;
    height: 50%;
    text-align: center;
    font-size: auto;
}

.logo-slider .slick-slide {
    margin: 15px;
}

.slick-dots li.slick-active button:before {
    color: #59c01d;
}

.slick-dots li button:before {
    font-size: 30px;
}

.itme:hover {
    display: block;
    transition: all ease 0.3s;
    transform: scale(0.9) translateY(-5px);
}

#arro {
    color: #ffe15eb6;
    font-size: 50px;
    margin-left: 8%;
}

/**********end**********************************************/


#lineh2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    margin-top: 30px;
    color: rgb(0, 0, 0);
}


#lineh2:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 4px;
    background-color: #ffffff;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/*******prog end**********************************/
/******dash_board**************************************************/

/* .dash {
    max-width: 250px;
    height: 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.164);
    background-color: rgba(255, 255, 255, 0.507);
    border-radius: 100px;
    border: 2px dotted black
}

.dash img {
    height: auto;
    width: 40%;
} */



/*****end****dash_board**************************************************/
/*******review***placement****infra******************************/

.view {
    border-radius: 0px;
    max-width: 400px;
    height: 400px;
    margin: 20px 5px;
    padding: 10px 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
    background-color: rgba(255, 255, 255, 0.603);
}

.view img {
    height: auto;
    width: 100%;
}



/***********end code review*****************************************/
/*****************pad  board ******************************/

.pad {
    max-width: 300px;
    height: 215px;
    margin: 30px 10px;
    padding: 20px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
    background-color: rgba(255, 255, 255, 0.678);
}

.pad:hover {
    height: 450px
}

.pad .imgContainer {
    position: relative;
    width: 250px;
    height: 250px;
    top: -50px;
    left: 10px;
    z-index: 1;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2)
}

.pad .imgContainer img {
    max-width: 100%;
    border-radius: 4px
}

.pad .content {
    position: relative;
    margin-top: -140px;
    padding: 10px 15px;
    text-align: center;
    color: #111;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out
}

.pad:hover .content {
    visibility: visible;
    opacity: 1;
    margin-top: -40px;
    transition-delay: 0.3s;
}

@media (max-width: 330px) {
    .view .imgContainer {
        left: -2px
    }

    .pad .imgContainer {
        left: -2px;
    }

    .dash .imgContainer {
        left: -2px
    }



    #hidden_bar {
        display: block;
    }
}

/****************/

.color {
    background-color: #9dc4c6;
}

#footer_logo {
    height: 50%;
    width: 20%;
}

.twitter-tweet {
    height: 300px;
    overflow: scroll;
    width: auto;
}


/************************************************************************/

.banner_demo img {
    width: 100%;
    position: absolute;
    z-index: -1;
}

.page_top_img img {
    width: 100%;
}

.page_col_about {
    padding: 20px;
    background-color: rgb(255, 255, 255);
}

.page_col_about h3 {
    color: rgb(0, 0, 0);
}

.page_col_about p {
    color: rgb(0, 0, 0);
    font-size: 1.1rem;
    font-weight: 900;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5px;
    padding: 10px;
    text-align: justify;
}

.page_col_about button {
    background-color: #ffffff00;
    border: none;
    padding: none;
    margin: none;
    color: #001aff;

}

#heading {

    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); */
    background-color: rgb(201, 218, 224);
    padding: 10px;
    line-height: 50px;
    font-size: 32px;
    font-weight: 900;
}

#heading:after {
    height: 0px;
}

#sub_heading {
    color: rgb(0, 0, 0);
    text-align: center;
    background-color: rgb(163, 188, 255);
    font-size: 25px;
    padding: 5px;
}

.morecontent span {
    display: none;
}

.faq {
    width: auto;
    position: relative;
    height: auto;
}

.faq-container {
    width: auto;
    height: auto;
}

.faq-label {
    cursor: pointer;

    display: flex;
    justify-content: space-between;
    align-items: center;

    background: #2f00ff96;

    color: #ffffff;
}

.faq-label-icon {
    background: #2f00ff00;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-label-text {
    padding: 20px;
}

.faq-answer {
    transition: 0.3s ease;
    margin-top: 15px;
    height: 0;
    border-radius: 6px;
    color: rgb(0, 0, 0);
    overflow: hidden;
    background-color: #ffffff;
}

.active {
    height: auto;
}

.rotate {
    transform: rotate(180deg)
}

.tlist {
    list-style-type: number;
    padding: 20px;
}

.inlist {
    list-style-type: number;
    padding: 20px;
}

.tplist {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
    border: 2px solid white;
    padding: 20px;
    color: white;
    list-style-type: number;
}

.mplist {
    list-style-type: number;
}

#rateing {
    height: 250px;
    width: 35%;
    padding: 20px;
    position: relative;
}



#rt {
    color: rgb(0, 0, 0);

    justify-content: center;
    text-align: center;
    display: flex;
    height: auto;

    align-items: center;

}

#dip {
    color: #000000;
    font-size: 22px;
    font-weight: 999%;
    padding: 20px;
    margin-bottom: 5px;
}

.nlist {
    list-style-type: square;
    padding: 25px;
}

#last_list {
    border: 2px solid rgb(0, 0, 0);
    border-radius: 20px;
    color: rgb(0, 0, 0);
}

.set {
    background-color: #15ff00;
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-weight: bolder;
    border: 2px solid black;
}

.set_head {
    background-color: #48ff00;
    line-height: 50px;
    border: 2px solid black;
}

.set_i {
    background-color: aqua;
}

.set_in {
    background-color: rgb(255, 0, 0);
}

.space {
    color: white;
}

#col5 {
    height: auto;
    width: auto;
    color: white;
    text-align: center;
}

#col5 .col {
    font-size: 12px;
    margin: 10px;
    padding: 15px;
    background-color: #ffab3dd2;
    font-family: Bodoni BT;
}

#col5 .col img {
    padding: 10px;
}

.dplist {
    padding-left: 25px;
}

#dlist li {
    color: white;
    list-style-type: square;
}

.logo-slide {
    padding: 20px;
}

.logo-slide .itme img {
    border: 1px solid black;
    border-radius: 10px;
}

.logo-slider .slick-slide {
    margin: 15px;
}

.dam {
    margin-top: 200px;
    width: 40%;
    padding: 20px;
    left: 63%;
    background-color: #00b7ff80;
    position: relative;

}

.gallery .card {
    width: 25rem;
    /* padding: 5px; */

}

.gallery img {
    width: 18rem;
    height: 15rem;
    border: 2px solid rgb(202, 202, 202);
}

.gallery .desc span {
    width: 100px;
}

.gallery ul li {
    margin: 10px;
    text-align: center;
    background-color: rgb(26, 173, 231);
    font-size: 20px;
    font-weight: 999;
    color: white;
}

.gallery ul li .nav-link {
    color: rgb(0, 0, 0);
}

.gallery-slider {
    margin: 20px;

}

.gallery-slider .itme {
    height: 100%;
    width: 100%;
    padding: 5px;
}

.gallery-slider .itme img {
    /* z-index: -999; */
    height: 200px;
    width: 100%;
    border: 1px solid rgb(0, 0, 0);
    /* border-radius: 0px; */

}

.login {
    background-color: #1e1f61;
    padding-top: 15%;
    height: 70vh !important;
    width: auto;
    color: white;
}

.for {
    display: none;
}

.equri_form {
    position: fixed;
    z-index: 9999;
    height: 50%;
    width: 50%;
    left: 60%;
    top: 0%;
    padding: 40px;
}



@media (max-width: 1000px) {
    .equri_form {
        position: fixed;
        z-index: 9999;
        height: 50%;
        width: 50%;
        left: 30%;
        top: 0%;
        padding: 40px;
    }

    .inner-content {
        /* position: absolute !important; */
        display: none;
    }

    .fothid {
        display: none;

    }

    .bt {
        color: #ffffff;
        width: 150px;
        border-radius: 5px;
        font-size: 2vh;
        margin: 0px 20px 0px 20px;
    }


    #bar {
        display: none;
    }

    #hidden_bar {
        display: block;
    }
}

@media (max-width: 900px) {

    .equri_form {
        position: fixed;
        z-index: 9999;
        height: 50%;
        width: 50%;
        left: 30%;
        top: 0%;
        padding: 40px;
    }


    .hid {
        display: none;
    }

    #equri img {
        z-index: 99;

        left: 86%;
        top: 30%;
        height: 40px;
        width: 30px;
        position: fixed;
        cursor: pointer;
        background-color: transparent;
    }

    .group {
        border-radius: 100%;
        left: 85%;
        top: 20%;
        font-size: 25px;
        z-index: 99;
        height: 50px;
        text-align: center;
        align-items: center;
        width: 50px;
        color: white;
        background-color: rgb(0, 30, 114);
        position: fixed;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.287);
        border: 2px solid rgb(0, 30, 114);
    }

    .whatapp {
        z-index: 99;
        border-radius: 100%;
        left: 85%;
        top: 10%;
        font-size: 30px;
        height: 50px;
        color: #66ff00;
        align-items: center;
        width: 50px;
        background-color: rgb(255, 255, 255);
        position: fixed;
        border: 2px solid;
        border-color: rgb(255, 255, 255);
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.281);
    }

    .dam {
        height: 100%;
        margin-top: 200px;
        width: 100%;
        padding: 25px;
        left: 0%;
        top: 10px;
        background-color: #00b7ff80;
        position: relative;

    }

    .dam input {
        height: 20px;
    }



    #prelooder {
        background: rgb(255, 255, 255) url(video/looder.gif) no-repeat center center;
        background-size: 30%;
        height: 100vh;
        width: 100%;
        position: fixed;
        z-index: 999999;
    }

    .bt {
        color: #ffffff;
        width: 150px;
        border-radius: 5px;
        font-size: 2vh;
        margin: 0px 20px 0px 20px;
    }


    .login {
        background-color: #1e1f61;
        padding-top: 60%;
        height: 100% !important;
        width: 100% !important;
    }

    #google_log {
        display: none;
    }

    #just_dail_me {
        display: none;
    }

    #facebook_ratting {
        display: none;
    }

    #new_local_me {
        display: none;
    }

    #bar {
        display: none;
    }

    #hidden_bar {
        display: block;
    }

}

@media (max-width: 800px) {
    .equri_form {
        position: fixed;
        z-index: 9999;
        height: 50%;
        width: 50%;
        left: 30%;
        top: 0%;
        padding: 40px;
    }

    #equri img {
        z-index: 99;
        left: 91.5%;
        top: 41%;
        height: 60px;
        width: 37px;
        position: fixed;
        cursor: pointer;
        background-color: transparent;
    }

    .group {
        border-radius: 100%;
        left: 90%;
        top: 30%;
        font-size: 25px;
        z-index: 100;
        height: 50px;
        text-align: center;
        align-items: center;
        width: 50px;
        color: white;
        background-color: rgb(0, 30, 114);
        position: fixed;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.287);
        border: 2px solid rgb(0, 30, 114);
    }

    .whatapp {
        border-radius: 100%;
        left: 90%;
        top: 20%;
        font-size: 30px;
        z-index: 100;
        height: 50px;
        color: #66ff00;
        align-items: center;
        width: 50px;
        background-color: rgb(255, 255, 255);
        position: fixed;
        border: 2px solid;
        border-color: rgb(255, 255, 255);
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.281);
    }

    .clearfix img {
        height: 200px;
        width: '';
    }

    .page_top_img img {
        height: auto;
        width: 100%;
        position: relative;
        padding-top: 210px;
    }

    .banner_demo img {
        height: 100%;
        width: 100%;
        position: relative;
        padding-top: 210px;
    }


    #bar {
        display: none;
    }

    .bt {
        color: #ffffff;
        width: auto;
        border-radius: 5px;
        font-size: 13px;
        margin: 0px 20px 0px 20px;
    }



    .bt:hover {
        background-color: #000000;
    }

    #hidden_bar {
        display: block;
    }
}

@media (max-width: 700px) {

    .equri_form {
        position: fixed;
        z-index: 9999;
        height: 50%;
        width: 50%;
        left: 10%;
        top: 0%;
        padding: 40px;
    }

    #hidden_bar {
        display: block;
    }

    .bt {
        color: #ffffff;
        width: auto;
        border-radius: 5px;
        font-size: 10px;
        margin: 0px 10px 0px 10px;
    }
}

@media (max-width: 500px) {
    .dash {
        max-width: 100%;
        height: 200px;
        margin: 10px;
        padding: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        background-color: rgb(236, 234, 234);
        border-radius: 20px;
    }

    .dash img {
        height: auto;
        width: 50%;
    }

    .set {
        background-color: #15ff00;
        width: 100%;
        text-align: center;
        font-size: 10px;
        font-weight: bolder;
        border: 2px solid black;
    }

    #rt {
        color: white;

        justify-content: center;
        text-align: center;
        display: flex;
        height: auto;

        align-items: center;

    }

    #rateing {
        height: 150px;
        width: 40%;
        padding: 20px;
        position: relative;
    }



    #just_dail_me {
        height: 20vh;
        width: 20vw;
        float: left;
        align-items: center;
    }

    #new_local_me {
        align-items: center;
        height: 20vh;
        width: 20vw;
    }

    .equri_form {
        position: fixed;
        z-index: 9999;
        left: 0%;
        top: 0%;
        /* padding: 40px; */
    }


    #equri img {
        z-index: 99;

        left: 81%;
        top: 65%;
        height: 60px;
        width: 30px;
        position: fixed;
        cursor: pointer;
        background-color: transparent;
    }

    .group {
        border-radius: 100%;
        left: 80%;
        top: 52%;
        font-size: 18px;
        z-index: 99;
        height: 40px;
        text-align: center;
        align-items: center;
        width: 40px;
        color: white;
        background-color: rgb(0, 30, 114);
        position: fixed;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.287);
        border: 2px solid rgb(0, 30, 114);
    }

    .whatapp {
        z-index: 99;
        border-radius: 100%;
        left: 80%;
        top: 40%;
        font-size: 18px;

        height: 40px;
        color: #66ff00;

        width: 40px;
        background-color: rgb(255, 255, 255);
        position: fixed;
        border: 2px solid;
        border-color: rgb(255, 255, 255);
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.281);
    }



    .dam {
        margin-top: 10px;
        width: 100%;
        padding: 20px;

        background-color: #01efffc7;
        position: relative;

    }

    .page_top_img img {
        height: auto;
        width: 100%;

        padding-top: 210px;
    }

    .banner_demo img {
        height: 100%;
        width: 100%;

        padding-top: 210px;
    }



    #bar {
        display: none;
    }

    #hidden_bar {
        display: block;
    }


    .bt {
        color: #ffffff;
        width: auto;
        border-radius: 5px;
        font-size: 10px;
        margin: 0px 5px 0px 5px;
    }


    .bt:hover {
        background-color: #f58634;
    }
}

@media (max-width: 400px) {


    #equri img {
        z-index: 99;

        left: 82.5%;
        top: 63%;
        height: 58px;
        width: 30px;
        position: fixed;
        cursor: pointer;
        background-color: transparent;
    }

    .equri_form {
        position: fixed;
        z-index: 9999;
        height: 50%;
        width: 50%;
        left: -30%;
        top: 0%;
        padding: 40px;
    }

    .bt {
        color: #ffffff;
        width: auto;
        border-radius: 5px;
        font-size: 8px;
    }

}

#google_log {
    height: 50%;
    width: 50%;
}

#just_dail_me {
    height: 40%;
    width: 40%;
    float: right;
}

#new_local_me {
    height: 40%;
    width: 40%;
}

#footer_logo {
    height: 50%;
    width: 80%;
}

#facebook_ratting {
    height: 40%;
    width: 40%;
}

#foot_fit a {
    color: rgb(92, 92, 92);
}



.review {

    max-width: 400px;
    height: 200px;
    margin: 20px 5px;
    background-color: rgba(255, 255, 255, 0.603);
    color: white;

}

.review img {
    height: 100%;
    width: 100%;
}

.cab {
    height: 100%;
    padding: 20px;
    color: rgb(255, 255, 255);
    background-color: #17a2b8 !important;
}

.cab-body .cab-text {
    color: rgb(255, 255, 255);
}

.outer {
    border: 2px solid white;
}

.blog {
    padding: 20px;
}

.blog p {
    color: rgba(255, 255, 255, 0.748);
}

.project {
    color: rgb(0, 0, 0);
    font-weight: 900;
}

.project .col-lg-6 .inner-project {
    padding: 20px;
    /* margin: 20px; */
    color: white;
    background-color: #17a2b8;
}

.project .inner-project img {
    background-color: #26aef8f1;
    margin-top: 20px;
    padding: 20px;
    width: 100%;
    height: 250px;
    box-shadow: 0px 0px 5px #0000007a;
}

#nav-tap-1 :hover {
    background-color: blue;
}



.succse .succse_one .succse_two span {
    font-size: 6rem;
    font-weight: 900;
    color: #17a2b8 !important;
}

.succse .succse_one .succse_two p {
    font-size: 23px;
    color: rgb(0, 0, 0);
}