@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:100,300,400,500,700,800,900|Quattrocento+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700');
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), url('../fonts/OpenSans-Regular.woff') format('woff'), 
	url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans'), url('../fonts/OpenSans-Light.woff') format('woff'), 
	url('../fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans'), url('../fonts/OpenSans-Bold.woff') format('woff'), 
	url('../fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans'), url('../fonts/OpenSans-Semibold.woff') format('woff'), 
	url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}
ul, ol {
	margin: 0px;
	list-style: none;
}
*, *:before, *:after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a, img {
	border: 0px;
	outline: 0px;
	text-decoration: none;
	vertical-align: middle;
}
body {
	font-size: 14px;
	color: #000;
	line-height: 22px;
	overflow-x: hidden;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	position: relative;
	text-rendering: optimizeLegibility;
	
}

input, select, textarea {
	font-family: 'Poppins', 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;	
}
.fullbody {
	width: 100%;
	float: left;

}

.fullbody ul li {
	color:#000;
}
.fullpage {
	max-width: 1300px;
	min-width: 240px;
	margin: 0px auto;
	position: relative;
}
.fullpage2 {
	max-width: 1160px;
	min-width: 240px;
	margin: 0px auto;
	position: relative;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 15% 0;
	text-align: center;
	z-index: 999;
}
.preloader img {
	max-width: 300px;
}
.top_header {
	position: relative;
background: #833AB4;
background: linear-gradient(90deg,rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 73%, rgba(252, 176, 69, 1) 100%);
}
.top_logo {
	float: left;
	width: auto;
}
.top_logo img {
	height: 25px;
	float: left;
}
.top_logo span {
	color: #555;
	font-size: 25px;
	float: left;
	line-height: 25px;
	margin: 3px 6px 0 6px;
	font-weight: 400;
}
.top_nav {
	float: right;
	width: auto;
}
.top_nav ul {
	float: left;
	width: auto;
	list-style: none;
}
.top_nav ul li {
	float: left;
	position: relative;
}
.top_nav ul li:after {
	position: absolute;
	top: 16px;
	right: 0;
	content: '';
	width: 1px;
	height: 10px;
	background: #ccc;
}
/*.top_nav ul li:last-child:after,*/ .top_nav ul ul li:after {
	display: none;
}
.top_nav ul li a {
	float: left;
	color: #555;
	padding: 10px 15px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	transition: all .5s;
}
.top_nav ul > li:hover > a {
	color: #b10058;
	transition: all .5s;
}
.top_nav ul > li a.active {
	color: #b10058;
	transition: all .5s;
}
.top_nav ul li a i {
	margin-left: 5px;
}
.top_nav ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 200px;
	margin-top: 30px;
	transition: all .5s;
	background: #ECECEC;
	box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.12);
	visibility: hidden;
	opacity: 0;
	backface-visibility: hidden;
}
.top_nav ul ul li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.top_nav ul ul li a {
	width: 100%;
	float: left;
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #f7f7f7;
	color: #333;
}
.top_nav ul > li:hover ul {
	visibility: visible;
	opacity: 1;
	margin-top: 0px;
	transition: all .5s;
}
.top_cnt {
	float: right;
	width: auto;
}
.top_cnt ul {
	float: right;
	width: auto;
	list-style: none;
}
.top_cnt ul li {
	float: left;
	padding: 10px 0;
	padding-left: 20px;
}
.top_cnt ul li a {
	float: left;
	color: #FFF;
	font-weight: 600;
	vertical-align: top;
	font-size: 13px;
	transition: all .5s;
}
.top_cnt ul li a img {
	vertical-align: middle;
	margin-top: -4px;
}
.top_cnt ul li a span {
	margin: 0 5px;
}
.top_header ul li a:hover {
	color: #FFFF00;
	transition: all .5s;
}
.header {
	position: relative;
	transition: all .5s;
}
.header.fixed {
	background: #fff;
	position: fixed;
	top: -4px;
	left: 0;


	transition: all .5s;
	background-image: url("../images/hesepi.png");
    background-position: center center;
    background-size: cover;
    z-index: 999;
    background-repeat: no-repeat;
}
.logo {
	float: left;
	width: auto;
	padding: 5px 0;
	transition: all .5s;
}
.logo img {
	height: 100px;
	transition: all .5s;
}
.menu_nav {
	float: right;
	width: 53%;
}
.micon {
	display: none;
}
.mclose {
	display: none !important;
}
ul.menu {
	position: relative;
	float: right;
	width: auto;
	list-style-type: none;
}
ul.menu li {
	float: left;
	margin-left: 30px;
	position: relative;
}
ul.menu li a {
	float: left;
	padding: 24px 0;
	position: relative;
	font-size: 15px;
	color: #303030;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: capitalize;
	transition: all .5s;
}
ul.menu li a i {
	margin-left: 5px;
}
ul.menu li.last a {
	margin-top: 17px;
	padding: 6px 20px;
	color: #4285F4;
	border: 1px solid #4285F4;
	border-radius: 30px;
	transition: all .5s;
}
ul.menu li.last a:hover {
	color: #fff;
	background: #4285F4;
	transition: all .5s;
}
ul.menu li.last a:after {
	display: none;
}
ul.menu li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	background: #b10058;
	transform: scale(0);
	transition: all .5s;
}
ul.menu > li:hover a:after ,
ul.menu li a.active:after {
	transform: scale(1);
	transition: all .5s;
}
ul.menu > ul li:hover a:after, ul.menu ul li a.active:after,
ul.menu > ul li:hover a:before, ul.menu ul li a.active:before,
ul.menu ul li a:after, ul.menu > ul li a:before,
ul.menu > li:hover li a:after, ul.menu > li:hover li a:before {
	display: none;
}
ul.menu ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 250px;
	box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.15);
	margin-top: 30px;
	transition: all .5s;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	backface-visibility: hidden;
}
ul.menu ul.sub2 {
	width: 440px;
}
ul.menu li:hover ul {
	visibility: visible;
	opacity: 1;
	margin-top: 0px;
	transition: all .5s;
}
ul.menu ul li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul.menu ul.sub2 li {
	width: 50%;
}
ul.menu ul li a {
	width: 100%;
	float: left;
	color: #303030;
	border: 0px;
	border-radius: 0;
	text-shadow: none;
	text-transform: capitalize;
	padding: 10px 15px;
}
ul.menu > li:hover li a {
	color: #303030;
	transition: all .5s;
}
ul.menu ul li a:hover {
	color: #fff;
	background: #519a15;
}
/* ---- banner ---- */
.homebanner {
	width: 100%;
	float: left;
	padding: 0;
	background-color: #000;
	position: relative;
	overflow: hidden;
}
.home_banner img,  .item img {
	width: 100%;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-indicators {
	width: 100%;
	height: auto;
	text-align: center;
	bottom:0px;
}
.carousel-indicators li {
	float:left;
    width: 33%;
	margin:0px;
	margin-right:6px;
    height: 10px;
    text-align: center;
    color: #333;
    text-indent: -9999px;
    background: #dfdfdf;
	border:0px;
    border-radius: 0%;
    cursor: pointer;
    transition: all .5s;
}
.carousel-indicators li:last-child{
	float:right;
	margin-right:0px;
}
.carousel-indicators li.active{
    background: #FBBC05;
    transition: all .5s;
	border:0px;
}
.carousel-indicators li:hover {
    background: #FBBC05;
    transition: all .5s;
	border:0px;
}
.carousel-control.left, .carousel-control.right {
    position: absolute;
    top: 47%;
    z-index: 10;
    left: 3%;
}
.carousel-control.left span, .carousel-control.right span {
    position: relative;
    cursor: pointer;
    width: 30px;
    float: left;
    height: 60px;
}
.carousel-control.right span::after, .carousel-control.right span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15%;
    display: block;
    width: 25px;
    height: 3px;
    background-color: #FBBC05;
    -webkit-transform-origin: right;
    transform-origin: right;
    transition: all .5s;
}
.carousel-control.right span::after {
    margin-top: .8px;
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
}
.carousel-control.right span::before {
    margin-top: -.8px;
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
}
.carousel-control.left span::after, .carousel-control.left span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15%;
    display: block;
    width: 25px;
    height: 3px;
    background-color: #FBBC05;
    -webkit-transform-origin: right;
    transform-origin: right;
    transition: all .5s;
}
.carousel-control.left span::after {
    margin-top: 20px;
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
}
.carousel-control.left span::before {
    margin-top: -20px;
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
}
.carousel-control.right {
	right: 3%;
	left: auto;
	transition: all .5s;
}
.carousel-control.left :hover span{	
    padding-right: 20px;
	transition: all .5s;
}
.carousel-control.right:hover span {
    padding-left: 20px;
	transition: all .5s;
}
.item .banner_text {
	opacity: 0;
	transition: all .5s;
}
.item {
	position: relative;
	z-index: 1;
}
.item:before {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
/*	background: rgba(0,0,0,0.3);*/
}
.item.active .banner_text {
	opacity: 1;
	bottom:130px;
	z-index: 10;
	transition: all .5s;
}
.banner_text {
	width:50%;
	z-index:99;
	left: 8%;
	position:absolute;
	bottom:0;
	text-align: left;
}
.banner_text h2 {
	margin:15px 0;
	font-size: 48px;
    line-height: 60px;
    text-align: left;
    font-weight: 600;
    color: #fff;
}
.banner_text h2 span {
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: italic;
	font-size: 44px;
}
.banner_text p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight:300;
}
.banner_text a {
	float: left;
    background: #519a15;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 50px;
    border-radius: 60px;
    font-weight: 400;
	margin-top:20px;
	letter-spacing:1px;
	transition: all .5s;
}
.banner_text a:hover {
	transition: all .5s;
	background: #69043B;
}
#home_banner .nav {
    text-align: center;
}
#home_banner .nav-justified > li {
    border-radius: 0px;
    transition: all .5s;
    display: table-cell;
	margin-right:6px;
    vertical-align: middle;
	width:1%;
}
.nav-justified > li > a {
	display: block;
    background: #dfdfdf;
    height: 6px;
    padding: 5px 15px;
    border-radius: 0px;
}
#home_banner .nav-justified li:last-child{
	margin-right:0px;
}
#home_banner .nav-pills li.active a {
    background: #FBBC05;
    transition: all .5s;
	border:0px;
}
#home_banner .nav-pills li:hover a {
    background: #FBBC05;
    transition: all .5s;
	border:0px;
}
/*home home_about*/
.home_about {
	padding: 50px 0;
}
.center_hd {
	font-size: 44px;
    font-weight: 700;
	color: #333;
	letter-spacing: -2px;
	margin: 20px 0;
	margin-bottom: 50px;
	text-align:center;
	position:relative;
}
.center_hd span {
	color: #519a15;
}
.center_hd:after {
	background: #519a15;
    display: block;
    height: 2px;
    margin:auto;
    width: 80px;
	content:'';
	position:absolute;
	left:0px;
	right:0px;
	bottom:-25px;
}
.h_about {
	font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px;
    height: 100%;
    color: #555;
    font-weight: 400;
	text-align:center;
	padding:0px 80px;
}
.about_ul {
	list-style-type:none;
	width:100%;
	float:left;
	padding:0px 30px;
	margin-top:30px;
}
.about_ul li {
	float:left;
	width:50%;
	padding:20px 40px;
}
.about_icon {
	width:70px;
	float:left;
}
.about_icon img {
	width:100%;
}
.about_info {
	width:78%;
	float:right;
    letter-spacing: 1px;
}
.about_info h4 {
	color: #333;
    font-weight: 700;
    text-transform: uppercase;
	letter-spacing:1px;
	font-size: 14px;
	margin-bottom:8px;
}
/*home home_services*/
.home_services {
	padding: 50px 0 20px 0;
	background: #aeeec4;
background: linear-gradient(nulldeg, rgba(174, 238, 196, 1) 0%, rgba(255, 255, 255, 1) 97%);
}
.hs_text {
	font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 1px;
    height: 100%;
    color: #000;
	text-align:center;
	padding:0px 80px;
	margin-bottom: 40px;
}
.service_ul li {
	list-style-type:none;
	float:left;
	width:32%;
	margin-right: 2%;

}
.service_ul li:nth-child(3n+3) {
	margin-right: 0%;
}
.service_img {
	height: 250px;
	overflow: hidden;
}
.service_img img {
	width:100%;
	transform: scale(1);
	transition: all .5s;
	border: 6px solid;
border-image: url(../images/border-image.png) 5 / 6px / 1px stretch;

}
.service_ul li:hover img {
	transform: scale(1.1);
	transition: all .5s;

}
.service_info {
	overflow: hidden;
	padding: 25px 0;
	color: #000;
	font-size: 14px;
;
}
.service_info h4 {
	color: #FFF;
    font-weight: 800;
    text-transform: capitalize;
	font-size: 24px;
	display: block;
	margin-bottom:10px;

text-shadow:
  1px 1px 2px red,
  0 0 1em blue,
  0 0 0.2em blue;
}
.service_info .sbtn {
	height: 20px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
.service_info .sbtn a {
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	margin-left: -100%;
	transition: all .5s;
}
.service_info .sbtn a:hover {
	color: #FFFF00;
	transition: all .5s;
}
.service_ul li:hover .sbtn a {
	margin-left: 0;
	transition: all .5s;
}
/*ready_pjt*/
.ready_pjt {
	background: #519a15;
	padding: 60px;
	text-align: center;
	background-image: url("../images/removebdb-1.png") ;
}
.ready_pjt h3 {
	color: #fff;
	font-size: 30px;
	display: inline-block;
	margin-bottom: 40px;
	font-weight: 300;
}
.ready_pjt ul {
	list-style: none;
	text-align: center;
}
.ready_pjt ul li {
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}
.ready_pjt ul li a {
	display: block;
	color: #fff;
}
.ready_pjt ul li a {
	display: block;
	color: #fff;
}
.ready_pjt ul li img {
	display: inline-block;
	margin: 0 auto;
	width: 60px;
}
.ready_pjt ul li span {
	width: 100%;
	float: left;
	margin: 15px 0;
	font-size: 21px;
}
.ready_pjt ul li p {
	display: block;
	font-size: 18px;
}
.ready_pjt ul li h5 {
	padding: 15px 50px;
	display: inline-block;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
	font-weight: 300;
	border-radius: 30px;
	background: #111;
	font-size: 22px;
	transition: all .5s;
}
.ready_pjt ul li h5:hover {
	background: #fff;
	color: #519a15;
	transition: all .5s;
}
/*our_diffs*/
.our_diffs {
	padding: 60px 0;
	text-align: center;

   background: linear-gradient(315deg, rgba(101,0,94,1) 3%, rgba(60,132,206,1) 38%, rgba(48,238,226,1) 68%, rgba(255,25,25,1) 98%);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}




}
.our_diffs h2, .our_clients h3 {
	font-size: 44px;
	color: #111;
	letter-spacing: -2px;
}
.our_diffs h2 span , .our_clients h3 span {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-weight: 400;
    color: #FFF ;
}
.our_diffs .text {
	padding: 0 10%;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
}
.our_diffs ul {
	list-style: none;
	margin-top: 40px;
}
.our_diffs ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
	overflow: hidden;
	position: relative;
}
.our_diffs ul li:nth-child(3n+3) {
	margin-right: 0;
}
.our_diffs .dif_hover {
	position: absolute;
	bottom: 25px;
	left: 9%;
	width: 82%;
	background: rgba(255,255,255,0.8);
	padding: 20px;
	text-align: left;
	color: #555;
	transition: all .8s;
}
.our_diffs .dif_hover h5 {
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
}
.our_diffs ul li:hover .dif_hover {
	bottom: 50px;
	transition: all .8s;
}
/*our_clients*/
.our_clients {
	padding: 60px 0;
	text-align: center;
	background: #f5f5f5;
}
.our_clients h2 {
	font-size: 22px;
	color: #111;
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-weight: 400;
}
.our_clients h2 span {
    color: #519a15;
}
.our_clients .text {
	padding: 0 10%;
	color: #7e7f7f;
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
}
.clients_list {
	position: relative;
	margin-top: 50px;
}
.clients_list li {
	list-style-type: none;
	float: left;
	width: 20%;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0px solid #ddd;
	border-right: 0px solid #ddd;
	padding: 10px;
}
.clients_list li:last-child, .clients_list li:nth-child(5n+5) {
	border-right: 1px solid #ddd;
}
.clients_list li:nth-child(1), .clients_list li:nth-child(2),
.clients_list li:nth-child(3), .clients_list li:nth-child(4), .clients_list li:nth-child(5) {
	border-top: 1px solid #ddd;
}
.clients_list li span {
	width: 100%;
	height: 100px;
	float: left;
	text-align: center;
	line-height: 100px;
	background: #fff;
	/*border: 1px solid #ccc;*/
}
.clients_list li img {
	max-width: 100%;
	max-height: 100%;
	filter: grayscale(100%);
	transform: scale(1);
	transition: all .5s;
	display: inline-block;
}
.clients_list li:hover img {
	filter: grayscale(0);
	transition: all .5s;
}
.clients_list .caroufredsel_wrapper {
	height: 122px !important;
}
#cprev , #cnext {
	position: absolute;
	top: 30%;
	left: -30px;
	color:	#222;
	cursor: pointer;
	z-index: 9;
	font-size: 40px;
	transition: all .5s;
}
#cnext {	
	left: auto;
	right: -30px;
}
#cprev:hover , #cnext:hover {
	color: #519a15; 
	transition: all .5s;
}
/*footer*/
.footer {
	padding: 40px 0;
	background: #000;
}
.fbox {
	width: 31.5%;
	float: left;
	position: relative;
	margin-right: 2%;
}
.fbox3 {
	width: 47%;
	float: left;
	position: relative;
	margin-right: 2%;
}

