/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
    font-size: 100%;
	background:	#fff;
	font-family: 'Open Sans', sans-serif;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-header--*/
.header-left{
	width:50%;
	float:left;
}
.logo {
  	margin-top: 9px;
}
.header-right {
  	width: 20%;
  	float: right;
  	background: #ffd200;
  	padding: 8px 35px;
  	text-align: center;
  	border-radius: 11px;
}
.header-right p {
  	color: #212121;
  	font-size: 16px;
  	font-weight: 400;
  	border-bottom: 1px dotted #212121;
}
div#home {
  	padding: 2em 0px;
  	position: relative;
}
/*--header-menu--*/
/*--top-nav--*/
.nav-icon {
  	position: absolute;
  	top: 44%;
  	left: 9%;
}
.right_bt span{
	width: 25px;
	height: 18px;
	display: inline-block;
	background: url(../images/menu.png) no-repeat 0px 0px;
}
.divice12{
	display:none;
}
.box{
	position:absolute;
	top:-1200px;
	width:100%;
	color:#7F7F7F;
	margin:auto;
	padding:0px;
	z-index:999999;
	text-align:center;
	left:0px;
 }
.box_content_center{
	background:rgba(239, 211, 20, 1);
}
a.boxclose {
  cursor: pointer;
  text-align: center;
  display: block;
  position: absolute;
  top: 1.7em;
  right: 9em;
}
.menu_box_list {
  	display: inline-block;
  	padding: 2.5em 0;
}
.menu_box_list ul li {
	display:inline-block;
}
.menu_box_list li a {
  	color: #FFF;
  	font-size: 1.2em;
  	display: block;
  	padding: 0em 25px 0 25px;
  	text-transform: uppercase;
  	-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;
  	letter-spacing: 0.1em;
  	font-weight: 600;
}	
a.boxclose {
  	cursor: pointer;
  	text-align: center;
  	display: block;
  	position: absolute;
  	top: 1.7em;
  	right: 9em;
}
.menu_box_list li a:hover,.menu_box_list li a.active{
	color:#e11a27;
	text-decoration: none;
	background:none;
}
.menu_box_list li a > i > img{
	vertical-align:middle;
	padding-right:10px;
}
.placeholder{
	color:#222;
}
.boxclose span {
  	width: 40px;
  	height: 45px;
  	display: inline-block;
  	background: url(../images/into.png) no-repeat -0px -45px;
}
.boxclose span:hover{
	background: url(../images/into.png) no-repeat -0px 4px;
}
ul.button {
	padding: 2em;
	width: 100%;
	margin: 0 auto;
}
ul.button li{
	margin-left: 8px;
	list-style: none;
	display: inline-block;
}
ul.button li a{
	color: #666;
	padding: 0.8em 2em;
	border: 2px solid #fff;
	text-decoration: none;
	font-weight:600;
	font-size: 1.3em;
}
.active,
ul.button li a:hover{
	background:#fff;
	color:#666;
}
/*-----//top-nav----*/
/*start search*/
.sb-search {
  	position: absolute;
  	right: 9%;
  	width: 0%;
  	top: 16%;
  	min-width: 75px;
  	margin: 0em 0px 0 0px;
  	height: 65px;
  	float: right;
  	overflow: hidden;
  	-webkit-transition: width 0.3s;
  	-moz-transition: width 0.3s;
  	transition: width 0.3s;
  	-webkit-backface-visibility: hidden;
}
.sb-search-input {
  	position: absolute;
  	top: 10px;
  	left: 0;
  	border: none;
  	outline: none;
  	background: #282828;
  	width: 100%;
  	height: 47px;
  	margin: 0;
  	z-index: 10;
  	padding: 0px 30px 0 13px;
  	font-size: 15px;
  	color: #fff;
}
.sb-search-input::-webkit-input-placeholder {
	color: #fff;
}
.sb-search-input:-moz-placeholder {
	color: #fff;
}
.sb-search-input::-moz-placeholder {
	color: #fff;
}
.sb-search-input:-ms-input-placeholder {
	color: #fff;
}
.sb-icon-search, .sb-search-submit {
  	width: 75px;
  	height: 65px;
  	display: block;
  	position: absolute;
  	right: 0;
  	top: 0;
  	padding: 0;
  	margin: 0;
  	line-height: 71px;
  	text-align: center;
  	cursor: pointer;
}
.sb-search-submit {
	background: #fff url('../images/arrow.png') no-repeat 19px 20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
  	background: #fff url('../images/arrow.png') no-repeat 19px 20px;
  	z-index: 90;
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
  	width: 20%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background: #fff url('../images/img-sprite.png') no-repeat 0px 1px;
	color: #000;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*-header--*/
/*-banner--*/
.banner {
  	background: url(../images/banner.jpg) no-repeat;
  	background-size: 100% 100%;
  	-webkit-background-size: 100% 100%;
  	-moz-background-size: 100% 100%;
  	-o-background-size: 100% 100%;
  	-ms-background-size: 100% 100%;
  	min-height: 560px;
}
.banner-top {
  	text-align: center;
  	margin-top: 1%;
}
.jumbotron h1 {
  	color: #000000;
  	font-size: 2.8em;
  	font-weight: 300;
  	letter-spacing: 2px;
}
.jumbotron p{
	color:#000000;
	font-size:1.4em;
	font-weight:400;
	margin:15px 0 0 0;
}
.btn-primary {
  	color: #212121;
  	background: none;
  	border:1px solid #212121;
  	text-transform: uppercase;
  	letter-spacing: 1px;
  	font-size: 1.5em;
  	word-spacing: 5px;
  	padding: 16px 33px;
  	border-radius: 10px;
  	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.btn-primary:hover,.t-btn a:hover,
.ad-btn a:hover,.error-btn a:hover{
	background:#ffd200;
	color:#fff;
	border:1px solid #ffd200;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.banner-btn{
	margin-top:4em;
}
.jumbotron {
  	background: none !important;
}
/*--banner--*/
/*--services--*/
.services{
	padding:5em 0px;
}
.services-left{
	text-align:center;
	position:relative;
}
.services-left span {
  	position: absolute;
  	background: url(../images/s-link.png) no-repeat;
  	width: 131px;
  	height: 5px;
  	display: block;
  	top: 32%;
  	left: 77.1%;
}
.services-left p {
  	color: #000000;
  	font-size: 1.4em;
  	font-weight: 500;
  	margin: 20px auto 0;
  	width: 54%;
  	line-height: 1.3em;
}
/*--services--*/
/*--advantage--*/
.advantage{
	background:#f3f0e7;
	padding:5em 0px;
}
.advantage-top{
	text-align:center;
}
.advantage-top h3,.solutions-top h3,.testimonials-top h3,.contact-top h3{
	font-size:2.8em;
	font-weight:300;
	color:#000000;
	margin:0;
	letter-spacing: 2px;
}
.advantage-top h3 span,.solutions-top h3 span,.testimonials-top h3 span,
.contact-top h3 span{
  	font-size: 1.2em;
  	font-weight: 100;
}
.caption h3 {
  	color: #000000;
  	font-size: 1.55em;
  	line-height: 1.25em;
  	font-weight: 400;
  	margin: 16px auto 0;
  	width: 73%;
}
.caption p {
  	font-size: 16px;
  	color: #000000;
  	font-weight: 400;
  	margin-top: 16px;
  	line-height: 1.6em;
}
.thumbnail{
	background:none;
	border:none;
	text-align:center;
}
.advantage-bottom{
	margin-top:3.5em;
}
.ad-btn{
	text-align:center;
	margin-top:4%;
}
.ad-btn a{
	color: #fff;
  	background: #e11a27;
  	text-transform: uppercase;
  	letter-spacing: 1px;
  	font-size: 1.5em;
  	font-weight: 300;
  	word-spacing: 5px;
  	padding: 16px 33px;
  	border-radius: 10px;
  	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
/*--advantage--*/
/*--solutions--*/
.solutions{
	padding:5em 0px;
}
.solutions-top{
	text-align:center;
}
.solutions-left{
	position:relative;
}
.solutions-left label {
  	position: absolute;
  	top: -20px;
  	left: 93px;
  	background: url(../images/seller.png) no-repeat;
  	width: 194px;
  	height: 35px;
  	display: block;
}
.solutions-bottom{
	margin-top:5%;
}
.solution-one {
  	background: #ffd200;
  	text-align: center;
  	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	-o-border-radius: 10px;
  	-ms-border-radius: 10px;
  	width: 90%;
  	margin: 0 auto;
}
.solution-one span{
	font-size:1.2em;
}
.solution-one h4{
	color:#000;
	font-size:2.1em;
	font-weight:400;
	margin:0;
	padding:40px 0px;
}
.s-bottom {
  	background: #fff;
  	padding: 20px 20px;
  	width: 97%;
  	margin: 0 auto 0;
}
.s-bottom ul {
  	padding: 0;
  	margin-bottom: 28%;
}
.s-bottom ul li {
  	list-style: none;
  	text-align: left;
  	margin-bottom:10px;
}
.s-bottom ul li img{
	display:inline-block;
	vertical-align:middle;
}
.s-bottom ul li p{
	display:inline-block;
	vertical-align:middle;
	color:#000;
	font-size:18px;
	margin-left:10px;
	font-weight:600;
}
.s-bottom h5 {
  	font-size: 3.4em;
  	font-weight: 400;
  	color: #000;
}
.s-btn a{
	color:#000;
	font-size:21px;
	font-weight:400;
}
.s-btn {
  	padding: 12px 0;
}
/*--solutions--*/
/*--testimonials--*/
.testimonials{
	background:url(../images/test-banner.jpg) no-repeat;
	min-height:760px;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
}
.testimonials-top {
  	margin-top: 4%;
}
.testimonials-bottom{
	margin-top:5%;
}
.testimonials-bottom img{
	vertical-align:middle;
	display:inline-block;
}
.test-text {
  	vertical-align: middle;
  	display: inline-block;
  	margin-left: 3%;
}
.test-text h4{
	color:#000;
	font-size:1.8em;
	font-weight:400;
	margin:0;
}
.test-text p{
	color:#000;
	font-weight:600;
	font-size:18px;
	margin-top:10px;
}
.test-btm p {
  	color: #000;
  	font-weight: 400;
  	font-size: 16px;
  	margin-top: 10px;
  	line-height: 1.6em;
  	width: 50%;
}
.test-btm {
  	margin-top: 2%;
}
.next {
  	margin: 2.5% 0 0 35%;
}
.next a {
  	color: #000;
  	font-weight: 400;
  	font-size: 15px;
  	background: url(../images/next.png) no-repeat 125px 9px;
  	padding-right: 5%;
}
.t-btn {
  	margin-top: 9%;
}
.t-btn a{
	color: #212121;
  	background: none;
  	border: 1px solid #212121;
  	text-transform: uppercase;
  	letter-spacing: 1px;
  	font-size: 1.5em;
  	word-spacing: 5px;
  	padding: 16px 33px;
  	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	-o-border-radius: 10px;
  	-ms-border-radius: 10px;
}
/*--testimonials--*/
/*--terms--*/
.term-one h4 {
  	color: #000;
  	font-size: 1.7em;
  	font-weight: 400;
  	background: #ffd200;
  	padding: 15px 0px;
  	text-align: center;
  	text-transform: uppercase;
  	letter-spacing: 2px;
  	border-top-right-radius: 10px;
  	border-top-left-radius: 10px;
}
.terms {
  	padding: 6em 0px;
}
.term-bottom {
  	background: #f7f0e6;
  	padding: 2em 2em 3em 2em;
  	border-bottom-right-radius: 10px;
  	border-bottom-left-radius: 10px;
  	margin-top: 7px;
}
.term-bottom p:nth-child(2){
	margin-top:10px;
}
.term-bottom p{
	color:#000;
	font-size:16px;
	font-weight:600;
	line-height:1.6em;
}
.term-one {
  	width: 90%;
  	margin: 0 auto;
}
.term-bottom ul {
  	padding: 0;
  	margin-top: 13px;
}
.term-bottom ul li {
  	margin: 0 0 12px 40px;
}
.term-bottom h5 {
  	color: #e11a27;
  	font-size: 18px;
  	font-weight: 700;
  	margin: 15px 0 0 0;
  	line-height: 1.3em;
}
.term-btn{
	margin-top:8%;
}
/*--terms--*/
/*--footer--*/
/*--footer--*/
.footer{
	background:#ffd200;
	padding:3em 0px;
}
.footer-one ul{
  	padding: 10% 0 0 0;
  	border-top: 1px solid #000;
  	width: 85%;
}
.footer-one ul li{
	list-style:none;
	margin-top:6px;
}
.footer-one ul li a {
  	color: #000;
  	font-size: 16px;
  	font-weight: 600;
}
.footer-right ul li{
	list-style:none;
	display:inline-block;
	margin-right:15px;
}
.footer-right ul li a span{
	background:url(../images/social-icons.png) no-repeat;
	width:25px;
	height:25px;
	display:block;
}
.footer-right ul li a span.fb{
	background-position:0px 0px;
}
.footer-right ul li a span.b{
	background-position:-25px 0px;
}
.footer-right ul li a span.cam{
	background-position:-50px 0px;
}
.footer-right ul li a span.fb:hover{
	background-position:0px -25px;
}
.footer-right ul li a span.b:hover{
	background-position:-25px -25px;
}
.footer-right ul li a span.cam:hover{
	background-position:-50px -25px;
}
.footer-right ul {
  	border-top: 1px solid #000;
  	padding: 18% 0 25% 0;
}
.footer-two {
  	width: 50%;
  	float: right;
}
.footer-bottom{
	margin-top:3.5%;
	text-align:center;
}
.footer-bottom p{
	color:#000;
	font-size:15px;
	font-weight:600;
}
.footer-bottom p a{
	color:#000;
}
.footer-bottom p a:hover,.footer-one ul li a:hover,
.term-bottom p a:hover,.next a:hover,.s-btn a:hover{
	color:#e11a27;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
/*--banner--*/
#toTop {
  	display: none;
  	text-decoration: none;
  	position: fixed;
  	bottom: 10px;
  	right: 10px;
  	overflow: hidden;
  	width: 32px;
  	height: 32px;
  	border: none;
  	text-indent: 100%;
  	background: url(../images/top-arrow.png) no-repeat;
}
/*--about--*/
.team{
	padding:6em 0px;
}
.team-bottom{
	margin-top:3em;
}
.team-left img{
	width:100%;
}
.team-left h4{
	color:#e11a27;
	font-size:20px;
	font-weight:600;
	margin:25px 0 0 0;
}
.team-left p{
	font-size: 16px;
  	color: #000000;
  	font-weight: 400;
  	margin-top: 16px;
  	line-height: 1.6em;
}
.who-left img{
	width:100%;
}
.who{
	padding:6em 0px;
	background: rgba(216, 206, 206, 0.1);
}
.who-bottom{
	margin-top: 5em;
}
.who-right p{
	font-size: 16px;
  	color: #000000;
  	font-weight: 400;
  	line-height: 1.6em;
}
.who-right p:nth-child(1){
	margin-top:0;
}
.who-right p{
	margin-top:15px;
}
.what{
	background:url(../images/what-banner.jpg) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	min-height:475px;
}
.what-top h3{
	color:#fff;
}
.what-top {
  	margin-top: 6em;
}
.what-bottom{
	margin-top:5em;
}
.what-two h4 a{
	color:#fff;
	font-size:22px;
	font-weight:400;
	margin:0;
}
.what-two h4 a:hover{
	color:#e11a27;
	text-decoration:none;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.what-two p{
	color:#fff;
	font-size:16px;
	line-height:1.6em;
	font-weight:400;
	margin-top:18px;
}
.what-one{
	width:10%;
	float:left;
}
.what-two{
	width:90%;
	float:right;
}
/*--about--*/
/*--career--*/
.career{
	padding:6em 0px;
	background: rgba(216, 206, 206, 0.1);
}
.career-bottom{
	margin-top:3em;
}
.career-bottom h4{
	font-size:2.2em;
	font-weight:400;
	margin:0;
	color:#000;
	margin-left: 15px;
}
.career-left p{
	font-size: 16px;
  	color: #000000;
  	font-weight: 400;
  	margin-top: 16px;
  	line-height: 1.6em;
}
.career-right span {
  	background: url(../images/correct.png) no-repeat;
  	width: 20px;
  	height: 20px;
  	display: inline-block;
  	margin: 9px 23px 0 0;
  	vertical-align: top;
}
.career-right p {
  	display: inline-block;
  	width: 92%;
  	vertical-align: middle;
  	margin: 0 0 16px 0 !important;
}
.career-right p:nth-child(2){
	margin-bottom:0 !important;
}
.career-btm{
	margin-top:2em;
}
.career-left img{
	width:100%;
	margin-bottom:1.5em;
}
.career-left h5{
	color:#000;
	font-size:1.4em;
	font-weight:600;
	line-height:1.3em;
	margin:0;
}
.video{
	background:url(../images/video-banner.jpg) no-repeat;
	min-height:400px;
	background-size:100% 100%;
}
.video-top{
	text-align:center;
	margin-top:6em;
}
.video-top h3{
	color:#fff;
}
a.play-icon span {
  	width: 50px;
  	height: 50px;
  	display: inline-block;
  	background: url(../images/video.png) no-repeat 0px 0px;
  	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-o-transition: 0.5s all;
  	-ms-transition: 0.5s all;
  	outline: none;
}
a.play-icon {
  	margin: 10px 0 0em;
  	display: inline-block;
  	outline: none;
}
.video-bottom{
	text-align:center;
	margin-top:3em;
}
.special{
	padding:6em 0px;
}
.special-top p {
  	font-size: 16px;
  	color: #000000;
  	font-weight: 600;
  	margin: 16px auto;
  	line-height: 1.6em;
  	width: 90%;
}
.special-bottom{
	margin-top:3em;
}
.special-left ul{
	padding:0;
}
.special-left ul li{
	list-style-image: url(../images/arw-2.png);
  	margin: 0px 0px 20px 18px;
}
.special-left ul li a{
	font-size: 16px;
  	color: #000000;
  	font-weight: 600;
}
.special-left ul li a:hover,.blog-right-one ul li a:hover{
	color:#e11a27;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
/*--career--*/
/*--error--*/
.error {
  	padding: 6em 0px 8em 0px;
  	background: rgba(216, 206, 206, 0.1);
}
.error-top{
	text-align:center;
}
.error-top h3{
	font-size:15em;
	color:#000;
	font-weight:600;
	margin:0;
}
.error-top h3 span {
  	font-size: 0.22em;
  	color: rgba(6, 5, 5, 0.49);
}
.error-top p{
	font-size:2.8em;
	font-weight:600;
	color:#000;
}
.error-btn{
	margin-top:5em;
}
.error-btn a {
  	color: #fff;
  	background: #e11a27;
  	border: 1px solid #e11a27;
  	letter-spacing: 1px;
  	font-size: 1.3em;
  	padding: 11px 37px;
  	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	-o-border-radius: 10px;
  	-ms-border-radius: 10px;
}
/*--error--*/
/*--blog--*/
.blog{
	padding: 6em 0px;
  	background: rgba(216, 206, 206, 0.1);
}
.blog-one-top h6 {
  	color: #fff;
  	background: #ffd200;
  	padding: 8px 21px;
  	font-size: 15px;
  	font-weight: 400;
  	margin: 0;
  	width: 10%;
  	vertical-align: middle;
  	display: inline-block;
}
.p-top{
	text-align:left;
}
.blog-one-top a h3{
  	text-transform: uppercase;
  	color: #000;
  	font-size: 15px;
  	font-weight: 600;
  	width: 76%;
  	line-height: 1.5em;
  	margin: 0 0 0 24px;
  	vertical-align: middle;
  	display: inline-block;
}
.single-left h3 {
  	text-transform: uppercase;
  	color: #000;
  	font-size: 20px;
  	font-weight: 600;
  	line-height: 1.5em;
  	margin: 0 0 0 0px;
}
.pagination > .active > a, .pagination > .active > span, 
.pagination > .active > a:hover, .pagination > .active > span:hover,
 .pagination > .active > a:focus, .pagination > .active > span:focus {
  	background-color: #ffd200;
  	border-color: #ffd200;
}
.pagination > li > a:hover, .pagination > li > span:hover,
 .pagination > li > a:focus, .pagination > li > span:focus {
  	color: #fff;
  	background-color: #e11a27;
}
.single-left h4 {
  	color: #000;
  	font-size: 19px;
  	font-weight: 600;
  	line-height: 1.4em;
  	margin: 1.2em 0 0 0;
}
.blog-one-top a h3:hover{
	text-decoration:none;
	color: #e11a27;
  	transition: 0.5s all ease;
  	-webkit-transition: 0.5s all ease;
  	-moz-transition: 0.5s all ease;
  	-o-transition: 0.5s all ease;
  	-ms-transition: 0.5s all ease;
}
.blog-one-top ul{
	padding:0;
	margin-top:15px;
}
.blog-one-top ul li{
	 list-style:none;
	 display:inline-block;
}
.blog-one-top ul li:nth-child(1){
	margin-right:1.5em;
}
.blog-one-top ul li p{
	color:#000;
	font-size:13px;
	font-weight:600;
}
.blog-one-top ul li p a{
	color:#ffd200;
}
.blog-one-top ul li p a:hover{
	color: #e11a27;
  	transition: 0.5s all ease;
  	-webkit-transition: 0.5s all ease;
  	-moz-transition: 0.5s all ease;
  	-o-transition: 0.5s all ease;
  	-ms-transition: 0.5s all ease;
}
.blog-two{
	margin-top:1.5em;
}
.blog-two-left img{
	width:100%;
}
.blog-two-right p{
	font-size:14px;
	line-height:1.5em;
	font-weight:400;
	color:#000;
}
.blog-btn {
  	margin-top: 7%;
}
.blog-btn a{
	font-size:15px;
	font-weight:400;
	color:#fff;
	padding:8px 15px;
	background:#ffd200;
}
.blog-btn a:hover{
	background:#e11a27;
  	transition: 0.5s all ease;
  	-webkit-transition: 0.5s all ease;
  	-moz-transition: 0.5s all ease;
  	-o-transition: 0.5s all ease;
  	-ms-transition: 0.5s all ease;
}
.blog-two-right p:nth-child(2){
	margin-top:1em;
}
.blog-one{
	margin-top:3.5em;
}
.blog-one:nth-child(1) {
  	margin-top: 1.3em;
}
.blog-right h3,.reply h3,.comments h3{
	color:#000;
	font-size:2em;
	font-weight:600;
	margin:0;
}
.blog-right-one ul{
	padding:0;
	margin-top:2em;
}
.blog-right-one ul li{
	list-style-image: url(../images/arw-2.png);
  	margin: 0px 0px 18px 28px;
}
.blog-right-one ul li a{
	font-size:14px;
	font-weight:600;
	color:#000;
	margin-left: 2px;
}
.blog-right-one:nth-child(2){
	margin-top:3em;
}
.pagination{
	margin:0;
}
.blog-bottom{
	margin-top:9%;
}
.single-left img{
	width:100%;
	margin-top:1.5em;
}
.reply input[type="text"] {
  	width: 48%;
  	color: rgba(15, 15, 16, 0.35);
  	outline: none;
  	background:none;
  	font-size: 16px;
  	padding: 10px 10px;
  	margin: 35px 10px 1em 0px;
  	border: solid 1px rgba(15, 15, 16, 0.35);
  	-webkit-appearance: none;
}
.reply textarea {
  	resize: none;
  	width: 98%;
  	color: rgba(15, 15, 16, 0.35);
  	font-size: 16px;
  	outline: none;
  	background:none;
  	padding: 10px 10px;
  	border: solid 1px rgba(15, 15, 16, 0.35);
  	min-height: 12em;
  	-webkit-appearance: none;
}
.reply input[type="submit"] {
  	border: none;
  	outline: none;
  	color: #fff;
  	background: #ffd200;
  	padding: 11px 20px;
  	font-size: 15px;
  	font-weight: 600;
  	margin-top: 1.2em;
  	-webkit-appearance: none;
}
.reply input[type="submit"]:hover {
  	background: #e11a27;
  	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-o-transition: 0.5s all;
  	-ms-transition: 0.5s all;
}
.reply,.comments{
	margin-top:3em;
}
.media {
  	margin-top: 35px;
}
h4.media-heading {
  	color: #000;
  	font-weight: 600;
}
.media-body p{
	font-size:15px;
	color:#000;
	font-weight:400;
}
.single-left p{
	font-size: 15px;
  	color: #000000;
  	font-weight: 400;
  	margin-top: 16px;
  	line-height: 1.6em;
}
/*--blog--*/
/*--contact--*/
.contact {
  	padding: 6em 0px;
  	background: rgba(216, 206, 206, 0.1);
}
.contact-top{
	text-align:center;
}
.contact-bottom{
	margin-top:5em;
}
.contact-left iframe{
	width:100%;
	height:500px;
}
.contact-left input[type="text"] {
  	width: 100%;
  	margin: 0px auto 20px;
  	color: #BCBCBC;
  	background: none;
  	padding: 15px 10px;
  	outline: none;
  	border: 1px solid #BCBCBC;
  	border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-o-border-radius: 5px;
  	-ms-border-radius: 5px;
}
.contact-left textarea {
  	width: 100%;
  	color: #BCBCBC;
  	resize: none;
  	background: none;
  	height: 12.7em;
  	padding: 15px;
  	outline: none;
  	border: 1px solid #BCBCBC;
  	border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-o-border-radius: 5px;
  	-ms-border-radius: 5px;
}
.submit-btn input[type=submit] {
  	color: #ffffff;
  	padding: 10px 71px;
  	font-size: 20px;
  	cursor: pointer;
  	font-weight: 500;
  	margin: 20px 0 0 0px;
  	border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-o-border-radius: 5px;
  	-ms-border-radius: 5px;
  	border: none;
  	background: #e11a27;
}
.submit-btn input[type=submit]:hover {
  	background: #ffd200;
  	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-ms-transition: 0.5s all;
  	-o-transition: 0.5s all;
}
.submit-btn {
  	text-align: center;
}
.contact-text {
  	margin-top: 8em;
  	text-align: center;
}
.contact-text-left span{
	background:url(../images/contact.png) no-repeat;
	width:65px;
	height:65px;
	display:block;
	margin:0 auto;
}
.contact-text-left span.msg{
	background-position:0px 0px;
}
.contact-text-left span.ph{
	background-position:-65px 0px;
}
.contact-text-left span.area{
	background-position:-130px 0px;
}
.contact-text-left p {
	color:#000;
	font-size:18px;
	font-weight:400;
	margin-top:18px;
}
.contact-text-left p a{
	color:#000;
}
.contact-text-left p a:hover{
	color:#e11a27;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.contact-text-left p label{
	display:block;
	color:#000;
	font-size:18px;
	font-weight:400;
}
/*--contact--*/
/*--media-quaries-starts-here--*/
@media (max-width:1440px){
.sb-search.sb-search-open, .no-js .sb-search {
  	width: 23%;
}
.sb-search {
  	right: 3%;
}
.banner {
  	min-height: 525px;
}
.nav-icon {
  	top: 44%;
  	left: 5%;
}	
}
@media (max-width:1366px){
.nav-icon {
  	top: 44%;
  	left: 3%;
}
.blog {
  	padding: 5em 0px;
}
.contact-bottom {
  	margin-top: 4em;
}
.error-top h3 {
  	font-size: 13em;
}
.error-top h3 span {
  	font-size: 0.21em;
}
.error-top p {
  	font-size: 2.6em;
}
.error-btn a {
  	font-size: 1.2em;
  	padding: 9px 37px;
}
.error-btn {
  	margin-top: 4em;
}
.who {
  	padding: 5em 0px;
}
.what-top {
  	margin-top: 5em;
}
.what {
  	min-height: 430px;
}
.team {
  	padding: 5em 0px;
}
.sb-search {
  	right: 1%;
}	
.header-right {
  	width: 18%;
}
.jumbotron h1 {
  	font-size: 2.7em;
}
.btn-primary {
  	font-size: 1.4em;
  	padding: 14px 30px;
}
.banner {
  	min-height: 500px;
}
.ad-btn a{
	font-size: 1.4em;
  	padding: 14px 30px;
}
.t-btn a{
	font-size: 1.4em;
  	padding: 14px 30px;
}
.who-bottom {
  	margin-top: 3em;
}
.what-bottom {
  	margin-top: 4em;
}
.career {
  	padding: 5em 0px;
}
.special {
  	padding: 5em 0px;
}
}
@media (max-width:1280px){
.nav-icon {
  	top: 43%;
  	left: 2%;
}
.blog {
  	padding: 4em 0px;
}
.blog-one {
  	margin-top: 3em;
}
.contact {
  	padding: 5em 0px;
}
.contact-bottom {
  	margin-top: 3.5em;
}
.contact-text {
  	margin-top: 7em;
}
.error-top h3 {
  	font-size: 11.5em;
}
.error-top h3 span {
  	font-size: 0.2em;
}
.error-top p {
  	font-size: 2.5em;
}
.error-btn a {
  	font-size: 1.12em;
  	padding: 7px 33px;
}
a.boxclose {
  	right: 5em;
}
.header-right {
  	width: 17%;
  	margin-right: 3%;
  	padding: 7px 25px;
}	
.logo {
  	margin: 8px 0 0 3%;
}
.jumbotron h1 {
  	font-size: 2.6em;
}
.banner {
  	min-height: 470px;
}
.banner-btn {
  	margin-top: 3.5em;
}
.advantage-top h3, .solutions-top h3,
.testimonials-top h3, .contact-top h3 {
  	font-size: 2.65em;
}
.services {
  	padding: 4.5em 0px;
}
.advantage {
  	padding: 4em 0px;
}
.btn-primary {
  	font-size: 1.3em;
  	padding: 13px 27px;
}
.ad-btn a ,.t-btn a {
  	font-size: 1.3em;
  	padding: 13px 27px;
}
.solutions {
  	padding: 4em 0px;
}
.testimonials-top {
  	margin-top: 3.5%;
}
.testimonials-bottom {
  	margin-top: 4%;
}
.t-btn {
  	margin-top: 5%;
}
.testimonials {  
  	min-height: 725px;
}
.ad-btn {
  	margin-top: 3%;
}
.solution-one h4 {
  	font-size: 2em;
  	padding: 37px 0px;
}
.s-bottom h5 {
  	font-size: 3.24em;
}
.term-btn {
  	margin-top: 7% !important;
}
.terms {
  	padding: 5em 0px;
}
.career-bottom h4 {
  	font-size: 1.9em;
}
.career-bottom {
  	margin-top: 2em;
}
.video-top {
  	margin-top: 5em;
}
.video {
  	min-height: 340px;
}
.special-bottom {
  	margin-top: 2em;
}
.single-left h3 {
  	font-size: 19px;
}
}
@media (max-width:1024px){
.logo {
  	margin: 6px 0 0 8%;
}
.single-left h3 {
  	font-size: 18px;
}
.single-left h4 {
  	font-size: 18px;
  	margin: 1em 0 0 0;
}
.single-left img {
  	width: 100%;
  	margin-top: 1em;
}
.single-left p {
  	font-size: 15px;
  	margin-top: 10px;
}
.reply, .comments {
  	margin-top: 2em;
}
.blog-one:nth-child(2){
	margin-top:1.5em;
}
.blog-one-top ul {
  	margin-top: 7px;
}
.blog-btn a {
  	font-size: 14px;
  	padding: 6px 11px;
}
.blog-btn {
  	margin-top: 3%;
}
.blog-right-one ul li a {
  	font-size: 13px;
}
.blog-right-one ul li {
  	margin: 0px 0px 11px 28px;
}
.blog-right-one:nth-child(2) {
  	margin-top: 2em;
}
.blog-two-right p {
  	font-size: 13px;
}
.blog-two {
  	margin-top: 1em;
}
.blog-two-right p:nth-child(2) {
  	margin-top: 10px;
}
.blog-one {
  margin-top: 2.5em;
}
.contact {
  	padding: 4em 0px;
}
.contact-bottom {
  	margin-top: 2em;
}
.contact-left input[type="text"] {
  	margin: 0px auto 17px;
  	padding: 13px 10px;
}
.contact-left textarea {
  	height: 11em;
}
.submit-btn input[type=submit] {
  	padding: 9px 65px;
  	font-size: 18px;
}
.contact-left iframe {
  	height: 448px;
}
.contact-text {
  	margin-top: 6em;
}
.career {
  	padding: 4em 0px;
}
.error-top h3 {
  	font-size: 10em;
}
.error-top h3 span {
  	font-size: 0.21em;
}
.error-top p {
  	font-size: 2.3em;
}
.error-btn {
  	margin-top: 4.5em;
}
.error {
  	padding: 5em 0px 7em 0px;
}
.career-bottom h4 {
  	font-size: 1.8em;
}
.career-bottom {
  	margin-top: 1.5em;
}
.career-left h5 {
  	font-size: 1.2em;
}
.career-left p {
  	font-size: 15px;
  	margin-top: 10px;
}
.career-right p {
  	width: 90%;
}
.video-top {
  	margin-top: 4.5em;
}
.video-bottom {
  	margin-top: 2.3em;
}
.video {
  	min-height: 300px;
}
.career-btm {
  	margin-top: 1.2em;
}
.special {
  	padding: 4em 0px;
}
.career-left img {
  	width: 100%;
  	margin-bottom: 1em;
}
.career {
  	padding: 3em 0px;
}
.career-bottom h4 {
  	font-size: 1.5em;
}
.career-bottom {
  	margin-top: 1.1em;
}
.career-btm {
  	margin-top: 1em;
}
.nav-icon {
  	top: 40%;
  	left: 2.2%;
}
.header-right {
  	width: 20%;
  	margin-right: 6%;
  	padding: 7px 29px;
}
div#home {
  	padding: 1.5em 0px;
}	
.header-right p {
  	font-size: 15px;
}
.sb-search-input {
  	top: 11px;
  	height: 38px;
}
.sb-search.sb-search-open, .no-js .sb-search {
  	width: 30%;
}
.sb-search-submit {
  	background: #fff url('../images/arrow.png') no-repeat 18px 16px;
}
.sb-icon-search, .sb-search-submit {
  	width: 70px;
  	height: 60px;
}
.sb-icon-search {
  	background: #fff url('../images/arrow.png') no-repeat 18px 16px;
}
.sb-search {
  	min-width: 66px;
  	top: 15%;
}
.jumbotron h1 {
  	font-size: 2.4em;
}
.jumbotron p {
  	font-size: 1.3em;
  	margin: 10px 0 0 0;
}
.btn-primary {
  	font-size: 1.15em;
  	padding: 12px 25px;
  	word-spacing: 4px;
}
.ad-btn a, .t-btn a {
  font-size: 1.15em;
  	padding: 12px 25px;
  	word-spacing: 4px;
}
.banner-btn {
  	margin-top: 3em;
}
.banner {
  	min-height: 425px;
}
.services-left img {
  	width: 50%;
}
.services-left p {
  	font-size: 1.25em;
  	margin: 15px auto 0;
  	width: 62%;
}
.services-left span {
  	width: 110px;
  	top: 30%;
  	left: 76.3%;
  	background-size: 100%;
}
.services {
  	padding: 4em 0px;
}
.advantage {
  	padding: 3.5em 0px;
}
.advantage-top h3, .solutions-top h3, .testimonials-top h3,
.contact-top h3 {
  	font-size: 2.45em;
}
.advantage-bottom {
  	margin-top: 2.5em;
}
.caption h3 {
  	font-size: 1.5em;
  	margin: 10px auto 0;
  	width: 100%;
}
.solution-one h4 {
  	font-size: 1.65em;
  	padding: 25px 0px;
}
.s-bottom ul li p {
  	font-size: 17px;
  	margin-left: 8px;
}
img.dolor {
  	width: 9%;
}
.s-bottom h5 {
  	font-size: 2.8em;
}
.s-bottom ul {
  	margin-bottom: 23%;
}
.s-btn a {
  	font-size: 18px;
}
.test-text h4 {
  	font-size: 1.7em;
}
.test-text p {
  	font-size: 17px;
  	margin-top: 7px;
}
.solutions-left label {
  	top: -16px;
  	left: 74px;
  	width: 165px;
  	height: 29px;
  	background-size: 100%;
}
.testimonials-bottom img {
  	width: 15%;
}
.test-text {
  	margin-left: 2.3%;
}
.testimonials-bottom {
  	margin-top: 3%;
}
.caption p {
  	font-size: 15px;
  	margin-top: 9px;
}
.test-btm p {
  	font-size: 15px;
  	margin-top: 7px;
  	width: 55%;
}
.next a {
  	background: url(../images/next.png) no-repeat 122px 10px;
  	padding-right: 6%;
}
.testimonials {
  	min-height: 630px;
}
.term-bottom p {
  	font-size: 15px;
}
.term-bottom {
  	padding: 1.5em 1.5em 2em 1.5em;
  	margin-top: 5px;
}
.terms {
  	padding: 4em 0px;
}
.footer {
  	padding: 2.5em 0px;
}
.footer-one ul li a {
  	font-size: 15px;
}
.footer-one ul {
  	padding: 7% 0 0 0;
}
.footer-right ul {
  	padding: 14% 0 25% 0;
}
.menu_box_list li a {
  	font-size: 1.15em;
  	padding: 0em 10px 0 10px;
}
.who {
  	padding: 4em 0px;
}
.who-right p {
  	font-size: 14px;
  	line-height: 1.5em;
}
.who-right p {
  	margin-top: 9px;
}
.what-two h4 a {
  	font-size: 20px;
}
.what-two p {
  	font-size: 15px;
  	margin-top: 13px;
}
.what-top {
  	margin-top: 4em;
}
.what {
  	min-height: 363px;
}
.team {
  	padding: 4em 0px;
}
.what-bottom {
  	margin-top: 3em;
}
}
@media (max-width:768px){
.logo a img {
  	width: 45%;
}
.menu_box_list {
  	padding: 2em 0;
}
.single-left h3 {
  	font-size: 17px;
}
.single-left img {
  	width: 90%;
  	margin-top: 14px;
}
.blog-right h3, .reply h3, .comments h3 {
  	font-size: 1.8em;
}
.blog-one-top a h3 {
 	font-size: 14px;
  	width: 76%;
  	margin: 0 0 0 15px;
}
.blog-one {
  	margin-top: 2em;
}
.blog-right {
  	margin-top: 5%;
  	text-align: center;
}
.blog-right-one ul li {
  	margin: 0px 0px 11px 42%;
  	text-align: left;
}
.blog-right-one ul {
  	margin-top: 1.5em;
}
.blog-bottom {
  	margin-top: 7%;
}
.blog-btn a {
  	font-size: 13px;
  	padding: 5px 6px;
}
.blog {
  	padding: 3em 0px;
}
.blog-two-left {
  	width: 48%;
  	float: left;
  	padding: 0 10px;
}
.blog-two-right {
  	width: 52%;
  	float: right;
  	padding: 0 10px;
}
.contact {
  	padding: 3em 0px;
}
.contact-bottom {
  	margin-top: 1.5em;
}
.contact-left {
  	width: 50%;
  	float: left;
}
.contact-left input[type="text"] {
  	margin: 0px auto 13px;
  	padding: 10px 10px;
  	font-size: 15px;
}
.contact-left textarea {
  	height: 10em;
  	font-size: 15px;
}
.submit-btn input[type=submit] {
  	padding: 8px 56px;
  	font-size: 17px;
  	margin: 14px 0 0 0px;
}
.contact-left iframe {
  	height: 378px;
}
.contact-text-left {
  	width: 33.3%;
  	float: left;
}
.contact-text-left span {
  	width: 50px;
  	height: 50px;
  	background-size: 300%;
}
.contact-text-left span.ph {
  	background-position: -50px 0px;
}
.contact-text-left span.area {
  	background-position: -100px 0px;
}
.contact-text-left p {
  	font-size: 16px;
}
.contact-text-left p label {
  	font-size: 16px;
}
.error {
  	padding: 7em 0px 9em 0px;
}
.error-top h3 {
  	font-size: 8.5em;
}
.error-top h3 span {
  	font-size: 0.2em;
}
.error-top p {
  	font-size: 2em;
}
.error-btn a {
  	font-size: 1em;
  	padding: 7px 33px;
}
.error-btn {
  	margin-top: 2.5em;
}
.career-left h5 {
  	font-size: 1.1em;
}
.career-right p {
  	width: 89%;
}
.career-right span {
  	margin: 9px 14px 0 0;
}
.video-top {
  	margin-top: 3.5em;
}
.video {
  	min-height: 260px;
}
.special {
  	padding: 2.5em 0px;
}
.special-top p {
  	font-size: 15px;
  	width: 95%;
  	margin:10px auto 0;
}
.special-left ul li {
  	margin: 0px 0px 18px 33%;
}
.special-left {
  	margin-bottom: 4.5%;
}
.special-left:nth-child(3){
	margin-bottom:0;
}
a.play-icon span {
  	width: 45px;
  	height: 45px;
  	background-size: 100%;
}
.career-left p {
  	margin-top: 8px;
}
.career-left {
  	width: 50%;
  	float: left;
}
.career-bottom h4 {
  	font-size: 1.3em;
}
.career-bottom {
  	margin-top: 1em;
}
.team {
  	padding: 3em 0px;
}
.team-bottom {
  	margin-top: 2em;
}
.team-left {
  	width: 25%;
  	float: left;
  	padding: 0 10px;
}
.team-left h4 {
  	font-size: 18px;
  	margin: 15px 0 0 0;
}
.team-left p {
  	font-size: 14px;
  	margin-top: 9px;
}
.who-left {
  	text-align: center;
  	margin-bottom: 1.5em;
}
.who-left img {
  	width: 65%;
}
.what-left {
  	width: 33.3%;
  	float: left;
}
.what-top {
  	margin-top: 3em;
}
.what-bottom {
  	margin-top: 2em;
}
.what-two h4 a {
  	font-size: 19px;
  	line-height: 1.4em;
}
.what-two {
  	width: 89%;
  	float: right;
}
.what-one {
  	width: 8%;
  	float: left;
}
.what-two p {
  	margin-top: 8px;
}
.who-bottom {
  	margin-top: 2em;
}
.who {
  	padding: 3em 0px;
}
.what-one img {
  	width: 80%;
  	margin-top: 4px;
}
a.boxclose {
  	right: 2em;
  	top: 1.55em;
}
.boxclose span:hover {
  	background: url(../images/into.png) no-repeat -0px 7px;
  	background-size: 100%;
}
.menu_box_list li a {
  	padding: 0em 8px 0 8px;
}	
.boxclose span {
  	width: 30px;
  	height: 43px;
  	background: url(../images/into.png) no-repeat -0px -32px;
  	background-size: 100%;
}
.nav-icon {
  	top: 42%;
  	left: 3%;
}
.logo {
  	margin: 5px 0 0 15%;
}
.header-right p {
  	font-size: 14px;
}
.header-right {
  	width: 24%;
  	margin-right: 9%;
  	padding: 6px 25px;
}
.sb-search.sb-search-open, .no-js .sb-search {
  	width: 35%;
}
.sb-icon-search {
  	background: #fff url('../images/arrow.png') no-repeat 9px 11px;
}
.sb-search-submit {
  	background: #fff url('../images/arrow.png') no-repeat 9px 11px;
}
.sb-icon-search, .sb-search-submit {
  	width: 55px;
  	height: 50px;
}
.sb-search-input {
  	top: 7px;
  	height: 36px;
}
.sb-search {
  	min-width: 50px;
  	top: 18%;
}
.jumbotron h1 {
  	font-size: 2em;
}
.jumbotron p {
  	font-size: 1.23em;
  	margin: 5px 0 0 0;
}
.btn-primary {
  	font-size: 1em;
  	padding: 10px 22px;
  	word-spacing: 3px;
}
.banner-btn {
  	margin-top: 2.7em;
}
.banner-top {
  	margin-top: 1.5%;
}
.banner {
  	min-height: 350px;
}
.services-left {
  	width: 25%;
  	float: left;
}
.services-left img {
  	width: 55%;
}
.services-left p {
  	font-size: 1.05em;
  	margin: 11px auto 0;
  	width: 75%;
}
.services-left span {
  	width: 83px;
  	top: 30.5%;
}
.services {
  	padding: 3em 0px;
}
.advantage-top h3, .solutions-top h3, .testimonials-top h3,
.contact-top h3 {
  	font-size: 2em;
}
.advantage {
  	padding: 2.5em 0px;
}
.advantage-bottom {
  	margin-top: 1.5em;
}
.thumbnail > img, .thumbnail a > img {
  	width: 28%;
}
.caption h3 {
  	font-size: 1.4em;
  	margin: 6px auto 0;
}
.ad-btn a, .t-btn a {
    font-size: 1em;
  	padding: 10px 22px;
  	word-spacing: 3px;
}
.col-md-4.solutions-left {
  	width: 33.3%;
  	float: left;
}
.solution-one {
  	width: 100%;
}
.solution-one h4 {
  	font-size: 1.34em;
  	padding: 19px 0px;
}
.s-bottom {
  	padding: 15px 10px;
}
.s-bottom ul li p {
  	font-size: 15px;
  	margin-left: 5px;
}
.s-bottom h5 {
  	font-size: 2.4em;
}
.s-bottom ul {
  	margin-bottom: 20%;
}
.s-btn a {
  	font-size: 16px;
}
.s-btn {
  	padding: 10px 0;
}
.solutions-left label {
  	top: -16px;
  	left: 46px;
  	width: 145px;
}
.solutions {
  	padding: 3em 0px 3.5em 0px;
}
.testimonials-bottom {
  	margin-top: 2.5%;
}
.test-text h4 {
  	font-size: 1.5em;
}
.test-text p {
  	font-size: 15px;
  	margin-top: 4px;
}
.test-btm p {
  	width: 60%;
}
.test-btm {
  	margin-top: 1.5%;
}
.next a {
  	background: url(../images/next.png) no-repeat 121px 10px;
  	padding-right: 7.5%;
}
.next {
  	margin: 2% 0 0 35%;
}
.testimonials {
  	min-height: 550px;
}
.ad-btn {
  	margin-top: 2%;
}
.terms-left {
  	width: 33.3%;
  	float: left;
}
.term-one {
  	width: 100%;
}
.term-bottom {
  	padding: 1em 1em 1.5em 1em;
  	margin-top: 4px;
}
.term-bottom p:nth-child(2) {
  	margin-top: 8px;
}
.term-bottom p {
  	font-size: 14px;
}
.term-one h4 {
  	font-size: 1.3em;
  	padding: 14px 0px;
}
.terms {
  	padding: 3em 0px;
}
.term-bottom h5 {
  	font-size: 16px;
  	margin: 35px 0 0 0;
}
.term-bottom ul li {
  	margin: 0 0 17px 33px;
}
.term-bottom ul {
  	margin-top: 25px;
}
.footer-left {
  	width: 65%;
  	float: left;
}
.footer-right {
  	width: 35%;
  	float: right;
}
.footer-one {
  	width: 33.3%;
  	float: left;
}
.footer-right ul li {
  	margin-right: 3px;
}
.footer-one ul {
  	padding: 5% 0 0 0;
}
.footer-right ul {
  	padding: 11% 0 20% 0;
}
.footer-bottom p {
  	font-size: 14px;
}
.footer-bottom {
  	margin-top: 3%;
}
.footer {
  	padding: 2em 0px;
}
}
@media (max-width:736px){
.header-right {
  	width: 26%;
}
.nav-icon {
  	top: 41%;
}
}
@media (max-width:667px){
.header-right {
  	width: 27%;
}	
}
@media (max-width:640px){
.banner {
  	min-height: 290px;
}	
.single-left h4 {
  	font-size: 17px;
}
.media {
  	margin-top: 25px;
}
.reply input[type="text"] {
  	width: 48%;
  	font-size: 15px;
  	margin: 35px 9px 12px 0px;
}
.reply textarea {
  	width: 98.3%;
  	font-size: 15px;
  	min-height: 11em;
}
.reply {
  	text-align: center;
}
.reply input[type="submit"] {
  	padding: 9px 20px;
  	font-size: 15px;
}
.blog-right h3, .reply h3, .comments h3 {
  	font-size: 1.65em;
}
.blog-two-left {
  	width: 100%;
  	float: none;
}
.blog-two-right {
  	width: 100%;
  	float: none;
  	margin-top: 1.2em;
}
.blog-two-left img {
  	width: 60%;
}
.blog-one-top h6 {
  	padding: 8px 13px;
  	width: 11%;
}
.blog-one-top a h3 {
  	width: 83%;
}
.contact {
  	padding: 2em 0px;
}
.contact-bottom {
  	margin-top: 1em;
}
.contact-left {
  	padding: 0 10px;
}
.contact-left input[type="text"] {
  	margin: 0px auto 11px;
  	padding: 8px 10px;
  	font-size: 14px;
}
.contact-left textarea {
  	height: 9.5em;
  	font-size: 14px;
}
.submit-btn input[type=submit] {
  	padding: 7px 48px;
  	font-size: 16px;
  	margin: 10px 0 0 0px;
}
.contact-left iframe {
  	height: 330px;
}
.contact-text-left p {
  	font-size: 15px;
}
.contact-text-left p label {
  	font-size: 16px;
}
.contact-text {
  	margin-top: 4em;
}
.error {
  	padding: 9em 0px 11em 0px;
}
.career-bottom h4 {
  	font-size: 1.25em;
}
.career-btm {
  	margin-top: 12px;
}
.career {
  	padding: 2em 0px;
}
.career-left h5 {
  	font-size: 1em;
}
.career-left img {
  	margin-bottom: 10px;
}
.career-left p {
  	margin-top: 10px;
}
.career-right span {
  	margin: 9px 14px 0 0;
}
.career-right p {
  	width: 87%;
}
.video-top {
  	margin-top: 3em;
}
.video-bottom {
  	margin-top: 1.5em;
}
.video {
  	min-height: 220px;
}
a.play-icon span {
  	width: 40px;
  	height: 40px;
}
.special {
  	padding: 2em 0px;
}
.special-left ul li a {
  	font-size: 15px;
}
.special-left ul li {
  	margin: 0px 0px 14px 33%;
}
.special-left {
  	margin-bottom: 3.5%;
}
.special-left {
  	margin-bottom: 3.5%;
}
.menu_box_list li a {
  	padding: 0em 5px 0 5px;
  	font-size: 1em;
}
.boxclose span {
  	width: 25px;
  	height: 25px;
}
a.boxclose {
  	right: 1.3em;
  	top: 2em;
}
.nav-icon {
  	top: 38.5%;
  	left: 2.9%;
}
.banner-btn {
  	margin-top: 2em;
}
.header-right {
  	width: 28.1%;
  	margin-right: 9%;
  	padding: 5px 22px;
}
.logo a img {
  	width: 53%;
}
.logo {
  	margin: 3px 0 0 15%;
}
div#home {
  	padding: 1.2em 0px;
}
button#showLeftPush {
  	left: 2.8%;
  	top: 2.6%;
}
.sb-search.sb-search-open, .no-js .sb-search {
  	width: 40%;
}
.sb-search {
  	top: 19%;
  	height: 50px;
}
.jumbotron h1 {
  	font-size: 1.7em;
}
.jumbotron p {
  	font-size: 1.15em;
  	margin: 3px 0 0 0;
}
.btn-primary {
  	font-size: 15px;
  	padding: 9px 18px;
  	word-spacing: 0px;
}
.services-left p {
  	font-size: 15px;
  	margin: 10px auto 0;
  	width: 85%;
}
.services {
  	padding: 2.5em 0px;
}
.services-left span {
  	width: 70px;
  	top: 29.5%;
}
.advantage-top h3, .solutions-top h3, .testimonials-top h3, .contact-top h3 {
  	font-size: 1.7em;
}
.advantage {
  	padding: 2em 0 2.5em 0;
}
.advantage-bottom {
  	margin-top: 1.3em;
}
.caption h3 {
  	font-size: 1.36em;
  	margin: 3px auto 0;
}
.thumbnail {
  	margin-bottom: 10px;
}
.ad-btn a, .t-btn a {
  	font-size: 15px;
  	padding: 9px 18px;
  	word-spacing: 0px;
}
.solutions {
  	padding: 2em 0px 2.5em 0px;
}
.col-md-4.solutions-left {
  	padding: 0 10px;
}
.solution-one h4 {
  	font-size: 1.2em;
  	padding: 15px 0px;
}
.solutions-left label {
  	top: -10px;
  	left: 40px;
  	width: 120px;
}
.test-text h4 {
  	font-size: 1.4em;
}
.test-text p {
  	font-size: 14px;
  	margin-top: 4px;
}
.s-bottom ul li img {
  	width: 10%;
}
.s-bottom ul li p {
  	font-size: 13px;
  	margin-left: 3px;
}
.s-bottom ul li {
  	margin-bottom: 6px;
}
.s-bottom h5 {
  	font-size: 2em;
}
img.dolor {
  	width: 9%;
}
.s-bottom h5 {
  	font-size: 2em;
}
.s-bottom ul {
  	margin-bottom: 18%;
}
.s-bottom {
  	padding: 11px 9px;
}
.test-btm p {
  	font-size: 14px;
  	margin-top: 5px;
}
.next a {
  	background: url(../images/next.png) no-repeat 115px 10px;
  	padding-right: 9.5%;
  	font-size: 14px;
}
.next {
  	margin: 1% 0 0 32%;
}
.testimonials {
  	min-height: 515px;
}
.terms {
  	padding: 2.5em 0px 3em 0px;
}
.terms-left {
  	padding: 0 7px;
}
.term-bottom ul li {
  	margin: 0 0 17px 23px;
}
.term-bottom h5 {
  	font-size: 15px;
  	margin: 16px 0 0 0;
}
.term-btn {
  	margin-top: 6% !important;
}
.footer-left {
  	width: 60%;
}
.footer-right {
  	width: 40%;
}
.boxclose span:hover {
  	background: url(../images/into.png) no-repeat -0px 1px;
  	background-size:100%;
}
.who-bottom {
  	margin-top: 1.5em;
}
.who-left {
  	margin-bottom: 1em;
}
.who {
  	padding: 2em 0px 2.5em 0px;
}
.team {
  	padding: 2em 0px 2.5em 0px;
}
.what-left {
  	width: 100%;
  	float: none;
  	margin-bottom: 1.5em;
}
.what-one img {
  	width: 15%;
  	margin-top: 6px;
}
.what-one {
  	width: 18%;
  	float: left;
  	text-align: right;
}
.what-two {
  	width: 77%;
  	float: right;
}
.what-bottom {
  	margin-top: 1.5em;
}
.what {
  	min-height: 460px;
}
.team-left {
  	width: 50%;
  	float: left;
  	padding: 0 15px;
  	text-align: center;
}
.team-left:nth-child(1),.team-left:nth-child(2){
	margin-bottom:20px;
}
.team-bottom {
  	margin-top: 1.5em;
}
.team-left img {
  	width: 85%;
}
}
@media (max-width:600px){
.header-right {
  	width: 30%;
}
.nav-icon {
  	top: 37%;
}
.sb-search {
  	top: 14%;
}
}
@media (max-width:568px){
.header-right {
  	width: 31%;
}
}
@media (max-width:480px){
.header-right {
  	width: 35.3%;
  	margin-right: 10%;
  	padding: 4px 16px;
}
.blog-one:nth-child(1) {
  	margin-top: 1em;
}
.sb-search {
  	top: 15%;
}
.single-left h3 {
  	font-size: 16px;
}
.single-left h4 {
  	font-size: 16px;
}
.reply, .comments {
  	margin-top: 1.5em;
}
.reply input[type="text"] {
  	margin: 19px 5px 11px 0px;
  	padding: 8px 10px;
}
.single-left p {
  	font-size: 14px;
}
.blog-right h3, .reply h3, .comments h3 {
  	font-size: 1.55em;
}
.blog-right-one ul li {
  	margin: 0px 0px 11px 33%;
}
.blog-one-top h6 {
  	width: 16%;
}
.blog {
  	padding: 2em 0px;
}
.blog-one:nth-child(2) {
  	margin-top: 1em;
}
.blog-one {
  	margin-top: 1.5em;
}
.blog-two-right {
  	margin-top: 1em;
}
.blog-one-top a h3 {
  	width: 79%;
  	font-size: 13px;
  	margin: 0 0 0 10px;
}
.contact-left {
  	width: 100%;
  	padding: 0 15px;
}
.contact-left:nth-child(1){
	margin-bottom:1.5em;
}
.contact-text-left {
  	width: 100%;
  	margin-top: 1.2em;
}
.contact-text-left p {
  	margin-top: 13px;
}
.contact-text {
  	margin-top: 1em;
}
.contact-left iframe {
  	height: 230px;
}
.career-bottom h4 {
  	font-size: 1.1em;
}
.career-left {
  	width: 100%;
  	float: none;
}
.career {
  	padding: 1.5em 0px;
}
.career-btm {
  	margin-top: 10px;
}
.career-left p {
  	margin-top: 8px;
}
.career-right {
  	margin-top: 1.5em;
}
.video-top {
  	margin-top: 2.5em;
}
.video-bottom {
  	margin-top: 1em;
}
.video {
  	min-height: 190px;
}
.special {
  	padding: 1.5em 0px;
}
.special-top p {
  	font-size: 14px;
  	width: 100%;
  	margin: 7px auto 0;
}
.special-bottom {
  	margin-top: 1.2em;
}
.menu_box_list ul li {
  	display: block;
  	margin: 13px 0;
}
.menu_box_list {
  	padding: 1.2em 0;
}
.logo {
  	margin: 3px 0 0 19%;
}
button#showLeftPush {
  	left: 3.6%;
  	top: 2.6%;
}
.logo a img {
  	width: 75%;
}
.sb-search-input {
  	top: 8px;
  	height: 33px;
  	padding: 0px 30px 0 10px;
  	font-size: 13px;
}
.sb-search.sb-search-open, .no-js .sb-search {
  	width: 50%;
}
.jumbotron h1 {
  	font-size: 1.38em;
  	letter-spacing: 1px;
}
.jumbotron p {
  	font-size: 1.05em;
}
.banner-top {
  	margin-top: 0%;
}
.btn-primary {
  	font-size: 14px;
  	padding: 8px 18px;
}
.banner-btn {
  	margin-top: 1.7em;
}
.banner {
  	min-height: 250px;
}
.services-left p {
  	font-size: 13px;
  	margin: 8px auto 0;
  	width: 100%;
}
.services-left img {
  	width: 75%;
}
.services-left span {
  	width: 47px;
  	height: 2px;
  	left: 78%;
}
.services {
  	padding: 2em 0px;
}
.advantage-top h3, .solutions-top h3,
.testimonials-top h3, 
.contact-top h3 {
  	font-size: 1.5em;
}
.advantage {
  	padding: 1.7em 0 2.5em 0;
}
.advantage-bottom {
  	margin-top: 1em;
}
.caption h3 {
  	font-size: 1.31em;
  	margin: 0px auto 0;
}
.caption p {
  	font-size: 15px;
  	margin-top: 6px;
}
.thumbnail {
  	margin-bottom: 2px;
}
.ad-btn a, .t-btn a {
  	font-size: 14px;
  	padding: 8px 18px;
}
.testimonials-bottom img {
  	width: 20%;
}
.test-text h4 {
  	font-size: 1.3em;
}
.test-text p {
  	font-size: 13px;
  	margin-top: 3px;
}
.test-btm p {
  	margin-top: 11px;
  	width: 66%;
}
.col-md-4.solutions-left:nth-child(2){
  	margin-bottom: 5%;
}
.col-md-4.solutions-left:nth-child(1){
	margin-bottom: 8%;
}
.col-md-4.solutions-left {
  	width: 100%;
}
.solution-one {
  	width: 55%;
}
.solutions-left label {
  	top: -10px;
  	left: 157px;
  	width: 120px;
}
.solutions {
  	padding: 1.5em 0px 2em 0px;
}
.terms-left {
  	padding: 0 10px;
  	width: 100%;
  	margin-bottom: 18px;
}
.term-one {
  	width: 70%;
}
.term-one h4 {
  	font-size: 1.25em;
  	padding: 13px 0px;
}
.term-bottom ul {
  	margin-top: 15px;
}
.term-bottom ul li {
  	margin: 0 0 9px 26px;
}
.terms {
  	padding: 2em 0px 2.5em 0px;
}
.footer-left {
  	width: 100%;
}
.footer-right {
  	width: 100%;
}
.footer-two {
  	width: 50%;
  	float: none;
  	text-align: center;
  	margin: 7% auto 0;
}
.footer-right ul {
  	padding: 8% 0 10% 0;
}
.footer-bottom {
  	margin-top: 5%;
}
.error-top h3 {
  	font-size: 7.5em;
}
.error-top p {
  	font-size: 1.8em;
}
.error {
  	padding: 7em 0px 8.5em 0px;
}
}
@media (max-width:414px){
.header-left {
  	width: 47%;
}	
.header-right {
  	width: 41%;
  	margin-right: 12%;
}
.logo a img {
  	width: 83%;
}
}
@media (max-width:384px){
.header-right p {
  	font-size: 13px;
}	
.header-right {
  	width: 42%;
  	margin-right: 14%;
}
.logo a img {
  	width: 90%;
}
.header-left {
  	width: 44%;
}
.nav-icon {
  	top: 39%;
  	left: 2.5%;
}
div#home {
  	padding: 1.5em 0px;
}
}
@media (max-width:375px){
.header-right {
  	width: 43%;
  	margin-right: 13%;
}	
}
@media (max-width:320px){
.header-right {
  	display: none;
}	
.header-left {
  	width: 100%;
  	float: none;
}
.logo a img {
  	width: 55%;
}
div#home {
  	padding: 1.5em 0px;
}
.menu_box_list ul li {
  	margin: 10px 0;
}
.sb-search.sb-search-open, .no-js .sb-search {
  	width: 77%;
}
.nav-icon {
  	top: 42%;
  	left: 6%;
}
.menu_box_list {
  	padding: 12px 0;
}
a.boxclose {
  	top: 1.1em;
}
.jumbotron h1 {
  	font-size: 1.2em;
  	line-height: 1.35em;
}
.jumbotron {
  	padding: 0;
}
.jumbotron p {
  	font-size: 15px;
}
.banner-top {
  	margin-top: 10%;
}
.btn-primary, .ad-btn a, .t-btn a {
  	font-size: 11px;
  	padding: 6px 15px;
}
.banner-btn {
  	margin-top: 1.2em;
}
.banner {
  	min-height: 190px;
}
.services-left {
  	width: 50%;
}
.services-left:nth-child(1),
.services-left:nth-child(2){
	margin-bottom:15px;
}
span.s-two {
  	display: none;
}
.services-left p {
  	font-size: 14px;
  	margin: 10px auto 0;
  	width: 87%;
}
.services-left span {
  	width: 58px;
  	height: 2px;
  	top: 32%;
}
.services {
  	padding: 1.5em 0px;
}
.advantage-top h3, .solutions-top h3,
.testimonials-top h3,
.contact-top h3 {
  	font-size: 1.35em;
}
.thumbnail > img, .thumbnail a > img {
  	width: 47%;
}
.caption h3 {
  	font-size: 1.25em;
}
.caption p {
  	font-size: 14px;
  	margin-top: 4px;
}
.solution-one {
  	width: 70%;
}
.solution-one span {
  	font-size: 1.15em;
}
.s-btn a {
  	font-size: 15px;
}
.s-btn {
  	padding: 8px 0;
}
.solutions-left label {
  	top: -10px;
  	left: 79px;
  	width: 110px;
}
.col-md-4.solutions-left:nth-child(1) {
  	margin-bottom: 9%;
}
.col-md-4.solutions-left:nth-child(2) {
  	margin-bottom: 6%;
}
.testimonials-bottom img {
  	width: 28%;
}
.test-text p {
  	font-size: 12px;
  	margin-top: 1px;
}
.test-btm p {
  	margin-top: 8px;
  	width: 71%;
}
.next {
  	margin: 6% 0 0 8%;
}
.t-btn {
  	margin-top: 9%;
}
.testimonials {
  	min-height: 625px;
}
.term-one {
  	width: 90%;
}
.term-one h4 {
  	font-size: 1.2em;
  	padding: 11px 0px;
}
.term-btn {
  	margin-top: 1.5% !important;
}	
.terms {
  	padding: 2em 0px 2em 0px;
}
.footer-one ul li a {
  	font-size: 13px;
}
.footer-one ul li {
  	list-style: none;
  	margin-top: 4px;
}
.footer-one,.footer-left{
  	padding: 0;
}
.footer-two {
  	margin: 9% auto 0;
}
.footer-right ul {
  	padding: 9% 0 12% 0;
}
.footer-bottom p {
  	font-size: 13px;
}
.footer-bottom {
  	margin-top: 8%;
}
.who {
  	padding: 1.5em 0px 2em 0px;
}
.who-bottom {
  	margin-top: 1em;
}
.who-left img {
  	width: 80%;
}
.who-right p {
  	font-size: 13px;
  	line-height: 1.6em;
  	text-align:center;
}
.who-left {
  	margin-bottom: 12px;
}
.what-top {
  	margin-top: 2em;
}
.what-bottom {
  	margin-top: 1em;
}
.what-left {
  	padding: 0;
  	margin-bottom: 1em;
}
.what-one {
  	width: 8%;
  	text-align: center;
}
.what-two {
  	width: 88%;
}
.what-two p {
  	margin-top: 5px;
}
.what-one img {
  	width: 52%;
  	margin-top: 4px;
}
.team {
  	padding: 1.5em 0px 2em 0px;
}
.team-left {
  	width:100%;
}
.team-bottom {
  	margin-top: 1em;
}
.team-left img {
  	width: 80%;
}
.team-left h4 {
  	margin: 11px 0 0 0;
}
.team-left p {
  	margin-top: 6px;
  	font-size: 13px;
}
.career-bottom h4 {
  	font-size: 1.08em;
  	margin-left: 0;
}
.career-left p {
  	font-size: 13px;
}
.career-left h5 {
  	font-size: 1.03em;
  	line-height: 1.5em;
}
a.play-icon span {
  	width: 33px;
  	height: 33px;
}
.video-top {
  	margin-top: 2.4em;
}
.video {
  	min-height: 170px;
}
.career-left {
  	padding: 0;
}
.career-right p {
  	margin: 0 0 10px 0 !important;
}
.special-top p {
  	font-size: 13px;
}
.special-left ul li a {
  	font-size: 14px;
}
.special-left ul li {
  	margin: 0px 0px 11px 13%;
}
.special-bottom {
  	margin-top: 1em;
}
.special-left {
  	margin-bottom: 7.5%;
}
.error-top h3 {
  	font-size: 5.5em;
}
.error-top p {
  	font-size: 1.35em;
}
.error-btn a {
  	font-size: 15px;
  	padding: 6px 27px;
}
.error-btn {
  	margin-top: 3em;
}
.error {
  	padding: 5em 0px 6.5em 0px;
}
.contact {
  	padding: 1.5em 0px;
}
.contact-left {
  	padding: 0;
}
.contact-left:nth-child(1) {
  	margin-bottom: 1em;
}
.contact-text-left span {
  	width: 40px;
  	height: 40px;
}
.contact-text-left span.ph {
  	background-position: -40px 0px;
}
.contact-text-left span.area {
  	background-position: -80px 0px;
}
.contact-text-left p {
  	margin-top: 9px;
}
.blog {
  	padding: 1.5em 0px;
}
.blog-one-top h6 {
  	width: 22%;
  	font-size: 13px;
  	padding: 6px 13px;
}
.col-md-9.blog-left {
  	padding: 0;
}
.blog-one-top a h3 {
  	width: 100%;
  	margin: 10px 0 0 0px;
}
.blog-two-left img {
  	width: 80%;
}
.blog-two {
  	margin-top: 15px;
}
.blog-two-right {
  	margin-top: 14px;
}
.blog-two-right p:nth-child(2) {
  	margin-top: 8px;
}
.pagination > li > a, .pagination > li > span {
  	font-size: 12px;
}
.blog-bottom {
  	margin-top: 11%;
}
.blog-right {
  	margin-top: 9%;
}
.blog-right-one ul li {
  	margin: 0px 0px 11px 19%;
}
.blog-right-one ul {
  	margin-top: 1em;
}
.single-left h3 {
  	font-size: 15px;
}
.single-left h4 {
  	font-size: 15px;
}
.single-left p {
  	font-size: 13px;
}
h4.media-heading {
  	font-size: 17px;
}
.media-body p {
  	font-size: 14px;
  	margin-top: 8px;
}
.reply input[type="text"] {
  	margin: 19px 0px 0px 0px;
  	padding: 7px 10px;
  	width: 100%;
  	font-size: 13px;
}
.reply input[type="text"]:nth-child(3) {
  	margin: 12px 0 1em 0;
}
.reply textarea {
  	width: 100%;
  	font-size: 13px;
  	min-height: 10em;
}
.reply input[type="submit"] {
  	padding: 6px 19px;
  	font-size: 14px;
  	margin-top: 10px;
}
.blog-right h3, .reply h3, .comments h3 {
  	font-size: 1.3em;
}
.sb-search {
  	top: 20%;
}
.menu_box_list li a {
  	font-size: 15px;
}
.contact-left iframe {
  	height: 180px;
}
}
/*--media-quaries-starts-here--*/