@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&family=Roboto+Slab:wght@300;400;500;600;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;1,300;1,400&display=swap');
:root {
 --blackcolor:#111;
 --whitecolor:#fff;
 --primarycolor:#2a70b5;
 --secondarycolor:#eb670d;
}
body {
	margin: 0;
	padding: 0 !important;
	overflow: inherit !important;
	font-family: 'Poppins', sans-serif;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
	margin: 0 0 10px;
	padding: 10px 20px;
	width: 100%;
	outline: 0;
	font-family: 'Poppins', sans-serif;
	border: solid 1px #ddd;
	font-size: 13px;
	color: #666;
	border-radius: 6px;
}
input[type="submit"] {
	text-transform: uppercase;
	border: 0;
	letter-spacing: 1px;
	outline: none;
	font-family: poppins;
	font-size: 15px;
	color: var(--whitecolor);
	background-color: var(--primarycolor);
	padding: 9px 22px;
	font-weight: 500;
	width: max-content;
	display: block;
	border-radius: 6px;
	line-height: normal;
}
input[type="submit"]:hover {
	background: var(--secondarycolor);
	color: var(--whitecolor);
	transition: 0.8s;
}
textarea {
	height: 118px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	font-family: 'Poppins', sans-serif;
	color: #111;
	font-weight: 600;
	text-transform: inherit;
	line-height: inherit;
	letter-spacing: .5px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	margin: 0 0 10px 0;
	font-family: 'Poppins';
	font-size: 15px;
	color: #111;
	line-height: 25px;
}
ul {
	margin: 0;
	padding: 0;
}
ul, li, a {
	list-style-type: none;
	font-family: 'Poppins', sans-serif;
	color: #111;
	font-size: 15px;
	line-height: 25px;
	text-decoration: none;
}
span {
	font-family: 'Poppins', sans-serif;
}

a:hover {
	transition: 0.8s;
	text-decoration: none;
}
.heading {
	margin-bottom: 35px;
	color: var(--heading);
	text-align: center;
	letter-spacing: 1px;
	line-height: 50px;
	font-family: 'Poppins';
	font-size: 35px;
	font-weight: 700;
	text-transform: capitalize;
}
.heading span {
	color: var(--primary);
	font-family:'Poppins';
}
.heading strong {
	font-size: 17px;
	display: block;
	line-height: 36px;
	font-weight: normal;
}
.zoomeffect {
	overflow: hidden;
	position: relative;
}
.zoomeffect img {
	transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
	transform: scale(1.1);
}
figure {
	margin: 0;
}
.row {
	align-items: center;
}
.topbar {
	padding: 6px 0;
	background: var(--primarycolor);
}
.topbar ul.topbar-contact {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 20px;
}
ul.topbar-contact li a, .topbar .smoicon ul li a {
	color: var(--whitecolor);
}
ul.topbar-contact li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right:none;
}
.topbar ul.topbar-contact li a i {
	margin-right: 8px;
	font-size: 14px;
}
.topbar .smoicon ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 18px;
}
.topbar .smoicon ul li a {
 transition:all ease .5s;
}
.topbar .smoicon ul li a:hover i {
	transform: scale(1.5);
}
.topbar .smoicon ul li:first-child a:hover {
	color:var(--primarycolor);
}
.topbar form.search-post {
    margin: 0;
}
.topbar input[type="text"] {
    padding: 5px 16px;
    border: none;
    margin: 0 !important;
    border-radius: 0;
}
.topbar button[type="submit"] {
    padding: 4px 11px;
    border-radius: 0;
}
.menubar ul li:first-child a {
	color: #2a70b5;
}
.menubar ul li:last-child a {
	padding-right: 0;
}
.dropdown-menu.mega-menu {
    width: 900px;
    left: -370px;
    padding: 20px;
}

.dropdown-menu .mega-menu-item {
    width: 30%;
    float: left;
    margin-right: 26px;
}
.dropdown-menu .mega-menu-item h3 {
    color: #2a70b5;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
}
.dropdown-menu .mega-menu-item h3 i {
    font-size: 14px;
    margin-right: 2px;
}
.dropdown-menu .mega-menu-item ul li a {
    text-transform: capitalize;
    font-size: 14px;
    white-space: pre-wrap !important;
    line-height: 22px;
    font-weight: normal;
}








