
/*------------------------------------------------------------------
* Project:        StarCross
* Author:         CN-InfoTech
* URL:            hthttps://themeforest.net/user/cn-infotech
* Created:        08/30/2018
-------------------------------------------------------------------

- // TABLE OF CONTENTS // -

========================================================================
 

 # Landing Page
 ===============================================
 1) Default CSS

*/
/* ========================================= */
/*          Default CSS        */
/* ========================================= */

@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Roboto');

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box; 
}

ol, ul {list-style: none; }

:focus {outline: 0; }

.clear {clear: both; line-height: 0; font-size: 0; }

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0; 
}
.clearfix:after .test {color: red; }

.clearfix {display: inline-block; }

* html .clearfix {height: 1%; }

.clearfix {display: block; }

header,
nav,
section,
article,
aside,
footer {
  display: block; }

* {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden; 
}

/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1e2c24;
    z-index: 3000; /* makes sure it stays on top */
}

#status {
    position: fixed;
    content: '';
    display: block;
    top: 45%;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: url(../images/loader.gif);
/*    background-color: #fff;*/
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9999999999;
}
@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0); }
    100% {
        -webkit-transform: scale(1);
        opacity: 0; } }

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0); }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0; } }
/* End Preloader */

h1,h2,h3,h4,h5,h6{
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
  font-family: 'Poppins', sans-serif;
  margin-top:0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 28px; 
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

hr {border: 0.5px solid #444444; }

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  color: #181d31; 
  font-family: 'Roboto', sans-serif;
}

ul {margin: 0; padding: 0; }

ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 24px;
  color: #181d31;
  padding-left: 40px;
  position: relative;
}


ol {margin: 0; counter-reset: i; position: relative; }

ol li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 24px;
  color: #370360;
  padding-left: 40px;
  position: relative; 
}

