body {
	overflow-x: hidden;
}

#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 38px; /* Width of image */
  height: 38px; /* Height of image */
  background: url(../images/top.png) no-repeat;
}

.navbar-default {
	background-color: white;
}

.top-heading {
	background: #000;
	width: 100%;
	color: #fff; 
}

.top-heading .contact-info {
	padding-top: 8px;
}

.top-heading .contact-info a {
	font-size: 14px;
	font-weight: 400;
    font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 500px) {
.top-heading .contact-info a {
	font-size: 12px;
}
}

.top-heading .contact-info span {
	padding-right: 5px;
}

.top-heading .social-icons {
	list-style: none;
	padding-top: 8px;
}

.top-heading .social-icons li {
	display: inline-block;
}

.top-heading .social-icons .icon {
	font-size: 20px;
	padding-left: 10px;
	color: #fff;
	text-shadow: 1px 1px #fff;
	text-decoration: none;
}

@media screen and (max-width: 500px) {
.top-heading .social-icons .icon {
	font-size: 16px;
}
}

/*---nav bar--*/

.navbar-default .navbar-nav li a {
    /* text-transform: uppercase; */
    text-decoration: none;
    line-height: 20px;
    margin: 10px 5px;
    font-family: 'Montserrat', sans-serif;
	
}

.navbar-default .navbar-nav li a span {
	border-bottom: 2px solid #000;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    height: 4px;
    width: 28px;
}

.navbar-default .navbar-brand {
	background-image: url(../images/logolatest.png);
    background-repeat: round;
    width: 200px;
    height: 87px;
    margin: 5px;
}

@media screen and (max-width: 991px) {
.navbar-default .navbar-brand {
	background-image:url("../images/small-logo.png");
	background-repeat: no-repeat;
	width: 160px;
	height: 60px;
	margin-top: 5px;
}
}

@media screen and (max-width: 768px) {
.navbar-default .navbar-brand {
	margin-top: 0px;
}
}

.breadcrumb {
	margin-top: 20px;
}

.breadcrumb a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.breadcrumb a:hover {
	color: #4C4C4C;
	text-decoration: none;
} 

.breadcrumb .active {
	font-family: 'Montserrat', sans-serif;
}
/* Homepage */



body {
	font-family: Verdana, sans-serif;
	margin: 0;
  }
  .mySlides {
	display: none;
	padding-left: 50px;
	padding-top: 50px;
	background-image: url(http://t.commonsupport.com/adro/images/icons/ring-circle.png);
	background-repeat: no-repeat;
	background-position: center;
	
  }
  img {
	align-content: center;
	height: 450px;
	width: 1400px;
  }
  .slideshow-container {
	max-width: 1200px;
	position:relative;
	margin: auto;
	height: 500px;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition:0.3s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
  }
  /* Number text (1/3 etc) */
  .numbertext {
	color: #ffffff;
	font-size: 12px;
	padding: 90px 12px;
	position: absolute;
	top: 0;
  }
  /* The dots/bullets/indicators */
  .dot {
	cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #afd2de;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
	
  }
  .active,
  .dot:hover {
	background-color: #111111;
  }
  /* Fading animation */
  .fade {
	
	animation-name: fade;
	animation-duration: 5s;
  }
  @-webkit-keyframes fade {
	from {
	  opacity: 1
	}
	to {
	  opacity: 1
	}
  }
  @keyframes fade {
	from {
	  opacity: 1
	}
	to {
	  opacity: 1
	}
  }
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
	.prev,
	.next,
	.text {
	  font-size: 11px
	}
  }

/*--login form---*/




input[type=text], input[type=password]{
    width: 100%;
    margin: 5px 0;
    border-radius: 5px;
    padding: 15px 18px;
    box-sizing: border-box;
	color: #000;
	
  }
 
button {
   background-color: #f64148;
    color: rgb(255, 255, 255);
    padding: 15px 30px;
    border: none;
   margin-top: 10px;
    width: 350px;
	position: relative;
	left: 10px;
	top: -12px;
  }
button:hover {
    opacity: 1;
    cursor: pointer;
	color: #000000;
}

