﻿@charset "utf-8";
/* CSS Document */

.logo
{
	margin-top:0;
}
.logo img
{
	width:100%;
	max-width:100px;
	/*max-width:133px;*/
}
.title-area new
{
	padding:0;
}
.our-skill-content p
{
	margin-bottom:15px !important;
}
.title1{
	color:#FF9400;
}
.contact-area-right h4 {
    color: #333;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px;
    position: relative;
}

.panel-body ol{
	padding-left:30px;
}
.panel-body li
{
	list-style:inherit;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file2Upload 
{
    width:200px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control, .btn
{
	border-radius:0;
}
/* Remove margin, it is just for stackoverflow viewing */
.input-file .input-group-addon { border: 0px; padding: 0px; }
.input-file .input-group-addon .btn:hover { cursor:pointer; }
.input-file .input-group-addon input { cursor: pointer; position:absolute; width: 72px; z-index:2;top:0;right:0;filter: alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0; background-color:transparent; color:transparent; }

.affix{top:39px;}

.smaller{position:fixed;
top:0px;}

.office
{
	padding:18px 0;
}
.office img
{
	width:100%;
	max-width:230px;
}

.service-title a:hover
{
	text-decoration:none;
	cursor:pointer;
}



.nav-tabs {
	border-bottom-color: transparent;
}

.tabs-left>li {
  float: none;
  
}
.tabs-left>li {
  margin-right: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #FF7800;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}

ul.it
{
	list-style:none;
}
ul.it>li
{
	list-style:none;
}
 .it>li:before {    
    font-family: 'FontAwesome';
    content: '\f192';
    margin:0 5px 0 -15px;
	color:#0568AC;
 }
 .privacy p
 {
	 text-align:justify;
	 font-size:15px;
	 padding-top:5px;
 }
            
.tab {
  position: relative;
  width: 100%;
  margin: 0 auto 20px auto;
  display: inline-block;
  text-align:center;
}

.tab-nav {
  overflow: hidden;
  background: #f5f5f5;
  text-align: center;
  display:inline-block;
}

.tab-nav a {
  display: inline-block;
  float: left;
      margin: 0 5px;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  color: #999;
  border:1px solid #ccc;
   text-transform:uppercase;

}

.tab-nav a.current {
  background: #0568AC;
  color: #fff;
  text-transform:uppercase;
}

.tab-con {
  position: relative;
  width: 100%;
  height:auto;
}

.tab-con-item {
  display: none;
  width: 100%;
  height: 180px;
  text-align: center;
  color: #fff;
}

            .controller{
                width: 400px;
                margin: 0 auto 10px auto;
            }
			
			
			<!--product slider-->
			.carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.roll {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  left: 0px;
}

.slides {
  width: 300px;
  height: 350px;
  background-color: #FFF;
  -webkit-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5);
  box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5);
  text-align: center;
  margin: 0 10px 15px 0;
  display: inline-block;
  font-size: 18px;
}

.slides img {
  margin-top: 10px;
  width: 280px;
  height: 200px;
}

.slides p {
  margin: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 200;
  text-align: left;
  white-space: normal;
}

.sections {
  text-align: center;
  color: #b4fdc0;
  font-size: 12px;
}

.sections i {
  margin: 0 2px;
  cursor: pointer;
}

.navigation {
  position: absolute;
  border: none;
  padding: 0;
  background-color: rgba(35,35,35,0.8);
  height: 34px;
  width: 34px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  top: 176px;
  z-index: 10;
}

.navigation:visited { text-decoration: none; }

.navigation-hover {
  height: 50px;
  width: 50px;
  top: 168px;
}



.navigation:active { text-decoration: none; }

.navigation:focus { outline: none; }

.navigation:first-of-type { left: 0px; }

.navigation:last-of-type { right: 10px; }
.site_map
{
    margin: 0px 0 30px 0;
}
.site_map ul
{
    margin:0;
}
.site_map ul li
{
    padding:6px;
    list-style-type:disc !important;
}
#aboutmos
{
display: inline;
    float: left;
    padding-top:160px;

    width: 100%;
}
#whatwedo
{
display: inline;
    float: left;
    padding: 100px 0;
    width: 100%;
}
#mospeople
{
display: inline;
    float: left;
    padding-bottom:100px;
    width: 100%;
}

#mospeople .title-area .line {
    background-color: #ff7800;
    display: inline-block;
    height: 2px;
    width: 60px;
}
 #mospeople .title-area .title {
    color: #0568AC;
}
 #mospeople p
 {
     line-height:25px !important;
         color: #333;
    line-height: 25px;
    margin-top: 20px;
    text-align: justify;
 }
 #aboutmos .title-area .line {
    background-color: #ff7800;
    display: inline-block;
    height: 2px;
    width: 60px;
}
 #aboutmos .title-area .title {
    color: #0568AC;
}

