/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
}

.app-brand-logo.demo svg {
  width: 1.7rem;
  height: 1.7rem;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.45px;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../../Content/fonts/Poppins-Bold.eot');
    src: url('../../Content/fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../../Content/fonts/Poppins-Bold.svg#Poppins-Bold') format('svg'), url('../../Content/fonts/Poppins-Bold.ttf') format('truetype'), url('../../Content/fonts/Poppins-Bold.woff') format('woff'), url('../../Content/fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../../Content/Poppins-Regular.eot');
    src: url('../../Content/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../../Content/Poppins-Regular.svg#Poppins-Regular') format('svg'), url('../../Content/fonts/Poppins-Regular.ttf') format('truetype'), url('../../Content/fonts/Poppins-Regular.woff') format('woff'), url('../../Content/fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


html {
    direction: ltr;
    text-align: left;
}

a, a:hover {
    text-decoration: none !important;
}


.white {
    color: white;
}

.container {
    max-width: 1190px;
}

body {
    font-family: 'Poppins-Regular';
    text-align: left;
    background-color: #f2f2f6;
    margin-top: 40px;
}

    body p {
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 14px;
    }

a:hover {
    cursor: pointer;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins-Bold';
}

.menub {
    background-color: #e7ecf0;
    padding: 3px 0px;
}

.menubitems {
    margin: 0;
}

    .menubitems li {
        display: inline;
        padding: 3px 10px;
    }


        .menubitems li a {
            font-size: 12px;
            color: #727272;
        }


            .menubitems li a:hover {
                text-decoration: none;
                color: #bb7934;
                transition: 0.5s ease-in;
            }

.mainmenu .navbar li a {
    font-family: 'Poppins-Regular';
    font-size: 15px;
    color: black;
}


.mainmenu .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}


.mainmenu .dropdown-item {
    text-align: left;
}


    .mainmenu .dropdown-item:hover {
        background-color: transparent;
    }

.mainmenu .dropdown-menu a:hover {
    color: #266cb6;
    transition: 0.5s ease-in;
}


.mainslider {
    background-image: url(../../Content/images/slide.png);
    background-size: cover;
    height: 590px;
    background-repeat: no-repeat;
    background-position: top center;
}


.section1bg {
    height: 421px;
    background-image: url(../../Content/images/img1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
}

.go {
    position: absolute;
    top: 50%;
    right: 28px;
}

.detailsborder {
    border-top: 8px solid #e0edf0;
    border-left: 8px solid #e0edf0;
    margin-top: 60px;
    position: relative;
    width: 103%;
}

.details {
    padding: 41px;
    position: absolute;
    right: 0px;
    left: 0;
    width: 114%;
    z-index: 100;
    background-color: white;
    min-height: 262px;
}

    .details a {
        color: black;
    }

        .details a:hover {
            text-decoration: none;
        }



.detailscontent {
    height: 159px;
    background-color: #f0fafc;
    border: 2px solid #d9f3f7;
    border-radius: 5px;
}

    .detailscontent:hover {
        background-color: #d9f3f7;
        transition: 0.5s ease-in;
    }

.imgpostion {
    position: relative;
    top: -25px;
}

.detailscontent a {
    color: black;
}


    .detailscontent a:hover {
        text-decoration: none;
    }


.no-gutter > [class*='col-'] {
    padding-left: 0px;
    padding-right: 0px;
}



/* slider */

.imgIn {
    position: relative;
    top: 0;
    float: left;
}

.textin {
    position: absolute;
    top: 14%;
    color: #2c2c2c;
    text-align: left;
    font-family: 'Cairo-Regular';
}

.blue {
    color: #266cb6;
}


.sliderContent {
    position: relative;
    z-index: 3;
    color: white;
    height: 445px;
}


.shadow {
    position: absolute;
    right: 0;
    left: 0;
    background-image: url(../../Content/images/shadow1.png);
    background-size: cover;
    z-index: 1;
    height: 650px;
    top: 0px
}


.shadow2 {
    position: absolute;
    right: 0;
    left: 0;
    background-image: url(../../Content/images/shadow2.png);
    background-size: cover;
    z-index: 1;
    height: 650px;
    opacity: 0.8;
    top: 0px
}



#slider-animation a {
    color: white;
}

#slider-animation h1 {
    font-size: 34px;
    width: 79%;
}


#slider-animation a:hover {
    text-decoration: none;
}

.carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 15;
    padding-right: 0;
    margin-left: 0%;
    margin-right: 0%;
    list-style: none;
    top: 16%;
    display: block;
    width: 10%;
    padding-left: 40px;
}

    .carousel-indicators li {
        box-sizing: content-box;
        display: block;
        width: 12px;
        height: 12px;
        margin-left: 5px;
        margin-right: 2px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #d8e2ed;
        background-repeat: no-repeat;
        background-clip: padding-box;
        opacity: 1;
        border-radius: 100%;
        border-radius: 100%;
    }

    .carousel-indicators .active {
        background-color: transparent;
        opacity: 1;
        position: relative;
        ;
    }

        .carousel-indicators .active::after {
            content: "";
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #d26b03;
            background-repeat: no-repeat;
            position: absolute;
            right: 0px;
            left: 0px;
        }



/*.Stitle {
    font-size: 24px !important;
    font-family: 'Poppins-Regular';
}


.Stitlebg {
    display: inline;
    background-color: #d8e2ed !important;
    height: 30px;
}*/

.login {
    font-size: 15px;
}

.login, .btn-primary {
    background-color: #266cb6;
    color: white !important;
    border-radius: 15px;
    padding: 5px 20px;
    border: none;
}

/*.login:hover {
    background-color: #d26b03;
    transition: 0.5s ease-in;
}*/



/*.headerbg {
    background-image: url(../../Content/images/headerbg.png);
    min-height: 300px;
    background-size: cover;
}*/

.mainmenu .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border: none;
    /*box-shadow: 5px 6px 10px #e6e6e6;*/
}

.btn1 {
    background-color: #266cb6;
    color: white;
    padding: 10px 20px;
    margin-top: 20px;
    border: none;
    border-radius: 15px;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    position: relative;
    z-index: 100000;
}

.btn2 {
    background-color: #266cb6;
    color: white;
    padding: 8px 40px;
    margin-top: 20px;
    border: none;
    border-radius: 15px;
    font-family: 'Poppins-Regular';
    font-size: 18px;
}

.btn1:hover {
    background-color: #bb7934;
    transition: 0.5s ease-in;
}


.section2bg {
    padding-top: 30px;
    background-color: white;
    box-shadow: -2px -1px 9px #e6e6e6;
    min-height: 310px;
}

.section2data1 {
    background-image: url(../../Content/images/dataar.png);
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.section2 p {
    font-size: 20px;
}

.orangebtn {
    background-color: #ed7d2b;
    color: white;
    padding: 8px 38px;
    margin-top: 20px;
    border: none;
    border-radius: 25px;
    display: inline-block;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    position: relative;
    z-index: 100000;
}

.btn1:hover {
    background-color: #266cb6;
    transition: 0.5s ease-in;
}

.ptop {
    padding-top: 100px;
}

.section2 {
    padding-top: 50px;
    margin-bottom: 100px;
}



.section2data2 {
    background-image: url(../../Content/images/data2ar.png);
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.faqbg {
    position: relative;
    background-color: white;
    box-shadow: -2px -1px 9px #e6e6e6;
    min-height: 260px;
    max-height: 260px;
    margin-top: 50px;
    padding: 20px;
}

.floatimg {
    position: absolute;
    top: -40px;
    left: 36px;
}

.answer {
    background-color: #f5f5f5;
    padding: 15px;
    height: 120px;
    overflow: scroll;
}

.rec1 {
    margin-top: 35px;
    height: 1px;
    background-color: #c9c9c9;
    ;
}


.footer {
  margin-top:40px;
}


.footer2 {
    margin-top: 15px;
    background-color: #eeeeee;
    padding: 15px;
}

.footermenu a {
    padding: 0px 20px;
    color: #2c2c2c;
    font-size: 18px;
}


    .footermenu a:hover {
        text-decoration: none;
        color: #266cb6;
        transition: 0.5s ease-in;
    }

.gray {
    color: #727272;
}

.footer3 p {
    margin: 0;
    font-family: 'Poppins-Bold' !important;
}

.englishtext {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.navbar-toggler-icon {
    background-image: url("../../Content/images/menu.png");
    width: 36px;
    height: 21px;
}

.mlogin {
    background-color: #266cb6;
    color: white !important;
    border-radius: 15px;
    padding: 5px 15px;
    font-size: 15px;
    border: none;
    margin-top: 10px;
}

/*.ReadMoreItems:nth-child(n+7) {
    display: none;
}*/

.form-control {
    height: 36px;
    border-radius: 20px;
    padding-right: 20px;
    margin-top: 8px;
}

    .form-control::-webkit-input-placeholder { /* Edge */
        color: #CCC;
        font-weight: unset;
        font-size: 14px;
    }

    .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #CCC;
        font-weight: unset;
        font-size: 15px;
    }

    .form-control::placeholder {
        color: #CCC;
        font-weight: unset;
        font-size: 15px;
    }

select {
    color: #919191 !important;
    font-size: 15px !important;
}

    select option:first-child {
        color: black !important;
    }

    select option:not(:first-child) {
        color: black !important;
    }

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.swal-button {
    color: white !important;
    border: none;
    box-shadow: none;
    /*font-weight: 600;*/
    font-size: 14px;
    /*padding: 10px 24px;*/
    margin: 0;
    cursor: pointer;
    background-color: #266cb6;
    border-radius: 15px;
    padding: 10px 20px;
    border: none;
}


.swal-title {
    font-weight: unset !important;
}

.swal-footer {
    text-align: center;
}


.lds-roller {
    display: inline-block;
    width: 80px;
    height: 80px;
    right: 50%;
    bottom: 50%;
    transform: translate(50%,50%);
    position: fixed;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #fff;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay2 {
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    transition: opacity 500ms;
    top: -40px;
    z-index: 30000;
    position: fixed;
}



.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    /*visibility: hidden;*/
    opacity: 0;
    display: none;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
        display: block;
    }

.overlay1 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 1;
    /*visibility: visible;*/
}

    .overlay1:target {
        /*visibility: visible;*/
        display: block;
        opacity: 1;
    }


