@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Poppins:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800|Poppins:300,400,500,600,700,800");

body {
  color: #767676;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  background:#fff;
  overflow-x:hidden;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,li{
  margin: 0;
  padding: 0;
	list-style:none;
}

b, strong {
	font-weight: 600;
}

.marginauto{margin: 0px auto;}
.nopadding{padding: 0%;}
.indexmt5per{margin-top: 5%;}

.bgalice{
  background: #6ea9dd;
}

.headertop {
  background: #0e70c7 none repeat scroll 0 0;
  padding: 10px 0;
}

.headertopleft  ul{list-style: outside none none;}

.headertopleft  ul li{
  display: inline-block;
  margin-right: 20px;
  color:#fff;
}

.headertopleft  ul li i{
  background: none;
  color: #fff;
  font-size: 14px;
  padding-top:2px;
}

.headermiddle {
	padding: 10px 0;
}

.sitelogo img{
  width:100%;
}

.headermiddlecontact i {
	color: #0e70c7;
	float: left;
	margin-right: 15px;
	font-size: 40px;
	margin-bottom: 10px;
}
.headermiddlecontact h6 {
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: #777;
	word-spacing: 2px;
}

.headerbottom {
  background: #0e70c7 none repeat scroll 0 0;
  width: 100%;
  z-index: 3;
  height: 70px;
  line-height: 70px;
}
.headerbottom li a {
	color: #fff !important;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.headerbottom li a:hover,headerbottom .menu-btn:hover {
  color: #fff!important;
}

.headerbottom ul6ea9dd
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.headerbottom .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

.headerbottom .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.headerbottom .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.headerbottom .menu-icon .navicon:before,
.headerbottom .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.headerbottom .menu-icon .navicon:before {
  top: 5px;
}

.headerbottom .menu-icon .navicon:after {
  top: -5px;
}

.headerbottom .menu-btn {
  display: none;
}

.headerbottom .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.headerbottom .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.headerbottom .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.headerbottom .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.headerbottom .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.headerbottom .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 991px) {
  .headerbottom li {
    float: left;
  }
  .headerbottom li a {
    padding: 20px 20px;
    font-weight: bold;
  }
  .headerbottom li:last-child a{
    padding-right: 0;
  }
  .headerbottom .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .headerbottom .menu-icon {
    display: none;
  }
}

.welcometext{
  background:#0e70c7;
  padding: 30px 0;
}

.welcomedesc h1{
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: "Dosis", sans-serif;
}

.sectionspace{
  width:100%;
  float: left;
}

.sectionimg{
  background: #fff;
  padding: 2%;
  text-align: center;
}

.sectionimg>h4{
  text-transform: capitalize;
  font-weight: 600;
  margin-top:2%;
}

.sectionimg>h4>a{
  color: #767676;
}

.indexabout {
    padding-top: 60px;
    padding-bottom: 30px;
}

