*{ 
	padding:0px;
	margin:0px;
}

/* 
span.like_box {
    background-image: url(../image/svgs/unlike.png?dd=1);
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
 }

 span.like_box.like {
    background-image: url(../image/svgs/like_icon.png?dd=1);
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
 } */
li {
    list-style: none;
	position: relative;
}
a.navbar-brand {
    padding: 12px 0 10px;
    display: block;
}
a.nav-link {
    font-size: 17px;
    color: #999999;
    font-family: 'Barlow';
    font-weight: 500;
    padding: 10px 30px !important;
}
a.nav-link:before {
    content: "";
    height: 0px;
    width: 80%;
    background: #2c3e66;
    position: absolute;
    opacity: 0;
    left: 18px;
    bottom: -16px;
    border-radius: 5px 5px 0px 0px;
	transition: 0.3s;
}
a.nav-link:hover:before {
    height: 7px;
    opacity: 1;
   
}
a.navbar-brand h2 {
    color: #2c3e66;
    font-size: 25px;
    font-family: 'Barlow';
	font-weight: 700;
}

.main {
    width: 100%;
    float: left;
    padding: 90px 0;
	text-align: center;
}

.main {
    width: 100%;
    float: left;
    padding: 90px 0;
    text-align: center;
    background: url(../image/main_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
h1.main_banner_headding {
    color: #1d2a46;
    font-family: 'Barlow';
    font-size: 60px;
    font-weight: 700;
	width: 48%;
	margin: 0 auto;
}

p.main_banner_pera {
    color: #4a597b;
    font-family: 'Barlow';
    font-size: 30px;
    font-weight: 400;
    width: 55%;
    margin: 0 auto;
    padding: 38px 38px 55px;
}



.happy_clintes_slider {
    padding: 20px 0 0px;
    width: 100%;
    float: left;
	background: #f4f4f4;
}
.Most_Popular_block {
    padding: 70px 0;
    width: 100%;
    float: left;
	background: #f4f4f4;
}




.Latest_Resources_block {
    padding: 20px 0 0px;
    width: 100%;
    float: left;
	background: #f4f4f4;
}

.Latest_Resources_block .ns_button {
    background: #fff;
    color: #999999;
    box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
    margin-top: 40px;
	margin-bottom: 70px;
}





.headding {
    color: #2c3e66;
    font-size: 35px;
	 font-family: Barlow;
    font-weight: 700;
}

.Accuracy {
    box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
    border-radius: 7px;
    overflow: hidden;
    z-index: 1;
}
img.rounded {
    width: 100%;
}
.Accuracy_data {
    padding: 28px 28px;
}
.Accuracy_data h2{
    color: #2c3e66;
    font-family: Barlow;
    font-weight: 700;
	font-size: 22px;
	margin-bottom: 5px !important;
}
p.ns_small_pera {
    font-family: 'Barlow';
	  font-weight: 500;
	  font-size: 15px;
	  color: #999999;
}
.Accuracy ul {
    margin: 30px 0 7px;
}
.Accuracy_data ul li a {
    color: #e88068;
	 font-family: 'Barlow';
	  font-weight: 500;
	  font-size: 14px;
}
.Accuracy_data ul li,.Accuracy_data ul li a {
    list-style: none;
    text-decoration: none;
}
/* .Accuracy_data ul li:first-child a {
    background: #e88068;
    padding: 9px 18px;
    color: #fff;
	border-radius: 5px;
} */

.ns_button {
    font-size: 22px;
    font-family: Barlow;
    font-weight: 700;
    padding: 15px 40px;
    background: #e88068;
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 50px;
}



.string{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 7px;
    padding: 30px;
    margin-left: 13px;
    margin-right: 13px;
	min-height: 197px;
	transition:0.3s;
}
.string:hover {
    background: #4f96e4;
}
.string:hover {
    background: #4F96E4;
    color: #fff !important;
}
.string:hover  .ns_small_pera{
    color: #fff !important;
}
svg:hover {
  fill: red;
}

.string h2 {
    font-size: 18px;
	font-family: 'Barlow';
    font-weight: 800;
}

.string .ns_small_pera {
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 14px;
    color: #999999;
	margin-bottom: 0;
	transition: 0.3s;
}
.ns_icon {
    width: 30% !important;
    margin-bottom: 20px;
}
.bg_blue {
    background: #4F96E4;
    color: #fff !important;
}
.bg_blue .ns_small_pera{
	 color: #fff !important;
	
}




.Join_newsletter {
    width: 100%;
    float: left;
    padding: 70px 0 30px;
    background: url(../image/footer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.n_two {
    text-align: center;
}

.n_two .headding {
    font-size: 50px;
    color: #fff;
    font-family: Barlow;
    font-weight: 600;
}
.n_two p {
    font-size: 24px;
    color: #61a3c2;
    width: 41%;
    margin: 0 auto;
}



.form_subscribe {
   position: relative;
    width: 40%;
    margin: 50px auto;
}
 #search-focus {
   width: 100%;
    border-radius: 50px;
    background: #eeeeee;
    padding: 11px 22px;
    border: none;
    font-size: 18px;
    outline: 0;
    font-family: 'Barlow';
    color: #999999;
    font-weight: 500;
	position: relative;
}
.search_blog{
	position: relative;
}

input#search-focus:focus,
button#search:active {
    outline: 0 !important;
    border: 0px !important;
    box-shadow: none;
}
button#search {
    position: absolute;
    right: 2px;
    border-radius: 0px 50px 50px 0px;
    top: 0px;
    height: 100%;
    padding: 11px 20px;
	 outline: 0 !important;
    border: 0px !important;
}

input#gsearch {
    width: 100%;
    border-radius: 50px;
    background: #eeeeee;
    padding: 12px 22px;
    border: none;
    font-size: 18px;
    outline: 0;
    font-family: 'Barlow';
    color: #999999;
    font-weight: 500;
    position: relative;
}
input#subscribe {
    border-radius: 0px 50px 50px 0px;
    background: #e88068;
    color: #fff;
    font-size: 18px;
    font-family: 'Barlow';
    padding: 12px 25px;
    font-weight: bold;
    top: 0;
    position: absolute;
    right: 0;
    border: none;
	outline: 0;
}

