body { margin:0px; padding:0px; font-family: 'Open Sans', sans-serif;} 
ul { margin:0px; padding:0px; list-style:none;}
p,h1,h2,h3,h4,h5{ margin:0px;}
p{ font-size:15px;} 
.red{color: #00b118;}

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
section.banner {
	width: 100%;
	float: left;
	height: 600px;
}
.banner-bg{ 
width: 100%;
	float: left;
	padding: 10px 0 0 0;
	background-image:url("../img/bigcity.jpeg");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	animation: animatedBackground 120s linear infinite;
	min-height:600px;
	height:100% auto;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.hdname {
	font-size: 32px;
	font-weight: bold;
	color: #00b118;
	padding: 20px 0;
	text-align: center;
	text-shadow: -1px -1px 1px #0004fe;
}
.banner-content {
  margin: 0 auto;
  width: 550px;
}
.banner-content {left: 0;  margin: 0 auto;  max-width: 650px;  position: absolute;  right: 0;  top: 32%;  width: 100%; text-align: center;}

.banner-content h1{ font-size:42px; font-family: 'Oswald', sans-serif; color:#fffd80; font-weight:bold; text-transform:uppercase; line-height:50px; text-shadow: 2px 0px 3px #000;}
.banner-content p {
	font-size: 17px;
	font-family: "Open Sans";
	color: #fff;
	margin: 20px 0 0;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 10px #000;
}
.new-style {
	text-align: center;
	font-style: italic;
	font-size: 15px;
	width: 100%;
	float: left;
	padding: 0 100px 30px 100px;
}
.col-xs-12.col-sm-10.col-md-10.new-nav {
	padding: 0;
}
/*=================================================OFFER-SLIDER==================================================*/
.slick-slide {
    margin: 0px 3px;
}

.slick-slide img {
    width: 100%;
	box-shadow: 0px 0 6px #d6d6d6;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*============================================TOP INFO===========================================================*/
section.top-info { width: 100%;
	float: left;
	background: rgba(0, 0, 0, 0.5);
	/* border-bottom: 2px solid #bf1e2e; */
	position: absolute;
	z-index: 9999;
	top: 0px;
	padding: 2px 0;}

.mail .fa {
	float: left;
	padding: 2px 7px 0 0px;
	color: #fff;
	font-size: 16px;
}
.mail p { float:left; color:#fff; font-weight:300;}

.phone .fa {
	float: left;
	padding: 2px 7px 0 0px;
	color: #fff;
	font-size: 16px;
}
.phone p { float:left; color:#fff; font-weight:300;}

.social .last {
	margin-right: 0px;
}
.social {
	margin: 0 auto;
	width: 42%;
}
.social li {
	float: left;
	margin-right: 12px;
}
.social li a {
	border: 1px solid #fff;
	width: 25px;
	height: 25px;
	float: left;
	text-align: center;
	line-height: 23px;
	border-radius: 5px;
	color: #fff;
	transition:all 0.2s ease-in-out;
}
.social li a:hover { background-color:#00b118; border: 1px solid #00b118; color:#fff;	}


/*============================================TOP HEADER===========================================================*/
section.top-header {
width: 100%;
	float: left;
	background: rgba(255, 255, 255, 0.50);
	/* border-bottom: 2px solid #bf1e2e; */
	padding: 0px 0px;
	position: absolute;
	z-index: 9999;
	top: 29px;
}

.logo img {
	display: block;
	margin: 0 auto;
	transition: all 0.3s ease-in-out 0s;
	padding: 7px 0 10px 0;
	width: 61%;
}
.logo img:hover {
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: pulse;
	animation-timing-function: linear;
}
.col-xs-12.col-sm-6.ft-cont {
	width: 20%;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {

  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  line-height: 1;
  width: auto;
}
#cssmenu {
  float: left;
  width: 100%;
}
#cssmenu > ul {
  float: left;
  margin: 0px 0 0;
}
#cssmenu > ul > li {
  float: left;
  margin: 0 0 0 0px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 42px 0 36px 0px;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #fff; text-decoration: none; background-color:#059719; 
}

#cssmenu ul ul {
  left: -9999px;
  position: absolute;
  z-index: 99 !important;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  -webkit-transition: height .3s ease;
  -moz-transition: height .3s ease;
  -ms-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;

 
}

#cssmenu ul ul li a {
	padding: 13px 0px 13px 20px;
	width: 210px;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	color: #000;
	/*background: #f2f2f2;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;*/
}

#cssmenu ul ul li a:hover {
 text-decoration:none;
  color: #fff;
  /*background: #00b118;*/
}
#cssmenu .discover {
  text-align: center;
  padding: 25px 0 0;
}
h4.listing-title {
  color: #ca2c2f;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 15px;
}

.logo-listing li {
  background: rgba(0, 0, 0, 0) url("../img/logo_arrow.png") no-repeat scroll 0 center;
  display: block;
  line-height: 32px;
  padding-left: 18px;
}
.about-head p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  padding: 17px 0;
}
.why-choose .h1, .why-choose .h2, .why-choose .h3, .why-choose h1, .why-choose h2, .why-choose h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.common-float {
  float: left;
  width: 100%;
}
.pb-60{padding-bottom:60px;}
.pt-60{padding-top:60px;}
h1.main-heading::before {
  background: #ff383b none repeat scroll 0 0;
  bottom: 1px;
  content: "";
  height: 1px;
  left: 0;
  margin: -15px auto;
  position: absolute;
  right: 0;
  width: 180px;
}
h1.main-heading::after {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ff383b;
  bottom: 0;
  content: "";
  height: 7px;
  left: 0;
  margin: -17px auto;
  position: absolute;
  right: 0;
  width: 90px;
}
h1.main-heading {
  color: #000;
  float: left;
  font-size: 38px;
  margin: 0 0 50px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.why-choose p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}
