<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Open-Bold;
  src: url(../fonts/OpenSans-Bold.ttf); }
@font-face {
  font-family: Open-ExtraBold;
  src: url(../fonts/OpenSans-ExtraBold.ttf); }
@font-face {
  font-family: Open-Light;
  src: url(../fonts/OpenSans-Light.ttf); }
@font-face {
  font-family: Open-Reg;
  src: url(../fonts/OpenSans-Regular.ttf); }
@font-face {
  font-family: Open-SemiBold;
  src: url(../fonts/OpenSans-SemiBold.ttf); }
body a {
  font-family: Tahoma; }

body h2 {
  font-family: Open-Bold;
  font-size: 22px;
  color: #000000;
  text-align: center; }

.mt-20 {
    margin-top: 20px !important;
}
.icon-box.left {
    text-align: left;
}
.media:first-child {
    margin-top: 0;
}

.panel-default&gt;.panel-heading {
    color: #fff;
    background-color: #e51a31;
    border-color: #e51a31;
}
#pro{
    background: #ebebeb;
    color: #242323; position: relative;
}

.cont-icon ul {
     margin-left: 10%;
     margin-bottom: 6%;
 }

 .cont-icon ul li {
     display: inline-block;
     padding-left: 10px;
 }

 .cont-icon ul li a {
    text-align: center;
    float: left;
    color: #ffffff !important;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #ebebeb;
    transition: all 0.6s ease;
    display: inline-block;
    background: transparent;
    text-decoration: none;
}

 .cont-icon ul li a:hover {
     color: #ffffff;
     background: #cac9c8;
     transform: scale(1.2);
 }

 .content {
     margin: 15px 0;
     text-align: center;
 }

 .content h5 {
     font-size: 16px;
     color: #777777;
     font-family: 'Open Sans', sans-serif;
     font-weight: 400;
 }

.content {
    margin: 104px 0;
    text-align: center;
}
.content h5 {
    font-size: 16px;
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.tx ul li{line-height: 1.7;
    color: #666666;
    font-size: 16px;}

.tx {text-align: justify;
    line-height: 1.7;
    color: #666666;
    font-size: 16px;}
#pro ul li {
    font-size: 15px;
    line-height: 25px;
}
.border-theme-colored2 {
    border-color: #07BF51 !important;
}
.glyphicon-chevron-left:before {
    content: "\e079";
    color: #fff;
}
.glyphicon-chevron-right:before {
    content: "\e080";
    color: #fff;
}

.form-control {padding: 6px 10px;}
.pb-20 {
    padding-bottom: 20px !important;
}
.icon-box.left a {
    margin-right: 30px;
    padding: 0;
}