.indexaboutdesc{padding:2%;margin-bottom:30px;}
.indexaboutdesc:hover{background:#eaf3ff; box-shadow:none;}
.indexaboutdesccolor1{background:#0e70c7;}
.indexaboutdesccolor2{background:#fd6Ca3;}
.indexaboutdesccolor3{background:#ff9439;}
.indexaboutdesccolor4{background:#5e459b;}
.indexaboutdesccolor5{background:#fbbc05;}
.indexaboutdesccolor6{background:#34a853;}
.indexaboutdesccolor7{background:#c8bc06;}
.indexaboutdesccolor8{background:#1a9587;}
.indexaboutdesccolor9{background:#900c3e;}

.indexaboutdesc i {
    font-size: 20px;
    padding: 5px 0;
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
    padding-right: 2%;
}
.indexaboutdesc:hover i{color:#0e70c7;}

.indexaboutdesc h4 {
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
  font-size: 18px;
  text-transform: capitalize;
  transition: all 0.2s ease 0s;
  height: 65px;
}
.indexaboutdesc:hover h4{color:#202020;}

.indexaboutdesc p {
  margin-bottom: 0;
	color:#fff;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-align: justify;
}
.indexaboutdesc:hover p{color:#767676;}

.indexaboutdesc img{max-width:100%;height: 220px;}

.indexaboutdesc>ul>li{
  text-align: left;
  color: #fff;
}

.indexaboutdesc:hover li,.indexaboutdesc:hover li>i{
  color: #767676;
}

.heading2{
  letter-spacing: 1px;
  padding-bottom:3%;
  text-align: center;
  font-family: "Dosis", sans-serif;
  color: #202020;
}

.sectionentitled .sectionimg{
    font-size: 14px;
    line-height: 22px;
    border-radius: 4px;
    border: 1.5px solid #818181;
}

.sectionentitled .sectionimg img{
  float: left;
  text-align: center;
  margin: 2%;
}

.indexglobal{
  background: #6ea9dd;
  padding:4% 2%;
  border-radius: 4px;
  margin-bottom: 30px;
}

.indexglobal h4{
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
  font-size: 18px;
  text-transform: capitalize;
  transition: all 0.2s ease 0s;
  color: #fff;
}

.indexglobal p{
  line-height: 22px;
  color: #fff;
  text-align: justify;
}

.headingpara{
  font-size: 14px;
  text-align: justify;
}

footer{
  background:#24324a;
}

.footerarea h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}
.footerarea p{
  color:#a9b4c7;
  text-align: justify;
}

.footerarea a {
	color: #a9b4c7;
	font-weight: 400;
	transition: 0.3s;
}
.footerarea a::before {
	content: "\f054";
	font-family: fontawesome;
	margin-right: 10px;
	font-size: 12px;
}
.footerarea a:hover{
  color:#0e70c7;padding-left:10px;
}

.footerarea img {
	width: 100%;
	margin-bottom: 30px;
}

.footerbottomdesc {
	color: #d5d5d5;
	border-top: 1px solid #32476a;
	padding-top: 30px;
	font-size: 15px;
	word-spacing: 2px;
	letter-spacing: 0.2px;
}

.footerdisclaimer{
  font-size: 14px;
}

.slide-text h5{
  color: #fff;
  text-align: center;
}

.breadcumbs{
  background: #eaf3ff;
  padding: 40px 0px;
  text-align: center;
}

.breadcumbs h4 {
    overflow: hidden;
    padding-top: 10px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
}

.breadcumbs>ul>li{
  display: inline-block;
  margin: 0 8px;
}

.breadcumbs>ul>li>a{
  color: #202020;
}

.sectiondescription h3{
  font-family: "Dosis", sans-serif;
  color: #0e70c7;
  font-weight: 600;
  margin:20px 0;
}

.sectiondescription ul{
  padding-left: 5%;
  margin-bottom: 2%;
}

.sectiondescription ul>li{
  list-style:square;
  color: #767676;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
}

.sectiondescription ul>li>a{
  color: #767676;
}

.sitebtn{
  background: #0e70c7;
  border-radius: 4px;
  border-style: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: "Dosis", sans-serif;
  margin-bottom: 2%;
}

.sitebtn:hover {
    background: #ffc13c;
    color: #333;
}

.sectiondescription .table>thead>tr{
    background: #0e70c7;
    color: #fff;
}

.sectiondescription .table>thead td,.sectiondescription .table td,.sectiondescription .table th{
  text-align:center;
  border-right:1px solid #000;
  border-top: none;
}

.coursesection .indexaboutdesc{
  padding: 5%;
}

.coursesection .indexaboutdesc a{
  color:#fff;
}

.coursesection .indexaboutdesc a.sitebtn{
  width: 100%;
  background: #fff;
  color: #202020;
}

.coursesection .indexaboutdesc:hover a.sitebtn{
  background: #0e70c7;
  color:#fff;
}

.coursesection .indexaboutdesc:hover h3>a{
  color: #202020;
}

.sectiondescription input,.sectiondescription select,.sectiondescription textarea{
  border: 1px solid #000;
  border-radius: 8px;
  box-shadow: none;
  color: #333;
  height: 40px;
  padding:6px 10px;
  width:100%;
}

.sectiondescription input:focus,.sectiondescription select:focus,.sectiondescription textarea:focus{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #0e70c7;
  box-shadow: none;
  outline: 0 none;
  color:#333;
}

.sectiondescription label{
  width:100%;
  padding-top: 4%;
}

.sectiondescription textarea{
  height: 220px;
}

.sectiondescription input[type=checkbox]{
  width: 15px;
  height: 15px;
  padding-top: 1%;
}

.awardform{display: flex;}

.awardform .sitebtn{
  background: #0e70c7;
  color: #fff;
  height: 45px;
  margin: 0px auto !important;
}

.awardform .sitebtn:hover{
  background: #ffc13c;
  color: #333;
}

.awardgrand b{
  float: right;
  padding-right: 2%;
}

.sectiondescription.contactus input,.sectiondescription.contactus textarea{
  margin: 1% 0;
}

.sitecontact {
	padding:40px;
  border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
  height: 250px;
}

.sitecontactfirst{
  border-left: 1px solid #eee;
}

.contactbtn .sitebtn{
  width:auto;
  margin-bottom: 80px !important;
}

.selectcountry select{
  height: 50px;
  font-size: 20px;
}

.sitecontact i{
  color: #0e70c7;
  font-size: 30px;
  margin-bottom: 24px;
}

.awardform.contactbtn{
  margin-bottom: 35px;
}

.awardform.contactbtn>a{
  background: #0e70c7;
  color: #fff;
  height: 45px;
  margin: 0px auto !important;
  line-height: 45px;
  padding: 0 2%;
  font-size: 18px;
  border-radius: 4px;
}

.sectiondescription p{
  text-align: justify;
}

.awardstable .table th,.awardstable .table td{
  text-align: left;
}

.headertopleft a::before{
  display: none;
}

.bgalice h2.heading2{
  color: #fff;
}

.brandslider h4{
  color:#fff;
  text-align: center;
  padding: 4% 0;
  font-size: 16px;
}

.sectiondescription .table{
  border:1px solid #000;
}

.sectiondescription .table tbody>tr{
  border-bottom: 1px solid #000;
}

.sectiondescription p>a{
  color: #000;
}

.sectiondescription.contactus{
  padding: 40px 0;
}

.indexglobalimg>img{
  border-radius: 10px;
}

.width17per{
  width: 17%;
}

.unimage1{
  max-width:130px;
}

.unimage2{
  width:173px;
  margin-left: 5%;
}

.unitedlogo p{
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #0e70c7;
}

.unitedlogo .col-md-7 img{
  width: 135px;
  display: flex;
  margin: 0px auto;
}

.sitelogo img {
    width: 100%;
    margin-top: 25px !important;
}
.headermiddlecontact {
    margin-top: 0px;
    margin-top: 25px !important;
}

.logo-img-1 {
    max-width: 85%;
    height: auto;
    margin: 0 auto;
    vertical-align: middle !important;
    margin-top: 12px;
}

.padd-0{
    padding:0px;
}

.sitelogo img {
    width: 100%;
    margin-top: 4px !important;
}
.headermiddlecontact {
    margin-top: 0px;
    margin-top: 12px !important;
}
.logo-img-1 {
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    vertical-align: middle !important;
    margin-top: 5px;
}

.headermiddle {
    padding: 0px;
}

.headerbottom {
    height: 46px;
}

/*.headerbottom .menu {
    height: 46px;
}*/

.headerbottom li{
    height: 46px;
    margin-top: -12px;
}
.headerbottom li a {
    padding: 5px 20px;
}
footer.sectionspace{
padding-bottom: 15px;
}
.footer-contact-new li{
  margin-bottom: 10px;
}
.footer-contact-new li a{
  color: #a9b4c7;
}

.headerbottom .menu{
  display: flex;
        justify-content: space-between;
        float: none !important;
}
.headerbottom li a{
  padding: 0px;
}