.why-choose ol, .why-choose ul {
  margin-bottom: 10px;
  margin-top: 0;
}
.header-banner {
  background: rgba(0, 0, 0, 0) url("../img/header_banner.jpg") no-repeat scroll 0 0 / cover ;
  padding: 100px 0;
  background-position: bottom;
}
.header-banner h1 {
  color: #fff;
  font-size: 46px;
  text-align: center;
  text-shadow: 1px 2px 2px #000;
}
@media (max-width: 980px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	padding: 10px 0 13px 0px;
	background: #fbbc00;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
	padding: 3px 0;
  }
  #cssmenu ul ul li a {
  background: #fff none repeat scroll 0 0;
  color: #000;
  font-size: 14px;
  padding: 15px 17px;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
  background: #000 none repeat scroll 0 0 !important;
  color: #fff;
  text-decoration: none;
}
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 14px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
	background: #000;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 23px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
  border: 1px solid #000;
  cursor: pointer;
  display: block;
  height: 23px;
  position: absolute;
  right: 16px;
  top: 20px;
  width: 23px;
  z-index: 10;
}
 #cssmenu .submenu-button:active { 
  transition-property: top, bottom;
  transition-duration: 3s;
  transition-timing-function: linear;
  border: 1px solid #fff;
  background: #fff;
  }
 
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 11px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 10px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000;
    z-index: 99;
  }
  #cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}

#cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
#cssmenu .submenu-button.submenu-opened::after {
  display: none;
}
#cssmenu ul ul li a {
	background: #fff;
	/*border-bottom: 1px dashed #000;*/
	color: #000;
	font-size: 14px;
} 
.drop-bt.open .has-sub .submenu-button {
	top: 11px !important;
}
}
/*====================================NAVBAR FONT SETTING============================================================================*/
.mainnav {
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	padding: 0px 0 3px 0;
}
.subnav {
	font-size: 10px;
	padding: 5px 0;
}
.navbar-content .drop-bt li {
	background: #fff url(../img/rightarrow.png) no-repeat scroll 8px 16px;
	border-bottom: 1px solid #e8e8e8 !important;
	position: relative;
	/* float: left; */
}
.drop-bt li:hover {
	background: #4f4f4f url(../img/rightarroww.png) no-repeat scroll 8px 16px;
	color:#fff;
}
/*===============NAVBAR FONT SETTING END================*/


