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;}
.mainwrapper{background:#1b251e;}
.navwrapper{width:920px; margin:0 auto; position:absolute; z-index:1000; left:0; right:0; margin:0 auto; padding:40px 0 0 0; margin-top:105px;}
.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 20px 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;}

.socialpart{float:right;}
.socialpart ul{list-style:none; margin:0; padding:0;}
.socialpart ul li{float:left; display:inline; padding:0 23px; text-align:center;}
.socialpart ul li a{font-family: 'AvantGardeITCbyBT-Book'; font-size:18px; line-height:98px; color:#fff; display:block; padding:0 0 0 0;}
.socialpart ul li:last-child{border-right:none;}




/*start social icons tooltip css*/
/* ---------- Action Bar ---------- */
.action-bar{float:none; padding:0px 0 0 0px; float:left; border-left:1px solid #fff; border-right:1px solid #fff; height:98px;}
.action-bar li { padding:0 15px;
float: left;
}
.action-bar a {
/*-webkit-box-shadow: inset 0 -2px rgba(0, 0, 0, .5);
box-shadow: inset 0 -2px rgba(0, 0, 0, .5);*/
color: #e7e7e7;
display: block;
font-size: 32px;
height: 98px;
line-height: 98px;
position: relative;
text-align: center;
-webkit-transition: background .3s;
-moz-transition: background .3s;
-ms-transition: background .3s;
-o-transition: background .3s;
transition: background .3s;
width: 45px;
margin-right:0px;
}
.action-bar a.last{margin-right:0px;}
.action-bar a i{font-size:25px; color:#fff; -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;}
.action-bar a:hover i{color:#fff;}
.action-bar a:hover .tooltip {
margin-top: 16px;
opacity: 1;
}
.tooltip {
border-radius: 3px;
font-size: 14px;
height: 28px;
left: 50%;
line-height: 28px;
margin: 0 0 0 -50px;
opacity: 0;
position: absolute;
top: 100%;
-webkit-transition: margin-top .3s, opacity .3s;
-moz-transition: margin-top .3s, opacity .3s;
-ms-transition: margin-top .3s, opacity .3s;
-o-transition: margin-top .3s, opacity .3s;
transition: margin-top .3s, opacity .3s; text-align:center;
width: 100px;
}
.tooltip:before {
content: "";
height: 8px;
left: 50%;
margin: -4px 0 0 -4px;
position: absolute;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 8px;
}


.like,
.like .tooltip,
.like .tooltip:before { /*background: #e3ebf6;*/ }
.like:hover { background: #475993; }
.like:hover .tooltip{background: #475993;}
.like:hover .tooltip:before{background: #475993;}
.favourite,
.favourite .tooltip,
.favourite .tooltip:before { /*background: #e3ebf6;*/ }
.favourite:hover { background: #55acee; }
.favourite:hover .tooltip{background: #55acee;}
.favourite:hover .tooltip:before{background: #55acee;}

.comment,
.comment .tooltip,
.comment .tooltip:before { /*background: #e3ebf6;*/ }
.comment:hover { background: #e33c68; }
.comment:hover .tooltip{background: #e33c68;}
.comment:hover .tooltip:before{background: #e33c68;}

.share,
.share .tooltip,
.share .tooltip:before { background: #e3ebf6; }
.share:hover { background: #b2215a; }
.share:hover .tooltip{background: #b2215a;}
.share:hover .tooltip:before{background: #b2215a;}


/*end social icons tooltip css*/



.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;
}


.btborder{border-bottom:1px solid #fff; position:absolute; z-index:2000; width:100%; left:0; right:0; margin:0 auto; height:99px;}

.partinfo{position:absolute; z-index:100; left:0; right:0; margin:0 auto; background:#000; top:20px;}
.logopart{margin-left:340px;}

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:0px 23px; width:265px; height:98px;}
.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: 0px 10px 0px 42px; line-height:40px; line-height:40px;
	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: 25px;
	padding-left: 10px; padding-top:0px; margin-top:26px;
	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{background:url(../images/navline.png) right center no-repeat; margin-right:5px;}
.navbar-default .navbar-nav > li:last-child{background:none !important; margin-right:0px;}

.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:#fd6239 !important; border-top:none !important; background:#202020 !important; border:1px solid #fd6239 !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: 'AvantGardeITCbyBT-Book' !important; text-transform:uppercase !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:#ff9900 !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: 'Humanist521BT-Light';
  src: url('../fonts/Humanist521BT-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Humanist521BT-Light.woff') format('woff'), url('../fonts/Humanist521BT-Light.ttf')  format('truetype'), url('../fonts/Humanist521BT-Light.svg#Humanist521BT-Light') 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: 'Circo';
  src: url('../fonts/Circo.eot?#iefix') format('embedded-opentype'),  url('../fonts/Circo.woff') format('woff'), url('../fonts/Circo.ttf')  format('truetype'), url('../fonts/Circo.svg#Circo') 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: 'LucidaSansUnicode';
  src: url('../fonts/LucidaSansUnicode.eot?#iefix') format('embedded-opentype'),  url('../fonts/LucidaSansUnicode.woff') format('woff'), url('../fonts/LucidaSansUnicode.ttf')  format('truetype'), url('../fonts/LucidaSansUnicode.svg#LucidaSansUnicode') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvantGardeITCbyBT-Book';
  src: url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Book.ttf')  format('truetype'), url('../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') 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:#fd6239 !important; border-top:none !important; background:#202020 !important; border:1px solid #fd6239 !important;}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#fd6239 !important; border-top:none !important; background:#202020 !important; border:1px solid #fd6239 !important;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{color:#fd6239 !important; border-top:none !important; border:1px solid #fd6239 !important; background:#202020 !important; margin-right:20px;}
.navbar-nav{float:none !important; padding:0px 0 0 0;}


.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;}

.solutionwrap{}
.solutionwrapin{width:738px; margin:0 auto; text-align:center;}
.solutionwrapin h2{margin:0; padding:0 0 40px 0; color:#2a2e33; font-size:36px; line-height:36px; font-family: 'NewsGothicBT-Bold';}
.solutionwrapin p{font-family: 'Humanist521BT-Light'; font-size:20px; line-height:25px; color:#30353c; text-align:justify; width:605px; padding-bottom:40px; margin:0 auto;} 

.onlineserveices{width:700px; margin:0 auto; text-align:center; padding:57px 0 0 0;}
.onlineserveices h2{font-family: 'NewsGothicBT-Bold'; color:#fff; line-height:33px; font-size:33px; padding-bottom:60px; margin:0;}
.onlineserveices ul{list-style:none; margin:0; padding:0;}
.onlineserveices ul li{float:left; display:inline; padding:0 69px 0 0;}
.onlineserveices ul li a{}
.onlineserveices ul li a h2{-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;}
.onlineserveices ul li a img{-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;}
.onlineserveices ul li a img:hover{-webkit-transform: rotate(360deg);
          transform: rotate(360deg);}
.onlineserveices ul li a:hover{text-decoration:none;}
.onlineserveices ul li a:hover .onlineinfo{text-decoration:none;}
.onlineserveices ul li a:hover .onlineinfo h2{color:#000;}
.onlineserveices ul li:last-child{padding:0 0 0 0;}

.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;}






#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;}
.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:566px;}

.videowrap{behavior: url(PIE.htc); position:relative; width:651px; float:left; height:371px;}
.videowrap img{display:block; width:100%;}



#scrollbar1 .overview ul {
	padding:0 10px 0 0; margin:0;
}
#scrollbar1 .overview ul li {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	color:#000000;
	line-height:21px; font-weight:300;
	padding:0 0px 10px 25px; text-align:left;
	background:url(../images/news-bullet.jpg) no-repeat left 7px;
}

#scrollbar1 .overview ul li a{color:#000; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000; float:none; width: auto!important; border:none !important;}
.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;}


.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;}

.knowwrapper{background:#fcf7e1;}
.knowledge{width:auto; margin:0 auto; text-align:center; overflow:hidden; padding:70px 0;}
.knowledge h2{margin:0; padding:0 0 30px 0px; font-size:36px; color:#444151; line-height:67px; font-family: 'Raleway', sans-serif; font-weight:400; text-align:center; position:relative; display:inline-block; text-align:center; text-transform:uppercase; margin-bottom:30px;}



.mainwrap{width:249px; height:389px;}
.mainwrap img{display:block; text-align:center; margin:0 auto;}
.mainwrapbot{background:#fcd100; text-align:center; padding:40px 0; -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;}
.mainwrap:hover .mainwrapbot{box-shadow: inset 400px 0 0 0 #373631;}
.mainwrap:hover .mainwrapbot h2{color:#fff;}
.mainwrapbot h2{font-family: 'Humanist521BT-Light'; color:#000; font-size:23px; line-height:23px; margin-bottom:0; padding-bottom:0px; text-transform:none;}

.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:#655847; padding:70px 0 50px 0; text-align:center;}
.clientwrap h2{margin:0; padding:0 0 0 0px; font-size:36px; color:#fff; line-height:67px; font-family: 'Raleway', sans-serif; font-weight:200; text-align:center; position:relative; display:inline-block; text-align:center; text-transform:uppercase; margin-bottom:30px;}
.clientwrap h2 span{display:inline-block; color:#fd6239;}
.clientwrap a{background:#fd6239; width:209px; margin:0 auto; text-align:center; color:#fff; line-height:46px; font-family: 'Raleway', sans-serif; font-weight:300; display:block !important;}
.clientwrap a:hover{color:#000;}
.clientwrap blockquote{padding:0 0 0 0 !important;}

/* carousel */
.clientwrap #quote-carousel 
{
  padding: 30px 0px;
  width:1170px; margin:0 auto; position:relative; background:#3c3630; margin-bottom:35px; 
}

.clientwrap .leftquote{position:absolute; z-index:1000; left:1px; top:0px;}
.clientwrap .leftquote img{width:60px !important; height:34px !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 !important;
}

/* 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: -50px;
  margin-right: -19px; display:none;
}
/* Changes the color of the indicators */
.clientwrap #quote-carousel .carousel-indicators li 
{
  background: #dc1b03; width:18px !important; height:18px !important; border:3px solid #ea8a02; margin:1px 3px 1px 3px;
}
.clientwrap #quote-carousel .carousel-indicators .active 
{
  background: #dc1b03; position:relative; top:0px !important;
}
.clientwrap #quote-carousel img
{
  width: 337px;
  height: 100px; border:2px solid #e5e5e5; margin-bottom:20px;
}

.clientwrap #quote-carousel h3{color:#fff; text-transform:none; font-size:30px; line-height:30px; padding-bottom:30px;  font-family: 'Humanist521BT-Light'; }
.clientwrap #quote-carousel a{font-family: 'Raleway', sans-serif; color:#22262a; line-height:18px; text-align:center; display:block; margin:0 auto; font-size:14px;}
.clientwrap #quote-carousel p{font-size:20px; color:#c1c0be; font-family: 'Humanist521BT-Light'; line-height:25px; padding:0 0px 0px 0px; width:1000px; margin:0 auto;}
/* 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:1000px; text-align:center; margin:0 auto;}

.orangewrapper{text-align:center; width:388px; float:right; padding:0px 20px; height:371px;}
.orangewrapper h2{font-family: 'Raleway', sans-serif; font-weight:300; text-transform:uppercase; color:#444151; font-size:36px; line-height:36px; padding-bottom:25px;}
.orangewrapper a{display:block; width:120px; border:1px solid #fff; margin:0 auto; line-height:30px; color:#0170e6; text-transform:none; font-family: Verdana,Geneva,sans-serif;  font-size:14px; -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; float:right; margin-right:15px;}

.orangewrapper a:hover{color:#000;}

.introductory{padding:100px 0 0 0; text-align:center; width:1140px; margin:0 auto;}
.inlt{text-align:right; padding:10px 0 0 0;}
.inlt h1{font-family: 'SakkalMajalla'; text-transform:uppercase; color:#000; font-size:40px; line-height:40px; padding-bottom:50px;} 
.inlt p{text-transform:uppercase; color:#000; font-size:17px; line-height:25px; font-family: 'Raleway', sans-serif; font-weight:300; padding-bottom:65px;}
.inlt a{display:inline-block;text-align:right; font-family: 'Raleway', sans-serif; font-weight:300; color:#ff9c47; text-transform:uppercase; line-height:40px; border:1px solid #a1a1a1; width:185px; text-align:center;}
.inrt{}
.inrtinfo{width:auto; padding-bottom:70px;}
.inrtinfo img{display:block; text-align:center; margin:0 auto; padding-bottom:15px;}
.inrtinfo h2{font-size:16px; text-transform:none; color:#ff9c47; line-height:18px; padding-bottom:15px; font-family: 'Lato', sans-serif; font-weight:400; -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;}
.inrtinfo p{color:#6d6d6d; font-family: 'Lato', sans-serif; font-weight:400; width:200px; margin:0 auto; font-size:10px;}
.inrtinfo p a{color:#ff9c47; display:inline-block; -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;}

.inrtinfo:hover h2{color:#000;}
.inrtinfo:hover a{color:#000;}


.newscont{width:1140px; margin:0 auto; overflow:hidden; background:#dadbdf; margin:55px 0;}
.newsinner{width:1088px; margin:0 auto;} 

/*=======news_ticker.css==============*/
/* ==============CSS for News Ticker======================*/
.news_feed{height:70px; margin:0px 0;}
.newsfeed_label{float: left; font-size: 16px; padding: 0px 10px;color: #e40c2f; font-family: 'Roboto', sans-serif; line-height:70px; height:70px; margin:0;}
#ticker01{float: left;}
.tickercontainer .mask {width: 100% !important;}
/* ==============CSS for News Ticker======================*/

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
// border: 1px solid #fff;
//max-width: 538px; 
height: 70px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.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:#000; line-height:70px;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #000;
font: normal 14px  'Roboto', sans-serif;
margin: 0 5px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

/*=======news_ticker.css==============*/

.propart{background:#f2fbfa;}
.productinfo{width:1140px; margin:0 auto; text-align:center; padding:0 0 20px 0; position:relative; margin-top:-230px;}
.productinfo h2{margin:0; padding:0 0 30px 0px; font-size:36px; color:#444151; line-height:67px; font-family: 'Raleway', sans-serif; font-weight:400; text-align:center; position:relative; display:block; text-align:center; text-transform:uppercase; margin-bottom:30px;}
.proinfo{width:283px; height:211px;}
.proinfo img{display:block; margin:0 auto; text-align:center; position:relative; -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;}
.proinfo h2{font-family: 'MyriadPro-Regular'; font-size:24px; color:#000; position:absolute; z-index:1000; text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff; margin:0; padding:0; text-align:center; display:block; left:0; right:0; margin:0 auto; text-transform:none;  -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; position:absolute; bottom:10px; text-shadow: 0 0 0.5em #000, 0 0 0.5em #000, 0 0 0.5em #000;}
.proinfo h2 a{color:#fff; display:block; -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;}
.proinfo:hover img{-moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);}
.proinfo:hover h2 a{color:#fd6239; text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;}


.scheme{background:#f9f9f9; padding:78px 0 0 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:#091d31; font-weight:400; font-family: 'LucidaSansUnicode'; width:auto; margin:0 auto; text-transform:uppercase;}



.foundinfo{width:880px; margin:0 auto; margin-top:45px; margin-bottom:45px;}
.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:#676767; 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;}

.welcomepart{width:1000px; margin:0 auto; padding:100px 0 70px 0; overflow:hidden;}
.wellt{text-align:center;}
.wellt h1{margin:0; padding:0; font-family: 'Raleway', sans-serif; font-weight:300; color:#131313; font-size:30px; line-height:30px; padding-bottom:60px; text-transform:uppercase;}
.wellt h1 span{color:#fd6239;}
.wellt a{color:#fff; font-size:17px; font-family: 'Raleway', sans-serif; font-weight:300; line-height:44px; text-transform:uppercase; display:inline-block; background:#fd6239; display:block; margin:0 auto; width:190px;}
.wellt p{font-size:18px; color:#2b2b2b; line-height:30px; font-family: 'MyriadPro-Regular'; padding:0 40px 60px 40px;}

.tpspace{padding:90px 0;}


.infopart{/*height:558px;*/}
.spacepart{padding-left:0px !important; padding-right:0px !important;}
.spacepartwo{padding-left:0px !important;}


.infolt{/*float:left; width:50%;*/ background:#202020; padding:83px 60px; text-align:center; height:543px;}
.rtline{border-right:1px solid #fff !important; border-bottom:1px solid #fff !important;}
.rtlineone{border-bottom:1px solid #fff !important;}

.infort{/*float:right; width:50%;*/ overflow:hidden;}
.infotxt{width:auto; background:#e1e1e1; text-align:center; height:271px; padding:100px 0 0 0; -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; display:block !important;}
.infotxt img{display:block;text-align:center; margin:0 auto; padding-bottom: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;}
.infotxt h2{font-size:18px; color:#000; line-height:18px; text-transform:uppercase; font-family: 'Raleway', sans-serif; font-weight:200; -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;}

.infotxt:hover{background}
.infotxt:hover img{-moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);}
.infotxt:hover h2{text-shadow: 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff; color:#fff; margin-top:-10px;} 

.centreinfo{padding:78px 0 50px 0;}
.centreinfoin{width:1140px; margin:0 auto;}

.centrepic{width:515px; position:relative;} 
.line{position:absolute; z-index:100; top:200px; border:2px solid #fd6239; width:82px; height:2px; right:-40px;}
.lineone{position:absolute; z-index:100; top:200px; border:2px solid #fd6239; width:82px; height:2px; left:-40px;}

.centrepic img{display:block; text-align:center; margin:0 auto; 
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.centrepic img:hover{-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);}
.centrepic img.ttspace{margin-top:0px;} 
.centretxt{padding:45px 0 0 45px; width:500px; height:400px;}
.centretxt h2{margin:0; padding:0 0 50px 20px; text-transform:uppercase; font-family: 'Raleway', sans-serif; font-weight:400; color:#131313; font-size:24px; line-height:24px;}
.centretxt p{font-family: 'Raleway', sans-serif; font-weight:200; color:#131313; font-size:19px; line-height:25px; text-align:left; padding-bottom:70px;}
.centretxt a{background:#fd6239; text-align:center; padding:0 25px; display:inline-block; line-height:41px; -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; color:#fff;}

.centretxt a:hover{background:#131313; color:#fff;}

.txtrt{text-align:right !important;}
.centretxt p.txtrt{text-align:right !important;}

.informationpart{}
.infopic{text-align:center; height:690px;}
.infopic 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; filter: grayscale(100%);
-webkit-filter: grayscale(100%);}
.infopic img:hover{filter: grayscale(0%);
filter: gray;
-webkit-filter: grayscale(0%);
filter: none;}

.infoin{background:#202020; overflow:hidden; -webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		-ms-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out; width:100%;}
.infoin:hover{background:#373631;}
.infolttop{text-align:center;} 
.infolttop h2{color:#fd6239; text-transform:uppercase; line-height:30px; font-size:30px; font-family: 'Raleway', sans-serif; font-weight:300; padding:87px 0 40px 0;  -webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		-ms-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;}
.infolttop p{padding-bottom:106px; line-height:30px; font-size:20px; font-family: 'Raleway', sans-serif; font-weight:300; color:#fff;}
.inpart{}
.green{background:#26d797;}
.orange{background:#fd6239;}

.txtpart{text-align:center; padding:0 60px; -webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		-ms-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out; height:367px;}
.txtpart h2{font-size:24px; line-height:24px; color:#202020; text-transform:uppercase; padding-bottom:50px; font-family: 'Raleway', sans-serif; font-weight:300;}
.txtpart p{font-family: 'Raleway', sans-serif; font-weight:300; font-size:20px; line-height:25px;}

.txtpart:hover{box-shadow: inset 400px 0 0 0 #373631;}
.txtpart:hover h2{color:#fff;}

.infoin:hover h2{text-shadow: rgb(255, 255, 255) 0px 0px 10px; text-shadow: 0 0 0.8em #fff, 0 0 0.8em #fff, 0 0 0.8em #fff; color:#fff;}




.loginform{background: rgba(0, 0, 0, .8); width:1140px; margin:0 auto; padding:36px 124px; behavior: url(PIE.htc); position:relative; top:-321px; text-align:center;} 
.loginform h2{font-family: 'Raleway', sans-serif; font-weight:700; color:#fff; text-transform:uppercase; padding-bottom:35px; width:876px; margin:0 auto;} 
.loginform ul{list-style:none; margin:0; padding:0;}
.loginform ul li{float:left; display:inline; padding:0 12px 0 0;}
.loginform ul li:last-child{padding:0 0 0 0;}
.memberlog{width:250px; padding:20px 0 0 0;}
.memberlog a{color:#fff; font-size:24px; line-height:42px; -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; behavior: url(PIE.htc); position:relative; background:#e92715; text-transform:uppercase; font-family: 'MyriadPro-Regular'; display:block; text-align:center; -webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		-ms-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;}
.memberlog a:hover{text-decoration:none !important;}
.userlog{width:287px; padding:0px 0 0 0;}
.userlog p{color:#fff; font-size:17px; line-height:18px; font-family: 'MyriadPro-Regular'; display:block; padding:0 0 5px 0; margin:0 0 0 0 !important;}
.userlog p a{color:#fd6239; font-size:17px; line-height:18px; font-family: 'Raleway', sans-serif; font-weight:200; display:block; padding:0 0 5px 0; margin:0 0 0 0 !important; -webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		-ms-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;}
.userlog p a:hover{color:#fff;}

.userlog input.txt{ width:287px; padding:0 10px; height: 36px; border: none; color: #fff; font-size:18px; font-family: 'Raleway', sans-serif; font-weight:200; text-transform:uppercase; transition: all 0.3s ease 0s; line-height:36px; float:none; display:block; float:left; behavior: url(PIE.htc); position:relative; background:#131313; border:1px solid #fff; border-radius:inherit !important; margin-bottom:10px; text-align:center;}


.userlog input.txt::-webkit-input-placeholder { /* Safari, Chrome and Opera */ color:#fff; opacity:1}
.userlog input.txt::-moz-placeholder { /* Firefox 18- */ color:#fff; opacity:1}
.userlog input.txt::-moz-placeholder { /* Firefox 19+ */color: #fff; opacity:1}
.userlog input.txt::-ms-input-placeholder { /* IE 10+ */color:#fff; opacity:1}
.userlog input.txt::-ms-input-placeholder { /* Edge */ color: #fff; opacity:1}
.userlog input.txt::placeholder-shown { /* Standard one last! */color: #fff; opacity:1}

.userlog input:focus{outline: none; box-shadow: 0px 0px 12px #000 !important; border-color: #000 !important; border:1px solid #9e3e24 !important; background:#ccc !important; color:#000 !important;}

.subwrap{width:287px; padding:0px 0 0 0;}
.subwrap input.submitbtn{font-size:15px; line-height:36px; height:36px; color:#fff; text-align:center; display:block; cursor:pointer; border:0; outline:none; font-family: 'Raleway', sans-serif; font-weight:300;  text-transform:uppercase; background:#00b09c;/*background:#ca6e55;*/ width:287px; transition: all 0.5s ease;}
.subwrap input.submitbtn:hover{box-shadow: inset 250px 0 0 0 #00ccff; color:#00ccff; color:#fff;}


.userpass{width:287px; padding:0px 0 0 0;}
.userpass p{color:#fff; font-size:17px; line-height:18px; font-family: 'MyriadPro-Regular'; display:block; padding:0 0 5px 0; margin:0 0 0 0 !important;}
.userpass p a{color:#fd6239; font-size:17px; line-height:18px; font-family: 'Raleway', sans-serif; font-weight:200; display:block; padding:0 0 5px 0; margin:0 0 0 0 !important;}
.userpass p a:hover{color:#fff;}

.userpass input.txt{ width:287px; padding:0 10px; height: 36px; border: none; color: #fff; font-size:18px; font-family: 'Raleway', sans-serif; font-weight:200; text-transform:uppercase; transition: all 0.3s ease 0s; line-height:36px; float:none; display:block; float:left; behavior: url(PIE.htc); position:relative; background:#131313; border:1px solid #fff; border-radius:inherit !important; margin-bottom:10px; text-align:center;}

.userpass input.txt::-webkit-input-placeholder { /* Safari, Chrome and Opera */ color:#fff; opacity:1}
.userpass input.txt::-moz-placeholder { /* Firefox 18- */ color:#fff; opacity:1}
.userpass input.txt::-moz-placeholder { /* Firefox 19+ */color: #fff; opacity:1}
.userpass input.txt::-ms-input-placeholder { /* IE 10+ */color:#fff; opacity:1}
.userpass input.txt::-ms-input-placeholder { /* Edge */ color: #fff; opacity:1}
.userpass input.txt::placeholder-shown { /* Standard one last! */color: #fff; opacity:1}

.userpass input:focus{outline: none; box-shadow: 0px 0px 12px #afefff; border-color: #afefff;}




@media screen and (min-width:320px) and (max-width:480px)
{
header{background:#202020; padding:220px 0 0 0;}	
.navbar{min-height:70px !important;}	
.navwrapper{width:95%; margin:0 auto; padding:0 0 0 0;}  
.wrapper{width:100% !important; margin:0 auto !important;}

.btborder{top:0px;}

.action-bar{height:30px; float:none; width:150px; margin:0 auto; border-left:none; border-right:none;}
.socialpart ul li a{line-height:35px;}
.action-bar li{padding:0 5px;}
.action-bar a{line-height:30px; height:30px;}
.btborder{height:220px;}
.socialpart ul{padding:20px 0 0 0;}

.logopart{margin-left:0px; width:170px; margin:0 auto;  margin-bottom:50px;}
.socialpart{float:none; margin:0 auto; width:160px; margin:0 auto;}
.socialpart ul li{float:left; display:inline !important; padding:0 0 0 0;}
#demo-2 input[type=search]{margin-top:0px;}

.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:none !important; padding:10px 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:20px 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:#fff !important; border:none !important;}

.navbar-nav .open .dropdown-menu{background:#cacaca !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:#f1f1f1 !important; color:#000 !important; }
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{border:none !important;}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{color:#fd6239 !important; border-top:none !important; background:#e6e6e6 !important; border:none !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; font-size:22px !important; font-weight:normal;}
.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:566px; border-bottom:5px solid #fff;}

.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;}



.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:30px !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:63px !important; bottom:5px !important;}

.videowrap{width:250px; margin:0 auto; height:auto; float:none; margin-bottom:50px;}
.videowrap img{width:100%; height:auto;}
.orangewrapper{float:none; width:100%; height:auto;} 
.orangewrapper h2{font-size:27px; line-height:27px;}

.inwrap{width:100%; padding-bottom:0px;}

.introin{padding:30px 5%;}

.row{margin-left:0px !important; margin-right:0px !important;}


.space{padding:0 0 0 0 !important; position:relative; top:0px;}
.bannertxt h2 span.two{font-size:15px !important;}
.bannerslider{width:100%;}

.slidein{width:100% !important;}
.bannertxt h2{text-align:center !important; font-size:11px !important; line-height:18px !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;}
.bannertxt{width:100% !important;}
.bannerin{width:280px !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; padding:70px 0 0 0}
.knowledge h2{font-size:32px; line-height:35px; margin-bottom:30px;}
.mainwrap{width:108px; height:231px; margin:0 auto; margin-bottom:20px;}
.mainwrap img{width:100%; height:auto;}
.mainwrapbot h2{font-size:14px; line-height:18px; margin-bottom:0px;}
.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%;}
.clientwrap #quote-carousel p{width:100%; padding-bottom:30px; line-height:22px; font-size:12px; padding-top:15px;}
.clientwrap h2{font-size:32px; line-height:35px; margin-bottom:30px;}
.clientwrap .leftquote img{width:35px !important; height:20px !important;}

.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;}
.inlt{text-align:center; margin-bottom:50px;}
.inrtinfo p{width:120px;}
.inrtinfo{height:220px;}

.newscont{width:100%; margin:25px 0;}
.newsinner{width:90%; margin:0 auto;}

.productinfo{width:100%; margin:0 auto; padding:100px 0 0 0;}
.productinfo h2{font-size:36px; line-height:36px;}
.productinfo img{width:115px; height:115px;}
.proinfo h2 a{font-size:15px; line-height:40px;}
.proinfo{margin-bottom:6px; width:120px; height:120px; margin:0 auto;}


.welcomepart{width:100%; text-align:center;}
.wellt p{padding-left:0px; text-align:center;}

.partwrap{width:280px; margin:0 auto;}
.tpspace{padding:45px 0;}

.infotxt{height:200px; padding:50px 0 0 0;}
.infotxt h2{font-size:14px;}

.centreinfoin{width:280px; margin:0 auto;}
.centrepic{width:100%;}
.centretxt{width:100%; padding:45px 0 0 0;}
.centretxt h2{font-size:20px; padding-left:0px; text-align:center;}
.line{right:0px; left:0; margin:0 auto;}
.lineone{right:0px; left:0; margin:0 auto;}
.centretxt p{text-align:center;}
.centretxt a{display:block; margin:0 auto; float:none; width:150px;}
.centrepic img.ttspace{margin-top:30px;} 

.infopic{height:auto;}
.txtpart{height:250px; width:100%; padding:0 20px;}
.txtpart h2{font-size:14px; line-height:18px; padding:30px 0;}
.txtpart p{font-size:12px; line-height:18px; padding-bottom:0px;}

.container{padding-left:0px !important; padding-right:0px !important;}
.container-fluid{padding-left:0px !important; padding-right:0px !important;}

.infolt{height:auto; padding:83px 20px; height:320px;}



.loginform{width:290px; padding:36px 5% 36px 5%; margin-top:40px; top:0px;}
.loginform h2{width:100%;}

.loginform ul li{float:none; padding:0 0 20px 0;}
.loginform ul li:last-child{padding:0 0 0 0;}
.memberlog{width:100%; padding-bottom:0px; margin-bottom:20px;}
.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:10px;}
.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;}




}

@media screen and (min-width:481px) and (max-width:767px)
{
header{background:#202020; padding:220px 0 0 0;}	
.navbar{min-height:70px !important;}	
.navwrapper{width:95%; margin:0 auto; padding:0 0 0 0;}
.container{padding-left:0px !important; padding-right:0px !important;}
.container-fluid{padding-left:0px !important; padding-right:0px !important;}


.btborder{top:0px;}

.action-bar{height:30px; float:none; width:150px; margin:0 auto; border-left:none; border-right:none;}
.socialpart ul li a{line-height:35px;}
.action-bar li{padding:0 5px;}
.action-bar a{line-height:30px; height:30px;}
.btborder{height:220px;}
.socialpart ul{padding:20px 0 0 0;}

.logopart{margin-left:0px; width:170px; margin:0 auto;  margin-bottom:50px;}
.socialpart{float:none; margin:0 auto; width:160px; margin:0 auto;}
.socialpart ul li{float:left; display:inline !important; padding:0 0 0 0;}
#demo-2 input[type=search]{margin-top:0px;}


.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:none; 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:#fff !important; border:none !important;}

.navbar-nav .open .dropdown-menu{background:#cacaca !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:#f1f1f1 !important; color:#000 !important; }
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{border:none !important;}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{color:#fd6239 !important; border-top:none !important; background:#e6e6e6 !important; border:none !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; margin-right:0px !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; font-size:22px !important; font-weight:normal;}
.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:360px; margin:0 auto; height:auto; float:none; margin-bottom: 50px;}
.videowrap img{width:400px; height:auto;}
.orangewrapper{float:none; width:100%; height:auto;} 
.row{margin-left:0px !important; margin-right:0px !important;}

.inwrap{width:400px; padding-bottom:0px;}

.bannertxt{width:100% !important; margin:0 auto !important;}
.bannertxt h2{text-align:center !important; font-size:20px !important; line-height:28px !important; padding:0 0px !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;}
.bannertxt{width:100% !important;}
.bannerin{width:400px !important; float:none; margin:0 auto;}


.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;}

.knowledge{width:100%; overflow:hidden;}
.mainwrap{width:180px; height:350px; 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%;}
.clientwrap #quote-carousel p{width:100%; padding-bottom:30px; line-height:22px; font-size:12px; padding-top:15px;}
.clientwrap h2{font-size:32px; line-height:35px; margin-bottom:30px;}
.clientwrap .leftquote img{width:35px !important; height:20px !important;}


.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;}
.inlt{text-align:center; margin-bottom:50px;}
.inrtinfo p{width:120px;}
.inrtinfo{height:220px;}

.newscont{width:100%;}
.newsinner{width:90%; margin:0 auto;}


.productinfo{width:100%; margin:0 auto; padding:100px 0 0 0;}
.productinfo h2{font-size:36px; line-height:36px;}
.productinfo img{width:200px; height:115px;}
.proinfo h2 a{font-size:15px; line-height:40px;}
.proinfo{margin-bottom:6px; width:200px; height:120px; margin:0 auto;}

.welcomepart{width:100%; text-align:center;}
.wellt p{padding-left:0px; text-align:center;}

.partwrap{width:400px; margin:0 auto;}
.tpspace {padding: 45px 0;}

.centreinfoin{width:400px; margin:0 auto;}
.centreinfo{padding:78px 0 100px 0;}
.centrepic{width:400px;}
.centretxt{width:100%; padding:0px 0 0 0;}
.centretxt h2{font-size:20px; padding-left:0px; text-align:center; padding:90px 0 50px 0px;}
.line{right:0px; left:0; margin:0 auto; top:330px;}
.lineone{right:0px; left:0; margin:0 auto; top:330px;}
.centretxt p{text-align:center;}
.centretxt a{display:block; margin:0 auto; float:none; width:150px;}
.centrepic img.ttspace{margin-top:30px;} 


.infopic{height:auto;}
.txtpart{height:250px; width:100%; padding:0 20px;}
.txtpart h2{padding:30px 0;}
.txtpart p{font-size:16px; line-height:18px; padding-bottom:0px;}

.infolt{height:370px; padding:83px 20px;}


.loginform{width:400px; padding:36px 5% 36px 5%; margin-bottom:0px; margin-top:40px; top:0px;}
.loginform h2{width:100%;}
.loginform ul li{float:none; padding:0 0 20px 0;}
.loginform ul li:last-child{padding:0 0 0 0;}
.memberlog{width:100%; padding-bottom:0px; margin-bottom:20px;}
.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:10px;}
.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;}

}


@media screen and (min-width:768px) and (max-width:999px)
{
.navwrapper{width:750px; margin:0 auto; padding:125px 0 0 0;}		
.navbar-brand{font-family: 'Open Sans', sans-serif; font-weight:700 !important; font-size:32px !important; padding-top:30px !important;}

.container{padding-left:0px !important; padding-right:0px !important;}
.container-fluid{padding-left:0px !important; padding-right:0px !important;}

.navbar-default .navbar-nav > li{margin-right:0px !important;}

.socialpart ul li{padding:0 0px;}
#demo-2 input[type=search]{margin-top:10px;}

.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:20px 24px; width:120px;}
.socialpart ul li a{margin:0 8px;}
.action-bar a{}

.logopart{margin-left:0px;}

.socialpart{width:560px;}

.navbar-nav > li > a{font-size:14px !important; padding:0 15px !important;}
.navbar-brand{width:180px;}
.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:100%; height:auto;}
.videowrap img{width:100%; height:auto;}
.orangewrapper h2{font-size:25px; line-height:25px; padding-bottom:10px;}
#scrollbar1 .overview ul li{padding:0 20px 10px 38px; font-size:10px; line-height:17px;}
#scrollbar1 .overview ul li a{font-size:10px; line-height:17px;}

.latestnews{width:100%;}

.bannertxt h2{font-size:30px !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;}

.bannertxt{width:95% !important; margin:0 auto !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}



.knowledge{width:100%;}
.mainwrap{width:145px; height:250px;}
.mainwrapbot h2{font-size:16px; line-height:20px;}
.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%;}
.clientwrap #quote-carousel p{width:100%;}
.clientwrap .leftquote img{width:35px !important; height:20px !important;}
.clientwrap .item blockquote{padding:22px 20px !important;}

.servicein{width:700px; margin:0 auto;}
.serve{width:330px;}


.orangewrapper{height:335px; padding:0px 2%;}

.introductory{width:90% !important; margin:0 auto; padding:100px 0 70px 0;}
.inrtinfo p{width:130px;}

.newscont{width:100%;}
.newsinner{width:90%; margin:0 auto;}

.productinfo{width:100%; margin-top:-100px; left:0px;}

.productinfo h2{font-size:36px; line-height:36px;}
.productinfo img{width:185px; height:120px;}
.proinfo h2 a{font-size:22px; line-height:60px;}
.proinfo{margin-bottom:20px; width:100%; height:110px;}

.welcomepart{width:100%; text-align:center; padding:70px 0;}

.partwrap{width:700px; margin:0 auto;}

.row{margin-left:0px !important; margin-right:0px !important;}

.centreinfo{padding:78px 0 0 0;}
.centreinfoin{width:700px; margin:0 auto;}
.centrepic{width:100%;}
.centretxt{width:300px; padding:15px 0 0 41px; height:300px;}
.centretxt h2{padding:0 0 20px 20px;}
.centretxt p{font-weight:300; font-size:15px; line-height:22px; padding-bottom:20px;}
.line{top:120px;}
.lineone{top:120px;}

.txtpart{height:250px; width:100%; padding:0 20px;}
.txtpart h2{padding:30px 0; font-size:20px;}
.txtpart p{font-size:14px; line-height:18px; padding-bottom:0px;}
.informationpart{height:643px;}

.infolt{padding:83px 40px 83px 35px;}

.loginform{width:744px; margin:0 auto; top:-190px; padding:16px 74px;}
.loginform h2{width:100%;}
.loginform ul li{/*width:20%;*/ padding:0 2% 0 0;}
.memberlog{width:130px;}
.memberlog h2{font-size:20px; line-height:20px;}
.memberlog h2 span{font-size:31px;}
.memberlog a{font-size:15px;}

.subwrap input.submitbtn{}
 
.userlog{width:210px;}
.userlog input.txt{width:100%; font-size:14px; padding:0 5%;}

.userpass{width:210px}
.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%;}


}


@media screen and (min-width:1000px) and (max-width:1199px)
{

.navwrapper{width:750px; margin:0 auto; padding:125px 0 0 0;}		

.container{width:100% !important; margin:0 auto !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;}
.socialpart ul li{padding:0 0px;}
.socialpart ul li a{margin:0 5px;}
#demo-2 input[type=search]{margin-top:10px;}

.navwrapper{width:846px; margin:0 auto;}	
.logopart{margin-left:0px;}
.socialpart{width:605px;}

.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 10px !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:100%; height:auto;}
.videowrap img{width:100%; height:auto;}

.latestnews{width:100%;}

.knowledge{width:100%;}
.mainwrap{width:200px; 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%;}

.sliderwrap{width:100%;}
.ltpart{width:50%; min-height:464px;}
.rtpart{width:50%; height:464px;}

.clientwrap #quote-carousel{width:100%;}
.clientwrap #quote-carousel p{width:88%; margin:0 auto;}

.introductory{width:90% !important; margin:0 auto; padding:100px 0 70px 0;}

.newscont{width:100%;}
.newsinner{width:90%; margin:0 auto;}

.productinfo{width:950px; margin-top:-300px;}
.productinfo h2{font-size:36px; line-height:36px;}
.productinfo img{width:250px; height:150px;}
.proinfo h2 a{font-size:22px;}
.proinfo{margin-bottom:20px;}

.welcomepart{width:100%; text-align:center; padding:0 0 70px 0;}

.partwrap{width:900px; margin:0 auto;}
.row{margin-right:0px !important; margin-left:0px !important;}


.centreinfo{padding:78px 0 40px 0;}
.centreinfoin{width:900px; margin:0 auto;}
.centrepic{width:100%;}
.centretxt{width:353px; padding:15px 0 0 41px; height:353px;}
.centretxt h2{padding:0 0 20px 20px;}
.centretxt p{font-weight:300; font-size:15px; line-height:22px;}
.line{top:150px;}
.lineone{top:150px;}

.txtpart{padding:0 20px;}
.infolttop h2{padding:40px 0px; font-size:}

.proinfo{margin-bottom:20px; width:100%; height:110px;}


.loginform{width:948px; margin:0 auto; padding:36px 74px;}
.loginform ul li{/*width:20%;*/ padding:0 2% 0 0;}
.memberlog{width:233px;}
.memberlog h2{font-size:20px; line-height:20px;}
.memberlog h2 span{font-size:31px;}
.memberlog a{font-size:15px;}

.subwrap input.submitbtn{}
 
.userlog{width:270px;}
.userlog input.txt{width:100%; font-size:14px; padding:0 5%;}

.userpass{width:270px}
.userpass input.txt{width:100%; font-size:14px; padding:0 5%;}

.subwrap{width:220px; padding-left:0;}
.subwrap input.submitbtn{width:200px; background-size:100% 100%;}


}


@media screen and (min-width:1200px) and (max-width:1347px)
{
.container-fluid{padding-left:0px !important; padding-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%;}

.logopart{margin-left:180px;}
.socialpart{width:560px;}
.socialpart ul li{padding:0 0px;}

.loginform{width:1140px; padding:15px 80px 18px 80px;}
.userlog{width:330px;}
.userlog input.txt{width:330px;}
.userpass{width:330px;}
.userpass input.txt{width:330px;}
.loginform ul li{padding:0 15px 0 0;}

.sliderwrap{width:100%;}
.ltpart{width:50%; min-height:464px;}
.rtpart{width:50%; height:464px;}


.clientwrap #quote-carousel{width:100%;}
.clientwrap #quote-carousel p{width:88%; margin:0 auto;}

.newscont{width:100%;}
.newsinner{width:90%; margin:0 auto;}



.videowrap{width:100%; height:auto;}
.videowrap img{width:100%; height:auto;}

}



@media screen and (min-width:1348px) and (max-width:1666px)
{
	
.socialpart{width:850px;}
.logopart{margin-left:220px;}

}