@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact-Regular.eot');
    src: url('../fonts/Impact-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Impact-Regular.woff2') format('woff2'),
        url('../fonts/Impact-Regular.woff') format('woff'),
        url('../fonts/Impact-Regular.ttf') format('truetype'),
        url('../fonts/Impact-Regular.svg#Impact-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-transform: capitalize;
}
html,
body {
	height: 100%;
	font-family: "Poppins", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #01509A;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	line-height: 23px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #000000;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 52px;
}

.section-title h2 {
	font-size: 40px;
	font-weight: 600;
	color: #01509A;
	margin-bottom: 10px;
}

.section-title p {
	font-size: 18px;
	color: #01509A;
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 50px;
	padding-bottom: 50px;
}

.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}


/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 7px 10px;
	color: #ffffff;
	text-align: center;
	border-radius: 50px;
	background-color:#D9A74A;
	border: 1px solid #D9A74A;
	transition: all 0.3s ease-in-out;
}

.site-btn {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	border: none;
	padding: 10px 40px 12px;
	border-radius: 50px;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #01509a;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f3f0f0;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #b38bfa;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #9f967f;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #36b1f4;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #331210;
		border-left-color: transparent;
	}
}

/*---------------------
  Header
-----------------------*/

.header-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-section.header-normal {
	border-bottom: 1px solid #e5e5e5;
}

.logo {
	float: left;
	width: 185px;
	padding: 14px 0px;
}

.logo a {
	display: inline-block;
}

.nav-menu {
	float: right;
}

.nav-menu .mainmenu {
	display: inline-block;
}

.nav-menu .mainmenu ul li {
	display: inline-block;
	list-style: none;
	margin-right: 2px;
	position: relative;
}