section.quote {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 5px 0;
}
.quotemsg h1 {
	font-family: oswald;
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	padding: 8px 0px 0 0;
}
.contact {
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	padding: 10px 30px;
	float: right;
	transition:all 0.2s ease-in-out;
}
.contact:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}
/*================================OUR COMPANY============================================================================================*/
section.our-company{ width:100%; float:left; padding: 60px 0px;}
.section-heading {
	width: 100%;
	float: left;
	font-size: 42px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}
.our-img img {
	width: 100%; padding: 20px 0 0 0;
}
.under-line {
	width: 110px;
	height: 2px;
	float: left;
	background: #00b118;
	margin: 15px 0 0 0;
}
.content-box {
	width: 100%;
	float: left;
}
.content-box h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 35px 0 0 0;
	text-shadow: 1px 1px 1px #90a375;
	color: #000;
}
.content-box p {
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0;
}
.about-service li {
	width: 50%;
	float: left;
	padding: 5px 0;
	font-size:15px;
	font-weight:300;
}
.about-service .fa {
	color: #00b118;
	font-size: 16px;
	padding: 0px 5px 0 0px;
}
.normal-btn {
	background: #00b118;
	color: #fff;
	width: 140px;
	float: left;
	text-align: center;
	padding: 12px 0;
	font-size: 15px;
	font-weight: 300;
	margin: 23px 0 0 0;
	transition: all 0.2s ease-in-out;
}

.normal-btn:hover {
	background: #000;
	color: #fff;
	width: 140px;
	text-decoration: none;
}
.aim {
	width: 100%;
	float: left;
	text-align: center;
	padding: 50px 0;
}
.aim .wrap {
	color: #00b118;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	
}
.aim .wrap:hover {
	color: #000;
	text-decoration:none;	
}
.content-area h1 {
	/* background: #f0732c; */
	/* width: 100%; */
	/* float: left; */
	color: #00b118;
	/* text-align: center; */
	/* padding: 7px 0; */
	font-size: 28px;
	/* margin: 0 0 25px 0; */
}
.college .panel-default {
	border-color: #00b118;
	border: 2px solid #00b118;
}
.more-less.pull-right.glyphicon.glyphicon-chevron-down {
	color: #00b118;
	padding: 6px 0 0 0;
	font-size: 19px;
}
.content-area p {
	float: left;
	padding: 10px 0;
}
.mn-point {
	width: 100%;
	float: left;
}
.mn-point h2 {
	font-size: 17px;
	font-weight: bold;
	color: #00b118;
	padding: 30px 0 5px 0;
	width: 100%;
	float: left;
}
.point-li .fa.fa-check {
	float: left;
	width: 3%;
	font-size: 15px;
	padding: 13px 0;
	color: #16d240;
}
.point-li p {
	float: left;
	padding: 10px 0;
	width: 97%;
}
.content-area p {
	float: left;
	padding: 10px 0;
}
.first-pn {
	color: #00b118;
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	/* text-shadow: 0px 0px 1px #fff; */
}

.uni-col ul li a {
	/* padding: 5px 0; */
	/* width: 100%; */
	/* float: left; */
	color: #000;
	/* font-size: 16px; */
	/* list-style: disc; */
}
.uni-col {
	width: 100%;
	float: left;
}
.divide-li li {
	width: 50%;
	float: left;
}
.uni-col ul li a:hover {
	text-decoration: none;
}

/*================================OUR SERVICES============================================================================================*/