.fbox3:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 197px;
	background: #ddd;
	content: '';
}

.fbox3 h3 {
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
	color: #fff;
}
.fbox.last {
	margin-right: 0;
	padding:0 24px;
}
.fbox:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 197px;
	background: #ddd;
	content: '';
}
.fbox.last:after {
	display: none;
}
.fbox2 {
	padding:0 30px;
}
.fbox h3 {
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
	color: #fff;
}
.fbox li {
	width: 100%;
	float: left;
	list-style: none;
}
.fbox li a {
	display: inline-block;
	color: #ddd;
	padding: 3px 0;
}
.fbox li a:hover {
	color: #fff;
}
.copyrights {

	padding: 15px 0;
	color: #000;
}
.copyrights p.left {
	float: left;
	line-height: 30px;
}
.social {
	float: right;
	list-style: none;
}
.social li {
	float: left;
	padding-left: 10px;
}
.social li a {
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	color: #69043B;
	background : #ccc;
	transition: all .5s;
}
.social li a:hover {
	color: #fff;
	background : #519a15;
	transition: all .5s;
}
/*innerbanner*/
.innerbanner {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}
.innerbanner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	/*background: rgba(0,0,0,0.4);*/
}
.innerbanner img {
	width: 100%;
}
.innerbanner h1 {
	font-size: 50px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 30px;
	text-shadow: 0px 0px 5px #333;
}
.breds {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 9;
}
.breds li {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
}
.breds li i {
	margin-right: 10px;
}
.breds li:after {
	position: absolute;
	top: 0px;
	right: 0;
	color: #fff;
	content: '\f105';
	font-family: 'FontAwesome';
}
.breds li:last-child:after {
	display: none;	
}
.breds li a {
	float: left;
	color: #fff;
	transition: all .5s;
}
.breds li a:hover, .breds li:last-child a {
	color: #519a15;
	transition: all .5s;
}
/*.page*/
.page {
	padding: 50px 0;
	font-size: 14px;
	line-height: 26px;
	position: relative;
	color: #000;
	background: #aeeec4;
background: linear-gradient(nulldeg, rgba(174, 238, 196, 1) 0%, rgba(255, 255, 255, 1) 97%);
}
.page h1 {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 1px;
	border-bottom: 1px solid #eee;
}
.page p {
	display: block;
	margin-bottom: 10px;
}
.page p b {
	display: block;
}
.page_ul ul {
	list-style: none;
	display: block;
	margin: 10px 0;
}
.page_ul ul li {
	padding: 2px 0 2px 20px;
	position: relative;
}
.page_ul ul li:before {
	position: absolute;
	top: 2px;
	left: 5px;
	content: '\f105';
	font-family: 'FontAwesome';
}
.page_nav {
	width: 25%;
	float: left;
	background: #519a15;
	padding: 2px;
}
.sticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 100px;
	z-index: 1;
	display: inline-block;
}
.page_nav ul {
    list-style: none;
    background: #fff;
}
.page_nav li {
    float: left;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #eee;
    margin: 0;
}
.page_nav li:last-child {
    border-bottom: 0px solid #eee;
}
.page_nav li a {
    float: left;
    width: 100%;
    padding: 8px 15px 8px 20px;
    position: relative;
    color: #333;
    display: block;
    overflow: hidden;
    z-index: 1;
    transition: all .5s;
}
.page_nav li a::before {
	position: absolute;
	top: 8px;
	left: 8px;
	content: '\f0da';
	font-family: 'FontAwesome';
}
.page_nav li a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 0%;
	height: 100%;
	z-index: -1;
	background: #519a15;
	transition: all .5s;
}
.page_nav li a i {
    float: right;
    margin-top: 3px;
}
.page_nav li a:hover, .page_nav li a.active, .page_nav li.active a {
    text-decoration: none;
    outline: 0px none;    
    color: #fff;
    transition: all .5s;
}
.page_nav li a.active::after,.page_nav li.active a::after,
.page_nav li a:hover::after{
	width: 100%;
	transition: all .5s;
}
.page_cnt {
	width: 72%;
	float: right;
	text-align: justify;
}
.service {
	margin-bottom: 10px;
}
.service h4 {
	display: block;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
	color:#FFF ;
	text-shadow:
  1px 1px 2px red,
  0 0 1em blue,
  0 0 0.2em blue;
}
.anchor {
    display: block;
    height: 95px;
    margin-top: -67px;
    visibility: hidden;
}
.page_text {
    text-align: center;
    padding: 0 10%;
}
.page_text h2 {
	font-weight: 400;
	line-height: 40px;
	font-size: 30px;
}
/*team*/
.team li {
	list-style: none;
	width: 100%;
	float: left;
	padding: 15px;
	margin-top: 20px;
	background: #f6f6f6;
}
.team li h3 {
	font-size: 18px;
	font-weight: 500;
	color: #519a15;
	margin-bottom: 10px;
}
.team li h3 span {
	font-size: 14px;
	font-weight: 400;
	color: #555;
	margin-left: 10px;
}
.team li .img {
	width: 25%;
	float: left;
}
.team li .img img {
	width: 100%;
}
.team li .text {
	width: 73%;
	float: right;
}
/*video*/
.cvideo iframe {
	height: 500px;
	width: 100%;
	border: 0px;
}
/*career_links*/
.career_links {
	padding: 20px;
}
.career_link {
	width: 100%;
	float: left;
	list-style: none;
	position: relative;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 26px;
	background : #f5f5f5;
}
.career_link .txt {
	max-height: 80px;
	overflow: hidden;
}
.career_link h3 {
	display: block;
	font-size: 22px;
	font-weight: 400;
	color: #333;
	margin-bottom: 15px;
}
.career_link a {
	float: left;
	margin-top: 15px;
	padding: 5px 30px;
	color: #fff;
	background: #519a15;
	transition: all .5s;
}
.career_link a:hover {
	background: #333;
	transition: all .5s;
}
/*job_text*/
.job_text {
	width: 70%;
	float: left;
	position: relative;
}
.job_text h2, .job_dets h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 400;
}
.job_dets h2 {
    border-bottom: 0px solid #eee;
}
.job_dets {
	width: 26%;
	float: right;
}
.job_nav {
	margin-top: -10px;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}
