@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/ 

 
/******* fonts *********/
@import url('../fonts/stylesheet_fonts_segoe.css');
/******* fonts *********/


body{
    font-family: 'Segoe UI' !important;
    background-color: #ffffff;
}

.login_body{
    height: 100vh !important;
    background-image:url('../images/login_bg.jpg') !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-position:center center !important;
    background-attachment: fixed;
}

.margin_auto{
    margin-right: auto;
    margin-left: auto;
}

.no_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.no_padd_left{
    padding-left: 0px;
}

.pad_rig_5{
    padding-right: 5px;
}

p{
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}

/*ul{
    padding-left: 50px !important;
}*/

li{
    font-size: 14px;
    line-height: 23px;
}

a{
    text-decoration: none !important;
}

.top_logo{
    width: 50px;
    float: left;
    margin-right: 10px;
}

.new_top_logo {
    width: 150px;
    float: left;
    margin-right: 10px;
}

.signup_top_logo {
    width: 250px;
    float: left;
    margin-right: 10px;
}



.logo_text{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #002367;
    font-weight: 700;
    margin-top: 5px;
}

.logo_text_p{
    font-size: 12px; 
    text-transform: uppercase;
    font-weight: 600; 
    margin-bottom: 0px;
    line-height: 17px;
}

.small, small {
    font-size: 10px;
}