section.services {
	width: 100%;
	float: left;
	padding: 60px 0px;
		background-image: url(../img/eduservice.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.under-line-middle {
	width: 110px;
	height: 2px;
	background: #00b118;
	margin: 75px auto 0;
}

.framework li{
	width: 100%;
	float: left;
	padding: 5px 0;
	font-size:15px;
	font-weight:300;
	color:#000;
	text-align: left;
	}
.framework .fa {
	color: #00b118;
	font-size: 16px;
	padding: 0px 5px 0 12px;
}
.web-data h1 {
	font-size: 25px;
	font-weight: bold;
	font-family: oswald;
	text-align: center;
	text-transform: uppercase;
}
.web-data p {
	font-weight: 100;
	font-size: 15px;
	padding: 15px 0;
	height: 200px;
}
.web-data img{ transition: all 0.3s ease-in-out;}
.web-data img:hover {
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: pulse;
	animation-timing-function: linear;
}
.img-sz img {
	padding: 35px;
}
.web-data .normal-btn {
	float:none;
	margin: 12px auto 0;
	display: block;
}
.services .row {
	margin: 0px;
}
.tab-lhs {
	padding: 0px;
	background: #f2f2f2;
	border: 1px solid #d6d5d5;
	box-shadow: 0px 0px 9px #dedede;
}
.tab-rhs {
	padding: 0 0 0px 20px;
}
.service-tab {
	padding: 20px;
	background: #fff;
	margin: 2px 0 0 0;
	border: 1px solid #e9e9e9;
	/* box-shadow: 0px 0px 2px #ccc; */
	width: 100%;
	float: left;
	position: relative;
	border-radius: 3px;
}
.service-tab .tab-lhs .nav a {
	color: #000;
	border-bottom: 1px solid #e3e3e3;
}
.service-tab .tab-lhs .nav .active a {
	color: #fff;
	background-color: #00b118 !important;
}
.service-tab .tab-lhs .nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #00b118;
	color: #fff;
}
.tab-rhs .fa.fa-check {
	float: left;
	font-size: 23px;
	width: 4%;
	color: #16d240;
}
.tab-rhs p {
	float: left;
	width: 96%;
	text-align: justify;
}
.service-dt li {
	padding: 0 0 30px 0;
	float: left;
	width: 100%;
}
.service-dt ul {
	padding: 0px 0 20px 29px;
	width: 100%;
	float: left;
	list-style-type: square;
	font-size: 15px;
}
.service-dt ul li {
	width: 100%;
	float: left;
	padding: 15px 0 0 0px;
	margin: 0 0 0 40px;
}
.service-dt p {
	font-size: 14px;
}
.accordion-inner .service-dt ul li {
	color: #fff;
	width: 90%;
	text-align: justify;
}
.ser-head {
	padding: 26px 0;
	width: 100%;
	float: left;
}
.size-adj {
	width: 224px;
}
.banner-area {
	width: 100%;
	float: left;
	padding: 140px 0 0 0;
}
.banner-area img {
	width: 100%;
	box-shadow: 0px 0px 4px #9f9f9f;
}
section.test-dt {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.head-name {
	font-size: 25px;
	font-weight: bold;
	color: #00b118;
	padding: 40px 0 10px 0;
	/* text-shadow: 0px 0px 0px #000; */
	width: 100%;
	float: left;
}
.test-dt .sum {
	font-size: 14px;
	padding: 15px 0;
}
.pte-dt .fa.fa-check {
	float: left;
	width: 6%;
	color: #16d240;
	padding: 4px 0 0 0;
}
.pte-dt p {
	float: left;
	width: 94%;
}
.pte-dt li {
	width: 100%;
	float: left;
	padding: 4px;
}
.hh1 {
	width: 100%;
	text-align: center;
	font-size: 21px;
	color: #00b118;
	font-weight: bold;
	border-bottom: 2px solid;
}
.sum-mid {
	text-align: center;
	padding: 13px 0;
	font-size: 24px;
	/* color: #000; */
	text-shadow: 0px 1px 0px #e6e6e6;
}
.pte-1 h1 {
	font-size: 22px;
	text-align: center;
	padding: 20px 0;
	color: #00b118;
	font-weight: bold;
}



.content-box h3 {
	font-weight: bold;
	font-style: italic;
	color: #000;
	text-shadow: 1px 1px 1px #90a375;
}
.content-box h4 {
	font-style: italic;
	font-size: 17px;
	color: #00b118;
	font-weight: bold;
	padding: 3px 0 0 0;
}

/*================================OUR FOOTER============================================================================================*/

section.footer {
	width: 100%;
	float: left;
	background: #000;
	padding: 30px 0px 8px 0;
	overflow: hidden;
}
.ft-content span img {
	width: 77%;
	margin: 0 ;
	display: block;
	transition:all 0.2s ease-in-out;
}
.ft-content span img:hover {
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: pulse;
	animation-timing-function: linear;
}
.ft-content .social {
	margin: 0;
	width: 100%;
}
.ft-content p {
	color: #fff;
	font-size: 15px;
	padding: 10px 0;
	font-weight: 300;
}
.ft-heading {
	color: #fff;
	font-family: oswald;
	font-size: 24px;
}
.ft-underline {
	width: 50px;
	height: 3px;
	float: left;
	background-color: #00b118;
	margin: 10px 0 15px 0;
}
.ft-content .framework li a{
	color: #fff; transition: all 0.2s ease-out;
}
.ft-content .framework li a:hover{
	color: #00b118; text-decoration:none;
}
.ft-content .framework .fa {
	padding: 0px 5px 0 0px;
}
.ft-content .address .fa{ padding: 0px 10px 0 0px;}
.copyright {
	width: 100%;
	float: left;
	border-top: 1px solid #fff;
	padding: 5px 0;
	margin: 12px 0 0 0;
}
.copy-lhs span {
	font-style: italic;
}
.copy-lhs p {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}
.copy-rhs ul li {
	float: right;
	margin: 0 0 0 30px;
}
.copy-rhs ul li a{
 	color:#fff; transition: all 0.2s ease-in-out; font-weight:300;
}
.copy-rhs ul li a:hover{
 	color:#00b118; text-decoration:none;
}
.copy-lhs .fa {
	padding: 0 5px 0 0px;
}
.lastimg {
	width: 100%;
	float: left;
	margin: 0 0 8px 0;
}
.back-to-top {
  background-color: #00b118;
  border-radius: 3px;
  bottom: 18px;
  color: #fff;
  display: none;
  font-size: 20px;
  padding: 4px 12px;
  position: fixed;
  right: 15px;
  transition:all 0.3s ease-in-out;
  z-index: 99999;
}
.back-to-top:hover {
  background-color: #CA0202;
  color: #fff;
}



/*=====================================CONTACT US=====================================================================*/
.about-bnr{
	width:100%;
	float:left;
	background: url("../img/contactbnr.jpg") no-repeat scroll 0 0 / 100% 100%;
	background-image:url("../img/contactbnr.jpg");
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	margin: 139px 0 0 0;
	}
.about-bnr h1 {
	text-align: center;
	padding: 48px 0;
	font-size: 46px;
	color: #fff;
	text-shadow: 1px 2px 2px #000;
}		
.car-bnr{
	width:100%;
	float:left;
	background: url("../img/careerbnr.jpg") no-repeat scroll 0 0 / 100% 100%;
	background-image:url("../img/careerbnr.jpg");
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}	
.car-bnr h1 {
	text-align: center;
	padding: 48px 0;
	font-size: 46px;
	color: #fff;
	text-shadow: 1px 2px 2px #000;
}		


.about-info {
	width: 100%;
	float: left;
	padding: 0px 0 25px 0;
}
.about-head .section_heading {
	text-align: center;
	margin: 20px 0;
	font-size: 24px;
	font-weight: bold;
}
.form-hd {
	width: 100%;
	float: left;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.form-hd .hd1 {
	border-bottom: 1px solid #00b118;
	float: left;
	padding: 0px 0 8px 0;
}
.contact-form .form-control.text-box {
	height: 70px;
}
.contact-form .form-control {
	height: 40px;
	font-size: 12px;
	font-weight:100;
	border: 1px solid #eee;
	border-radius: 0px;
	box-shadow: none;
}
.contact-form .submit-btn {
	margin: 0px;
}
.info-dt p {
	color: #000;
	font-weight: 600;
	width: 100%;
	float: left;
	border-bottom: 2px solid #00b118;
	padding: 0 0 4px 0;
	margin: 0 0 15px 0;
}
.address-list {
	list-style: none;
	padding: 0;
}
.address-list li {
	font-weight: 100;
	margin:0 0 11px 0;
}
.address-list li .fa {
	margin: 0 9px 0 0px;
	color: #00b118;
}
.address-list li a {
	color: #000; transition:all 0.2s ease-in-out;
}
.address-list li a:hover {
	color: #00b118; padding: 0 0 0px 5px; text-decoration:none;
}
.about-head .under-line-middle {
	margin: 0 auto 0;
}
.about-head p {
	font-size: 15px;
	line-height: 24px;
	padding: 17px 0 17px 0;
	font-weight: 300;
}
.about-dt p{
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
}
.about-dt h3 {
	text-shadow: 0px 1px 1px #000; margin: 20px 0 10px 0px;
}
.submit-btn {
	background-color: #00b118;
	border: 1px solid #00b118;
	color: #fff;
	float: left;
	font-size: 14px;
	margin: 0 0 0 99px;
	padding: 9px 33px;
	transition: all 0.2s ease-in-out;
}
.submit-btn:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	float: left;
	text-decoration: none;
}


/*------------------------------------COLLAPSE-----------------------------------------*/
.main-collapse {
	width: 100%;
	float: left;

}
.accordion-inner p {
	/* padding: 10px 0; */
	text-align: justify;
	background: #000;
	color: #fff;
	padding: 10px 30px;
}
.hr{margin:5px 0;}
.accordion-group{margin-bottom:10px;border-radius:0;}
.accordion-toggle {
	/* background: rgb(153, 221, 170); */
	border-bottom: 1px dashed #19bd2b;
	text-decoration: none;
}

.accordion-toggle:hover {
	text-decoration: none;
	padding: 8px 15px 8px 15px !important;
	border-bottom: 2px dotted #000;
	background: #fffab9;
	border-radius: 0px 0px 0 60px;
}

.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px 8px 0px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.2s ease-in-out;
}



.selectStyle{
	width:46%; float: left; margin-right: 8%;
}


.accordion-group {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.content-box h5 {
	font-weight: bold;
	font-style: italic;
	color: #ff2828;
	text-shadow: 1px 1px 1px #90a375;
	font-size: 35px;
	padding: 30px 0 10px 0;
}
.growth-person .img-circle {
	width: 30%;
	margin: 0 auto;
	display: block;
	box-shadow: 0px -4px 1px #ff2828;
}
.growth-person h1 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #171b46;
	padding: 20px 0 5px 0;
}
.growth-person h6 {
	text-align: center;
	font-size: 16px;
	color: #ff2828;
	margin: 0;
}
.growth-person p {
	text-align: center;
	color: #000;
	font-size: 14px;
}
.growth-person {
	width: 100%;
	float: left;
	background: #f5f5f5;
	padding: 24px;
	margin: 10px 0;
	box-shadow: 0px 0px 3px #c7c7c7;
}
.content-box .fa.fa-sitemap {
	margin: 0 0 0 20px;
}
.ourmission h1 {
	font-weight: bold;
	font-style: italic;
	color: #ff2828;
	text-shadow: 1px 1px 1px #90a375;
	font-size: 35px;
	padding: 30px 0 10px 0;
	text-align: center;
}
.ourmission img {
	width: 50%;
	margin: 0 auto;
	display: block;
}
.ourmission li {
	padding: 10px 0 15px 0;
	list-style-type: square;
	color: #000;
	/* text-shadow: 1px 1px 1px #90a375; */
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}
.quick-link ul li {
	width: 100%;
	float: left;
}
.slider-area {
	width: 100%;
	float: left;
}
.quick-link ul li .scroll {
	padding: 10px 10px;
	width: 100%;
	float: left;
	background: #00b118;
	color: #fff;
	font-weight: bold;
	margin: 0 0 1px 0;
	transition: all 0.2s ease-in-out
}
.quick-link ul li .scroll:hover {
	background: #000;
	text-decoration: none;
	padding-left: 20px;
}
.main-collapse .quick-link ul li .quick-btn {
	padding: 10px 10px;
	width: 100%;
	float: left;
	background: #00b118;
	color: #fff;
	font-weight: bold;
	margin: 0 0 1px 0;
	transition: all 0.2s ease-in-out;
}
.main-collapse .quick-link ul li .quick-btn:hover {
	background: #000;
	text-decoration: none;
	padding-left: 20px;
}
.request-box .form-control {
	height: 50px;
	font-size: 14px;
	font-weight: normal;
	border: 2px solid #000;
	border-radius: 0px;
	box-shadow: none;
	color: #000;
}
.privacy-pol h3 {
	padding: 20px 0 5px 0;
}
.privacy-pol ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 5px 0 15px 0;
}
.request-box img {
	width: 89%;
	margin: 0 auto;
	display: block;
}
.process-heading {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	background: #ffcc04;
	color: #000;
	padding: 10px 0;
	margin: 50px 0 0 0;
}
.quick-link .process-heading {
	margin: 0;
}
.para-set p {
	padding: 10px 15px;
	text-align: justify;
}
.table-box {
	width: 100%;
	float: left;
	background: #000;
	color: #ffef00;
}
.table-box h1 {
	font-size: 23px;
	text-align: center;
	background: #d32788;
	font-weight: bold;
	padding: 10px 0;
}
.accordion-inner .service-dt {
	background: #000;
	width: 100%;
	float: left;
	/* position: relative; */
}
.pink-head {
	font-size: 16px;
	text-align: center;
	background: #d32788;
	font-weight: bold;
	padding: 3px 0;
	color: #fff;
}
.cl-link {
	color: #ffef00;
}
.cl-link2 {
	color: #fff;
}
.cl-link:hover {
	color: #1dce39;
}
.para-set img {
	width: 100%;
}
.heading-1 {
	font-size: 17px;
	font-weight: bold;
	padding: 15px 15px;
	background: #1ed498;
	color: #0537cd;
	border-radius: 30px 30px 0px 0px;
	margin: 0 0 20px 0;
}
.heading-2 {
	width: 100%;
	float: left;
	padding: 10px 0 20px 0;
	font-size: 26px;
	font-weight: bold;
	color: #0e9402;
}
.ol-set {
	width: 100%;
	float: left;
	background: #000;
	color: #fff;
	padding: 30px 50px;
}
.service-dt ol li {
	color: #ffd700;
	font-size: 15px;
}
.green-ul {
	width: 100%;
	float: left;
}
.green-ul li {
	font-size: 14px;
	/* background: #000; */
	color: #0800ff;
	padding: 4px 0;
	/* font-style: italic; */
}
.head-name2 {
	font-size: 25px;
	font-weight: bold;
	color: #00b118;
	padding: 40px 0 10px 0;
	/* text-shadow: 0px 0px 0px #000; */
	width: 100%;
	float: left;
}
/*------------------------------------COLLAPSE-----------------------------------------*/

