body {
font-family: 'Montserrat', sans-serif;
background:#fff;
}
p{
font-size:14px;
color:#666	
	}
.navbar-dark .navbar-brand {
    color: #fff;
    font-size: 31px;
    font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link {
    color: #a20084;
    font-weight: 500;
    font-size: 15px;
}
.navbar-dark .navbar-brand img {
    //width: 183px;
	//filter: drop-shadow(2px 1px 0px);
}
.left-side {
    margin-top: 100px;
}
.left-side h2 {
    color: #fff;
    font-weight: 500;
    font-size: 29px;
    line-height: 36px;
}
.left-side p {
    color: #fff;
    font-size: 15px;
    margin-top: 33px;
}
.button-login {
    margin-top: 45px;
}
.btn-ctm-l:first-child {
    margin-right: 10px;
}
.btn-ctm-l {
    border-radius: 25px;
       font-weight: normal;
    color: #fff;
    padding: 6px 25px;
    transition: all ease-in-out 0.3s;
	background:#a20084;
}
.social-media {
    margin-top: 40px;
}
.social-media ul {
    list-style: none;
    padding-left: 0px;
}
.social-media ul li {
    display: inline-block;
    margin-right: 10px;
}
.social-media ul li a {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    padding-top: 5px;
    transition: all ease-in-out 0.3s;
    
}
.right-side {
    margin-top: 65px;
}
.social-media ul li a:hover {
box-shadow: 0 14px 15px #4c4c77;
transition: all ease-in-out 0.3s;
background:#25cbd5;
border:1px solid #25cbd5;
color:#fff;
}
.carousel-inner {
text-align:center;
}
.carousel-indicators {
bottom: -11px;
}
.carousel-control-prev {
    left: 37%;
}
.carousel-control-next {
    right: 37%;
}
.carousel-control-next, .carousel-control-prev {
border-radius: 100%;
border: 2px solid #fff;
width: 45px;
height: 45px;
}
.copyright {
   margin-top: 15px;
}
.copyright p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
}
.btn-ctm-l:hover {
    color: #fff;
    opacity: 0.7;
    transition: all ease-in-out 0.3s;
}
.social-media ul li {
display:inline-block;
}
.shadow, .card-profile-image img {
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}
.border-0 {
    border: 0 !important;
}
.bg-secondary {
    background-color: #f7fafc !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
}
.input-group-alternative {
    transition: box-shadow .15s ease;
    border: 0;
    //box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
    border-radius: .375rem;
background: #d9d9d9;
border: solid 2px #ddd;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    margin-bottom: 0;
    padding: .625rem .75rem;
    text-align: center;
    white-space: nowrap;
    color: #adb5bd;
    border: 1px solid #cad1d7;
    border-radius: .375rem;
    background-color: #fff;
    align-items: center;
}
.main {
    position: relative;
    min-height: 100vh;
	background: #fff url("../images/penalbg.png") center bottom no-repeat;
	background-size:cover;
	background-attachment: fixed;
}
.footer-bottom {
    //position: static;
    //bottom: 0;
    //left: 105px;
	//background-color: #333;
	position: fixed;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,0.8);
width: 100%;
}
.ctm-shadow {
    box-shadow: 0 5px 10px #c9ccce;
}
.header-body h1 {
    font-size: 24px;
    font-weight: 500;
    color: #a20084;
    text-transform: uppercase;
}
.header-body {
    margin-top: 30px;
}
.input-group-text {
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
}
.form-control {
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(2.75rem + 2px);
    padding: .625rem .75rem;
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    color: #8898aa;
    border: 1px solid #cad1d7;
    border-radius: .375rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: none;
	height: 55px !important;
}
.input-group-alternative .form-control, .input-group-alternative .input-group-text {
    border: 0;
    box-shadow: none;
}
.input-group .form-control:not(:first-child) {
    padding-left: 0;
    border-left: 0;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-alternative .form-control, .input-group-alternative .input-group-text {
    border: 0;
    box-shadow: none;
}

.navbar {
width:100%;
}

.nav-item a {
border: solid 1px #a20084;	
border-radius:5px;
margin-left:10px;	
	}
.nav-item a:hover {
border: solid 1px #a20084;	
background: #a20084;
color:#fff !important;
}
.innerbox {
//height:100vh;
//background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url("../img/hero-bg.jpg") center center no-repeat;	
//margin-top: -30px;
//padding-top: 150px;
	}	
#hero {
    width: 100%;
    height: 100vh;
    background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url("../img/hero-bg.jpg") center center no-repeat;
        background-attachment: scroll, scroll;
        background-size: auto, auto;
    background-size: cover;
}
#hero h1 {
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    color: #fff;
}
#hero h2 {
    color: #fff;
}
#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.about {
    padding: 120px 0;
}
.about .content h3 {
    font-weight: 600;
    font-size: 32px;
    color: #333;
}
.about .content ul {
    list-style: none;
    padding: 0;
}	
.about .content ul li {
    padding-bottom: 10px;
}
.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #5846f9;
}
.about .content .read-more:hover {
    background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
}
.about .content .read-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 38px 10px 28px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%);
    position: relative;
}