.popup {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    /*position: absolute;
    top: 50%;
    left: 50%;*/
    margin: auto;
    width: 475px;
    /*height: 400px;*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
    /*.popup {
        height: 75%;
    }*/
}


.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    left: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.close:hover {
    color: red;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    /*.popup {
        width: 70%;
    }*/
}

#popup1 {
    z-index: 5;
}


.tooltip {
    display: inline;
    position: relative;
}

    .tooltip:hover:after {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        background: #444;
        border-radius: 8px;
        color: #fff;
        content: attr(title);
        margin: -82px auto 0;
        font-size: 16px;
        padding: 13px;
        width: 220px;
    }

    .tooltip:hover:before {
        border: solid;
        border-color: #444 transparent;
        border-width: 12px 6px 0 6px;
        content: "";
        left: 45%;
        bottom: 30px;
        position: absolute;
    }

.swal-overlay {
    z-index: 999999999999999999999999999999;
}

.btn-primary {
   background-color:darkgreen !important;
    color: white !important;
    border-radius: 6px;
    padding: 5px 20px;
    border: none;
}

.dropdown-menu2 {
    position: absolute;
    top: 6%;
    right: 63%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

#navbarDropdownMenuLink2:hover {
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .dropdown-menu {
        right: 60% !important;
        float: right !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .dropdown-menu {
        right: 70% !important;
        float: right !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .dropdown-menu {
        right: 80% !important;
        float: right !important;
    }
}

@media (max-width: 991.98px) {
    #navbarDropdownMenuLink {
        padding-right: 2px;
        padding-left: 2px;
    }
}

.form-control:focus {
    border-color: rgb(110 165 204 / 80%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(110 165 204 / 80%);
    outline: 0 none;
}



.saveButton {
    background-color: #018355 !important;
    color: white !important;
    border-radius: 5px;
    padding: 5px 20px;
    border: none;

    margin-bottom:8px;

}

.CancelButton {
    background-color: #916d3d !important;
    color: white !important;
    padding: 5px 20px;
    border: none;
    border-radius:5px;
    margin-right: 30px;
}


.BorderClass {
    border-right: 4px solid #916d3d;
    padding-right: 10px;
}

.LabelClass {
    font-size: 16px;
    color: black;
 
}

.TableHeadcos {
    background-color:white!important;
    
    color:white;
}


.table th {
    color: black !important;
    
}

.title {
    padding-right: 41px !important;
}

.pager {
    margin-right: 69px;
}

.multiLinetask{
    height:200px;
}

.table {
    width: 97% !important;
    margin-right: 20px;
    border: solid 1px #ededed;
    border-radius: 20px;
    padding: 20px
}

.innerform {
    background-color: white;
   

}







.newnotification {
    background-color: #EFEFEF;
    margin: 0px 10px;
    padding: 5px;
    border-radius: 11px;
    font-size: 16px;
}


.notificationsStyle {
    min-height: 67px;
    border-radius: 12px;
    padding: 6px 8px;
    margin-bottom: 15px;
}

.notificationPart a {
    text-decoration: none;
    color: inherit !important;
}




.links {
    border-radius: 14px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.26);
    min-height: 650px;
}

.titlebg {
    background-color: white;
    padding: 10px;
    text-align: center;
    border-radius: 10px 10px 1px 0px;
}

a, a:hover {
    text-decoration: none !important;
    color: black !important;
}

.TableHeadcos {
    background-color: white !important;
    color: white;
}


.table th {
    color: black !important;

    text-align:center !important;
}


/*.card {
    text-align: center;
    border-radius:25px !important;
}*/


.verfacatiomButton {
    margin-top: 31px !important;
}


.table tr {
   
    text-align: center !important;
}



.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}