@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/robotocondensed-bold-webfont.eot');
    src: url('../fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-bold-webfont.woff') format('woff'),
         url('../fonts/robotocondensed-bold-webfont.ttf') format('truetype'),
         url('../fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/robotocondensed-light-webfont.eot');
    src: url('../fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-light-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-light-webfont.woff') format('woff'),
         url('../fonts/robotocondensed-light-webfont.ttf') format('truetype'),
         url('../fonts/robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed-regular-webfont.eot');
    src: url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-regular-webfont.woff') format('woff'),
         url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype'),
         url('../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #191919;
	font: 14px 'roboto_condensedregular', sans-serif;
	line-height: 1.428571429;
	color: #9b9b9b;
	font-weight:normal;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
a:focus {
	text-decoration: none;
	background: none;
	outline: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
 outline: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 18px;
	font-weight: normal;
	line-height: 18px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	top: 0;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 30px/1em 'roboto_condensedregular', sans-serif;
	text-transform: uppercase;
	margin: 0 0 36px 0;
	color: #484848;
}
h3 {
	font:  24px/1em 'roboto_condensedlight', sans-serif;
	color: #007dc1;
	margin: 0 0 40px 0;
	text-transform: uppercase;
}
h4 {
	font: 14px/16px 'roboto_condensedlight', sans-serif;
	color: #007dc1;
	text-transform: uppercase;
	margin: 0 0 22px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #f5f5f5;
}
.content.indent {
	padding: 54px 0 0 0;
	background: #f5f5f5;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
}
header.indent {
	border-bottom: none;
}
.follow-box {
	overflow: hidden;
	padding: 24px 0 28px 0;
	background: #f5f5f5;
}
.address_icon {
	padding: 30px 0 0 0;
	margin: 0;
	float: right;
	list-style: none;
	overflow: hidden;
}
.address_icon li {
	margin: 3px 0;
	font: 16px 'Arial';
	color: #acacac;
	text-align: right;
}

.address_icon li:first-child {
	font-size:18px;
}

.address_icon li span {
	float: right;
	margin: 2px 0 0 9px;
	color: #007dc1;
	font-size: 14px;
	font-family: FontAwesome;
}
.address_icon li a {
	font: 16px 'Arial';
	color: #acacac;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.address_icon li a:hover {
	color: #007dc1;
}
/* menu
========================================================*/
nav.tm_navbar {
	position: relative;
	z-index: 0;
	border: none;
	padding: 10px 0;
	margin: 0;
	float: none;
	min-height: 0;
	background: #ffffff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
nav.tm_navbar ul.nav {
	float: left;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 16px 34px;
	font: 14px 'roboto_condensedregular', sans-serif;
	color: #252525;
	text-transform: uppercase;
	background: transparent;
	border-radius: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #007dc1;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #007dc1;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #007dc1;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.sub-menu:after {
	background: url(../img/marker.png) center bottom no-repeat;
	height: 4px;
	width: 100%;
	content: '';
	position: absolute;
	bottom: 8px;
	left: 0;
}

/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 130px;
	left: 0;
	top: 53px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	border-radius: 2px;
	padding: 30px 16px 19px 16px;
	margin: 0;
	text-align: left;
	background: url(../img/pattern2.png) repeat;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'roboto_condensedregular';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 1px;
	left: auto;
	width: auto !important;
	color: #ffffff;
	font-size: 14px;
	background: none;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #007dc1 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #007dc1 !important;
	background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 118px;
	left: 104px;
	top: -10px;
	border-radius: 2px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #007dc1;
	padding: 10px 16px 0 16px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'roboto_condensedregular';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #090f09 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border: none;
	z-index: 20;
	text-indent: -9999px;
	background: url(../img/top.png) 0 top no-repeat;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);

}
.who-box {
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 47px;
}
.thumb-box {
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	padding: 31px 0 27px 0;
	text-align: center;
	position: relative;
	background: #ffffff;
}
.thumb-box strong {
	font: 34px/1em 'roboto_condensedregular', sans-serif;
	color: #484848;
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px;
}
.thumb-box p {
	font: 14px/18px 'roboto_condensedregular', sans-serif;
	color: #007dc1;
	margin-bottom: 0;
}
.thumb-box1 {
	overflow: hidden;
	padding: 48px 0 0 0;
	background: #f5f5f5;
}
.thumb-box1 h2 {
	text-align: center;
}
.thumb-box1 .col-lg-3 {
	margin-bottom: 30px;
}
.thumb-box2 {
	overflow: hidden;
	text-align: center;
	padding: 75px 0 60px 0;
	background-size: cover;
	background-position: 100% top;
	background-image: url(../img/bg_pic1.jpg);
	background-attachment: fixed;
}
.thumb-box3 {
	overflow: hidden;
	padding: 54px 0 0 0;
}
.thumb-box3 h2 {
	margin-bottom: 14px;
}
.thumb-box4 {
	overflow: hidden;
	padding: 42px 0 0 0;
	background: url(../img/pattern.png) repeat;
}
.thumb-box4 .box {
	background: #191919;
	padding: 37px 0 34px 70px;
	overflow: hidden;
}
.thumb-box4 .box strong {
	color: #ffffff;
	text-transform: uppercase;
	font: normal 30px/1em 'roboto_condensedbold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	margin-bottom: 5px;
}
.thumb-box4 .box span {
	color: #ffffff;
	text-transform: uppercase;
	font: 18px/1em 'roboto_condensedregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
}
.thumb-box4 .box .box1 {
	margin-right: 75px;
	float: left;
}
.thumb-box5 {
	overflow: hidden;
}
.thumb-box6 {
	overflow: hidden;
}
.thumb-box6 .col-lg-4 {
	margin-bottom: 36px;
}
.thumb-box7 {
	overflow: hidden;
	padding: 54px 0 21px 0;
}
.thumb-box8 {
	padding: 70px 15px 60px 15px;
	background: url(../img/bg_pic2.jpg) center center no-repeat;
	text-align: center;
	margin:25px 0px 35px;
}
.thumb-box8.indent {
	background: url(../img/bg_pic3.jpg) center center no-repeat;
	margin-bottom: 58px;
}
.thumb-box8 strong {
	color: #ffffff;
	text-transform: uppercase;
	font: 30px 'roboto_condensedregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 22px;
	display: block;
}
.thumb-box8 p {
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 35px;
}
.thumb-box9 {
	padding: 54px 0 0 0;
	overflow: hidden;
}
.thumb-box9 .box {
	background: url(../img/bg_pic3.png) right bottom no-repeat;
	padding-bottom: 34px;
}
.thumb-box10 {
	background: url(../img/pattern.png) repeat;
	padding: 54px 0 36px 0;
	overflow: hidden;
}