.headingsContainer{
    text-align: center;
	margin-top: -30px;
}

.headingsContainer p{
    color: rgb(0, 0, 0);
	font-size:medium;
	text-align: left;
	padding-left: 10px;
}
.headingsContainer h3{
    color: rgb(0, 0, 0);
	font-size:x-large;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 17px;
}
.mainContainer{
	margin-top: 30px;

}

 .subcontainer label{
	font-weight: 500;
	font-size: medium;
 }
.subcontainer{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 10px;
}

.subcontainer a{
    font-size: 16px;
    margin-bottom: 12px;
	color: #ffffff;
}

/* Hide the browser's default checkbox */
.subcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position:absolute;
	top:312px;
	left: 195px;
	height: 25px;
	width: 25px;
	background-color: #ffffff;
	border: 2px solid rgb(231, 227, 235);
  }

/* On mouse-over, add a grey background color */
.subcontainer:hover input ~ .checkmark {
	background-color: #ccc;
	border:1px solid #f64148;
	border-radius: 1px;
  }
  
  /* When the checkbox is checked, add a blue background */
  .subcontainer input:checked ~ .checkmark {
	background-color: #f64148;
}  
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .subcontainer input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .subcontainer .checkmark:after {
	left: 11px;
	top: 4px;
	width: 5px;
	height: 13px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
span.forgotpsd a {
    float: left;
    color: rgb(0, 0, 0);
    
  }

.forgotpsd a{
    color: rgb(0, 3, 7);
	float: left;
	padding-top: 3px;
	font-size: medium;
	
  }
  
.forgotpsd a:link{
    text-decoration: none;
  }

  .register{
    color: rgb(0, 0, 0);
    text-align: left;
	font-size: medium;
	
	position: relative;
	padding-top: -40px;
  }
  
  .register a{
    color: rgb(0, 0, 0);
	font-weight: bold;
  }
  
  .register a:link{
    text-decoration: none;
  }
 

  /* Media queries for the responsiveness of the page */
  @media screen and (max-width: 600px) {
    form{
      width: 25rem;
    }
  }
  
  @media screen and (max-width: 400px) {
    form{
      width: 20rem;
    }
  }
/*---services---*/

.services {
	padding-top: 40px;
	padding-bottom: 60px;
	
	/* background-color: #e0f8c4; */
}

@media screen and (max-width: 768px) {
.services {
	padding-top: 20px;
	padding-bottom: 30px;
}
}

@media screen and (max-width: 500px) {
.services {
	padding-top: 10px;
	padding-bottom: 10px;
}
}

.services h2 {
	display: block;
    color: #000000;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    font-family: 'Mukta',sans-serif;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}

.services h2 span {
	font-weight: 600;
}


.services .overview {
	margin-top: 30px;
}

.feature-box{
	margin: 0 0 20px 0;
    margin-top: 10px;
}
.services .overview  .feature-box image{
	width: 100%;
	margin-top: 30px;
	margin: 0 0 20px 0;

	
}
.feature-box video{
	width: 100%;
	margin-top: 30px;
	
}



.services .overview .feature-body {
	font-family: 'Montserrat', sans-serif;
}


.services .overview .feature-body h4 {
	line-height: 30px;
    font-size: 19.5px;
    font-weight: 600;
    color: #474544;
    /* text-align: center; */
    font-family: sans-serif;
}

.services .overview .feature-body p {
	font-size: 19px;
	font-weight: 400;
	color: #666666;
	/* text-align: center; */
	font-family: 'Mukta', sans-serif;
}

.overview-box {
	box-shadow: inset 1px 0px 0 3px #ddd;
	border-radius: 10px;
}

@media screen and (max-width: 500px) {
.services .overview .col-sm-4 {
	padding-right: 0px;
	padding-left: 0px;
}
}

/* Font size change on browser resize */

@media screen and (max-width: 991px) {
.services h2 {
	font-size: 26px;
}
}

@media screen and (max-width: 768px) {
.services h2 {
	font-size: 22px;
}
}

@media screen and (max-width: 534px) {
.services h2 {
	font-size: 20px;
}
}

@media screen and (max-width: 991px) {
.services h3 {
	font-size: 16px;
}
}

@media screen and (max-width: 534px) {
.services h3 {
	font-size: 14px;
}
}

.projects {
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: "Open Sans", Arial, sans-serif;
}

@media screen and (max-width: 500px) {
.projects {
	padding-top: 20px;
	padding-bottom: 20px;
}
}

.projects h3 {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 0px;
}

.projects hr {
	width: 75px;
	height: 2px;
	background: #000;
}

.projects .news {
	margin-top: 50px;
	position: relative;
}

.projects .news:before {
	content: "";
	width: 2px;
	background: #000;
	height: 100%;
	position: absolute;
	left: 50%;
}

.projects .news .date {
    color: #fff;
    text-align: center;
    display: block;
    background: #000;
    padding: 2px;
    margin: auto;
    width: 100px;
	margin-bottom: 50px;
}


@media screen and (max-width: 991px) {
.projects .news .date {
	margin-bottom: 0px;
}
}


.projects .news .date h4 {
    font-size: 16px;
    font-weight: 600;
}

.projects .news .section {
	margin-top: 40px;
}

/* Section Left */

.projects .news .section-left:before {
    content: "";
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    margin-right: -10px;
    background: #000;
    border-radius: 50%;
    z-index: 100;
}

.projects .news .section-left:after {
    content: "";
    width: 80%;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 50%;
}

@media screen and (max-width: 991px) {
.projects .news .section-left:before {
	display: none;
}
}

@media screen and (max-width: 991px) {
.projects .news .section-left:after {
	display: none;
}
}


.projects .news .section-left .article {
    background: #000;
    padding-top: 26px;
    padding-bottom: 31px;
    position: relative;
    z-index: 100;
    margin-right: 50px;
}

@media screen and (max-width: 991px) {
.projects .news .section-left .article {
	margin-right: 0px;
	margin-top: 40px;
}
}


/* Section Right */

.projects .news .section-right:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    background: #000;
    border-radius: 50%;
    z-index: 100;
}

.projects .news .section-right:after {
    content: "";
    width: 80%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 50%;
}

@media screen and (max-width: 991px) {
.projects .news .section-right:before {
	display: none;
}
}

@media screen and (max-width: 991px) {
.projects .news .section-right:after {
	display: none;
}
}

.projects .news .section-right .article {
    background: #000;
    padding-top: 26px;
    padding-bottom: 31px;
    position: relative;
    z-index: 100;
    margin-left: 50px;
}

@media screen and (max-width: 991px) {
.projects .news .section-right .article {
	margin-left: 0px;
	margin-top: 40px;
}
}


.projects .news .article .wrap {
	padding: 5px 30px;
}

.projects .news .article .wrap .heading {
	color: #fff;
}

.projects .news .article .wrap .heading h5 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.projects .news .article .wrap .heading h5 span {
	margin-right: 20px;
	font-size: 20px;
}



@media screen and (max-width: 1199px) {
.projects .news .col-md-offset-1 {
	margin-left: 0%;
}
}


@media screen and (max-width: 990px) {
.projects .news .article {
	margin-right: 0px;
	margin-left: 0px;
}
}


.projects .news .button {
	text-align: center;
	margin-top: 40px;
	position: relative;
}

.projects .news .button a {
	color: #000;
	background: #fff;
	border: 2px solid #000;
	font-size: 15px;
	font-weight: 600;
	transition: background-color 0.5s ease;
}

.projects .news .button a:hover {
	background: #000;
	color: #fff;
}



/*---about----*/

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 45px;
    font-size: 40px;
	color:rgb(12, 41, 94);
	font-family: Georgia, 'Times New Roman', Times, serif;
}




@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
	
}


/*-----heading-------*/
  
#revhead h1{
	position: relative;
    margin-bottom: -34px;
    right: -688px;
	display: block;
    color: #000000;
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    font-family: 'Mukta',sans-serif;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}

/*---testimonials-----*/
.testimonial{
	padding: 15px 0;
}
.sec-heading{
	margin-bottom:60px;
}
.sec-heading h6{
	font-weight: 400;
    margin: 0;
	display: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
}
.single-box{
	padding: 40px 30px 40px;
    border-radius: 70px;
    border: 1px solid #333;
    background: #ffffff;
}
.img-area{
	height:100px;	
	width:100px;
}
.single-box img{
	width:70px;
	height: 100px;
	border-radius:50%;
	margin:0 auto;
}
.single-box h4{
	font-weight: 600;
    margin: 0;
    font-family: 'Mukta';
    font-size: 21px;
    color: orangered;
}
.single-box h6{
	font-weight:400;
	margin:0;
	font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size:15px;
}
.single-box{
	overflow:hidden;
}
.single-box .img-area{
	width:30%;
	float:left;
	padding-left:10px;
}
.single-box .content{
	width:70%;
	float:left;
	padding-left:10px;
}
.single-box p{
	margin: -3px 0 25px;
    line-height: 1.3;
    font-size: x-large;
    color: #343a40;
    font-family: 'Satisfy',cursive;
}
.clients-carousel .owl-dots{
	position:absolute;
	left:0;
	right:0;
	bottom:-60px;
	text-align:center;
	width: 100%;
}
.clients-carousel .owl-dot{
	width: 16px;
	height:16px;
	background-color: #f5f5f5;
	display:inline-block;
	margin:0 6px;
	border-radius:50% ;
}
.clients-carousel .owl-dot.active{
	background-color: blueviolet;
}
@media only screen and (min-width:360px) and (max-width:479px){
	.testimonial{
		padding:70px 0 130px;
	}
}
@media only screen and (min-width:320px) and (max-width:359px){
	.testimonial{
		padding:70px 0 130px;
	}
}
@media only screen and (min-width:320px) and (max-width:359px){
	.testimonial{
		padding:70px 0 130px;
	}
	.single-box{
		padding:50px 0 40px;
	}
	.single-box .img-area{
        width:100%;
        float:none;
	}
    .single-box .content{
        width:100%;
        float:none;
	}
	.sec-heading h6{
		font-size:40px;
	}
} 
/*------faq-------*/

