@font-face {
	font-family: 'opensans-regular';
	src: url('../fonts/OpenSans-Regular-webfont');
	src: url('../fonts/OpenSans-Regular-webfont') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'opensans-italic';
	src: url('../fonts/OpenSans-Italic-webfont');
	src: url('../fonts/OpenSans-Italic-webfont') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'opensans-light';
	src: url('../fonts/OpenSans-Light-webfont');
	src: url('../fonts/OpenSans-Light-webfont') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'opensans-semibold';
	src: url('../fonts/OpenSans-Semibold-webfont');
	src: url('../fonts/OpenSans-Semibold-webfont') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	/*font-family: 'opensans-regular';*/
	font-size: 17px;
}
.container {
	max-width: 1360px;
}
.container-fluid {
	padding: 0 50px;
}
ul {
	list-style: none;
}
a {
	color: #277cea;
}
.title-block {
	margin-bottom: 50px;
}

/*Header*/
.header .top-header {
	background-color: #f5f5f5;
}
.header .top-header .left-block {
	display: inline-block;
	padding: 10px 0;
}
.header .top-header ul {
	padding: 0;
	margin: 0;
}
.header .top-header ul li {
	color: #666d70;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.header .top-header ul li a {
	color: #666d70;
	text-decoration: none;
}
.header .top-header ul li i {
	margin-right: 5px;
}
.header .top-header .social-block {
	float: right;
}
.header .top-header .social-block ul li {
	margin: 0;
}
.header .top-header .social-block ul li a {
	padding: 11px 10px;
	display: inline-block;
}
.header .top-header .social-block ul li a:hover {
	color: #fff;
	background: #1e77f0;
}
.header .top-header .social-block ul li:nth-child(2) a:hover {
	background: #55acee;
}
.header .top-header .social-block ul li:nth-child(3) a:hover {
	background: #0077b5;
}
.header .top-header .social-block ul li:nth-child(4) a:hover {
	background: #00aff0;
}
.header .header-block {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.header .header-block .navbar {
	padding-left: 0;
	padding-right: 0;
}
.header .header-block .logo-block {
	max-width: 200px;
}
.header .header-block .logo-block img {
	width: 100%;
}
.header .header-block .navbar-collapse ul .nav-item {
	margin-right: 10px;
}
.header .header-block .navbar-collapse ul form button {
	text-indent: -999em;
	display: inline-block;
	padding: 0;
	border: 0;
}
.header .header-block .navbar-collapse ul form .search-block {
    width: 100%;
    height: 100%;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
    align-items: center;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
	display: none;
}
.header .header-block .navbar-collapse ul form .search-block .form-control {
	max-width: 600px;
    height: 60px;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #000;
    border-radius: 0;
	background: none;
	margin: 0 auto;
}
.header .header-block .navbar-collapse ul form .search-block .form-control:focus {
	box-shadow: none;
}
.header .header-block .navbar-collapse ul form button:before {
	content: '\f002';
	font-family: fontawesome;
	text-indent: 0;
	float: left;
}
.header .header-block .navbar-collapse ul .nav-item a.nav-link {
	color: #2b2c2e;
}
.header .header-block .navbar-collapse ul .nav-item a.nav-link:hover {
	color: #277cea;
}
.header .header-block .navbar-collapse ul .nav-item .dropdown-menu .dropdown-item {
	padding-top: 10px;
	padding-bottom: 10px;
}
/*End of Header*/

/*Banner block*/
.banner-block {
	text-align: center;
	background-color: #277cea;
	padding: 40px 0;
	margin-bottom: 40px;
}
.banner-block h1 {
	font-weight: normal;
	color: #fff;
}
.banner-block ul {
	padding: 0;
	margin: 0;
}
.banner-block ul li {
	display: inline-block;
}
.banner-block ul li:after {
	content: '\f105';
	font-family: fontawesome;
	color: #fff;
	margin: 0 10px;
}
.banner-block ul li:last-child:after {
	content: '';
	margin: 0;
}
.banner-block ul li a {
	color: #fff;
	text-decoration: none;
}
/*End of Banner block*/

/*Homepage slider*/
.carousel-block {
	height: 500px;
	position: relative;
}
.carousel-block .carousel-inner,
.carousel-block .carousel-inner .carousel-item {
	height: 100%;
}
.carousel-block .carousel-inner .carousel-item .img-block {
	height: 100%;
	text-align: center;
}
.carousel-block .carousel-inner .carousel-item .carousel-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.carousel-block .carousel-inner .carousel-item .carousel-content .carousel-element {
	max-width: 1360px;
	height: 100%;
	color: #fff;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.carousel-block .carousel-inner .carousel-item .carousel-content .carousel-element .content-block {
	max-width: 600px;
}
.carousel-block .carousel-inner .carousel-item .content-block h3 {
	margin-bottom: 40px;
}
.carousel-block .carousel-inner .carousel-item .content-block p {
	font-size: 24px;
	line-height: 40px;
}
.carousel-block .carousel-inner .carousel-item .content-block .btn-block {
	margin-top: 40px;
}
.carousel-block .carousel-inner .carousel-item .content-block .btn-block a {
	font-size: 17px;
	color: #277cea;
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 25px;
}
.carousel-block .carousel-inner .carousel-item .content-block .btn-block a i {
	margin-left: 10px;
}
/*End of Homepage slider*/

/*Service block*/
.service-block {
	padding: 50px 0;
}
.service-block .feature-block {
	text-align: center;
}
.service-block .feature-block .img-block {
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	display: inline-block;
	border: 3px solid #277cea;
	border-radius: 50%;
	margin-bottom: 30px;
}
.service-block .feature-block .img-block i {
	font-size: 2rem;
	color: #277cea;
}
.service-block .feature-block .content-block h4 {
	margin-bottom: 20px;
}
.service-block .feature-block .content-block p {
	color: #646970;
}
/*End of Service block*/

/*Portfolio block*/
.portfolio-block {
	text-align: center;
	padding: 50px 0 0;
	background-color: #eee;
}
.portfolio-block h3 {
	padding-bottom: 40px;
}
.portfolio-block .portfolio-list-element .portfolio-list {
	width: 19%;
	height: 250px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.portfolio-block .portfolio-list-element .portfolio-list .img-block {
	height: 100%;
}
.portfolio-block .portfolio-list-element .portfolio-list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.portfolio-block .portfolio-list-element .portfolio-list .content-block {
	width: 90%;
	height: 90%;
	background-color: rgba(27, 152, 224, .9);
	padding: 15px;
	position: absolute;
	top: 20px;
	left: 20px;
	display: none;
	align-items: center;
}
.portfolio-block .portfolio-list-element .portfolio-list:hover .content-block {
	display: flex;
}
.portfolio-block .portfolio-list-element .portfolio-list .content-block .desc-block {
	margin: 0 auto;
}
.portfolio-block .portfolio-list-element .portfolio-list .content-block .desc-block h5 {
	font-size: 24px;
	color: #fff;
}
.portfolio-block .portfolio-list-element .portfolio-list .content-block .desc-block p a {
	color: #fff;
	text-decoration: none;
}
/*End of Portfolio block*/

/*About Us*/
.about-block {
	padding: 50px 0;
	background-image: url(../img/home/bg-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.about-block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}
.about-block .content-block h2 {
	color: #fff;
	margin-bottom: 40px;
}
.about-block .content-block h6 {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
}
.about-block .content-block .btn-block {
	margin-top: 50px;
}
.about-block .content-block .btn-block a {
	font-size: 18px;
	color: #fff;
	background-color: #1b98e0;
	display: inline-block;
	padding: 10px 20px;
}
.about-block .content-block .btn-block a:hover,
.about-block .content-block .btn-block a:focus {
	background-color: #447490;
}
.about-block .content-block .btn-block a i {
	margin-right: 5px;
}
.about-block .img-block {
	text-align: center;
}
/*End of About Us*/

/*Site Feature*/
.site-feature {
	padding: 50px 0;
}
.site-feature h2 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 50px;
}
.site-feature .featured-block {
	margin-bottom: 50px;
}
.site-feature .featured-block .img-block {
	float: left;
}
.site-feature .featured-block .img-block i {
	font-size: 48px;
	color: #277cea;
}
.site-feature .featured-block .content-block {
	padding-left: 80px;
}
.site-feature .featured-block .content-block h5 {
	margin-bottom: 20px;
}
.site-feature .featured-block .content-block p {
	color: #646970;
}
.site-feature .featured-block .content-block .btn-block {
	text-align: center;
}
.site-feature .btn-block {
	text-align: center;
}
.site-feature .btn-block a {
	font-size: 18px;
	color: #fff;
	background-color: #1b98e0;
	display: inline-block;
	padding: 10px 20px;
}
/*End of Site Feature*/

/*Counter block*/
.counter-block {
	padding: 50px 0;
	background-color: #eee;
}
.counter-block .counter-list h6 {
	font-size: 20px;
	font-weight: normal;
	color: #3b3d40;
	text-align: center;
}
.counter-block .counter-list h6 span {
	font-size: 85px;
	display: block;
	margin-bottom: 10px;
}
.counter-block .counter-list h6 span b {
	font-weight: normal;
	color: #277cea;
}

/*End of Counter block*/

/*Theme block*/
.theme-block {
	padding: 50px 0;
}
.theme-block h2 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 50px;
}
.theme-block .theme-list {
	position: relative;
}
body:not(.lms-services) .theme-block .theme-list:after {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    top: auto;
    box-shadow: 0px -10px 9px rgba(0, 0, 0, 0.4);
}
.theme-block .theme-list .img-block img {
	width: 100%;
}
body:not(.lms-services) .theme-block .theme-list .content-block {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: end;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.theme-block .theme-list .content-block h4 {
	height: 100%;
	font-size: 26px;
	font-weight: normal;
	line-height: 40px;
	margin: 20px;
	display: flex;
	align-items: end;
}
.theme-block .theme-list .content-block h4 a {
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	display: flex;
    align-items: end;
}
/*End of Theme block*/

/*Testimonial block*/
.testimonial-block {
	padding: 50px 0;
}
.testimonial-block h2 {
	text-align: center;
	margin-bottom: 50px;
}
.testimonial-block .carousel .carousel-item .testimonial-list p {
	color: #646970;
	padding-left: 30px;
}
.testimonial-block .carousel .carousel-item .testimonial-list p:before {
	content: '\f10d';
	font-family: fontawesome;
	font-size: 24px;
	color: #646970;
	margin-left: -30px;
	margin-right: 10px;
	opacity: .5;
}
.testimonial-block:not(.project-list) .carousel .carousel-item .testimonial-list .img-block img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}
.testimonial-block .carousel .carousel-item .testimonial-list .img-block b {
	display: inline-block;
}
.testimonial-block .carousel .carousel-item .testimonial-list .img-block b span {
	display: block;
}
.testimonial-block .carousel .carousel-control {
	width: auto;
	background: none;
	bottom: auto;
	top: 50%;
}
.testimonial-block .carousel .carousel-inner {
	padding: 0 30px 50px;
}
.testimonial-block .carousel .carousel-control span {
	width: auto;
	height: auto;
}
.testimonial-block .carousel .carousel-control span:before {
	content: '\f104';
	font-family: fontawesome;
	font-size: 40px;
	color: #333;
}
.testimonial-block .carousel .carousel-control.carousel-control-next span:before {
	content: '\f105';
}
.testimonial-block .carousel .carousel-indicators {
	margin-bottom: 0;
}
.testimonial-block .carousel .carousel-indicators li {
	width: 10px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(0,0,0,0.3);
	border-radius: 50%;
	opacity: .5;
	transition: opacity 0.6s ease;
}
.testimonial-block .carousel .carousel-indicators li.active {
	background-color: #277cea;
}
/*End of Testimonial block*/


/*Jumbotron*/
.jumbotron-block {
	background-color: #277cea;
	padding: 50px 0;
}
.jumbotron-block .content-block h3 {
	line-height: 40px;
	color: #fff;
	margin-bottom: 0;
}
.jumbotron-block .btn-block {
	text-align: center;
}
.jumbotron-block .btn-block a {
	font-size: 20px;
	color: #277cea;
	background: #fff;
	display: inline-block;
	padding: 10px 20px;
}
.jumbotron-block .btn-block a i {
	margin-right: 10px;
}
/*End of Jumbotron*/


/*Footer*/
.footer {
	padding: 50px 0;
	background-color: #27282a;
}
.footer h3 {
	color: #fff;
	margin-bottom: 20px;
}
.footer ul {
	padding: 0;
	margin: 0;
}
.footer ul li {
	margin-bottom: 10px;
}
.footer ul li,
.footer ul li a {
	color: #9da6a8;
	text-decoration: none;
}
.footer ul li a:hover {
	color: #277cea;
}
.footer ul li i {
	margin-right: 10px;
}
.footer .link-block,
.footer .post-block,
.footer .contact-block,
.footer .social-block {
	margin-bottom: 40px;
}
.footer .social-block h3 {
	margin-top: 20px;
}
.footer .social-block ul li {
	display: inline-block;
	margin-right: 10px;
}
.footer .social-block ul li a {
	width: 2.5em;
	line-height: 2.5em;
	color: #1e77f0;
	text-align: center;
	box-shadow: inset 0 0 0 2px #3b3d40;
	border-radius: 5px;
	display: inline-block;
}
.footer .social-block ul li a:hover {
	color: #fff;
	box-shadow: inset 0 0 0 2px #1e77f0;
	background-color: #1e77f0;
}
.footer .social-block ul li:nth-child(2) a {
	color: #55acee;
}
.footer .social-block ul li:nth-child(3) a {
	color: #0077b5;
}
.footer .social-block ul li:last-child a {
	color: #00aff0;
}
.footer .social-block ul li:nth-child(2) a:hover {
	color: #fff;
	box-shadow: inset 0 0 0 2px#55acee;
	background-color: #55acee;
}
.footer .social-block ul li:nth-child(3) a:hover {
	color: #fff;
	box-shadow: inset 0 0 0 2px#0077b5;
	background-color: #0077b5;
}
.footer .social-block ul li:last-child a:hover {
	color: #fff;
	box-shadow: inset 0 0 0 2px#00aff0;
	background-color: #00aff0;
}
.footer .social-block ul li a i {
	margin-right: 0;
}
.footer .footer-bottom {
	color: #9da6a8;
	text-align: center;
}
/*End of Footer*/

/*About Us*/
/*End of About Us*/

/*Services Page*/
/*Services block*/
.lms-services .theme-block .theme-list .content-block {
	position: static;
}
.lms-services .theme-block .theme-list .content-block h4 {
	margin-left: 0;
	margin-right: 0;
}
.lms-services .theme-block .theme-list .img-block {
	height: 250px;
}
.lms-services .theme-block .theme-list .img-block img,
.lms-services .theme-block .theme-list video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*End of Services block*/

/*Jumbotron block*/
.lms-services .jumbotron-block {
	text-align: center;
	background-image: url(../img/service/jumbotron-bg.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.lms-services .jumbotron-block:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.lms-services .jumbotron-block .content-block h3 {
	margin-bottom: 25px;
}
.lms-services .jumbotron-block .content-block h3 b {
	color: #d13a7a;
}
.lms-services .jumbotron-block .content-block p {
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 25px;
}
.lms-services .jumbotron-block .btn-block a {
	color: #fff;
	background-color: #277cea;
}
/*End of Jumbotron block*/

/*Client project list*/
.project-list .carousel .carousel-control {
	top: 40%;
}
.project-list .carousel .carousel-inner {
	padding: 0 30px;
}
/*End of Client project list*/

/*Hosting Page*/
.hosting-block,
.consultation-block,
.training-block {
	padding-bottom: 50px;
}
.hosting-block p,
.consultation-block p,
.training-block p {
	font-size: 18px;
	color: #646970;
}
/*End of Hosting Page*/

/*Moodle App page*/
/*Banner block*/
.banner-element {
	padding: 50px 0;
}
.banner-element .content-block {
	height: 100%;
    display: flex;
    align-items: center;
}
.banner-element .content-block h1 {
	margin-bottom: 30px;
}
.banner-element .content-block p {
	font-size: 20px;
	margin-bottom: 30px;
}
.banner-element .content-block .btn-block a {
	font-size: 20px;
	color: #fff;
	border-radius: 25px;
	background-color: #277cea;
	padding: 10px 30px;
	display: inline-block;
}
.banner-element .img-block {
	text-align: center;
}
/*End of Banner block*/

/*Featured block*/
.lms-services .title-block {
	text-align: center;
}
.lms-services .title-block h2 {
	color: #277cea;
	margin-bottom: 50px;
}
.lms-services .title-block p {
	font-size: 18px;
	color: #646970;
}
.app-feature .center-block {
	height: 100%;
	display: flex;
	align-items: center;
}
.app-feature .content-block h4 {
	margin-bottom: 20px;
}
.app-feature .featured-block .img-block {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	background-color: #277cea;
}
.app-feature .featured-block .img-block i {
	font-size: 24px;
	color: #fff;
}
.app-feature .content-block p {
	font-size: 18px;
	line-height: 30px;
}
.app-feature .center-block .img-block {
	margin: 0 auto;
}
/*End of Featured block*/

/*Package block*/
.lms-services .jumbotron-block.package-block {
	background-image: url(../img/service/mobile-app/video-play.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.lms-services .jumbotron-block.package-block:before {
	background-color: rgba(27,152,224,0.8);
}
.lms-services .jumbotron-block.package-block .content-block {
	text-align: left;
}
.lms-services .jumbotron-block.package-block .content-block h2 {
	color: #fff;
	margin-bottom: 30px;
}
.lms-services .jumbotron-block.package-block .content-block p {
	font-size: 17px;
	line-height: 34px;	
}
.lms-services .jumbotron-block.package-block .content-block p a {
	color: #fff;
	text-decoration: underline;
}
/*End of Package block*/

/*Pricing block*/
.pricing-block {
	padding: 50px 0;
}
.pricing-block .pricing-element .pricing-list {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #eee;
	border-radius: 10px;
}
.pricing-block .pricing-element .pricing-list ul {
	margin: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
	padding: 26px;
}
.pricing-block .pricing-element .pricing-list ul li {
	color: #646970;
	text-align: center;
	margin-bottom: 20px;
}
.pricing-block .pricing-element .pricing-list .heading-block {
	text-align: center;
	background-color: #eee;
	padding: 30px 15px;
}
.pricing-block .pricing-element .pricing-list .heading-block h4 {
	font-size: 20px;
	color: #646970;
	margin-bottom: 20px;
}
.pricing-block .pricing-element .pricing-list .heading-block h2 {
	font-size: 56px;
	color: #646970;
}
.pricing-block .pricing-element .pricing-list.list-block {
	margin-left: -30px;
}
.pricing-block .pricing-element .pricing-list.list-block .heading-block {
	background-color: #277cea;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.pricing-block .pricing-element .pricing-list.list-block .heading-block h4,
.pricing-block .pricing-element .pricing-list.list-block .heading-block h2,
.pricing-block .pricing-element .pricing-list.list-block .heading-block span {
	color: #fff;
}
/*End of Pricing block*/

/*FAQ block*/
.faq-block {
	padding: 50px 0;
}
.faq-block .accordion-block .card {
	border: 0;
	margin-bottom: 15px;
}
.faq-block .accordion-block .card .card-header {
	padding: 0;
	border: 0;
	border-left: 4px solid #277cea;
	border-radius: 0;
}
.faq-block .accordion-block .card .card-header button {
	width: 100%;
	font-size: 20px;
	text-align: left;
	text-decoration: none;
	border: 0;
	border-radius: 0;
	padding: 15px 30px;
	box-shadow: none;
}
.faq-block .accordion-block .card .card-header button:hover {
	color: #fff;
	background-color: #277cea;
}
.faq-block .accordion-block .card .card-body p {
	font-size: 18px;
}
/*End of FAQ block*/

/*Mobile App block*/
.mobile-app-block.jumbotron-block {
	background-image: url(../img/service/mobile-app/mobile-app-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.mobile-app-block.jumbotron-block:before {
	background-color: rgba(39, 124, 234, .8);
}
.mobile-app-block.jumbotron-block .content-block {
	color: #fff;
	text-align: left;
}
.mobile-app-block.jumbotron-block .content-block h2 {
	margin-bottom: 30px;
}
.mobile-app-block.jumbotron-block .carousel {
	padding-bottom: 50px;
}
.mobile-app-block.jumbotron-block .carousel .carousel-indicators {
	margin-bottom: 0;
}
.mobile-app-block.jumbotron-block .carousel .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
/*End of Mobile App block*/

/*Iomad Page*/

/*Banner block*/
.lms-iomad .banner-element {
	background-color: #277cea;
}
.lms-iomad .banner-element .content-block .banner-content {
	color: #fff;
}
.lms-iomad .banner-element .content-block .banner-content .btn-block a {
	color: #fff;
	border: 2px solid #fff;
	background-color: #277cea;
}
/*End of Banner block*/

/*Featured block*/
.service-block .title-block {
	text-align: center;
}
.service-block .title-block h1 {
	font-weight: normal;
}
.service-block .title-block h2 {
	margin-top: 20px;
	color: #277cea;
}
/*End of Featured block*/

/*Jumbotron block*/
.lms-iomad .jumbotron-block .content-block {
	color: #fff;
}
.lms-iomad .jumbotron-block .content-block h2 {
	margin-bottom: 30px;
}
.lms-iomad .jumbotron-block .content-block p {
	line-height: 34px;
}
.about-iomad {
	padding: 50px 0;
}
.about-iomad h2 {
	margin-bottom: 50px;
}
.about-iomad ul {
	list-style: disc;
}
.about-iomad ul li {
	margin-bottom: 15px;
}
/*End of Jumbotron block*/

/*End of Iomad page*/
/*End of Services Page*/

/*Contact Us*/
.contact-block {
	padding: 50px 0;
}
.contact-block .contact-info > div {
	margin-bottom: 50px;
}
.contact-block h3 {
	margin-bottom: 30px;
}
.contact-block .contact-info > div ul {
	padding: 0;
}
.contact-block .contact-info > div ul li {
	margin-bottom: 15px;
	display: inline-block;
}
.contact-block .contact-info > div ul li a {
	color: #333;
	text-decoration: none;
	border: 1px solid #d4d4d4;
    background-color: #eee;
	padding: 10px 20px;
}
.contact-block .contact-info > div ul li a:hover {
	color: #fff;
	border-color: #1e77f0;
	background-color: #1e77f0;
}
.contact-block .contact-info > div ul li:nth-child(2) a:hover {
	border-color: #55acee;
	background-color: #55acee;
}
.contact-block .contact-info > div ul li:nth-child(3) a:hover {
	border-color: #0077b5;
	background-color: #0077b5;
}
.contact-block .contact-info > div ul li:nth-child(4) a:hover {
	border-color: #00aff0;
	background-color: #00aff0;
}
.contact-block .contact-info > div ul li:nth-child(5) a:hover {
	border-color: #FF0000;
	background-color: #FF0000;
}
.contact-block .contact-info > div ul li a i {
	margin-right: 5px;
}
.contact-block .contact-info .contact-lmsace ul li {
	display: block;
}
.contact-block .contact-info .contact-lmsace ul li a {
	padding: 0;
	border: 0;
	display: inline-block;
}
.contact-block .contact-info .contact-lmsace ul li:nth-child(3) a:hover {
	text-decoration: underline;
	background: none;
}
.contact-block .contact-info .contact-lmsace ul li:nth-child(3) a {
	color: #277cea;
	background: none;
}
.contact-block .contact-info .contact-lmsace ul li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background-color: #277cea;
	margin-right: 10px;
}
.contact-block .form-block p {
	margin-bottom: 30px;
}
.contact-block .form-block form input.btn-primary {
	padding: 10px 30px;
}
/*End of Contact Us*/