.thumb-box11 {
	background: url(../img/pattern.png) repeat;
	overflow: hidden;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0;
	padding: 47px 26px;
	background: #ffffff;
	text-align: center;
	border: 1px solid #ebebeb;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 figure {
	margin: 0 0 26px 0;
	border-radius: 100%;
	border: 3px solid #ededed;
	text-align: center;
	width: 114px;
	height: 114px;
	line-height: 104px;
	display: inline-block;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
}
.thumb-pad1 .thumbnail .caption p {
	margin: 23px 0 0 0;
	font: normal 14px/24px 'roboto_condensedlight', sans-serif;
	padding-top: 25px;
	position: relative;
}
.thumb-pad1 .thumbnail .caption p:after {
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	background: #ddd;
	position: absolute;
	content: '';
}
.thumb-pad1 .thumbnail .caption a {
	font: normal 24px 'roboto_condensedlight', sans-serif;
	color: #191919;
	text-transform: uppercase;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.thumb-pad1 .thumbnail .caption a:hover {
	color: #007dc1;
}
.thumb-pad2 {
	margin: 0 0 37px 0;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0 0 14px 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
	padding: 10px 0 0 0;
	overflow: hidden;
}
.thumb-pad2 figure {
	margin: 0 22px 0 0;
	float: left;
}
.thumb-pad3 {
	margin: 0 0 49px 0;
	padding: 0;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
}
.thumb-pad3 .thumbnail .caption a {
	font: 16px 'roboto_condensedregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #007dc1;
	margin-bottom: 21px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #484848;
}
.thumb-pad3 figure {
	margin: 0 0 24px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 figure {
	margin: 0 0 28px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 30px 0 15px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 15px;
	float:left;
}
.thumb-pad5 figure {
	margin: 0 30px 20px 0;
	float: left;
}
.thumb-pad5 figure img {
	width: 100%;
}

#tabs img {
  margin-top: 50px;
}

.mobile-website {
  margin-bottom: 40px;
}

.thumb-pad5-1 {
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad5-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5-1 .thumbnail .caption p {
	font: 12px/24px 'roboto_condensedregular', sans-serif;
	color: #848484;
}
.thumb-pad5-1 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5-1 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	text-align: left;
	margin: 0 0 30px 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .badge {
	width: 70px;
	height: 70px;
	background: #53afee;
	border-radius: 100%;
	text-align: center;
	line-height: 64px;
	color: #ffffff;
	font-size: 45px;
	float: left;
	margin-right: 30px;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 {
	margin: 0 0 44px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption p {
	font: 12px/24px 'roboto_condensedregular', sans-serif;
	color: #848484;
	margin-bottom: 0;
}
.thumb-pad7 .thumbnail .caption h5 {
	margin-bottom: 15px;
}
.thumb-pad7 figure {
	margin: 0 0 21px 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 15px 15px 22px 15px;
	border: 1px solid #edeaea;
	text-align: left;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption .lnk {
	font: 20px/20px 'roboto_condensedregular', sans-serif;
	color: #7d8286;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
	color: #53afee;
}
.thumb-pad8 .thumbnail .caption p {
	font: 13px/18px 'roboto_condensedregular', sans-serif;
	color: #8b9196;
	margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
	border-top: 1px solid #dedfe0;
	margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
	margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 40px;
	font: normal 16px/48px 'roboto_condensedbold', sans-serif;
	margin: 0;
	border-radius: 2px;
	color: #030303;
	background: #ffffff;
	border: none;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #007dc1;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 60px;
	font: 16px/53px 'roboto_condensedregular', sans-serif;
	margin: 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #ffffff;
	background: transparent;
	border: 2px solid #e7e7e7;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #007dc1;
	text-decoration: none;
	border-color: #ffffff;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: normal 14px 'roboto_condensedbold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #31353d;
	background: none;
	text-transform: uppercase;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:after {
	font-family: FontAwesome;
	content: '\f105';
	font-size: 14px;
	margin-left: 4px;
	color: #31353d;
}
.btn-default.btn3:hover {
	color: #007dc1;
	background: none;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 26px;
	font: 14px/39px 'roboto_condensedregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	text-transform: uppercase;
	background: #007dc1;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	text-shadow: none;
	background: #939494;
	text-decoration: none;
}
.btn-default.btn5 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 26px;
	font: 16px/43px 'roboto_condensedregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #007DC2;
	border: none;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:hover {
	color: #ffffff;
	background: dodgerblue;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 5px 0;
}
.list1 li a {
	color: #9b9b9b;
	font: normal 14px 'roboto_condensedbold', sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #007dc1;
}
.list1 li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	margin: 7px 10px 0 0;
	float: left;
	background: #525252;
}
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 11px 0;
}
.list1-1 li a {
	color: #9b9b9b;
	font: normal 14px 'roboto_condensedbold', sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #007dc1;
}
/*.list1-1 li:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100%;
	margin: 9px 10px 0 0;
	float: left;
	background: #636363;
}*/
.list2 {
	margin: 0;
	padding: 45px 0;
	list-style: none;
	text-align: left;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 0 86px;
	display: inline-block;
}
.list2 li:first-child {
	margin: 0;
}
.list2 li a {
	display: inline-block;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.list2 li a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.list3 {
	margin: 0;
	padding: 10px 0 12px 0;
	list-style: none;
	float:left;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 8px 0;
}
.list3 li a {
	color: #9b9b9b;
	font: normal 14px 'roboto_condensedbold', sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #007dc1;
}
.list3 li:before {
	content: '\f0a9';
	font-family: FontAwesome;
	font-size: 12px;
	margin: 0px 9px 0 0;
	float: left;
	color: #007dc1;
}

.tc_list {
  padding: 10px 0 12px 0;
}

.tc_list li {
  font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 8px 20px;
}

.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 30px;
}
.list4 li time {
	font: normal 14px 'roboto_condensedbold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #007dc1;
	float: left;
	margin: 0 11px 0 0;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.list5 li h4 {
	text-transform: none;
	font-size: 16px;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 32px;
}
.list6 li span {
	width: 114px;
	height: 114px;
	border-radius: 100%;
	border: 3px solid #ddd;
	background: none;
	font-size: 40px;
	line-height: 114px;
	font-family: FontAwesome;
	color: #007dc1;
	display: inline-block;
	float: left;
	margin: 0 40px 0 0;
	text-align: center;
}
.list6 li h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 26px;
	margin: 0 0 26px 0;
}
.list6 li p {
	margin: 0;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 17px;
}
.list7 li span {
	width: 68px;
	height: 68px;
	position: relative;
	border-radius: 100%;
	border: 2px solid #ddd;
	background: none;
	color: #007dc1;
	font: 26px/63px 'roboto_condensedregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
}
.list7 li span em {
	font-size: 40px;
	color: #007dc1;
}
.list7 li p {
	margin: 0;
}
.list7 li .extra-wrap {
	padding: 8px 0 0 0;
}
.list8 {
	margin: 0 0 53px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 43px 0;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----table-----*/
.table1 {
	display: block;
	margin-bottom: 58px;
}
.table1 tr {
	height: 36px;

	vertical-align: middle;
	border-bottom: 1px solid #e9e9e9;
}
.table1 td {
	font: normal 14px 'roboto_condensedbold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9b9b9b;
	padding: 0 5px;
}
.table1 td a {
	color: #007dc1;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.table1 td a:hover {
	color: #484848;
}
.table1 td:first-child {
	width: 290px;
}
.table1 td:first-child + td {
	width: 130px;
}
.table1 td:last-child {
	text-align: right;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	display: inline-block;
	float: left;
}
#newsletter input {
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 390px;
	outline: none;
	background: #939494;
	border-radius: 0;
	border: none !important;
	font: 14px/18px 'roboto_condensedregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 10px 14px 10px 35px;
	height: 39px;
	resize: none;
	float: none;
	position: relative;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: none;
}
#newsletter .error {
	position: absolute;
	top: 43px;
	left: 0;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font: 11px 'roboto_condensedregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #007dc1;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	margin: 0 5px 0 0;
	float: left;
	border: none;
	display: inline-block;
	height: 39px;
}
#newsletter label:before {
	font-family: FontAwesome;
	color: #ffffff;
	font-size: 14px;
	content: '\f003';
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 15px;
	z-index: 1;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none !important;
	font: 14px/18px 'roboto_condensedregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9b9b9b;
	background: #ffffff;
	padding: 10px;
	height: 39px;
	width: 390px;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	text-align: center;
	cursor: default;
}
.list_carousel1 #foo1 > li p {
	font: 16px/24px 'roboto_condensedregular', sans-serif;
	color: #ffffff;
	margin-bottom: 14px;
}
.list_carousel1 #foo1 > li p.name {
	color: #fff;
}
.list_carousel1 #foo1 > li strong {
	font: 30px/1em 'roboto_condensedregular', sans-serif;
	color: #ffffff;
	margin-bottom: 23px;
	display: block;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.13);
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.foo-btn {
	position: relative;
	top: 0;
	text-align: center;
	padding: 0 0 28px 0;
}
.pagination {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
.pagination a {
	position: relative;
	z-index: 1;
	width: 13px;
	height: 13px;
	padding: 0 !important;
	margin: 0 0 0 8px;
	display: inline-block;
	background: #ffffff !important;
	border: none !important;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a > span {
	padding: 0 !important;
	border: none !important;
}
.pagination a:first-child {
	margin-left: 0;
}
.pagination a:hover {
	background: #007dc1 !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a.selected {
	background: #007dc1 !important;
}
.pagination a span {
	display: none;
}
/* search
========================================================*/
#search-404 {
	position: relative;
	margin: 13px 0 0 0;
	overflow: hidden;
	display: inline-block;
	width: 303px;
}
#search-404 a {
	position: absolute;
	top: 7px;
	right: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 267px;
	outline: none;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	font: 14px 'roboto_condensedregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #9b9b9b;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 338px;
	margin-bottom: 54px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	color: #484848;
}
.gm-wrapper {
	margin-left: -36px;
}
.info {
	margin-bottom: 50px;
}
.info h3 {
	line-height: 36px;
	margin: 0 0 10px 0;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	width: 103px;
	display: inline-block;
}
.info p a {
	color: #007dc1;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #484848;
}
.mail {
	color: #007dc1;
	font: 14px 'roboto_condensedregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #484848;
	text-decoration: underline;
}
.errorBox {
	overflow: hidden;
	text-align: center;
	padding: 0 0 114px 0;
}
.errorBox .title {
	font: 172px/1em 'roboto_condensedregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #484848;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.errorBox .description {
	font: 60px/1em 'roboto_condensedregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #007dc1;
	text-transform: uppercase;
	margin-bottom: 26px;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 46px 0;
	overflow: hidden;
	background: #191919;
}
footer p {
	font: 12px/30px 'Arial';
	color: #838282;
	margin: 0;
}
footer p a {
	color: #838282;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover, footer p a:focus {
	color: #ffffff;
}
footer p.priv {
	text-transform: uppercase;
	margin-top: -20px;
}
footer em {
	font-style: normal;
}
footer strong {
	color: #007dc1;
	text-transform: uppercase;
	font: 36px/1em 'roboto_condensedregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	margin: -9px 0 0 0;
}
.tools-box .title {
	text-transform: uppercase;
	color: #ffffff;
	font: normal 18px 'roboto_condensedbold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 17px;
}
.tools-box .col-lg-3 > div {
	border-right: 1px solid #343434;
	padding: 16px 0 30px 0;
}
.tools-box .col-lg-3 > div.indent {
	border-right: none;
}
.follow-list {
	padding: 13px 0 0 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.follow-list li {
	margin: 0 2px;
	display: inline-block;
}
.follow-list li a {
	font: normal 24px/1em 'roboto_condensedbold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #797979;
	width: 30px;
	height: 30px;
	display: inline-block;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

.twitter {
	background: url(../img/twitter.png) no-repeat;
}

.facebook {
	background: url(../img/facebook.png) no-repeat;
}

.you_tube {
	background: url(../img/youtube.png) no-repeat;
}
.follow-list li a:hover {
	color: #ffffff;
}

/* Instant Traffic */
.traffic-caption p {
	text-align:center;
}

.traffic-caption p strong{
	font-size:16px;
}

.traffic-pack h3 {
	text-align:center;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.traffic-pack h3 small{
	display:block;
	margin-top: 12px;
}

.traffic-pack ol {
	padding: 0;
}

.traffic-pack li {
	margin-bottom:10px;
	list-style: none;
	text-align: center;
}

.traffic-pack  {
    border: 1px solid #ccc;
    box-sizing: border-box;
	border-radius: 5px;
	min-height: 620px !important;
}

.pack_name1, .pack_name2, .pack_name3, .pack_name4  {
	text-align: center;
	color: #fff;
	background: #D0D0D0;
	padding: 10px;
	border-radius: 5px 5px 0 0;
	margin-bottom: 15px;
}

.pack_name2   {
	background: #ECCA5C;
}


.pack_name3  {
	background: #B4B4B4;
}

.pack_name4  {
	background: #E2CB7E;
}

.container.websites_page {
	padding: 50px 0;
	text-align: center;
}

.popular_pack {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

h4.bottom_imgage_heading {
	color: #fff;
}

.template_slider .camera_wrap {
	height: 330px !important;
}
/*=========================================
				 reserve -page
===========================================*/
.address-row {
	margin: 40px auto 0;
}
.address-row #map-canvas {
	width: 500px;
	height: 250px;
	border:1px solid #ccc;
	margin: 0 auto;
}

h3.reserve_heading {
	text-align: center;
}

.address {
    display: block;
}

.address-row {
	height: 350px;
}

.address-row .info {
	margin-top: 40px;
}

.address-row .info .phone_number {
	margin-bottom: 20px;
	display: block;
	font-size: 16px;
}

.address-row .info a {
	font-size: 16px;
	line-height: 20px;
}
.reserve-form p {
	overflow:hidden;
}

.reserve-form span.help_text {
  font-size: 12px;
}

.reserve-form#contact-form label {
	width: 100%;
}
.reserve-form input[type="radio"], .reserve-form input[type="checkbox"] {
  margin: 4px 10px 0px 0;
}

.reserve-form .support_packages, .reserve-form ul {
  padding-left: 0;
}

.reserve-form .support_packages li, .reserve-form li {
  display: block;
  overflow: hidden;
  list-style: none;
}

.hidden {
  display: none;
}

.reserve-form .support_packages input, .reserve-form#contact-form .support_packages label, .reserve-form#contact-form ul label, .reserve-form#contact-form ul input {
  float: left;
  width: auto;
}

.terms-conditions label {
  width: auto !important;
}

.invoice {
    padding: 20px;
    background: #fff;
	border:1px solid #a9a9a9;
    color: #a9a9a9;
    z-index: 1;
}

.invoice h3 {
  text-align: left;
  color: #a9a9a9;
  position:relative;
  margin-bottom: 15px;
}

.invoice h3:after {
	position:absolute;
	content:"";
	background:url(../img/logo-invoice.png) no-repeat top right;
	width:71px;
	height:50px;
	position:absolute;
	top:0px;
	right:0px;
}

.address_field {
  margin-bottom: 35px;
}

.address_field span {
  display: block;
  margin-bottom: 5px;
}

.invoice ul {
  padding-left: 0;
}

.invoice li {
  list-style: none;
  margin-bottom: 15px;
}
.total-price {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.invoice .setup-price, .invoice .monthly-price {
  display: inline-block;
  width: 60px;
  padding: 0px 10px 0px 5px;
  text-align: right;
}

.invoice .setup-price {
  border-right: 1px solid #ccc;
}

.model_btn {
  text-align: center;
}
.model_btn .btn-default.btn5 {
  width: 70px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin: 10px !important
}
/*=========================================
				 contact-page
===========================================*/
.contact-page.thumb-box11 {
	background: none;
}

.contact-page #contact-form .first-field  input[type="text"] {
	width: 100%;
}

.contact-page #contact-form input[type="text"], .contact-page #contact-form input[type="tel"], .contact-page #contact-form input[type="email"], .contact-page #contact-form textarea {
	width: 83%;
}

