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{border-top:35px solid #2c3c31;}
.wrapper{width:1000px; margin:0 auto;}
.mainwrapper{background:#1b251e;}
.navwrapper{width:1140px; margin:0 auto;}
.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:#ff9900 !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:95px !important; padding-top:0px !important; padding-bottom:0px !important; font-family: 'Raleway', sans-serif !important; text-transform:none !important; color:#fff !important; font-size:14px !important; height:95px !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;
}


.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#ff9900 !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:#ff9900 !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:#ff9900 !important; border-top:none !important; background:none !important;}
.navbar-nav{float:right !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;}
/*.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:807px;}

.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:551px; 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;}
.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;}

.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:#f5f5f5; padding:87px 0; text-align:center;}
.clientwrap h2{margin:0; padding:0 0 0 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;}


/* carousel */
.clientwrap #quote-carousel 
{
  padding: 0 15px 0px 15px;
  margin-top: 0px;
  width:1170px; margin:0 auto; position:relative;
}

.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;
}

/* 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:block;
}
/* 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:#22262a; text-transform:none; font-size:16px; line-height:25px; padding-bottom:30px;  font-family: 'Circo'; padding-bottom:5px;}
.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:16px; color:#22262a; font-family: 'Raleway', sans-serif; line-height:30px; padding:0 0px 70px 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:1100px; margin:0 auto; text-align:center; overflow:hidden; padding:100px 0 20px 0;}
.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{}
.proinfo img{-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; border:5px solid #e2e2e2; 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; line-height:282px; 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;}
.proinfo h2 a{color:#000; 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(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);}
.proinfo:hover h2 a{color:#e40c2f;}


.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;}
.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;}

.welcomepart{width:1120px; margin:0 auto; padding:56px 0;}
.wellt{}
.wellt h1{margin:0; padding:0; font-family: 'Raleway', sans-serif; font-weight:300; color:#444151; font-size:40px; line-height:40px; padding-bottom:20px; text-transform:uppercase;}
.wellt a{color:#131a42; font-size:20px; font-family: 'Raleway', sans-serif; font-weight:700; line-height:20px; text-transform:uppercase; padding-bottom:100px; display:block;}
.wellt p{font-size:16px; color:#515151; line-height:22px; font-family: 'MyriadPro-Regular'; padding-left:35px;}
.wellt p a{color:#f36c3f; text-transform:uppercase; text-decoration:underline !important; -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-size:16px; display:inline-block; font-weight:300;}
.wellt p a:hover{color:#000;}

.wellrt{}
.wellrt 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(0%);
filter: gray;
-webkit-filter: grayscale(0%);
filter: none;}
.wellrt img:hover{-moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8); filter: grayscale(100%);
-webkit-filter: grayscale(100%);}
.wellrt img.btspace{margin-bottom:15px;}
.tpspace{padding:90px 0;}

@media screen and (min-width:320px) and (max-width:480px)
{
.navbar{min-height:70px !important;}	
.navwrapper{width:100%;}
.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:#7f6300 !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 > .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; 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:807px;}

.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: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:100%; 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%;}
.productinfo h2{font-size:36px; line-height:36px;}
.productinfo img{width:115px; height:115px;}
.proinfo h2 a{font-size:15px; line-height:120px;}
.proinfo{margin-bottom:20px;}

.welcomepart{width:100%; text-align:center;}
.wellt p{padding-left:0px; text-align:center;}

.partwrap{width:280px; margin:0 auto;}
.tpspace{padding:45px 0;}

}

@media screen and (min-width:481px) and (max-width:767px)
{
.navbar{min-height:70px !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:#7f6300 !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 > .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; 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:100%; margin:0 auto; height:auto; float:none; margin-bottom: 50px;}
.videowrap img{width:100%; 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;}

.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: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%;}
.productinfo h2{font-size:36px; line-height:36px;}
.productinfo img{width:200px; height:200px;}
.proinfo h2 a{font-size:22px; line-height:200px;}
.proinfo{margin-bottom:20px;}

.welcomepart{width:100%; text-align:center;}
.wellt p{padding-left:0px; text-align:center;}

.partwrap{width:400px; margin:0 auto;}
.tpspace {padding: 45px 0;}
}


@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:12px !important; padding:0 5px !important;}
.navbar-brand{width:140px;}
.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:85%; 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}


.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: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%;}
.productinfo h2{font-size:36px; line-height:36px;}
.productinfo img{width:200px; height:180px;}
.proinfo h2 a{font-size:22px; line-height:180px;}
.proinfo{margin-bottom:20px;}

.welcomepart{width:100%; text-align:center;}

.partwrap{width:700px; margin:0 auto;}

.row{margin-left:0px !important; margin-right:0px !important;}

}


@media screen and (min-width:1000px) and (max-width:1199px)
{

.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;}

.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 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%;}


.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;}

.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:100%;}
.productinfo h2{font-size:36px; line-height:36px;}
.productinfo img{width:250px; height:250px;}
.proinfo h2 a{font-size:22px; line-height:250px;}
.proinfo{margin-bottom:20px;}

.welcomepart{width:100%; text-align:center;}

.partwrap{width:900px; margin:0 auto;}
.row{margin-right:0px !important; margin-left:0px !important;}

}


@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%;}

.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;}


.clientwrap #quote-carousel{width:100%;}
.clientwrap #quote-carousel p{width:88%; margin:0 auto;}

.newscont{width:100%;}
.newsinner{width:90%; margin:0 auto;}

}