.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display:flex;
  font-weight: 600;
font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left:2.8%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}
.faq-title img{
	
	height:100%;
	width: 100%;
	
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
 
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.more-information {
	background: #ffffff;
	padding-top: 20px;
	
}

.more-information .sides {
	background: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: "Open Sans", Arial, sans-serif;
    margin-top: 20px;
    border: 3px solid orangered;
}

.more-information .sides h4 {
	text-align: center;
	color: #343a40;
	font-size: 28px;
	letter-spacing: 1px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.more-information .sides ul {
	color: #343a40;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: cursive;
}
.more-information .sides hr {
	width: 75px;
}


@media screen and (max-width: 500px) {
.more-information .col-md-6 {
	padding-right: 0px;
	padding-left: 0px;
}
}



::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}



/*-- demo form--*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html {
  font-family: "Montserrat", Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #f2f3eb;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  color: #5a5a5a;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

#container {
  border: solid 3px #474544;
  width: 500px;
  margin: 60px auto;
  height: 650px;
  position: relative;
}

form {
  padding: 10px;
  margin: 50px 0;
}

h1 {
  color: #474544;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
}

.underline {
  border-bottom: solid 2px #474544;
  margin: -0.512em auto;
  width: 80px;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #474544;
  height: 40px;
  margin: 0 auto;
  width: 50px;
}

.email {
  float: right;
  width: 45%;
}

input[type="text"],
[type="email"],
select,
textarea {
  background: none;
  border: none;
  border-bottom: solid 2px #474544;
  color: #474544;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0em 0 1.875em 0;
  padding: 0 0 0.875em 0;
  text-transform: uppercase;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="text"]:focus,
[type="email"]:focus,
textarea:focus {
  outline: none;
  padding: 0 0 0.875em 0;
}

.message {
  float: none;
}

.name {
  float: left;
  width: 45%;
}

select {
  background: url("https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png")
    no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.subject {
  width: 100%;
}

.telephone {
  width: 100%;
}

textarea {
  line-height: 150%;
  height: 100px;
  resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #474544;
}

:-moz-placeholder {
  color: #474544;
  opacity: 1;
}

::-moz-placeholder {
  color: #474544;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #474544;
}

#form_button {
  background: none;
  border: solid 2px #474544;
  color: #474544;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#form_button:hover {
  background: #474544;
  color: #f2f3eb;
}

@media screen and (max-width: 768px) {
  #container {
    margin: 20px auto;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 26px;
  }

  .underline {
    width: 68px;
  }

  #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  h1 {
    font-size: 18px;
  }

  .icon {
    height: 35px;
    width: 35px;
  }

  .underline {
    width: 53px;
  }

  input[type="text"],
  [type="email"],
  select,
  textarea {
    font-size: 0.875em;
  }
}

/* End of Homepage */


/* ------- Services Page ------- */

@media screen and (max-width: 500px) {
.pricing-table .col-sm-4 {
	padding-left: 0px;
	padding-right: 0px;
}
}

.pricing-table {
	padding-top: 10px;
	padding-bottom: 20px;
}

.pricing-table .table .block {
	margin-top: 20px;
}

.pricing-table .table .block .cost {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #000;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.pricing-table .table .block .cost h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 20px;
}

.pricing-table .table .block .cost h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 72px;
}