.mainbanner {
	position: relative;
}
.mainbanner figure img {
	width: 100%;
	height: auto;
	filter: brightness(0.5);
}
.mainbanner-caption {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.mainbanner-content {
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
}
.mainbanner-content h1, .mainbanner-content p {
	color: var(--whitecolor);
}
.mainbanner-content h1 {
	font-size: 48px;
	font-weight: bold;
	color: var(--whitecolor);
	margin: 0;
	line-height: 40px;
}
.mainbanner-content p {
	margin: 30px 0;
	font-size: 17px;
	line-height: 30px;
}
.challenge {
	text-align: center;
	padding: 60px 0;
}
.challenge h3 {
	max-width: 70%;
	margin: 0 auto 50px;
}
.challenge-item {
	background: url(../images/shape-bg.png) no-repeat center;
	height: 100%;
	padding: 45px;
}
.challenge-item h4 {
	margin: 20px 0 7px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 19px;
}
.challenge-item .readbtn {
	color: var(--secondarycolor);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.homeabout {
	background: url(../images/homeabout-bg.jpg) no-repeat center center/cover;
}
.homeabout .row {
	align-items: center;
}
.homeabout figure img {
	width: 100%;
}
.homeabout-cnt {
	padding-right: 25px;
}
.homeabout-cnt h2 {
	font-size: 36px;
	font-weight: 700;
	color: var(--primarycolor);
}
.homeabout-cnt h2 span {
	display: block;
	font-size: 21px;
	font-weight: 500;
	color: #222;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.homeabout-cnt p {
	margin: 18px 0 32px;
	text-align: justify;
}
.homeabout-cnt a.btn {
	background: #eb670d;
	text-transform: uppercase;
	padding: 10px 22px;
	letter-spacing: .5px;
	font-weight: 600;
	font-size: 15px;
}
.webinars {
	background: #fafafa;
	padding: 60px 0;
}
.webinars .slick-track {
	padding: 12px 0;
}
.webinarslist {
	box-shadow: 0 0 12px #95959545;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 10px !important;
}
.webinarslist img {
	width: 100%;
}
.webinarslist-caption {
	padding: 18px;
}
.webinarslist-caption h4 {
	font-size: 21px;
	font-weight: 600;
	line-height: 30px;
}
.webinarslist-caption p {
	margin: 12px 0 20px;
	line-height: 23px;
	font-size: 15px;
}
.webinarslist-caption a {
	font-size: 15px;
	text-decoration: none;
	font-weight: 500;
	color: #eb670d;
}
.webinarslist-caption a i {
	font-size: 12px;
}
.consultant {
	padding:60px 0;
	background:url(../images/consultant-bg.jpg) no-repeat center center/cover;
}
.consultant h2 {
	text-align: left;
	color: #fff;
	margin: 0;
}
.consultant h2 span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	padding-left: 60px;
}
.consultant h2 span:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 2px;
	width: 50px;
	background: #eb670d;
}
.consultant a.btn {
	float: right;
}


.dsrtn-topic-top p:last-child {
    margin: 0;
}

.dsrtn-topic-top {
    padding: 25px 30px;
    box-shadow: 0 0 12px #0000001a;
    text-align: center;
    border-radius: 10px;
}
.dissertation-chapters {
    padding: 60px 0;
    margin: 60px 0;
    background:url(../images/dsrtn-mdl-bg.jpg)no-repeat center center/cover;
}
.dissertation-chapters a.btn {
    text-transform: capitalize;
}

.dissertation-chapters a.btn span {
    display: block;
    font-weight: 600;
    font-size: 15px;
}
.dissertation-chapters p {
    margin: 18px 0 28px;
}
.dissertation-chapters h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0;
}
.dissertation-chapters h2, .dissertation-chapters p {
    color: #fff;
}
.dissertation-chapters ul li {
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    line-height: 24px;
    margin: 15px 0;
}
.dissertation-chapters ul li:before {
    position: absolute;
    content: '\f058';
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    color: #eb670d;
    font-size: 12px;
}


.secondary-container.dissertation-topic {
    padding-bottom: 0;
}
.completing-research {
    padding: 60px 0;
    background: url(../images/completing-research-bg.jpg)no-repeat center center/cover;
    text-align: center;
    margin-top: 50px;
}
.completing-research h2, .completing-research p {
    color: #fff;
}
.completing-research p {
    margin: 15px auto 33px;
    width: 64%;
    font-size: 16px;
}



.reviews {

	padding: 60px 0;

}

.reviews .heading {

	color: #fff;

}

.reviews .heading:after {

	border-color: #fff;

}