/* -------------------- */
.Browse_main_block {
    padding: 70px 0;
    width: 100%;
    float: left;
    background: #f4f4f4;
}
.Join_newsletter,
.Browse_main {
    display: none;
}

.Browse_main {
    text-align: center;
    padding: 50px 0;
    background: url(../image/bg_banner.png);
    background: rgb(131, 58, 180);
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 78%, rgba(252, 176, 69, 1) 100%);
}
.Browse_main .main_banner_headding {
    color: #ffffff;
}
.click_btns a {
    font-size: 16px !important;
    font-family: 'Barlow';
    font-weight: 500;
    padding: 7px 15px;
    color: #2c3e66 !important;
    display: block;
    text-decoration: none !important;
	border-radius:5px;
    transition: 0.3s;
}
.click_btns ul li:not(:last-child) {
    border-bottom: 1px solid #ffffff5e;
    /* margin-bottom: 20px; */
}
/* .click_btns a:hover {
    background: #e88068;
	color:#fff !important;
} */
.click_btns a:hover {
    background: #D6284B;
	color:#fff !important;
}
a.active {
    background: #D6284B;
    color: #fff !important;
}
span.like_box {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 20px;
    cursor: pointer;
    z-index: 999;
    display: block;
}
::-webkit-search-cancel-button {
    display: none !important;
} 
.col-md-3.pe-md-5 .Accuracy {
    box-shadow: none !important;
}
.col-md-3.pe-md-5 .Accuracy ul li a .fas{
   margin-right:20px;
}
a.btn,
a.download_btn {
    padding: 12px 6px;
    /* background: #D6284B; */
    border-radius: 2px;
    color: #fff !important;
    transition:0.3s;
}
a.btn:hover .function_icon,
a.download_btn:hover .function_icon {   
    /* background:#fff ; */
   /*  background: #D6284B;
    color:#D6284B !important; */
    transform: scale(1.2);
}
img.function_icon {
    width: 30px;
    transform: scale(1);
    transition: 0.2s;
}
.Accuracy {
    position: relative;
    box-shadow: none !important;
    overflow: hidden;
}
.Accuracy_data {
    padding: 20px 20px 17px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.Accuracy_data .Accuracy ul {
    margin: 0px;
}

.links_section {
    width: 100%;
    float: left;
    background: #f4f4f4;
    padding-bottom: 60px;
}
.top_links {
    display: grid;
    grid-template-columns: 25% 25% 25% 25% 1fr;
    width: 100%;
    background: #fff;
    padding:20px 0px 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
    text-align: center;
}
.top_links ul {
    padding: 0;
}
.top_links ul li a {
    color: #2c3e66 !important;
    text-decoration: none;
    display: inline-block;
    padding: 4px 0;
    transition:0.3s;
}
.top_links ul li a:hover {
    color:#D6284B !important;
}









.copy {
    width: 100%;
    float: left;
    background: #1d2a46;
    padding: 40px 0 20px;
}
.copy_right_text {
    color: #fff;
}
.copy ul li ,span.dot,.dot1{
    list-style: none;
    padding: 0px 18px;
	color:#41cde6;
	position: relative;
}

.copy ul li a {
    color: #fff !important;
    font-size: 20px;
}
.dot:before {
   content: "";
    background: #40cee6 !important;
    width: 10px;
    position: absolute;
    top: 9px;
    left: -9px;
    border-radius: 5px;
    height: 10px;
}
.Accuracy.click_btns {
    background: #eaeaea;
    padding: 10px;
}

p#popoverText {
    font-size: 20px;
}



