
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Anton|Lobster');

@font-face 
{
	font-family: 'Questrial-Regular';
	src: url('../fonts/Questrial-Regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'arial-roundedmt-bold';
	src: url('../fonts/arial-roundedmt-bold.ttf')  format('truetype');
}


body
{
	overflow-x:hidden;
	
}
.wrapper {
	max-width:1200px;
	margin:0px auto;
}

/**** Selection Background Color ****/
::-moz-selection { /* Code for Firefox */
    color:#fff;
    background: #00a651;
}

::selection {
    color:#fff;
    background: #00a651;
}
/**** Selection Background Color ****/
/************ affix menu code ************/

.affix {
    top: 0px;
    width: 100%;
    z-index:  9999 !important;
	background-color:#fff;
    border-radius:  0 !important;
    box-shadow: 0px 0px 3px 3px #999;
}
.affix .top-nav {
	display: none;
}
.affix .logo { 
	width: 75%;
	padding-top: 0px;
	margin-left: 16%;
}
.affix #cssmenu{ 
	margin: 0 auto;
	margin-top: 0%;
}
.navbar {
    margin-bottom: 0px!important;
    border: none !important;
}
.affix ~ .container-fluid {
   position: relative;
   top: 50px;
}
.affix .info {
	display: none;
}
.affix .contact-img { margin-top: 0%;}
.affix #cssmenu > ul > li > a {
    font-size: 15px;}
/************ affix menu code ************/

/**** Index Page Css *****/
.google-tras {
	/*! float: right; */
	padding: 11px;
}
.padding-set { padding:0 !important;}	
/*** Navigation Css ***/
.menu {
	z-index: 9999;
	position: relative;
}
.contact-img { margin-top:25%;}
/*** Navigation Css ***/

/*** Aabout Index Css ***/
.about-index {
	margin-bottom:0;
}
.about-index-title {
	font-family: 'arial-roundedmt-bold';
	font-size:40px;
	line-height:26px;
	font-weight:700;
	color:#363636;
	text-align:center;
	margin-bottom: 3%;
}
.about-index-title::after {
    height: 4px;
    display: block;
    width: 45px;
    background: #363636;
    border-bottom: 1px white;
    content: '';
    margin-top: 25px;
    margin-left: 46%;
    padding-bottom: 5px;
}