.nav-menu .mainmenu ul li .dropdown {
	position: absolute;
	width: 235px;
	background: #ffffff;
	z-index: 99;
	left: 0;
	top: 130px;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 4px 13px 30px rgba(0, 0, 0, 0.15);
	box-shadow: 4px 13px 30px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-menu .mainmenu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.nav-menu .mainmenu ul li .dropdown li a {
	padding: 7px 10px;
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: capitalize;
}

.nav-menu .mainmenu ul li .dropdown li a:hover {
	/* color: #D9A74A; */
}

.nav-menu .mainmenu ul li .dropdown li a:after {
	display: none;
}

.nav-menu .mainmenu ul > li.active > a {
    background: #D9A74A;
    color: #fff;
}

.nav-menu .mainmenu ul li:hover>a {
	    background: #D9A74A;
	    color: #fff;
}
.nav-menu .mainmenu ul li:hover>a .menu-arrow, .nav-menu .mainmenu ul li.active>a .menu-arrow{
     border-color: #ffffff;
}

.nav-menu .mainmenu ul > li:hover > .dropdown {
	opacity: 1;
	visibility: visible;
	top: 75px;
}
.nav-menu .mainmenu ul > li > .dropdown > li:hover > .dropdown {
    opacity: 1;
    visibility: visible;
}
.nav-menu .mainmenu ul li a {
	font-size: 15px;
	color: #01509A;
	font-weight: 500;
	padding: 28px 10px;
	position: relative;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

.nav-menu .primary-btn.top-btn {
    margin: 20px 5px;
}

.slicknav_menu {
	display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero-section .item{
	padding: 65px 0px;
	height: 480px;
}

.hero-section .hero-text {

}

.hero-section .hero-text span {
	color: #D9A74A;
}

.hero-section .hero-text h2 {
	font-size: 45px;
	color: #ffffff;
	line-height: 45px;
	font-weight: 600;
	margin-top: 24px;
	margin-bottom: 20px;
}

/*---------------------
  Conter
-----------------------*/

.counter-section {
	padding: 40px 0;
}
.counter-section .counter-text ul{display: block;border-bottom: none;}
.counter-section .counter-text li {
	font-size: 15px;
	color: #000000;
	list-style: none;
	padding: 6px 0px;
	display: block;
}

.counter-section .counter-text h3 {
	color: #01509A;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 10px;
}
.mdicons {
    text-align: center;
    padding: 15px 8px;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.ovicodiv img{width: 80px;}
.mdicons h5{
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.counter-section .counter-text li a{
	color:#000;
	padding: 0px;
	border: none;
	border-bottom: 2px solid transparent;
	padding: 3px 0px;
}
.counter-section .counter-text li a.active, .counter-section .counter-text li:hover a{border: none;border-bottom: 2px solid #01509A;display: inline-block;padding: 3px 0px;box-shadow: none;outline: none;}

/*---------------------
  Home About Section
-----------------------*/

.home-about-section {
}

.ha-pic {
}

.ha-pic img {
	min-width: 100%;
}

.ha-text {position: relative;}

.ha-text h2 {
	color: #01509A;
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 10px;
}

.ha-text p {
	margin-bottom: 21px;
}

.ha-text ul {
	margin-bottom: 27px;
}

.ha-text ul li {
	list-style: none;
	font-size: 15px;
	line-height: 21px;
	color: #000000;
	width: 33%;
	text-align: center;
	margin-bottom: 17px;
}

.ha-text ul li span {
	color: #D9A74A;
	display: block;
	clear: both;
}


/*---------------------
  Pricing Section
-----------------------*/

.pricing-section {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #01509A;
}

.pricing-section .section-title {
	margin-bottom: 35px;
}

.pricing-section .section-title h2 {
	color: #ffffff;
	font-size: 27px;
	font-weight: 400;
}

.pricing-section .section-title p {
	color: #cdcdce;
}

.debn-item {
	text-align: center;
	position: relative;
	width: 20%;
}

/*---------------------
  Latest Blog
-----------------------*/

.latest-blog {
	padding-top: 35px;
}
.li-text-right h5 a{
color: #01509A;
	font-weight: 600;
	line-height: 26px;
	}.li-text-right p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}.li-text-right button{
	    border-radius: 50px;
    background-color: #D9A74A;
    border: 1px solid #D9A74A;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    padding: 7px 11px;
}
.li-text-right button a{
	color: #ffffff;
}
.blog-right img{
    height: 100%;
    object-fit: cover;
}
.blog-right {width: 30%;height: 145px;overflow: hidden;}
.latest-item-mean {
    display: flex;
    gap: 16px;
}
.latest-item.large-item {

}

.latest-item.large-item .li-tag {font-size: 27px;font-weight: bold;color: #01509A;}

.latest-item.large-item .li-text {
}

.latest-item.large-item .li-text h4 {
	margin-bottom: 8px;
}

.latest-item.large-item .li-text h4 a {
	color: #01509A;
	font-weight: 600;
	line-height: 26px;
}

.latest-item.large-item .li-text span {
	font-size: 16px;
	color: #ffffff;
}

.latest-item.large-item .li-text span i {
	color: #D9A74A;
}

.latest-item .li-tag {
	font-size: 14px;
	color: #000000;
	display: inline-block;
}

.latest-item .li-text {
	position: relative;
	width: 100%;
	padding: 0 22px;
}

.latest-item .li-text h5 {
	margin-bottom: 5px;
}

.latest-item .li-text h5 a {
	display: block;
	color: #ffffff;
	font-weight: 600;
	line-height: 30px;
}

.latest-item .li-text span {
	font-size: 14px;
	color: #ffffff;
}

/*---------------------
  Home Contact 
-----------------------*/

.contact-section .section-title {
	text-align: left;
	margin-bottom: 40px;
}

.cs-text .ct-address span {
	font-size: 20px;
	color: #6a6b7c;
}

.cs-text .ct-address p {
	font-size: 14px;
	color: #171822;
	line-height: 30px;
	margin-top: 8px;
}

.cs-text ul {
	margin-bottom: 0px;
}

.cs-text ul li {
	font-size: 14px;
	color: #171822;
	line-height: 36px;
	list-style-type: none;
	display: block;
}

.cs-text ul li:last-child {
	margin-right: 0;
}

.cs-text ul li span {
	font-size: 20px;
	color: #6a6b7c;
	display: block;
}

.cs-text .ct-links span {
	font-size: 16px;
	color: #6a6b7c;
}

.cs-text .ct-links p {
	font-size: 18px;
	color: #171822;
	line-height: 30px;
	margin-top: 8px;
}

.cs-map {
	height: 400px;
	-webkit-box-shadow: 0px 12px 30px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 12px 30px rgba(11, 12, 48, 0.15);
}

.cs-map iframe {
	width: 100%;
}

/*---------------------
  Footer
-----------------------*/

.footer-section {
	background: #01509A;
	padding-top: 50px;
	padding-bottom: 40px;
}

.footer-text {
	text-align: left;
}

.footer-text .ft-logo {
	margin-bottom: 20px;
}

.footer-text .ft-logo a {
	display: inline-block;
}

.footer-text ul {
	margin-bottom: 18px;
}

.footer-text ul li {
	list-style: none;
}

.footer-text ul li:last-child {
	margin-right: 0;
}

.footer-text ul li a, .footer-text ul li {
	color: #ffffff;
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 2px 0px;
}

.footer-text ul li a:hover {
	color: #D9A74A;
}

.copyright-text {
	background: #212121;
	text-align: center;
	padding: 10px 0px;
}

.copyright-text p {
	color: #fff;
	margin: 0px;
}

.copyright-text a:hover {
	color: #D9A74A;
}
.footer-text .ft-social a img{
	width: 24px;
}
.footer-text .ft-social a {
	display: inline-block;
	text-align: center;
	color: #D9A74A;
	margin-right: 15px;
}

.footer-text .ft-social a:last-child {
	margin-right: 0;
}

/* ----------------------------------- Other Pages Styles ------------------------------- */

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-section {
	padding: 195px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100%;
}

.breadcrumb-text {
	text-align: center;
}

.breadcrumb-text h2 {
	font-size: 30px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 0px;
}

.breadcrumb-text .bt-option a {
	font-size: 14px;
	color: #000000;
	display: inline-block;
	margin-right: 20px;
	position: relative;
	font-weight: 500;
}

.breadcrumb-text .bt-option a:after {
	position: absolute;
	right: -17px;
	top: 2px;
	content: "\f105";
	font-family: "FontAwesome";
}

.breadcrumb-text .bt-option span {
	display: inline-block;
	color: #393939;
}

/*---------------------
  About Section
-----------------------*/

.about-section {
	padding-top: 0;
	padding-bottom: 20px;
}

.about-section .section-title {
	text-align: left;
}

.about-section .section-title h2 {
	margin-bottom: 20px;
}

.about-section .section-title p {
	font-size: 16px;
}

.about-section .section-title p.f-para {
	margin-bottom: 20px;
}

.about-pic {
	-webkit-box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
}

.about-pic img {
	min-width: 100%;
}

.about-text {
}

.about-text h3 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 25px;
}

.about-text p {
	margin-bottom: 20px;
}

.about-text ul li {
	font-size: 16px;
	color: #6a6b7c;
	line-height: 30px;
	list-style: none;
}

.about-text ul li span {
	color: #D9A74A;
}

/*---------------------
  Story Section
-----------------------*/

.story-section {
	padding-bottom: 30px;
	padding-top: 0px;
}

.story-section .section-title {
	text-align: left;
}

.story-section .section-title h2 {
	margin-bottom: 0;
}

.story-left {
	padding-right: 40px;
}

.story-right {
	padding-left: 40px;
}
.story-item:hover .aboutexts p{
	color:#fff;
}
.story-item:hover .aboutexts{
background-color:#01509A;
}
.story-item:hover {
border: 5px solid #01509A;
	transition: all 0.3s ease-in-out;	
}
.story-item {
	margin-top: 28px;
	border: 5px solid #fff;
	transition: all 0.3s ease-in-out;
	border-radius: 6px;
}

.story-item h2 {
	color: #D9A74A;
	font-weight: 600;
	float: left;
	margin-right: 30px;
	line-height: 42px;
}

.story-item .si-text {
	overflow: hidden;
	text-align: center;
}
.aboutexts{
	padding: 10px;
}
.story-item .si-text h4 {
	color: #171822;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 0px;
	background: #01509A;
	color: #fff;
	text-align: center;
	padding: 5px 15px;
	font-size: 20px;
}

/*---------------------
  Testimonial Section
-----------------------*/

.testimonial-section {
	overflow: hidden;
	padding-bottom: 50px;
}

.testimonial-section .section-title {
	margin-bottom: 26px;
}

.testimonial-slider .col-lg-6 {
	max-width: 100%;
}

.testimonial-slider.owl-carousel .owl-stage-outer {
	padding-bottom: 20px;
	padding-top: 40px;
}

.testimonial-slider.owl-carousel .owl-nav button {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 39px;
	font-size: 30px;
	color: #ffffff;
	background: #01509a;
	border-radius: 50%;
	position: absolute;
	left: -22px;
	top: 57%;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.testimonial-slider.owl-carousel .owl-nav button:hover {
	background: #d9a74a;
	color: #ffffff;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -22px;
}

.testimonial-item {
	background: #E8E8E8;
	border-radius: 10px;
	position: relative;
	padding: 20px 20px;
	transition: all 0.3s ease-in-out;
	text-align: center;
	border: 1px solid var(--Final-colore, #01509A);
	z-index: 0;
}

.testimonial-item .ti-author {
	margin-bottom: 25px;
	text-align: center;
}

.testimonial-item .ti-author .ta-pic {text-align: center;margin: 0 auto;display: table;margin-top: -50px;position: relative;z-index: 9999;}

.testimonial-item .ti-author .ta-pic img {
	    height: 47px;
    width: 55px;
	border-radius: 100%;
	border: 1px solid var(--Final-colore, #01509A);
}

.testimonial-item .ti-author .ta-text {
    overflow: hidden;
    padding-top: 12px;
    width: 100%;
}

.testimonial-item .ti-author .ta-text h5 {
	font-size: 17px;
	color: #171822;
	font-weight: 500;
	margin-bottom: 5px;
}

.testimonial-item .ti-author .ta-text span {
	display: block;
	color: #000000;
	font-size: 16px;
}
.testimonial-item h3{
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 600;
}
.testimonial-item p {
	font-size: 14px;
	color: #000000;
	line-height: 21px;
	font-weight: 300;
	margin-bottom: 10px;
}

/*---------------------
  Speaker Section
-----------------------*/

.speaker-section {
	padding-top: 0;
}

.speaker-item {
	margin-bottom: 50px;
}

.speaker-item .si-pic img {
	min-width: 100%;
	border-radius: 2px;
}

.speaker-item .si-text .si-title {
	margin-bottom: 28px;
}

.speaker-item .si-text .si-title h4 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 13px;
}

.speaker-item .si-text .si-title span {
	color: #D9A74A;
	font-size: 16px;
	display: block;
}

.speaker-item .si-text .si-social {
	margin-bottom: 24px;
}

.speaker-item .si-text .si-social a {
	display: inline-block;
	font-size: 16px;
	color: #171822;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #ebebeb;
	border-radius: 50%;
	margin-right: 5px;
}

.speaker-item .si-text .si-social a:hover {
	background: -o-linear-gradient(330deg, #ee8425, #f9488b);
	background: linear-gradient(120deg, #ee8425, #f9488b);
	color: #ffffff;
}

.speaker-item .si-text p {
	color: #707070;
	line-height: 26px;
}

.load-more {
	text-align: center;
	padding-top: 10px;
}

.load-more .primary-btn {
	padding: 12px 45px;
}

/*---------------------
  Blog
-----------------------*/

.blog-section {
	padding-top: 0;
}

.blog-item {
    position: relative;
    height: 280px;
    overflow: hidden;
}
.blog-item img{
	height:100%;
	object-fit:cover;
}
.blog-item .bi-tag {
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	display: inline-block;
	padding: 3px 20px 5px;
	border-radius: 2px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.blog-item.large-item {
	height: 575px;
}

.blog-item.large-item .bi-tag {
	left: 30px;
	top: 30px;
}

.blog-item.large-item .bi-text {
	padding: 0 30px;
	bottom: 28px;
}

.blog-item .bi-text {
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 100%;
	padding: 0 20px;
}

.blog-item .bi-text h5 {
	margin-bottom: 10px;
}

.blog-item .bi-text h5 a {
	color: #ffffff;
	line-height: 24px;
	font-weight: 600;
	display: block;
}

.blog-item .bi-text h3 {
	margin-bottom: 15px;
}

.blog-item .bi-text h3 a {
	font-size: 28px;
	color: #ffffff;
	font-weight: 600;
	line-height: 36px;
	display: block;
}

.blog-item .bi-text span {
	font-size: 14px;
	color: #ffffff;
	display: block;
}

.blog-item .bi-text span i {
	color: #D9A74A;
}

.load-more.blog-more {
	padding-top: 20px;
}

/*---------------------
  Blog Hero Section
-----------------------*/

.blog-hero-section {
	padding: 200px 0;
}

.bh-text {
	text-align: center;
}

.bh-text .play-btn {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 79px;
}

.bh-text .play-btn i {
	color: #ffffff;
	font-size: 28px;
	margin-left: 6px;
}

.bh-text h2 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	margin-top: 34px;
	margin-bottom: 14px;
}

.bh-text ul li {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	list-style: none;
	display: inline-block;
	margin-right: 45px;
	position: relative;
}

.bh-text ul li:after {
	position: absolute;
	right: -22px;
	top: 4px;
	height: 14px;
	width: 1px;
	background: #6e6e6e;
	content: "";
}

.bh-text ul li:last-child {
	margin-right: 0;
}

.bh-text ul li:last-child:after {
	display: none;
}

.bh-text ul li span {
	font-size: 16px;
	text-transform: capitalize;
}

.bh-text ul li span strong {
	font-weight: 600;
}

/*---------------------
  Blog Details Section
-----------------------*/

.blog-details-section {
	padding-top: 50px;
}

.bd-text .bd-title {
	margin-bottom: 28px;
}

.bd-text .bd-quote {
	position: relative;
	padding-left: 32px;
	margin-bottom: 36px;
}

.bd-text .bd-quote:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #D9A74A;
	content: "";
}

.bd-text .bd-quote p {
	font-size: 18px;
	color: #171822;
	font-weight: 500;
	line-height: 30px;
}

.bd-text .bd-quote span {
	font-size: 14px;
	color: #D9A74A;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}

.bd-text .bd-quote img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.bd-text .bd-more-text {
	margin-bottom: 32px;
}

.bd-text .bd-more-text.second-text {
	margin-bottom: 56px;
}

.bd-text .bd-more-text h4 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 19px;
}

.bd-text .bd-more-pic {
	margin-bottom: 36px;
}

.bd-text .bd-more-pic img {
	min-width: 100%;
	border-radius: 2px;
}

.bd-text .bd-tag-share {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}

.bd-text .bd-tag-share .tag {
	float: left;
	margin-top: 7px;
}

.bd-text .bd-tag-share .tag a {
	display: inline-block;
	font-size: 14px;
	background: #ebebeb;
	color: #6a6b7c;
	padding: 2px 17px 4px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 2px;
	margin-right: 6px;
	margin-bottom: 5px;
}

.bd-text .bd-tag-share .tag a:hover {
	background: #D9A74A;
	color: #ffffff;
}

.bd-text .bd-tag-share .s-share {
	float: right;
}

.bd-text .bd-tag-share .s-share span {
	display: inline-block;
	color: #171822;
	font-size: 16px;
	margin-right: 12px;
}

.bd-text .bd-tag-share .s-share a {
	display: inline-block;
	font-size: 16px;
	color: #171822;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #ebebeb;
	margin-left: 11px;
	border-radius: 50%;
}

.bd-text .bd-tag-share .s-share a:hover {
	color: #ffffff;
}

/*---------------------
  Comment Section
-----------------------*/

.comment-section h3 {
	color: #171822;
	font-weight: 600;
}

.comment-form input {
	width: 100%;
	height: 46px;
	background: #f4f6f8;
	padding-left: 20px;
	padding-right: 5px;
	border: none;
	margin-bottom: 30px;
	border-radius: 2px;
	border: 1px solid #eee;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.comment-form input::-webkit-input-placeholder {
	color: #a0a1b5;
}

.comment-form input::-moz-placeholder {
	color: #a0a1b5;
}

.comment-form input:-ms-input-placeholder {
	color: #a0a1b5;
}

.comment-form input::-ms-input-placeholder {
	color: #a0a1b5;
}

.comment-form input::placeholder {
	color: #a0a1b5;
}

.comment-form input:focus {
	border: 1px solid #D9A74A;
	color: #171822;
}

.comment-form textarea {
	width: 100%;
	height: 120px;
	background: #f4f6f8;
	padding-left: 20px;
	border: none;
	padding-top: 12px;
	padding-right: 5px;
	margin-bottom: 32px;
	border-radius: 2px;
	border: 1px solid #eee;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	resize: none;
}

.comment-form textarea::-webkit-input-placeholder {
	color: #a0a1b5;
}

.comment-form textarea::-moz-placeholder {
	color: #a0a1b5;
}

.comment-form textarea:-ms-input-placeholder {
	color: #a0a1b5;
}

.comment-form textarea::-ms-input-placeholder {
	color: #a0a1b5;
}

.comment-form textarea::placeholder {
	color: #a0a1b5;
}

.comment-form textarea:focus {
	border: 1px solid #D9A74A;
	color: #171822;
}

/*---------------------
  Related Post Section
-----------------------*/

.related-post-section {
	padding-bottom: 20px;
}

.related-post-section .blog-item {
	height: 350px;
}

.related-post-section .blog-item .bi-tag {
	left: 30px;
	top: 30px;
}

.related-post-section .blog-item .bi-text {
	padding: 0 30px;
	bottom: 28px;
}

.related-post-section .blog-item .bi-text h5 {
	margin-bottom: 10px;
}

.related-post-section .blog-item .bi-text h5 a {
	font-size: 20px;
	line-height: 30px;
}

/*---------------------
  Contact Top Content
-----------------------*/

.contact-content-section {
	overflow: hidden;
}

.cc-text {
	padding: 30px;
	border-radius: 10px;
}

.cc-text .section-title {
	text-align: left;
	margin-bottom: 42px;
}

.cc-text .section-title h2 {
	color: #ffffff;
}

.cc-text .section-title p {
	color: #ffffff;
}

.cc-text .cs-text .ct-address span {
	color: #d9a74a;
}

.cc-text .cs-text .ct-address p {
	color: #ffffff;
}

.cc-text .cs-text ul li {
	color: #ffffff;
}
.cc-text .cs-text ul li a{
color: #ffffff;	
}
.cc-text .cs-text ul li span {
	color: #d9a74a;
}

.cc-text .cs-text .ct-links span {
	color: #ffffff;
}

.cc-text .cs-text .ct-links p {
	color: #ffffff;
}

.cc-map {
	position: relative;
	font-size: 0;
}

.cc-map iframe {
	width: 100%;
}

.cc-map .map-hover {
	position: absolute;
	left: 50%;
	top: 260px;
	-webkit-transform: translateX(-132px);
	-ms-transform: translateX(-132px);
	transform: translateX(-132px);
}

.cc-map .map-hover i {
	font-size: 30px;
	color: #D9A74A;
	position: absolute;
	left: 50%;
	top: -55px;
	-webkit-transform: translateX(-9px);
	-ms-transform: translateX(-9px);
	transform: translateX(-9px);
}

.cc-map .map-hover .map-hover-inner {
	width: 264px;
	text-align: center;
	background: #ffffff;
	padding: 27px 0 11px;
	-webkit-box-shadow: 0px 0px 30px rgba(74, 101, 106, 0.2);
	box-shadow: 0px 0px 30px rgba(74, 101, 106, 0.2);
}

.cc-map .map-hover .map-hover-inner:after {
	position: absolute;
	left: 50%;
	top: -6px;
	width: 30px;
	height: 30px;
	background: #ffffff;
	content: "";
	-webkit-transform: translateX(-15px) rotate(45deg);
	-ms-transform: translateX(-15px) rotate(45deg);
	transform: translateX(-15px) rotate(45deg);
}

.cc-map .map-hover .map-hover-inner h5 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 7px;
}

.cc-map .map-hover .map-hover-inner p {
	color: #171822;
}

/*---------------------
  Contact Form
-----------------------*/

.comment-form.contact-form input {
	margin-bottom: 7px;
}

.comment-form.contact-form textarea {
	height: 120px;
	margin-bottom: 14px;
}
.hero-search input.autocomplete {
	display:none;
}
.hero-search input {
    width: 75%;
    padding: 9px 14px;
    border: 1px solid #D9A74A;
    border-radius: 20px 0px 0px 20px;
}
.hero-search button{
	    background: #D9A74A;
	    padding: 9.2px 25px;
	    border: none;
	    border-radius: 0px 20px 20px 0px;
	    margin-left: -5px;
	    color: #fff;
	    position: absolute;
	    right: 0%;
	    top: 0;
}
.login-btn {
    border: 1px solid #01509A;
    padding: 7px 12px;
    border-radius: 20px;
    color: #01509A;
    margin-right: 3px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.sign-btn{border: 1px solid #01509A;padding: 7px 12px;border-radius: 20px;color: #01509A;margin-right: 3px;font-size: 14px;transition: all 0.3s ease-in-out;}
.login-btn:hover, .sign-btn:hover{
border: 1px solid #D9A74A;
color: #D9A74A;
}
.nav-menu .primary-btn.top-btn:hover{
border: 1px solid #D9A74A;
color: #D9A74A;
background-color:#fff;	
}
.pdn{
	padding: 0px;
}
.warmsc .col-lg-3:nth-child(4n) .mdicons{
    border-right:none;
}
.warmsc .col-lg-3:nth-child(9) .mdicons, 
.warmsc .col-lg-3:nth-child(10) .mdicons,
 .warmsc .col-lg-3:nth-child(11) .mdicons,
 .warmsc .col-lg-3:nth-child(12) .mdicons{
    border-bottom:none;
}
.ovicodiv {
    margin-bottom: 10px;
}
.atoz {
    color: #01509a;
    font-weight: bold;
}
.absolute_text {
    color: #f6f6f6;
    position: absolute;
    font-size: 85px;
    font-weight: bold;
    right: 15%;
    top: -17px;
    line-height: 1;
    font-family: 'Impact';
}
.videmore {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	position: relative;
	background: #D9A74A;
	padding: 8px 18px;
	display: table;
	margin: 17px auto 0px;
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
}
.videmore:hover{
	background-color:#fff;
	color:#D9A74A;
}
.footer-text h4{
    color: #D9A74A;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}
.footer-text h4:after{
	content:"";
	height: 2px;
	position: absolute;
	width: 56%;
	background: #91c3f1;
	left: 0;
	bottom: -8px;
}
.ft-logo {
    padding: 40px 0px;
}
.ft-social {
    padding-top: 6px;
}
.letter-space{
	letter-spacing:6px;
}
.blog_content {
    padding: 10px;
}
.blog_content button{
	    border-radius: 50px;
    background-color: #D9A74A;
    border: 1px solid #D9A74A;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    padding: 7px 11px;
}
.blog_content button a{
	color: #ffffff;
}
.dateblog {
    text-align: center;
}
.right_blog_cont {
    width: 70%;
}
.height-50{
	height:50px;
}
.testimonial-item h5{color: #01509a;font-weight: 500;margin-bottom: 14px;}
.testimonial-item h4{font-size: 15px;color: #000000;font-weight:400;}

.testimonial-slider .owl-item.active.center .testimonial-item{background-color:#01509A;margin-top: 0px;transition: all 0.3s ease-in-out;z-index: 999999;margin: -10px -11px;color: #fff;height: 100%;}
.testimonial-slider .owl-item.active.center .testimonial-item .ti-author .ta-text h5{
color:#fff;
}
.testimonial-slider .owl-item.active.center .testimonial-item .ti-author .ta-text span{
color:#fff;
}
.testimonial-slider .owl-item.active.center .testimonial-item h3{
color:#fff;
}
.testimonial-slider .owl-item.active.center .testimonial-item p{
color:#fff;
}
.testimonial-slider .owl-item.active.center .testimonial-item h5{
color:#fff;
}
.testimonial-slider .owl-item.active.center .testimonial-item h4{
color:#fff;
}
.schedule-tab .nav-tabs .nav-item .nav-link.active {
    border-radius: 2px;
    border-color: #e7e7e8;
    background: #01509A;
    color: #fff;
}
.schedule-tab .nav-tabs .nav-item .nav-link {
    padding: 14px 25px;
    border: none;
    border-radius: 0px;
    background: #d9a74a;
    color: #fff;
    font-weight: 600;
}
.schedule-tab {
    text-align: center;
    width: 100%;
}
.schedule-tab .nav-tabs{border-bottom:2px solid #BEBEBE;justify-content: center;margin-bottom: 20px;}
.owl-dots{
	text-align: center;
}
.owl-dot span{width: 13px;height: 13px;background: #9A9A9A;display: block;border-radius: 100%;}
.owl-dot.active span{
background: #D9A74A;
}
.owl-dot{margin: 0px 4px;}


.herocarousel .owl-dot span{width: 22px;height: 4px;border-radius: 0px;background: #9A9A9A;display: block;}
.herocarousel .owl-dot.active span{background: #D9A74A;width: 35px;}
.herocarousel .owl-dot{margin: 0px 4px;}
.bt-option {
    padding: 10px 0px;
}
.absiote {
   font-family: 'Impact';
   color: #f7f7f7;
   font-size: 50px;
   position: absolute;
   bottom: 10px;
   z-index: -1;
}


























/*-------------------------------- Respinsive Media Styles --------------------------------*/

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1220px;
	}
}

/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-menu .mainmenu ul li {
		margin-right: 5px;
	}
	.hero-section .hero-text {
		/* padding-top: 110px; */
	}
	.counter-section .cd-timer .cd-item {
		margin-left: 25px;
	}
	.ha-text {
		padding-top: 0;
	}
	
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -10px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -10px;
	}
	
	.cc-text {
		padding-top: 65px;
	}
}

@media only screen and (max-width: 991px) {
	
	.latest-item.large-item {
		margin-right: 0;
		margin-left: 0;
	}
	.latest-item {
		margin-left: 0;
	}
	.cs-map {
		margin-top: 20px;
	}
	.about-text {
		margin-top: 30px;
	}
	.story-right {
		padding-left: 0;
	}
	
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -10px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -10px;
	}
	.counter-section .counter-text {
		margin-bottom: 30px;
	}
	.counter-section .cd-timer {
		text-align: left;
	}
	.speaker-item .si-text .si-title {
		padding-top: 30px;
	}
	.bd-text .bd-more-pic img {
		margin-bottom: 10px;
	}
	.cc-text {
		padding-left: 40px;
	}
	.ha-pic {
		margin-right: 0;
	}
	.hero-section .hero-text {
		margin-top: 10px;
	}
}

/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.nav-menu .primary-btn.top-btn {
		display: none;
	}
	.nav-menu .mainmenu ul li {
		margin-right: 2px;
	}
	.bh-text h2 {
		font-size: 45px;
	}
	.nav-menu .mainmenu ul li:last-child {
		margin-right: 0;
	}
	.hero-section .hero-text {
		margin-bottom: 20px;
	}
	
}

/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
.overflows_xln{
    margin-bottom: 17px;
}
	.breadcrumb-section {
    padding: 40px 0px;
}
	.story-left {
    padding-right: 0px;
}
	.right_blog_cont {
    width: 82%;
} 

	.blog-right {
    width:40%;
}
	.latest-item.large-item .li-text h4 a{
		        display: block;
    font-size: 16px;
    line-height: 1.2;
}
	.latest-item .li-text {
    padding: 0 0px;
}
	.section-title p {
    font-size: 14px;
}
	.section-title h2 {
    font-size: 27px;
}
	.debn-item {
    width: 33.33%;
}
	.ha-pic {
		padding-bottom: 20px;
}
	.ha-text ul li {
    font-size: 14px;
    width: 50%;
    padding: 0px 5px;
}
	.absolute_text{
		display: none;
	}
	.home-about-section {
		padding-top: 0px;
		padding-bottom: 0px;
}
	p.text-right.atoz {
    text-align: left !important;
}
	.hero-section .item{
    padding: 0px 0px;
    height: 125px;
}
	.counter-section .cd-timer .cd-item {
		margin-bottom: 10px;
	}
	
	.footer-text ul li {
		margin-right: 15px;
	}
	
	.slicknav_menu {
		display: block;
		background: transparent;
		padding: 0;
	}
	.nav-menu .mainmenu {
		display: none;
	}
	.nav-menu .primary-btn.top-btn {
		display: none;
	}
	.slicknav_btn {
		margin: 18px 0;
		border-radius: 0;
	}
	.slicknav_nav {
		background: #01509a;
		position: absolute;
		top: 12%;
		left: 0;
		right: 0;
		z-index: 9999;
		padding: 10px 0px;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		margin: 0;
		padding: 10px 20px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.slicknav_nav ul {
		margin: 0;
	  padding-left: 10px;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: #D9A74A;
		color: #ffffff;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: #D9A74A;
		color: #ffffff;
	}
	
	.bh-text h2,
	.hero-section .hero-text h2 {
		font-size: 40px;
		line-height: normal;
	}
	.counter-section .cd-timer .cd-item {
		margin-right: 10px;
		margin-left: 0;
	}
	.counter-section .cd-timer .cd-item:last-child {
		margin-right: 0;
	}
	.testimonial-slider.owl-carousel {
		text-align: center;
	}
	.testimonial-slider.owl-carousel .owl-nav button {
		margin-top: 10px;
		position: relative;
	}
}

/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.bh-text h2,
	.hero-section .hero-text h2 {
		font-size: 26px;
		line-height: normal;
	}
	
	.footer-text ul li {
		margin-bottom: 10px;
	}
	
	.cc-text {
		padding-left: 30px;
		padding-top: 35px;
	}
	.story-item h2 {
		float: none;
		margin-bottom: 10px;
	}
	.bd-text .bd-tag-share .s-share a {
		font-size: 14px;
		height: 35px;
		width: 35px;
		line-height: 35px;
		margin-left: 5px;
	}
}
.image_experts {
    border: 1px solid #ddd;
}
@media (min-width: 1200px) and (max-width: 1366px)  {
    .container {
        /* max-width: 100%; */
    }
}
@media (min-width: 992px) and (max-width: 1200px)  {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 992px)  {
	.story-left {
    padding-right: 0px;
}
    .container {
        max-width: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1230px)  {
   .nav-menu .mainmenu ul li a {
    padding: 28px 4px;
}
}
.story-item:hover .si-text h4 {
	background-color:#D9A74A;
}
.tabspapers .nav.nav-tabs {gap: 15px;flex-wrap: wrap;border: none;}.tabspapers .nav.nav-tabs li a.active{
	    background-color: #01509a;
}.tabspapers .nav.nav-tabs li a{
	background: #D9A74A;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #d9a74a;
	transition: all 0.3s ease-in-out;
}
.border_mark{border: 1px solid #ececec;margin: 0px 13px;}
.image_solv{width: 185px;
    height: 237px;
    overflow: hidden;}
.image_solv img{
	width: 100%;
}
.schedule_content{border: 1px solid #CFCFCF;box-shadow: 0px 1px 14.2px 0px #00000040;padding: 17px;border-radius: 10px;margin: 20px 0px;}
.content_volt p{
	margin-bottom: 0px;
	word-break: break-word;
	font-size: 13px;
}
.fov_control input{

	}.fov_control select{
	border: 1px solid #CFCFCF;
}
.fov_control button{background: transparent;border: 1px solid #CFCFCF;border-radius: 3px;padding: 6px 13px;font-size: 13px;}
.serachbtns{background: #D9A74A !important;color: #fff;width: 46%;margin-right: 11px;border: 1px solid #d9a74a !important;height: 32px;border-radius: 3px;}
.resetsbtn{background: #eee !important;width: 46%;border: 1px solid #eee !important;display: inline-block;text-align: center;padding: 5px 6px;border-radius: 4px;height: 32px;border-radius: 3px;}
.padding {
    padding: 35px 0px;
}
span.clear{
	display: block;
	padding:5px 0px;
}
.pagination{margin-top: 30px;justify-content: center;}.pagination > ul > a{
    margin: 0px 5px;
    font-size: 14px;
    color: #000;
    padding: 5px 10px;
    transition: all 0.3s ease-in-out;
    border-radius: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
}.pagination > ul > a.active, .pagination > ul > a:hover{
    background: #01509A;
    color: #fff;
}.pagination span{
    padding: 4px 6px;
    margin: 0px 9px;
    border-radius: 100%;
    width: 30px;
    text-align: center;
}
.pagination span a{
  color: #01509a;
}
.pagination ul{
    padding: 0px;
    margin: 0px;
}
.content_volt h5{
	margin-bottom:10px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.content_volt {
    width: 68%;
}
.fov_control label{
	font-size: 14px;
	margin: 0px;
	font-weight: 600;
}
.fov_control .serachbtns:hover {
    background: #000 !important;
}
.fov_control .resetsbtn:hover {
    background: #000 !important;
    color: #fff;
}
.tabspapers .nav.nav-tabs li a:hover{
	    background: #01509a;
}
@media (min-width:768px) and (max-width:991px){
	.breadcrumb-section {
    padding: 75px 0px;
}
	.content_volt {
    width: 75%;
}
	.nav-tabs .nav-item {
    width: 31%;
}
	.tabspapers .nav.nav-tabs {
    gap: 15px;
    flex-wrap: wrap;
}
	.nav-menu .mainmenu ul li a {
          font-size: 13px;
        padding: 28px 12px;
}
	.logo {
    width: 130px;
}
}
@media only screen and (max-width: 767px) {
	    .container, .container-sm {
        max-width: 100%;
    }
	.content_volt {
    width: 100%;
}
	.border_mark {
    margin: 15px 0px;
}
	.image_solv {
    width: 100%;
	height:auto;
}
	.schedule_content .d-flex{
		display: block !important;
	}
.tabspapers .nav.nav-tabs li a {
    padding: 10px 1rem;
}
	.counter-text .nav-tabs .nav-item{
		 padding: 0px 0px !important;
	}
	.nav-tabs .nav-item {
         margin-bottom: 10px;
       
}
	.tabspapers .nav.nav-tabs {
   display: block;
}
	.fov_control label{
		margin-bottom:5px;
	}
	.testimonial-slider.owl-carousel .owl-stage-outer {
     padding-top: 0px; 
}
	}

.leftset {
    box-shadow: 0px 1px 14.2px 0px #0000004D;
    border: 1px solid #CFCFCF;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.leftset h4{color: #D9A74A;font-size: 20px;border-bottom: 1px solid #D9A74A;padding-bottom: 10px;margin-bottom: 12px;}
.leftset ul{gap: 20px;}
.leftset ul li{list-style: none;margin: 8px 0px;border-bottom: 1px solid #eee;padding-bottom: 8px;}.leftset ul li a{color: #424242;}.leftset ul li a:hover{
transition: all 0.3s ease-in-out;
}
.leftset ul li:last-child{
border-bottom:none;	
}
.boksep h3{color: #D9A74A;font-size: 22px;}
.s_filter{width: 38%;}.s_filter input{
	border: 1px solid var(--Final-colore, #01509A);
	border-radius: 30px;
	padding: 6px 25px;
	width: 75%;
	font-size: 14px;
}.s_filter button{
	background: #01509A;
	color: #fff;
	border-radius: 27px;
	padding: 6px 22px;
	margin-left: 12px;
}
.bestseler h4{font-size: 20px;}.bestseler button{
	background: #D9A74A;
	border-radius: 30px;
	color: #fff;
}
img{
transition:all 0.3s ease-in-out;
}
.overflow_xol{
	display:block;
	overflow: hidden;
	margin: 10px 40px;
	height: 418px;
	border: 1px solid #ddd;
}
.overflow_xol:hover img{
transform: scale(1.02);
transition:all 0.3s ease-in-out;
}
.border-yellow{
	border: 1px solid var(--Color-3, #D9A74A);
}
.bestseler button:hover{
	background: #01509a;
	color:#fff;
}
.s_filter button:hover{
	    background: #D9A74A;
}
.main_titlex p{
	word-break: break-all;
	margin-bottom:5px;
	font-size: 14px;
}
.allbtn{
	color:#fff;
	background-color: #D9A74A;
    border: 1px solid #D9A74A;
    transition: all 0.3s ease-in-out;
}

.mainheads h3, .mainheads h3{
	    font-weight: 600;
    font-size: 25px;
}
.leftset .mainheads ul{
	padding-left: 17px;
}
.leftset .mainheads ul li{
	list-style: circle;
}
.btn-border {
    border: 1px solid #000000;
    margin: 15px 0px;
    font-weight: 600;
    font-size:14px;
}
.auditprt img{
    float: left;
}
.auditprt span{
	float: left;
	font-weight: 600;
	color: #D9A74A;
	padding-left: 16px;
}
.auditprt{
	display:table;
	width:100%;
}
.shareby > a{
	margin-right:6px;
}
.main_titlex span{
	color:#D9A74A;
	font-style:italic;
}
.acers{
	font-weight: 600;
}
.sechdiv{gap: 15px;}
.sechdiv label{
	width: 72%;
	font-weight: 600;
	font-size: 17px;
}.sechdiv input{
	
}.sechdiv select{
	
}
.newscrh{color: #fff;background-color: #D9A74A;border: 1px solid #D9A74A;transition: all 0.3s ease-in-out;padding: 5px 13px;border-radius: 4px;}
.newsleter_vm h3{
	font-size:25px;
	font-weight: 600;
}.newscent_vm h3{
	font-size:25px;
	font-weight: 600;
	color: #000;
}.leftset h3{
	font-size: 22px;
	font-weight: 600;
}
.newsleter_vm p{
	font-style: italic;
	line-height: 1.4;
}
.news_itemsv p{color: #01509A;font-weight: 600;}.news_itemsv span{
	font-style: italic;
}
.blog-item-page {
    box-shadow: 0px 1px 14.2px 0px #0000004D;
    border: 1px solid #CFCFCF;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.bluebtn{background: #01509A;color: #fff;}
.blog-item-page h3{
	font-size:25px;
}
.bi-text-sec p{
	margin-bottom: 5px;
}
.gap-4{
	gap:20px;
}
.linkbtn a img{
	width:15px;
}
.bi-text-sec li span.btn{
    padding: 3px 6px;
}
.bi-text-sec ul{
	padding-left:16px;
}
.bi-text-sec ul li{
	padding:4px 0px;
}
.bi-text-sec > h5{
	font-size:25px;
	font-weight: 600;
}.bi-text-sec > h4{
	font-size:18px;
	font-weight: 600;
}
.blue{
	color: #01509A !important;
}
.f-bold{
	font-weight: 600;
}
.share_blogv img{
width:22px;
}
.share_blogv a{
	margin:0px 3px;
}
.share_blogv label{
color: #01509A;	
font-weight:700;
}
.blog_acers h4{font-weight: 600;}
.mcontent strong{
color: #01509A;	
}
.shadow_details {
    box-shadow: 0px 1px 14.2px 0px #0000004D;
    border-radius: 20px;
    padding: 15px;
}
.shadow_details h3{
	font-size: 20px;
	margin-bottom: 10px;
}
.shadow_details .tab-content ul, .shadow_details .tab-content ol{
	padding-left: 17px;
}
.shadow_details .tab-content ul li, .shadow_details .tab-content ol li{
	padding: 3px 0px;
}
ul.list {
    list-style: decimal;
    padding-left: 12px;
}
ul.list li{
	padding:10px 0px;
}
ol li{
	padding:10px 0px;
}
.pading-right{
	padding-right:20px;
}
.related-post-section h4 {
    color: #D9A74A;
    font-size: 22px;
    border-bottom: 1px solid #D9A74A;
    padding-bottom: 7px;
    margin-bottom: 20px;
}
.relate_mg {
    width: 120px;
    margin-right:15px;
}
.recont_vel{
	font-size: 16px;
	width: 75%;
	color: #000000;
	font-weight: 600;
}
.bg-gray{
	background-color:#F2F6FF;
}
.btn.yellow {
    background: #D9A74A;
    border-radius: 30px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.btn.yellow:hover {
    background: #01509a;
    }
.bookdetab .nav.nav-tabs .nav-link.active:after{
	content:'';
	border-bottom: 2px solid #d9a74a;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.bookdetab .nav.nav-tabs .nav-link.active{color: #d9a74a;}
.bookdetab .nav.nav-tabs {
	margin-bottom: 20px;
}.bookdetab .nav-tabs .nav-item {
	    margin-bottom: 0px;
}
.bookdetab .nav.nav-tabs .nav-link{
	border: none;
	font-weight: 600;
	color: #000;
	padding: 12px 15px;
	position: relative;
}

.list_old{list-style: inside;padding-left: 10px;margin: 10px 0px;}.list_old>li{
	color: #01509A;
	font-weight: 600;
}
.list_new{list-style: inside;padding: 10px 20px;}.list_new li{
	padding: 2px 0px;
}
.yellow{
	color:#D9A74A;
}
.oferprat{
background-color:#01509A;	
}
.faq {
    padding: 50px 0px;
}

.faq .accordion .card {
    border: none;
    margin-bottom: 19px;
	    outline: none;
}

.faq .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 12px;
}

.faq .accordion .card .card-header {
    border: none;
    border-radius: 12px;
    padding: 0;
    margin: 0px;
}

.faq .accordion .card .card-header h5 {
    padding: 0;
}

.faq .accordion .card .card-header h5 button {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 20px 70px 20px 20px;
    display: flex;
    width: 100%;
    text-align: left;
    background: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
    margin-bottom: 2px;
    align-items: start;
}

.faq .accordion .card .card-header h5 button:after {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #000000;
    text-align: center;
    border-radius: 50%;
    line-height: 100%;
    content: '\f067';
    font-size: 16px;
    line-height: 18px;
    font-family: "FontAwesome";
    font-weight: normal;
}

.faq .accordion .card .card-header h5 button.collapsed {
    background: #fff;
    border-radius: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgb(134 135 141 / 20%);
}

.faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
    content: '\f068';
}

.faq .accordion .card .card-body {
    color: rgba(30, 48, 86, 0.8);
    line-height: 30px;
}
.faq .accordion .card .card-header h5 button span{
	font-weight:600;
	font-size: 20px;
	margin-right: 20px;
	line-height: 1.2;
}
.adress_vel p{
	color:#fff;
	margin-bottom: 0px;
}
.adress_vel {
    background: #D9A74A;
    border-radius: 13px;
    display: flex;
    padding: 30px;
    align-items: start;
    margin: 0px 20px;
}
.iconxn {
    margin-right:8px;
}
.theme-title h3{color:#000;position: relative;z-index: 9;}
.theme-title span{
	color: #f8f6f6;
	font-size: 36px;
	font-family: impact;
	font-weight: 700;
	position: absolute;
	margin: 0 auto;
	display: table;
	left: 0;
	right: 0;
	top: -24px;
	z-index: 1;
}
.servlop {
    padding: 15px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 100%;
}
.servlop h5{
	color: #01509A;
	font-weight: 600;
	margin-bottom: 10px;
}
.theme-title {
    position: relative;
}
.ofersimg {
    position: absolute;
    top: -132px;
}
.ofersimg img {
    width: 270px;
}
.manuscript {
	background-color:#F2F6FF;
}
.menuscript_item {
    box-shadow: 0px 8px 9.3px 0px #00000040;
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    margin-bottom:40px;
}
.menuscript_item img{width: 95px;}
.menuscript_item h4{
	color: #01509A;
	font-size: 21px;
	margin: 6px 0px;
}
.prices p{margin-bottom:0px;font-size:20px;font-weight: 500;}
.prices span{
	font-weight: normal;
}
.border_btn{
	color: #01509A;
	font-weight: 600;
	background: transparent;
	border: 1px solid #01509A;
	border-radius: 6px;
	padding: 4px 9px;
	margin-left: 14px;
}
.whychoose {
    margin-top: 20px;
    text-align: center;
}.whychoose img{
    width:50px;
}.whychoose h4{color: #D9A74A;font-size: 19px;margin: 6px 0px;}
.jlist li{
color:#01509A;
padding: 4px 0px;
}
.jlist{
padding-left:0px;
list-style: none;
}
.jnrl_text p{
	font-weight:500;
}
.jornal_price_sec {
       background: #F1F6FF;
    padding: 25px 0px;
    text-align: center;
    border-radius: 15px;
}
.jornal_price_sec h5 {
    background: #01509A;
    color: #fff;
    padding: 10px 0px;
    font-size: 14px;
}
.chosejontral h5{margin-bottom: 4px;font-weight: 600;}
.jonral-work-text span{
	font-size: 20px;
	color: #01509A;
	font-weight: 600;
}
.chosejontral p{
	margin-bottom:0px;
}
.chosejontral{
	padding-left:20px;
}
/*timeline css*/

 .timeline {
    position: relative;
    width: 100px;
    margin: 0 auto;
    padding: 0px 0;
  }
  .line {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 0;
    border: 1px dashed;
    border-color: #01509A;
    animation: draw-line 3s ease forwards;
  }
  .timeline-icon {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0px auto 99%;
    background-color: #01509A;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .icon-house::before {
    content: "";
    background-image:url(../img/icon1.png);
    font-size: 24px;
    color: red;
    width: 35px;
    height: 35px;
    background-size: cover;
    position: absolute;
  }

  .icon-user::before {
    content: "";
    background-image:url(../img/icon2.png);
    font-size: 24px;
    color: red;
    width: 35px;
    height: 35px;
    background-size: cover;
    position: absolute;
  }

  .icon-info::before {
    content: "";
    background-image:url(../img/icon3.png);
    font-size: 24px;
    color: red;
    width: 35px;
    height: 35px;
    background-size: cover;
    position: absolute;
  }
  .icon-inno::before {
    content: "";
    background-image:url(../img/icon4.png);
    font-size: 24px;
    color: red;
    width: 35px;
    height: 35px;
    background-size: cover;
    position: absolute;
  }
  .timeline-icon.visible {
    opacity: 1;
    transform: translateY(0);
  }
  @keyframes draw-line {
    0% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  .timeline .timeline-icon:last-child{
        margin: 0px auto 0%;
}
.household h3{
    font-size: 22px;
    color: #01509A;
    margin-bottom: 7px;
    font-weight: 600;
}
.linepoints .household:nth-child(1) {
    padding-top: 6%;
}
.linepoints .household:nth-child(2){padding-top:51%;}

.household.pd-top{
    padding-top: 38%;
}
.household.pd-top2{
    padding-top: 47%;
}
.text-lg-end{
	text-align: right;
}
.timeline-icon span.right-txt{
	font-size: 60px;
	color: #01509A;
	opacity: 0.1;
	position: absolute;
	left: 100px;
	font-weight: bold;
}
.timeline-icon span.left-txt{
	font-size: 60px;
	color: #01509A;
	opacity: 0.1;
	position: absolute;
	right: 100px;
	font-weight: bold;
}
.timeline-icon:after{
	content: '';
	position: absolute;
	border: 1px dashed;
	border-color:#01509A;
	left: -5px;
	right: 0;
	top: -5px;
	bottom: 0;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	display: table;
	border-radius: 100%;
	z-index: 0;
}
.sample_report {
    background: #01509a;
    margin-bottom: 20px;
    padding: 14px;
    border-radius: 2px;
}
.sample_report h4{
	color:#fff;
	font-size: 20px;
}
.ebil_sv {    display: flex;}
.ebil_sv img{width: 100px;height: 100px;float: left;margin-top: -50px;margin-right: 10px;}
.editagewill{
	background: #01509a;
	padding: 20px 0px;
}
.silverpack{/* box-shadow: 0px 5px 11.6px 0px #00000040; */background-size: cover;background-repeat: no-repeat;display: table;width: 100%;height: 100%;position: relative;overflow: hidden;border-radius: 30px;}
.delbtnm{margin: 0 auto;display: table;border-radius: 25px;padding: 9px 38px;}
.silverpack h4{padding: 45px;text-align: center;}.silverpack p{
	text-align: center;
	background: #fff;
	padding: 15px;
}.silverpack ul{
	list-style: none;
	padding: 0px 65px;
}.silverpack li{
	padding: 15px 0px;
	font-size: 15px;
}.silverpack li i{
	margin-right: 4px;
}
.popular{
	position: absolute;
	right: 0;
	padding: 6px 23px;
	background: #D9A74A;
	color: #fff;
	font-size: 17px;
	border-radius: 0px 5px 0px;
	top: 4px;
}
.efortimg{
	width: 200px;
	margin:0 auto;
}
.efortimg img{
	width: 100%;
}
.timeeffort{
    background: #F2F6FF;
}
.overpro_text{position: relative;}
.overpro_text:after{
	content:'';
	height: 80%;
	border: 1px dashed;
	position: absolute;
	top: 15px;
	left: -13px;
	border-color: #01509a;
}
.overpro_text:before{
	    content: "\f058";
	    display: inline-block;
	    font: normal normal normal 14px / 1 FontAwesome;
	    position: absolute;
	    left: -18px;
	    top: 2px;
	    color: #01509a;
}
.seltimage {
    width: 135px;
    /*height: 135px;*/
}
.bakdey {
    margin-left: 15px;
    width: 100%;
}
.bakdey > span{color: #01509a;font-weight:600;}
.yersvklp {
    border-top: 1px solid #D9A74A;
    border-bottom: 1px solid #D9A74A;
    padding: 10px 0px;
}
.radious-3{
    border-radius: 22px;
}
.testimonial-slider .owl-item.active.center .testimonial-item button{
	background-color: #fff;
	    color: #01509a;
}
.testimonial-slider .owl-item.active.center{
	z-index: 999999;
}
header.header-section.sticky{
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    background-color: #fff;	
}
@media (max-width:1024px) and (min-width:768px){
.linepoints .household:nth-child(2){padding-top: 2%;}
.household.pd-top{
    padding-top: 2%;
}
 }
@media (max-width:767px){
.linepoints .household:nth-child(2){padding-top:2%;}
.household.pd-top{
    padding-top: 2%;
}
.household.pd-top2{
    padding-top: 2%;
}
}


@media (max-width:767px){
	.sechdiv input, .sechdiv select{
		margin: 10px 0px;
	}
	.sechdiv.d-flex{
		display: block !important;
	}
	.blog-item-page > .d-flex{
		display: block !important;
	}
	.blog-section .pagination{
		margin-bottom: 20px;
	}
	.household.text-lg-end{
    text-align: left;
}
	.jornal_price_sec{
		margin-top: 20px;
	}
	.theme-title span{
		display: none;
	}
	.adress_vel {
    margin: 10px 0px;
}
	.faq{
		padding-top:25px;
		padding-bottom: 10px;
	}
	.includersev .border-right{
		border-right:none !important;
		border-top:1px solid #dee2e6;
	}
	.ofersimg {
    position: relative;
    top: 0;
    margin-bottom: 22px;
}
}

/*start css development*/


.chosejontral p strong{
    color: #01509A;	
}
.circlepoint i{
top: 4px;
    position: relative;
    margin-right: 5px;
}
  
.oppt_deln ul{padding: 20px 20px;list-style: none;column-count: 2;}  
 .oppt_deln ul li{padding: 9px 0px;}  
 .oppt_deln {
    border-radius: 20px;
    box-shadow: 0px 0px 23px #ddd;
}
.oprion_tabs .nav-tabs .nav-item .nav-link.active {
    border-radius: 2px;
    border-color: #e7e7e8;
    background: #01509A;
    color: #fff;
}
.oprion_tabs .nav-tabs .nav-item .nav-link {
    padding: 14px 25px;
    border: none;
    border-radius: 0px;
    background: #d9a74a;
    color: #fff;
    font-weight: 600;
}
.oprion_tabs {
    text-align: center;
    width: 100%;
}
.oprion_tabs .nav-tabs{border-bottom:2px solid #BEBEBE;justify-content: center;margin-bottom: 20px;}
.chekbox_xl input{
	margin: 0px 8px;
	width: 21px;
	height: 21px;
}
.more_related ul{
	padding-left:25px;
}
.more_related li{
	padding: 4px 0px;
}
.red{
	color:#FF0000;
}

.form-control.file{
 height: calc(1.5em + .75rem + 7px);
}
.checkinput input{width: 21px;height: 19px;}
.checkinput label{
	margin-bottom: 0px;
	vertical-align: top;
	font-size: 15px;
	font-weight: 500;
}
.checkinput .form-group{
	margin-bottom:10px;
}
.shadow_as{
	box-shadow: 0px 0px 20px #ddd;
	border-radius:10px;
}
.table_seln{

	}
.table_seln .tabletr span{
	padding: 10px 10px;
	font-size: 13px;
	display: inline-block;
}
.tabletr span:first-child{
	color: #D9A74A;
	font-weight: 600;
	padding-left: 0px;
}
.tabletr{
    border-bottom: 1px solid #ddd;
}
.table_seln .tabletr:last-child{
	border-bottom:none;
}
.counter-section .counter-text .nav-tabs .nav-link:focus, .counter-section .counter-text .nav-tabs .nav-link:hover, 
.counter-section .counter-text .nav-tabs .nav-link.active {
    color: #01509a;
    background-color: #fff;
    /* border-color: #dee2e6 #dee2e6 #fff; */
    /* border:none; */
}
.stepaccord {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.confecl {
    display: flex;
    align-items: center;
    gap: 20px;
}
.confecl p{font-weight: 500;}.confecl input{
	border-radius: 29px;
	padding: 6px 17px;
	border: 1px solid var(--Final-colore, #01509A);
	width: 300px;
}.confecl button{
	background: #01509A;
	border-radius: 20px;
	color: #fff;
	border: 1px solid #01509A;
	padding: 6px 24px;
	transition: all 0.3s ease-in-out;
}
.confecl button:hover{
	background-color:#000;
}
.asets-img{
	display: block;
	overflow: hidden;
}
img{
	transition: all 0.3s ease-in-out;
}
.asets-img:hover img{
transform: scale(1.03);
}
.newassets {
    background: #F4F7FF;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 1px 5px #b6b6b6;
    margin-bottom:30px;
}
.contect_vl {
    padding: 8px 0px;
}
.contect_vl h4{
	font-weight: 600;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.contect_vl h4 a{
     color: #3C3C3C;
    font-size: 18px;
    line-height: 1.3;
    display: block;
}
.list_blog{
	margin-top:10px;
} 
.list_blog li{
	list-style: none;
	padding:2px 0px;
}
.conf_text p{
	margin-bottom:5px;
}
.conf_text {
    box-shadow: 0.95px 3.78px 7.85px -0.95px #00000080;
    background: #F4F7FF;
    border-radius: 15px;
    padding: 20px;
}
.fs-12{
	font-size:12px;
}
.headprara p{
color: #fff;
margin-bottom: 0px;
}
.headprara {
    background: #01509A;
    padding: 20px;
    text-align: center;
}
.text-opv {
   box-shadow: 0.95px 3.78px 7.85px -0.95px #00000080;
    background: #F4F7FF;
    border-radius: 15px;
    overflow: hidden;
    margin-top:20px;
}
.wnglop_text{padding: 20px;display: table;width: 100%;height: 100%;}.wnglop_text img{
	width: 100%;
}.wnglop_text p{
	
}
.customer_vl {
    border: 1px solid #ececec;
    box-shadow: 0px 1px 5px #ddd;
}
.headground {
    background: #01509A;
    padding: 10px;
    text-align: center;
}
.swln li{
	padding:4px 0px;
}
ul.list.dl li {
    padding: 3px 0px;
}
.datatpe{border: 1px solid #ddd;width: 100%;}.datatpe td{
	font-weight: 400;
	padding: 12px;
	border: 1px solid #ddd;
	background: #F4F7FF;
}.datatpe th{
	background: #01509A;
	color: #fff;
	font-weight: 400;
	padding: 12px;
}
.text_p {
    padding: 12px;
    border: 1px solid #ddd;
}
@media (min-width:1100px){
body.page-template-user-reg-php.user-registration-page .user-registration.ur-frontend-form{
		max-width:50% !important;
	    margin: 0 auto;
	}
	.content_volt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
	.hero-section .hero-text {
    position: relative;
    margin:10px;
}
	.text-opv{
		height:95%;
	}
	.conf_text {
    height: 100%;
}
}

.delvm{
    display: flex;
    justify-content: center;
    background: #F4F7FF;
    border: 1.09px solid #e1e1e1;
    padding: 30px;
}.delvm img{
    width: 200px;
}
.headoprt {
    background: #01509A;
}
.headoprt p{
 margin-bottom: 0px;
 padding: 12px;
 text-align: center;
 color: #fff;
}
.bluederg{
    background: #01509A;
}
.otherblogs{
	display: block;
	overflow: hidden;
}.otherblogs:hover img{
	transform: scale(1.03);
}
.cnvel_xl {
    margin-top: 8px;
}
ul.list_blog img{
    width: 17px !important;
    display: inline-block !important;
}
.sliderblog .owl-stage-outer{
    padding: 4px 4px;
}
@media (min-width:768px) and (max-width:1024px){
	.ofersimg img{
    width: 100%;
}
	.ofersimg {
    position: relative;
    top: 0;
}
	.adress_vel {
    margin: 10px 20px;
}
	.efortimg {
    width: 100%;
}
	.silverpack li {
    padding: 6px 0px;
    font-size: 13px;
}
	.delbtnm {
    padding: 9px 20px;
}
	.silverpack ul {
    padding: 0px 30px;
}
.household.text-lg-end{
  text-align: left;
}
.household.pd-top2 {
    padding-top: 0%;
}
}
@media (max-width:767px){
	.section-title {
    margin-bottom: 25px;
    margin-top: 20px;
}
	.textalm {
    padding-top: 20px;
}
	.timeeffort {
    margin-bottom: 0px !important;
}
	.testimonial-section{
    padding-bottom:0px;
}
	.silverpack{
		margin-bottom:20px;
		height:auto;
	}
	.jonral-work-text{
    margin-top: 20px;
}
	h2.yellow.f-bold.mb-2{
    font-size: 20px;
}
	.chekbox_xl input{
    vertical-align: top;
}
	.chekbox_xl.d-flex {
    display: block !important;
}
	.width30{
		width: 100px !important;
        margin: 10px 0px;
	}
	section.news-det_sec.padding
 {
    padding-bottom: 0px;
}
	.delvm img {
    width: 120px;
}
	.registation_fee{
		margin-top:10px;
	}
	.wnglop_text p {
    margin-top: 10px;
}
	.clnt_cont{
    margin-top: 10px;
}
	.conf_text{
		margin:10px 0px;
	}
	h3.f-bold.blue {
    font-size: 20px;
}
	h3.f-bold.yellow{
    font-size: 20px;
}
	.confecl input {
    margin: 10px 0px;
    width:100%;
}
	.confecl{
    display: block;
}
	.stepaccord {
    display: block;
}
}
.about-section ol, .about-section ul{
	padding-left: 18px;
}
.about-section ol li, .about-section ul li{
	list-style: initial;
	padding: 5px 0px;
}
.journal-description ul{
	padding-left: 18px;
}
.journal-description ul li{
list-style: initial;
	padding: 5px 0px;	
}
.bd-text h2, .bd-text h3 {
    font-size: 20px;
	margin-bottom:10px;
}
.testimonial_home .testimonial-item .ti-author {
     text-align: left;
    display: flex;
}
.testimonial_home .testimonial-item .ti-author .ta-pic {
    text-align: center;
    margin: 0 auto;
    display: unset;
    margin-top: 0px;
    position: relative;
    z-index: 9999;
}
.comment-form.contact-form input[type="submit"]{background: #01509A;color: #fff;width: auto;padding: 0px 24px;border-radius: 8px;}

form.user-registration-form.user-registration-form-login.login{
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e8e8e8;
    padding: 28px;
}
.user-registration-form label, .user-registration label{
  display:block;
  margin-bottom: 3px;
}
span.input-wrapper{
    width: 100%;
}
span.input-wrapper input, span.input-wrapper select{
  width: 100%;
  border: 1px solid #ddd;
  padding: 6px 20px;
}
.user-registration select, .user-registration input{
  width: 100%;
  border: 1px solid #ddd;
  padding: 6px 20px;	
}
.ur-form-row .form-row{
	margin:0px;
}
.ur-form-row {
    display: flex;
    margin: 0px;
    gap: 35px;
}
.user-registration-Button{
 background-color: #D9A74A;
    border: 1px solid #D9A74A;
    padding: 6px 20px;
    border-radius: 4px;	
}
button.btn.button.ur-submit-button {
	 background-color: #D9A74A;
    border: 1px solid #D9A74A;
    padding: 6px 20px;
    border-radius: 4px;	
}
.user-registration input[type="checkbox"] {
    width: auto;
    margin: 0px 7px;
}
.user-registration .ur-checkbox-list label{
	display:inline-block;
}
.ur-checkbox-list{
	list-style:none;
}
  div#user-registration {
/*     display: flex; */
    justify-content: center;
    gap: 40px;
	margin: 0 auto;
} 
.user-registration-MyAccount-content__body h2 {
    font-size: 22px;
    padding-bottom: 13px;
}
nav.user-registration-MyAccount-navigation {background: #eee;padding: 15px;border-radius: 5px;}
nav.user-registration-MyAccount-navigation ul{
}
nav.user-registration-MyAccount-navigation li{list-style: none;}
nav.user-registration-MyAccount-navigation li a{display: block;padding: 6px 0px;color: #000;}
.user-registration-img-container img {
    width: 35px;
    border-radius: 100%;
}
.user-registration-profile-header {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.user-registration-profile-header h3{
	font-size:18px;
}
span.password-input-group {
    width: 100%;
    margin-bottom: 10px;
}
.user-registration-EditAccountForm label{
margin-bottom: 3px;	
}
nav.user-registration-MyAccount-navigation li.is-active a{
color:#D9A74A;	
}
.ur-field-item.field-checkbox{
    margin-top: 7px;
}
.ur-field-item {
    margin-bottom: 10px;
}
span.description {
    font-size: 12px;
}
.user-registration-before-login-btn {
    margin-top: 10px;
}
.nav-menu .mainmenu ul li .dropdown > li > .dropdown{
      left: 100%;
    top: 0;
}
.nav-menu .mainmenu ul li .dropdown li:hover a, .nav-menu .mainmenu ul li .dropdown li .dropdown li:hover a{
/*   color: #fff; */
}
.aboutover_back {
  position: relative;
  display: inline-block;
}

.aboutover_back img {
  display: block;
  max-width: 100%;
  height: auto;
}

#zoom-lens {
  position: absolute;
  border: 1px solid #01509a;
  border-radius: 50%;
  width: 130px;  /* Size of lens */
  height: 130px;
  overflow: hidden;
  pointer-events: none;
  display: none;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background-repeat: no-repeat;
}
@media (max-width:767px){
	.blog_acers {
    margin-top: 15px;
}
	nav.user-registration-MyAccount-navigation{
    margin-bottom: 25px;
}
	div#user-registration {
    display: block;
	}
	form.user-registration-form.user-registration-form-login.login {
    width: 100%;
	}
}
.menu-arrow {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease;
    border: solid #333;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: rotate(45deg); /* Default arrow direction (down-right) */
    vertical-align: baseline;
    position: relative;
    top: 3px;
    float: right;
}
.about-section p strong, .about-section p b{
    color: #01509A;	
}
.menu-item-has-children > a.open .menu-arrow {
    transform: rotate(-135deg); /* Arrow rotates up-left when open */
}
@media (max-width:767px){
	.s_filter {
    width: 100%;
}
	.hero-search button{
    background: #D9A74A;
		padding: 3px 12px;
	}
    .logo {
    width: 145px;
}
	.hero-search input {
    padding: 2px 14px;
	}
	.slicknav_nav .slicknav_arrow {
    float: right;
}
	.menu-arrow{
		display:none;
	}
}
.nav-menu .mainmenu ul li .dropdown > li > a .menu-arrow{
	transform: rotate(-45deg);
    top: 5px;
}
.hero-search .prosettings, .hero-search .proclose {
    display: none;
}
.searchsettings form{
	display:none;
}
.journal-description h4, .journal-description h3{
	font-size: 20px;
	margin: 12px 0px;
}
.content_volt p strong {
    color: #01509A;
    font-weight: 600;
}
.blog-item img{
width:100%;
}
.blog-detail-page .blog-item{
      height: 500px;
    overflow: hidden;
}
.gtranslate_wrapper{
    clear: both;
    width: auto;
    display: inline-block;
}
.blog-page .blog-item {
    height: 185px;
}
.blog-page .latest-item.large-item .li-text h4 {
    margin-bottom: 8px;
    font-size: 17px;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient: vertical;
}
.blog-page .latest-item.large-item .li-text p{
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:4;
-webkit-box-orient: vertical;
}
.publication_col .whychoose {
    margin-top: 20px;
    text-align: center;
    border: 1px solid #ececec;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 8px #e5e5e5;
}
.gtranslate_wrapper {
    position: relative;
    top: 10px;
}
@media only screen and (min-width:1100px) and (max-width: 1160px) {
.hero-section .item {
    height: 475px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1099px) {
.hero-section .item {
    padding: 25px 0px;
    height: 388px;
}	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-section .item {
    padding: 25px 0px;
    height: 388px;
}	
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
    body .hero-section .item {
        padding: 0px 0px;
        height: 297px;
    }
}
@media only screen and (min-width: 372px) and (max-width: 566px) {
    body .hero-section .item {
        height:168px;
    }
}
@media (max-width:767px){
	#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
	height: 35px;
	font-size: 13px;
	}
#ajaxsearchlite1 .probox, div.asl_w .probox, div.asl_w .probox .promagnifier {
    margin: 0;
    height: 35px;
	}
}
.faq.first_faq .accordion .card .card-header h5 button span {
    font-weight: 600;
    font-size: 20px;
    margin-right: 20px;
    line-height: 1.2;
}
.faq.first_faq .accordion .card .card-header h5 button.collapsed{
    border: none;
    box-shadow: none;
    align-items: center;
}
.faq.first_faq .accordion .card .card-header{
border: none;
	background:unset;
}
.faq.first_faq .accordion .card .card-header h5 button:after{
    content: "\f104";	
}
.faq.first_faq .accordion .card .card-header h5 button[aria-expanded="true"]:after{
  content: "\f105";
}
.faq.first_faq .accordion .card:nth-child(1) h5 button span{
	background: #7945d2;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 9px;
	border-radius: 100%;
}
.faq.first_faq .accordion .card:nth-child(2) h5 button span{
	background: #d24577;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 7px;
	border-radius: 100%;
}
.faq.first_faq .accordion .card:nth-child(3) h5 button span{
	background: #45c6d2;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 7px;
	border-radius: 100%;
}
.faq.first_faq .accordion .card:nth-child(4) h5 button span{
	background: #FF5722;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 6px;
	border-radius: 100%;
}
.faq.first_faq .accordion .card:nth-child(5) h5 button span{
	background: #E91E63;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 7px;
	border-radius: 100%;
}
.faq.first_faq .accordion .card:nth-child(6) h5 button span{
	background: #3F51B5;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 7px;
	border-radius: 100%;
}
.faq.first_faq .accordion .card:nth-child(7) h5 button span{
	background: #00BCD4;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 8px;
	border-radius: 100%;
}
.faq.first_faq .accordion .card .card-header h5 button{
	padding:0px;
	align-items: center;
}
.faq.first_faq .accordion .card {
    border: none;
    margin-bottom: 45px;
}
.linedoted{
opacity: 1;
border-color: #ececf5;
border-color: rgb(236 236 245);
	border-style: dashed;
	border-width: 2px;
	height: 85%;
	margin-left: 1.25rem;
	margin-top: auto;
    margin-bottom: auto;
	z-index: -1;
	top: 0;
    bottom: 0;
    position: absolute;
}
.faq.first_faq .card.active {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 15px #00000026;
    border-radius: 20px;
    padding: 20px;
}
.mcontent p{
margin-bottom: 8px;
}
.blog-detail-content h2{
    font-size: 22px;
}
.bookdetab h3{
 font-size: 22px;
	margin-bottom:12px;
}
.blog-detail-content h3{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 8px;
}
.blog-detail-content ul{
	padding-left:17px;
}
.leftset p strong, .cl_vl p strong{
    font-weight: 600;
    color: #01509a;
}
.leftset p {
    margin-bottom: 8px;
}
.leftset .nav.nav-tabs li{
    display: block;
    padding: 4px 0px;
    font-weight: 500;
}
.leftset .nav.nav-tabs {
    display: block;
}
.leftset .nav.nav-tabs li a.active {
    color: #01509a;
}
.reltedv{
    width: 80%;	
}
.leftset ul li strong {
    color: #01509a;
}
.btn-primary {
    color: #fff;
    background-color: #d9a74a;
    border-color: #d9a74a;
    border-radius: 30px;
}
.overflow_xol img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.overflows_xln{position: relative;height: 450px;overflow: hidden;border-radius: 10px;}
.overflows_xln img{
width:100%;
	height:100%;
	object-fit: cover;	
}
.faq.faq_bookdetail .accordion .card .card-header h5 button{
	background: #fafafa;
	border-radius: 0px;
}
.faq.faq_bookdetail .accordion .card .card-header h5 button.collapsed{
    border: none;
    box-shadow: none;
    align-items: center;
}
.faq.faq_bookdetail .accordion .card .card-header{
border: none;
	background:unset;
}
.faq.faq_bookdetail .accordion .card .card-header h5 button:after{
    content: "\f107";	
}
.faq.faq_bookdetail .accordion .card .card-header h5 button[aria-expanded="true"]:after{
  content: "\f106";
}
.faq.faq_bookdetail .accordion .card .card-header h5 button:focus-visible {
    outline: none;
}

.infoslider.owl-carousel .owl-nav button {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 39px;
	font-size: 30px;
	color: #ffffff;
	background: #01509a;
	border-radius: 50%;
	position: absolute;
	left: -22px;
	top: 57%;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.infoslider.owl-carousel .owl-nav button:hover {
	background: #d9a74a;
	color: #ffffff;
}

.infoslider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -22px;
}
.knowmore a {
    color: #01509a;
    text-decoration: underline;
}
.slidertabs{
	background: #eee;
	padding: 12px 17px;
	justify-content: center;
	border-radius: 5px;
}
.slidertabs li{
	margin: 7px 6px;
}
.slidertabs a{
	background: #ffffff;
	padding: 8px 18px;
	display: block;
	border-radius: 10px;
}
.slidertabs li a.active{
	background: #01509a;
	color: #fff;
}
.tavblop {
    border: 1px solid #f1f0f0;
    border-radius: 5px;
    position: relative;
}
.long-description{
    padding: 20px 30px;
}
.knowmore.active a {
    color: #d9a74a;
}
.images_clp {
    margin-bottom: 15px;
}
.know_cvmore {
    position: absolute;
    top: 18px;
    left: 15px;
}
.related_details ul{
	padding-left:17px;
}
.related_details ul li{
	border-bottom: 1px solid #ddd;
	list-style: disc;
	font-size: 13px;
	padding: 8px 0px;
}
.related_details ul li:last-child{
border-bottom:none;	
}
div#google_translate_element {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    padding: 5px 5px;
    width: 138px;
}
.skiptranslate  {
    font-size: 0 !important;
}
.search-results h4 {
    font-size: 20px;
	margin-bottom: 10px;
}
.shadow_details .tab-content .search-results ul{
	padding-left:0px;
}
.shadow_details .tab-content .search-results ul li a{
	    text-decoration: underline;
}
.shadow_details .tab-content table{
	width: 100%;
	margin-bottom: 15px;
}
.shadow_details .tab-content table tr:nth-child(odd){
	background: #fbfbfb;
}
.shadow_details .tab-content table td strong{
    font-weight: 600;	
}
.shadow_details .tab-content table td{
	border: 1px solid #ddd;
	padding: 4px 10px;
}
.post-body h3, .post-body h4 {
    font-size: 17px;
    margin-bottom: 6px;
    margin-top: 15px;
}
.blog_content .post-body ol, .blog_content .post-body ul{
	padding-left: 17px;
}
.blog_content .post-body ol li, .blog_content .post-body ul li{
	padding: 3px 0px;
}
iframe.skiptranslate {
/*     width: 80% !important;
    right: 0; */
}
iframe.skiptranslate*{
overflow-x: auto;	
}
select#custom-language-dropdown {
    width: 160px !important;
    font-size: 13px !important;
}
.product_line h5{
	margin: 0px 38px;
}
@media (max-width:767px){
	.overflow_xol {
    margin: 10px 0px;
    height: auto;
}
	.latest-item.large-item .li-tag {
    font-size: 17px;
	}
	.dateblog br{
   display:none;
}
	.dateblog {
    text-align: left;
}
	.blog_content.d-flex {
    display: block !important;
    margin-bottom: 20px;
}
	.breadcrumb-text.d-flex {
    display: block !important;
}
	.slidertabs li{
		width:100%;
	}
	.know_cvmore{
		display:none;
	}
	.boksep.d-flex {
    display: block !important;
}
	.s_filter input {
    width: 65%;
}
}
div.asl_w, #ajaxsearchlite1 .probox, div.asl_w .probox{
     background-image: radial-gradient(ellipse at center, #ffffff, #ffffff) !important;
	 background-image: -webkit-radial-gradient(center, ellipse cover, #ffffff, #ffffff) !important;
	     border: 1px solid #d9a74a !important;
    border-radius: 10px;
}
body div.asl_w .probox .promagnifier{
     background-image: radial-gradient(ellipse at center, #d9a74a, #d9a74a) !important;
	 background-image: -webkit-radial-gradient(center, ellipse cover, #d9a74a, #d9a74a) !important;
	height:35px;
}
div.asl_w .probox .promagnifier .innericon svg {
    fill: #fff !important;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
	color:#000 !important;
}
/* #ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput{
	margin-left:0px;
} */

body div.asl_w .probox .proinput input::-webkit-input-placeholder {
    color: #a6a6a6 !important;
}

body div.asl_w .probox .proinput input::-moz-placeholder {
    color: #a6a6a6 !important;
}

body div.asl_w .probox .proinput input:-ms-input-placeholder {
    color: #a6a6a6 !important;
}

body div.asl_w .probox .proinput input:-moz-placeholder {
    color: #a6a6a6 !important;
}