/*style overrides*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700');

html,body,.wrapper{
	height: 100%;
	/*overflow-x: hidden;*/
}
p,body{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	font-weight: 400;
	letter-spacing: 0;
}
p{
	margin-bottom: 10px;
}
a{
	color: #010109;
	display: initial;
}
a:hover{
	color: #010109;
	text-decoration: underline;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}

.mb40{
	margin-bottom: 40px !important;
}
.mb60{
	margin-bottom: 60px;
}
.mb70{
    margin-bottom: 70px;
}
.mb120{
	margin-bottom: 120px;
}
.m40{
	margin: 40px 0;
}
.m60{
	margin: 60px 0;
}
.m80{
	margin: 80px 0;
}
.p100{
	padding: 100px 0;
}
.p80{
	padding: 80px 0;
}
.hero{
	background: url(../images/home-bg.png) no-repeat;
	background-position: center center;
	background-size: cover;
	background-position-y: -50px;
	min-height: 100%;
	padding-top: 12%;
}
.page-top{
	background: url(../images/top-bg.png) no-repeat;
	background-position: center center;
	background-size: cover;
	background-position-y: -50px;
	min-height: 100%;
	padding-top: 12%;
}
img.rocket {
    width: 87%;
    margin: auto;
}
.hero h2{
	margin-top: 70px;
	margin-bottom: 30px;
}
h2{
	font-weight: 700;
}
h3{
	font-size: 24px;
	font-weight: 600;
	color: #010109;
	letter-spacing: 0;
	text-transform: capitalize;
}
.y-content h2{
	font-size: 38px;
	line-height: 46px;
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 1px 0px 2px rgba(132, 132, 132, 0.60);
}
.btn-primary{
	background: #fff;
	color: #f7941d;
	text-transform: uppercase;
	border: 2px solid #fff;
	font-weight: 600;
	border-radius: 32px;
    padding: 8px 20px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary:active{
	background: #f7941d;
	color: #fff;
	border-color: #fff;
	outline: none;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
	background: #f7941d;
	color: #fff;
	border-color: #fff;
}

.btn-transparent{
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	font-weight: 600;
	border-radius: 32px;
    padding: 8px 20px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-transparent.focus, .btn-transparent:focus, .btn-transparent:hover{
	background: #fff;
	color: #f7941d;
	border-color: #fff;
}
.btn-color{
	background: #f7941d;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #f7941d;
	font-weight: 600;
	border-radius: 32px;
    padding: 8px 20px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-color.focus, .btn-color:focus, .btn-color:hover, .btn-color:active{
	background: #fff;
	color: #f7941d;
	border-color: #f7941d;
	outline: none;
}
.btn-color.active.focus, .btn-color.active:focus, .btn-color.active:hover, .btn-color:active.focus, .btn-color:active:focus, .btn-color:active:hover, .open>.dropdown-toggle.btn-color.focus, .open>.dropdown-toggle.btn-color:focus, .open>.dropdown-toggle.btn-color:hover{
	background: #f7941d;
	color: #fff;
	border-color: #fff;
}
header .menu a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    text-decoration: none;
}
header .menu a:hover {
    border-color: #fff;
}
header .menu li:before{
	display: none;
}
.partner h5{
	color: #7c8ca4;
}
.title{
	margin-bottom: 20px;
}
.title h1{
	color: #010109;
	font-size: 34px;
	line-height: 40px;
	font-weight: 700;
	text-transform: capitalize;
}
.title h2{
	color: #010109;
	font-size: 34px;
	line-height: 40px;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 0;
}
.title h3{
	color: #010109;
	font-size: 26px;
	line-height: 40px;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 0;
}
.title h5{
	color: #999999;
	font-weight: 600;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.xp-box{
	position: relative;
}
.xplore{
	display: block;
	background: #f7941d;
	position: absolute;
	padding: 10px 30px;
    right: -25px;
    bottom: -20px;
}
.xplore h4{
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}
.xplore h5{
	color: #d6d5d5;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.case {
    width: 100%;
    background: url(../images/building.jpg);
    background-position: center center;
    background-size: cover;
    height: 400px;
    background-color: #000;
    position: relative;
    display: inline-block;
    box-shadow: 1px 1px 22px rgba(153, 153, 153, 0.18);
    border-radius: 7px;
    overflow: hidden;

	transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-ms-transition: all 1s ease;
  	-webkit-transition: all 1s ease;
  	-o-transition: all 1s ease;
}

.case-box{
	position: relative;
	overflow: hidden;
	box-shadow: 1px 1px 22px rgba(153, 153, 153, 0.18);
    border-radius: 7px;
    background: #000;
    margin: 15px 0;
}
.case-thumb {
    overflow: hidden;
    height: 400px;
    opacity: 0.55;
}
.case-thumb > img {
    width: 100%;
    transition: all .4s ease;
  	-moz-transition: all .4s ease;
  	-ms-transition: all .4s ease;
  	-webkit-transition: all .4s ease;
  	-o-transition: all .4s ease;
}
.case-contents {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    top: 32%;
    text-align: center;
    padding: 25px;
    transition: all .4s ease;
  	-moz-transition: all .4s ease;
  	-ms-transition: all .4s ease;
  	-webkit-transition: all .4s ease;
  	-o-transition: all .4s ease;
    /*background: rgba(255,0,0,0.5);*/
    /*display: none;*/
}
.case-contents .btn{
	opacity: 0;
    transition: all .4s ease;
  	-moz-transition: all .4s ease;
  	-ms-transition: all .4s ease;
  	-webkit-transition: all .4s ease;
  	-o-transition: all .4s ease;
}
.case-box:hover .case-thumb > img {
    transform: scale(1.2);
}
.case-box:hover .case-thumb {
	opacity: 0.4;
}
.case-box:hover .case-contents .btn{
	opacity: 1;
}
.case-box:hover .case-contents{
	top: 30%;
}

.process{
	margin: 60px 0;
}
.sec-cta{
	background: #f7941d;
	background-image: url(../images/map.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.text-white, .text-white * {
    color: #fff !important;
}
.service-box{
	display: inline-block;
    box-shadow: 1px 1px 22px rgba(153, 153, 153, 0.18);
    border-radius: 7px;
    overflow: hidden;
    padding: 25px;
    background: #fff;
    margin: 15px 0;
}
.service-box h3{
	font-size: 18px;
}
.service-box p{
	font-size: 12px;
	line-height: 22px;
}
.service-img {
    margin-top: 60%;
}
.user-slider {
    margin-top: 80px;
}
.user-slider .inside p {
    font-size: 14px;
    color: #999;
    line-height: 28px;
    margin-bottom: 16px;
    letter-spacing: 0px;
    font-weight: 400;
}
.user h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #010109;
    font-weight: 600;
    letter-spacing: 0;
}
.user span{
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
    font-weight: 600;
}
.pre-footer{
	margin-bottom: -50px;
    margin-top: -160px;
}
.search-domain {
    padding: 61px 0 45px 0;
    background-color: #f7941d;
}
footer {
    padding-top: 90px;
    background-color: #fff;
}
.footer-widget{
	margin-bottom: 30px;
}
.footer-widget h4 {
    font-size: 16px;
    list-style: 24px;
    color: #010109;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}
.footer-widget ul li {
    margin-bottom: 5px;
    font-size: 14px;
    color: #999;
    letter-spacing: 0px;
}
.footer-widget ul li a {
    font-size: 14px;
    color: #999;
    letter-spacing: 0px;
}
.color{
	color: #f7941d !important;
}
.footer-widget img {
    max-width: 144px;
    margin-bottom: 23px;
}
.footer-img {
    width: 85%;
    margin: auto;
    /*margin-top: 15px;*/
}
.copyright {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 25px 0;
    margin-top: 60px;
    border-top: 2px solid #e5e5e6;
}
.copyright p{
	font-size: 12px;
	color: #bbb;
}
.social-icon li {
    background-color: #f79517;
    box-shadow: none;
    margin-right: 6px;
}
.social-icon i {
    color: #fff;
    font-size: 18px;
}
.page-title h1{
	color: #fff;
	font-size: 46px;
	line-height: 55px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: capitalize;
}
.page-title h4{
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
	padding-left: 75px;
	margin-top: 15px;
}
.page-title h4:before {
    content: '';
    position: absolute;
    width: 55px;
    left: 15px;
    height: 2px;
    background: #fff;
    margin-top: 18px;
}
.page-title h5{
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.page-title {
    margin-top: 65px;
}
.box-img{
	margin-top: 50px;
}
.single-testimonial {
    background: url(../images/quote.png) no-repeat;
    background-position: top left;
    background-position-y: 0;
    background-position-x: 10px;
    padding: 40px 0;
}
.single-testimonial p{
	color: #010109;
}
ul.service-list li{
	margin-bottom: 20px;
}
ul.service-list li a {
    font-size: 20px;
    font-weight: 600;
    color: #010109;
    letter-spacing: 0;
}
.service-list span {
  position: relative;
  cursor: pointer;
}

.service-list span:before, .service-list span:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 4px;
  top: 47%;
  margin-top: -0.5px;
  background: #f7941d;
  z-index: -1;
}

.service-list span:before {
  left: -2.5px;
}
.service-list span:after {
  right: 2.5px;
  background: #f7941d;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.service-list span:hover:before {
  background: #f7941d;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.service-list span:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.pic {
    padding: 5px;
}
input.input-subs {
    background: #fff;
    color: #d0d0d0;
    text-transform: uppercase;
    border: 2px solid #fff;
    font-weight: 600;
    border-radius: 32px 0 0 32px;
    padding: 8px 80px;
    letter-spacing: 1px;
    display: inline-block;
    width: 75%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-subs {
    background: #f7941d;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    font-weight: 600;
    border-radius: 32px;
    padding: 10px 20px;
    margin-left: -32px;
    margin-top: -2px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-subs:hover{
	color: #fff;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d0d0d0;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d0d0d0;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #d0d0d0;
}

ul.blog-filter{
	margin-bottom: 30px;
}
ul.blog-filter li {
    display: inline;
    margin-right: 15px;
}
ul.blog-filter li.active a{
	color: #f7941d;
}
ul.blog-filter li a{
	color: #d0d0d0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
}
article.post {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 1px 1px 22px rgba(153, 153, 153, 0.18);
}
article.post a:hover{
	text-decoration: none;
}
.post-image {
    height: 250px;
    overflow: hidden;
}
.post-image img{
	transition: all .4s ease;
  	-moz-transition: all .4s ease;
  	-ms-transition: all .4s ease;
  	-webkit-transition: all .4s ease;
  	-o-transition: all .4s ease;
}
.post-title h3 {
    font-size: 18px;
    line-height: 32px;
    padding: 20px 50px;
    text-align: center;
}
article.post:hover img{
	transform: scale(1.2);
}
ul.blog-pagination li{
	display: inline;
	margin: 0 10px;
}
ul.blog-pagination li.page{
	/*margin: 0 10px;*/
}
ul.blog-pagination li a{
	color: #d0d0d0;
	font-weight: 600;
}
ul.blog-pagination li.current a,ul.blog-pagination li.active a{
	color: #f7941d;
}

/*single blog*/
.blog-1{
	background: url(../images/pic1.png) no-repeat;
	background-position: center center;
	background-size: cover;
	background-position-y: -50px;
	overflow: hidden;
	
}
.blog-top{
	position: relative;
}
.overlay {
    background: rgba(247, 148, 29, 0.9);
}
.single-blog-title{
	padding-top: 12%;
	padding-bottom: 28%;
}
.single-blog-title h5 a{
	color: #fff;
	text-decoration: underline;
}
.blog-bottom {
	position: absolute;
    /*margin-bottom: -10px;*/
    bottom: -10px;
    width: 100%;
}
.article{
	margin-top: 40px;
	margin-bottom: 60px;
}
.blog-pic img { 
    border-radius: 7px;
    margin: 30px auto;
}
header {
    padding: 30px 0;
    margin-bottom: 90px;
    position: relative;
    background-color: #f7941d;
}
.dot-top {
    position: absolute;
    z-index: -1;
    left: -125px;
    top: -35px;
}
.dot-bottom {
    position: absolute;
    z-index: -1;
    right: -125px;
    bottom: -60px;
}
ul.mc-list {
    margin: 25px 0;
    margin-left: 60px;
}
ul.mc-list li {
    color: #999;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0;
}
strong{
	color: #010109;
	font-weight: normal;
}
.marketing-consultant h3 {
    margin-top: 40px;
    margin-bottom: 5px;
}
.case-section figure {
    margin: 30px auto;
}
.case-section figcaption{
	color: #010109;
	text-align: center;
	margin-top: 20px;
    text-transform: uppercase;
}
.results {
    background: #f7fbfd;
    padding: 0 50px;
    padding-top: 30px;
    padding-bottom: 100px;
}
.result-block h4 {
    font-size: 20px;
    font-weight: 600;
    color: #010109;
    letter-spacing: 0;
    text-transform: capitalize;
}
.result-block img {
    width: 45px;
    float: left;
    margin-right: 10px;
}
.result-block {
    margin-bottom: 20px;
}
.result-block .text {
    padding-top: 3px;
}
.contact-block {
    margin-top: -200px;
    margin-bottom: 100px;
    box-shadow: 6px -1px 20px 1px rgba(18, 15, 71, 0.17);
    background: #f7941d;
}
.contact-block .bg {
    padding: 57px 30px 30px 55px;
    background-color: #f8f8f8;
}
.contact-block .contact-info {
    color: #fff;
    padding: 56px 50px 64px 62px;
    display: inline-block;
    height: 100%;
    background-color: #f7941d;
}
.contact-form  input, .contact-form  textarea{
	width: 100%;
    font-size: 14px;
    color: #8198a6;
    background: #f8f8f8;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid #d0d3e3;
}

.contact-form input::placeholder {
    color: #999;
    font-size: 14px;
}
.contact-form .form-control:focus {
    border-color: #f7941d;
    outline: 0;
    box-shadow: none;
}
form.contact-form .row {
    margin-bottom: 20px;
}
.contact-block h4{
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #010109;
    letter-spacing: 0;
    text-transform: uppercase;
}

.contact-block .contact-info ul li:not(:last-child) {
    padding-bottom: 20px;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.contact-block .contact-info ul li img {
    width: 20px;
    margin-right: 15px;
}
.contact-block .contact-info ul li span,.contact-block .contact-info ul li a {
    font-size: 14px;
    line-height: 27px;
    color: #fff;
}
ul.list-inline.footer-social {
    margin-top: 85px;
}
ul.list-inline.footer-social li a{
	color: #fff;
	font-size: 18px;
}
.error-page {
    background-color: #f7941d;
    background-image: url(../images/shape-bg.png);
    background-position: center right;
}
.error-page .inside {
    padding-top: 264px;
    padding-bottom: 50px;
}
.error-page .inside p {
    text-transform: initial;
    font-size: 52px;
    line-height: 60px;
}
.error-page .inside p strong{
	font-weight: 700;
	color: #fff;
}
.error-page .inside h2 {
    font-size: 200px;
    line-height: 180px;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 2px 14px #777;
}
.error-page .inside a {
    text-transform: uppercase;
    margin-top: 40px;
    display: block;
    text-decoration: none;
}
.error-page .inside a:hover{
	color: #fff;
}

#blog-search{
	float: right;
	text-align: right;
}
#blog-search input[type=text] {
    width: 100px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	border: 1px solid #fff;
	padding-right: 10px;
}
#blog-search input[type=text]:focus {
    width: 100%;
    outline: none;
    border-bottom: 2px solid #f7941d;
}
#blog-search input[type=text]::placeholder {
    text-align: right;
    color: #d0d0d0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
}
.popup-bq{
    background: #fff;
    background-image: url(../images/popup-bg.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 60px;
}
.title.popup h4 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 10px;
}


/* Style the form */
#regForm {
  background-color: #ffffff;
    margin: auto;
    margin-bottom: 30px;
  /*padding: 40px;*/
  width: 80%;
  /*min-width: 300px;*/
}

/* Style the input fields */
#regForm select.form-control {
    border-color: #e3e3e3;
    box-shadow: none;
    border-radius: 32px;
    padding: 10px 15px;
    height: 40px;
    text-transform: uppercase;
    color: #999;
    text-align: center;
    text-align-last: center;
}
#regForm input.form-control{
    border-color: #e3e3e3;
    box-shadow: none;
    border-radius: 32px;
    padding: 10px 15px;
    height: 40px;
    text-transform: uppercase;
    color: #999;
    text-align: center;
    letter-spacing: 0;
}
#regForm select option{
    text-align: center;
    text-align-last: center;
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none; 
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
.btn.focus, .btn:focus, .btn:hover{
    outline: none;
}
/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}