a {color: #370360;}

a:hover {
  text-decoration: none;
  color: #f43737;
  transition: all 0.4s ease; 
}

input[type=text],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
input[type=tel],
textarea,
select {
  font-size: 14px;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #eceaea;
  border-radius:5px;
  padding: 10px 25px;
  width: 100%;
  color: #444444;
  margin-bottom: 15px; 
  font-family: 'Roboto', sans-serif;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #f43737;
  transition: all 0.5s ease; 
}

select {padding: 12px 25px; }

textarea {border-radius: 8px; resize: vertical; }

img {max-width: 100%; }

blockquote {
  font-size: 14px;
  font-weight: 300;
  background-color: #FAF8F8;
  margin-bottom: 15px;
  border-left: 4px solid #f43737;
  padding: 30px 70px 30px 70px;
  line-height: 24px;
  color: #444444;
  margin-bottom: 20px;
  font-style: italic;
  position: relative; 
}

blockquote:before {
  content: '\f10d';
  font-family: fontawesome;
  font-size: 45px;
  position: absolute;
  top: 26px;
  left: 20px;
  color: #666;
  opacity: 0.1; 
}

blockquote span {position: relative; padding-left: 20px; }

blockquote span:before {
  content: '';
  width: 12px;
  height: 1px;
  background: #f43737;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.float-left{float: left;}

.float-right{float: right;}

/*margin none*/

.mar-0{margin:0 }

/*margin top*/

.mar-top-0{margin-top:0px}

.mar-top-10{margin-top:10px}

.mar-top-15{margin-top:15px}

.mar-top-20{margin-top:20px}

.mar-top-25{margin-top:25px}

.mar-top-30{margin-top:30px}

.mar-top-40{margin-top:40px}

.mar-top-50{margin-top:50px}

.mar-top-60{margin-top:60px}

.mar-top-70{margin-top:70px}

/*margin bottom*/

.mar-bottom-0{margin-bottom:0px}

.mar-bottom-10{margin-bottom:10px}

.mar-bottom-15{margin-bottom:15px}

.mar-bottom-20{margin-bottom:20px}

.mar-bottom-25{margin-bottom:25px}

.mar-bottom-30{margin-bottom:30px}

.mar-bottom-40{margin-bottom:40px}

.mar-bottom-50{margin-bottom:50px}

.mar-bottom-60{margin-bottom:60px}


/*padding*/

.pad-0{padding: 0!important;}

.pad-top-0{padding-top:0px}

.pad-top-10{padding-top:10px}

.pad-top-15{padding-top:15px}

.pad-top-20{padding-top:20px}

.pad-top-25{padding-top:25px}

.pad-top-30{padding-top:30px}

.pad-top-40{padding-top:40px}

.pad-top-50{padding-top:50px}

.pad-top-60{padding-top:60px}

.pad-top-70{padding-top:70px}


.pad-bottom-10{padding-bottom:10px}

.pad-bottom-15{padding-bottom:15px}

.pad-bottom-20{padding-bottom:20px}

.pad-bottom-25{padding-bottom:25px}

.pad-bottom-30{padding-bottom:30px}

.pad-bottom-40{padding-bottom:40px}

.pad-bottom-50{padding-bottom:50px}

.pad-bottom-60{padding-bottom:60px}

.pad-bottom-70{padding-bottom:70px}

/*color*/
.white{color: #fff!important;}

.line-height{line-height: 1.5;}

.text-uppercase{text-transform: uppercase;}

section{padding:75px 0 80px; position: relative; overflow: hidden;}

/*heading title*/

.section_heading{margin:0 0 4rem; }

.section_title{margin-bottom: 13px;}

p.heading_txt{margin-bottom: 0;}

.mt_heading{padding: 0 15%;}

.mt_heading.headmain{padding: 0 25% 0 0;}

.mt_heading.edu_head {padding: 0 30% 0 0;}

.mt_heading h2{text-transform: uppercase;}

@media (max-width: 991px){
  .mt_heading.edu_head {text-align: left;}

  .mt_heading.headmain{padding: 0;}

  .section_heading{text-align: center;}

  .mt_heading{padding: 0;}
}


@media (max-width: 767px) {
  .section_heading{text-align: center;}

  .section_heading .button.pull-right{display: none;}

  .mt_heading {padding: 0px; } 

  .heading_txt {width: 100%; } 

  .section_title, .mission-content h2{font-size: 28px;}

  blockquote {padding-right: 20px; }
}

@media (max-width: 480px) {
  .mt_heading.edu_head{padding: 0;}
}

.mt_btn_yellow,
input[type="submit"]{
  padding: 8px 20px;
  background: #f43737;
  font-size: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #f43737;
   transition: all 0.5s ease;
}

.mt_btn_yellow:hover,
.mt_btn_yellow:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #fff !important;
  background-color: #f43737;
  border-color: #f43737;
  transition: all 0.5s ease;
  text-shadow: initial;
  text-decoration: none; 
}

.mt_btn_white-edu {
    padding: 18px 20px;
    font-size: 15px;
    border-radius: 5px;
    display: inline-block;
    color: #ffffff;
    background: #f43737;
    text-decoration: none;
    border: 2px solid #f43737;
    transition: all 0.5s ease;
}
.mt_btn_white-edu:hover,
.mt_btn_white-edu:focus {
  color: #ffffff !important;
  background: #ffbb2e;
  border-color: #ffbb2e;
  transition: all 0.5s ease;
  text-shadow: initial;
  text-decoration: none; 
}
.mt_btn_green, .mt_btn_black, .mt_btn_white, .mt_btn_navy, .mt_btn_white-bor, .mt_btn_medical, .mt_btn_medical-bor{
  padding: 10px 25px;
  background: #5bad2e;
  font-size: 15px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.5s ease;
}

.mt_btn_black{background:#666;}

.mt_btn_white{background: #fff; color: #7b2260;}

.mt_btn_white:hover{opacity: 0.8;}

.mt_btn_white-bor{border: 1px solid #fff; background: transparent; color: #fff;}

.mt_btn_white-bor:hover{background: #fff; color:#7b2260;}

.mt_btn_navy{background: #7b2260;}

.mt_btn_medical{background: #14a09d;}

.mt_btn_medical:hover{opacity: 0.8; color: #fff!important;}

.mt_btn_medical-bor{border: 1px solid #fff; background: transparent; color: #fff;}

.mt_btn_medical-bor:hover{background: #fff; color:#14a09d;}

.mt_btn_green:hover, .mt_btn_black:hover, .mt_btn_navy:hover{opacity: 0.8; color: #fff!important;}


@media (max-width: 640px) {
  .mt_btn_yellow,
  .mt_btn_yellow,
  input[type="submit"] {font-size: 14px; padding: 10px 19px; } 
}




