p {
	margin-bottom: 10px;
}
.dksmenu {
    color: rgba(0,0,0,.5);
    display: inline-block;
    font-size: 16px;
    color: #333333;
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    margin-left: 30px;
    /* padding: 35px 0px; */
    text-transform: capitalize;
}
.navbar-light .navbar-brand {
    /* color: rgba(0,0,0,.9); */
        font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #4d63dd;
    text-transform: uppercase;
}
.utf-section-heading.utf-page-heading {
	/*	margin-bottom: 70px;*/
	text-align: center;
}

.utf-section-heading.utf-page-heading > .utf-section-title {
	font-size: 40px;
	margin-bottom: 22px;
	color: #424242;
	font-weight: 700;
	text-transform: uppercase;
}

.utf-section-heading h2 .featured {
	position: relative;
	display: inline-block;
	padding: 6px 15px;
	color: #ffffff;
}

.utf-section-heading h2 .featured::before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	opacity: 1;
	background: #4d63dd;
}

.utf-section-heading h2 .featured span {
	position: relative;
	display: block;
	text-shadow: 0 4px 2px rgba(0, 0, 0, 0.12);
}

.utf-section-heading .animated-bar {
	height: 4px;
	width: 70px;
	margin: 0px auto 20px auto;
	position: relative;
	border-radius: 30px;
	text-align: center;
	background: #4d63dd;
}


.utf-section-heading .animated-bar:before {
	content: '';
	position: absolute;
	left: 0;
	top: -2.7px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG;
	background: #4d63dd;
}

@-webkit-keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(65px);
		transform: translateX(65px);
	}
}

@keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(65px);
		transform: translateX(65px);
	}
}

.utf-section-heading p.text-max-700 {
	font-size: 15px;
	line-height: 1.9;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
}
.single-achivement {
    width: 40%;
    float: right;
}
.single-achivement .achive-heading a{
    color:#555;
    line-height:45px;
}
.info-img {
	/*    background: #ffffff;*/
	overflow: hidden;
	display: block;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
	position: relative;
}

.info-img:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 300%;
	left: -70%;
	top: -100%;
	transform: rotate(45deg);
	background: #4d63dd;
}

.embed-responsive:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 200%;
	left: -70%;
	top: -100%;
	transform: rotate(45deg);
	background: #4d63dd;
}

.embed-responsive .embed-responsive-item {
	border-color: rgba(0, 0, 0, .18);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 16px;
	position: relative;
	z-index: 1;
	border-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	height: 225px;
	max-width: 100%;
	padding: .25rem;
}

.info-img img {
	/*    background-color: transparent;*/
	border-color: rgba(0, 0, 0, .18);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 16px;
	position: relative;
	z-index: 1;
	border-color: rgba(255, 255, 255, 0.5);
}

.img-thumbnail {
	/*    background-color: #fff;*/
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	height: auto;
	max-width: 100%;
	padding: .25rem;
}

#scrollUp {
	left: 20px;
}

.contact-section .contact-form-wraper form textarea {
	height: 200px;
}

.contact-section .contact-form-wraper .form-control {
	margin-bottom: 10px;
}

.error {
	color: red;
	font-size: 12px;
}

.single-info a,
.single-info a:hover {
	color: #666666
}

.page-banner-wrap {
	min-height: 320px;
	background: #e1e5ff;
}

.page-banner {
	padding-top: 10%;
}
.achivements-area{
    margin-top:25px;
}
.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25) !important;
}
.single-sidebar-widgets a {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    display: block;
    line-height: 28px;
    text-transform: capitalize;
}

.section-padding {
    padding: 80px 0px;
}

.hero-section.hero-1 .hero-content .social-profile a {
    margin-right: 25px;
}

.blog-section .single-blog .blog-content-box {
    padding: 20px 15px 40px 15px;
}
.blog-section .single-blog .featured-img {
    height: 220px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eee;
    background-size: 100% 100%;
}

.cpyRight{
    font-size:12px;
    margin-bottom: 0px; 
    color:#fff !important;
}
.cpyRight a{
    font-size:12px;
    margin-bottom: 0px; 
    color:#fff !important;
}
.social-profiles a{
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
    /*margin-right: 40px;*/
    color: #333333;
    font-weight: 500;
    background-color: transparent;
    /*border-radius: 50%;*/
    margin: 0px;
    /*border: 2px solid #d5d6d5;*/
}
.social-profiles a .fab{
    /*padding:10px;*/
    font-size: 28px;
    margin-right:5px;
}
.social-profiles a:hover{
    color: #fff;
    background-color: #4d63dd;
}

footer.footer-one {
    padding: 10px 0px !important;
    background-color: #4d63dd;
}
.footer-one div1{
text-align: left;
}
.footer-one div2{
text-align: right;
}
@media only screen and (max-width: 767px) {
    .recent-post{
    margin-top: 20px;
    border-top: 1px solid #777;
    padding-top: 20px;
    }
    .footer-one div{
text-align: center !important;
}
.footer-one div1{
text-align: center !important;
font-size:12px;
}
.footer-one div1 a{
/*text-align: center !important;*/
font-size:12px;
}
.footer-one div2{
text-align: center !important;
font-size:10px;
}

    .single-achivement .achive-heading a {
    color: #555;
    line-height: 20px;
    font-size: 14px;
}
    .single-achivement {
    width: 50%;
}
    .dksmenu {
    color: #fff;
     padding: 10px 0px; 
}
    .navbar-nav {
    background-color: #343a40;
}
    .navbar-light .navbar-brand {
    font-size: 20px;
    }
	.info-img:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 300%;
		left: -97%;
		top: -100%;
		transform: rotate(45deg);
		background: #4d63dd;
	}

	.about-section .main-profile-img img {
		width: 100%;
	}

	.about-section .main-profile-img {
		background: #fff;
		padding: 1px;
		padding-bottom: 0px;
		margin-top: 1px;
		position: relative;
		z-index: 1;
	}

	.utf-section-heading.utf-page-heading > .utf-section-title {
		font-size: 30px;
	}

	.hero-section.hero-1 .hero-content .theme-btn {
		margin-top: 5px;
	}

	header.header-section.header-style-1 {
		margin: 20px 0;
	}

	.hero-section.hero-1 {
		padding-top: 121px;
	}
}