.reviews .slick-track {

	padding: 20px 0 !important;

}

.reviews-sldr .slick-slide {

	margin: 0 22px !important;

}

.reviewslist {

	background: #fff;

	padding: 30px 55px;

	position: relative;

	box-shadow: 0 0 12px #95959545;

}

.reviewslist i {

	position: absolute;

	top: -20px;

	left: -20px;

	font-size: 16px;

	height: 55px;

	width: 55px;

	display: inline-flex;

	justify-content: center;

	align-items: center;

	color: #fff;

	background: var(--primarycolor);

}

.reviewslist p {

	font-style: italic;

	font-size: 16px;

	line-height: 24px;

	font-weight: 500;

	margin: 0 0 20px;

}

.reviewslist h5 {

	margin: 0;

	font-weight: 600;

	font-size: 18px;

}

.reviewslist h5 span {

	display: block;

	font-size: 14px;

	margin-top: 6px;

	font-weight: 500;

	color: var(--primarycolor);

}

.faq {
	background-color: #fafafa;
	padding: 45px 0 60px;
}
.faq figure img {
    width: 100%;
    height: 434px;
    border-radius: 4px;
    object-fit: cover;
}
footer {
	background: #02030a;
	padding: 60px 0 45px;
}
footer .row {
	align-items: normal;
}
footer ul li a {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 7px;
	display: inline-block;
}
footer figure {
	background: #fff;
	display: inline-block;
	padding: 2px 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}
footer h3 {
	color: var(--whitecolor);
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 15px;
}
footer h3:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: var(--primarycolor);
}
 footer .col-sm-3:nth-child(2) {
 padding-left: 80px;
}
footer ul.socialicon {
	display: flex;
	column-gap: 8px;
	margin-top: 10px;
}
footer ul.socialicon li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	border: solid 1px var(--whitecolor);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: var(--whitecolor);
	margin:0;
}
footer ul.socialicon li:first-child a:hover {
	background:#4267B2;
}
 footer ul.socialicon li:nth-child(2) a:hover {
 background:#00acee;
}
 footer ul.socialicon li:nth-child(3) a:hover {
 background:#8a3ab9;
}
footer ul.socialicon li:last-child a:hover {
	background:#FF0000;
}
footer .ftdetails li i {
	margin-right: 8px;
}
footer ul li a, footer p, footer p a {
	color: #ddd;
}
.copyright {
	background: #050810;
	text-align: center;
	padding: 20px 0;
}
.copyright p {
	margin: 0;
	color: var(--whitecolor);
}
.copyright p a {
	color: var(--primarycolor);
}
#GoToTop {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 20px;
	z-index: 99999999;
	padding: 0;
	background: var(--primary);
	width: 45px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding-top: 9px;
	border-radius: 10px;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#whatsappbtn {
	cursor: pointer;
	position: fixed;
	bottom: 4%;
	left: 20px;
	z-index: 99999999;
	padding: 0 9px;
	background: #4fcc5d;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 32px;
	color: #fff;
}
#whatsappbtn img {
	width: 30px;
	margin-top: 10px;
}
.faq .row {
	align-items: normal;
}
.homecntctform {
	box-shadow: 0px 0px 10px #0000001a;
	padding: 20px 25px 25px;
	border-radius:6px;
}
.homecntctform h4 {
	font-size: 25px;
	margin-bottom: 15px;
}
.partners {
	padding: 50px 0;
	background: #f8f8f8;
}
.partners .slick-slide img {
	margin: 0 auto;
}
.arrowbutton {
	position: absolute;
	overflow: hidden;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	opacity: 1;
 transition: .5s;
	font-size: 40px;
	cursor: pointer;
	z-index: 999;
	color: #aaa;
}
.arrowbutton.prev.slick-arrow {
	left: -40px;
}
.arrowbutton.next.slick-arrow {
	right: -40px;
}
.breadcrumb {
	background: #f5f5f5;
	text-align:center;
	padding:30px 0 35px;
}
.breadcrumb h1 {
	margin: 0;
	color: #2a70b5;
	text-transform: uppercase;
	font-size: 25px;
}
.breadcrumb ul {
	display: flex;
	justify-content: center;
}
.breadcrumb ul li:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight:600;
	padding: 0 12px;
}
 .breadcrumb ul li:first-child::before {
 display: none;
}
.secondary-container {
	padding:60px 0;
}
.secondary-container.aboutus, .secondary-container.contactus {
	padding-bottom:0;
}
.aboutus-top p {
	text-align: justify;
}
.aboutus-top figure img {
	width: 100%;
	border-radius: 20px;
}
.ourvalues {
	padding: 40px 0 50px;
	margin-top: 60px;
	background: var(--primarycolor);
	text-align: center;
}
.ourvalues .heading {
	color:var(--whitecolor);
}
.ourvalues-item {
	background: var(--whitecolor);
	box-shadow: 0 0 15px #dddddd4f;
	padding: 30px;
	border-radius: 10px;
	height: 100%;
	margin: 15px 0;
}
.ourvalues-item figure img {
	width:85px;
}
.ourvalues-item p {
	margin: 30px 0 0;
}
.gglmap iframe {
	width: 100%;
	height: 450px;
	margin-top:50px;
}
.contactus h3 {
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 25px;
}
.cntctdtls-item {
	text-align: center;
	padding: 18px;
	border-radius: 12px;
	margin-bottom: 15px;
	border: solid 2px var(--primarycolor);
}
.cntctdtls-item i {
	height: 50px;
	width: 50px;
	margin: 0 auto 15px;
	border-radius: 50%;
	border: 2px solid var(--primarycolor);
	color: var(--primarycolor);
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
 transition: .5s;
}
.cntctdtls-item p {
	margin:0;
}