.box-text-01 {
	font-family: Questrial-Regular;
	font-size:22px;
	line-height:26px;
	font-weight:700;
	color:#59687c;
	margin-bottom: 30px !important;
}
.box-text-02 {
	font-family: Questrial-Regular;
	font-size:15px;
	line-height:26px;
	color:#59687c;
	font-weight:700;
	padding: 0px 13px;
	letter-spacing: 0.5px;
}
.rd-text {
    /*! padding: 0px 22px; */
}
.range-text {
    /*! padding: 0px 23px; */
}
/* Box image Effect */
.hover15 figure {
	position: relative;
	/*! padding-bottom: 20px; */
	height: auto;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	cursor: pointer;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
.hover15 {
	border-top:6px solid #fff;
}
.hover15:hover  {
	border-radius: 15px 15px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(210,211,227,0.88);
  -moz-box-shadow: 0px 0px 10px 5px rgba(210,211,227,0.88);
  box-shadow: 0px 0px 10px 5px rgba(210,211,227,0.88);
	border-top:6px solid #fb9902;
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
/* Box image Effect */
/*** About Index Css ***/

/*** Client Index Css ***/
.client-index {
	background-color:#f2f4f5;
}
.margin-left-img {
	/*! margin-left: 5%; */
}
.client-text {
	font-family: 'arial-roundedmt-bold';
	font-size:50px;
	line-height:26px;
	color:#363636;
	padding-top: 63px;
	position: relative;
	margin-bottom: 2%;
	text-align: center;
}
.client-text::after {
    height: 4px;
    display: block;
    width: 45px;
    background: #363636;
    border-bottom: 1px white;
    content: '';
    margin-top: 25px;
    margin-left: 46%;
    padding-bottom: 5px;
}
.client-text-01 {
	font-family: 'Questrial-Regular';
	font-size:17px;
	line-height:33px;
	color:#59687c;
	font-weight:700;
	text-align: justify;
	margin-bottom: 7%;
	letter-spacing: 1px;
}
/*** Client Index Css ***/

/** latestnews Index Css **/
.latestnews {
	margin-bottom:0%;
	background-image: url('../images/latest-news-bg.png');
	height: 670px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.latestnews-index{
  font-family: 'arial-roundedmt-bold';
  font-size: 40px;
  line-height: 26px;
  font-weight: 700;
  color:#fff;
  text-align: center;
  margin-bottom: 3%;
  padding-top: 3%;
}
.latestnews-index::after {
    height: 4px;
    display: block;
    width: 45px;
    background: #fff;
    border-bottom: 1px white;
    content: '';
    margin-top: 25px;
    margin-left: 49%;
    padding-bottom: 5px;
}
.latest-news-img {
	padding-top:14%;
}
.news-btn a {
    color: #fff;
    /*! background: #ffbc56; */
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 35px 35px;
    padding: 12px 25px;
    line-height: 29px;
    font-family: 'Questrial-Regular';
    letter-spacing: 1px;
    font-weight: 700;
    border: 3px solid #fff;
}

.news-btn a:hover  {
    color: #fff;
	 background: #2e2e2e;
	 text-decoration:none;
}
/** latest news Index Css **/

/************ footer Index css ************/
.footer {
	background-color:#f7f7f7;
	padding: 4% 0px 4% 0px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.footer-font {
	font-family: 'Questrial-Regular';
	font-size:25px;
	font-weight:700;
	color:#363636;
}
.fa-padding {
	padding: 0px 20px 0px 0px;
}
.footer-font-01 {
	font-family: 'Questrial-Regular';
	font-size:15px;
	color:#363636;
	line-height:26px;
	letter-spacing: 1px;
	font-weight: 700;
}
.footer-font-01 a:hover {
	color:#FB9902;
}
.footer ul {
	padding:0px;
	list-style:none;
}
.footer-font-02 {
	font-family: 'Questrial-Regular';
	font-size:15px;
	line-height:30px;
	color:#363636;
	white-space: nowrap;
	letter-spacing: 1px;
	font-weight: 700;
}
.footer-font-02:hover {
	color:#F79908;
}
.footer-font-03 {
	font-family: 'myriad pro-regular';
	font-size:14px;
	line-height:26px;
	color:#363636;
	letter-spacing: 0.5px;
}
.footer-font-03:hover {
	color:#F79908;
}
.footer-map {
	white-space: nowrap;
	/*! margin-left: -15%; */
}
/************ footer Index css ************/

/************ copy write Index css ************/
.copy-write {
	background-color:#f9ae3a;
	padding: 20px;
}
.copy-write-font {
	color:#363636;
	font-size:14px;
	font-family: 'arial-roundedmt-bold';
	letter-spacing: 0.9px;
	margin: 0px;
}
.copy-write-font-01 {
	color:#363636;
	font-size:14px;
	font-family: 'arial-roundedmt-bold';
	float:right;
	letter-spacing: 0.9px;
	margin: 0px;
}
.copy-write-font-01 a:hover {
	color:#02A74F;
}
/************ copy write Index css ************/

/************ top arrow contant  ************/
.scrollTop {
   opacity: 0;
	position: fixed;
	text-align: center;
	line-height: 12px !important;
	right: 26px;
	bottom: 0;
	color: #fff;
	border-radius: 100px;
	z-index: 999;
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center;
	transition: opacity .3s,bottom .5s,box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;
	background-color: #b3b3b3;
	overflow: hidden;
}
.scrollTop i {
    line-height: 39px !important;
    width: 39px !important;
    height: 39px !important;
    top: 0 !important;
    left: 0 !important;
    position: relative;
    z-index: 10;
    transform: translate(0,0);
    transition: transform .2s ease;
    color: #fff;
}

.scrollTop i, .scrollTop:hover {
    background-color: transparent !important;
}
.scrollTop i, .text-small {
    font-size: 30px !important;
}
.scrollTop i, .text-center {
    text-align: center !important;
}
.scrollTop::before, .scrollTop:hover::after {
    transform: scale(1);
}
.scrollTop::after, .scrollTop::before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #F79908;
    transform: scale(0);
    transition: all .3s cubic-bezier(.55,0,.1,1);
    border-radius: 100px;
}
.scrollTop:hover i {
    transform: translate(0,-39px) !important;
}
/************ top arrow contant  ************/
/**** Index Page Css *****/	

/**** About Page Css *****/	
.titel-text {
	font-family: 'Anton', sans-serif;
	font-size:60px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0px;
	margin-top: -75px;
	text-shadow: 2px 0px 4px #009c3b;
	letter-spacing: 2px;
}
.titel-text::after {
	height:6px;
	display:block;
	width:10%;
	border-left:3px;
  	content: '';
  	background-color: #009c3b;
  	margin-top: 9px;
  	margin-left: 0;
 	padding-bottom: 5px;
}
.margin-bottom {
	 margin-bottom: 3%;
}
/**left menu**/
.box1 {
    box-shadow: 0 0 15px #989595;
    padding: 15px;
}
#left ul.nav li .sign {
    display: inline-block;
    width: 14px;
    padding: 6px 0px;
    background-color: transparent;
    color: #000;
}
#left ul.nav > li.item-1 .lbl {
    color: #000;
}
#left ul.nav li a .lbl {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Questrial-Regular';
    letter-spacing: 1px;
}
#left ul.nav li .lbl {
    padding: 6px 8px;
    display: inline-block;
}
#left ul.nav > li.item-1.parent > a > .sign, #left ul.nav > li.item-1 li.parent > a > .sign {
    margin-left: 0px;
    float: right;
}
.fa-plus::before {
    content: "\f067";
    /*! margin-left: 100px; */
    background: #000;
    color: #fff;
    padding: 5px 7px;
}
#left ul.nav ul.children {
    padding-left: 20px;
    width: auto;
}
#left ul.nav ul, #left ul.nav ul li {
    list-style: none !important;
        list-style-type: none;
    list-style-type: none !important;
    margin-top: 1px;
    margin-bottom: 1px;
}
/**left menu**/
.about-page {
	font-family: 'Questrial-Regular';
	color: #000;
	font-size: 16px;
	line-height: 32px;
	/*! margin-bottom: 4%; */
	letter-spacing: 1px;
	text-align: justify;
	font-weight: 700;
}
.about-page-italic {
    background: #eee;
	padding: 25px;
	border-left: 4px solid #fb9902;
    font-style: italic;
    font-family: 'Questrial-Regular';
    color: #000;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: justify;
    font-weight: 700;
    margin-bottom: 2%;
}
.panel-font {
	font-size: 25px;
	line-height: 40px;
	color: #363636;
	font-family: 'arial-roundedmt-bold';
}
.panel-font::after {
	height: 4px;
  display: block;
  width: 60px;
  background:#363636;
  border-bottom: 1px white;
  content: '';
  margin-top: 7px;
}
.about-head{
	font-size: 30px;
	line-height: 40px;
	color: #363636;
	text-align:left;
	font-weight:700;
	margin-bottom:16px;
	font-family: 'arial-roundedmt-bold';
}

