/*
Theme Name: China Campus Network Bangladdesh
Theme URI: https://thezoomit.com
Author: ZOOM IT Team
Author URI: https://thezoomit.com
Description: This theme is specially designed for China Campus Network Bangladdesh.
Version: 1.0
*/
 

*{
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
	color: #787878;
	background: #fff;
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-top: 0;
	color: #7540AA;
}

a{
	color: #111;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
a:hover{
	color: #8247BD;
}
a, a:hover, a:focus{
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
img{
	max-width: 100%;
	height: auto;
}
.fix{
	display: block;
	overflow: hidden;
}
.barlowFont{
	font-family: 'Barlow', sans-serif;
}

/*Fonts
  font-family: 'Barlow', sans-serif;
  font-family: 'Bodoni Moda', serif;
  font-family: 'Montserrat', sans-serif;
*/

/*=========Header Top=========*/
.top-header {
	background: #38287b;
	color: #fff;
	height: 50px;
}
.top-header-left a {
	color: #fff;
	padding: 14px 0;
	display: block;
	font-size: 15px;
}
.top-header-left ul li {
	float: left;
	margin-right: 34px;
}
.top-header-left ul li i{
	margin-right: 6px;
}
.top-header-right {
	padding-top: 9px;
}
.top-header-right ul {
	float: right;
}
.top-header-right ul li {
	float: left;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #fff;
	padding: 2px;
}
.top-header-right ul li a i {
	color: #38287b;
	background: #fff;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 25px;
	padding-left: 5px;
	border-radius: 50%;
}
.top-header-right ul li a:hover i {
	background: #38287b;
	color: #fff;
}
/*=========Menu css=========*/
.menu-area {
	background: #8249be;
	padding: 15px 0;
}
.logo-container {
	width: 120px;
}
.logo-container img {
	width: 100%;
}
.mainmenu {
  text-align: right;
}
.mainmenu ul li {
  display: inline-block;
  position: relative;
}
.mainmenu ul li a {
	padding: 15px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	display: block;
}
.mainmenu ul li ul {
	position: absolute;
	left: 0;
	top: 100px;
	text-align: left;
	background: #7d3cc1;
	width: 230px;
	z-index: 99;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.mainmenu ul li ul li {
	display: block;
	border-bottom: 1px solid #7731c1;
}
.mainmenu ul li ul li a {
	padding: 8px 15px;
	font-size: 13px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 400;
}
.mainmenu ul li:hover ul{
	opacity: 1;
	visibility: visible;
	top: 51px;
}
.mainmenu ul li ul li a:hover{
	background: #7731c1;
}
.mainmenu ul li a:hover, .current-menu-item a, .current_page_item a{
	background: rgba(0,0,0,0.1);
}
/*=========Footer css=========*/
.footer-area {
	background: url('img/footer-bg.jpg') no-repeat;
	background-size: cover;
	padding: 80px 0 35px 0;
	color: #fff;
}
.footer-contact .icon {
	float: left;
	width: 66px;
	height: 78px;
}
.footer-contact .address {
	float: left;
}
.footer-contact .address h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.footer-contact .address h2{
	font-size:  23px;
	color: #fff;
	font-weight: 600;
}
.footer-contact .address li{
	margin-right: 10px;
}
.footer-contact .address li a {
	color: #fff;
	font-size: 19px;
}
.footer-widget ul li a {
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}
.footer-widget h5 {
	color: #fff;
	font-size: 20px;
}
.border-divider {
	height: 6px;
	width: 30px;
	background: #fff;
	border-radius: 5px;
	position: relative;
	margin: 12px 0;
	left: 0;
}
.border-divider::before {
	content: "";
	position: absolute;
	left: 36px;
	top: 0;
	display: inline-block;
	height: 6px;
	width: 10px;
	border-radius: 50%;
	background-color: #fff;
}
.footer-bottom {
	margin-top: 25px;
}
.footer-border {
	width: 100%;
	height: 1px;
	background: #555666;
	margin-bottom: 20px;
}
.footer-bottom {
	margin-top: 25px;
	font-size: 15px;
}
/*******************************
********** Homepage ************
********************************/
.slider-area {
	background: url('img/slide-bg.jpg') no-repeat;
	background-size: cover;
	padding: 79px 0;
	min-height: 774px;
}
.slide-content {
	margin-top: 50px;
}
.slide-content img {
	margin-bottom: 20px;
	width: 44px;
}
.slide-content h2 {
	font-size: 45px;
	color: #fff;
}
.slide-content p {
	font-size: 22px;
	color: #fff;
}
.slide-content a {
	color: #814BBA;
	background: #fff;
	font-size: 16px;
	width: 160px;
	text-align: center;
	display: inline-block;
	padding: 11px;
	border-radius: 50px;
	font-weight: 600;
	line-height: 22px;
	margin-top: 24px;
	border: 2px solid #fff;
}
.slide-content a:hover {
	background: #814BBA;
	color: #fff;
}
.slider-banner img {
	max-width: 100%;
}

.feature-banner-left img {
	max-width: 100%;
	float: right;
}
.feature-about-content {
	padding-top: 110px;
}
.feature-about-content h2 {
	font-size: 22px;
}
.feature-about-content p {
	font-size: 17px;
	margin-top: 22px;
	text-align: justify;
}
.university-list-area {
	padding: 90px 0;
}
.versity-logo {
	margin-bottom: 20px;
	padding: 20px;
}
.versity-logo {
	margin-bottom: 30px;
	padding: 20px;
}
.feature-cta-two .feature-about-content {
	text-align: left;
	padding-top: 30px;
}
.feature-banner-right img {
	max-width: 100%;
}
.feature-cta-two {
	padding: 80px 0;
}
.feature-about-content a {
	color: #fff;
	background: #8148BD;
	padding: 8px 20px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	display: inline-block;
	border: 2px solid #8148BD;
}
.feature-about-content a:hover {
	background: #fff;
	color: #8148BD;
}
.cta-apply-area {
	background: url('img/bg3.jpg');
	background-size: contain;
	padding: 100px 0;
	text-align: center;
	min-height: 700px;
	background-position: center;
}
.apply-form-head h1 {
	font-size: 40px;
	color: #fff;
}
.apply-form-head p {
	font-size: 26px;
	color: #c5f4b9;
}
.apply-form {
	padding: 30px;
	font-size: 16px;
}
.apply-form input[type="text"], .apply-form input[type="email"] {
	height: 60px;
	padding: 15px 30px;
	font-size: 17px;
	font-weight: 300;
	border-radius: 50px;
	margin-bottom: 20px;
	background: #fff;
}
.apply-form input[type="submit"] {
	height: 60px;
	padding: 15px 30px;
	font-size: 20px;
	font-weight: 900;
	border-radius: 50px;
	margin-bottom: 20px;
	background: #fff;
	color: #844CBB;
	border: 2px solid #fff;
}
.apply-form input[type="submit"]:hover {
	background: transparent;
	color: #fff !important;
}
.apply-form .form-control:focus {
	background-color: #fff;
	border-color: #fff;
	outline: 0;
	box-shadow: 0 0 0 0;
}
.wpcf7-not-valid-tip {
	color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #D93D30 !important;
	background: #D93D30;
	color: #fff;
	margin-top: 0;
}
.wpcf7-not-valid {
	margin-bottom: 0 !important;
}
.wpcf7-list-item {
	margin-left: 0;
}
.ccn-programs-area {
	background: url('img/bg4.jpg') no-repeat;
	background-size: cover;
	padding: 100px 0;
	text-align: center;
}
.ccn-programs-area.programs {
	background-repeat: repeat;
	background-size: contain;
}
.ccn-programs-head {
	margin-bottom: 40px;
}
.ccn-programs-head h1 {
	font-size: 45px;
}
.ccn-programs-head p {
	font-size: 22px;
}
.program-box {
	position: relative;
	border-radius: 10px;
	text-align: center;
	background: #844FBB;
	padding: 15px;
	overflow: hidden;
    margin-bottom: 30px;
}
.program-box img {
	display: block;
	width: 100%;
	height: 320px;
	border-radius: 10px;
	vertical-align: middle;
	max-width: 100%;
	object-fit: fill !important;
	object-fit: cover !important;
	object-position: top center !important;
	filter: grayscale(0%) blur(0);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.program-box h2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(132,79,187,0.8);
	padding: 30px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	left: 0;
	font-family: 'Bodoni Moda', serif;
}
.program-box h2 span {
	display: inline-block;
	background: #fff;
	color: #844FBB;
	width: auto;
	margin-top: 10px;
	padding: 5px 10px;
}
.program-box h2 a{
	color: #fff;
}
.easy-step-area {
	background: url('img/bg5.jpg') no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.easy-step-head{
	text-align: center;
}
.easy-step-head h2 {
	color: #fff;
	font-size: 40px;
	line-height: 55px;
}
.easy-steps {
	background: #fff;
	border-radius: 28px;
	min-height: 200px;
	margin-bottom: 55px;
	padding: 30px 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.easy-steps h3 {
	margin-bottom: 0;
	font-size: 25px;
}
.easy-steps span {
	position: absolute;
	top: -27px;
	background: #643593;
	width: 56px;
	height: 56px;
	border: 3px solid #fff;
	border-radius: 50%;
	font-size: 30px;
	font-weight: 600;
	line-height: 50px;
	color: #fff;
}
.easy-step-head {
	text-align: center;
	margin-bottom: 70px;
}
.study-plan-area {
	padding: 100px 0;
}
.study-plan-head h1 {
	font-size: 36px;
	text-align: center;
	line-height: 48px;
	font-weight: 800;
}
.study-plan-head {
	margin-bottom: 60px;
}
.scholarship-box {
	background: #fff;
	box-shadow: 0px 0px 20px #854DBC;
	padding: 45px;
	border-radius: 50px;
	color: #7540AA;
	margin-bottom: 30px;
}
.scholarship-box a.seemore {
	background: #643593;
	color: #fff;
	padding: 5px 20px;
	display: block;
	margin-top: 20px;
	font-weight: 600;
	font-size: 15px;
	border-radius: 50px;
	border: 2px solid #643593;
	margin-left: auto;
	width: 123px;
	margin-right: auto;
	text-align: center;
}
.scholarship-box a.seemore:hover {
	color: #643593;
	background: #fff;
}
.scholarship-box h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 800;
}
.versity-feature li {
	display: block;
	margin-bottom: 7px;
}
.versity-feature li span {
	background: #643593;
	padding: 7px 15px;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
}
.versity-feature li {
	display: block;
	margin-bottom: 7px;
	height: 32px;
}
.scholarship-box h2, .scholarship-box h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.type-feature li {
	margin-bottom: 10px;
	line-height: 21px;
	position: relative;
	padding-left: 45px;
}
.type-feature li::before {
	position: absolute;
	content: '';
	width: 42px;
	height: 36px;
	background: url('img/check.png');
	left: 0;
	top: 0;
}
.degree-feature li {
	font-weight: 600;
	margin-bottom: 8px;
}
.degree-feature li span {
	width: 22px;
	height: 22px;
	background: #643593;
	display: inline-block;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
}
.testimonial-area {
  background: url('img/bg1.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.testimonial-head h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  margin-bottom: 90px;
}
.student-thumb {
  width: 120px;
  float: left;
  height: 120px;
  margin-right: 20px;
}
.student-thumb img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
}
.testimonial-detail {
	float: left;
	width: 70%;
	color: #CECECC;
	line-height: 25px;
}
.testimonial-detail h2 {
	color: #fff;
	font-size: 25px;
}
.testimonial-detail h3 {
	font-size: 18px;
	color: #CECECC;
	line-height: 27px;
}
.checking-eligibility-area {
	padding: 100px 0;
}
.checking-action h2 {
	font-size: 37px;
	line-height: 46px;
	font-weight: 800;
}
.checking-action {
  position: absolute;
  top: 145px;
  text-align: center;
  left: 24%;
}
.checking-action a {
	background: #8247BD;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 20px;
	font-weight: 600;
	font-size: 20px;
	border-radius: 50px;
	border: 2px solid #8247BD;
}
.checking-action a:hover {
	color: #8247BD;
	background: transparent;
}
.homeblog-area {
	padding: 50px 0;
}
.blog-head h1 {
	text-align: center;
	border-bottom: 2px solid #844FBB;
	line-height: 0px;
	margin-bottom: 60px;
}
.blog-head h1 span {
	background: #fff;
	padding: 0 16px;
	font-weight: 900;
}
.blog-post-content h2 {
	font-size: 25px;
	margin: 30px 0 20px 0;
	font-weight: 800;
}
.blog-post-content p {
	font-size: 16px;
	color: #555;
	line-height: 30px;
	text-align: justify;
}
.blog-post-content a {
	color: #8247BD;
}
.blog-area {
	background: url('img/blog-bg.jpg');
	padding: 70px 0;
}
.blog-name h1 {
	color: #fff;
	text-align: center;
	font-size: 58px;
	margin: 10px 0 40px 0;
}
.post-date {
	border-top: 1px solid #222;
	color: #222;
}
.blog-post-content h3 {
	font-size: 20px;
	font-weight: 500;
	height: 80px;
	margin-top: 15px;
}
.blog-post-content h3 a{
	color: #222;
}
.blog-content-details {
	background: #F9EFEE;
	padding: 25px 0 150px 0;
	text-align: justify;
	color: #6f6f6f;
}
.blogThumb img {
	vertical-align: middle;
	max-width: 100%;
	object-fit: cover !important;
	object-position: top center !important;
	height: 180px;
	width: 100%;
}
.post-details img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.post-details h1, .post-details h2, .post-details h3, .post-details h4, .post-details h5, .post-details h6  {
	color: #6f6f6f;
	font-weight: 500;
}
.breacrumb-area {
	padding: 120px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.breacrumb-area::before {
	background-color: rgba(100,50,147,0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
}
.breacrumb-area h1{
	color: #fff;
	font-size: 50px;
}
.breacrumb-area.minHeight{
	min-height: 500px;
}
.main-content-details {
	padding: 60px 0;
	color: #333;
}
/*******************************
********** Apply page **********
********************************/
.apply-form-head h2 {
	font-size: 30px;
	color: #fff;
	border-bottom: 2px solid #fff;
	line-height: 6px;
	margin: 55px 30px 32px 30px;
}
.apply-form-head h2 span {
	background: linear-gradient(to right, #7744AB 10%, #905BC3 70%);
	padding: 5px 15px;
}
.cta-apply-area.apply-page {
	background: url('img/application-bg.jpg') no-repeat;
	background-position: top center;
	background-size: cover;
}
.cta-apply-area.apply-page .apply-form .wpcf7-submit {
	font-weight: 800;
	color: #8148BD;
	border-radius: 0;
	width: 380px;
	margin: 0 auto;
	font-size: 25px;
	line-height: 1;
}
.cta-apply-area.apply-page .apply-form input[type="text"], .cta-apply-area.apply-page .apply-form input[type="email"] {
	font-size: 15px;
	border-radius: 10px;
	margin-bottom: 30px;
	font-weight: 400;
}
.testimonial-area.apply-page {
	background: #fff;
	padding-bottom: 0;
}
.testimonial-area.apply-page .testimonial-detail h2, .testimonial-area.apply-page .testimonial-detail h3, .testimonial-area.apply-page .testimonial-detail p{
	color: #8247BD;
}
.testimonial-area.apply-page .student-thumb img {
	border-radius: 0;
	height: 180px;
	object-fit: fill !important;
	object-fit: cover !important;
	object-position: top center !important;
}
.testimonial-area.apply-page .student-thumb {
	height: auto;
	border: 5px solid #8247BD;
}
.applicant-single:nth-child(2n+1) .student-thumb{
	float: right;
}
.applicant-single:nth-child(2n+1) .testimonial-detail {
	text-align: right;
}
.applicant-head h2 {
	display: inline-block;
	text-align: center;
	background: #8348BE;
	color: #fff;
	padding: 10px 35px;
	border-radius: 50px;
}
/*******************************
********* Versity page *********
********************************/
.breacrumb-area.versity-page h1 {
	font-size: 50px;
	font-weight: 900;
}
.versity-area {
	padding: 120px 0;
}
.versity-title h2 {
	font-size: 26px;
	margin: 18px 0 10px 0;
	height: 63px;
}
.versity-location h4 {
	font-size: 16px;
	font-weight: 600;
	color: #555;
	margin-bottom: 16px;
}
.versity-features li {
	margin-bottom: 5px;
}
.versity-permalink a {
	background: #8247BD;
	color: #fff;
	display: block;
	width: 200px;
	margin-bottom: 10px;
	padding: 10px 28px;
	font-weight: 600;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.versity-permalink a:hover {
	background: #5C1E99;
}

.ccn-programs {
	background: #834ABB;
	padding: 40px 0;
}
.permalink a {
	width: 170px;
	background: #7540AA;
	color: #fff;
	padding: 7px 10px;
	display: inline-block;
}
.program-box-single {
	border-radius: 20px !important;
}
.program-box-single img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}
.program-extra-info {
  margin: 60px 0;
}
.program-extra-info h2 {
  color: #fff;
  font-size: 61px;
  margin-bottom: 20px;
}
.program-extra-info p {
  color: #f9d2f8;
  font-size: 18px;
  text-align: justify;
}
.program-extra-info a {
  width: 250px;
  background: #fff;
  padding: 15px;
  display: inline-block;
  font-size: 22px;
  color: #834ABB;
  font-weight: 700;
}
.program-box-single h3 {
	font-size: 22px;
}
.program-extra-info a:hover, .permalink a:hover {
  opacity: 0.9;
}
.about-breadcrumb {
  position: relative;
}
.about-top-content {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
}
.about-top-content p {
  font-size: 25px;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 1.5px;
  line-height: 47px;
  text-align: justify;
}
.a2a_dd.addtoany_no_icon.addtoany_share_save.addtoany_share {
	font-size: 22px;
	background: #8249BE;
	color: #fff;
	padding: 2px 12px;
}
.ccn-programs-head h2 {
	font-size: 22px;
}
/* =Blog-Navigation - Pagination
----------------------------------------------- */
.navigation a,
.navigation a:hover,
.page-numbers.current{
    color: #fff;
    text-decoration:none;
}
 
.navigation {
	display: block;
	text-align: center;
	margin-top: 30px;
}
.navigation a, .navigation a:hover, .page-numbers.current {
	border-radius: 3px;
	cursor: pointer;
	padding: 8px 15px;
	border: 1px solid #fff;
	margin-right: 4px;
	background-color: #8148BD;
	color: #fff;
	font-weight: 600;
}
.navigation a:hover,
.page-numbers.current {
	background-color: #fff;
 	color: #8148BD;
}
.pagination-link {
	clear: both;
	display: block;
	overflow: hidden;
	padding: 15px;
}