#tesimonialsmos
{
    display: inline;
    float: left;
    width: 100%;
}

.annousment-tab {
    position: fixed;
    left: 0px;
    /*top: 80px;*/
    z-index: 999;
}
.Ribbon {
  background-color: #ffc107;
  color: #000;
  display: inline-block;
  width: 180px;
  position: relative;
  text-decoration: none;
  padding: 0 9px 4.5px;
  text-align: center;
}
.Ribbon:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffc107 transparent transparent transparent;
  border-width: 40.5px 90px 0 90px;
  position: absolute;
  top: 100%;
  left: 0;
}
a.link-tab
{
    text-decoration:none;
    color: #000;
}
a.link-tab:hover
{
    text-decoration:none;
    color: #000;
}
.Ribbon-inner {
  display: block;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
  height: 100%;
 padding: 2px 10px;

}
.Ribbon-inner:before, .Ribbon-inner:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffc107 transparent transparent transparent;
  border-width: 36px 81px 0 81px;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 5;
}
.Ribbon-inner:before {
  border-color: #fff transparent transparent transparent;
  border-width: 36px 81px 0 81px;
  margin-top: 0;
}
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.video-tab {
    position: fixed;
    right: 0px;
    top: 320px;
    background: #ffc107;
    z-index: 999;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0px 2px 2px #000;
}


.blinking {
    animation: blinkingText 1s linear infinite;
    -webkit-animation: blinkingText 1s linear infinite;
    -moz-animation: blinkingText 1s linear infinite;
}
a.link-text
{
    text-decoration:none;
    color:#000;
}
ul.xqt-news {
    list-style: none;
    padding: 0;
    margin-bottom: 30px !important;
}
    ul.xqt-news li {
        list-style: none;
        padding: 15px 0;
        line-height: 26px;
        border-bottom: 1px dotted #b9b8b7;
        position: relative;
        margin-left: 40px;
        color: #000;
    }
        ul.xqt-news li a {
            color: #000;
        }
        ul.xqt-news li a {
            text-decoration:none;
        }

        ul.xqt-news li::before {
            content: "\f1ea";
            font-family: FontAwesome;
            display: inline-block;
            margin-left: -1.5em;
            width: 1.5em;
            font-size: 18px;
            color: #03a9f4;
        }
    a.view-link
    {
        color:#fff;
        font-size:13px;
        font-weight:600;
    }
        a.view-link:hover {
            color: #fff;
            text-decoration: underline;
        }
.news-footer {
    background: #838486;
    padding: 10px;
}
    .news-footer i
    {
        font-size:18px !important;
    }
    @keyframes blinkingText {
        0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}
.video-tab1 {
    position: absolute;
    right: 0px;
    top: 200px;
    z-index: 999;
    padding: 8px;
    border: 4px solid #FFC107;
    background: #060606;
}

/*Education Consulting CSS*/

.bnr-edu-heading{
    padding:0;
    margin:0;
}
    .bnr-edu-heading h2{
        font-size:42px;
        line-height:1.25;
    }
    .bnr-edu-heading h4 {
        font-size: 24px;
        line-height: 1.25;
        color: #fff !important;
        background: rgb(243 120 38 / 81%);
        padding: 10px;
    }
.t-txt-dark {
    color: #ff7800;
    font-weight: 500;
}
.t-txt-dark-b {
    color: #000;
    font-weight: 500;
}
ul.edu-consu {
    list-style: none;
    margin-left: 20px;
}
    ul.edu-consu > li {
        list-style: none;
        margin-bottom: 12px;
        text-transform: capitalize;
    }
.edu-consu > li:before {
    font-family: 'FontAwesome';
    content: '\f19d';
    margin: 0 10px 0 -25px;
    color: #fff;
    font-size: 14px;
}
.btn-oln-fm {
    color: #000;
    font-weight: 600;
}

.addmissionhelpline1 {
    position:fixed;
    top: 150px;
    z-index: 20;
    /*-webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    writing-mode: vertical-lr;*/
}
.textadmissionhelpline1 {
    padding: 8px 8px;
    background: #66e568;
    /*-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);*/
}
.botm-edu-heading {
    padding: 0;
}
    .botm-edu-heading h4 {
        font-size: 26px;
        line-height: 1.25;
        color: #fff !important;
        background: rgb(243 120 38);
        padding: 10px;
        display: inline-block;
      
    }
    
    @media screen and (max-width: 950px) {
        .carousel {
  position: relative;
  overflow: hidden;
  width: 620px;
}
}
@media screen and (max-width: 655px) {

.carousel {
  position: relative;
  overflow: hidden;
  width: 310px;
}
    .bnr-edu-heading h2 {
        font-size: 20px;
        
    }

    .bnr-edu-heading h4 {
        font-size: 15px;
       
    }
    .addmissionhelpline1 {
       
        top: 350px;

    }
}