.contact-page .google-map {
    height: 285px;
}

.info.contact_address .address {
    font-size: 18px;
    line-height: 30px;
}

.info.contact_address .phone_number {
	margin-top: 25px;
	display: block;
	font-size: 18px;
}

.info.contact_address a {
	font-size: 18px;
	line-height: 26px;
}

.contact-info {
	padding-top: 20px;
}

.contact-info #contact-form p {
    display: inline-block;
    width: 234px;
    margin-right: 20px;
}

.contact-info #contact-form p.message_field {
	width: 97%;
}

/*=========================================
				 testimonials-page
===========================================*/
.testimonial-slider {
	text-align: center;
}

.container.testimonial-blocks {
	padding: 50px 0 20px;
}

.testomonail-block span {
    display: block;
    font-size: 18px;
}

.testomonail-block .caption {
	margin-top: 25px;
}

span.person_name {
    margin-bottom: 10px;
    font-size: 25px;
}

.blockquote {
	font-size: 20px;
	line-height: 26px;
}

.blockqoute-block {
	text-align: left;
}
.testimonial-blocks .fancybox {
  float: left;
	margin-bottom: 25px;
  margin-right: 30px;
}

/*.testomonail-block {
  float: left;
}*/

.list_carousel1 #foo1 > li span {
	display: block;
	color: #007dc1;
	font-size: 14px;
	margin-bottom: 0;
}