#regForm input.form-control::placeholder {
    font-size: 14px;
}

a.popup-close.mfp-close {
    color: #fff;
    background: #f7941d;
    font-size: 14px;
    font-family: Poppins;
    height: 24px;
    width: 24px;
    line-height: 13px;
    padding: 5px;
    padding-left: 6px;
    margin: 15px;
    border-radius: 50%;
    text-decoration:  none;
}
.popup-thank{
    background: #fff;
    padding: 60px 0;
    text-align: center;;
}
a.btn.btn-color.mfp-close {
    width: auto;
    position: initial;
    opacity: 1;
    height: initial;
    font-family: Poppins;
    margin-top: 20px;
}
img.check-img {
    width: 40%;
}
.section-about ul {
    list-style: initial;
    margin: 20px 0;
    margin-left: 50px;
}
.section-about ul li {
    font-size: 14px;
    letter-spacing: 0;
    color: #999;
    line-height: 24px;
}
.single-hq_casestudies h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    color: #010109;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.single-hq_casestudies h2 {
    color: #010109;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.partner-slider a {
    cursor: initial;
}
h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #010109;
    letter-spacing: 0;
    text-transform: capitalize;
}
.info-box {
    margin-top: 20px;
    margin-bottom: 40px;
}
.info-part {
    margin-top: 15px;
}
.info-box img {
    margin: auto;
    margin-bottom: 15px;
}
.user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.user a {
    text-decoration: none;
}
.results2 {
    background: #f7941d;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: -6px;
    box-shadow: 1px 1px 22px rgba(153, 153, 153, 0.18);
}
.results2 h3 {
    font-size: 20px;
    color: #fff;
}
.results2 h4{
    font-size: 18px;
}
.results2 h4 {
    font-size: 14px;
    color: #fff;
    text-align: left;
}
.results2 .result-block .text {
    padding-top: 6px;
}
.row.info-part.tab3 {
    margin-bottom: 130px;
}
.contact-form input[type=submit]{
    width: auto;
    background: #f7941d;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #f7941d;
    font-weight: 600;
    border-radius: 32px;
    padding: 8px 20px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact-form input[type=submit]:hover{
    background: #fff;
    color: #f7941d;
    border-color: #f7941d;
    outline: none;
}
.contact-form .row {
    margin-bottom: 20px;
}
select.invalid {
    background-color: #ffdddd;
}
#regForm select.form-control{
	background-image: url(../images/caret-down.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position-x: 96%;
}


@media only screen and (min-width: 1320px){
	header > .container, .service-page header .container {
	    width: 1170px;
	}
}
@media only screen and (max-width: 768px) {
	.service-img {
	    margin-top: 0;
	}
	.hero.y-content {
	    text-align: center;
	}
	.page-title {
	    margin-top: 5px;
	}
}

h1.post-title {
    font-size: 30px;
    margin-top: 10px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
}
h1.post-title a{
    text-decoration: none;
}
.post-archive .post-head .post-meta .author:after, .post-archive .post-head .post-meta .time:after {
    content: '/';
    color: #8c8c8c;
    display: inline-block;
    margin: 0 4px 0 4px;
}
.articles-archive article.post-archive {
    background: #fff;
    border-radius: 0;
    margin: 30px 0;
    padding-bottom: 20px;
    box-shadow: none;
    border-bottom: 1px solid #f3f3f3;
}   
.articles-archive .read-more {
    margin-top: 10px;
}
.articles-archive .post-content {
    margin-top: 10px;
}
.articles-archive .post-meta .author a {
    color: #8c8c8c;
    text-decoration: none;
}
.articles-archive .post-meta .time a{
    color: #000;
    text-decoration: none;
}
.articles-archive .post-meta .post-category{
    color: #f7941d;
    text-decoration: none;
}