.icon-box i {
    display: inline-block;
    font-size: 40px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.text-theme-colored2 {
    color: #ffffff !important;
}


.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-body {
  padding: 8px 0px;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.icon-box {
    padding: 7px;
    border: solid 1px #4f4fa3;
	margin-top: 27px; color: #fff;
    background: #202c45;
    height: 120px;
    transition: all 0.5s;
}

.cc {
    background: #f0f0f0;
    padding: 51px 50px;
}
.cd {
    background: #f0f0f0;
    padding: 63px 50px;
}
.navbar {
  padding: 0px 10px;
  margin-bottom: 4px; }
  .navbar .navbar-header .navbar-brand img {
    padding: 15px;
    background: #fff; }
  .navbar .navbar-collapse .nav li {
    margin: 0 10px;
    padding-top: 5px; }
    .navbar .navbar-collapse .nav li a:hover {
      color: #168c94;
      background: transparent; }

.regFormSection {
 padding: 60px 0 60px 0;
 background: url("../images/banner2.jpg");
 background-repeat:no-repeat;
 background-size:cover;
 }
  .regFormSection ul {
    padding: 2px 45px 0;
    padding-bottom: 0px; }
    .regFormSection ul li {
      margin-bottom: 40px; }
      .regFormSection ul li h3 {
        color: #fff;
        font-size: 14px;
        font-family: Open-Bold;
        padding-left: 25px; }
  .regFormSection .regFormBlock {
    background: #fff;
    max-width: 420px;
    min-width: 420px;
    height: auto;
    float: right;
	padding-bottom:10px;
    margin-right: 15px;
    border-radius: 10px;
     }
    .regFormSection .regFormBlock button {
     
      background: #4A6656;
      border: 0px;
      color: #fff;
      font-family: Open-Reg;
	  font-weight:bold;
      font-size: 16px;
      margin-top: 10px; }
    .regFormSection .regFormBlock .form-group .form-control {
      border: 0px;
      border-bottom: 2px solid #c1c0c0;
      box-shadow: 0px 0px 0px;
      border-radius: 0px;
      padding: 0px; }
    .regFormSection .regFormBlock .form-group label {
      font-size: 15px;
      color: #000000;
      }
.regFormSection .regFormBlock h1 {
    background-color: #e51a31;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-family: Open-SemiBold;
    font-size: 20px;
    margin: 0 0 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}
form {
    padding: 0 4px 14px;
}
.cont {
    margin: 16px 0;
    text-align: center;
}
.aboutSection {
  }
  .aboutSection p {
    font-size: 14px;
    color: #000;
    opacity: 0.7;
    margin: auto;
    line-height: 27px;
    padding: 10px 0; }

.faqSection {
  background: url("../images/faq-bg.png");
  padding: 35px 0; }
  .faqSection h2 {
    color: #fff;
    padding-bottom: 30px; }
  .faqSection ul li {
    font-family: Open-SemiBold;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 15px; }
    .faqSection ul li .fa {
      font-size: 12px;
      padding-top: 2px;
      padding-right: 15px; }

.scoreSection {
  background: #E43614;
  padding: 15px 0; }
  .scoreSection .wid20 {
    width: 20%; }
  .scoreSection h3 {
    color: #fff;
    font-size: 30px;
    font-family: Open-Reg;
    margin-bottom: 3px; }
  .scoreSection p {
    color: #fff;
    font-size: 18px;
    font-family: Open-Reg; }

.programSection {
  }
  .programSection .table-responsive {
    padding: 25px;
    padding-bottom: 0px; }
    .programSection .table-responsive .table tr td {
      border: 1px solid #ddd; }
      .programSection .table-responsive .table tr td h5, .programSection .table-responsive .table tr td p {
        font-size: 14px;
        font-family: Open-Bold;
        color: #000;
        opacity: 0.7;
        margin-top: 0;
        margin-bottom: 8px; }
      .programSection .table-responsive .table tr td p {
        font-family: Open-SemiBold; }
      .programSection .table-responsive .table tr td:first-child {
        width: 70%; }

.placementSection {
  background-color: #f9f9f9;
  padding: 15px; }
  .placementSection ul {
    text-align: center;
    padding-top: 10px;
    margin: 0; }
    .placementSection ul li {
      margin-right: 15px;
      margin-bottom: 20px;
      padding: 0px;
      background: #fff; }
      .placementSection ul li a {
        font-family: Open-Bold;
        color: #E43614;
        font-size: 18px; }

.contactSection {
  padding-top: 15px;
  background: #e51a31 !important;
  }

  .contactSection p {
    font-size: 15px;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 3px; }
    .contactSection p span, .contactSection p a {
      color: #E43614; }

.content h1 {
    padding-bottom: 21px;
    font-size: 38px;
    line-height: 50px;
    padding-top: 25px;
    padding-left: 15px;
}

.content h1 span {
    font-size: 30px; text-transform: none;
}

.padt80 {
  padding-top: 80px !important; }
.fb {
    width: 45px;
    height: 49px;
    background: #e51a31;
    position: absolute;
    left: 0;
    z-index: 9999;
    transition: all 0.5s;
    color: #fff;
    top: 160px;
}
.fb:hover {
    background: #eee;
    color: #000;
    width: 50px;
}


@media (max-width: 767px) {
  .navbar .navbar-header .navbar-toggle {
    background: #E43614; }
    .navbar .navbar-header .navbar-toggle .icon-bar {
      background: #fff; }

  .regFormSection {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px; }
    .regFormSection ul {
      padding: 50px 10px !important; }
    .regFormSection .regFormBlock {
      min-width: 100%;
      float: none; }

  .scoreSection .wid20 {
    width: 100%; }
  .scoreSection h3 {
    text-align: center; }
  .scoreSection p {
    text-align: center; } 
.six-col{ width:100% !important;}	
	
	
	}

/*# sourceMappingURL=style.css.map */



.banner-left{color: rgb(255, 255, 255); font-size: 18px; margin-top: 6%;}
.programSection tr td{padding:12px;}
.programSection tr th {
    font-size: 14px;
padding: 12px;}
th {
     background: #AB3F85 none repeat scroll 0 0;
    color: #fff;
    padding: 12px;
}
.programSection h2{margin-bottom:3%;}
.middle-part h2{margin-bottom:3%;}

.six-col {
     border: 1px solid;
    color: #fff;
    font-size: 14px;
    height: 372px;
    line-height: 1.3;
    padding: 10px 30px 0;
}
.six-col-p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 12px;
    text-align: center;
}
.usps h2{margin-bottom:3%;}
.placementSection h2{margin-bottom:3%;}
.contactSection h2{margin-bottom:2%;}
.programmes-custom ul li{color:#fff;}
.programmes-custom th{color:#fff;}
.programmes-custom td p{color:#fff;}
.programmes-custom td {color:#fff;}
.banner-left-ul li {
    color: #03376b;
    font-size: 20px;
    margin-bottom: 10px !important;
	list-style-type:none;
}

/*-- new style by vandana---*/
.need-consultant-area::before {
    opacity: 0.7;
}

.bg-with-black::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.need-consultant-area {
    background: rgba(0, 0, 0, 0) url("http://pluginspoint.com/demo/consult-vita-preview/consult-vita/img/home2/consultant-bg.jpg") repeat fixed center center;
    padding: 93px 0 100px;
}
.need-consultant {
    text-align: center;
}
.bg-with-black {
    position: relative;
}
.need-consultant .title {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 44px;
    margin: 0 0 12px;
}
.need-consultant .contact {
    background: #3fb698 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 12px 23px;
}.need-consultant .text {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 30px;
}

.h2-steps-area {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 0 20px;
}
.section-title {
    margin: 0 0 54px;
    text-align: center;
}
.section-title h6 {
    color: #3fb698;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0 0 4px;
}
.section-title h2 {
    color: #e51a31 !important;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 44px;
    margin: 0 0 26px;
}.section-title p {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}
.h2-step-all-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.h2-step-box::after {
    background-image: url("http://pluginspoint.com/demo/consult-vita-preview/consult-vita/img/home2/arrow-1.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 24px;
    left: 69%;
    position: absolute;
    top: 21px;
    width: 176px;
}
.h2-step-box {
    flex: 1 1 25%;
    margin: 0 0 30px;
    padding: 0 15px;
    position: relative;
    text-align: center;
}
.pro ul li {
    line-height: 1.5;
    margin-top: 18px;
    font-size: 16px;
}


.h2-step-box {
    text-align: center;
}
.h2-step-box .icon {
    margin: 0 0 17px;
}
.h2-step-box .icon span {
    border: 1px dashed #7c95a1;
    border-radius: 100px;
    color: #3fb698;
    display: inline-block;
    font-size: 38px;
    height: 80px;
    line-height: 78px;
    transition: all 0.3s ease 0s;
    width: 80px;
}
.h2-step-box .content .title {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0 0 4px;
}
.h2-step-box .content .text {
    color: #333333;
    line-height: 24px;
}
.h2-step-box:last-child::after {
    display: none;
}
 .join-team-banner img {
    border-radius: 100%;
}.join-team-area {
    padding: 46px 0 30px;
}.section-title {
    margin: 0 0 0px;
    text-align: center;
}.section-title h6 {
  color: #3fb698;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0 0 4px;
}
.section-title h2 {
  color: #414d9c;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 44px;
  margin: 0 0 26px;
}
.section-title p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.jtc-box {
  overflow: hidden;
  margin: 0 0 19px;
}
.jtc-box .icon {
  float: left;
  width: 30px;
}
.jtc-box .icon span {
  background: #00324c none repeat scroll 0 0;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.jtc-box:hover .icon span {
  background: #3fb698 none repeat scroll 0 0;
}
.jtc-box .content {
  overflow: hidden;
  padding-left: 20px;
}
.jtc-box .content .title {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  margin: 0 0 4px;
}
.jtc-box .content .text {
  color: #333333;
  line-height: 24px;
}
.join-team-banner {}
.join-team-banner img {
  border-radius: 100%;
}

body{font-family: arial;}
.my_navbar{
  width:100%;
padding: 0 10px 10px;
margin: 0px;
z-index: 1;
opacity: 0.9;
background:#fff;
  }
  
.my_navbar  .navbar-nav &gt;  li &gt;  a
{
font-size: 16px;
padding: 15px 20px;
}
.my_navbar  .navbar-nav &gt;  li &gt; a.active
{
font-size: 16px;
}
a {
    color:#e51a31 !important;
    text-decoration: none;
}
.btn-primary {width: 100%;}

.nav.navbar-nav.navbar-right {
    margin-top: 20px;
}
.my_navbar .navbar-nav &gt; li &gt; a:hover {
    border-bottom: solid 1px #aeb2b8;
    background: #ffffff;
    border-top: solid 1px #aeb2b8;
}
.my_navbar .navbar-nav&gt;li&gt;.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	background-color:#2e3d41;
}
.dropdown-menu&gt;li&gt;a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

.navbar-header &gt; a
{
font-family:  'Sacramento', cursive;
margin: 0px;
text-decoration: none;
color:#2e3d41;
font-size: 35px;
font-weight:bolder;
padding: 14px 30px;
}
.my_navbar .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #2e3d41;
    background-image: none;
    border: 1px solid #2e3d41;
    border-radius: 4px;
}
.my_navbar .navbar-toggle .icon-bar {
color: #a8d36d;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}


.icon-box-square .text-center {
    box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2) !important;
    height: 209px;
    padding: 30px 13px 15px;
    position: relative;
    text-align: left;
}
.icon-box-square .text-center span {
    background: #4EB79A;
    border-radius: 3px;
    color: #fff;
    height: 47px;
    position: absolute;
    top: -25px;
    width: 47px;
}
.icon-box-square .text-center span i {
    color: #fff;
    font-size: 26px;
    padding-left: 12px;
    padding-top: 12px;
    text-align: center;
}
.service3{padding-bottom: 0px; height: 260px;}
.services-content h2{font-size:15px;margin-top:0;}
#usp{padding:30px 0}

/*-------------Requirements-------------*/

.services-content.require-inner &gt; h2 {
    font-size: 22px;
}
.services-content.require-inner &gt; p {
    font-size: 15px;
    margin-top: 22px;
}
 
 
 .img-fluid {
    height: auto;
    max-width: 100%;
}
.color-gray{color:#343434;font-size: 33px;
    line-height: 25px;}
	
.about-content ul li{line-height:1.5;margin-top: 18px;}
.bg-gray {
    padding: 50px 0;
}

.about-box {
    border-radius: 5px;
    box-shadow: 0 0 0 8px #555555 inset;
    display: block;
    margin-right: 0;
    margin-top: 0;
    position: relative;
}
.porfile-photo {
    position: relative;
    transform: translateY(24px) translateX(24px);
}
.profile-desc h3 {
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 25px;
    padding-left: 13px;
    position: relative;
}
.profile-desc h3::after {
    background: #247D8A none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
#why ul li {
    color: #fff;
    font-size: 18px;
    line-height: 45px;
}

/* tabnav */
.custom-nav-tabs {
	border:none;
	margin-right:53px;
	border-right: 8px solid #e1dede;
}
.custom-nav-tabs &gt; li {
	float:none;
	margin:0 0 1px;
}
.custom-nav-tabs &gt; li &gt; a {
	display:block;
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	line-height:59px;
	background:#2f4e71;
	border:none;
	padding:0;
	margin:0;
	-webkit-border-radius:0;
	border-radius:0;
	outline:none;
}
.custom-nav-tabs &gt; li.active &gt; a,
.custom-nav-tabs &gt; li.active &gt; a:hover,
.custom-nav-tabs &gt; li.active &gt; a:focus,
.custom-nav-tabs &gt; li &gt; a:hover,
.custom-nav-tabs &gt; li &gt; a:focus{
	color:#000;
	padding:0;
	border:none;
}

.section-title h2::after {
    background-color:#e51a31 !important;
    bottom: 5px;
    height: 1px;
    width: 160px;
}
.section-title h2::before {
    border-color: #e51a31 !important;
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    padding: 4px 0 5px;
    width: 70px;
}
.course-section {
    background: url(../images/course-bg.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 60px;
}
.section-title h2::after, .section-title h2::before{
	
	 content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.service-section {
    padding: 25px 0 54px;
}
.bg-grey {
    background: #f1f1f1 none repeat scroll 0 0;
}
.single-service {
    border: 1px solid;
    float: left;
    margin-bottom: 2%;
    margin-right: 1%;
    text-align: center;
    width: 49%;
}
.single-service-inner {
    padding: 11px 20px;
    transition: all 0.3s ease-in-out 0s;
}
.single-service i {
    color: #3A8A96;
    display: block;
    font-size: 36px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out 0s;
}
.single-service:hover .single-service-inner {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.single-service h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    text-shadow: 1px 1px green;
}

a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border-bottom: none;
    position: relative;
}
.tab .nav-tabs li{
    margin-right: 15px;
}
.tab .nav-tabs li a{
    padding: 20px 15px;
    font-size: 20px;
    font-weight: 600;
    color: #25283d;
    border-radius: 0;
    text-transform: uppercase;
    margin-right: 0;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover{
    background: #fff;
}
.tab .nav-tabs li a:before{
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0,0,0, 0.2);
    position: absolute;
    bottom: 5px;
    left: 0;
    transform: scale(0);
    transition: all 700ms ease 0s;
}
.tab .nav-tabs li a:after{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #247D8A;
    margin: 0 auto;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    transform: scale(0);
    transition: all 700ms ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{
    border: none;
    color: #3A8A96; 
}
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:after,
.tab .nav-tabs li.active a:after{
    transform: scale(1);
}
.tab .tab-content{
    padding: 60px 20px 20px;
    background: #fff;
    font-size: 14px;
    line-height: 26px;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}@media only screen and (max-width: 479px){
    .tab .nav-tabs li{ width: 100%; }
    .tab .nav-tabs li a{ text-align: center; }
}

#india_show{display:none;}
#abroad_show{display:none;}

.parents_ben{width:350px;}

@media only screen and (max-width: 479px){
	.regFormSection ul {
    display: none;
    
}


.single-service {
    width: 100%;
}
.profile-desc h3{ margin-top: 40px;}	
.single-service-inner {
    height: auto;
}
.single-service-inner &gt; h3 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-top: 0;
}
.single-service-inner &gt; p {
    font-size: 12px;
}
.parents_ben{width:240px;}	
.right_footer{display:none;}
}
#course_hide1 &gt; p {text-align: left;}
#course_hide2 &gt; p {text-align: left;}
#course_hide3 &gt; p {text-align: left;}
#course_hide4 &gt; p {text-align: left;}
#course_hide5 &gt; p {text-align: left;}
#course_hide6 &gt; p {text-align: left;}

#course_hide1 &gt; ul {text-align: left;}
#course_hide2 &gt; ul {text-align: left;}
#course_hide3 &gt; ul {text-align: left;}
#course_hide4 &gt; ul {text-align: left;}
#course_hide5 &gt; ul {text-align: left;}
#course_hide6 &gt; ul {text-align: left;}

.single-service-inner &gt; p{text-align:left;}
.single-service-inner &gt; ul{text-align:left;}.col-md-5.right_footer &gt; p {
    font-weight: bold;
    margin-top: 57px;
    text-align: right;
}
.color-gray1 {
    color: #343434;
    font-size: 25px;
    line-height: 25px;
}

#course_hide1{display:none;}
#course_hide2{display:none;}
#course_hide3{display:none;}
#course_hide4{display:none;}
#course_hide5{display:none;}
#course_hide6{display:none;}



.step-process {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    display: table;
    float: none;
    margin-top: 30px;
}.step-process li::after {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    color: #e0e0e0;
    content: "&gt;&gt;";
    font-family: "FontAwesome";
    font-size: 28px;
    height: 60px;
    line-height: 57px;
    padding-left: 5px;
    position: absolute;
    right: calc(0% - 30px);
    top: calc(50% - 30px);
    width: 60px;
}

.step-process li {
    border-right: 1px solid #e0e0e0;
    display: table-cell;
    float: none;
    padding: 37px 90px 25px;
    position: relative;
    text-align: center;
}
.step-process img {
    height: auto;
    width: 170px;
}
.step-process h4 {
    color: #232323;
    font-size: 36px;
    text-align: center;
}
.ion-android-arrow-dropright {
    font-size: 150%;
    padding-top: 10px;
    position: relative;
    top: 5px;
}
.process-bar li::before {
    background-color: #fff;
    border: 4px solid #1e73be;
    border-radius: 50%;
    color: #555;
    content: counter(step, decimal);
    counter-increment: step;
    display: block;
    height: 70px;
    line-height: 40px;
    margin: 0 auto 10px;
    text-align: center;
    width: 70px;
}
.process-bar {
    counter-reset: step;
}
.process {
    padding-bottom: 30px;
    width: 100%;
}

.process-bar li:first-child::after {
    content: none;
}
.process-bar li::after {
    background-color: #1e73be;
    content: "";
    height: 4px;
    left: -50%;
    position: absolute;
    top: 34px;
    width: 100%;
    z-index: -1;
}.process-bar li {
    float: left;
    font-size: 20px;
    font-style: italic;
    line-height: 145%;
    list-style-type: none;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 25%;
}
.col7-grid {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 16.6%;
}

.tab .nav-tabs{
    border-bottom: none;
    position: relative;
}
.tab .nav-tabs li{
    margin-right: 15px;
}
.tab .nav-tabs li a{
    padding: 20px 15px;
    font-size: 20px;
    font-weight: 600;
    color: #25283d;
    border-radius: 0;
    text-transform: uppercase;
    margin-right: 0;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover{
    background: #fff;
}
.tab .nav-tabs li a:before{
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0,0,0, 0.2);
    position: absolute;
    bottom: 5px;
    left: 0;
    transform: scale(0);
    transition: all 700ms ease 0s;
}
.tab .nav-tabs li a:after{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #247D8A;
    margin: 0 auto;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    transform: scale(0);
    transition: all 700ms ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{
    border: none;
    color: #3A8A96;
}
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:after,
.tab .nav-tabs li.active a:after{
    transform: scale(1);
}
.tab .tab-content{
    padding: 60px 20px 20px;
    background: #fff;
    font-size: 14px;
    line-height: 26px;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{ width: 100%; }
    .tab .nav-tabs li a{ text-align: center; }
}
.list-inline &gt; li {
    border: 1px solid #ddd;
    display: inline-block;
    margin-top: 10px;
    padding: 17px;
}

.slid{ width:100%; height:95px; margin:0px 0px 0px 0px; padding:10px 10px 55px 0; float:left; overflow: visible;}












</pre></body></html>