span.like_box {
    background: url(../image/svgs/like-hand_red_fil_1.svg);
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.like_box.like {
    background: url(../image/svgs/like-hand_red_unfil_2.svg);
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.like_noumbers {
    position: absolute;
    right: 20px;
    top: 31px;
    color: #fff;
    font-size: 12px;
}


.myModal {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0000008c;
    z-index: 9;
    display: none;
}



/* .loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    top: 50%;
 } */
.loader {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 6rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    top: 40%;
    left: 30%;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    animation: pulsOut 1.8s ease-in-out infinite;
    filter: drop-shadow(0 0 1rem rgba(255, 255, 255, 0.75));
}

.loader:before {
    width: 100%;
    padding-bottom: 100%;
    box-shadow: inset 0 0 0 1rem #fff;
    animation-name: pulsIn;
}

.loader:after {
    width: calc(100% - 2rem);
    padding-bottom: calc(100% - 2rem);
    box-shadow: 0 0 0 0 #fff;
}

@keyframes pulsIn {
    0% {
        box-shadow: inset 0 0 0 1rem #fff;
        opacity: 1;
    }

    50%,
    100% {
        box-shadow: inset 0 0 0 0 #fff;
        opacity: 0;
    }
}

@keyframes pulsOut {

    0%,
    50% {
        box-shadow: 0 0 0 0 #fff;
        opacity: 0;
    }

    100% {
        box-shadow: 0 0 0 1rem #fff;
        opacity: 1;
    }
}



/* ================== */

.modal-body .function_icon {
    width: 50px;
}

.modal-body .Accuracy_data {
    width: 93%;
}

#imageModal>.modal-dialog {
    max-width: 350px !important;
}

.popover-box {
    display: none;
    position: absolute;
    width: 300px;
    background: white;
    color: black;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 1000;
    bottom: 4%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popover-box::after {
    content: "";
    position: absolute;
    bottom: -25px;
    /*  left: 15%; */
    transform: translateX(-50%) rotate(181deg);
    border-width: 13px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}

[data-id="0"].popover-box::after {
    left: 15%;
}

[data-id="1"].popover-box::after {
    left: 50%;
}

[data-id="2"].popover-box::after {
    left: 85%;
}

.popover-buttons {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.btn {
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

.btn-secondary {
    background: gray;
    color: white;
}

.btn-primary {
    background: #007bff;
    color: white;
}

.hidden {
    display: none;
}

#imageModal .Accuracy_data .btn {
    pointer-events: none;
    /* Prevents clicking */
    opacity: 0.5;
    /* Makes the button look disabled */
}

.navbar .image_w {
    width: 30% !important;
}

#loding_modal{
    height:100%;
    min-height:500px;
}
#loding_modal .loader {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 6rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Accuracy_data ul li .lg_hide {
    display: none ;
}
@media screen and (max-width: 782px) {
	
    .Accuracy_data ul li .lg_hide {
        display: block;
    }
    .Accuracy_data .sm_hide {
        display: none;
    }
	
	a.navbar-brand img.rounded.w-50 {
        width: 100% !important;
    }
    .navbar .image_w {
        width: 70% !important;
        margin: 0 auto;
    }
	.mobile_btn {
		width: 100% !important;
		display: flex;
		justify-content: space-between;
	}
	.Accuracy.click_btns {
		margin: 0px 0 50px;
	}
	
	p.main_banner_pera {
		font-size: 22px;
		width: 100%;
		padding: 38px 0px 55px;
	}
	.string {
		padding:25px 20px;
		min-height: 200px;
	}
	
	.Latest_Resources_block {
		padding: 20px 0 0px;
	}
	a.nav-link:hover:before {
		height: 0px;
		opacity: 1;
	}
    .navbar-brand>svg {
        width: 217px !important;
    }
    .Accuracy ul {
       /*  margin: 30px 0 7px;
        display: grid;
        column-gap: 10px;
        grid-template-columns: 50% 1fr; */
        display: flex;
        overflow-y: auto;
        scrollbar-width: none;
        margin: 30px 0 0px;
    }
    .click_btns ul li:not(:last-child) {
        border-bottom: none;
    }
	
	
	
	
	
	
	
	
	h1.main_banner_headding {
		font-size: 32px;
		width: 100%;
	}
	.n_two .headding {
		font-size: 35px;
	}
	.n_two p {
		font-size: 21px;
		width: 100%;
	}
	.form_subscribe {
		width: 95%;
	}
	.in_block ul {
		display: block !important;
		text-align: center;
	}
	.copy_right_text {
		text-align: center;
	}	
	.top_links {
    	padding: 40px 0px 30px;
    	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .top_links {
        display: block;
    }
    .row.headding_row {
        display: contents;
    }
	
	/* ============= */
        .Accuracy .like_box,
        .Accuracy .like_box.like {
            height: 10vw !important;
            width: 10vw !important;
            padding-bottom: 50px;
        }

        .like_noumbers {
            right: 27px;
            top: 53px !important;
            font-size: 16px;
        }
        .Accuracy .Accuracy_data ul {
            margin: 0vw 0 6vw;
        }
        img.function_icon {
            width: 12vw;
        }
       /*  span.like_box,span.like_box.like {
            height: 7vw;
            width: 7vw;
            padding-bottom: 50px;
            display: flow-root;
            z-index: 99999;
        } */
	
	
}
