/*----Fonts----*/

@import url('https://fonts.googleapis.com/css?family=Montserrat|Poppins');

body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
    -webkit-font-smoothing: antialiased;
}
/*-----Normal css start-----*/
a{
	transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
}
.padding-left {
    padding-left: 0px;
}
.padding-right {
    padding-right: 0px;
}
.color1 {
    color: #ea4b36;
    font-size: 25px;
}
/*-----Form css start-----*/

.form_input_app_div.pc_form_4 .pc_input_section {
    width: 25%;
}
.form_input_app_div.pc_form_3 .pc_input_section {
    width: 33.33%;
}
.form_input_app_div.pc_form_2 .pc_input_section {
    width: 50%;
}
.form_input_app_div.pc_form_1 .pc_input_section {
    width: 100%;
}
.form_input_app_div.pc_form_4 .pc_input_section .form-control,
.form_input_app_div.pc_form_3 .pc_input_section .form-control,
.form_input_app_div.pc_form_2 .pc_input_section .form-control {
    width: 95%;
    padding: 10px;
    margin-bottom: 10px;
}
.form_input_app_div.pc_form_1 .pc_input_section .form-control {
    width: 100%;
    padding: 10px;
}
/*----Banner css start-----*/

.ss_banner_wrapper {
    width: 100%;
    float: left;
    background-image: url(http://via.placeholder.com/1920x886);
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
}
.ss_banner_box {
    width: 100%;
    float: left;
    margin: 60px 0px 160px;
}
.ss_logo.ed_box {
    width: 100%;
    display: inline-block;
    background-color: #ea4b36;
    padding: 50px 0px 40px;
    text-align: center;
    min-height: 152px;
}
.ss_top_info_box {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 19px 0px 0px;
    min-height: 152px;
}
.ss_top_icons ul {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
.ss_top_icons ul li {
    list-style: none;
    display: inline-block;
    margin-right: 11px;
}
.ss_top_icons ul li:last-child {
    margin-right: 0px;
}
.ss_top_icons ul li a {
	color:#888888;
    text-decoration: none;
    display: block;
}
.ss_top_icons ul li a:hover{
	color:#ea4b36;
}
.ss_top_info {
    width: auto;
    float: right;
}
.ss_top_info ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.ss_top_info ul li {
    display: inline-block;
    list-style: none;
    padding: 0px 15px;
    border-left: 1px solid;
    color: #666666;
}
.ss_top_info ul li span.info_img.ed_element_wrapper {
    display: inline-block;
}
.ss_top_info ul li .ed_element_wrapper {
    display: inline-block;
	color:#888888;
}
.ss_top_info ul li span.info_text.ed_paragraph {
    color: #666666;
    font-size: 14px;
    margin-left: 10px;
}
.ss_top_info ul li a.info_text.ed_link {
    color: #666666;
    font-size: 14px;
    margin-left: 10px;
	text-decoration:none;
	cursor:pointer;
}
.ss_top_info ul li a.info_text.ed_link i.fa.fa-envelope {
    margin-right: 10px;
}
.ss_top_info ul li a.info_text.ed_link:hover{
	color:#ea4b36;
}
.ss_top_info_innerbox {
    width: 100%;
    float: left;
    padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}
.ss_menu_wrapper {
    width: 100%;
    float: left;
}
.ss_menu {
    width: 100%;
    float: left;
}
.ss_menu_wrapper .navbar-collapse {
    padding-left: 0px;
}
.ss_menu_wrapper .navbar {
    margin-bottom: 0px;
    width: 90%;
    float: left;
}
.ss_menu ul {
    padding: 0px;
    margin: 0px;
    padding-left: 40px;
}
.ss_menu ul li {
    display: inline-block;
    list-style: none;
	position:relative;
}
.ss_menu ul li >a {
    text-transform: capitalize;
    color: #222222;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
	display:block;
    text-decoration: none;
    padding: 32px 0px;
	margin-right:35px;
    font-family: 'Roboto', sans-serif;
}
.ss_menu ul li.active > a{
	color:#ea4b36;
}
.ss_menu ul li:hover >a{
	color:#ea4b36;
}
.ss_menu ul li ul.sub-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 220px;
    padding: 0px;
    z-index: 10000;
    opacity:0;
	transform: scaleY(0);
    background: #222222;
    border-top: 3px solid #ea4b36;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
}
.ss_menu ul li ul.sub-menu li{
	width:100%;
	float:left;
}
.ss_menu ul li ul.sub-menu li a {
    position: relative;
    padding: 12px 15px;
	width:100%;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.ss_menu ul > li:hover > ul.sub-menu{
	opacity:1;
	transform: scaleY(1);
}
.ss_menu ul > li > ul.sub-menu li:hover > a {
    color: #cccccc;
    background: #363333;
}
.ss_search {
    float: right;
    margin: 17px 0px;
    border-left: 1px solid #999999;
    padding: 15px 32px;
	cursor:pointer;
}
.ss_search i:hover{
	color:#ea4b36;
}
.search-form {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #ea4b36;
    padding: 10px 0;
    display: none;
    z-index: 9999;
    top: 100%;
}
.search-form .navbar-form .input-group {
    display: inline-block;
    vertical-align: middle;
    width: 850px;
    float: none;
}
.search-form .btn {
    height: 50px;
    display: inline-block;
    border: 1px solid transparent;
    white-space: nowrap;
	background-color: #ffffff;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.search-form .btn:focus{
	outline:none;
	box-shadow:none;
} 
.search-form .navbar-form .input-group>.form-control {
    width: 95%;
    height: 50px;
    border-radius: 0px;
    border: 1px solid transparent;
}
.search-form .navbar-form .input-group>.form-control{
	outline:none;
	box-shadow:none;
}
.ss_testimonial {
    width: 100%;
    text-align: center;
    margin-bottom: 250px;
}
.ss_test_slider .owl-carousel .owl-item.active h1{
	  animation: flipInX 1s 1 both 500ms;
	  -webkit-animation: flipInX 1s 1 both 500ms;
	  -moz-animation: flipInX 1s 1 both 500ms;
	  -ms-animation: flipInX 1s 1 both 500ms;
	  -o-animation: flipInX 1s 1 both 500ms;
}

.ss_test_slider .owl-carousel .owl-item.active p {
	  animation: zoomIn 1s 1 both 1200ms;
	  -webkit-animation: zoomIn 1s 1 both 1200ms;
	  -moz-animation: zoomIn 1s 1 both 1200ms;
	  -o-animation: zoomIn 1s 1 both 1200ms;
}
.ss_test_slider .owl-carousel .owl-item.active .ss_banner_button {
	  animation: lightSpeedIn 1s 1 both 1700ms;
	  -webkit-animation: lightSpeedIn 1s 1 both 1700ms;
	  -moz-animation: lightSpeedIn 1s 1 both 1700ms;
	  -ms-animation: lightSpeedIn 1s 1 both 1700ms;
	  -o-animation: lightSpeedIn 1s 1 both 1700ms;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}
.ss_banner_button {
    width: 100%;
    text-align: center;
}
.ss_banner_button .ed_element_wrapper {
    display: inline-block;
}
.ss_test_slider .ed_slider {
    margin: 0px 0px;
}
.ss_testimonial h1 {
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 50px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}
.ss_testimonial p {
    color: #ffffff;
    font-size: 16px;
    margin: 0px;
    padding: 25px 0px 45px;
    line-height: 30px;
}
.pc_btn1 {
    background-color: #ea4b36;
    color: #ffffff;
    font-size: 18px;
	text-align: center;
    text-transform: uppercase;
    height: 70px;
    width: 230px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    line-height: 53px;
	border:1px solid transparent;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
    margin-right: 20px;
    font-family: 'Roboto', sans-serif;
	transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
}
.pc_btn1:hover {
    text-decoration: none;
    color: #ea4b36;
	border:1px solid;
	background-color: transparent;
	
}

.ss_blog_box {
    width: 100%;
    float: left;
	overflow:hidden;
}
.ss_blog_img{
	position:relative;
}
.ss_blog_img_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	opacity:0;
    background-color: rgba(0, 0, 0, 0.75);
	content: "";
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
.ss_blog_box:hover .ss_blog_img_overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.blog_date {
	background-color: #ea4b36;
    width: 80px;
    left: 30px;
    position: absolute;
    top: -100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	font-family: 'Roboto', sans-serif;
}
.ss_blog_box:hover .blog_date{
	top:0px;
}
.blog_date p {
    font-size: 20px;
    color: #ffffff;
    margin: 0px;
    text-align: center;
    padding: 20px 10px;
    text-transform: capitalize;
    line-height: 30px;
}
.pc_btn1.pc_btn2:hover{
	color: #ffffff;
	border:1px solid;
	background-color: transparent;
}
.pc_btn1.pc_btn2 {
    background-color: #ffffff;
    color: #ea4b36;
    margin-right: 0px;
}
.ss_test_slider .owl-controls {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 75%;
}
.ss_test_slider .owl-dot {
    display: inline-block;
}
.ss_test_slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    display: block;
    margin: 0px 5px;
    border-radius: 100%;
}
.ss_test_slider .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ea4b36;
}
/*----service css start----*/