.pricing-table .table .block .cost h1 .symbol {
	font-size: 36px;
	display: inline-block;
	vertical-align: top;
}

.pricing-table .table .block .cost h1 .monthly {
	font-size: 20px;
}

.pricing-table .table .block .cost p {
	color: #696969;
}

.pricing-table .table .block .info {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #F5F5F5;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.pricing-table .table .block .info .item-list {
	list-style: none;
	padding: 0px;
}

.pricing-table .table .block .info .item-list li {
	font-size: 17px;
	margin-top: 15px;
}

.pricing-table .table .block .info .item-list li button {
	margin-top: 15px;
	color: #fff;
	background: #000;
	border: none;
	padding: 8px 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	outline: none;
	transition: background-color 0.5s ease;
}

.pricing-table .table .block .info .item-list li button:hover {
	background: #e6e6e6;
	color: #000;
}

@media screen and (max-width: 500px) {
.featured-list .col-sm-6 {
	padding-left: 0px;
	padding-right: 0px;
}
}

.featured-list {
	padding-top: 20px;
	text-align: center;
}

.featured-list .section {
	margin-top: 20px;
}
.featured-list h1{
	font-size:x-large;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.featured-list p{
	font-size:medium;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	
	
}
.featured-list .section .icon-container {
	position: relative;
    margin: auto;
    width: 80px;
    height: 80px;
	
	transition: background-color 0.5s ease;
	border-radius: 5px;
    border: none;
    box-shadow: 0 0 15px 0 #ddd;
}

.featured-list .section .icon-container:hover {
	background: orangered;
}

.featured-list .section .icon-container i {
	font-size: 38px;
	font-weight: 600;
	line-height: 80px;
	transition: color 0.5s ease;
}

.featured-list .section .icon-container i:hover {
	color: #fff;
}

.featured-list .section h3 {
	font-size: 25px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

.featured-list .section hr {
	width: 50px;
	height: 1px;
	background: orangered;
	margin-top: 10px;
	margin-bottom: 10px;
}

.featured-list .section p {
	font-weight: 500;
	font-size: 15px;
	color: #777;
}
/*---video--*/

.box {
	--border-size: 3px;
	--border-angle: 0turn;
	width: 50px;
	height: auto;
	background: url(../images/Manage\ Diverse\ Aspects\ of\ Your\ School\ -\ School\ Chimes.mp4);
	background-image: conic-gradient(
		from var(--border-angle),
		#213,
		#112 50%,
		#213
	  ),
	  conic-gradient(from var(--border-angle), transparent 20%, #ff4700, #ff5717);
	background-size: calc(100% - (var(--border-size) * 2))
		calc(100% - (var(--border-size) * 2)),
	  cover;
	background-position: center center;
	background-repeat: no-repeat;
  
	animation: bg-spin 3s linear infinite;
	
  }
  @keyframes bg-spin {
	to {
	  --border-angle: 1turn;
	}
  }
  @property --border-angle {
	syntax: "<angle>";
	inherits: true;
	initial-value: 0turn;
  }
  


.video-column video{
	border: 1px solid orangered;

  }
  
  .image-bullets {
	list-style: none; /* remove default bullet points */
  }
  
  .image-bullets li {
	padding-left: 25px; /* add padding to make room for the image */
	position: relative; /* make the image position relative to the list item */
	margin-bottom: 10px; /* add some margin between list items */
  }
  
  .image-bullets li img {
	position: absolute; /* position the image absolutely */
	left: 0; /* align the image with the left edge of the list item */
	top: 50%; /* vertically center the image */
	transform: translateY(-50%); /* adjust the vertical position of the image */
	width: 20px; /* set the width of the image */
	height: 20px; /* set the height of the image */
	margin-right: 10px; /* add some space between the image and the text */
  }

  /*-- erp mods---*/

#erphead{
	display: block;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    font-family: 'Mukta',sans-serif;
    letter-spacing: 3.5px;
    text-transform: uppercase;
  }
  .threshold {
	position: sticky;
	width: 100%;
	height: 1px;
	background-color: rgb(255, 255, 255);
	z-index: 9999999999;
  }
  .threshold--top {
	top: 50%;
  }
  
  .locker__section p {
	font-family: 'Mukta', sans-serif;
    line-height: 1.8;
    color: #666;
    font-size: 23px;
    position: relative;
    left: 60px;
    font-weight: 300;
  }
  
 
  
  .locker__section h7 {
    margin-bottom: 0;
    left: 60px;
    padding-bottom: 22px;
    position: relative;
	font-size:x-large;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
    color:orangered;
	letter-spacing: 0.2em;
  }
  
 
  
  .image {
	opacity: 0;
	transition: all 0.5s ease;
  }
  .image.active {
	opacity: 1;
  }
  
  .locker {
	position: relative;
	display: grid;
	grid-template-columns: [full-start] minmax(4.2rem, 1fr) [center-start] repeat(12, [col-start] minmax(min-content, 8rem) [col-end]) [center-end] minmax(4.2rem, 1fr) [full-end];
  }
  .locker__image {
	position: relative;
	grid-column: col-start 2/col-end 6;
	
  }
  .locker__image img {
	width: 489px;
    height: 434px;
    position: absolute;
    left: -145px;
    transition: all 0.5s ease;
  }
  .locker__container {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .locker__content {
	grid-column: col-start 7/center-end 7;
  }
  .locker__section {
	height: 92vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	
  }
  .locker__section:first-child {
	border: none;
  }
  .locker__section p {
	width: 70%;
  }
  
  #message {
	position: fixed;
	top: 20px;
	left: 20px;
	background-color: white;
	height: auto;
	padding: 10px 20px;
	z-index: 900;
  }
  
  
  
  

/* End of Servies */


/* ------- Company Page ------- */

@media screen and (max-width: 500px) {
.about-info .col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
}
}

@media screen and (max-width: 991px) {
.about-info .text {
	margin-top: 30px;
}
}

.about-info .text h3 {
	margin-top: 0px;
	font-size: 22px;
	letter-spacing: 1px;
}

.about-info .text p {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
}


@media screen and (max-width: 500px) {
.team .col-xs-6 {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
}

.team .row {
	padding-top: 20px;
	padding-bottom: 20px;
}

.team h6.description {
	font-weight: bold;
	letter-spacing: 2px;
	color: #999;
	border-bottom: 1px solid rgba(0, 0, 0,0.1);
	padding-bottom: 5px;
}

.team .profile {
	margin-top: 25px;
}

.team .profile h1 {
	font-weight: normal;
	font-size: 20px;
	margin:10px 0 0 0;
}

.team .profile h2 {
	font-size: 14px;
	font-weight: lighter;
	margin-top: 5px;
}

.team .profile .img-box {
	opacity: 1;
	display: block;
	position: relative;
}

.team .profile .img-box:after {
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

.team .profile .img-box img {
	width: 100%;
}

.team .img-box ul {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}

.team .profile .img-box:after, .img-box ul, .img-box ul li {
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.team .img-box ul i {
	font-size: 20px;
	letter-spacing: 10px;
}

.team .img-box ul li {
	width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #f5f5f5;
    margin: 2px;
    padding: 5px;
	display: inline-block;
}

.team .img-box a {
	color:#fff;
}

.team .img-box:hover:after {
	opacity: 1;
}

.team .img-box:hover ul {
	opacity: 1;
}

.team .img-box img {
	-webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
}

.team .img-box ul a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.team .img-box a:hover li {
	border-color: #fff;
	color: #000;
}

/* End of Company */


/* ------- Clients Page ------- */

@media screen and (max-width: 500px) {
.client-overview .col-sm-6 {
	padding-left: 0px;
	padding-right: 0px;
}
}

.client-overview .image {
	margin-top: 20px;
}

.client-overview .text {
	margin-top: 20px;
}

.client-overview .text h3 {
	font-size: 24px;
	letter-spacing: 1px;
}

.client-overview .text p {
	font-size: 15px;
	line-height: 1.3;
}


@media screen and (max-width: 500px) {
.quotes .col-md-4 {
	padding-left: 0px;
	padding-right: 0px;
}
}

.quotes {
	padding-top: 20px;
	padding-bottom: 30px;
}

.quotes .quote-box {  
	border-left: none;
	overflow: hidden;
    border-radius: 10px;
    background-color: #0C090A;
    margin-top: 25px;
    color: #fff;
    width: 100%;
    box-shadow: 2px 2px 2px 2px #000;   
}

.quotes .quotation-mark { 
    font-weight: bold;
    font-size: 100px;
    color: white;
    font-family: "Times New Roman", Georgia, Serif;   
}

.quotes .quote-text {    
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    margin-top: -65px;
}

.quotes .blog-post-bottom {    
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}


/* End of Clients */


/* ------- Contact Page ------- */


.contact {
	padding-top: 20px;
	padding-bottom: 40px;
}

.contact h3 {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}

.contact hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact .contact-form input {
	width: 100%;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #000;	
	margin-top: 20px;
	color: #000;
	outline: none;
	padding: 20px;
}

.contact .contact-form input:focus {
	border-bottom: 2px solid #000;
}

.contact .contact-form ::-webkit-input-placeholder {
   color: #000;
   font-weight: 600;
}

.contact .contact-form textarea {
	margin-top: 20px;
	width: 100%;
	border: 1px solid #000;
	border-radius: 4px;
	padding: 15px;
	resize: none;
	outline: none;
}

.contact .contact-form textarea:focus {
	border-bottom: 2px solid #000;
}

.contact .contact-form button {
	margin-top: 15px;
	padding: 8px 15px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	font-weight: 600;
	outline: none;
	border-radius: 4px;
}

.contact .contact-info p {
	font-size: 13px;
	line-height: 1.5;
}

@media screen and (max-width: 500px) {
.contact .col-md-8, .contact .col-md-4 {
	padding-left: 0px;
	padding-right: 0px;
}
}


/* End of Contact */


/* ------- Footer Section ------- */


.footer {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #1a1a1a;
	font-family: 'Montserrat', sans-serif;
}

.footer h3 {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
}

.footer hr {
    border-bottom: 2px solid #fff;
    width: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.footer p {
	color: #888;
}

.footer ul {
	list-style: none;
	padding-left: 0px;
}

.footer .contact-list i {
	margin-right: 10px;
}

.copyright-part {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #000;
}

.copyright-part p {
	text-align: center;
	color: #999;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}

.copyright-part p span {
	color: #ccc;
}


.submitButton{
	font-size: 20px;
    color: #FFF;
    /* height: 58px; */
    font-weight: bold;
    padding: 0;
    height: 49px;
    border-radius: 10px;
    margin: auto;
    width: 95%;
    background-color: #f64148;
}