.about-head::after {
   height: 4px;
   display: block;
   width: 60px;
   background: #363636;
   border-bottom: 1px white;
   content: '';
   margin-top: 7px;
}
  
.about-paragraph {
	font-family: 'Questrial-Regular';
	font-size: 20px;
	line-height: 38px;
	color: #383838;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 5%;
}
.about-paragraph-sub {
	margin-left: 6%;
	margin-bottom: 0;
}
/*** aboutus Page Css ****/

/*** Blog Page Css ****/
.blog-bg-img {
	background-image: url('../images/blog-header.jpg');
	height: 670px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:7%;
}
.blog-text {
    font-family: 'Anton', sans-serif;
    font-size: 60px;
    color: #fff;
	font-weight: 700;
	margin-bottom: 0px;
	text-shadow: 2px 0px 4px #009c3b;
    letter-spacing: 2px;
    float: left;
    margin-top: 35%;
}
.blog-img {
	margin-bottom:6%;
}
.lbl.blog-font {
    font-size: 20px !important;
    line-height: 46px;
    text-transform: uppercase;
}
.sign.sign-blog {
    padding: 19px 0px !important;
}
.blog-border {
	border-top: 3px dotted;
	border-bottom: 3px dotted;
	padding: 3px 0px;
	margin-bottom: 17px !important;
}
.blog-border-01 {
	border-top: 3px dotted;
	padding: 3px 0px;
}
/*** Blog Page Css ****/

/******* Tab Accordion************/
#accordion{
    padding-left: 80px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#accordion:before{
    content: "";
    width: 5px;
    height: 100%;
    background: #363636;
    position: absolute;
    top: 0;
    left: 22px;
    z-index: -1;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 30px 15px 0;
    background: #fff;
    font-size: 30px;
    font-weight: bold;
    color: #363636;
    position: relative;
    transition: all 0.5s ease 0s;
    font-family: 'arial-roundedmt-bold';
}
#accordion .panel-title a:before{
    content: "\f068";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border-radius: 50%;
    background: #eee;
    text-align: center;
    font-size: 17px;
    color: #363636;
    border: 4px solid #363636;
    position: absolute;
    top: 0px;
    left: -80px;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    background: #fff;
}
#accordion .panel-body{
    padding: 10px 15px;
    background: #eee;
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) inset, 0 1px 2px rgba(255, 255, 255, 0.9);
    font-size: 15px;
    color: #59687c;
    line-height: 25px;
    font-family: 'Questrial-Regular';
}
/******* Tab Accordion************/