.ss_service_wrapper {
    width: 100%;
    float: left;
    padding: 90px 0px;
    font-family: 'Open Sans', sans-serif;
}
.ss_service_single_wrapper {
    width: 100%;
    float: left;
    padding: 100px 0px;
    font-family: 'Open Sans', sans-serif;
}
.ss_service_single_wrapper .ss_service_box {
    text-align: left;
    padding: 0px; 
    position: relative;
    background-color: #f5f5f5;
}
.ss_service_box i {
    width: 100%;
    float: left;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;

}
.ss_service_box:hover i{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.ss_service_box i:before {
   font-size: 50px;
   color: #ea4b36;
   margin-left:0px;
   line-height:50px; 
}
.single_service_data {
    width: 100%;
    float: left;
    padding: 30px;
}
.ss_service_single_wrapper .ss_service_box h2 {
    font-size: 21px;
    line-height: 32px;
	color:#444444;
	font-family: 'Roboto', sans-serif;
}
.ss_service_single_wrapper .ss_service_box p {
    margin-bottom: 20px;
}
.ss_service_single_wrapper .ss_service_box h3 {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    margin-top: 0px;
    background-color: #ea4b36;
    color: #ffffff;
    padding: 15px;
    font-weight: 600;
}
.ss_service_single_wrapper .ss_service_box ul {
    display: inline-block;
    margin: 0px 0px 50px 0px;
    padding: 0px;
}
.ss_service_single_wrapper .ss_service_box ul li {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.ss_service_single_wrapper .ss_service_box ul li:last-child {
    border-bottom: none;
}
.ss_service_single_wrapper .ss_service_box ul li>a {
    display: block;
    padding: 15px;
    text-transform: capitalize;
    font-size: 16px;
    color: #444444;
    text-decoration: none;
	border-bottom: 1px solid;
}
.ss_service_single_wrapper .ss_offer_box {
    margin-top: 10px;
    display: inline-block;
}
.ss_heading {
    width: 100%;
    float: left;
    text-align: center;
}
.ss_heading img {
    display: inline-block;
}
.ss_heading h1 {
    color: #444444;
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 25px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}
.heading_color{
	color:#ea4b36;
}
.ss_service_box {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 19px;
	position:relative;
}
.ss_service_box:before{
	background-color:#f5f5f5;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
	opacity: 0;
	content:"";
	border: 1px solid #ea4b36;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
	transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
}
.ss_service_box:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ss_service_box h2 {
    margin: 0px;
    padding: 10px 0px 15px;
    float: left;
    width: 100%;
}
.ss_service_box h2 a{
	font-size: 20px;
    color: #444444;
	font-weight: 500;
	text-decoration:none;
    font-family: 'Roboto', sans-serif;
	transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	
	
}
.ss_service_box h2 a:hover{
	    color: #ea4b36;
}
.ss_service_box p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0px;
    float: left;
    width: 100%;
}
a.service_link {
    width: 100%;
    float: left;
    color: #ea4b36;
    text-transform: capitalize;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.pet_service_box img{
	transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
}
.pet_service_box:hover img{
	opacity:0.5;
}
.ss_service_accordian {
    width: 100%;
    float: left;
    margin-top: 29px;
}

.ss_service_accordian h2 {
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 700;
    color: #444444;
	padding-bottom: 14px;
	position:relative;
    font-family: 'Roboto', sans-serif;
}
.ss_service_accordian h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 45px;
    height: 2px;
    background-color: #ea4b36;
}
.ss_service_accordian .panel-default>.panel-heading {
    color: #444444;
    background-color: #f5f5f5;
    border-color: #cccccc;
    font-weight: bold;
}
.ss_service_accordian .panel-heading {
    padding: 15px 15px;
}
.ss_service_accordian .panel-group .panel-heading a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #444444;
    font-family: 'Roboto', sans-serif;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-body p {
    color: #666666;
    line-height: 24px;
}
.ss_service_accordian .panel-group .panel-heading a:after {
  content: '-';
  position: absolute;
  right: 20px;
  top:5px;
}
.ss_service_accordian .panel-group .panel-heading a.collapsed:after {
  content: '+';
}
.service_icon_box {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #ea4b36;
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
	border:1px solid transparent;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}
.recent-posts .inner-box .post:hover .service_icon_box{
	border:1px solid #ea4b36;
	color:#ea4b36;
	background-color:transparent;
}
.recent-posts.service_sidebar .inner-box .post .inner{
	padding-left: 60px;
}
.service_sidebar .text {
    margin-top: 0px !important;
}
/*----about css start----*/

.ss_about_wrapper {
    width: 100%;
    float: left;
    background-color: #f5f5f5;
    padding: 100px 0px;
    font-family: 'Open Sans', sans-serif;
}
.ss_about_data h1 {
    margin: 0px;
    font-size: 26px;
    color: #444444;
    font-weight: 600;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
}
.ss_about_data p.about_para {
    color: #000000;
    font-size: 16px;
    padding: 15px 0px;
    font-style: italic;
    margin: 0px;
}
.ss_about_data p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
}
.border {
    width: 84px;
    height: 2px;
    background-color: #ea4b36;
}
.ss_story h2 {
    color: #444444;
    font-size: 20px;
    margin: 0px;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.ss_story p {
    color: #666666;
    font-size: 16px;
    margin: 0px;
    padding-top: 20px;
    line-height: 30px;
}
.ss_about_img {
    margin-top: 10px;
}
/*----offer css start----*/

.ss_offer_wrapper {
    width: 100%;
    float: left;
    padding: 100px 0px 70px;
    font-family: 'Open Sans', sans-serif;
}
.ss_offer_box {
    width: 100%;
    float: left;
    text-align: center;
    border: 1px solid #666666;
    color: #666666;
    padding: 30px 15px;
    margin-bottom: 30px;
	position:relative;
	    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
.ss_offer_box i {
    width: 100%;
    float: left;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.ss_offer_box:hover i {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.ss_offer_box:before {
    background-color: #efefef;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    content: "";
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
.ss_offer_box:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.ss_offer_box:hover, .ss_offer_box:hover h2 a{
	border-color:#efefef;
	color:#ea4b36;
}
.ss_offer_box:hover i:before{
	color:#444444;
}
.ss_offer_box i:before{
	font-size:45px;
	color:#ea4b36;
	margin-left:0px;
	line-height:45px;
}
.ss_offer_box h2 {
	width: 100%;
    float: left;
	padding: 10px 0px 25px;
	line-height:30px;
	margin:0px;
}
.ss_offer_box h2 a{
	color:#444444;
	font-size: 20px;
	text-decoration:none;
    font-family: 'Roboto', sans-serif;
}
.ss_offer_box p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
}
/*----gallery css start----*/

.ss_gallery_wrapper {
    width: 100%;
    background-color: #f5f5f5;
    float: left;
    padding: 100px 0px 70px;
}
.ss_gallery_box img {
    /* margin-bottom: 30px; */
}

.ss_gallery_box {   
    position: relative;
    clear: both;
    display: table;
    margin-bottom: 30px;
}
.ss_gallery_overlay{
    background-color:rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    content: "";
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
.ss_gallery_box:hover .ss_gallery_overlay{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.ss_gallery_overlay .ss_gallery_data{
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    margin-left: -111px;
}
.ss_gallery_overlay .ss_gallery_data h4 {
    color: #ffffff;
	font-size:20px;
	font-weight:500;
	margin:0px;
	padding-bottom:25px;
	font-family: 'Roboto', sans-serif;
}
.gallery_icon {
    text-align: center;
}
.gallery_icon a:focus{
	outline:none;
}
.gallery_icon i {
    color: #ffffff;
    font-size: 20px;
    margin: 0px 8px;
    cursor: pointer;
	transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
}
.gallery_icon i:hover{
	color:#ea4b36;
}
/*----counter css start----*/

.ss_counter_wrapper {
    width: 100%;
    float: left;
    padding: 100px 0px;
    background-image: url(http://via.placeholder.com/1920x1290);
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
	position:relative;
	z-index:1;
}
.ss_counter_wrapper:after{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	content:"";
	background-color:rgba(0, 0, 0, 0.7);
	z-index: -1;
}
.ss_count_box {
    text-align: center;
}
.ss_count_box h1 {
    font-size: 45px;
    color: #ea4b36;
    margin: 0px;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.ss_count_box p {
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0px;
}
/*----feedback css start----*/

.ss_feedback_wrapper {
    width: 100%;
    float: left;
    padding: 100px 0px 150px;
    font-family: 'Open Sans', sans-serif;
    background-color: #f5f5f5;
}
.ss_feedback {
    width: 100%;
    text-align: center;
}
.ss_feedback_wrapper .ed_slider {
    margin: 0px;
}
.ss_feedback p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
}
.ss_feedback h1 {
    color: #ea4b36;
    font-size: 26px;
    margin: 0px;
    padding: 30px 0px 10px;
    font-family: 'Roboto', sans-serif;
}
.ss_feedback_slider .owl-controls {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 120%;
}
.ss_feedback_slider .owl-dot {
    display: inline-block;
}
.ss_feedback_slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    display: block;
    margin: 0px 5px;
    border-radius: 100%;
}
.ss_feedback_slider .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ea4b36;
}
/*----blog css start----*/
.ss_blog_wrapper{
	width:100%;
	float:left;
	padding:100px 0px;
	background-color:#ffffff;
	font-family: 'Open Sans', sans-serif;
}
.ss_blog_container {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.ss_blog_data {
    width: 100%;
    float: left;
    background-color: #f5f5f5;
    padding: 40px 20px;
}
ul.cat_news_details {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
ul.cat_news_details li {
    float: left;
    list-style: none;
}
ul.cat_news_details li a {
    display: block;
    color: #000;
    font-size: 14px;
    margin-right: 10px;
    text-transform: capitalize;
    text-decoration: none;
}
ul.cat_news_details li:hover a {
    color: #cd3131;
}
span.cat_news_icon {
    margin-right: 10px;
    color: #ea4b36;
}
.ss_blog_data h2 {
    width: 100%;
    float: left;
	margin:0px;

}
.ss_blog_data h2 a{
	display:block;
	font-size: 20px;
    color: #444444;
    padding: 20px 0px 15px;
    font-weight: 500;
	line-height: 30px;
	text-decoration:none;
    font-family: 'Roboto', sans-serif;
	transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
}
.ss_blog_data h2 a:hover{
	color:#ea4b36;
}
.ss_blog_data p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 25px;
}
.ss_btn {
    text-align: center;
}

.ss_btn a.pc_btn1 {
    margin-right: 0px;
    width: 175px;
    height: 50px;
    line-height: 30px;
    text-transform: capitalize;
}
/*----contact form css start----*/

.ss_contact_wrapper {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
	background-image:url(http://via.placeholder.com/1920x1080);
}
.ss_contact_box_bg{
    width: 100%;
    float: left;
    background-color: rgba(244, 244, 244, 0.9);
}
.ss_contact_form {
    width: 100%;
    float: left;
    padding: 94px 0px 94px 50px;
}
.ss_contact_form .ss_heading {
    text-align: left;
    margin-bottom: 30px;
}
.ss_contact_form .form-group {
    float: left;
    margin-bottom: 10px;
}
.ss_contact_form .pc_input_section.ss_text_area {
    width: 100%;
}
.ss_contact_form .pc_input_section.ss_text_area .form-control {
    width: 97.5%;
}
.ss_contact_form .form-control:focus{
	border-color:#ea4b36;
}
.ss_contact_form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    color: #999999;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.ss_contact_form textarea.form-control {
    height: 100px;
    resize: none;
}
.ss_contact_form button {
    width: 98%;
    border: 1px solid transparent;
    height: 60px;
    line-height: 42px;
    margin-top: 10px;
}
.ss_contact_form button:hover{
	border-color:#ea4b36;
}
/*----help css start----*/

.ss_help_wrapper {
    width: 100%;
    float: left;
    background-color: #ea4b36;
    font-family: 'Roboto', sans-serif;
}
.ss_help_logo {
    background-color: #ffffff;
    text-align: center;
    padding: 66px 10px;
}
.ss_help_logo img {
    display: inline-block;
}
.ss_help_number {
    padding: 57px 0px 43px 120px;
}
.ss_help_number h2 {
    color: #ffffff;
    font-size: 26px;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    font-weight: 500;
}
/*----footer css start----*/

.ss_footer_wrapper {
    width: 100%;
    float: left;
    padding: 100px 0px 80px;
    background-image: url(http://via.placeholder.com/1920x1080);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font-family: 'Open Sans', sans-serif;
    background-attachment: fixed;
	position:relative;
	z-index:1;
}
.ss_footer_wrapper:after{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	content:"";
	background-color:rgba(0, 0, 0, 0.7);
	z-index: -1;
}
h2.footer_heading {
    color: #ffffff;
    font-size: 20px;
    margin: 0px;
    padding-bottom: 35px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}
.footer_info ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.footer_info ul li {
    width: 100%;
    list-style: none;
    margin-bottom: 20px;
    display: inline-block;
}
.footer_info ul li a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}
.footer_info ul li a:hover{
	color:#ea4b36;
}
.footer_info ul li .ed_element_wrapper {
    display: inline-block;
    float: left;
}
.footer_info ul li span.con_text {
    color: #ffffff;
    margin-left: 5px;
    font-size: 16px;
}
.footer_info ul li a.con_text{
	color: #ffffff;
    margin-left: 5px;
    font-size: 16px;
	text-decoration:none;
	cursor:pointer;
}
.footer_info ul li a.con_text:hover{
	color:#ea4b36;
}
.ss_copyfooter_wrapper {
    width: 100%;
    float: left;
    padding: 40px 0px;
    text-align: center;
}
.ss_copyfooter_wrapper p {
    color: #010101;
    font-size: 14px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}
.ss_copyfooter_wrapper p a{
	color:#ea4b36;
	text-decoration:none;
}
.ed_element_wrapper.footer-icon {
    width: 10%;
    text-align: center;
    display: inline-block;
    margin-top: 5px;
}
.ed_element_wrapper.footer-info {
    width: 90%;
    display: inline-block;
    line-height: 30px;
}
.footer_info .form-control {
    height: 50px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.61);
    border: 1px solid;
    border-radius: 0;
    font-size: 16px;
}
p.news_para {
    color: #ffffff;
    font-size: 16px;
    margin: 0px;
    line-height: 30px;
    padding-top: 5px;
}
.footer_info::-webkit-input-placeholder {
    color: #ffffff;
}
.footer_info::-moz-placeholder {
    color: #ffffff;
}
.footer_info:-ms-input-placeholder {
    color: #ffffff;
}
.footer_info:-moz-placeholder {
    color: #ffffff;
}
/*----about page css start----*/

.ss_banner_wrapper.inner_wrapper {
    background-image: url(http://via.placeholder.com/1920x942);
	position:relative;
	z-index:1;
}
.ss_banner_wrapper.inner_wrapper:after{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.ss_breadcrumbs {
    width: 100%;
    float: left;
    margin-bottom: 45px;
    font-family: 'Open Sans', sans-serif;
}
.ss_breadcrumbs h1 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: bold;
}
.ss_breadcrumbs .breadcrumb {
    padding: 8px 0px 0px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    float: right;
}
.ss_breadcrumbs .breadcrumb li > a {
    color: #ea4b36;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
}
.ss_breadcrumbs .breadcrumb li {
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
}
.ss_banner_wrapper.inner_wrapper .ss_banner_box {
    margin: 60px 0px 80px;
}
.ss_about_mission_wrapper {
    width: 100%;
    float: left;
    padding: 100px 0px;
    font-family: 'Open Sans', sans-serif;
}
.mission_box {
    width: 100%;
    float: left;
}

.mission_box .ss_about_no {
    text-align: center;
    width: 100%;
    background-color: #ea4b36;
    display: inline-block;
    padding-top: 50px;
	border: 1px solid transparent;
	transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
}
.mission_box:hover .ss_about_no{
	 background-color:transparent ;
	 border-color:#ea4b36;
}
.mission_box:hover .ss_about_no span.ss_no {
		 color:#ea4b36;
}
.mission_box .ss_about_no span.ss_no {
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
}
.mission_box h3 {
    margin: 0px;
    font-size: 18px;
    color: #444444;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.mission_box p {
    color: #666666;
    margin: 0px;
    font-size: 15px;
    line-height: 24px;
}
.ss_team_wrapper {
    width: 100%;
    float: left;
    padding: 100px 0px 50px;
}
.pc_inner_team_wrapper {
    width: 100%;
    float: left;
    padding: 100px 0px 50px;
    font-family: 'Open Sans', sans-serif;
}
.pc_team_box {
    text-align: center;
    margin-bottom: 50px;
    overflow: hidden;
    background-color: #f5f5f5;
    padding-bottom: 25px;
	transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
}
.pc_team_box:hover{
	background-color:#ea4b36;
}
.pc_team_box:hover  p, .pc_team_box:hover h2, .pc_team_box:hover ul.team_social li a{
	color:#ffffff;
}
.pc_team_img{
	overflow:hidden;
}
.pc_team_box img {
    width: 100%;
	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.pc_team_box:hover img{
	-webkit-transform: scale(1.3);
    transform: scale(1.3);
}
ul.team_social img {
    width: auto;
}
.pc_team_box h2 {
    text-transform: capitalize;
    margin: 0px;
    padding: 10px 0px 10px;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #444444;
    font-family: 'Roboto', sans-serif;
}
.pc_team_box p {
    color: #666666;
    text-transform: capitalize;
    margin: 0px;
    padding-top: 25px;
}
ul.team_social {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
ul.team_social li {
    display: inline-block;
    list-style: none;
    margin-top: 5px;
}
ul.team_social li a {
    padding: 0px 4px;
    font-size: 18px;
    color: #666666;
}
ul.team_social li a:hover{
	color:#ea4b36;
}

.ss_service_wrapper.ss_inner_services {
    padding: 90px 0px 70px;
}

/*----pricing page css start----*/

.ss_pricing_wrapper {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 100px 0px;
    font-family: 'Open Sans', sans-serif;
}
.ss_gray_wrapper {
    float: left;
    width: 100%;
    background-color: #f6f7f8;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #949494;
}
.ss_pricingtable {
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    padding-bottom: 45px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.ss_pricingtable .pc_btn1 {
    background-color: #ea4b36;
    color: #ffffff;
	text-align:center;
    height: 55px;
    width: 185px;
    line-height: 37px;
    text-decoration: none;
    margin-right: 0px;
}
.ss_pricingtable .pc_btn1:hover{
	background-color:transparent;
	color:#ea4b36;
	border-color:#ea4b36;
}
.ss_pricingtable:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.ss_pricingtable h1 {
    margin: 0;
    text-transform: capitalize;
    padding: 25px 0;
    font-size: 26px;
    color: #ea4b36;
    font-family: 'Roboto', sans-serif;
}
.ss_pricingtable h3 {
    margin: 0;
    padding: 30px 0;
    font-size: 18px;
    color: #fefefe;
    background: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
.ss_pricingtable ul {
    display: inline-block;
    padding: 20px 40px 20px;
    margin: 0;
}
.ss_pricingtable ul li {
	display: inline-block;
    list-style: none;
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid #cccccc;
}
.ss_pricingtable ul li p {
    color: #666666;
    display: inline-block;
    margin: 0px;
    font-size: 16px;
}
.ss_pricingtable ul li:last-child {
    border-bottom: none;
}
.ss_pricingtable a.ss_pricingtable_btn {
    display: inline-block;
    padding: 10px 40px;
	height:40px;
	line-height: 22px;
    font-size: 14px;
    background-color: #333333;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    transition: all 0.4s ease-in-out 0s;
}
.ss_pricingtable:hover a.ss_pricingtable_btn {
    background: #ea4b36;
}
.ss_faq_wrapper {
    width: 100%;
    float: left;
    padding: 100px 0px 60px;
    background-color: #f5f5f5;
    font-family: 'Open Sans', sans-serif;
}
.ss_faq_box.ed_box {
    margin-bottom: 40px;
}
.ss_faq_box h2 {
    font-size: 18px;
    color: #444444;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.ss_faq_box p {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
}
/*----contact page css start----*/

.ss_contact_wrapper_page {
    width: 100%;
    float: left;
    padding: 100px 0px;
    background-color: #f5f5f5;
    font-family: 'Open Sans', sans-serif;
}
.ss_con_box {
   text-align: center;
    background-color: #ffffff;
    padding: 25px 10px;
	position:relative;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s  ease-in-out;
	-moz-transition:all 0.3s  ease-in-out;
	-o-transition:all 0.3s  ease-in-out;
	-ms-transition:all 0.3s  ease-in-out;
}
.ss_con_box i:before{
	margin-left:0px;
	font-size:50px;
	color: #ea4b36;
}
.ss_con_box:before, .ss_con_box:after {
    bottom: 0;
    content: "";
    left: 0;
    margin: 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.ss_con_box:before {
    border-left: 1px solid #ea4b36;
    border-right: 1px solid #ea4b36;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
} 
.ss_con_box:after {
    border-bottom: 1px solid #ea4b36;
    border-top: 1px solid #ea4b36;
    transform: scaleX(0);
    transform-origin: 0 100% 0;
}
.ss_con_box:hover:before {
    transform: scaleY(1);
}
.ss_con_box:hover:after {
    transform: scaleX(1);
}
.ss_con_box:hover{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.ss_con_box img {
    display: inline-block;
}
.ss_con_box h4 {
    margin: 0px;
    color: #444444;
    padding: 20px 0px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.ss_con_box p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 5px;
}
.ss_con_box p a{
    color: #666666;
    font-size: 16px;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 10;
}
.ss_con_box p a:hover{
	color:#ea4b36;
}
.ss_con_form_wrapper.ss_contact_form {
    padding: 100px 0px 0px;
}
.ss_con_form_wrapper.ss_contact_form h1 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0px;
    color: #444444;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 15px;
}
.ss_border {
    margin-bottom: 30px;
}
.ss_con_form_wrapper.ss_contact_form textarea.form-control {
    height: 150px;
    resize: none;
}
.ss_con_map {
    padding-top: 100px;
}
.ss_con_map iframe{
	width:100%;
	height:480px;
}
.footer_info.footer_get li {
    margin-bottom: 7px;
}
/*----blog grid css start----*/

.ss_blog_wrapper.ss_blog_grid_wrapper {
	padding: 100px 0px 70px;
}
.ss_blog_wrapper.ss_blog_grid_wrapper .ss_blog_box{
	margin-bottom:50px;
}
.sidebar-widget.search-box .form-group {
    width: 100%;
    float: left;
	margin-bottom: 0px;
}
.sidebar-widget.search-box .form-group .form-control {
    width: 89%;
    height: 45px;
    float: left;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none);
    -webkit-transition: none;
    -o-transition: none;
    transition:none;
	border-right: 0px;
}
 .form-control:focus{
	 border-color:#ea4b36;
 }
.sidebar-widget.search-box .form-group button {
    height: 45px;
    padding: 5px 10px;
    background-color: #ea4b36;
    box-shadow: none;
    border: 1px solid transparent;
    border-left: none;
    color: #ffffff;
}
button:focus{
	outline:none;
}
.sidebar .sidebar-widget {
	width: 100%;
    float: left;
    position: relative;
    margin-bottom: 34px;
}
.sidebar-title {
    position: relative;
    margin-bottom: 30px;
}
.sidebar-title h3 {
    position: relative;
    color: #444444;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 14px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
.sidebar-title h3:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 45px;
    height: 2px;
    background-color: #ea4b36;
}
.sidebar .list{
    position: relative;
    padding: 25px 25px 30px;
    background-color: #f5f5f5;
}

.sidebar .list li{
    position: relative;
    line-height: 24px;
    border-bottom: 1px solid #cccccc;
    list-style: none;	
}

.sidebar .list li a{
    position: relative;
    display: block;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    padding: 18px 0px 18px 17px;
    transition: all 500ms ease;
}


.sidebar .list li:last-child{
	border-bottom:none;	
}

.sidebar .list li a .count{
	display:block;
	float:right;	
}

.sidebar .list li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 50%;
    margin-top: -2px;
    width: 7px;
    height: 7px;
    background-color: #ea4b36;
    border-radius: 50%;
}

.sidebar .list li a:hover{
	color:#ea4b36;	
}
/*----Recent Post----*/

.recent-posts{
	position:relative;
}

.recent-posts .inner-box{
	position: relative;
    padding: 25px 25px 30px;
    background-color: #f5f5f5;
}

.recent-posts .inner-box .post{
	position:relative;
    min-height: 70px;
	margin-bottom:23px;
	padding-bottom:27px;
	border-bottom:1px solid #cccccc;
}

.recent-posts .inner-box .post:last-child{
	margin:0px;
	padding:0px;
	border:0px;
}

.recent-posts .inner-box .post .inner{
	position:relative;
	padding-left:80px;
}

.recent-posts .inner-box .post .inner .image-box{
	position:absolute;
	left:0px;
	top:0px;
}

.recent-posts .inner-box .post .inner h3{
	font-size:15px;
	font-weight:700;
	line-height:1em;
	text-transform:capitalize;
	font-family: 'Roboto', sans-serif;
}
.recent-posts .inner-box .post .inner h3 a{
	color:#444444;
	text-decoration:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.recent-posts .inner-box .post .inner h3 a:hover{
	color:#ea4b36;
}

.recent-posts .inner-box .post .inner h3 span{
	color:#ea4b36;
	font-size:13px;
	font-weight:400;
	text-transform:capitalize;
}

.recent-posts .inner-box .post .inner .text{
    color: #666666;
    font-size: 16px;
    margin-top: 7px;
    line-height: 1.8em;
}
.recent-posts .inner-box .post .inner .text a{
	color: #666666;
	text-decoration:none;
}
.recent-posts .inner-box .post .inner .text a:hover{
	color:#ea4b36;
}
/*----Tag Widget----*/

.tag-widget{
	position:relative;
}

.tag-widget .inner-box{
	position: relative;
    background-color: #f5f5f5;
    padding: 25px 25px 30px;
}

.tag-widget .inner-box a{
    position: relative;
    color: #666666;
    font-size: 16px;
    padding: 9px 33px;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    border: 1px solid #cccccc;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.tag-widget .inner-box a:hover{
	background-color:#ea4b36;
	border-color:#ea4b36;
	color:#ffffff;
}
/**----pagination css start----**/
.ss_pagination {
    width: 100%;
    float: left;
    margin-left: 15px;
}
.ss_pagination  .pagination>li:first-child>a, .ss_pagination  .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.ss_pagination .pagination>li:last-child>a, .ss_pagination .pagination>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.ss_pagination .pagination>li>a, .ss_pagination .pagination>li>span {
    padding: 11px 18px;
    color: #444444;
    border: 1px solid #cccccc;
    margin-left: -1px;
    margin-right: 10px;
    font-size: 15px;
}
.ss_pagination .pagination>li>a:hover, .ss_pagination .pagination>li>span:hover, .ss_pagination .pagination>li>a:focus, .ss_pagination .pagination>li>span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #ea4b36;
    border-color: #ea4b36;
}
.ss_pagination .pagination>li>a.active{
	    color: #ffffff;
    background-color: #ea4b36;
    border-color: #ea4b36;
}
/**----blog list page css start----**/
.ss_blog_wrapper.ss_blog_list_wrapper {
    padding: 100px 0px 70px;
}
.ss_blog_wrapper.ss_blog_list_wrapper .ss_btn{
	text-align:left;
}
.ss_blog_wrapper.ss_blog_list_wrapper .ss_blog_box{
	margin-bottom:50px;
}
/**----blog single page css start----**/
.ss_block_wrapper {
    width: 100%;
    float: left;
	font-family: 'Open Sans', sans-serif;
}
.ss_block_wrapper blockquote {
    width: 100%;
    float: left;
    padding: 20px 20px;
    margin: 0 0 20px;
    line-height: 28px;
    font-style: italic;
    font-size: 16px;
    color: #666666;
    border-left: 5px solid #ea4b36;
    background-color: #f5f5f5;
}
.ss_blog_single .ss_blog_data p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 30px;
}
.ss_block_wrapper blockquote p{
	margin-bottom:0px !important;
}
.single_blog_img {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
ul.social-icons-blog {
    padding: 0px;
    margin: 0px;
}

ul.social-icons-blog li {
    float: left;
    list-style: none;
}

ul.social-icons-blog li h1 {
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    margin-right: 15px;
	color:#444444;
	font-family: 'Roboto', sans-serif;
}

ul.social-icons-blog li a {
    margin-right: 10px;
    color: #ea4b36;
}
.about-author {
	margin-bottom: 80px;
}
.about-author h1 {
	font-size: 16px;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.about-author .block {
    padding: 30px;
    border: 1px solid #ea4b36;
    background-color: #ea4b36;
    border-radius: 0px;
}
.about-author .block .picture {
	float: left;
	margin-right: 15px;
}
.about-author .block .detail {
	padding-left: 130px;
}
.about-author .block .detail .name {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.about-author .block .detail .name span {
	font-size: 16px;
	font-weight: 600;
	color: #ccc;
	text-transform: none;
	font-style: italic;
	padding-left: 12px;
}
.about-author .block .detail .intro {
	font-size: 14px;
	line-height: 24px;
	padding-top: 12px;
	color: #fff;
}

.comments h2 {
    font-size: 20px;
    color: #444444;
    text-transform: none;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 14px;
    position: relative;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
}
.comments h2:after{
	    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 45px;
    height: 2px;
    background-color: #ea4b36;
}
.comments h1 {
	font-size: 30px;
	font-weight: 900;
	color: #2c2e30;
	text-transform: uppercase;
	margin-top: 0px;
}
.comments .line {
	height: 6px;
	width: 72px;
	background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); 
	background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); 
	background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 );
	padding: 2px;
	border: 1px solid #ff974f;
	margin-top: 30px;
	margin-bottom: 50px;
}
.comments_list {
    padding-bottom: 30px;
}

.media-list ol.children li.media {
    border-top: 1px solid #e4e5e6;
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}


.media-list ol.children li.media .comments_list {
    padding-bottom: 0px;
    padding-top: 20px;
}
.comments .media-heading {
	font-size: 14px;
	font-weight: 600;
	color: #2c2e30;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}
.comments .media-heading span {
	font-size: 13px;
	text-transform: none;
	padding-left: 5px;
}
.comments .meta {
	float: left;
}
.comments .date {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}
.comments .media-heading {
	font-size: 16px;
	line-height: 24px;
}
.comments .media-body {
	padding-left: 20px!important;
}
.comments .media-body .button {
	margin-top: 0px;
	float: right;
}
.comments .media-body .button a.btn-transparent {
	text-transform: uppercase;
	color: #555555;
	text-align: center;
	background-color: transparent;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 12px;
	padding-right: 0px;
	font-weight: 600;
	font-size: 11px;
	text-decoration:none;
	line-height: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.comments .media-body .button a.btn-transparent i {
    text-transform: uppercase;
    color: #ea4b36;
    text-align: center;
    background-color: #transparent;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}
.comments .media-body .button a.btn-transparent:hover {
	text-decoration: none;
	background-color: #ea4b36;
	color: #fff;
}
.comments .media-body .button a.btn-transparent:hover i {
	color: #ffffff;
}
.comments .media-body p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 8px;
}
.comments .media-body a.reply {
	font-size: 14px;
	font-weight: 600;
	color: #16a7ff;
}
.comments .media-body a.reply:hover {
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}
.comments .media-body .media {
	margin-top: 45px;
	padding-top: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}
.comments .media-list li.media {
	margin-bottom: 45px;
	padding-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e5e6;
}
.media-list ol.children {
    padding-left: 60px;
}
.leave-a-reply {
	margin-bottom: 80px;
}
.leave-a-reply h2 {
	font-size: 20px;
    color: #444444;
    text-transform: none;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 14px;
    position: relative;
	text-transform: capitalize;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
}
.leave-a-reply h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 45px;
    height: 2px;
    background-color: #ea4b36;
}
.leave-a-reply h1 {
	font-size: 30px;
	font-weight: 900;
	color: #2c2e30;
	text-transform: uppercase;
	margin-top: 0px;
}
.leave-a-reply .line {
	height: 6px;
	width: 72px;
	background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); 
	background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 );
	padding: 2px;
	border: 1px solid #ff974f;
	margin-top: 30px;
	margin-bottom: 50px;
}
.leave-a-reply .form-control {
	display: block;
	text-transform: uppercase;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-radius: 0px;
	margin-bottom: 20px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.leave-a-reply .btn {
	margin-top: 30px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background-color: #ff974f;
	padding: 0px;
	border-radius: 0px;
	border: none;
	font-family: 'Roboto', sans-serif;
	padding-left: 20px!important;
	padding-right: 0px!important;
	font-weight: 600!important;
	font-size: 12px;
	line-height: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leave-a-reply .btn:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}
.leave-a-reply .btn i {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background-color: #2c2e30;
	border: 1px solid #2c2e30;
	padding-top: 16px!important;
	padding-bottom: 16px!important;
	padding-left: 20px!important;
	padding-right: 20px!important;
	margin-left: 20px!important;
	font-weight: 600;
	font-size: 12px;
	line-height: normal;
}
.leave-a-reply .form-control {
	display: block;
	text-transform: uppercase;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-radius: 0px;
	margin-bottom: 20px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.leave-a-reply .btn {
	margin-top: 30px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background-color: #ff974f;
	padding: 0px;
	border-radius: 0px;
	border: none;
	padding-left: 20px!important;
	padding-right: 0px!important;
	font-weight: 600!important;
	font-size: 12px;
	line-height: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leave-a-reply .btn:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}
.leave-a-reply .btn i {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background-color: #2c2e30;
	border: 1px solid #2c2e30;
	padding-top: 16px!important;
	padding-bottom: 16px!important;
	padding-left: 20px!important;
	padding-right: 20px!important;
	margin-left: 20px!important;
	font-weight: 600;
	font-size: 12px;
	line-height: normal;
}
.leave-a-reply .pc_btn1 {
    height: 55px;
    padding: 10px 20px;
    width: 200px;
    line-height: 36px;
	text-transform:capitalize;
}
/**----error page start----**/
.ss_error_wrapper{
	width:100%;
	float:left;
	padding:200px 0px;
	text-align:center;
}
.ss_error_wrapper h1 {
    font-size: 70px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #ea4b36;
}

.ss_error_wrapper p {
    margin: 0px;
    font-size: 18px;
    padding-top: 50px;
    color: #666666;
}
/*----Media css start----*/

@media(max-width:1600px) {
    .ss_contact_form {
        padding: 50px 0px 0px 0px;
    }
}
@media(max-width:1300px) {
    .ss_contact_form {
        padding: 40px 0px 94px 0px;
    }
    .ss_heading h1 {
        font-size: 21px;
    }
}
@media(max-width:1200px) {
    .ss_contact_form {
        padding: 30px 0px;
    }
}
@media(max-width:1024px){
	.ss_top_info ul li span.info_text.ed_paragraph {
    font-size: 13px;
    margin-left: 8px;
}
.ss_top_info ul li {
    padding: 0px 10px;
}
.footer_info ul li a.con_text {
    font-size: 15px;
    word-break: break-all;
}
}
@media(min-width:992px) and (max-width:1199px) {
    .ss_top_icons ul li {
        margin-right: 7px;
    }
    .ss_count_box p {
        font-size: 18px;
    }
    .ss_heading h1 {
        font-size: 20px;
    }
	.ss_contact_form .ss_heading h1 {
    font-size: 19px;
    }
	.ss_contact_form {
    padding: 20px 0px;
}
.ss_menu ul {
    padding-left: 20px;
}
.ss_menu ul li >a {
    font-size: 16px;
    margin-right: 30px;
}
.ss_search {
    padding: 15px 29px;
}
.search-form .navbar-form .input-group {
    width: 701px;
}
.search-form .navbar-form .input-group>.form-control {
    width: 94%;
}
.mission_box .ss_about_no span.ss_no {
    font-size: 40px;
}
.ss_blog_data {
    min-height: 420px;
}
.ss_blog_data h2 a {
    font-size: 18px;
}
.sidebar-widget.search-box .form-group .form-control {
    width: 88%;
}
.tag-widget .inner-box a {
    padding: 9px 20px;
}
.ss_blog_wrapper.ss_blog_list_wrapper .ss_blog_data {
    min-height: auto;
}
}
@media(min-width:768px) and (max-width:991px) {
    .ss_top_icons ul li {
        margin-right: 9px;
    }
    .ss_service_box {
        margin-bottom: 35px;
    }
    .ss_story {
        margin-bottom: 30px;
    }
    .ss_gallery_box.ed_box {
        text-align: center;
    }
    .ss_gallery_box img {
        display: inline-block;
    }
    .ss_count_box {
        margin-bottom: 30px;
    }
    .ss_help_logo {
        margin-top: 20px;
    }
    .ss_help_number {
        padding: 54px 0px 43px 0;
        text-align: center;
    }
    .footer_info.footer_get {
        margin-top: 20px;
    }
    .ss_about_wrapper {
        text-align: center;
    }
    .border {
        display: inline-block;
    }
    .ss_contact_form {
        padding: 50px 0px;
    }
    .ss_pricing_wrapper {
        text-align: center;
    }
    .ss_pricingtable {
        width: 50%;
        margin: 25px 0px;
		display: inline-block;
    }
    .ss_con_box {
        margin-bottom: 50px;
    }
    .ss_con_form_wrapper.ss_contact_form {
        padding: 50px 0px 50px 0px;
        text-align: center;
    }
    .ss_con_form_wrapper.ss_contact_form .ss_border {
        display: inline-block;
    }
    .ss_con_map {
        padding-top: 0px;
    }
	.ss_contact_form .ss_heading img {
		width: auto;
    }
	.ss_contact_wrapper img {
		display: inline-block;
		width: 100%;
    }
	.ss_menu ul li >a {
    font-size: 17px;
    margin-right: 31px;
}
.ss_menu ul {
    padding-left: 15px;
}
.ss_search {
    padding: 15px 30px;
}
.search-form .navbar-form .input-group {
    width: 731px;
}
.search-form .navbar-form .input-group>.form-control {
    width: 93%;
}
.ss_menu_wrapper {
    position: relative;
}
.ss_service_box:hover i {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.ss_offer_box:hover i {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.ss_gallery_box {
    margin-bottom: 30px;
	display: block;
}
.ss_gallery_box img {
    width: 100%;
	margin-bottom:0px;
}
.ss_blog_box {
	margin-bottom:30px;
}
.ss_blog_img > img{
	width:100%;
}
.mission_box {
    margin-bottom: 30px;
}
.mission_box h3 {
    margin-top: 25px;
}
.ss_about_data.ss_about_inner_data{
    text-align: left;
}
.ss_blog_wrapper {
    overflow: hidden;
}
.ss_blog_wrapper.ss_blog_list_wrapper .ss_blog_data {
    min-height: auto;
}
.ss_top_info ul li {
    padding: 0px 10px;
}
}
@media(max-width:767px) {
	.ss_menu ul li.active > a {
		color: #fff;
	}
	.ss_gallery_box img {
		width: 100%;
	}
	.ss_con_box {
    margin-bottom: 30px;
	}
	.ss_pricingtable {
		margin-bottom: 30px;
	}
    .ss_top_info {
        width: auto;
        float: none;
        text-align: center;
    }
    .ss_top_info ul {
        width: auto;
        display: inline-block;
    }
    .ss_top_icons {
        width: auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .ss_service_box {
        margin-bottom: 30px;
    }
    .ss_story {
        margin-bottom: 30px;
    }
    .ss_gallery_box.ed_box {
        text-align: center;
    }
    .ss_gallery_box img {
        display: inline-block;
    }
    .ss_count_box {
        margin-bottom: 30px;
    }
    .ss_help_logo {
        margin-top: 20px;
    }
    .ss_help_number {
        padding: 54px 0px 43px 0;
        text-align: center;
    }
    .footer_info.footer_get {
        margin-top: 20px;
    }
    .ss_menu ul {
        padding: 30px;
        background-color: #ea4b36;
        width: 100%;
		margin-top: 56px;
    }
    .ss_menu ul li {
        width: 100%;
    }
    .ss_menu ul li a {
        color: #ffffff;
        padding: 9px 20px;
        width: 100%;
        display: block;
    }
    .navbar-toggle {
        background-color: #ea4b36;
        margin-top: -50px;
        margin-bottom: 0;
    }
    .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    .ss_top_info ul li:first-child {
        border-left: none;
    }
    .ss_menu_wrapper .navbar-collapse {
        width: 100%;
    }
    .navbar-toggle {
       margin-top: 23px;
	   margin-left: 20px;
	   float: left;
	   position: absolute;
    }
    .ss_about_wrapper {
        text-align: center;
    }
    .border {
        display: inline-block;
    }
    .ss_contact_form .ss_heading {
        text-align: center;
    }
    .ss_breadcrumbs {
        text-align: center;
    }
    .ss_breadcrumbs .breadcrumb {
        float: none;
    }
    .ss_about_mission_wrapper {
        text-align: center;
    }
    .mission_box .ss_about_no {
        width: 20%;
        padding-top: 0px;
        margin: 30px 0px 20px 0px;
    }
    .ss_con_form_wrapper.ss_contact_form {
        padding: 50px 0px 50px 0px;
        text-align: center;
    }
    .ss_con_form_wrapper.ss_contact_form .ss_border {
        display: inline-block;
    }
    .ss_con_map {
        padding-top: 0px;
    }
	.ss_menu_wrapper .navbar {
        width: 100%;
    min-height: auto;
}
.ss_menu_wrapper {
    position: relative;
}
.ss_service_box:hover i {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.ss_offer_box:hover i {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.ss_gallery_box {
    margin-bottom: 30px;
}
.ss_gallery_box img {
    width: 100%;
	margin-bottom:0px;
}
.ss_blog_box {
	margin-bottom:30px;
}
.ss_blog_img > img{
	width:100%;
}
.ss_menu ul li ul.sub-menu {
    position: relative;
    left: 0px;
    float: left;
    margin-left: 20px;
    width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    margin-top: 0;
	transform: scaleY(1);
}
.ss_menu ul li:hover >a {
    color: #ffffff;
}
.search-form {
	width:100%;
    padding: 10px 15px;
}
.search-form .navbar-form .input-group>.form-control {
    width: 94%;
}
.search-form .navbar-form .input-group {
    width: 100%;
}
.navbar-form {
    margin-left: 0;
    margin-right: 0;
}
.ss_menu ul > li > ul.sub-menu li:hover > a {
    color: #fff;
    background: transparent;
}
.ss_blog_wrapper {
    overflow: hidden;
}
.tag-widget .inner-box a {
    padding: 9px 21px;
}
.ss_error_wrapper h1 {
    font-size: 55px;
}
.ss_error_wrapper p {
    font-size: 18px;
	padding-top: 30px;
}
}
@media(min-width:480px) and (max-width:767px) {
    .ss_top_info ul li {
        margin-bottom: 10px;
    }
    .pc_btn1 {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .ss_testimonial h1 {
        font-size: 33px;
    }
	.search-form .navbar-form .input-group>.form-control {
    width: 90%;
}
.single_blog_img img{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
}
@media(max-width:480px) {
	.recent-posts .inner-box .post .inner .text {
    font-size: 14px;
}

	.mission_box .ss_about_no {
    width: 30%;
}
    .ss_top_info ul li {
        margin-bottom: 10px;
    }
    .pc_btn1 {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .ss_testimonial h1 {
        font-size: 16px;
        line-height: 30px;
    }
    .ss_service_box h2 {
        font-size: 18px;
    }
    .ss_contact_form {
        padding: 30px 10px;
    }
    .ss_heading h1 {
        font-size: 23px;
    }
	.search-form .navbar-form .input-group>.form-control {
    width: 82%;
}
.ss_blog_data h2 a {
    font-size: 16px;
}
.ss_pagination .pagination>li>a, .ss_pagination .pagination>li>span {
    padding: 9px 15px;
}
.sidebar-widget.search-box .form-group .form-control {
    width: 80%;
}
.blog_date p {
    font-size: 17px;
    padding: 5px 7px;
    line-height: 25px;
}
.media-list ol.children {
    padding-left: 0px;
    width: 100%;
    float: left;
}
.single_blog_img img{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
ul.social-icons-blog li a {
    margin-right: 8px;
}
ul.social-icons-blog li h1 {
    font-size: 15px;
    margin-right: 9px;
}
.about-author .block .picture {
    float: left;
    margin-right: 0px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.about-author .block .detail {
    padding-left: 0;
    width: 100%;
    float: left;
    text-align: center;
}
.about-author .block .picture img {
    display: inline-block;
}
.comments .media-body {
    padding-left: 0px!important;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.ss_faq_box h2 {
    line-height: 26px;
}
.ss_error_wrapper h1 {
    font-size: 45px;
    line-height: 60px;
}
.tag-widget .inner-box a {
    padding: 9px 15px;
	font-size:13px;
}
}
@media(max-width:320px) {}