.consultation-top img {
    width: 100%;
}
.consultation-box {
    box-shadow: 2px 2px 13px #ddd;
    padding: 25px;
}
.chapter {
    background: var(--primarycolor);
    padding: 45px 0 60px;
    margin-top: 60px;
}
.chapter .heading {
    color: #fff;
    font-size: 28px;
}
.chapter-item {
    border: solid 1px #eee;
    padding: 30px 20px;
    text-align: justify;
    border-radius: 20px 0;
}
.consultation-box p {
    text-align: justify;
}
.chapter-item p {
    margin: 0;
}
.chapter-item p, .chapter-item ul li {
    color: var(--whitecolor);
    font-size: 16px;
}
.chapter-item ul li {
    margin: 6px 0;
    position: relative;
    padding-left: 20px;
}
.chapter-item ul li:before {
    content: '\f058';
    font-family:'Font Awesome 5 Free';
    font-weight:600;
    position: absolute;
    left: 0;
    font-size: 13px;
}





/*Admin Panel*/




#wrapper-admin {
    padding: 100px 0 0;
}
#wrapper-admin .row {
    display: flex;
    justify-content: center;
}
#wrapper-admin form {
padding: 26px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgb(0 0 0 / 4%);
}
#wrapper-admin form .btn-primary {
    margin-top: 15px;
}
#header-admin {
	background: #f8f8f8;
	padding: 10px;
}
#wrapper-admin img {
    margin: 0 auto 25px;
    display: block;
}
#header-admin .admin-logout {
	margin: 10px 0;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
	float: right;
	letter-spacing: .5px;
}
#header-admin .admin-logout:hover {
	text-decoration: underline;
}
#admin-menubar {
	background-color: var(--primarycolor);
}
#admin-menubar .admin-menu {
	font-size: 0;
}
#admin-menubar .admin-menu li {
	display: inline-block;
	margin: 0 5px 0 0;
}
#admin-menubar .admin-menu li a {
	color: var(--whitecolor);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .6px;
	text-transform: uppercase;
	padding: 12px 15px;
	display: block;
	transition: all 0.3s;
	font-family: 'Poppins';
}
#admin-menubar .admin-menu li a:hover {
	color: var(--whitecolor);
	background-color: var(--primarycolor);
}
#admin-content {
	padding: 60px 0;
}
#admin-content form label {
	display: block;
	font-weight: 500;
	margin: 20px 0 5px;
}
#admin-content .admin-heading {
	font-size: 35px;
	margin: 0 0 15px;
}
#admin-content .add-new {
	color: var(--whitecolor);
	background-color: var(--primarycolor);
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	padding: 7px 10px;
	/* margin: 0 0 20px; */

    display: block;
	transition: all 0.3s;
}
#admin-content .add-new:hover {
	text-shadow: 0 0 3px #000;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
#admin-content .content-table {
	border: 1px solid #000;
	width: 100%;
	margin: 0 0 20px;
}
#admin-content .content-table thead {
	color: var(--whitecolor);
	background-color: #333;
}
#admin-content .content-table th {
	padding: 10px;
	border: 1px solid var(--whitecolor);
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
#admin-content .content-table tbody {
	color: #333;
}
#admin-content .content-table tbody tr {
	background-color: #e7e7e7;
}
 #admin-content .content-table tbody tr:nth-child(even) {
 background-color: transparent;
}
#admin-content .content-table tbody td {
	padding: 10px;
	border: 1px solid var(--whitecolor);
	text-align: center;
}
 #admin-content .content-table tbody td:nth-child(2) {
 text-align: left;
}
#admin-content .admin-pagination {
	margin: 0;
}
#admin-content .admin-pagination li a {
	display: block;
}
#header {
	background: var(--primarycolor);
	text-align: center;
	padding: 15px;
}
#logo {
	display: inline-block;
}
/* Menubar Styling */

#menu-bar {
	background: #333;
	text-align: center;
}
#menu-bar .menu > li {
	display: inline-block;
}
.menu > li > a {
	padding: 10px 20px;
	display: block;
	text-transform: uppercase;
	color: var(--whitecolor);
	font-size: 15px;
	font-weight:600;
	transition:all 0.5s ease 0s;
}
#menu-bar .menu > li > a:hover,  #menu-bar .menu > li > a.active {
	color:var(--whitecolor);
	background:var(--primarycolor);
}

#main-content .row {
	align-items: normal;
}

.post #main-content .post-content {
    box-shadow: 0 0 12px #0000001a;
    border-radius: 10px;
    overflow: hidden;
}
.post #main-content .post-content .inner-content.clearfix {
    padding: 20px;
    background: #fff;
}
.post #main-content .post-information span:first-child {
    background: #eb670d;
    color: #fff !important;
    padding: 6px 16px;
    border-radius: 4px;
}
#main-content .post-content img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}
#main-content .post-content .post-img {
	display: block;
	overflow: hidden;
 transition: border .3s;
}
#main-content .post-content h3 {
	font-size: 21px;
	line-height: 28px;
	font-weight: 600;
	margin: 0 0 7px;
}
#main-content .post-content h3 a {
	color: #111;
	transition: all 0.3s;
	font-size: 20px;
}
#main-content .post-content h3 a:hover {
	color:#333;
}
.post #main-content .post-content .inner-content.clearfix p {
    line-height: 23px;
    font-size: 14px;
}
#main-content .post-content .post-information span {
	color: #606060;
	font-size: 12px;
	text-transform: capitalize;
	margin: 0 5px 5px 0;
	display: inline-block;
}
#main-content .post-content .post-information i {
	color: var(--primarycolor);
	margin-right: 1px;
}
#main-content .post-content .post-information a {
	color: #606060;
	text-decoration: none;
}
.post-information a{
pointer-events:none;
}
.post-information 
#main-content .post-content .post-information a:hover {
	color: #333;
	text-decoration: none;
}
#main-content .post-content a.read-more {
    color: var(--whitecolor);
    background-color: var(--primarycolor);
    font-size: 14px;
    text-transform: capitalize;
    padding: 6px 12px;
    border-radius: 4px;
    display: block;
    transition: all 0.3s;
    text-align: center;
    margin-top: 8px;
}
.post #main-content .post-content a.read-more {
    display: block;
    text-align: center;
    margin-top: 8px;
}
#main-content .post-content a.read-more:hover {
	color: var(--whitecolor);
	background-color: #333;
}
#main-content .single-post {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.post-content.single-post .single-feature-image {
	height: 400px !important;
}
#main-content .single-post h3 {
	color: var(--primarycolor);
}
#main-content .single-post .post-information {
	margin: 0 0 10px;
}
#main-content .single-post .post-information a {
    pointer-events: none;
}
#main-content .single-post p {
	text-align: justify;
}
#main-content .single-post img.single-feature-image {
	margin-bottom: 20px;
}
/* Pagination  Styling */

.pagination {
	display: block;
	text-align: center;
	margin-top: 20px;
}
.pagination li {
	display:inline-block;
	margin: 0 5px 0 0;
}
.pagination li a {
	border: none;
	background: var(--primarycolor);
	color: var(--whitecolor);
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 4px;
}
.pagination li a:hover,  .pagination > li > a:focus {
	color:var(--whitecolor);
	background:#333;
}
.page_links {
	background-color: #ccc;
	font-family: arial, verdana;
	font-size: 12px;
	text-decoration: none;
	border:1px solid #000;
	padding: 6px;
	margin: 3px;
}
#page_a_link {
	font-size: 12px;
	border:1px #000000 solid;
	color:#000;
	background-color: #cccccc;
	padding: 6px;
	margin: 3px;
	text-decoration: none;
}
/* Sidebar Styling */