@media screen and (max-width: 767px) {
section.top-info {
	display: none;
}
	.banner-area {
	padding: 154px 0 0 0;
}
	.para-set p {
	padding: 10px 0px;
}
	.sum2 {
	padding: 12px 0 12px 0;
}
	.service-tab.service-tab2 .service-dt ul {
	padding: 0;
}
	.service-tab.service-tab2 .service-dt ul li {
	padding: 0;
		margin: 0px;
}
	
.heading-1 {
	font-size: 13px;
	text-align: center;
}
	.heading-2 {
	font-size: 21px;
}
	.accordion-inner .service-dt ul li {
	color: #fff;
	margin: 0;
		text-align: left;
		width: 100%;
}
	.pad-space { padding: 0 15px;}
	.test-dt .sum {
	text-align: justify;
}
	.head-name2 {
	padding: 40px 0px 10px 0px;
}
	.service-dt li {
	padding-top: 20px;
}

	.new-style {
	text-align: justify;
	padding: 0 0px 20px 0;
}
	.Glogo {
	display: none;
}
	.Glogomob {
	display: block !important;
}
	section.top-header {
	top: 0;
}
	.banner-content p {
	font-size: 15px;
}
	.banner-content h1 {
	font-size: 30px;
}
.quotemsg h1 {
	font-size: 20px;
	padding: 0px 0px 0 0;
	text-align: center;
}
.contact {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
	margin: 11px 0 0 0;
}
.section-heading {
	font-size: 32px;
}
section.our-company, section.services, section.portfolio, section.expert, section.client {
	padding: 25px 0px;
}
.content-box h2 {
	font-size: 20px;
	margin: 25px 0 0 0;
}
.about-service li {
	width: 100%;
}
.aim {
	padding: 10px 0;
}
.aim h1 {
	font-size: 30px;
}
.customNavigation {
	top: -455px;
	right: 5px;
}

.copy-rhs ul li {
	float: left;
	margin: 0 30px 0 0;
}
.portfolio .tab-box .nav-tabs li {
	width: 100%;
	float: left;
	text-align: center;
}
.web-data {
	margin: 0 0 20px 0;
}
.web-data p {
	font-weight: 100;
	font-size: 15px;
	padding: 15px 0;
	height: 150px;
}
.info-dt {
	margin-top: 30px;
}

.add-dt {
	width: 33%;
}
.text-center img {
	width: 100%;
	margin-bottom: 34px !important;
	float: left;
}
.sec-extra-head h1 {
	font-size: 20px;
}
.sec-extra-head h2 {
	font-size: 15px;
}
.sec-extra-head p {
	text-align: justify;
}
.services .under-line-middle, .portfolio .under-line-middle, .expert .under-line-middle, .blog .under-line-middle, .client .under-line-middle{
	margin: 58px auto 0;
}
.web-data .normal-btn {
	float: left;
	width: 100%;
	margin: 23px 0 0 0;
}

}
	