.list_carousel1 #foo1 > li span.person_name {
	font-size: 16px;
}

/*========================================================
					FAQS PAGE
=========================================================*/
.faq-page {
	padding: 50px 0;
}

.faq-page-query h3 {
	text-align: left;
	text-transform: none;
}

.faq-page .list3 {
	float: none;
}

.terms_conditions {
	padding-top: 30px;
}

.terms_conditions .list3 ul li::before {
	list-style: disc;
	content: "";
}

.list3 li .email-link {
	color: #007dc1;
	display: inline-block;
}

.rankbooster_sec {
  padding: 70px 0 40px;
}

.thumb-pad-packages {
    margin: 60px 0 15px 0;
    text-align: left;
}

.rankbooster_heading {
  position: relative;
}

.rankbooster_heading:after {
  content: "";
  width: 80px;
  height: 80px;
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 340px;
  background: url('../img/ratetag.png') no-repeat;
}

.priorityplus_heading {
  position: relative;
}

.priorityplus_heading:after {
  content: "";
  width: 80px;
  height: 80px;
  left: 240px;
  display: inline-block;
  position:absolute;
  top: -30px;
  background: url('../img/top_three.png') no-repeat;
}

.packages_heading {
  text-align: center;
}


/*========================================================
                RESPONSIVE LAYOUTS STYLES
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 .address_icon {
 float: right;
 display: inline-block;
}
 .address_icon li {
 margin-left: 10px;
}

 h1.navbar-brand_ {
 float: left;
}

nav.tm_navbar ul.nav {
	float: none;
}

nav.tm_navbar li {
	float: none;
	display: inline-block;
}

nav.tm_navbar li a {
	padding: 16px 19px;
	float:none;
}

.list_carousel1 #foo1 > li {
	padding: 0 15px;
}
 .thumb-box4 .box {
 text-align: center;
 padding-left: 15px;
 padding-right: 15px;
}
 .thumb-box4 .box .box1 {
 margin-right: 0;
 float: none;
}
 .thumb-box4 .box span {
 margin-bottom: 30px;
}
 .thumb-box4 .box #newsletter {
 float: none;
}
 .thumb-box4 .box #newsletter label {
 float: none;
 margin: 0 0 20px 0;
}
 .list2 {
 text-align: center;
}
 .list2 li {
 margin: 0 0 0 40px;
}
 .table1 td:first-child {
 width: 660px;
}

.list3.packages-list {
	float: none;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .address_icon {
 float: right;
 display: inline-block;
}
 .address_icon li {
 margin-left: 10px;
}
 h1.navbar-brand_ {
 float: left;
}

nav.tm_navbar {
	float: none;
}

nav.tm_navbar li {
    display: inline-block;
    float: none;
}

nav.tm_navbar li a {
	padding: 16px 32px;
}

 .list_carousel1 #foo1 > li {
 padding: 0 15px;
}
 .thumb-box4 .box {
 text-align: center;
 padding-left: 15px;
 padding-right: 15px;
}
 .thumb-box4 .box .box1 {
 margin-right: 0;
 float: none;
}
 .thumb-box4 .box span {
 margin-bottom: 30px;
}
 .thumb-box4 .box #newsletter {
 float: none;
}
 .thumb-box4 .box #newsletter label {
 float: none;
 margin: 0 0 20px 0;
}
 .list2 {
 text-align: center;
}
.list1-1 li {
    word-break: break-all;
}
 .list2 li {
 margin: 0px 0px 20px 30px;
}
 .table1 td:first-child {
 width: 440px;
}
 .errorBox br {
 display: none;
}
 footer .col-lg-3 {
 margin-bottom: 40px;
}
 footer .col-lg-3 > div {
 border-right: none !important;
}
.contact-info #contact-form p {
    width: 100%;
}
.contact-info #contact-form .btns p {
	width:50%;
}
.contact-info #contact-form, .contact-info .col-lg-8 h2 {
	margin-left: 60px;
}

}

/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar {
 float: none;
 margin: 0;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 .address_icon {
 float: none;
 display: inline-block;
}
 .address_icon li {
 margin-left: 10px;
}

.address_icon li span {
    margin: 2px 9px 0px 0;
}

.address_icon li {
    text-align: center;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 30px 0 0 0;
 width: 100%;
 border: 1px solid #007dc1;
 background: #007dc1;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .btn-default.btn2 {
 padding: 0 20px;
}
 .thumb-box2 .box {
 padding: 50px 10px 50px 10px;
}
 .list_carousel1 #foo1 > li {
 padding: 0 15px;
}
 .thumb-box4 .box {
 text-align: center;
 padding-left: 15px;
 padding-right: 15px;
}
 .thumb-box4 .box .box1 {
 margin-right: 0;
 float: none;
}
 .thumb-box4 .box span {
 margin-bottom: 30px;
}
 .thumb-box4 .box #newsletter {
 float: none;
 display: block;
}
 .thumb-box4 .box #newsletter .success {
 width: 100%;
}
 .thumb-box4 .box #newsletter label {
 float: none;
 margin: 0 0 20px 0;
 display: block;
}
 .thumb-box4 .box #newsletter label input {
 width: 100%;
}
 .list2 {
 text-align: center;
}
 .list2 li {
 margin: 0 0 10px 20px;
}
 .list1-1 {
 display: inline-block;
}
 .list1-1 li {
 text-align: center;
 list-style: none;
}

.list1-1 li::before {
	background: none;
}
 .thumb-pad4 figure {
 margin: 0 28px 0 0;
 float: left;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad5 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-box9 .box {
 background: none;
}
 .table1 td:first-child {
 width: 440px;
}
 .table1 td {
 width: normalpx !important;
}
 .table1 td:first-child {
 width: auto;
}
 .table1 td:first-child + td {
 text-align: center;
 width: auto;
}
 .errorBox br {
 display: none;
}
 .errorBox .title {
 font-size: 50px;
}
 .errorBox .description {
 font-size: 25px;
}
 footer {
 text-align: center;
 padding-bottom: 0;
}
 footer .col-lg-3 {
 margin-bottom: 40px;
}
 footer .col-lg-3 > div {
 height: auto !important;
 border-right: none !important;
}

.container.website .list3 {
	float: none;
}
.container.web_sites .conversion {
    float: none;
    overflow: hidden;
}

.container.websites_page img {
    width: 95%;
}

.blockqoute-block {
    text-align: center;
}

.row.testomonail-block {
    text-align: center;
}

.contact-info #contact-form p {
    width: 100%;
}
.contact-info #contact-form .btns p {
	width:50%;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .address_icon li {
 float: none;
 margin: 0 0 15px 0;
}
 .address_icon li span {
 float: none;
 margin: 0 9px 5px 0;
}
 .thumb-pad4 figure {
 margin: 0 0 28px 0;
 float: none;
}
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad2 figure {
 margin: 0 0 22px 0;
 float: none;
}
 .thumb-pad2 figure img {
 width: 100%;
}
 .list2 {
 text-align: center;
}
 .list2 li {
 margin: 0 0 30px 0 !important;
 display: block;
}
 .list6 {
 text-align: center;
}
 .list6 li span {
 float: none;
 margin: 0 0 20px 0;
}
 .thumb-box2 {
 background: #191919;
}
 #search-404 {
 width: 260px;
}
 #search-404 input {
 width: 230px;
}

.list_carousel1 #foo1 > li strong {
    font: 24px/1em "roboto_condensedregular";
	margin-bottom: 15px;
}
.list_carousel1 #foo1 > li p {
    font: 14px/24px "roboto_condensedregular";
    margin-bottom: 10px;
}

.caroufredsel_wrapper {
	height: 200px !important;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}

.list_carousel1 #foo1 > li strong {
    font: 24px/1em "roboto_condensedregular";
}

.caroufredsel_wrapper {
	height: 250px !important;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

/* Tabs Packages */
.ui-widget-header {
  border: 0px !important;
  border-bottom: 1px solid #ccc !important;
  background: none !important;
}