#sidebar h4 {
	color: #1A1A1A;
	font-size: 17px;
	line-height: 27px;
	font-weight:600;
	text-transform: uppercase;
	padding: 0 0 0 5px;
	margin: 0 0 21px;
	border-left: 3px solid var(--primarycolor);
}
#sidebar .search-box-container {
	background-color: var(--whitecolor);
	padding: 20px;
	margin: 0 0 30px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
#sidebar .search-post {
	padding: 0;
}
#sidebar .search-post input {
	color: #606060;
}
#sidebar .search-post input:focus {
	box-shadow: none;
	border-color: #999;
}
#sidebar .search-post .btn {
	text-transform: uppercase;
	padding: 9px 15px;
	background-color: var(--primarycolor);
	border-color: var(--primarycolor);
	outline: none;
	border-radius: 0 4px 4px 0;
	font-weight: 500;
	font-family: 'Poppins';
	font-size: 14px;
}
#sidebar .search-post .btn:hover,  #sidebar .search-post .btn:focus {
	text-shadow: none;
	box-shadow: none;
}
#sidebar .search-post i.fa {
	font-size: 16px;
	color: #999999;
	line-height: 40px;
	float:right;
}
#sidebar .recent-post-container {
	padding: 20px;
	background: var(--whitecolor);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
#sidebar .recent-post {
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 15px;
	margin: 0 0 15px;
}
#sidebar .recent-post:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
#sidebar .recent-post .post-img {
	display: inline-block;
	width: 33%;
	vertical-align: top;
 transition: border .3s;
}
#sidebar .recent-post .post-img img {
	width: 100%;
	height: 113px;
	object-fit: cover;
}
#sidebar .recent-post .post-content {
	width: 65%;
	display: inline-block;
	border: none;
	padding: 0 0 0 7px;
	margin: 0;
}
#sidebar .recent-post h5 {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
}
#sidebar .recent-post h5 a {
	color: var(--primarycolor);
}
#sidebar .recent-post span {
	color: #666;
	font-size: 11px;
	display: inline-block;
	margin: 0 5px 10px 0;
}
#sidebar .recent-post span a {
	color: #666;
}
#sidebar .recent-post span i {
	color: var(--primarycolor);
}
#sidebar .recent-post a.read-more {
	color: #666;
	background-color: rgba(0, 0, 0, 0.09);
	width: 65px;
	font-size: 11px;
	text-align: center;
	padding: 0;
	display: block;
	transition: all 0.3s;
}
#sidebar .recent-post a.read-more:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* Footer Styling */

#footer {
	color: var(--whitecolor);
	padding:15px 0;
	text-align:center;
	background-color:var(--primarycolor);
}
#footer a {
	color:var(--whitecolor);
}
#footer span a:hover {
	text-decoration: underline;
}



.testimonials-item {
    background: #fff;
    padding: 25px;
    position: relative;
    box-shadow: 0 0 12px #95959545;
    margin: 15px 0;
    text-align: center;
}
.testimonials-item i {
    font-size: 16px;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: var(--primarycolor);
}
.testimonials-item p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin: 25px 0 15px;
}
.testimonials-client h4 {
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: .8px;
    color: var(--secondarycolor);
}



.menumob{
     display:none;
 }   
 
 .alert {
    padding: 7px 18px !important;
}
    
	
.post-container ul li, .post-container ol li {
    list-style-type: disc;
    list-style-position: inside;
}	

/*Resposnive*/




@media only screen and (max-width: 1199px) {
.webinarslist-caption h4 {
    font-size: 18px;
    line-height: 25px;
} 
.reviewslist {
    padding: 30px 30px 30px 50px;
}
.accordion-button {
    padding: 14px 20px !important;
}
#main-content .post-container {
    padding: 20px;
}
}

/*
@media all and (min-width: 280px) {
 .navbar .nav-item .dropdown-menu {
 display: none;
}
 .navbar .nav-item:hover .nav-link {
}
 .navbar .nav-item:hover .dropdown-menu {
 display: block;
}
 .navbar .nav-item .dropdown-menu {
 margin-top: 0;
}
}
*/
@media only screen and (max-width: 991px) {
    
  .topbar .col-sm-5, .topbar .col-sm-7 {
    width: 100%;
}  
.topbar ul.topbar-contact {
    justify-content: center;
}
.topbar .smoicon ul {
    justify-content: center;
    margin-top: 15px;
}
    
 .menumob{
     display:block;
 }   
 .menudsktp{
 display:none;
 }  
  .menumob .navbar .nav-item:hover .dropdown-menu {
 display: inherit;
}
.menumob .navbar .nav-item .dropdown-menu {
 display: inherit;
}
 .navbar .nav-item .dropdown-menu {
 margin-top: 0;
}

 header .row {
 align-items:normal;
}
.navbar {
 justify-content: flex-end !important;
 top: 0;
}
.dropdown-menu.mega-menu {
    width: auto;
    left: inherit;
    padding: 12px 18px 18px;
}
.dropdown-menu .mega-menu-item {
    width: 100%;
    float: none;
    margin: 0;
}
.dropdown-menu .mega-menu-item ul {
    margin-bottom: 15px;
}
.dropdown-menu .mega-menu-item ul li a {
    padding: 5px 15px;
}
.dropdown-menu .mega-menu-item h3 {
    padding-bottom: 8px;
    margin-bottom: 8px;
}


.mainbanner-content {
    max-width: 80%;
}
.mainbanner-content h1 {
    font-size: 42px;
    line-height: 38px;
}
.mainbanner-content p {
    line-height: 26px;
}
.challenge h3 {
    max-width: 80%;
}
.challenge-item {
    background: url(../images/shape-bg.png) no-repeat center center/cover;
    padding: 4px;
}
.challenge-item h4 {
    font-weight: 600;
    font-size: 18px;
}
.homeabout-cnt {
    padding-right: 0;
}
.homeabout-cnt h2 {
    font-size: 26px;
}
.homeabout-cnt h2 span {
    font-size: 18px;
    margin-bottom: 2px;
}
.homeabout-cnt p {
    margin: 12px 0 24px;
}
.reviewslist {
    padding: 18px 15px 18px 45px;
}
.reviewslist p {
    margin: 0 0 10px;
}
.reviewslist h5 {
    font-size: 17px;
}
.reviewslist h5 span {
    margin-top: 0;
}
.accordion-button {
    padding: 8px 16px !important;
    font-size: 15.5px !important;
}
footer .col-sm-3 {
    width: 100%;
    margin-bottom: 12px;
}
footer .col-sm-3:nth-child(2) {
    padding-left: 12px;
}
footer h3 {
    margin-bottom: 18px;
    padding-bottom: 12px;
}
footer ul li a {
    margin-bottom: 4px;
}
.heading {
    margin-bottom: 28px;
    line-height: 40px;
    font-size: 30px;
}

.aboutus-top .row {
    flex-direction: column-reverse;
}

.aboutus-top .col-sm-6 {
    width: 100%;
}
.aboutus-top figure img {
    height: 320px;
    object-fit: cover;
    margin-bottom: 20px;
}
.ourvalues-item {
    padding: 20px;
}
.consultation-top .row {
    flex-direction: column-reverse;
}
.consultation-top .col-sm-6 {
    width: 100%;
}
.consultation-top img {
    height: 360px;
    object-fit: cover;
}

.testimonials-item {
    padding: 20px;
}

#main-content .col-md-8, #main-content .col-md-4 {
    width: 100%;
}
#main-content .post-content .post-img {
    height: 250px;
    margin-bottom: 15px;
}


.gglmap iframe {
    height: 400px;
    margin-top: 35px;
}
.post .post-container .col-sm-4 {
    width: 50%;
}
.post #main-content .post-content {
    margin: 15px 0;
}
}


@media only screen and (max-width: 767px) {
.mainbanner-content h1 {
    font-size: 32px;
}
.mainbanner-content p {
    margin: 15px 0 24px;
    font-size: 15px;
    line-height: 24px;
}

.challenge {
    padding: 30px 0;
}
.challenge h3 {
    max-width: 90%;
    font-size: 18px;
}
.challenge .col-sm-4 {
    width: 50%;
    margin-bottom: 20px;
}


.homeabout .row {
    flex-direction: column-reverse;
}

.homeabout .col-sm-6 {
    width: 100%;
}
.homeabout-cnt {
    margin-top: 20px;
}
.homeabout-cnt a.btn {
    padding: 7px 18px;
    font-size: 14px;
}

.webinars {
    padding: 30px 0;
    margin-top: 35px;
}
.webinarslist img {
    height: 240px;
    object-fit: cover;
}

.heading {
    margin-bottom: 20px;
    font-size: 26px;
}


.consultant .row {
    flex-direction: column;
}
.consultant .col-sm-9, .consultant .col-sm-3 {
    width: 100%;
}
.consultant h2{
    font-size:23px;
}
.consultant a.btn {
    float: inherit;
    margin-top: 15px;
}
.consultant h2 span {
    font-size: 14px;
    padding-left: 56px;
}
.consultant {
    padding: 30px 0 40px;
}

.faq .col-sm-6 {
    width: 100%;
}
.accordion-button {
    padding: 12px 16px !important;
}
.homecntctform {
    padding: 16px 18px 20px;
    margin-top: 20px;
}
.reviews {
    padding: 40px 0 20px;
}
.faq {
    padding: 25px 0 35px;
}
.partners {
    padding: 35px 0;
}

footer {
    padding: 40px 0 25px;
}

.secondary-container {
    padding: 35px 0;
}
.ourvalues {
    padding: 25px 0;
    margin-top: 20px;
}
.ourvalues .col-sm-6 {
    width: 100%;
}
.ourvalues-item {
    margin: 10px 0;
}
.breadcrumb h1 {
    font-size: 20px;
}
.breadcrumb ul li:before {
    font-size: 12px;
}
.breadcrumb ul li, .breadcrumb ul li a {
    font-size: 14px;
}


.secondary-container.consultation {
    padding-bottom: 0;
}
.chapter {
    padding: 30px 0 35px;
    margin-top: 35px;
}
.chapter .heading {
    line-height: normal;
    font-size: 26px;
}
.chapter .col-sm-6 {
    width: 100%;
}
.chapter-item {
    padding: 20px 20px;
    margin: 7px 0;
}

.testimonials-item p {
    margin: 15px 0;
}
.testimonials-item {
    margin: 10px 0;
    padding: 25px;
}
.secondary-container.testimonials .col-sm-4 {
    width: 100%;
}

.contactus h3 {
    font-size: 22px;
}


}


@media only screen and (max-width: 568px) {
.topbar ul.topbar-contact {
    justify-content: center;
}
.topbar .smoicon ul {
    justify-content: center;
    margin-top: 7px;
}
.arrowbutton.prev.slick-arrow {
    left: 0;
}
.arrowbutton.next.slick-arrow {
    right: 0;
}
.reviewslist {
    padding: 25px 15px 25px 45px;
}
.mainbanner-content {
    max-width: 90%;
}

.contactus .col-sm-6 {
    width: 100%;
}
.contactus h3 {
    font-size: 24px;
    margin-bottom: 18px;
}
.cntctdtls {
    margin-top: 25px;
}
.gglmap iframe {
    height: 400px;
    margin-top: 10px;
}
.post #main-content .post-content {
    margin: 7px 0;
}
.post .post-container .col-sm-4 {
    width: 100%;
}
#main-content .post-container {
    padding: 0;
}
#main-content .post-content img {
    height: auto;
}
}

@media only screen and (max-width: 479px) {
.mainbanner figure img {
    height: 300px;
    object-fit: cover;
}
.mainbanner-content h1 {
    font-size: 25px;
}
.challenge .col-sm-4 {
    width: 100%;
}
.challenge-item {
    background: url(../images/shape-bg.png) no-repeat center center/contain;
    padding: 35px;
}
.homeabout-cnt h2 {
    margin-bottom: 10px;
}
.mainbanner-content {
    max-width: 90%;
}

.consultation-box {
    padding: 20px 25px;
}
.consultation-top img {
    height: 320px;
}
.chapter .heading {
    font-size: 24px;
}


}

@media only screen and (max-width: 375px) {
.reviewslist {
    padding: 20px 15px 20px 40px;
}
.heading {
    line-height: 30px;
}
.aboutus-top figure img {
    height: 260px;
}
.chapter .heading {
    font-size: 20px;
}
.consultation-box {
    padding: 12px 15px 10px;
}
}




@media only screen and (max-width: 360px) {
.reviews-sldr .slick-slide {
    margin: 0 20px !important;
}
.challenge h3 {
    max-width: 100%;
    margin-bottom: 25px;
}
.mainbanner-content h1 {
    font-size: 23px;
}
.mainbanner-content p {
    margin: 8px 0 21px;
    line-height: 22px;
}
.consultation-top img {
    height: 260px;
}
}