.job_nav li {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 20px 30px;
}
.job_nav li b {
	color: #519a15;
	font-weight: 500;
}
.job_nav li span {
	display: block;
	font-size: 14px;
}
.job_nav li i {
	position: absolute;
	top: 5px;
	left: 0;
	color: #519a15;
}
.job_nav li:last-child {
	padding: 0;
}
.job_nav li:last-child a {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #519a15;
}
/*career_form*/
.career_form {
	margin-top: 10px;
	background: #f5f5f5;
	padding: 20px;
	display: none;
}
.halfspan {
	width: 49%;
	float: left;
}
.halfspan.right {
	float: right;
}
.career_form h2 {
	color: #519a15;
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: block;
	font-size: 24px;
	font-weight: 400;
	border-bottom:1px solid #eee;
}
.career_form label {
	margin: 5px 0 0 0;
	display: block;
	font-weight: 400;
}
input.c-input, textarea.c-input {
    width: 100%;
    float: left;
    height: 40px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 300;
    transition: all .5s;
}
input.c-input[type=file] {
	padding: 0 10px;
}
input.c-input:hover, textarea.c-input:hover,
input.c-input:focus, textarea.c-input:focus {
	border: 1px solid #333;
	outline: 0px;
	transition: all .5s;
}
textarea.c-input {
	height: 80px;
}
input.c-btn {
	float: left;
	margin-top: 15px;
	padding: 10px 30px;
	background: #519a15;
	color: #fff;
    font-size: 16px;
	cursor: pointer;
	border: 0px;
	transition: all .5s;
}
input.c-btn:hover, input.c-btn:focus {
	background: #333;
	transition: all .5s;
}
/*contact*/
.contact_left {
	width: 48%;
	margin: 20px 0;
	float: left;
}
.contact_right {
	width: 48%;
	margin: 40px 0;
	float: right;
}
.address {
	margin: 30px 0;
}
.contact_left h2 {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 20px;
	display: block;
}
.contact_left h2 span {
	font-size: 32px;
	color: #519a15;
}
.address p {
	display: block;
	font-size: 16px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 35px; 
}
.address p i {
	position: absolute;
	top: 0px;
	width: 20px;
	text-align: center;
	font-size: 18px;
	left: 5px;
	color: #519a15;
}
.form {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.form form {
	margin-top: 20px;
}
.map iframe {
	width: 100%;
	border: 0px;
	height: 580px;
}




.mobile_menu_icon {
    float: right;
    font-size:32px;
    font-weight: 600;
    color: #9c0758;
    margin:7px 15px 0px 0px;
    cursor: pointer;
	display:none;
	border-radius:2px;
}
.mobile_menu_icon p{
	text-align:center;
	font-size:11px;
	font-weight:400;
	color:#000;
	letter-spacing:0px;
	margin-top:0px;
	line-height:0px;
	padding-top:5px;
}

.mobile_menu
{
	width:100%;
	height:100%;
	background:#fff;
	overflow-y: auto;
	z-index:99999;
	position:fixed;
	display:block;
	top:-100%;
	transition:ease all .5s;
	/*border-right:2px solid #2259da;*/
}
.mslidemenu_close
{
	width:100%;
	float:left;
	padding:20px 15px;
	cursor:pointer;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	background:#9c0758;
}
.mslidemenu_close i
{
	float:right;
}

ul.parent {
	list-style: none;
	width: 100%;
	float: left;
	margin-top:0px;
}
ul.parent li{
	width: 100%;
	float: left;
	position: relative;
}
ul.parent li a{
	display: inline;
	width: 100%;
	height:100%;
	outline:none;
	display:table;
	border-bottom:1px solid #f0f0f0;
	padding:10px 12px; 
	color: #333745;
	font-size: 14px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: 500;;
}

ul.parent li span{
	color: #333745;
	font-size:20px;
	font-weight:bold;
	margin-top:0px;
	padding:0px;
	line-height:0px;
}
ul.parent li a:hover, .hpl_cats ul.parent li a:hover span {
	text-decoration: none;
	color: #2259da;
}
ul.parent ul {
	padding-right: 0px;
	list-style: none;
	display:none;
	background-color: #f1f1f1;
}
ul.parent ul li{
	background-color: #f1f1f1;
	position:relative;
}
ul.parent ul ul li{
	background-color: #fff;
}
ul.parent ul li:last-child{
	border-bottom: 0px dotted #ccc;
}
.menul li a span
{
	position:relative;
	float:right;
}
.menul li a span:before {
	position: absolute;
	top: 6px;
	right: 15px;
	font-size: 18px;
	content: '\f105';
	font-family: "FontAwesome";
	transition: all .5s;
}
.menul li.open a span:before {
	content: '\f107';
	transition: all .5s;
}



@media only screen and (min-width :980px) and (max-width :1279px) {
.fullpage {
	max-width: 960px;
}
.menu_nav {
    width: 69%;
}
ul.menu li {
    margin-left: 20px;
}
ul.menu li a {
    font-size: 13px;
    letter-spacing: 0px;
}
.banner_text h2 {
    font-size: 36px;
    line-height: 55px;
}
.service_ul
{
	padding:0px 10px;
}
.ready_pjt {
    padding: 60px 10px;
}
.ready_pjt ul li {
    width: 32%;
}
.clients_list li
{
	height:130px;
}
.mobile_menu_icon
{
	display:none;
}

	
	
}

@media only screen and (min-width :768px) and (max-width :979px) {
.fullpage {
	max-width: 750px;
}
.top_cnt ul{
    width: 100%;
}
.top_cnt {
    width: 54%;
	float:left;
}
.top_nav {
    width: 45%;
	float:right;
}
.top_cnt ul li a {
    font-size: 11px;
}
.top_nav ul li a {
    padding: 10px 11px;
    font-size: 12px;
}
.menu_nav {
    width: 100%;
}
ul.menu {
    float: left;
}
ul.menu li {
    margin-right: 22px;
    margin-left:0px;
}
ul.menu li a {
    font-size: 13px;
	 padding: 10px 0;
}
ul.menu li.last a {
    margin-top: 0px;
}
.item.active .banner_text {
    bottom: 50px;
}
.banner_text h2, .banner_text h2 span {
    font-size: 25px;
    line-height: 36px;
}
.hs_text {
    padding: 0px 12px;
}
.center_hd {
    font-size: 30px;
}
.service_ul
{
	padding:0px 10px;
}
.service_img {
    height: 180px;
}
.service_info h4 {
    font-size: 19px;
    margin-bottom: 10px;
}
.service_info {
    padding: 15px 0;
    font-size: 14px;
	 font-size: 12px;
    line-height: 20px;
}
.ready_pjt {
    padding: 60px 10px;
}
.ready_pjt ul li {
    width: 32%;
}
.clients_list li
{
	height:110px;
}
.ready_pjt ul li h5 {
    font-size: 16px;
}
.ready_pjt ul li span {
    font-size: 21px;
}
.ready_pjt ul li p {
    font-size: 15px;
}
.fbox li a
{
	font-size:12px;
}
.fbox
{
	padding:0px 10px;
}
.our_diffs .dif_hover h5 {
    font-size: 13px;
}
.dif_hover p
{
	font-size:12px;
}
.innerbanner h1 {
    font-size: 25px;
	padding:0px 10px;
    margin-bottom: 15px;
}
.page_text h2 {
    line-height: 30px;
    font-size: 23px;
}
.contact_left h2, .contact_left h2 span {
    font-size: 22px;
}
.contact_left {
	padding-left:10px;
}
.mobile_menu_icon
{
	display:none;
}
.home_services {
    padding: 10px 0 20px 0;
}



}

@media only screen and (min-width :360px) and (max-width :767px) {
.fullpage {
	max-width: 550px;
	padding: 0 10px;
}
.top_header, .menu, .carousel-control, .fbox::after, .page_nav 
{
	display:none !important;
}
.logo img {
    height: 70px;
}
.item.active .banner_text {
    bottom:10px;
}
.banner_text h2, .banner_text h2 span {
    font-size: 16px;
    line-height:26px;
	margin-bottom:0px;
}
.banner_text a {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 5px;
    letter-spacing: 0px;
}
.banner_text {
    width: 85%;
}
.banner_text p {
    font-size: 14px;
    line-height: 20px;
}
.hs_text {
    padding: 0px 18px;
    margin-bottom: 40px;
}
.center_hd {
    font-size: 33px;
    margin-top:0px;
}
.service_ul
{
	padding:0px 10px;
}
.service_ul li {
    width: 100%;
    margin-right: 0%;
}
.ready_pjt {
    padding: 60px 10px;
}
.ready_pjt h3 {
    font-size: 20px;
    margin-bottom:25px;
}
.ready_pjt ul li {
    width: 100%;
	margin-bottom:20px;
}
.our_diffs h2, .our_clients h3 {
    font-size: 32px;
}
.our_diffs ul li {
    width: 100%;
    margin-right: 0;
}
.clients_list li {
    width: 33%;
}
.fbox {
    width: 100%;
    margin-right: 0;
	margin-bottom:20px;
}
.fbox li {
	padding:0px 10px;
}
.fbox h3 {
	padding:0px 10px;
}
.copyrights p.left {
    width: 100%;
    text-align: center;
}
.social {
    float: none;
    width: auto;
    margin: auto;
    display: table;
}
.fbox.last {
    margin-right: 0;
    padding: 0 0px;
}
.page_cnt {
    width:100%;
	padding:0px 10px;
}
.innerbanner h1 {
    font-size: 25px;
	padding:0px 10px;
    margin-bottom: 15px;
}
.page_text h2 {
    line-height:26px;
    font-size:16px;
}
.job_text {
    width: 100%;
	text-align:justify;
	padding:0px 10px;
}
.job_dets {
    width: 100%;
}
.job_text h2, .job_dets h2 {
    font-size: 18px;
}
.contact_left {
    width: 100%;
	padding:0px 10px;
}
.contact_right {
    width: 100%;
    margin: 20px 0;
	padding:0px 10px;
}
.team li .img {
    width:100%;
}
.team li .text {
    width: 100%;
}
.career_link h3 {
    font-size: 15px;
}
.menu_nav {
    width: 21%;
}
.mobile_menu_icon
{
	display:block;
}


}

@media only screen and (min-width : 240px) and (max-width :359px) {
.fullpage {
	max-width: 320px;
	padding: 0 10px;
}
.top_header, .menu, .carousel-control, .fbox::after, .page_nav 
{
	display: none!important;
}
.logo img {
    height: 48px;
}
.item.active .banner_text {
    bottom:10px;
}
.banner_text h2, .banner_text h2 span {
    font-size: 16px;
    line-height:26px;
	margin-bottom:0px;
}
.banner_text a {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 5px;
    letter-spacing: 0px;
}
.banner_text {
    width: 85%;
}
.banner_text p {
    font-size: 14px;
    line-height: 20px;
}
.hs_text {
    padding: 0px 18px;
    margin-bottom: 40px;
}
.center_hd {
    font-size: 33px;
    margin-top:0px;
}
.service_ul
{
	padding:0px 10px;
}
.service_ul li {
    width: 100%;
    margin-right: 0%;
}
.ready_pjt {
    padding: 60px 10px;
}
.ready_pjt h3 {
    font-size: 20px;
    margin-bottom:25px;
}
.ready_pjt ul li {
    width: 100%;
	margin-bottom:20px;
}
.our_diffs h2, .our_clients h3 {
    font-size: 32px;
}
.our_diffs ul li {
    width: 100%;
    margin-right: 0;
}
.clients_list li {
    width: 33%;
}
.fbox {
    width: 100%;
    margin-right: 0;
	margin-bottom:20px;
}

.fbox3 {
    width: 100%;
    margin-right: 0;
	margin-bottom:20px;
}

.fbox3 p {
	padding:0px 10px;
}
.fbox li {
	padding:0px 10px;
}
.fbox h3 {
	padding:0px 10px;
}

.fbox3 h3 {
	padding:0px 10px;
}
.copyrights p.left {
    width: 100%;
    text-align: center;
}
.social {
    float: none;
    width: auto;
    margin: auto;
    display: table;
}
.fbox.last {
    margin-right: 0;
    padding: 0 0px;
}
.page_cnt {
    width:100%;
	padding:0px 10px;
}
.innerbanner h1 {
    font-size: 25px;
	padding:0px 10px;
    margin-bottom: 15px;
}
.page_text h2 {
    line-height:26px;
    font-size:16px;
}
.job_text {
    width: 100%;
	text-align:justify;
	padding:0px 10px;
}
.job_dets {
    width: 100%;
}
.job_text h2, .job_dets h2 {
    font-size: 18px;
}
.contact_left {
    width: 100%;
	padding:0px 10px;
}
.contact_right {
    width: 100%;
    margin: 20px 0;
	padding:0px 10px;
}
.team li .img {
    width:100%;
}
.team li .text {
    width: 100%;
}
.career_link h3 {
  font-size: 16px;
}
.menu_nav {
    width: 21%;
}
.mobile_menu_icon
{
	display:block;
}






}