section.main-services {
	width: 100%;
	float: left;
	padding: 10px 0 15px 0;
	background: #f5f5f5;
}
.services-box .nav-tabs {
	border-bottom: none;
}
.services-box .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.services-box .nav-tabs > li > a {
	border: none;
	color: #171b46;
	padding: 5px 54px;
	text-align: center;
	font-size: 13px;
}
.services-box .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #00b118 !important; background: transparent; }
.services-box .nav-tabs > li > a::after { content: ""; background: #00b118; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.services-box .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.services-box .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.services-box .tab-pane { padding: 15px 0; }
.services-box .tab-content {
	padding: 20px;
	background: #fff;
	margin: 2px 0 0 0;
	border: 1px solid #e9e9e9;
	/* box-shadow: 0px 0px 2px #ccc; */
	width: 100%;
	float: left;
	position: relative;
	border-radius: 3px;
}
.services-box .nav-tabs li img {
	width: 60px;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.services-box .sub-list li {
	float: left;
	width: 16%;
	text-align: center;
}
.sub-list li a {
	color: #171b46;
	font-size: 12px;
	text-align: center;
	width: 100%;
	float: left;
	transition: all 0.2s ease-in-out;
	padding: 0 0 35px 0px;
}
.sub-list li a img {
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 145px;
}

.sub-list li a:hover {
	/* background: #fafafa; */
	border-radius: 3px;
	text-decoration: navajowhite;
	color: #e55000 !important;
	/* box-shadow: 0px 0px 5px #a3a3a3; */
	/* border: 1px solid; */
	transform: scale(1.1);
}	
@media(max-width:991px){
	.services-portfolio-carousel .carousel-control.left {
  left: 0;
  width: 20px;
}
.services-portfolio-carousel .carousel-control.right {
  right: 0;
  width: 20px;
}

	}
@media(max-width:767px){
.services-box .nav-tabs > li {
	float: left;
	/* margin-bottom: -1px; */
	width: 50%;
	
}
	.services-box .sub-list li {
	float: left;
	width: 50%;
	text-align: center;
}
	.content-area p {
	float: left;
	padding: 10px 0px;
}
	.tab-rhs p {
	float: right;
	width: 89%;
	text-align: justify;
}
	.content-area h1 {
	font-size: 18px;
}
	.more-less.pull-right.glyphicon.glyphicon-chevron-down {
	padding: 0px 0 0 0;
}
	.col-xs-12.col-sm-6.col-md-6.college {
	padding: 20px 0 0 0;
}
	.tab-rhs {
	padding: 0;
}
	.head-name {
	padding: 40px 15px 10px 15px;
}
	.test-dt .sum {
	padding: 15px;
}
}

