a{text-decoration:none !important;}
a:hover{text-decoration:none !important;}
ul,li{list-style:none; margin:0; padding:0;}
h1,h2,h3,h4,h5{margin:0; padding:0;}
header{}
.wrapper{width:1000px; margin:0 auto;}
.navwrapper{width:1000px; margin:0 auto; position:absolute; z-index:100; left:0; right:0;}

.navcontainer{padding:50px 0 0 0; float:right;} 

.sociallinks{float:right; padding:22px 25px 0 0;}
.sociallinks ul{list-style:none; margin:0; padding:0;}
.sociallinks ul li{float:left; display:inline; padding:0 10px 0 0;}
.sociallinks ul li:last-child{padding:0 0 0 0;}
.sociallinks ul li a{width:32px; height:32px; background: rgba(255, 255, 255, .5); color:#000; display:block; text-align:center; margin:0 auto; line-height:32px; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; font-size:20px !important;}
.sociallinks ul li a:hover{background:#30353c; color:#fff; border: 2px solid #fff;}



.navbar{border-radius: 0px !important; margin-bottom:0px !important; min-height:40px !important; border:0px !important;}
.navbar-default{background:none !important; border-color:inherit !important;}
.navbar-inverse{background:none !important; border:0px !important;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{border:0px !important;}
.navbar-brand{font-family: 'Open Sans', sans-serif; font-weight:700 !important; font-size:32px !important; padding:20px 0 0 0 !important; height:auto !important;}
.navbar-default .navbar-brand{color:#fff !important;}
.navbar-default .navbar-brand:hover{color:#fff !important;}
.navbar-nav .dropdown-menu > li{border-bottom:1px solid #9a9a9a !important;}
.navbar-nav .dropdown-menu > li:last-child{border-bottom:none !important;}


p{margin-bottom:0px;}

.topwrapper{background:#ff9900;}
.topin{width:1140px; margin:0 auto; text-align:center;}

.callpart{border-left:1px solid #fff; padding:16px 0px; width:215px;}
.callpart a{display:inline-block; text-align:center; margin:0 auto; color:#fff; line-height:30px; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.callpart a i{-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; border:1px solid #fff; width:30px; height:30px; line-height:30px; -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.callpart a:hover{color:#000;}
.callpart a:hover i{border:1px solid #000;}

.searchpart{border-left:1px solid #fff; padding:16px 24px; width:215px; height:63px;}
.searchpart input {
	outline: none;
}
.searchpart input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
.searchpart input::-webkit-search-decoration,
.searchpart input::-webkit-search-cancel-button {
	display: none; 
}


.searchpart input[type=search] {
	background:url(../images/search-icon.png) no-repeat 9px center;
	border:none !important;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.searchpart input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #66CC75;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


.searchpart input:-moz-placeholder {
	color: #999;
}
.searchpart input::-webkit-input-placeholder {
	color: #999;
}

.notspace{padding:0 0 0 0 !important;}


/* Demo 2 */
#demo-2 input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer; float:left;
}
#demo-2 input[type=search]:hover {
	background-color: #000;
}
#demo-2 input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #fff;
	background-color: #000;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}


.navbar-default .navbar-nav > li > a{-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.navbar-default .navbar-nav > li > a:hover{color:#a4dd25 !important;}  
  
.cool-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    //transition: width .3s;
}

.loggedbtn{padding:10px 0; float:right;}
.loggedbtn a{float:left; display:inline; float:left; border:1px solid #fff; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; font-family: 'Lato', sans-serif; font-weight:400; text-transform:uppercase; line-height:36px; padding:0 35px; color:#fff; margin-right:10px; background:none !important; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; display:inline-block;}
  
.loggedbtn a.last{margin-right:0px;}
.loggedbtn a:hover{border:1px solid #000; background:#fff;}

.loggedbtn .btn-default.focus, .btn-default:focus{border-color:#fff !important; outline:none !important;}


.navbar-nav > li > a{line-height:45px !important; padding-top:0px !important; padding-bottom:0px !important; font-family: 'RobotoSlab-Regular' !important; text-transform:none !important; color:#fff !important; font-size:18px !important; height:45px !important; /*background:url(../images/navbg.jpg) left top repeat-x !important;*/}
.nav>li>a{padding:0px 16px !important;}
.nav>li>a.last{padding:0px 0px 0px 16px!important;}
.navbar-nav > li > a:hover{color:#ff9900 !important; border-top:none !important; background:none !important;}
.dropdown-menu>li>a{-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.dropdown-menu>li>a:hover{color:#a4dd25 !important;}



@font-face {
  font-family: 'Humanist777BT-RomanB';
  src: url('../fonts/Humanist777BT-RomanB.eot?#iefix') format('embedded-opentype'),  url('../fonts/Humanist777BT-RomanB.woff') format('woff'), url('../fonts/Humanist777BT-RomanB.ttf')  format('truetype'), url('../fonts/Humanist777BT-RomanB.svg#Humanist777BT-RomanB') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'NirmalaUI';
  src: url('../fonts/NirmalaUI.eot?#iefix') format('embedded-opentype'),  url('../fonts/NirmalaUI.woff') format('woff'), url('../fonts/NirmalaUI.ttf')  format('truetype'), url('../fonts/NirmalaUI.svg#NirmalaUI') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SakkalMajalla';
  src: url('../fonts/SakkalMajalla.eot?#iefix') format('embedded-opentype'),  url('../fonts/SakkalMajalla.woff') format('woff'), url('../fonts/SakkalMajalla.ttf')  format('truetype'), url('../fonts/SakkalMajalla.svg#SakkalMajalla') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NewsGothicBT-RomanCondensed';
  src: url('../fonts/NewsGothicBT-RomanCondensed.eot?#iefix') format('embedded-opentype'),  url('../fonts/NewsGothicBT-RomanCondensed.otf')  format('opentype'),
	     url('../fonts/NewsGothicBT-RomanCondensed.woff') format('woff'), url('../fonts/NewsGothicBT-RomanCondensed.ttf')  format('truetype'), url('../fonts/NewsGothicBT-RomanCondensed.svg#NewsGothicBT-RomanCondensed') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/RobotoSlab-Regular.woff') format('woff'), url('../fonts/RobotoSlab-Regular.ttf')  format('truetype'), url('../fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#a4dd25 !important; border-top:none !important; background:none !important;}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#a4dd25 !important; border-top:none !important; background:none !important;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{color:#a4dd25 !important; border-top:none !important; background:none !important;}
.navbar-nav{float:none !important; width:100% !important;}


.linenav{background:url(../images/navline.png) right center no-repeat !important;}

.topwrap{background:#f0f0f0; border-bottom:1px solid #a1a1a1; height:16px; width:100%;}
.bannerslider{width:100%; margin:0 auto;}

.white{background:#fff; padding:60px 0 30px 0; overflow:hidden;}
.introin{padding:60px 0px 30px 0; text-align:center; border-bottom: 1px solid #808080;}
.introin h1{margin:0; padding:0 0 45px 0; color:#000; font-size:36px; line-height:36px; font-family: 'Oswald', sans-serif; font-weight:600; text-transform:uppercase;}
.introin p{font-family: 'Calibri-Light'; color:#2e2e2e; font-size:18px; line-height:25px; padding-bottom:25px; font-style:italic;}
.introin a{margin:0 auto; display:inline-block; padding:0px 20px; background:#ff5301; text-transform:uppercase; color:#fff; line-height:50px; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; font-family: 'DroidSans-Bold';}
.introin a:hover{background:#000; text-decoration:none; color:#fff;}



.latestwrapper{overflow:hidden; padding:130px 0 70px 0; width:1140px; margin:0 auto;}
.insidewrap{width:auto; padding:0px 0 0 0;}
.insidewrap h2{margin:0; padding:0 0 20px 10px; font-size:30px; color:#000; line-height:30px; font-family: 'RobotoSlab-Regular'; text-align:left;}

.insidewrap a {
	font-family: 'Humanist521BT-Light';
	float:right;
	font-size:18px;
	color:#fff;
	text-decoration:none; text-transform:uppercase;
	line-height:35px;
	margin-right:18px;
	font-weight:bold;
	float:right; margin-right:35px; display:inline-block; background:#18b5dc; width:246px; text-align:center; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; behavior: url(PIE.htc); position:relative; margin-top:20px;
}
.insidewrap a:hover {
	text-decoration:none; background:#000;
}


.clear{clear:both;}


.onlineinfo{width:auto;}
.onlineinfo span{display:block;}
.onlineinfo span img{display:block; text-align:center; margin:0 auto; padding-bottom:30px;}
.onlineinfo h2{font-family: Rockwell,Courier Bold,Courier,Georgia,Times,Times New Roman,serif; font-size:25px; line-height:25px; color:#fff;}

.knowledgewrap{padding:45px 0 0 0; background:url(../images/knowledgebg.png)center top no-repeat; background-size:cover; border-top:1px solid #666;}
.knowtitile{text-align:center;}
.knowtitile h2{color:#2a2e33; font-family: 'NewsGothicBT-Bold'; font-size:36px; line-height:36px; margin:0; padding-bottom:40px;}

.centerinfo{text-align:center; padding-bottom:50px;}
.centerinfo img{border:1px solid #767676; display:block; margin-bottom:20px; -webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
filter: none; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}

.centerinfo img:hover{filter: url(“data:image/svg+xml;utf8,#grayscale”); /* Firefox 10+, Firefox on Android */
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; /* IE 6-9 */ border:1px solid #000;}  
.centerinfo h2{color:#4d4d4d; font-size:20px; margin:0; font-family: 'MyriadPro-Regular'; padding-bottom:15px; -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.centerinfo h2 a{color:#4d4d4d;}
.centerinfo p{color:#4d4d4d; font-size:15px; margin:0; font-family: 'MyriadPro-Regular';}
.centerinfo p a{color:#4d4d4d;} 
.centerinfo a:hover h2{color:#000; text-decoration:none;}




/* ==============CSS for News Ticker======================*/
.news_feed{height:36px; margin-bottom:15px; margin-top:30px;}
.newsfeed_label{float: left; font-size: 16px;padding: 0px 10px;color: #fff; font-family: 'Roboto', sans-serif; line-height:36px; height:36px; margin:0; background:#30353c;}
#ticker01{float: left;}
.tickercontainer .mask {width: 100% !important;}
/* ==============CSS for News Ticker======================*/



/*=======news_ticker.css==============*/

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
// border: 1px solid #fff;
//max-width: 538px; 
height: 36px; 
margin: 0; 
padding: 0 20px;
overflow: hidden; 
background:#30353c;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 0px;
width: 100px;
overflow: hidden;
background:#30353c;
}
ul.newsticker { /* that's your list */
position: relative;
left: 550px;
font: bold 14px Verdana;
list-style-type: none;
margin: 0;
padding: 0;


}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
color:#ffb619; line-height:36px;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ffb619;
font: normal 14px  'Roboto', sans-serif;
margin: 0 5px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

/*=======news_ticker.css==============*/



#login-modal .modal-dialog{width:350px !important; margin:0 auto !important; top:50px;}

#icon-login-msg, #icon-lost-msg, #icon-register-msg {
    width: 30px;
    float: left;
    line-height: 28px;
    text-align: center;
    background-color: #dadfe1;
    margin-right: 5px;
    transition: all ease-in-out 500ms;
}

#div-login-msg, #div-lost-msg, #div-register-msg {
    border: 1px solid #dadfe1;
    height: 30px;
    line-height: 28px;
    transition: all ease-in-out 500ms;
}

#login-modal input[type="text"], input[type="password"] {
    margin-top: 10px;
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6; display:inline-block; float:left;
}

.latestnews{width:50%; float:right; background:#ff9c47;}
/*.latestnews h2{margin:0; padding:0 0 20px 0px; font-size:30px; color:#000; line-height:30px; font-family: 'RobotoSlab-Regular'; text-align:center;}*/


.space{padding:0 0 0 0 !important;}


.indicators-line > .carousel-indicators{display:none !important;}

.footerpic{background:url(../images/footerpic.png) center top no-repeat; height:691px;}

.videowrap{/*behavior: url(PIE.htc); position:relative; -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.75);*/ width:50%; float:right; height:476px;}
.videowrap img{display:block; width:100%; height:524px;}



#scrollbar1 .overview ul {
	padding:0 10px 0 0; margin:0;
}
#scrollbar1 .overview ul li {
	font-family: 'Raleway', sans-serif;
	color:#000;
	font-size:14px;
	color:#000000;
	line-height:24px; font-weight:300;
	padding:0 40px 20px 48px; text-align:left;
	background:url(../images/news-bullet.png) no-repeat left 7px;
}

.news_nse {
	background:#30353c;
	 font-family: 'Roboto', sans-serif;
    clear: both;
	font-size:14px;
	line-height:16px;
	color:#ffb619;
	padding: 10px 22px;
}
.news_nse span {
	font-size:17px;
	padding:0 12px 0 0;
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0 30px 0 0;
	color:#ffffff;
	text-transform:uppercase;
	background:url(../images/news_nse_span_bg.jpg) no-repeat right center;
}





.latestcontainer .carousel-inner > .item{height:auto !important;}
.latestcontainer .carousel-inner{background:none !important;}


.proinformation{padding:80px 0; text-align:center;}
.proinformation h2{font-family: 'Oswald', sans-serif; font-size:30px; color:#000; margin:0; padding:0 0 60px 0; text-transform:uppercase;}
.proinfoin{text-align:center; width:330px;}
.nospace{padding-left:0px !important; padding-right:0px !important;}
.proinfoin h2{font-size:18.75px; line-height:19px; color:#000; font-family: 'MyriadPro-Regular'; text-transform:uppercase; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}

.proinfoin img{display:block; margin:0 auto; text-align:center; 
-moz-filter: none;
-ms-filter: none;
filter: none; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; margin-bottom:35px;}


.proinfoin img:hover{filter: url(“data:image/svg+xml;utf8,#grayscale”); /* Firefox 10+, Firefox on Android */
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; /* IE 6-9 */}

.proinfoin a{-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}

.proinfoin a:hover h2{color:#0170e6;}

.nospace2{padding-left:0px !important; padding-right:0px !important;}


.knowinfo{background:#ebebeb; padding:65px 0;}
.knowin{text-align:center;}

.knowin h2{font-family: 'Oswald', sans-serif; font-size:30px; color:#000; line-height:30px; text-transform:uppercase; font-weight:700; padding-bottom:45px;}
.knowinin{ -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; text-align:center;}
.knowinin a{-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; behavior: url(PIE.htc); position:relative; display:inline-block; padding:0 45px; background:#0170e6; line-height:35px; color:#fff; font-size:15px; text-transform:uppercase; text-align:center; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; margin-top:25px;}
.knowinin:hover a{background:#000;} 
.knowinin:hover .knowintop h3{color:#000;}
.knowinin:hover .knowintop p{color:#000;}
.knowintop{background:#fff; text-align:center; padding:20px 28px 30px 28px; min-height:390px;}
.knowinin:hover{transform: scale(1.1);}
.knowintop img{display:block; text-align:center; margin:0 auto; padding-bottom:25px;} 
.knowintop h3{margin:0; padding:0 0 15px 0; font-family: 'MyriadPro-Regular'; color:#000; font-size:20px; line-height:25px; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.knowintop p{font-family: 'MyriadPro-Regular'; color:#000; font-size:12px; line-height:20px;}
.knowintop:hover{}


.smartsolve{background:url(../images/smart-solution.png) center top no-repeat; background-size:cover; padding:50px 0;}
.smartsolvein{width:850px; margin:0 auto; text-align:center;}
.smartsolvein h2{color:#f2f2f2; font-size:30px; text-transform:uppercase; line-height:30px; text-transform:uppercase; padding-bottom:20px; font-family: 'Oswald', sans-serif; margin:0;}
.smartsolvein p{color:#ddeff3; font-size:20px;  font-family: 'Humanist521BT-Light'; line-height:22px; padding-bottom:20px;}


.smartsolveinfo{-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; behavior: url(PIE.htc); position:relative; border:1px solid #fff; text-align:center; box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.2);
-moz-box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.2);
-webkit-box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.2);}
.smartsolveinfoin{margin:0 auto; margin:2px; background:#fff; padding:48px 20px 25px 20px; text-align:center;}
.smartsolveinfoin img{display:block; text-align:center; margin:0 auto; padding-bottom:40px;}
.smartsolveinfoin h2{font-size:19px; line-height:22px; color:#3c3c3c; font-family: 'MyriadPro-Regular'; padding-bottom:25px; padding-top:0px; margin:0; text-transform:none;}
.smartsolveinfoin a{-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; behavior: url(PIE.htc); position:relative; display:inline-block; padding:0 0px; background:#0170e6; line-height:35px; color:#fff; font-size:15px; text-transform:uppercase; text-align:center; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; width:124px; margin:0 auto;}
.smartsolveinfoin:hover a{background:#000;} 

.onlinewrap{text-align:center; border-bottom: 1px solid #808080; padding-bottom:60px; overflow:hidden; width:940px; margin:0 auto;}
.onlinewrap h2{font-family: 'Oswald', sans-serif; color:#3c3c3c; font-size:30px; line-height:30px; text-transform:uppercase; padding-bottom:40px;}
.onlinewrapin{width:740px; margin:0 auto;}
.serve{ text-align:center; width:168px; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.serve h3{font-size:24px; line-height:24px; color:#000; font-family: 'Humanist777BT-RomanB';}
.servicecircle{background:#c5cdda; text-align:center; margin-bottom:40px; width:168px; height:168px;}
.servicecircle img{display:block; text-align:center; margin:0 auto; line-height:80px; position:relative; top:25%; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.serve:hover h3{color:#0170e6;}
.serve:hover .servicecircle img{-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(160deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);}
	

.orange{background:#02c0e2;}
.loginform{background:#02c0e2; width:1250px; margin:0 auto; padding:15px 100px 18px 100px; /*-webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.75);*/ behavior: url(PIE.htc); /*position:relative; top:-51px;*/} 
.loginform ul{list-style:none; margin:0; padding:0;}
.loginform ul li{float:left; display:inline; padding:0 25px 0 0;}
.loginform ul li:last-child{padding:0 0 0 0;}
.memberlog{width:160px; padding:20px 0 0 0; text-align:left;}
.memberlog h2{color:#00262d; font-size:39px; line-height:30px; text-transform:none; font-family: 'RobotoSlab-Regular'; margin:0; padding:0; font-weight:500; margin-top:-5px;}
.memberlog h2 span{text-transform:uppercase; font-size:47px; line-height:47px; display:block;}
.memberlog a{color:#000; font-size:24px; line-height:33px; -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; behavior: url(PIE.htc); position:relative; background:#00ccff; text-transform:uppercase; font-family: 'MyriadPro-Regular'; display:block; text-align:center;}
.memberlog a:hover{text-decoration:none !important; }
.userlog{width:300px; padding:19px 0 0 0;}

.userlog a{color:#92e4f2; font-size:18px; line-height:18px; font-family: 'RobotoSlab-Regular'; display:block; padding:0 0 0px 45px; margin:0 0 0 0 !important; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; display:inline-block;}
.userlog a:hover{color:#000;}

.userlog input.txt{ width:300px; padding:0 40px; height: 62px; border: none; color: #757575; font-size:18px; font-family: 'RobotoSlab-Regular'; transition: all 0.3s ease 0s; line-height:62px; text-transform: none; float:none; display:block; float:left; border:1px solid #f8f8f8; font-weight:100; text-align:left; background:#f8f8f8; -webkit-border-radius: 50px; -moz-border-radius: 50px;
border-radius: 50px; margin-bottom:12px;}

.userlog input.txt::-webkit-input-placeholder { /* Safari, Chrome and Opera */ color:#757575; opacity:1}
.userlog input.txt::-moz-placeholder { /* Firefox 18- */ color:#757575; opacity:1}
.userlog input.txt::-moz-placeholder { /* Firefox 19+ */color: #757575; opacity:1}
.userlog input.txt::-ms-input-placeholder { /* IE 10+ */color:#757575; opacity:1}
.userlog input.txt::-ms-input-placeholder { /* Edge */ color: #757575; opacity:1}
.userlog input.txt::placeholder-shown { /* Standard one last! */color: #757575; opacity:1}

.userlog input:focus{outline: none; box-shadow: 0px 0px 12px #00262d; border-color: #00262d;}

.subwrap{width:auto; padding:20px 0 0 15px;}
.subwrap .fa-angle-double-right{color:#b8202b; font-size:30px;}

.subwrap input.submitbtn{font-size:30px; line-height:60px; height:60px; color:#fff; text-align:center; display:block; cursor:pointer; border:0; outline:none; font-family: 'RobotoSlab-Regular'; font-weight:300; text-transform:uppercase; background:#fff;/*background:#ca6e55;*/ width:198px; transition: all 0.5s ease; behavior: url(PIE.htc); position:relative; 
 background:url(../images/signbtn.png) left top repeat-x;} 
.subwrap input.submitbtn:hover{/*box-shadow: inset 200px 0 0 0 #00ccff;*/ color:#00ccff; color:#1a1857;}

.userpass{width:300px; padding:19px 0 0 0;}
.userpass p{color:#ffd700; font-size:17px; line-height:18px; font-family: 'MyriadPro-Regular'; display:block; padding:0 0 5px 0; margin:0 0 0 0 !important;}
.userpass a{color:#92e4f2; font-size:18px; line-height:18px; font-family: 'RobotoSlab-Regular'; display:block; padding:0 0 0px 45px; margin:0 0 0 0 !important; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; display:inline-block;}
.userpass a:hover{color:#000;}


.userpass input.txt{ width:300px; padding:0 40px; height: 62px; border: none; color: #6f6f6f; font-size:18px; font-family: 'RobotoSlab-Regular'; transition: all 0.3s ease 0s; line-height:62px; text-transform: none; float:none; display:block; float:left; border:1px solid #f8f8f8; font-weight:100; text-align:left; background:#f8f8f8; -webkit-border-radius: 50px; -moz-border-radius: 50px;
border-radius: 50px; margin-bottom:12px;}


.userpass input.txt::-webkit-input-placeholder { /* Safari, Chrome and Opera */ color:#8e8e8e; opacity:1}
.userpass input.txt::-moz-placeholder { /* Firefox 18- */ color:#8e8e8e; opacity:1}
.userpass input.txt::-moz-placeholder { /* Firefox 19+ */color: #8e8e8e; opacity:1}
.userpass input.txt::-ms-input-placeholder { /* IE 10+ */color:#8e8e8e; opacity:1}
.userpass input.txt::-ms-input-placeholder { /* Edge */ color: #8e8e8e; opacity:1}
.userpass input.txt::placeholder-shown { /* Standard one last! */color: #8e8e8e; opacity:1}

.userpass input:focus{outline: none; box-shadow: 0px 0px 12px #00262d; border-color: #00262d;}

.usertxt{float:left; padding:19px 0 0 30px;}
.usertxt a{display:block; font-family: 'MyriadPro-Regular'; color:#fff; font-size:18px; line-height:25px; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; text-decoration:none; border:0; outline:none;}
.usertxt a:hover{color:#000;}


.knowledge{width:1000px; margin:0 auto; text-align:center; overflow:hidden; padding:100px 0;}
.knowledge h2{margin:0; padding:0 30px 0px 30px; font-size:36px; color:#000; line-height:67px; font-family: 'SakkalMajalla'; text-align:center; position:relative; display:inline-block; text-align:center; text-transform:uppercase; border:1px solid #e1e1e1; margin-bottom:70px;}



.mainwrap{width:318px; height:354px;}

.box {
    position: relative;
}

.box_content {
    position: absolute;
    top: 0;
    left: 0;
}

.title {
    position: absolute;
    bottom: 0;            /* This moves it to the bottom (initial state) */
    width: 100%;
    height: 35%;
    background: rgba(253, 164, 32, .8);
    background: rgba(253, 164, 32, .8);
    transition: top 1s; font-family: 'NirmalaUI'; font-size:24px; line-height:30px; color:#fff; line-height:30px;  -webkit-transition:all 1s ease-in-out; padding:30px 0;
		-moz-transition:all 1s ease-in-out;
		-o-transition:all 1s ease-in-out;
		-ms-transition:all 1s ease-in-out;
		transition:all 1s ease-in-out; text-transform:uppercase; text-shadow: 0 0 0.5em #f77500, 0 0 0.5em #f77500, 0 0 0.5em #f77500;
}

.box:hover .title {
    bottom: 0;           /* This moves it to the top (only on hover) */
	color:#000;
	height:100%; background: rgba(253, 164, 32, .8);
}







.servicesinformation{width:auto; margin:0 auto; padding:75px 0 0 0;}

.servinform{text-align:center; padding:60px 0 80px 0;}
.servinform img{display:block; text-align:center; margin:0 auto; margin-bottom:40px; -webkit-transition:all 1s ease-in-out;
		-moz-transition:all 1s ease-in-out;
		-o-transition:all 1s ease-in-out;
		-ms-transition:all 1s ease-in-out;
		transition:all 1s ease-in-out;}
.faint:hover{background:#005d83;}
.servinform h2{font-family: 'RobotoSlab-Regular'; color:#000; font-size:20px; line-height:20px;}
.servinform:hover img{-webkit-transform: rotate(360deg);
          transform: rotate(360deg);}
.servinform:hover h2{color:#00262d;}

.sliderwrap{width:1250px; margin:0 auto; padding:75px 0;}

/* carousel */
.sliderwrap #quote-carousel 
{
  padding: 0 10px 60px 10px;
  margin-top: 30px;
}

/* Control buttons  */
.sliderwrap #quote-carousel .carousel-control
{
  background: none;
  display:none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
.sliderwrap #quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
.sliderwrap #quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
.sliderwrap #quote-carousel .carousel-indicators 
{
display:none;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
.sliderwrap #quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.sliderwrap #quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
.sliderwrap #quote-carousel img
{
  width: 110px;
  height: 110px; border:5px solid #c0c0c0;
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    /*content: "\f10d";
    font-family: 'Fontawesome';*/
    float: left;
    margin-right: 10px;
}

.ltpart{background:#f0f0f0; text-align:center; padding:100px 0 60px 0; width:625px; float:left; min-height:440px;}
.ltpart h2{font-family: 'RobotoSlab-Regular'; color:#000; font-size:30px; line-height:30px; padding-bottom:20px;}
.ltpart p{font-family: 'RobotoSlab-Regular'; color:#000; font-size:18px; line-height:25px;}

.nospace{padding-left:0 !important; padding-right:0 !important;}
.rtpart{background:#00c0e1; text-align:center; float:right; width:565px; padding:100px 60px;}
.rtpart p{font-family: 'RobotoSlab-Regular'; color:#fff; font-size:18px; line-height:40px; font-style:italic;}

.clientwrap{background:#a1d034; padding:50px 0; text-align:center;}
.clientwrap h2{margin:0; padding:0 30px 0px 30px; font-size:48px; color:#000; line-height:48px; font-family: 'NewsGothicBT-RomanCondensed'; text-align:center; position:relative; display:inline-block; text-align:center; text-transform:uppercase; margin-bottom:30px;}
.clientwrap h4{margin:0; font-family: 'NewsGothicBT-RomanCondensed'; color:#354511; font-size:22px; line-height:22px; padding-bottom:30px;}
.clientwrap small{margin:0; font-family: 'Open Sans', sans-serif; color:#000; font-size:18px; line-height:22px; padding-bottom:30px; text-transform:none; font-weight:400; display:block;}
.clientwrap a{width:198px; margin:0 auto; display:block; background:#141414; line-height:58px; font-family: 'NewsGothicBT-RomanCondensed'; color:#fff; font-size:24px;  text-decoration:underline !important; -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  }
.clientwrap a:hover{-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);}
/* carousel */
.clientwrap #quote-carousel 
{
  padding: 0 0px 0px 0px;
  margin-top: 0px;
  width:1090px; margin:0 auto; position:relative;
}

.clientwrap .leftquote{position:absolute; z-index:1000; left:-0px; top:200px;}
.clientwrap .leftquote img{width:37px !important; height:26px !important; display:block; text-align:center; border:none !important;}

.clientwrap .rightquote{position:absolute; z-index:1000; right:0px; bottom:0px;}
.clientwrap .rightquote img{width:37px !important; height:26px !important; display:block; text-align:center; border:none !important;}


/* Control buttons  */
.clientwrap #quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px; display:none;
}
/* Previous button  */
.clientwrap #quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
.clientwrap #quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
.clientwrap #quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px; display:none;
}
/* Changes the color of the indicators */
.clientwrap #quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.clientwrap #quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
.clientwrap #quote-carousel img
{
  width: 337px;
  height: 100px; border:2px solid #e5e5e5; margin-bottom:20px;
}

.clientwrap #quote-carousel h3{margin:0; font-family: 'Open Sans', sans-serif; color:#000; font-size:18px; line-height:22px; padding-bottom:18px; text-transform:uppercase; font-weight:400; text-shadow:inherit;}
.clientwrap #quote-carousel p{font-size:14px; color:#000; font-family: 'Open Sans', sans-serif; font-weight:400; line-height:25px; padding:0 20px 30px 20px;}

/* End carousel */

.clientwrap .item blockquote {
    border-left: none; 
    margin: 0;
}

.clientwrap .item blockquote img {
    margin-bottom: 10px;
}

.clientwrap .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px; display:none; 
}

.fltrt{float:right;}
.serviceswrap{padding:70px 0; text-align:center;}
.servicein{width:930px; margin:0 auto;}
.servicein h2{margin:0; padding:0 30px 0px 30px; font-size:30px; color:#000; line-height:67px; font-family: 'SakkalMajalla'; text-align:center; position:relative; display:block; text-align:center; text-transform:uppercase; border:1px solid #e1e1e1; width:340px; margin:0 auto; margin-bottom:70px;}
.serve{text-align:center; padding-bottom:40px; width:365px;}
.serve img{display:block; text-align:center; margin:0 auto; padding-bottom:45px;}
.serve h3{font-family: 'SakkalMajalla'; color:#ff9900; font-size:30px; line-height:30px; padding-bottom:25px; text-transform:uppercase; letter-spacing:5px; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.serve p{font-family: 'SakkalMajalla'; color:#000; font-size:18px; line-height:22px; padding-bottom:35px;}
.serve a{display:block; background:#ff9900; text-align:center; margin:0 auto; width:145px; line-height:40px; color:#000; -webkit-transition:all 1s ease-in-out;
		-moz-transition:all 1s ease-in-out;
		-o-transition:all 1s ease-in-out;
		-ms-transition:all 1s ease-in-out;
		transition:all 1s ease-in-out; font-family: 'SakkalMajalla'; font-size:18px; text-transform:uppercase;}
.serve a:hover{box-shadow: inset 400px 0 0 0 #373631; color:#fff;}
.serve:hover a{box-shadow: inset 400px 0 0 0 #373631; color:#fff;}
.servicein:hover{transform: scale(1.1);}

.partwrap{width:100%; text-align:center;}

.orangewrapper{background:#aeb09f; text-align:center; width:50%; float:left; padding:55px 5%; height:524px;}
.orangewrapper h2{margin:0; padding:0 0px 20px 0px; font-size:48px; color:#fff; line-height:48px; font-family: 'NewsGothicBT-RomanCondensed'; text-align:center; position:relative; display:inline-block; text-align:center; text-transform:uppercase;}
.orangewrapper p{font-family: 'NewsGothicBT-RomanCondensed'; font-size:22px; line-height:30px; color:#fff; padding-bottom:30px;}
.orangewrapper a{display:block; width:190px; border:1px solid #fff; margin:0 auto; line-height:46px; color:#000; text-transform:uppercase; font-family: 'SakkalMajalla'; font-size:20px; -webkit-transition:all 1s ease-in-out;
		-moz-transition:all 1s ease-in-out;
		-o-transition:all 1s ease-in-out;
		-ms-transition:all 1s ease-in-out;
		transition:all 1s ease-in-out;}
.servepart{margin:0 auto; width:auto;}
.servepartin{border:5px solid #a0d034; text-align:center; float:left; width:96px; height:96px; -webkit-transition:all 1s ease-in-out;
		-moz-transition:all 1s ease-in-out;
		-o-transition:all 1s ease-in-out;
		-ms-transition:all 1s ease-in-out;
		transition:all 1s ease-in-out;}
.servepartin img{display:block; text-align:center; margin:0 auto; -webkit-transition:all 1s ease-in-out;
		-moz-transition:all 1s ease-in-out;
		-o-transition:all 1s ease-in-out;
		-ms-transition:all 1s ease-in-out;
		transition:all 1s ease-in-out;}

.serveinfo{float:left; margin-left:30px;}
.serveinfo h2{font-family: 'NewsGothicBT-RomanCondensed'; font-size:24px; color:#2c3431; text-transform:uppercase; line-height:96px; text-align:left; -webkit-transition:all 1s ease-in-out;
		-moz-transition:all 1s ease-in-out;
		-o-transition:all 1s ease-in-out;
		-ms-transition:all 1s ease-in-out;
		transition:all 1s ease-in-out;}
.servein{}

.servepart:hover .servepartin{border:5px solid #fff; background:#a0d034;}
.servepart:hover .servepartin img{ -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);}
.servepart:hover .serveinfo h2{color:#fff;  text-shadow: 0 0 0.5em #a0d034, 0 0 0.5em #a0d034, 0 0 0.5em #a0d034;}


.introductory{padding:100px  0; text-align:center; width:1000px; margin:0 auto;}
.intropartop{width:930px; margin:0 auto; background:url(../images/borderline.png) center bottom no-repeat; margin-bottom:60px;}
.intropartop h1{margin:0; padding:0 0px 0px 0px; font-size:48px; color:#3b3a3d; line-height:48px; font-family: 'NewsGothicBT-RomanCondensed'; text-align:center; position:relative; display:inline-block; text-align:center; text-transform:uppercase; margin-bottom:30px;}
.intropartop h1 span{color:#3b3a3d; font-size:24px; font-style:italic; padding-left:20px; display:inline-block; text-transform:none; font-family: 'RobotoSlab-Regular';}
.introductory p{font-family: 'Roboto', sans-serif; color:#5a5a5a; font-size:24px; line-height:35px; padding-bottom:50px; font-weight:300;}
.introductory a{display:block; text-align:center; margin:0 auto; border:1px solid #000; line-height:48px; color:#a0d034; font-size:20px; padding:0 0px; width:170px; -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);}
.introductory a:hover{-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2); border:1px solid #a0d034;}

.testwrap{padding:68px 0 30px 0; text-align:center;}
.testwrapin{width:960px; margin:0 auto;}
.testwrapin h2{font-family: 'NewsGothicBT-RomanCondensed'; text-transform:uppercase; color:#2f2c2e; font-size:48px; line-height:48px; padding-bottom:30px;}
.testwrapin p{font-family: 'NewsGothicBT-RomanCondensed'; text-transform:uppercase; font-size:22px; line-height:22px; color:#545454; padding-bottom:50px;}

/* carousel */
.testwrap #quote-carousel 
{
  padding: 0 0px 0px 0px;
  margin-top: 0px;
}

/* Control buttons  */
.testwrap #quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
.testwrap #quote-carousel .carousel-control.left 
{
  left: -12px; display:none !important;
}
/* Next button  */
.testwrap #quote-carousel .carousel-control.right 
{
  right: -12px !important; display:none !important;
}
/* Changes the position of the indicators */
.testwrap #quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px; display:none;
}
/* Changes the color of the indicators */
.testwrap #quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.testwrap #quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
.testwrap #quote-carousel img
{
  width: 240px !important;
  height: 240px !important; -webkit-box-shadow: -6px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -6px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: -6px 0px 5px 0px rgba(0,0,0,0.75); padding:10px; 
}
/* End carousel */

.testwrap .item blockquote {
    border-left: none; 
    margin: 0;
}
.testwrap blockquote{padding:0 0 0 0 !important;}

.testwrap .item blockquote img {
    margin-bottom: 10px;
}

.testwrapin .item p{font-family: 'MyriadPro-Regular'; font-size:22px; color:#262626; line-height:25px; text-align:center; padding-bottom:40px; text-transform:none; width:650px;}
.testwrapin .item small{color:#a1d034; font-size:30px; line-height:30px; font-family: Arial Narrow,Arial,sans-serif; width:650px;}
.testwrap .item blockquote p:before {
    content: "";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.testwrapin blockquote .small:before, blockquote footer:before, blockquote small:before{content: "";}

.knowpart{padding:70px 0 120px 0; text-align:center; overflow:hidden;}
.knowpart h2{margin:0; padding:0 0px 0px 0px; font-size:48px; color:#3b3a3d; line-height:48px; font-family: 'NewsGothicBT-RomanCondensed'; text-align:center; position:relative; display:inline-block; text-align:center; text-transform:uppercase; margin-bottom:30px;}
.knowpart p{margin:0; padding:0 0px 0px 0px; font-size:22px; color:#545454; line-height:22px; font-family: 'NewsGothicBT-RomanCondensed'; text-align:center; position:relative; display:inline-block; text-align:center; text-transform:uppercase; margin-bottom:100px;}

.knowledgein{text-align:center; width:auto;}
.knowledgein img{display:block; margin:0 auto; text-align:center; padding-bottom:16px;}
.knowledgein h2{color:#3f4246; font-family: 'NewsGothicBT-RomanCondensed'; font-size:18px; line-height:22px; margin:0; padding:0 0 10px 0; text-transform:none;}
.knowledgein p{font-size:18px; color:#3f4246; line-height:22px; padding:0 px 38px 0px; margin:0; font-family: 'NewsGothicBT-RomanCondensed'; text-transform:none; width:265px;}
.knowledgein p span{display:block;}
.knowledgein p.second{padding:0 15px 60px 15px;}
.knowledgein p.third{padding:0 15px 60px 15px;}
.knowledgein a{-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; behavior: url(PIE.htc); position:relative; background:#f56303; line-height:35px; text-align:center; display:inline-block; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; text-transform:uppercase; font-size:15px; padding:0 40px; margin:0 auto; color:#fff;}
.knowledgein a:hover{background:#0d89d1;}


.knowledgein img{display:block; -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .5s ease-in-out;}

.knowledgein img:hover{-webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%); 
  -o-transition: .5s ease-in-out;} 

.greenpart{height:80px; background:#a0d034; margin-bottom:146px;}
.greenmob{display:none;}
.greeninfo{width:90%; margin:0 auto; margin-top:-60px; position:relative;}
.greenin{text-align:center; float:left; width:20%; transition: all 0.5s ease; -webkit-transition: all 0.9s ease-out; outline:none; border:0;
-moz-transition: all 0.9s ease-out;
-ms-transition: all 0.9s ease-out;
-o-transition: all 0.9s ease-out;
transition: all 0.9s ease-out;}
.greeninfo img{border-radius:100%; width:180px; height:180px; display:block; margin:0 auto; text-align:center; margin-bottom:15px;}
.greeninfo h2{font-family: 'NewsGothicBT-RomanCondensed'; color:#000; font-size:30px; line-height:30px;}
.greenin:hover{-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);}
.greenin:hover .greeninfo h2{font-size:30px; line-height:30px; color:#000;}

.infopart{text-align:center;}
.infopart h2{margin:0; padding:0 0px 0px 0px; font-size:48px; color:#3b3a3d; line-height:48px; font-family: 'NewsGothicBT-RomanCondensed'; text-align:center; position:relative; display:inline-block; text-align:center; text-transform:uppercase; margin-bottom:30px;}
.infopart p{margin:0; padding:0 0px 0px 0px; font-size:22px; color:#545454; line-height:30px; font-family: 'NewsGothicBT-RomanCondensed'; text-align:center; position:relative; display:inline-block; text-align:center; text-transform:none; margin-bottom:100px;}


.scheme{background:#f9f9f9; padding:0px 0 100px 0; text-align:center;}
.schemein{width:1140px; margin:0 auto;}
.schemein img{display:block; text-align:center; margin:0 auto; padding-bottom:20px;}
.schemein h2{padding:0px 0 60px 0; font-size:30px; line-height:30px; color:#3b3a3d; font-family: 'NewsGothicBT-RomanCondensed'; width:auto; margin:0 auto; text-transform:uppercase;}



.foundinfo{width:880px; margin:0 auto;}
.foundinfo ul{list-style:none; margin:0; padding:0;}
.foundinfo ul li{list-style:none; float:left; float:left; display:inline; font-size:19px; color:#fff; font-family: Lucida Sans Unicode;  line-height:50px; padding:0 15px 0 0;}
.foundinfo ul li.first{font-family: 'Humanist521BT-Light';}

.foundinfo ul li span{display:inline-block; float:left; padding-right:10px;}
.foundinfo ul li:last-child{padding-right:0px;}


#myCarousel .nav{background:none !important;}
#myCarousel .nav a small {
    display:block;
}
#myCarousel .nav {
	background:#eee;
}
#myCarousel .nav a {
    border-radius:0px; padding:0 0 0 0 !important;
}

.nospac{padding-left:0px !important; padding-right:0px !important;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{width:100% !important;}

.nav-justified{background:none !important;}
.nav-justified>li{width:33.33%; display:inline; float:left;}
.nav-justified>li.first{background:url(../images/retiredbg.jpg) center top no-repeat !important; border-bottom:none !important; background-size:100% 100% !important;}
.nav-justified>li.second{background:url(../images/childbg.jpg) center top no-repeat !important; border-bottom:none !important; background-size:100% 100% !important;}
.nav-justified>li.third{background:url(../images/wealthbg.jpg) center top no-repeat !important; border-bottom:none !important; background-size:100% 100% !important;}

.carousel-inner>.item h3{font-family: 'RobotoSlab-Regular'; color:#000; font-size:30px; text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff; line-height:40px;}
.carousel-inner>.item h3 span{display:inline-block; color:#094aad; font-style:italic; text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{background:none !important;}
#myCarousel .nav a:hover{background:none !important;}
.nav-pills>li+li{margin-left:0px;}
.inpart{text-align:center; margin:0 auto; width:400px; padding:110px 0;}
.inlt{float:left; background: rgba(96, 57, 19, .5); border:1px solid #fff; width:97px; height:97px; text-align:center;}
.inlt img{text-align:center; margin:0 auto; display:block;}

.whit{background: rgba(255, 255, 255, .0);}

.inrt{float:right;}
.inrt h2{font-family: 'NewsGothicBT-RomanCondensed'; color:#fff; font-size:30px; line-height:35px; text-transform:uppercase; padding:15px 0 0 0;}
.inrt h2 span{display:block;}

.inpart:hover .inlt{background: rgba(0, 0, 0, .5); -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}

.inpart:hover .inlt img{-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);}



@media screen and (min-width:320px) and (max-width:480px)
{
.navbar{min-height:70px !important;}	
header{background:#000;}
.navwrapper{width:100%; position:relative;}
.sociallinks{float:none; margin:0 auto; width:158px; padding:22px 0 0 0;}
.navcontainer{padding:15px 0 0 0; float:none !important;}

.wrapper{width:100% !important; margin:0 auto !important;}

.topin{width:200px; margin:0 auto; overflow:hidden; padding-bottom:10px;}
.callpart{border-left:none; border-bottom:1px solid #fff; padding:16px 0; width:169px; margin:0 auto;}
.searchpart{border-left:none; border-bottom:1px solid #fff; padding:16px 0; width:169px; margin:0 auto;}
.loggedbtn{float:none; margin:0 auto; width:200px; margin:0 auto;}
.loggedbtn a{padding:0 11px;}

.navbar-nav{float:none !important; margin:10px 0 10px 0 !important;}
.navbar-brand{width:180px !important; height:auto !important; float:none !important; margin:0 auto !important;}
.navbar-brand > img{width:170px; height:auto; display:block !important; text-align:center !important; margin:0 auto !important; padding:20px 0 0 0;}
.navbar-nav > li > a{line-height:40px !important; display:block !important; margin:0 auto !important; height:40px !important; background:#f0f0f0 !important; color:#000 !important;}
.navbar-collapse{box-shadow:none !important;}

.navbar-collapse.in{overflow:hidden !important;}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{padding:0px 0 0 0 !important;}
.navbar-default .navbar-toggle{top:5px !important;}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret{margin-top:2px !important; background:#b6b6b6 !important; display:block !important; margin-right:10px !important;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{border-top:none !important;}

.navbar-nav.sm-collapsible a.has-submenu{background:#c9c9c9 !important;}

.navbar-default .navbar-nav > li > a:hover{color:#094bad !important;}

.navbar-nav .open .dropdown-menu{background:#888787 !important; color:#fff !important; padding: 0 0 0 0 !important;}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{background:#000 !important; color:#fff !important; }


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{color:#019fb7 !important; border-top:none !important; background:#e6e6e6 !important;}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{background:#000 !important; color:#ffd700 !important;}

.navbar-toggle{margin-right:0px !important;}

.nav > li{border-bottom:1px solid #9a9a9a !important; background:#d4d4d4 !important;}
.nav > li a{padding:0 0 0 20px !important;}
.nav > li a:hover{padding:0 0 0 40px !important; border-top:none !important;}
.nav > li:last-child{border-bottom:none !important;}
.nav>li>a.last{padding:0px 20px 10px 20px!important;}
.nav>li>a.last:hover{padding:0px 40px 10px 40px!important;}
.navbar-nav.sm-collapsible .caret::before{color:#000 !important;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{/*padding-left:10px !important;*/}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {color:#000 !important; font-size:12px !important;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{/*padding-left:30px !important;*/ background:none !important;}

.navbar-default .navbar-nav .open .dropdown-menu > li > a{/*padding-left:20px !important;*/ line-height:35px !important; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; padding-left:40px !important;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{color:#d9d9d9 !important;}

.schemein{width:100%; margin:0 auto;}
.schemein img{width:100%; height:auto;}
.schemein h2{width:100%;}
.foundinfo{width:100%;}
.foundinfo ul li{padding-bottom:30px; width:100%; text-align:left; font-size:18px;}
.foundinfo ul li:last-child{padding-bottom:0px;}


.centerinfo img{width:100%; height:auto;}

.footerpic{background-size:auto 100%; height:691px;}

.solutionwrapin{width:100%; margin-top:100px;}
.solutionwrapin p{width:90%; margin:0 auto;}

.owl-prev{background-size:50% 50% !important; left:-30px !important; width:40px !important; height:60px !important;}
.owl-next{background-size:50% 50% !important; right:-50px !important; width:40px !important; height:60px !important;}
.slides li > a img{width:90% !important;}
.owl-carousel{width:74% !important;}
.slides li{margin:0 0 0 0 !important;}


.loginform{width:100%; padding:15px 5% 30px 5%; top:50px;}
.loginform ul li{float:none; padding:0 0 20px 0;}
.loginform ul li:last-child{padding:0 0 0 0;}
.memberlog{width:154px; padding-bottom:0px; margin:0 auto;}
.memberlog a{width:100%; margin:0 auto; padding:0 5%;}
.userlog{width:100%; margin-bottom:20px;}
.userlog input.txt{width:100%; padding:0 10%;}
.userpass{width:100%; margin-bottom:20px;}
.userpass input.txt{width:100%; padding:0 10%;} 
.subwrap{width:198px; padding:0px; text-align:center; margin:0 auto;}
.subwrap input.submitbtn{width:198px; padding:0; margin:0 auto;}

.usertxt{padding:15px 0 0 0; float:none; width:146px; margin:0 auto;}

.knowinfo{padding:65px 0 20px 0;}

#login-modal .modal-dialog{width:100% !important;}

.slide-text{right:0 !important; left:0 !important; margin:0 auto !important; top:10px !important; padding:0 0px 0 0px !important;}
.slide-text h1{text-align:center !important; font-size:15px !important; line-height:20px !important;}

.indicators-line > .carousel-indicators{display:block !important; left:0 !important; right:0 !important; margin:0 auto !important; width:93px !important; bottom:5px !important;}

.videowrap{width:100%; margin:0 auto; height:auto; float:none;}
.videowrap img{width:100%; height:auto;}
.orangewrapper{float:none; width:100%; height:auto; overflow:hidden;} 

.servepartin{float:none; margin:0 auto; margin-bottom:18px;}
.serveinfo{float:none; margin:0 auto;}
.serveinfo h2{font-size:16px; line-height:18px;}

.inwrap{width:100%; padding-bottom:0px;}

.introin{padding:30px 5%;}


.space{padding:0 0 0 0 !important; position:relative; top:0px;}
.bannertxt h2 span.one{font-size:15px !important;}
.bannertxt h2 span.two{font-size:15px !important;}
.bannerslider{width:100%;}

.slidein{width:100% !important;}

.bannertxt h2{text-align:center !important; font-size:28px !important; line-height:68px !important; padding:0 10px !important;}
.bannertxt h3{text-align:center !important; font-size:12px !important; line-height:20px !important; height:50px !important; display:block !important; width:100% !important; float:none !important; margin:0 auto !important; padding:5px 0 !important;}
.bannerin{width:100% !important; float:none; margin:0 auto;}
.bannerin h3:after{height:50px !important; right:-100px !important; width:100px !important;}

.latestwrapper{width:100%; padding:30px 0 30px 0;}
.insidewrap{width:250px; float:none; margin:0 auto;}

.proinfoin{width:100%; min-height:213px;}
.nospace{padding-left:15px !important; padding-right:15px !important;}
.proinfoin h2{font-size:15px; line-height:18px;}

.knowinin{margin-bottom:40px;}
.smartsolvein{width:100%;}
.smartsolveinfo{margin-bottom:40px;}
.smartsolve{padding:50px 0 10px 0;}

.onlinewrap{width:95%; margin:0 auto; padding-bottom:20px;}
.onlinewrapin{width:100%;}
.serve{width:100%; padding-bottom:20px;}
.serve h3{font-size:16px; line-height:19px;}
.servicecircle{width:100px; height:100px; margin:0 auto; margin-bottom:20px;}
.servicecircle img{width:50px; height:50px;}

.insidewrap a{margin:0 auto; margin-bottom:50px; margin-right:0px; margin-top:20px;}
#scrollbar1 .overview ul li{font-size:14px;}

.knowledge{width:100%; overflow:hidden;}
.mainwrap{width:115px; height:110px; margin:0 auto; margin-bottom:20px;}
.box{margin-bottom:30px;}
.title{font-size:10px; line-height:18px; /*top:46%;*/ height:48px; padding:6px 0 0 0;}


.serviceswrapper{width:100%; overflow:hidden;}
.servein{width:50%;}
.servein h2{font-size:15px;}

.proinformation{width:100%;}

.sliderwrap{width:100%; padding:0px 0 0 0;}
.ltpart{width:100%; float:none; min-height:auto;}
.rtpart{width:100%; float:none; min-height:auto; padding:60px 10px !important;}
.rtpart p{line-height:25px;}


.clientwrap #quote-carousel{width:100%;}

.servicein{width:100%;}
.serve h2{font-size:12px; line-height:18px;}
.serve a{width:125px;}
.servicein h2{width:250px; margin:0 auto; margin-bottom:70px;} 

.introductory{width:90%; margin:0 auto; padding:100px 0 70px 0;}

.inrtinfo p{width:120px;}
.inrtinfo{height:220px;}

.testwrapin{width:100%;}
.testwrap #quote-carousel img{margin-bottom:30px;}
.testwrapin .item p{width:100%;}
.testwrapin .item small{width:100%;}

.knowpart{padding-left:20px; padding-right:20px;}
.knowledgein{margin-bottom:60px;}

.greenin{width:50%; margin-bottom:30px;}
.greeninfo img{width:110px; height:auto;}
.greeninfo h2{font-size:18px; line-height:18px;}

.greenpart{background:#fff;}
.greenmob{display:block; height:80px; background:#a0d034; position:relative; top:210px;}

.infopart p{font-size:16px; line-height:25px; padding:0 15px;}
.intropartop{width:100%;}

.carousel-inner>.item h3{font-size:15px !important; line-height:20px !important;}
.nav-justified>li{/*width:100%; border-bottom:none !important;*/  background-size: 100% auto !important;}
.nav-justified>li>a{margin-bottom:0px !important;}
.inpart{width:80%; margin:0 auto; height:100px; padding:12px 0;}
.inrt h2{font-size:10px; line-height:14px; padding:10px 0 0 0;} 
.inlt{text-align:center; margin-bottom:50px; float:none; margin:0 auto; width:27px; height:27px; padding:0 0 0 0;}
.inlt img{width:17px; height:27px;}
.inrt{float:none; margin:0 auto;}


}



@media screen and (min-width:481px) and (max-width:767px)
{
.navbar{min-height:70px !important;}

header{background:#000;}
.navwrapper{width:100%; position:relative;}
.sociallinks{width:158px; padding:22px 0 0 0;}
.navcontainer{padding:15px 0 0 0; float:none !important;}


.navwrapper{width:100%;}
.container{width:100% !important;}
.wrapper{width:100% !important; margin:0 auto !important;}


.topin{width:200px; margin:0 auto; overflow:hidden; padding-bottom:10px;}
.callpart{border-left:none; border-bottom:1px solid #fff; padding:16px 0; width:169px; margin:0 auto;}
.searchpart{border-left:none; border-bottom:1px solid #fff; padding:16px 0; width:169px; margin:0 auto;}
.loggedbtn{float:none; margin:0 auto; width:200px; margin:0 auto;}
.loggedbtn a{padding:0 11px;}



.navbar-nav{float:none !important; margin:10px 0 !important;}
.navbar-brand{padding:15px 0 !important; width:180px !important; height:auto !important; position:absolute; z-index:100; float:none !important; margin:0 auto !important;}
.navbar-brand > img{width:100%; height:auto; display:block !important; text-align:center !important; margin:0 auto !important;}
.navbar-nav > li > a{line-height:40px !important; display:block !important; margin:0 auto !important; height:40px !important; background:#f0f0f0 !important; color:#000 !important;}
.navbar-collapse{box-shadow:none !important;}

.navbar-collapse.in{overflow:hidden !important;}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{padding:0px 0 0 0 !important;}
.navbar-default .navbar-toggle{top:5px !important;}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret{margin-top:2px !important; background:#b6b6b6 !important; display:block !important; margin-right:10px !important;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{border-top:none !important;}

.navbar-nav.sm-collapsible a.has-submenu{background:#c9c9c9 !important;}

.navbar-default .navbar-nav > li > a:hover{color:#094bad !important;}

.navbar-nav .open .dropdown-menu{background:#888787 !important; color:#fff !important; padding: 0 0 0 0 !important;}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{background:#000 !important; color:#fff !important; }


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{color:#019fb7 !important; border-top:none !important; background:#e6e6e6 !important;}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{background:#000 !important; color:#ffd700 !important;}

.navbar-toggle{margin-right:0px !important;}

.nav > li{border-bottom:1px solid #9a9a9a !important; background:#d4d4d4 !important;}
.nav > li a{padding:0 0 0 20px !important;}
.nav > li a:hover{padding:0 0 0 40px !important; border-top:none !important;}
.nav > li:last-child{border-bottom:none !important;}
.nav>li>a.last{padding:0px 20px 10px 20px!important;}
.nav>li>a.last:hover{padding:0px 40px 10px 40px!important;}
.navbar-nav.sm-collapsible .caret::before{color:#000 !important;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{/*padding-left:10px !important;*/}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {color:#000 !important; font-size:12px !important;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{/*padding-left:30px !important;*/ background:none !important;}

.navbar-default .navbar-nav .open .dropdown-menu > li > a{/*padding-left:20px !important;*/ line-height:35px !important; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; padding-left:40px !important;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{color:#d9d9d9 !important;}

.schemein{width:100%; margin:0 auto;}
.schemein img{width:100%; height:auto;}
.schemein h2{width:100%;}

.foundinfo{width:100%;}
.foundinfo ul li{padding-bottom:10px; width:50%; text-align:left; font-size:18px;}
.foundinfo ul li:last-child{padding-bottom:0px;}

.onlineserveices{width:100%; margin:0 auto;}
.onlineserveices ul li{width:50%; padding:0 0 0 0;}

.centerinfo img{width:auto; height:auto; display:block; margin:0 auto; margin-bottom:30px;}

.solutionwrapin{width:100%; margin-top:100px;}
.solutionwrapin p{width:90%; margin:0 auto;}
.owl-prev{background-size:50% 50% !important; left:-30px !important;}
.owl-next{background-size:50% 50% !important; right:-50px !important;}

.slides li{margin:0 0 0 0 !important;}


.introin{padding:30px 5%;}

.slide-text{right:0 !important; left:0 !important; margin:0 auto !important;  padding:0 0px 0 0px !important; bottom:50px !important;}
.slide-text h1{text-align:center !important; font-size:25px !important; line-height:30px !important;}

.indicators-line > .carousel-indicators{display:block !important; left:0 !important; right:0 !important; margin:0 auto !important; width:22% !important;}

.videowrap{width:100%; margin:0 auto; height:auto; float:none;}
.videowrap img{width:100%; height:auto;}
.orangewrapper{float:none; width:100%; height:auto; overflow:hidden;} 

.inwrap{width:400px; padding-bottom:0px;}

.bannertxt{width:100% !important; margin:0 auto !important;}
.bannertxt h2{text-align:center !important; font-size:30px !important; line-height:68px !important; padding:0 30px !important;}
.bannertxt h3{text-align:center !important; font-size:12px !important; line-height:40px !important; height:50px !important; display:block !important; width:100% !important; float:none !important; margin:0 auto !important; padding:5px 0 !important;}
.bannerin{width:100% !important; float:none; margin:0 auto;}
.bannerin h3:after{height:50px !important; right:-200px !important; width:50% !important;}

.bannerslider{width:100%;}
.space{padding:0 0 0 0 !important; position:relative; top:0px;}
.bannertxt h2 span.one{font-size:18px !important;}
.bannertxt h2 span.two{font-size:25px !important;}


.slide-text{padding:0px 0 0 0 !important;}
.slidein{width:100% !important;}
.bannerlt{float:none !important; margin:0 auto; width:70%; text-align:center !important; padding-bottom:0px !important;}
.bannerlt img{width:100% !important; height:auto !important; display:block !important; margin:0 auto !important; text-align:center !important;}

.bannerrt{float:none !important; display:block !important; padding:20px 0 0 0 !important;}
.bannerrt h2{padding:0 0 15px 0 !important; font-size:20px !important; line-height:20px !important;}
.bannerrt h3{padding:0 0 0px 0 !important; font-size:30px !important; line-height:40px !important;}
.bannerrt h3 .fa-quote-left{left:-20px !important; font-size:20px !important;}
.bannerrt h3 .fa-quote-right{right:-20px !important; font-size:20px !important;}

.indicators-line > .carousel-indicators{display:block !important; left:0 !important; right:0 !important; margin:0 auto !important; width:80px !important; white-space:inherit !important; bottom:0px !important;}

.latestwrapper{width:100%;}
.insidewrap{float:none; width:400px; margin:0 auto;}
.insidewrap a{margin-bottom:40px;}


.proinfoin{width:100%;}
.nospace{padding-left:15px !important; padding-right:15px !important;}
.proinfoin h2{font-size:15px; line-height:18px;}

.knowinin{width:240px; margin:0 auto; margin-bottom:40px;}

.knowinin{margin-bottom:40px;}
.smartsolvein{width:100%;}
.smartsolveinfo{margin-bottom:40px;}
.smartsolve{padding:50px 0 10px 0;}

.onlinewrap{width:95%; margin:0 auto; padding-bottom:20px;}
.onlinewrapin{width:100%;}
.serve{width:100%; padding-bottom:20px;}
.serve h3{font-size:19px; line-height:19px;}
.servicecircle{width:150px; height:150px; margin:0 auto; margin-bottom:20px;}
.servicecircle img{width:80px; height:80px;}

.loginform{width:400px; padding:15px 5% 30px 5%; margin-bottom:0px; top:50px;}
.loginform ul li{float:none; padding:0 0 20px 0;}
.loginform ul li:last-child{padding:0 0 0 0;}
.memberlog{width:150px; padding-bottom:0px; margin:0 auto;}
.memberlog a{width:100%; margin:0 auto; padding:0 10%;}
.userlog{width:100%; margin-bottom:20px;}
.userlog input.txt{width:100%; padding:0 10%;}
.userpass{width:100%; margin-bottom:20px;}
.userpass input.txt{width:100%; padding:0 10%;} 
.subwrap{width:198px; padding-bottom:0px; padding-top:0px; text-align:center; margin:0 auto;}
.subwrap input.submitbtn{width:198px; padding:0; margin:0 auto;}

.usertxt{padding:15px 0 0 0; float:none; width:144px; margin:0 auto;}

.knowledge{width:100%; overflow:hidden;}
.mainwrap{width:180px; height:210px; margin:0 auto;}
.box{margin-bottom:30px;}
.title{font-size:16px; line-height:18px; padding:15px 0 0 0;}

.serviceswrapper{width:100%; overflow:hidden;}
.servein{width:50%;}
.servein h2{font-size:15px;}

.proinformation{width:100%;}


.sliderwrap{width:100%;}
.ltpart{width:100%; float:none; min-height:auto;}
.rtpart{width:100%; float:none; min-height:auto; padding:60px 30px !important;}
.rtpart p{line-height:25px;}

.clientwrap #quote-carousel{width:100%;}

.servicein{width:100%;}
.serve h2{font-size:12px; line-height:18px;}
.serve a{width:125px;}

.introductory{width:90% !important; margin:0 auto; padding:100px 0 70px 0;}
.intropartop{width:100%;}


.testwrapin{width:100%;}
.testwrap #quote-carousel img{margin-bottom:30px;}
.testwrapin .item p{width:100%;}
.testwrapin .item small{width:100%;}

.knowledgein{margin-bottom:60px;}
.knowledgein p{display:block; margin:0 auto;}

.servepartin{float:none; margin:0 auto; margin-bottom:18px;}
.serveinfo{float:none; margin:0 auto;}
.serveinfo h2{font-size:24px; line-height:40px;}

.greenin{width:50%; margin-bottom:30px;}
.greeninfo img{width:150px; height:auto;}
.greeninfo h2{font-size:18px; line-height:18px;}

.greenpart{background:#fff;}
.greenmob{display:block; height:80px; background:#a0d034; position:relative; top:267px;}

.infopart p{font-size:16px; line-height:25px; padding:0 15px;}


.carousel-inner>.item h3{font-size:15px !important; line-height:20px !important;}
.nav-justified>li{/*width:100%; border-bottom:none !important;*/  background-size: 100% auto !important;}
.nav-justified>li>a{margin-bottom:0px !important;}
.inpart{width:80%; margin:0 auto; height:170px; padding:20px 0;}
.inrt h2{font-size:13px; line-height:25px; padding:22px 0 0 0;} 
.inlt{text-align:center; margin-bottom:50px; float:none; margin:0 auto; width:57px; height:57px; padding:0 0 0 0;}
.inlt img{width:37px; height:57px;}
.inrt{float:none; margin:0 auto;}
}


@media screen and (min-width:768px) and (max-width:999px)
{
.navwrapper{width:100%;}	
.navbar-brand{font-family: 'Open Sans', sans-serif; font-weight:700 !important; font-size:32px !important; padding-top:30px !important;}

.container{width:100% !important;}

.wrapper{width:100% !important; margin:0 auto !important;}

.topin{width:700px; margin:0 auto; overflow:hidden;}
.callpart{width:145px;}
.callpart a{font-size:10px;}
.loggedbtn a{padding:0 15px;}
.searchpart{padding:16px 10px;}

.navbar-nav > li > a{font-size:15px !important; padding:0 8px !important;}
.navbar-brand{width:170px;}
.navbar-brand>img{width:100%; height:auto;}

.dropdown-menu > li > a{font-size:11px !important;}

.nav>li>a.last{padding:0px 4px  10px 4px!important;}

.schemein{width:100%; margin:0 auto;}
.schemein img{width:100%; height:auto;}
.schemein h2{width:100%;}
.foundinfo{width:100%; margin:0 auto;}
.foundinfo ul li{padding:0 1% 0 0; width:30%; font-size:15px;}
.foundinfo ul li span{width:20%;}
.foundinfo ul li span img{width:100%; height:auto;}

.onlineserveices{width:90%; margin:0 auto;}
.onlineserveices ul li{width:24%; padding:0 2% 0 0;}


.centerinfo img{width:100%; height:auto;}

.bannerslider{width:100%;}
.slide-text{right:0 !important; left:0 !important; margin:0 auto !important; bottom:90px !important; padding:0 0px 0 0px !important; width:auto !important;}
.slide-text h1{text-align:center !important; font-size:36px !important; line-height:50px !important;}

.solutionwrapin{width:100%;}

.inwrap{width:100%;}
.videowrap{width:50%; height:335px;}
.videowrap img{width:100%; height:335px;}
.orangewrapper h2{font-size:25px; line-height:25px; padding-bottom:10px;}
#scrollbar1 .overview ul li{padding:0 20px 20px 38px; font-size:10px; line-height:17px;}

.latestnews{width:100%;}

.bannertxt h2{font-size:68px !important; }
.bannerlt{width:30%;}
.bannerlt img{width:100%; height:auto;}
.bannerrt{width:65%;}
.bannerrt h3{font-size:35px !important; line-height:35px !important;}
.bannerrt h3 .fa-quote-left{left:0 !important;}
.bannerrt h3 .fa-quote-right{right:0 !important;}


.latestwrapper{width:100%;}
.insidewrap{width:90%;}

.proinfoin{width:100%;}
.proinfoin img{width:98%; height:auto;}

.nospace{padding-left:15px !important; padding-right:15px !important;}

.smartsolvein{width:100%;}

.onlinewrap{width:100%;}
.servicecircle{width:150px; height:150px}


.loginform{width:740px; margin:0 auto; padding:15px 10px 18px 10px;}
.loginform ul li{/*width:20%;*/ padding:0 4% 0 0;}
.memberlog{width:100%;}
.memberlog h2{font-size:20px; line-height:20px;}
.memberlog h2 span{font-size:31px;}
.memberlog a{font-size:15px;}

.subwrap input.submitbtn{}
 
.userlog{width:100%;}
.userlog input.txt{width:100%; font-size:14px; padding:0 5%;}

.userpass{width:100%;}
.userpass input.txt{width:100%; font-size:14px; padding:0 5%;}

.subwrap{width:140px; padding-left:0;}
.subwrap input.submitbtn{width:140px; background-size:100% 100%;}


.knowledge{width:100%;}
.mainwrap{width:215px; height:250px;}
.title{font-size:14px; line-height:22px; padding:18px 0 0 0;}

.serviceswrapper{width:100%; overflow:hidden;}
.servein{width:25%;}
.servein h2{font-size:15px;}

.proinformation{width:100%;}

.sliderwrap{width:100%;}
.ltpart{width:50%; min-height:464px;}
.rtpart{width:50%; height:464px;}
.rtpart p{line-height:22px;}

.clientwrap #quote-carousel{width:100%;}

.servicein{width:700px; margin:0 auto;}
.serve{width:330px;}


.orangewrapper{height:335px; padding:25px 2%;}
.orangewrapper p{font-size:16px; line-height:20px;}

.servepartin{width:60px; height:60px;}
.servepartin img{width:40px; height:50px;}
	
.serveinfo{float:none; margin:0 auto;}
.serveinfo h2{font-size:13px; line-height:50px; padding-bottom:20px;}


.introductory{width:90% !important; margin:0 auto; padding:100px 0 70px 0;}
.intropartop{width:100%;}
.inrtinfo p{width:130px;}


.testwrapin{width:100%;}
.testwrap #quote-carousel img{width:150px !important; height:150px !important;}
.testwrapin .item p{width:100%;}
.testwrapin .item small{width:100%;}

.knowledgein{width:240px;}
.knowledgein p{display:block; margin:0 auto; width:150px;}


.greeninfo img{width:130px; height:auto;}
.greeninfo h2{font-size:18px; line-height:18px;}
.greeninfo{width:100%; margin-top:-31px;}

.inpart{width:80%; margin:0 auto; height:170px; padding:50px 0;}
.inrt h2{font-size:16px; line-height:25px; padding:5px 0 0 0;}
.inlt{width:57px; height:57px;}
.inlt img{width:37px; height:57px;}

}



@media screen and (min-width:1000px) and (max-width:1199px)
{

.container{padding-left:0px !important; /*padding-right:0px !important;*/ margin:0 auto; /*margin-left:0px !important; margin-right:0px !important;*/}

.topin{width:900px; margin:0 auto; overflow:hidden;}
.callpart{width:200px;}
.callpart a{font-size:14px;}
.loggedbtn a{padding:0 15px;}
.searchpart{padding:16px 10px;}

.navwrapper{width:100%;}	

.navbar-brand{font-family: 'Open Sans', sans-serif; font-weight:700 !important; font-size:32px !important; padding-top:28px !important;}

.nav>li>a.last{padding:0px 0px  10px 13px!important;}
.wrapper{width:100% !important; margin:0 auto !important;}
.navbar-nav > li > a{/*font-size:14px !important; */padding:0 4px !important;}
.navbar-brand{width:210px;}
.navbar-brand>img{width:100%; height:auto;}

.nav>li>a.last{padding:0px 4px  10px 4px!important;}

.schemein{width:100%; margin:0 auto;}
.schemein img{width:100%; height:auto;}

.bannertxt{width:100% !important;}
.bannerslider{width:100%;}

.slide-text{right:0 !important; left:0 !important; margin:0 auto !important; /*top:25px !important;*/ padding:0 0px 0 0px !important; width:auto !important;}
.slide-text h1{font-size:36px !important; line-height:50px !important;}


/*.bannertxt{width:95% !important; margin:0 auto;}*/
.bannerlt{width:30%;}
.bannerlt img{width:100%; height:auto;}
.bannerrt{width:65%;}
.bannerrt h3{font-size:48px !important; line-height:48px !important;}
.bannerrt h3 .fa-quote-left{left:0 !important;}
.bannerrt h3 .fa-quote-right{right:0 !important;}


.latestwrapper{width:100%;}
.insidewrap{margin-right:20px;}


.proinfoin{width:100%;}
.proinfoin img{width:98%; height:auto;}

.videowrap{width:50%; height:347px;}
.videowrap img{width:100%; height:347px;}

.latestnews{width:100%;}

.knowledge{width:100%;}
.mainwrap{width:290px; height:320px;}
.title{font-size:19px; line-height:28px; padding:31px 0 0 0;}

.serviceswrapper{width:100%; overflow:hidden;}
.servein{width:25%;}

.proinformation{width:100%;}


.loginform{width:980px; padding:15px 40px 18px 40px;}
.userlog{width:240px;}
.userlog input.txt{width:240px;}
.userpass{width:240px;}
.userpass input.txt{width:240px;}
.loginform ul li{padding:0 15px 0 0;}

.sliderwrap{width:100%;}
.ltpart{width:50%; min-height:464px;}
.rtpart{width:50%; height:464px;}

.introductory{width:90% !important; margin:0 auto; padding:100px 0 70px 0;}


.testwrapin{width:100%;}
.testwrap #quote-carousel img{width:180px !important; height:180px !important;}
.testwrapin .item p{width:100%;}
.testwrapin .item small{width:100%;}

.clientwrap #quote-carousel{width:930px; margin:0 auto;}


.knowledgein{width:270px;}
.knowledgein p{display:block; margin:0 auto; width:250px;}
.knowpart{width:970px; margin:0 auto;}

.orangewrapper{height:347px; padding:25px 2%;}
.orangewrapper p{font-size:16px; line-height:20px;}

.servepartin{width:60px; height:60px;}
.servepartin img{width:40px; height:50px;}
.serveinfo{float:none; margin:0 auto;}
.serveinfo h2{font-size:20px; line-height:50px; padding-bottom:30px;}

.greeninfo img{width:130px; height:auto;}
.greeninfo h2{font-size:18px; line-height:18px;}
.greeninfo{width:100%; margin-top:-31px;}


.inpart{width:80%; margin:0 auto;}
.inrt h2{font-size:19px; line-height:25px; padding:5px 0 0 0;}
.inlt{width:57px; height:57px;}
.inlt img{width:37px; height:57px;}


}


@media screen and (min-width:1200px) and (max-width:1378px)
{
/*.container-fluid{padding-left:0px !important; padding-right:0px !important;}
.container{margin-left:0px !important; margin-right:0px !important;}
*/
.container{padding-left:0px !important; /*padding-right:0px !important;*/ margin:0 auto; /*margin-left:0px !important; margin-right:0px !important;*/}

.bannerlt{width:30%;}
.bannerlt img{width:100%; height:auto;}
.bannerrt{width:65%;}
.bannerrt h3{font-size:55px !important; line-height:55px !important;}
.bannerrt h3 .fa-quote-left{left:0 !important;}
.bannerrt h3 .fa-quote-right{right:0 !important;}

.serviceswrapper{width:100%; overflow:hidden;}
.servein{width:25%;}

.loginform{width:1180px; padding:15px 80px 18px 80px;}
.userlog{width:300px;}
.userlog input.txt{width:300px;}
.userpass{width:300px;}
.userpass input.txt{width:300px;}
.loginform ul li{padding:0 15px 0 0;}

.sliderwrap{width:100%;}
.ltpart{width:50%; min-height:464px;}
.rtpart{width:50%; height:464px;}

.testwrapin{width:100%;}

.servepartin{width:100px; height:100px;}
.servepartin img{width:80px; height:90px;}
.serveinfo{float:none; margin:0 auto;}
.serveinfo h2{font-size:20px;}

}