.a_link{
    font-size: 13px;
    color: #4267b2;
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.a_link img{
    width: 15px;
}

.a_link:hover{
    color: #0ea8ae;
    padding-left: 5px;
}

.login_section_div{
    padding-top: 150px;
}

.login_body .logo_text{
    font-size: 27px;
    margin-bottom: 0px;
    color: #002367;
}

.login_body .logo_text_p{
    font-size: 16px; 
    font-weight: 600; 
    margin-bottom: 0px;
}

.login_div{
    padding-left: 100px !important;
    padding-right: 100px !important;
    background-color: #8393ca !important;
}

.form_icon {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 18px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.login_pop_row{
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
    float: right;
}

.modal-content{
    border: 2px solid #7accc8;
}

.reg_img{
    width: 400px;
}

.p_reset_img{
    width: 400px;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #8781bd !important;
}



/*******common css*************/
/******************************/

.top_logo_row{
    padding-top: 10px;
    padding-bottom: 10px;
}

.heading{
    font-size: 25px;
    color: #000000;
    font-weight: 900;
}

.sub_heading{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-transform: inherit;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 30px;
    font-weight: 600;
}

.welcome_text{
    position: relative;
    margin-top: -25px;
}

.nav-pills .nav-link{
    width: 100%;
    text-transform: uppercase;
    color: #000000;
    height: 60px;
    font-weight: 700;
    border: 1px solid #bd8cbf;
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 10px;
    -webkit-transition: all 500ms ease; 
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-pills .nav-link:hover{
    color: #fff;
    background-color: #bd8cbf;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #bd8cbf;
}

/*.nav-pills li .nav-link.active:after {
    margin-top: 30px;
    margin-left: -99px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(19,36,14,0);
    border-top-color: #002367;
    border-width: 10px;
}*/

.excel_btn{
    width: 240px;
    font-weight: 600;
    position: absolute;
}

.dark_blue_btn{
    font-size: 13px;
    font-weight: 700;
    background-color: #143652;
    border: 1px solid #143652 !important;
    color: #ffffff !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: transparent;
    padding: 5px 20px;
    border-radius: 50px;
}

.dark_blue_btn:hover{
    border: 1px solid #000000 !important;
    background-color: #d1ebdb;
    color: #000000 !important;
}

.spec_btn{
    position: relative;
    top: -4px;
    font-size: 13px;
    font-weight: 700;
    background-color: #bd8cbf;
    border: 1px solid #bd8cbf !important;
    color: #ffffff !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: transparent;
    padding: 5px 20px;
    border-radius: 5px;
}

.spec_btn:hover{
    border: 1px solid #000000 !important;
    background-color: #f69679;
    color: #ffffff !important;
}


.blue_btn{
    font-size: 13px;
    font-weight: 700;
    background-color: #0072bc;
    border: 1px solid #143652 !important;
    color: #ffffff !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: transparent;
    padding: 5px 20px;
    border-radius: 50px;
}

.blue_btn:hover{
    border: 1px solid #000000 !important;
    background-color: #d1ebdb;
    color: #000000 !important;
}

.blue_white_btn{
    font-size: 13px;
    font-weight: 700;
    background-color: #ffffff;
    border: 1px solid #0072bc !important;
    color: #0072bc !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: transparent;
    padding: 5px 20px;
    border-radius: 50px;
}

.blue_white_btn:hover{
    border: 1px solid #000000 !important;
    background-color: #d1ebdb;
    color: #000000 !important;
}

.email_btn{
    font-size: 13px;
    font-weight: 700;
    background-color: #0ea8ae;
    border: 1px solid #0ea8ae !important;
    color: #ffffff !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: transparent;
    padding: 10px 20px;
    border-radius: 5px;
}

.email_btn:hover{
    border: 1px solid #000000 !important;
    background-color: #143652;
    color: #ffffff !important;
}

.gmail_btn{
    font-size: 13px;
    font-weight: 700;
    background-color: #dd4b34;
    border: 1px solid #dd4b34 !important;
    color: #ffffff !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: transparent;
    padding: 10px 20px;
    border-radius: 5px;
}

.gmail_btn:hover{
    border: 1px solid #000000 !important;
    background-color: #143652;
    color: #ffffff !important;
}

.facebook_btn{
    font-size: 13px;
    font-weight: 700;
    background-color: #4267b2;
    border: 1px solid #4267b2 !important;
    color: #ffffff !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: transparent;
    padding: 10px 20px;
    border-radius: 5px;
}

.facebook_btn:hover{
    border: 1px solid #000000 !important;
    background-color: #143652;
    color: #ffffff !important;
}

.breadcrumb p{
    margin-bottom: 0px;
    margin-right: 7px;
}

.parties_li img{
    border: 1px solid #999999;
    border-radius: 50px;
}


.header_img_div{
    height: 400px;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-position:center right !important;
}

.slider_search_col{
    position: relative;
    z-index: 99;
    margin-top: -400px;
}

.carousel-indicators {
    position: relative;
    right: initial;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 0px;
    list-style: none;
    margin-top: 20px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #143652;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    /*opacity: .5;*/
    transition: opacity .6s ease;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    text-transform: uppercase;
    color: #002367;
    font-weight: 700;
    border: 1px solid #002367;
    border-radius: 0px;
    /*padding-left: 25px;
    padding-right: 25px;*/
    margin-right: 0px;
    -webkit-transition: all 500ms ease; 
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease; 
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.nav-tabs .nav-link {
    margin-bottom: 0px;
    width: 100%;
    text-transform: uppercase;
    color: #002367;
    font-weight: 700;
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
  /*  padding-left: 25px;
    padding-right: 25px;*/
    margin-right: 0px;
    -webkit-transition: all 500ms ease; 
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link:hover{
    color: #ffffff;
    background-color: #8393ca;
}

.nav-tabs .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #8393ca;
    border-radius: 0px;
    border: 1px solid #8393ca;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    height: 40px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-select{
    font-size: 14px;
    height: 40px;
}

.count_div{
    transition: transform .2s !important;
}

.count_div:hover{
    transform: scale(1.1) !important; 
}

.count_div h3{
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
}

.count_div .heading{
    color: #ffffff; 
}

.recom_div{
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    border-left: 3px solid #0ea8ae;
    background-color: #ffffff;
    color: #343a40;
}

.propo_div{
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
}

.recom_div .heading{
    font-size: 17px;
    text-transform: inherit;
    font-weight: 600;
}

.recon_info_div{
    padding: 15px;
}

.recon_info_div .m-auto{
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.info_button_col{
    border-right: 1px solid #ffffff;
    padding: 7px 15px;
    -webkit-transition: all 500ms ease; 
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.info_button_col:hover{
    background-color: #8393ca;
}

.info_button_col:hover p{
    color: #ffffff;
}

.info_button_col img{
    width: 50px;
    float: left;
    margin-right: 10px;
}

.info_button_col p{
    color: #000000;
    margin-bottom: 0px;
    -webkit-transition: all 500ms ease; 
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.last_update{
    font-size: 13px;
    color: #999999;
    text-align: right;
    margin-bottom: 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "|");
}

.online_polls_con{
    margin-top: 70px;
}

.poll_div{
    border: 1px solid #e7e7e7;
}

.poll_section_div{
    margin-top: -750px;
    position: relative;
    z-index: 9;
}

.check_box_item{
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
    margin-bottom: 10px;
}

.partner_div{
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    border: 1px solid transparent;
    -webkit-transition: all 500ms ease; 
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.partner_div img{
    width: 90px;
}

.partner_div:hover{
    border: 1px solid #82ca9c;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.progress_bar_col{
    height: 400px;
}

.progress_bar_div{
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-right: 30px;
}

.image_zoom{
    cursor: pointer;
    transition: transform .2s;
}

.image_zoom:hover {
  transform: scale(1.3); 
}

.poll_result_row{
    padding-bottom: 5px;
    border-bottom: 1px solid #999999;
    margin-bottom: 5px !important;
}

.poll_result_name_box {
    min-height: 55px;
}

.poll_result_name_box p{
    margin-bottom: 0px;
    font-size: 15px;
}

.color_box{
    width: 50px;
    height: 30px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
}

.owl-carousel .owl-nav.disabled {
    display: inherit !important;
}

#formFile::before {
    content: "Choose file";
    position: absolute;
    z-index: 2;
    font-size: 14px;
    display: block;
    background-color: #eee;
    height: 40px;
    width: 99px;
    margin-left: -13px;
    border-radius: 5px;
    margin-top: -7px;
    text-align: center;
    padding: 9px;
}

.share_on_col{
    margin-top: 15px;
}

.share_on_col img{
    margin-right: 5px;
}

.poll_result_popup .modal-header {
    display: block;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 2px solid #999999;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.poll_result_popup .btn-close {
    position: absolute;
    right: 0px;
    top: -10px;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    background-color: #8393ca;
    padding: 0.5em 0.5em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
}

/*inner pages*/

.inner_top_search_col{
    padding-top: 15px;
    padding-bottom: 15px;
}

.inner_search_col_btn{
    border-radius: 5px !important;
    height: 85px;
}

.inner_top_search_col img{
    margin-top: 10px;
}

.detail_page_recon_heading {
    font-size: 17px;
    text-transform: inherit;
    font-weight: 600;
}

.subs_btn{
    width: 100%;
    border-radius: 5px !important;
    text-transform: uppercase;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subs_btn:hover{
    color: #ffffff !important;
    background-color: #0ba9af !important;
    border-color: #0ba9af !important;
}

.subs_btn img{
    float: left;
    margin-right: 15px;
}

.attach_div{
    width: auto;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 10px !important;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 500ms ease; 
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.attach_div img{
    width: 40px;
    height: 40px;
    /*float: left;
    margin-right: 15px;*/
}

.attach_div p{
    text-align: left;
    text-transform: lowercase;
    position: relative;
    top: -4px;
}

.attach_div:hover{
    border: 1px solid #82ca9c;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.comments_col{
    height: 600px;
    padding-right: 40px;
}

.comment_div .p_icon{
    width: 30px;
    height: 30px;
}

/*.replied_comment_div{
    padding-left: 30px;
}

.replied_comment_div .p_icon{
    width: 30px;
    height: 30px;
}*/
 
.tab_button{
    text-align: left;
    text-transform: capitalize;
}

.tab_button p{
    margin-bottom: 0px;
}

.tab_button img{
    width: 50px;
    height: 50px;
}

.carousel-control-next, .carousel-control-prev {
    position: relative;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #000;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    font-size: 13px;
    transition: opacity .15s ease;
    background-color: #143652;
    height: 25px;
    width: 135px;
    border-radius: 5px;
    margin-top: 30px;
    padding-top: 4px;
    color: #ffffff;
    -webkit-transition: all 500ms ease; 
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.carousel-control-next:hover {
    background-color: #7accc8;
}

.carousel-control-prev:hover {
    background-color: #7accc8;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.breadcrumb-item a{
  color: #000000;
}

.breadcrumb-item img{
  -webkit-transition: all 500ms ease; 
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.breadcrumb-item:hover img{
  transform: scale(1.3); 
}

.accordion-button:not(.collapsed) {
    font-weight: 900;
    color: #ffffff;
    background-color: #8781bd;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/acc_arrow.svg);
    color: #ffffff;
    transform: rotate(-180deg);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #005953;
    font-weight: 900;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.accordion-item {
    margin-bottom: 13px;
    background-color: #fff;
    border: 1px solid #8781bd;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #8781bd;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #005953;
    border-color: #005953;
}

.page-item:not(:first-child) .page-link {
    margin-left: 5px;
}

.page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #8781bd;
    border-color: #005953;
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #8781bd;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.update_detail_slider{
    margin-right: 30px;
    /*margin-bottom: 30px;*/
}

.update_detail_slider .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    /* opacity: .5; */
    transition: opacity .6s ease;
}

.profile_top_col{
    padding-top: 15px;
    padding-bottom: 15px;
    height: 130px;
    background-image:url('../images/header_bg.jpg') !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-position:center center !important;
}

.non_read_notification{
    background-color: #eeeeee !important;
    /*color: #ffffff;*/
}

/*inner pages

/*****************************/
/*********footer**************/

.footer_logo{
    width: 350px !important;
    padding: 5px 15px;
}

.footer_logo_col{
    text-align: center;
}

.footer_row{
    margin-top: 100px;
    background-image:url('../images/footer_bg.jpg') !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-position:center center !important;
}

.footer_row a{
    color: #ffffff;
}

.contact_form_div{
    position: relative;
    z-index: 99;
    margin-top: -60px;
}


/*****************************/
/*********footer**************/


/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top {
  background: #0d5ca3;
  border: 0;
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  height: 50px;
  margin: 15px;
  opacity: 0.75;
  position: fixed;
  right: -70px;
  transition: right 0.2s ease-in-out;
  width: 50px;
  z-index: 99;
  -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.scroll-top:hover{
    background: #509ec4;
}

.scroll-top.visible {
  right: 0;
}

.arrow {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  margin-top: 5px;
  padding: 4px;
}
.arrow.up {  
  transform: rotate(-135deg);
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

/*========================================================================*/
/*========================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD=====================*/
/*============DESIGN & CSS DEVELOPMENT - DUMIDU WIMALARATHNA==============*/
/*========================================================================*/
/*========================================================================*/

/*progress circle*/
.progress_circle{
     width: 60px;
     height: 60px;
     line-height: 20px;
     background: none;
     margin: 0 auto;
     box-shadow: none;
     position: relative;
}
 .progress_circle:after{
     content: "";
     width: 100%;
     height: 100%;
     border-radius: 50%;
     border: 8px solid #8781bd;
     position: absolute;
     top: 0;
     left: 0;
}
 .progress_circle > span{
     width: 50%;
     height: 100%;
     overflow: hidden;
     position: absolute;
     top: 0;
     z-index: 1;
}
 .progress_circle .progress-left{
     left: 0;
}
 .progress_circle .progress-bar{
     width: 100%;
     height: 100%;
     background: none;
     border-width: 8px;
     border-style: solid;
     position: absolute;
     top: 0;
}
 .progress_circle .progress-left .progress-bar{
     left: 100%;
     border-top-right-radius: 80px;
     border-bottom-right-radius: 80px;
     border-left: 0;
     -webkit-transform-origin: center left;
     transform-origin: center left;
}
 .progress_circle .progress-right{
     right: 0;
}
 .progress_circle .progress-right .progress-bar{
     left: -100%;
     border-top-left-radius: 80px;
     border-bottom-left-radius: 80px;
     border-right: 0;
     -webkit-transform-origin: center right;
     transform-origin: center right;
     animation: loading-1 1.8s linear forwards;
}
.progress_circle .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #f7feec;
    font-size: 14px;
    color: #000;
    line-height: 53px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
 .progress_circle.blue .progress-bar{
     border-color: #f26d7d;
}
 .progress_circle.blue .progress-left .progress-bar{
     animation: loading-2 1.5s linear forwards 1.8s;
}
 .progress_circle.yellow .progress-bar{
     border-color: #fdba04;
}
 .progress_circle.yellow .progress-left .progress-bar{
     animation: loading-3 1s linear forwards 1.8s;
}
 .progress_circle.pink .progress-bar{
     border-color: #ed687c;
}
 .progress_circle.pink .progress-left .progress-bar{
     animation: loading-4 0.4s linear forwards 1.8s;
}
 .progress_circle.green .progress-bar{
     border-color: #1abc9c;
}
 .progress_circle.green .progress-left .progress-bar{
     animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    /*.progress_circle{ margin-bottom: 20px; }*/
}
/*progress circle*/