

.hide-on-desktop {
    display:none;
}

@media only screen and (max-width: 600px) {
    .topbarmobilehide{
        display:none;
    }
    .m-text-white{
        color: white;
    }
    .m-header-bg{
        background-color: #8E9E93 !important;
    }
    
    .hide-on-desktop {
        display: inherit;
    }
    
}

.myowl .owl-dot{
    color: white !important;
}
.marque-font-size{
	font-size: 16px;
}
.heading-coursesss{
	color: #222222;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin-bottom: -1px;
}


.icon-custom-circle{
	padding: 2px 11px 2px 11px;
	background-color: #003a68;
	color: #fff;
    border-radius: 50%;
}
.perfect-college{
	margin: 0px;
    line-height: 2;
    border-bottom: 1px dotted black;
}
.perfect-college a{
	font-size: 14px;
	color: #111111;
}
.perfect-college a:hover{
	color: #f5821f;
}

.bg-f2f2f2{
	background-color: #f2f2f2;
}
.my-para{
	font-size: 16px;
}
.r-line{
	border-bottom: 2px solid #003a68;
}
.my-text{
	font-size: 14px;
}
.contact-margin{
	margin-bottom: 02%;
}
.infosize{
	font-size: 18px;
	font-weight: 600;
}
.color-gray {
	color: gray;
}
.service-text{
	font-size: 12px !important;
	font-weight: 100 !important;
}

.icon-borders{
	/* color: #343498 !important; */
	border: 1px solid lightgrey;
	/* padding: 03% 03% 03% 03%; */
}
.readmore{
	font-size: 16px;
	font-weight: 600;
}
.readmorehover:hover{
	color: #f5821f !important;
}
.bg-blue {
	background-color: #003a68 !important;
	color: #fff;
}
.bg-footer{
	background-color: #003a68;
}
.bg-darkblue{
	background-color: #0c4c8a;
	color:#fff;
}
.bg-green{
	background-color: #88b14b;
	color:#fff;
}
.bg-red{
	background-color: #ef562d !important;
	color:#fff;
}
.bg-yellow{
	background-color: #f0c42d;
}

.color-blue{
	color: #343b57 !important;
}

.fonnter-margin{
	/* margin-bottom: 05%; */
	line-height: 29px;
}
.footer-link{
	color: white;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 10px !important;
-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.footer-link:hover{
   	transform: scale(1.1);
    margin-left: 10px;
	color: white !important;
}
.footer-heading{
	color: white;
	font-weight: 600;
	font-size: 20px;
	margin: 0;
}
.contact-info{
	margin-top: 2%;
	margin-bottom: 1%;
}
.card {
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	border: 0px;
}

.border-box{
	border-top: 1px solid lightgray;
	border-right: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	padding: 3%;
}

.service-border{
	border: 1px solid lightgray;
	border-radius: 05px;
	padding: 4% 2% 2% 2%;	
}

.zoommyimg img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .5s ease-in-out;
}
.zoommyimg:hover img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}


.border-line{
    border: 1px solid #777777;
    margin-bottom: 10px;
}

.border-light{
    border: 1px solid darkgray;
}


/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
	background-color: #555;
	color: white;
	padding: 16px 20px;
	border: none;
	cursor: pointer;
	opacity: 0.8;
	position: fixed;
	bottom: 23px;
	right: 28px;
	width: 280px;
  }
  
  /* The popup form - hidden by default */
  .form-popup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 15px;
	border: 3px solid #f1f1f1;
	z-index: 9;
  }
  
  /* Add styles to the form container */
  .form-container {
	max-width: 300px;
	padding: 10px;
	background-color: white;
  }
  
  /* Full-width input fields */
  .form-container input[type=text], .form-container input[type=password] {
	width: 100%;
	padding: 15px;
	margin: 5px 0 22px 0;
	border: none;
	background: #f1f1f1;
  }
  
  /* When the inputs get focus, do something */
  .form-container input[type=text]:focus, .form-container input[type=password]:focus {
	background-color: #ddd;
	outline: none;
  }
  
  /* Set a style for the submit/login button */
  .form-container .btn {
	background-color: #4CAF50;
	color: white;
	padding: 16px 20px;
	border: none;
	cursor: pointer;
	width: 100%;
	margin-bottom:10px;
	opacity: 0.8;
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
	background-color: red;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
	opacity: 1;
  }