.ui-widget-content {
    border: none !important;
    background: none !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
      color: #fff !important;
      background: #007dc1 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #007dc1 !important;
}

.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 0 !important;
}

.ui-tabs .ui-tabs-nav {
    margin-top: 30px !important;
}

#tabs {
  padding-top: 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #007dc1 !important;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{
  border:1px solid #007dc1 !important;
  background:#007dc1 !important;
  color:#fff !important;
}
.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{
  color:#fff !important;
}


/* Tooltip */
.ui-tooltip, .arrow:after {
    background: black !important;
    border: 2px solid white !important;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white !important;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

.alt04{     width: 100%;
    height: auto;
    /* float: left; */
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 6px;
    background-color: #007dc1;}

.adward01{width:100%;height:auto;}
.adward02{
    background: #fff;
    border: 1px solid #ccc;
    -o-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 5px;
    position: relative;
    padding: 20px;
    max-width: 650px;
    margin: auto;
    overflow:hidden;
}
.adward02 h3{
    font-weight: 400;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
	    margin-bottom: 18px;
}
.adward02 label{
    width: 100%;
    color: #828282;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 15px;
}
.adward02 label b{
    font-weight: bold;
}
.adward02 label span{}
.adward02 input{
    width: 100%;
    border: 1px solid #ddd;
    padding: 7px;
    margin-bottom: 10px;
}
.adward02 select{
    width: 100%;
    border: 1px solid #ddd;
    padding: 7px;
    margin-bottom: 10px;
}
.adward02 textarea{
    width: 100%;
    border: 1px solid #ddd;
    padding: 7px;
    margin-bottom: 10px;
    height: 135px;
}
.adward02 h4{
    width: 100%;
    color: #828282;
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 10px;
    margin-top: 10px;
}
.adward02 span{
    color: #d82424;
}
.adward02 input[type="submit"]{
    background-color: #ddd;
    width: auto;
    padding: 7px 20px;
    font-size: 16px;
    border-radius: 2px;
    color: #333;
}
.adward02 input[type="submit"]:hover{
    background-color: #0884c7;
    color: #fff;
}
.spnad{
    width: 100%;
    margin-bottom: 5px;
}
.spand-rupes{
    width: 15%;
    font-size: 22px;
    display: inline-block;
}
.boxspnd{
    width: 30%;
    display: inline-block;
    margin-right: 8px;
}
.boxspnd label{}
.boxspnd input{}

.cheeckbox{
    float: left;
    width: 100%;
    margin-top: 5px;
}
.cheeckbox input{
    float: left;
    width: auto;
    margin-right: 8px;
}

.hostingpage01{}
.hostingpage01 h3{
    font-weight: 400;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 18px;
    text-transform: inherit;
    font-size: 18px;
    margin-top: 20px;
}
.hostingpage01 h4{
    color: #333;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.hostingpage01 input#btnReg{background-color: #848484;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 23px;
    border: 0px;
}
.hostingpage01 input#btnReg:hover{    background-color: #007dc1;}

/*---------- Add Css 4Dec-2019 ----------*/

.capture-manage {
    padding: 4rem 0;
    background-image: linear-gradient(to top, #e6e8e8 62% , #fbfbf9 62%);
}
.cpatur-content h1 {
    color: #137fbf;
    font-weight: 600;
    margin:0px;
}
.cpatur-content h5 {
    font-size: 27px;
    margin: 25px 0 0;
    color: #8e8e8e;
}
.img-sec01 img{
	width: 100%;
}
.review-box {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    padding-bottom: 50px;
    margin-top: 50px;
}
.review-box h2 {
    color: #fff;
    background: #d0d0d0;
    padding: 20px 15px;
    margin-bottom: 0;
    font-weight: 300 !important;
    letter-spacing: 1px;
}
.review-box h2 strong{
	letter-spacing: 0;
}
.pri-review {
    padding: 25px 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.pri-review h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.pri-review h3 small {
    display: block;
    margin-top: 15px;
    font-size: 24px;
}
.review-box ul li {
    font-size: 18px;
    margin-bottom: 11px;
    color: #888888;
    text-transform: capitalize;
}
.review-box ul li:last-child{font-size: 15px;}
.review-box.review-box2 {
    margin-top: 0;
}
.review-box2 h2 {
    background: #ebc966;
}
.review-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}
.generate-heding {
    background: #137fbf;
    color: #fff;
    padding: 35px 0;
    text-align: center;
}
.generate-heding h1 {
    margin: 0;
}
.review-logo {
    background: #fff;
    padding: 4rem 0;
}
.img-sec01{margin-bottom: 20px;}

@media screen and (max-width: 768px){
.cpatur-content h1 {
	font-size: 25px;
	text-transform: uppercase;
	line-height: 35px;
}
.cpatur-content h5 {
    font-size: 20px;
    margin: 20px 0 0;
}
.review-box h2 {
    padding: 15px 15px;
    letter-spacing: 0;
    font-size: 24px;
}
.pri-review h3 {
    font-size: 24px;
}
.pri-review h3 small {
    font-size: 21px;
}
.review-box h4 {
    font-size: 19px;
    margin-bottom: 20px;
}
.review-box ul li {
    font-size: 15px;
    margin-bottom: 10px;
}
.generate-heding{	
    padding: 25px 0;
}
.generate-heding h1 {
    font-size: 25px;
    line-height: 35px;
}

}

@media screen and (max-width: 480px){
.img-sec01 {
    margin: 27px 0;
}
.review-box {
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 25px;
}
.review-box.review-box2 {
    margin-bottom: 0;
}
.cpatur-content h1 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 34px;
}
.cpatur-content h5 {
    font-size: 17px;
}
.generate-heding h1 {
    font-size: 21px;
    line-height: 30px;
}
.generate-heding {
    padding: 15px 0;
}

}





