/*
Theme Name: SST-Moveweb
Theme URI: http://shreesum.com/
Version: 1.0
Author: Shree Sum Technology
Author URI: http://shreesum.com/
*/

html,
body,
img,
fieldset,
abbr,
acronym {
    border: 0;
    width: auto;
}

body {
    padding: 0 !important;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.top_location {
	width: 300px;
}

.top_location p {
	line-height: 25px;
	margin-top: -10px;
}

.header_top_location {
	display: inline-flex;
	align-content: baseline;
}

.about_list .fa {
	font-size: 40px;
	color: #FFAE02;
	webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 46px;
	display: inline-block;
	float: left;
}

.row.flex-row {
	display: flex;
	flex-wrap: wrap;
}

.service_img a img.img-responsive {
	height: 200px;
	object-fit: cover;
	object-position: center;
}

.service_list {
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 10px #ddd;
}

.footer-logo img {
	filter: contrast(0%) brightness(310%);
}

.footer_contact h4 a {
	color: #fff;
}

.recent-post h6 {
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: .5px;
}

.service_para {
	padding: 0 20px;
}

.blog-header h4 a, .blog-header h4, .blog-header h3 {
	color: #fff;
}

.about_det_warp {
	margin-top: 30px;
}

.single_service_category a {
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: .5px;
}

.map-container {
	box-shadow: 0px 0 10px #ddd;
}

.map-container iframe {
	border: 0;
	display: block;
	filter: grayscale(1);
}

.about-right-img {
	box-shadow: 0 0 10px #ddd;
	border-radius: 10px;
}

.form table {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.form table tbody {
	width: 100%;
	display: block;
}

.form table tr {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.form table tr td {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .5px;
	margin: 5px 0;
}

.form table tr td b {
	display: block;
	color: #195481;
	padding: 10px;
	font-weight: 600;
	letter-spacing: .5px;
}

.form table tr td input,
.form table tr td select,
.form table tr td textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #ddd;
}

.form table tr td.dtp-col ,
.form table tr td.etp-col,
.form table tr td.md-col {
	display: flex;
}

.form input[type="submit"] {
	padding: 10px 50px;
	font-weight: 600;
	letter-spacing: .5px;
	background-color: #195481;
	color: #fff;
	border: 0;
}

.form input[type="button"] {
	padding: 10px 50px;
	font-weight: 600;
	letter-spacing: .5px;
	background-color: #195481;
	color: #fff;
	border: 0;
}

.form table tr.row-flex {
    flex-direction: row;
}

.header_logo a img {
	width: 150px;
}

.row.flex-row.align-center {
    align-items: center;
}

.header_logo {
	margin-top: 0px;
}

.header_top {
	padding-top: 10px;
	padding-bottom: 10px;
}

.services-block .inner-box h2 {
	color: #fff;
}

.about-widget .about-email {
	margin: 10px 0;
}

.quote-form-box input[type="tel"] {
	display: block;
	width: 100%;
	line-height: 23px;
	height: 50px;
	font-size: 14px;
	padding: 10px 20px;
	background: 0 0;
	color: #222;
	border-radius: 3px;
	border: 1px solid #ccc;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.testimonial-section {
	padding: 100px 0;
}

.section-content-block {
	padding: 120px 0;
	background: #FFFFFF;
}

.section-heading-wrapper h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #05c7f2;
}

.section-heading-wrapper h2 {
	font-size: 48px;
	line-height: 48px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #333333;
	margin: 20px 0;
}

.section-content-block p {
	font: 17px/28px 'Open Sans ', sans-serif;
	color: #555555;
	font-weight: 400;
	margin: 0 0 12px;
	padding: 0;
}

.why-choose-lists li {
	width: 100%;
	float: left;
	margin: 0 0 16px 0;
}

.why-choose-lists li .reason-item {
	padding-left: 84px;
	position: relative;
}

.why-choose-lists li .reason-icon {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: #FFFFFF;
	color: #05c7f2;
	border: 2px solid #CCCCCC;
	height: 60px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	line-height: 60px;
	left: 0px;
	position: absolute;
	top: 8px;
	width: 60px;
	text-align: center;
	font-size: 24px;
}

.why-choose-lists li .reason-text {
	position: relative;
}

.why-choose-lists li .reason-text span {
	position: relative;
	display: block;
	padding-top: 6px;
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 600;
}

.why-choose-lists li .reason-text p {
	color: #959595;
}

.appointment-form-wrapper {
	background: #FFFFFF;
	padding: 0;
	margin-bottom: 100px;
	border: 1px solid #f2f2f2;
	-webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
}

.margin-bottom-5 {
	margin-bottom: 5px !important;
}

.appointment-form-wrapper .appointment-form-heading {
	position: relative;
	background: #05c7f2;
	padding: 30px;
	margin: -1px -1px 48px -1px;
}

.appointment-form-wrapper .appointment-form-heading .form-title-bold {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 36px;
	margin-top: 12px;
}

.appointment-form-wrapper .appointment-form-heading .form-title {
	position: relative;
	clear: both;
	overflow: hidden;
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 0.03em;
	margin: 0;
	text-transform: uppercase;
}

.text-light-color {
	color: #FFFFFF !important;
}

.appointment-form-wrapper .appoinment-form-lg {
	clear: both;
}
.appointment-form-wrapper .appoinment-form {
	padding: 0 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.appointment-form-wrapper .appoinment-form-lg input[type="text"], .appointment-form-wrapper .appoinment-form-lg input[type="email"], .appointment-form-wrapper .appoinment-form-lg input[type="url"], .appointment-form-wrapper .appoinment-form-lg input[type="password"] {
	line-height: 60px;
	height: 60px;
}

.appointment-form-wrapper .appoinment-form input[type="text"], .appointment-form-wrapper .appoinment-form input[type="email"], .appointment-form-wrapper .appoinment-form input[type="url"], .appointment-form-wrapper .appoinment-form input[type="password"] {
	color: #959595;
	border: 1px solid #ebebeb;
	line-height: 42px;
	padding-right: 32px;
	height: 42px;
	margin-bottom: 24px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
}

.appointment-form-wrapper .appoinment-form .form-control {
	font-size: 14px;
}

.appointment-form-wrapper .appoinment-form-lg .form-group i {
	position: absolute;
	top: 8px;
	right: 32px;
	font-size: 14px;
	color: #4e4e4e;
}

#btn_submit {
	padding: 20px 40px;
	border-radius: 0;
	background-color: #05c7f2;
	color: #fff;
	font-weight: 600;
	letter-spacing: .5px;
}

.service-content * {
	margin-bottom: 10px;
	color: #000;
}
.main-header .header-upper .logo-box {
	padding-top: 10px !important;
}

.main-header .header-upper .logo-box img {	
	width: 150px;
}

.main-header .header-upper .upper-right .header-lower {
	margin-top: 12px !important;
}

header .sticky-header .logo img {
	width: 150px !important;
}

.fixed-header .sticky-header .right-col.pull-right {
	margin-top: 12px;
}


.header-top .top-right .right-list li a{
	font-size: 18px;
    color: #fff;
}

.header-top .top-right .right-list li a span{
    color: #ffffff !important;
}

.estimate_form_inner {
  padding: 35px 30px;
  background-color: #fff;
  box-shadow: 0 1px 15px rgba(0,0,0,.1);
  border-radius: 10px;
  text-align: center;
}

.estimate_form_inner .input-group {
  padding-right: 10px;
  float: left;
  width: 50%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.estimate_form_inner .input-group input, .estimate_form_inner .input-group textarea {
  border-radius: 4px !important;
  margin-bottom: 15px;
}

.estimate_form_inner .input_group_full_width {
  width: 100% !important;
}

.estimate_form_inner .form-order .btn {
  padding: 14px 30px;
}

.estimate_form_inner .form-order::after {
  display: table;
  clear: both;
  content: '';
}

.estimate_form_inner input, .estimate_form_inner textarea {
  border: 1px solid transparent;
  box-shadow: none;
  border-bottom: 1px solid #f6eaea;
}

.estimate_form_inner .btn {
  padding: 19px 22px 17px 22px;
  text-transform: uppercase;
  background: transparent;
  letter-spacing: 0px;
  border-radius: 50px;
  margin-top: 10px;
  color: #333;
  border: 1px solid #FFAE02;
  font-family: 'Hind', sans-serif;
  line-height: 11px;
}

.estimate_form_inner .btn:hover {
  background: #FFAE02;
  color: #fff;
  border: 1px solid #FFAE02;
}

.banner-section .form-column .inner-column{
	background-color: transparent;
}

/* Mobile and Tab View */

@media (max-width: 767px) {
   .header_top_location {
    	display: none;
    }
    
    .header_logo {
    	text-align: center;
    	padding: 0;
    	margin: 0;
    }
	
	.btn-style-one {
		padding: 11px 10px;
	}
   
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {}