﻿html {
	font-size: 15px;
}

body {
	color: #000;
	font-size: 15px;
	line-height: 1.6;
    /*overflow-x: hidden !important;*/
}


.video-iframe {
    position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    border: 10px solid #111;
    border-radius: 14px;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.text-dark {
	color: #05415d !important;
}
.mid-ctas {
    background: url(../png/ctas_bg.png)!important;
    padding: 25px 20px;
    background-repeat: no-repeat!important;
}
.college-product-pg-banner {
	padding: 30px 0;
}

.college-product-pg-banner .heading-1 {
	border-left: none;
	padding: 0;
	font-size: 38px;
	border-bottom: none;
	color: #000;
	line-height: 45px;
	margin-top: 20px;
	font-weight: 700;
}
.pro-sub-heading p {
    font-size:15px;
}


.college-product-pg-banner .banner-heading {
	margin-top: 30px;
}

.college-product-pg-banner .banner-cont {
	font-size: 15px;
	color: #4f4f4f;
	padding-right: 25px;
	font-weight: 500;
	margin: 25px 0;
}

.college-product-pg-banner .btn-secondary .fa {
	font-weight: 100;
	font-size: 13px;
}
 .product-banner-content h1 {
            color: #05415d !important;
            border-bottom: none;
            border-left: none;
        }

        .product-banner-content p {
            color: #111 !important;
        }

        .product-pg-banner::after {
            content: '';
            position: absolute;
            height: 100%;
            width: 100%;
            background: linear-gradient(45deg,rgba(255,255,255,.94),transparent);
            left: 0;
            top: 0;
            /*z-index: -1!important;*/
        }

.bullet-list li {
    text-align:left;
    display:flex;
}
.cloud-cmss {
	background: #f1f1f1;
	/*padding: 30px 0 50px;
	padding-top: 120px;*/
	margin-bottom: 40px;
}

.success-stories {
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	top: 20px;
}

.campus-ms {
	margin-bottom: 60px;
}

.campus-ms .cam-icons {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.campus-ms .cam-icons .cam-box {
	width: 33.33%;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}

.campus-ms .cam-icons .cam-box img {
	box-shadow: 0 0 15px #ccc;
	border-radius: 12px;
}

.campus-ms .cam-icons .cam-box h3 {
	font-size: 15px;
	line-height: 20px;
}

.campus-ms .camp-right {
	display: flex;
	flex-flow: row wrap;
	/*margin-top: 25px;*/
	position: relative;
}

.campus-ms .camp-right .cam-right-box {
	width: 49.5%;
	height: 225px;
	padding-top: 70px;
	text-align: center;
}

.campus-ms .camp-right .cam-right-box:nth-of-type(1) {
	background: linear-gradient(40deg, #05415d 0, #085170 40%);
	border-radius: 15px 0 0 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.campus-ms .camp-right .cam-right-box:nth-of-type(2) {
	background: linear-gradient(35deg, #05415d 10%, #085170 60%);
	border-radius: 0 15px 0 0;
	border-bottom: 1px solid #fff;
}

.campus-ms .camp-right .cam-right-box:nth-of-type(3) {
	background: linear-gradient(46deg, #05415d 50%, #085170 90%);
	border-radius: 0 0 0 15px;
	border-right: 1px solid #fff;
}

.campus-ms .camp-right .cam-right-box:nth-of-type(4) {
	background: linear-gradient(47deg, #05415d 20%, #085170 40%);
	border-radius: 0 0 15px 0;
}

.campus-ms .camp-right .cam-right-box label {
	display: block;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}

.campus-ms .camp-right .cam-right-box span {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

/*.campus-ms .camp-right .live-free-bgtn {
            position: absolute;
            bottom: 85px;
            right: -40px;
            background: #fff;
            padding: 30px 50px;
            border-radius: 7px;
            box-shadow: 1px 2px 15px #858585;
            text-align: center;
        }*/
.campus-ms .camp-right .live-free-bgtn {
	position: absolute;
	bottom: 60px;
	right: 12px;
	background: #fff;
	padding: 15px 20px;
	border-radius: 7px;
	box-shadow: 1px 2px 15px #858585;
	text-align: center;
}

.campus-ms .camp-right .live-free-bgtn .fa {
	font-size: 14px;
}

.campus-ms .camp-right .live-free-bgtn h4 {
	color: #008ab3;
	font-size: 26px;
	border-bottom: 2px solid #8be0f9;
	margin-bottom: 15px;
}

.activities {
	transition: all .4s ease-in-out;
	padding: 2px 20px 20px 20px;
	border-radius: 10px;
	box-shadow: 1px 4px 6px #a39e9e;
	min-height: 349px;
}

.key-feature {
	background-color: #f1f1f1;
	padding-top: 50px;
}

.key-feature p.mr-para {
	margin: 20px 50px;
	text-align: center;
	font-size: 15px;
	margin-bottom: 60px;
}

.key-feature .features h4 {
	/*background: linear-gradient(40deg,#05415d 0,#0a5a80 40%);*/
	background-color: #0C3851;
	line-height: 20px;
	color: #fff;
	border-radius: 30px;
	margin-bottom: 0;
    display:flex;
    padding:13px 2px;
    font-size:15px;
	/*
    max-width: 300px;*/
}

.key-feature .features h4 span {
	display: inline-block;
	border-right: 2px solid #fff;
	padding: 0 14px;
	margin-right: 12px;
}

.testimonial-content {
	margin-left: 15px;
}

.testimonial-content h3 {
	margin-bottom: 3px;
	font-size: 16px;
}

.testimonial-content strong {
	font-size: 16px;
}

.key-feature .features p {
	text-align: justify;
	font-size: 15px;
	margin: 15px 0;
	padding: 0 15px 15px 15px;
}

.key-feature .features .mb-5 {
	margin-bottom: 15px;
}

.inner-content ul li .fa {
	color: #5cac32 !important;
	margin-right: 10px;
	font-size: 25px;
}


.module-cms .module .module-box {
	position: relative;
	background: #fff;
	border-radius: 8px;
	box-shadow: 1px 1px 8px #4f4f4f;
	margin-top: 30px;
	padding: 15px;
	min-height: 345px;
    text-align:center;
     
}

.module-cms .module .module-box img {
	margin: 10px auto;
    
}

.module-cms .module .module-box h3 {
	border-bottom: 1px solid #c1b8b8;
	padding-bottom: 10px;
	margin-bottom: 15px;
	min-height: 50px;
	margin-top: 10px;
	line-height: 1.4;
   
}

.module-cms .module .module-box:before {
	position: absolute;
	content: "";
	height: 5px;
	width: 75%;
	transform: skew(-50deg);
	left: 12%;
	top: 0;
}

.module-cms .module .module-box.even:before {
	background: #00ade1;
}

.module-cms .module .module-box.odd:before {
	background: #77c043;
}

/*  .module-cms .module .fa {
        font-size: 11px;
        padding-left: 4px
    }*/

.module-cms .module .module-box .btn-viewall {
	position: absolute;
	bottom: 10px;
	right: 15px;
	background: #4f4f4f;
	width: 26px;
	height: 26px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 100%;
	line-height: 26px;
	padding-left: 4px;
}

.module-cms .module .module-box a:hover {
	color: #00ade1;
}

.module-cms .module .module-box a:hover {
	color: #77c043;
}

/*   .module-cms .module .module-box ul {
        height: 180px
    }*/

.module-cms .module .module-box ul li {
	text-align: left;
	display: flex;
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 15px;
}

.module_box_footer i {
	font-size: 25px;
	padding-left: 4px;
	color: #505050;
	position: absolute;
	bottom: 15px;
	right: 25px;
	transition: all .3s ease-out;
}

.module-box.even .module_box_footer i:hover {
	color: #00ade1;
	transition: all .3s ease-out;
}

.module-box.odd .module_box_footer i:hover {
	color: #77c043;
	transition: all .3s ease-out;
}

.module-box {
	transition: all .3s ease-out;
}

.module-box:hover {
	transition: all .3s ease-out;
	transform: scale(1.01);
}


.module-cms .module .module-box ul li:before {
	content: "\f0a9";
	font-family: FontAwesome;
	font-size: 17px;
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
}

.module-cms .module .module-box.even li:before {
	color: #00ade1;
}

.module-cms .module .module-box.odd li:before {
	color: #77c043;
}


.benefits-erp-coll {
	background: #f1f1f1;
	padding: 30px 0 20px 0;
	margin-bottom: 30px;
}

.benefits-erp-coll .row {
	margin-top: 20px;
}

.benefits-erp-coll .benefit-para {
	font-size: 15px;
	text-align: justify;
	text-align-last: center;
}

.benefits-erp-coll .benefits-box .header {
	display: flex;
}

.benefits-erp-coll .benefits-box .header img {
	width: 50px;
	height: 50px;
	margin-top: 13px;
	margin-right: 32px;
}

.benefits-erp-coll .benefits-box .header h4 {
	background: linear-gradient(40deg, #00ade1 0, #008ab3 40%);
	padding: 7px 15px;
	position: relative;
	display: flex;
}

.carousel-indicators li {
    height: 11px;
    width: 11px;
    background-color: #05415d;
    border-radius: 50px;
}

.carousel-indicators .active {
	background-color: #33afe4;
	height: 11px;
	width: 11px;
	border-radius: 50px;
	margin: 1px;
}

.carousel-indicators {
	width: 100%;
	left: 0%;
	margin-left: 0;
	top: 104%;
}


.text-warning {
	color: #ffd800;
	font-size: 25px;
}

.fa-star {
	font-size: 20px;
}

.single-testimonial-imgs {
	margin: 0 auto;
	display: block;
	position: relative;
	height: 200px;
	border-radius: 10px;

}

.single-testimonial-imgs img {
	position: absolute;
	top: 85px;
	right: -50px;
	border-radius: 10px;
	box-shadow: 1px 4px 6px #a39e9e;
}

.client_mssg {
	position: relative;
	padding: 75px 15px 20px 50px;
}

/*.client_mssg::before {
        content: url(../../images/Left-quote.png);
        position: absolute;
        top: -10px;
        left: 0;
        transform: translate(0, 0px);
    }

    .client_mssg::after {
        content: url(../../images/Right-quote.png);
        position: absolute;
        right: 0;
        bottom: -20px;
        transform: translate(0px, 0px);
    }*/


/*.benifits {
    padding: 20px;
    box-shadow: 2px 18px 48px 0 rgb(0 0 0 / 11%);
    position: relative;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 10px;
    border-top: 4px solid #07455e;
    margin-top: 20px;
    height: 235px
}
*/
/*.benifits h3 {
        font-size: 15px;
        font-weight: 600;
        text-align: left;
        color: #fff;
        background-color: #07455e;
        padding: 8px 15px;
        border-radius: 0 12px;
        top: 0;
        position: absolute;
        margin-top: 0;
        line-height: 18px
    }*/

.d-flex {
	display: flex !important;
}


.cta-sis {
    background-image: url(../webp/cta_bg.webp);
	/*background-image: url(../college-erp/img/cta_bg.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px 30px;
	/*margin: 40px auto*/
}
    .cta-sis h2 {
        font-size:26px;
        margin-top: 35px;
    }

.benefits-erp-coll .benefits-box .header h4:before {
	content: "";
	width: 2px;
	height: 55px;
	background: #00ade1;
	display: inline-block;
	position: absolute;
	left: -16px;
	top: 0;
}

.benefits-erp-coll .benefits-box .header h4 span {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
}

.benefits-erp-coll .benefits-box p {
	margin: 15px 0;
	text-align: justify;
}

.ctabutton {
	background: url(../jpg/cta-1.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 50px 0;
	margin-top: 30px;
}

.ctabutton h2 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 25px;
}

.ctabutton h2:after {
	content: "";
	display: block;
	width: 410px;
	height: 2px;
	background: #fff;
	margin: 15px auto;
}

.ctabutton .btn-primary {
	background: #00ade1 !important;
}

.ctabutton .btn-primary:hover {
	opacity: .9;
}

.special-offering {
	margin-bottom: 50px;
}

/*    .special-offering .off-section {
        margin-bottom: 50px
    }*/

.special-offering .offer-box h3 {
	width: 75px;
	background: #00ade1;
	margin-bottom: 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 8px;
	border-radius: 8px 8px 0 0;
}

.special-offering .offer-box img {
	border-radius: 0 6px 6px 6px;
	width: 100%;
}

.special-offering .offer-box p {
	margin: 15px 0;
	text-align: justify;
}

.special-offering .our-value {
	margin-top: 50px;
}

.special-offering .our-value h3 {
	font-size: 22px;
	display: inline-block;
	border-bottom: 1px solid #000;
}

.special-offering .our-value p {
	text-align: justify;
	font-size: 16px;
}

.bg-light {
	background-color: #f5f5f5;
	padding: 40px 20px;
}

.key-statics .team-strenght {
	margin-top: -25px;
	margin-left: -12px;
}

.feature-content h3 {
	color: #23bbee;
	text-decoration: underline;
}

.box-shadow {
	padding: 25px;
	box-shadow: 1px 4px 6px #a39e9e;
	min-height: 130px;
	margin: 10px 0;
}


.key-feature .box-shadows {
	transition: all .3s ease-in-out;
	
}

.key-feature .box-shadows:hover {
	box-shadow: 1px 4px 6px #a39e9e;
	transition: all .3s ease-in-out;
    background-color: #fff;
    border-radius: 25px 25px 5px 5px;
	cursor: pointer;
}

.why-icon-image {
	margin-top: 20px;
}

.dark-blue-bg {
	background-color: #05415d;
	padding: 20px;
}

.blue-bg {
	background-color: #33afe4;
	padding: 20px;
}

.bg-gray {
	background-color: #403f3f;
	padding: 20px;
}

.bg-green {
	background-color: #77c043;
	padding: 20px;
}

.box-shadow h4 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}

.LiveFreeDemo {
	margin-top: 60px;
}

.company-statistics h5 {
	font-size: 45px !important;
	font-weight: 800;
	line-height: 4.5rem;
	margin: 0 0 0.5rem;
	position: relative;
	padding-bottom: 2px;
    text-align:center;
}

.company-statistics li {
	padding: 20px;
}

.Cloud-section-seprate {
	padding-left: 40px;
	border-left: 1px solid #a39e9e;
}

.heading-sub {
	padding: 0 175px;
	text-align: center;
	margin-bottom: 30px;
}

.company-statistics p {
	/*color:#05415d;*/
	font-size: 18px;
	font-weight: 800;
    text-align:center;
}


.company-statistics h5::after {
	content: "";
	background: #33afe4;
	height: 4px;
	width: 74px;
	-webkit-transition: width 0.15s, left 0.15s;
	-o-transition: width 0.15s, left 0.15s;
	transition: width 0.15s, left 0.15s;
    display: block;
    margin: 5px auto;
}


@media (max-width:1025px) {
	.campus-ms .camp-right .live-free-bgtn {
		bottom: 52px;
		right: -24px;
		padding: 9px 8px;
	}

	.key-feature .box-shadows {
		height: 265px;
	}

	.col-md-10 {
		width: 96.333333%;
	}

	.benifites-points {
		padding: 77px 10px 10px 10px;
	}
        .benifites-points ul li {
            display:flex;
        }

	/*
    .module-cms .module .module-box ul {
        height: 235px
    }*/

	/*.module-cms .module .module-box {
        min-height: 410px
    }*/
}

@media (max-width:770px) {
    .carousel-indicators li {
    margin-top: 18px;
}
    .mid-ctas {
  
    background-repeat: repeat!important;
}
    .college-product-pg-banner .heading-1 {
    margin-top: 15px;
    font-size: 22px;
    line-height: 1.4;
}
    .bg-light {
     padding: 10px 10px; 
}
    .cta-sis h2 {
    font-size: 20px;
}
    .key-feature p.mr-para {
    margin: 0px 0px;
    margin-bottom: 15px;
}
    .bullet-list li {
    display: flex;
    /*flex-flow: row wrap;*/
}
    .key-feature {
    padding-top: 15px;
}
	
    .single-testimonial-imgs img {
    position: absolute;
    top: 117px;
    right: 25%;
    border-radius: 10px;
    box-shadow: 1px 4px 6px #a39e9e;
}

	.company-statistics {
		text-align: center;
	}

	.company-statistics h5::after {
		left: 121px;
	}

	.Cloud-section-seprate {
		padding-left: 0px;
		border-left: none;
	}


	.campus-ms .camp-right .live-free-bgtn {
		right: 5%;
		bottom: 35px;
	}

	.module-cms .justify-content-center {
		margin: 0 auto;
		width: 100%;
	}

	.heading-sub {
		padding: 0;
	}

	/*    .benifits h3 {
        font-size: 17px
    }*/

	.college-product-pg-banner .heading-1 {
		margin-top: 0;
	}

	.key-feature .features h4 span {
		padding: 0 6px;
		margin-right: 5px;
	}

	.key-feature .box-shadows {
    height: auto;
}

	.college-product-pg-banner .banner-heading {
		margin-top: 15px;
	}
}

@media (max-width:450px) {
    .client_mssg {
    position: relative;
    padding: 75px 0px 20px 0px;
}
	.key-feature .box-shadows {
    height: auto;
}

	/*    .module-cms .module .module-box ul {
        height: 160px
    }*/

	.campus-ms .camp-right .live-free-bgtn {
		right: 1%;
		bottom: 51px;
	}

	#mobileView h2:before {
		background-color: transparent !important;
	}
}


/*=================benefits*/
.benifits_card {
	max-width: 330px;
}

.benifits_card h3 {
	background: #0C3851;
	color: white;
	padding: 15px 30px;
	border-radius: 45px;
	line-height: 25px;
}

.offer_card {
	margin-bottom: 30px;
	/*max-width: 350px;*/
	background-color: #fff;
	box-shadow: 2px 18px 48px 0 rgb(0 0 0 / 9%);
	padding: 0;
	border-radius: 10px;
    min-height: 325px;
}


.offer_card .offer_img_title {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 25px;
}

.offer_card .offer_img_title img {
	/*margin-right: 15px;*/
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
	border-radius: 18px;
}

.offer_card .offer_img_title h3 {
	margin: 0;
	background-color: #05415D;
	color: white;
	padding: 8px 15px;
	border-top-right-radius: 10px;
	line-height: 22px;
	width: 100%;
	font-size: 15px;
}

.offer_card .offer_text {
	text-align: left;
	/* text-align-last: center;*/
	padding: 0 15px 20px 20px;
}

.offer_card .btn-primary {
	border-radius: 5px !important;
	color: #fff;
	font-size: 16px;
	background: #6eb13e !important;
	padding: 7px 10px;
	border: 0;
	min-width: 90px;
	transition: 1s all ease;
}


.features-content {
	margin: 50px 0 80px;
}

.value_title {
	font-size: 20px;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.mb-8 {
	margin-bottom: 80px;
}

.benifits {
	/*padding: 20px;*/
	position: relative;
	border-radius: 15px;
	margin-bottom: 10px;
	border-top: 4px solid transparent;
	margin-top: 20px;
	height: 100%;
	min-height: 270px;
	transition: all .4s ease-in-out;
	border-color: #07455e;
	background: #fff;
	border-radius: 15px;
	
}

.benifits:hover {
	box-shadow: 2px 18px 48px 0 rgb(0 0 0 / 11%);
}

.benifits h3 {
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	color: #fff;
	background-color: #0C3851;
	/*padding: 10px 10px 13px 15px;*/
	/*border-radius: 0 12px;*/
	padding: 10px 10px 13px 15px;
	border-radius: 12px 12px 0 0;
	margin-top: -2px;
	line-height: 20px;
	width: 100%;
}

.benifits .fa-chevron-circle-right {
	font-size: 16px;
	color: #23bbee;
	margin-right: 10px;
    line-height: 27px;
}


.benifites-points {
    padding: 10px 10px 10px 10px;
    font-size: 15px;
}


.moretext {
	display: none;
}

.moreless-button {
	margin-top: 20px;
	display: block;
	font-weight: 600;
	color: #78C043;
	letter-spacing: 1px;
}

.moreless-button:hover {
	font-weight: 600;
	color: #78C043;
}

@media (max-width:767px) {
	
	.campus-ms {
		margin-bottom: 0 !important;
	}
	h2 {
		margin-top: 15px !important;
	}
	.margin-btm-40 {
		margin-bottom: 20px !important;
	}
	.margin-btm-80 {
		margin-bottom: 20px !important;
	}
	.d-none {
		display: none !important;
	}
	.cta-sis {
		padding: 10px 0px 20px 0px;
	}
	.reports {
		margin-bottom: 30px !important;
	}
   .features-content {
    margin: 10px 0 80px;
}
   .LiveFreeDemo {
    margin-top: 90px;
}
   .padding-para {
    padding: 0 39px!important;
}

    .go-top:after {
        padding: 4px 13px;
        font-size: 20px;
    }
    .key-feature {
    padding-top: 30px;
}

    :after,
    :before {
    }
    .cloud-cmss {
    margin-top: -60px;
}
    .college-product-pg-banner {
    padding: 0 0;
}
   
}

	@media (max-width: 400px) {
		.company-statistics h5::after {
			left: 85px;
		}
	}