#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 5px 0;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
#header.header-scrolled, #header.header-inner-pages {
    //background: rgba(24, 6, 185, 0.8);
    padding: 12px 0;
}
.counts {
    background: linear-gradient(90deg, rgba(88, 70, 249, 0.5) 0%, rgba(123, 39, 216, 0.5) 100%), url("../img/counts-bg.png") center center no-repeat;
    padding: 80px 0 60px 0;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #5846f9;
    bottom: 0;
    left: calc(50% - 25px);
}
.services .icon-box {
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}
.services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}
.services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
	color:#333;
}
.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}
.services .iconbox-blue:hover .icon i {
    color: #fff;
}
.services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}
.section-bg {
    background-color: #f9f8ff;
}
section {
    padding: 100px 0;
    overflow: hidden;
}
.counts .counters span {
    font-size: 48px;
    display: block;
    color: #fff;
    font-weight: 600;
}
.counts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}
.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}
.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #5846f9;
}
.services .icon-box .icon svg {
    font-size: 36px ;
    transition: 0.5s;
    position: relative;
}
.features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}
.svg-inline--fa {
    display: inline-block;
    font-size: 35px;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    color: #fbd538;
	float:left;
}
.social-media li .svg-inline--fa{
font-size:20px;
display:inline-block;
float:none;	
	}
@media (min-width:768px) {
.navbar-right {
    float: right !important;
    margin-right: -15px;
}
}
@media (max-width:480px) {
.left-side {
    margin-top: 77px;
}
.right-side {
display:none;
}
.main {
    position: relative;
    height: 90vh;
}
.copyright {
    margin-top: 1px;
    text-align: center;
}
.social-media ul {
margin-bottom: 0px;
}
.left-side h2 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}
.footer-bottom {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    left: 0;
    bottom: 0;
}
.left-side p {
    font-size: 12px;
    margin-top: 9px;
    text-align: center;
}
.button-login {
    margin-top: 27px;
    text-align: center;
	color: #666;
padding: 5px;
}
.button-login {
    margin-top: 27px;
}
.social-media {
    margin-top: 34px;
    text-align: center;
}
}

.contact-form .header-body {
    margin-top: 0px;
    margin-bottom: 20px;
}
.contact-form .header-body h1 {
    color: #999 !important;
}
.contact-form {
    margin-bottom: 50px;
    margin-top: 50px;
}
.contact-box ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.contact-form-2 {
    margin-bottom: 15px;
}
.contact-box ul li {
    margin-bottom: 10px;
}
.map-google {
    padding: 10px;
    background: #f7fafc;
    border-radius: 7px;
}
.contact-form .btn-ctm-l {
    margin-top: 11px !important;
    float: right;
    margin-right: 0px;
    padding: 10px 56px;
    margin-bottom: 0px !important;
}
.form-control-2 {
    height: calc(6.75rem + 2px);
}
.input-group-text-2 i {
    position: relative;
    top: -33px;
}
.social-media-2 {
    margin-top: 20px;
}
.social-media-2 ul {
    margin-bottom: 0px;
}
.footer-link {
    margin-top: 10px;
	float: right;
}
.footer-link ul li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}
.footer-link ul li span {
    color: #fff;
    font-size: 15px;
}
.footer-link ul {
    list-style: none;
    padding-left: 0;
}
.footer-link ul li {
    display: inline-block;
}
.box-error{
    border: solid 1px #b91111 !important;
}
    
.middle {
min-height:75vh;	
	}	
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}	

.logincard {
    background-color: #fff !important;
    box-shadow: 0 2px 16px #ddd inset;
    border-radius: 5px;
}
.navbar {
padding:0;	
	}