/*----Fonts----*/

@import url('https://fonts.googleapis.com/css?family=Montserrat|Poppins');
*{
	    font-family: '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;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + body {
  padding-top: 102px;
}
section#myHeader {
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0px 3px 10px 0px #0a3b7d21;
}

.padding-left {
    padding-left: 0px;
}
.padding-right {
    padding-right: 0px!important;
}
.color1 {
    color: #0a3b7d;
    font-size: 25px;
}
/*-----Form css start-----*/
.caruosel_owl .active .slider_owl2 h1{
    animation: fadeInLeft 2s linear;
}
.caruosel_owl .active .slider_owl2 h2{
    animation: fadeInRight 2s linear;
}
.caruosel_owl .active .slider_owl2 p,.caruosel_owl .active .slider_owl2 p{
    animation: fadeInRight 2s linear;
}
.caruosel_owl .active .slider_owl2 .pc_btn1 {
    animation: fadeInLeft 2s linear;
}
.caruosel_owl .active .slider_owl2 .pc_btn2 {
    animation: fadeInRight 2s linear;
}
.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;
	border-radius: 4px;
}
.form_input_app_div.pc_form_1 .pc_input_section .form-control {
    width: 100%;
    padding: 10px;
}

/* =========================Slider css================= */

.caruosel_owl .owl-carousel .owl-stage {
    transition: all 1s ease 0s!important;
}
.slider_owl2 {
    position: absolute;
    top: 25%;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
	margin-left: 5em;
}
.slider_owl2 h1 span, .slider_owl2 h2 span {
    color: #f89c3e;
}
.slider_owl2 h1, .slider_owl2 h2 {
	margin-left: 6.3em;
    font-size: 46px;
    color: #0a3b7d;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 47px;
    text-align: left;
    padding: 6px 16px;
}
.slider_owl2 h2 {
	margin-bottom: 20px;
	position:relative;
}
.slider_owl2 h2 span:before {
    content: '';
    width: 275px;
    background: #f89c3e;
    height: 2px;
    position: absolute;
    top: 70px;
}
 .slider_owl2 p {
    color: rgb(34, 34, 34);
    font-size: 16px;
    margin-left: 19em;
    padding: 10px 0px 20px;
    line-height: 30px;
    text-align: left;
	width: 50%;
}
.slider_btn {
    margin-left: 22em;
}
.caruosel_owl .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: left;
    position: absolute;
    top: 45%;
	left:3em
}
.caruosel_owl .owl-theme .owl-dots .owl-dot {
    display: block;
}
.caruosel_owl .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0a3b7d;
}

/* =========================Slider css================= */

.ss_logo.ed_box {
    width: 100%;
    display: inline-block;
    padding: 17px 0px;
    min-height: 100px;
}
.ss_logo.ed_box img {
    width: 100px;
	transform: translate(0em,0.3em)
}
.ss_top_info_box {
    width: 100%;
    float: left;
    *background-color: #ffffff;
    padding: 10px 0px 0px;
}

.ss_top_icons ul {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
	text-align:center;
}

.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:#ffffff;
    text-decoration: none;
    display: block;
}
.ss_top_icons ul li a:hover{
	color:#f89c3e;
}
.ss_top_info {
    width: auto;
    float: right;
}
.ss_top_info ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.ss_top_info ul li:first-child {
    border-left: none;
}
.ss_top_info ul li {
    display: inline-block;
    list-style: none;
    padding: 0px 15px;
    border-left: 1px solid #ffffff;
    color: #ffffff;
}
.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:#ffffff;
}
.ss_top_info ul li span.info_text.ed_paragraph {
    color: #ffffff;
    font-size: 14px;
    margin-left: 10px;
}
.ss_top_info ul li a.info_text.ed_link {
    color: #ffffff;
    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_innerbox {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.editable.ss_banner_wrapper {
    border-bottom: 1px solid rgb(235, 235, 235);
	background-color:#0a3b7d;
}
.ss_menu_wrapper {
    width: 100%;
    float: left;
	text-align: right;
}
.ss_menu {
    width: 100%;
    float: left;
}
.ss_menu_wrapper .navbar-collapse {
    padding-left: 0px;
}
.ss_menu_wrapper .navbar {
    margin-bottom: 0px;
    width: 100%;
    float: left;
}
.ss_menu ul {
    padding: 0px;
    margin: 0px;
}
.ss_menu ul li {
    display: inline-block;
    list-style: none;
	position:relative;
    text-align: left;
}
.ss_menu ul li.active > a:after {
    content: '';
    position: absolute;
    bottom: 10px;
    background: #0a3b7d;
    width: 54px;
    height: 3px;
    left: 9px;
}
.ss_menu ul li:hover::after {
    width: 54px;
}
.ss_menu ul li:after {
    content: '';
    position: absolute;
    bottom: 10px;
    background: #0a3b7d;
    width: 0px;
    height: 3px;
    left: 9px;
    transition: 0.3s;
}
.ss_menu ul li >a {
    text-transform: capitalize;
    color: #222222;
    font-size: 16px ;
    letter-spacing: 1px;
    font-weight: 500;
	display:block;
    text-decoration: none;
    padding: 23px 8px;
}
.ss_menu ul li.active > a{
	color:#0a3b7d;
}
.ss_menu ul li:hover >a{
	color:#0a3b7d;
}
.ss_menu ul li .fa-caret-down{
	display:none;
}
.ss_menu ul li ul.sub-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 220px;
    padding: 0px;
    z-index: 10000;
    opacity:0;
	visibility:hidden;
	transform: translate(5px,4em);
    background-color: #0a3b7d;
    border-bottom: 3px solid #f89c3e;
    
}
.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 > ul.sub-menu li:hover > a {
    color: #f89c3e;
}
.ss_search:after {
    content: '';
    position: absolute;
    top: 2em;
    left: -9px;
    width: 1px;
    height: 37px;
    background-color: rgb(208, 206, 206);
}
.ss_search {
	cursor:pointer;
	padding:29px 0;
}
.ss_search input{
	width: 100%;
    border-bottom: 1px solid #eee;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 5px;
    border-radius: 3px;
    position: relative;
    padding-right: 30px;
}
.ss_search input:focus {
    outline: none;
}
.ss_search i {
    position: absolute;
    top: 2.7em;
    right: 25px;
    color: rgb(208, 206, 206);
}
.ss_search i:hover{
	color:#0a3b7d;
}
.search-form {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #0a3b7d;
    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: 190px;
}
.ss_test_slider .owl-carousel .owl-item.active h1{
	  animation: zoomIn 1s 1 both 500ms;
	  -webkit-animation: zoomIn 1s 1 both 500ms;
	  -moz-animation: zoomIn 1s 1 both 500ms;
	  -ms-animation: zoomIn 1s 1 both 500ms;
	  -o-animation: zoomIn 1s 1 both 500ms;
}

.ss_test_slider .owl-carousel .owl-item.active p {
	  animation: zoomIn 1s 1 both 700ms;
	  -webkit-animation: zoomIn 1s 1 both 700ms;
	  -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: zoomIn 1s 1 both 900ms;
	  -webkit-animation: zoomIn 1s 1 both 900ms;
	  -moz-animation: zoomIn 1s 1 both 1700ms;
	  -ms-animation: zoomIn 1s 1 both 1700ms;
	  -o-animation: zoomIn 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;
}
.ss_testimonial p {
    color: #ffffff;
    font-size: 16px;
    margin: 0px;
    padding: 25px 0px 45px;
    line-height: 30px;
}
.pc_btn1 {
    background-color: #f89c3e;
    color: #ffffff;
    font-size: 16px;
	text-align: center;
    text-transform: capitalize;
    height: 50px;
    width: 160px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 14px;
    line-height: 30px;
	border:1px solid transparent;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
    margin-right: 20px;
	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;
	position:relative;
	overflow: hidden;
} 

.pc_btn1:hover{
	color:#0a3b7d;
	background: #fff;
	z-index:1;
	text-decoration:none;
	border:1px solid;
}

.pc_btn1.pc_btn2:hover{
	border:1px solid;
	background-color: rgb(255, 255, 255);
    color: #0a3b7d;
}
.pc_btn1.pc_btn2 {
    background-color: #0a3b7d;
    color: rgb(255,255, 255);
    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%;
	border: 5px solid rgb(233, 74, 53);
    padding: 5px;
    box-shadow: 0px 0px 0px 1px rgb(255, 255, 255)
}
.ss_test_slider .owl-theme .owl-dots .owl-dot.active span {
    background-color: #0a3b7d;
}
/*----service css start----*/

.ss_service_wrapper {
    width: 100%;
    float: left;
    padding: 65px 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 i:before {
   font-size: 50px;
   color: #0a3b7d;
   margin-left:0px;
   line-height:50px; 
	transition: 0.3s;
}
.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: #0a3b7d;
    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: #0a3b7d;
	font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 50px;
    margin: 0px;
    letter-spacing: 1px;
}
h1.ed_heading span {
    font-weight: 800;
}
.heading_color{
	color:#f89c3e;
}
.ss_about_data h1 .heading_color {
    font-weight: 800;
}
.ss_service_box {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 19px;
	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_service_box.margin_bottom{
	margin-top:30px;
}
.ss_service_box:hover:before { 
    opacity: 1;
    transform: translateY(5px); 
}
.ss_service_box:hover a.service_link, .ss_service_box:hover.ss_service_box i:before {
    color: #f89c3e;
}
.ss_service_box:hover { 
    transform: translateY(-5px);
    background-color: rgb(241, 241, 241);
    border-radius: 3px;
}
.ss_service_box:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.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;
	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 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: #0a3b7d;
    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;
}
.ss_service_accordian h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 45px;
    height: 2px;
    background-color: #0a3b7d;
}
.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;
}
.panel-group .panel {
    border-radius: 0;
    margin-top: 18px;
}
.panel-body p {
    color: #313131;
    line-height: 24px;
}
.ss_service_accordian .panel-group .panel-heading a:after {
    content: '';
    position: absolute;
    right: 22px;
    top: 5px;
    background: #0a3b7d;
    width: 20px;
    height: 5px;
}
.ss_service_accordian .panel-group .panel-heading a.collapsed:after {
    content: '';
    background: #0a3b7d;
    width: 21px;
    height: 5px;
    position: absolute;
    right: 22px;
    top: 7px;
}
.ss_service_accordian .panel-group .panel-heading a.collapsed:before {
    content: '';
    background: #0a3b7d;
    width: 5px;
    height: 22px;
    position: absolute;
    right: 30px;
    top: -1px;
}
.service_icon_box {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #0a3b7d;
    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 #0a3b7d;
	color:#0a3b7d;
	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_data.ed_element_sorting .ss_btn {
    margin-top: 25px;
}

.ss_about_wrapper {
    width: 100%;
    float: left;
    background-color: rgb(255, 255, 255);
    padding: 70px 0px 65px;
    font-family: 'Open Sans', sans-serif;
}
.ss_about_img.ed_element_wrapper img {
   transform: translate(-30px, 30px);
	border: 1px solid #f89c3e;
}
.ss_about_img.ed_element_wrapper {
	background: #f89c3e;
	transform: translate(30px, 0px);
    margin-bottom: 30px;
}
.ss_about_img.ed_element_wrapper:hover img {
    
}
.ss_about_wrapper .p-t-2{
	padding-top:2.1em;
}
.ss_about_data h1 {
    margin: 0px;
	font-size: 40px;
    text-transform: uppercase;
    color: #0a3b7d;
    font-weight: 800;
    line-height: 50px;
}
.ss_about_data p.about_para {
    color: #0a3b7d;
    font-size: 18px;
    padding: 10px 0px;
    font-style: italic;
    margin: 0px;
}
.ss_about_data p {
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}
.border {
    width: 84px;
    height: 2px;
    background-color: #0a3b7d;
}
.ss_story h2 {
    color: #444444;
    font-size: 20px;
    margin: 0px;
    padding-bottom: 10px;
}
.ss_story p {
    color: #666666;
    font-size: 14px;
    margin: 0px;
    padding-top: 10px;
    line-height: 25px;
    margin-bottom: 25px;
}

/* ------------timline----------- */
.ss_timline_main{
	background-color:rgb(245, 245, 245);
	padding:65px 0px;
	clear:both;
	position:relative;
}
.ss_timline_main .ss_timline_padding {
    padding-top: 70px;
}
.ss_timline_main h4 {
    font-size: 26px;
    font-weight: 600;
    color: #0a3b7d;
}
.ss_timline_main p {
	color: #666666;
    font-size: 14px;
    line-height: 25px;
}
.ss_timline_main .ss_timline_round {
    border: 10px solid #f78e23;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 3.3em;
    text-align: center;
    font-size: 24px;
	position:relative;
    color: #0a3b7d;
    font-weight: 600;
}
.ss_timline_left:after{
	right: -5px;
}
.ss_timline_right:after{
	left:-5px;
}
.ss_timline_left:after,.ss_timline_right:after {
    content: '';
    width: 10px;
    height: 10px;
    background: rgb(10, 59, 125);
    position: absolute;
    top: 44px;
    border-radius: 50%;
    z-index: 99;
}
.ss_timline_left{
	float:right;
	margin-right:20px;
}
.ss_timline_right{
	margin-left:20px;
}
.ss_timline_left .ss_timline_round:after {
    content: '';
    border-right: 15px solid transparent;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 15px solid #f78e23;
    position: absolute;
    right: -37px;
    top: 27px;
}
.ss_timline_right .ss_timline_round:after {
    content: '';
    border-right: 15px solid #f78e23;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    left: -37px;
    top: 27px;
}
.ss_timline_left_content {
    text-align: right;
    margin-right:20px;
}
.ss_timline_right_content {
    margin-left:20px;
}
.ss_timline_line:after {
    content: '';
    width: 2px;
    height: 74%;
    background: #0a3b7d;
    position: absolute;
    top: 11em;
    left: 0;
    right: 0;
    margin: auto;
}
h1.ss_timline_round:before {
    content: '';
    width: 20px;
    height: 20px;
    background: rgb(245, 245, 245);
    position: absolute;
    top: 29px;
    border-radius: 50%;
    border: 2px solid #0a3b7d;
    z-index: 99;
}
.ss_timline_right h1.ss_timline_round:before {
    left: -55px;
}
.ss_timline_left h1.ss_timline_round:before {
    right: -55px;
}
/*----offer css start----*/

.ss_offer_wrapper {
    width: 100%;
    float: left;
    padding:65px 0px;
	background-color: rgb(241, 241, 241);
    font-family: 'Open Sans', sans-serif;
}
.ss_offer_box:hover{
	box-shadow: 0 2px 2px rgba(41, 47, 56, 0.04), 0 4px 4px rgba(41, 47, 56, 0.07), 0 8px 8px rgba(41, 47, 56, 0.05), 0 16px 16px rgba(41, 47, 56, 0), 0 32px 32px rgba(41, 47, 56, 0);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: rgb(255, 255, 255);
}
.ss_offer_box {
    /* text-align: center; */
    /* border: 1px solid #666666; */
    color: #666666;
    padding: 30px 15px;
    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 i:before{
	font-size:45px;
	color:#0a3b7d;
	margin-left:0px;
    padding: 15px;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ss_offer_box:hover i:before,
.ss_offer_box:hover.ss_offer_box h2 a,
.ss_offer_box:hover .read_more_offfer,
.ss_offer_box:hover.ss_offer_box a {
    color: #f89c3e;
}
.ss_offer_box h2 {
	width: 100%;
    float: left;
	padding: 0px 0px 7px;
	line-height:30px;
	margin:0px;
}
.ss_offer_box h2 a{
	color:#444444;
	font-size: 20px;
	text-decoration:none;
}
.ss_offer_box p, .ss_offer_box p a {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
}
.read_more_offfer {
    font-size: 15px!important;
    margin-top: 7px!important;
	cursor:pointer;
}
.ed_element_wrapper .read_more_offfer a:hover {
    text-decoration: none;
}
/*----gallery css start----*/

.ss_gallery_wrapper {
    width: 100%;
    background-color: #f5f5f5;
    float: left;
    padding: 65px 0px;
}
.ss_gallery_box:last-child {
    margin-bottom: 0;
}
.ss_gallery_box {   
    position: relative;
    clear: both;
    /* display: table; */
    margin-bottom: 30px;
}
.ss_gallery_overlay{
    background-color:rgba(0, 0, 0, 0.47);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    content: "";
    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: 0;
    right: 0;
    margin: auto;
	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 img {
    width: 40px;
}
.gallery_icon .gallery_click_icon {
    width: 40px;
}
.gallery_icon {
    text-align: center;
}
.gallery_icon a:focus{
	outline:none;
}
.gallery_icon i {
    color: #ffffff;
    font-size: 40px;
    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:#0a3b7d;
}
.ss_view_all{
	justify-content: center;
    display: flex;
    margin-top: 30px;
}
.ss_g_Padding{
	padding-top:70px;
}
/*----counter css start----*/
.ss_counter_wrapper .ed_element_wrapper i{
	color: rgba(220, 220, 220, 0.62);
    font-size: 3em;
    padding-right: 0.5em;
    border-right: 2px solid;
}
.ss_counter_wrapper img {
    height: 45px;
}
.ss_counter_wrapper {
    width: 100%;
    float: left;
    padding: 70px 0px;
    background-image: url(../images/first_one.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}
.ss_count_box {
    text-align: center;
}
.ss_count_box h1 {
    font-size: 35px;
    color: rgb(255, 255, 255);
    margin: 0px;
	padding: 15px 0;
}
.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: 65px 0px 114px;
    font-family: 'Open Sans', sans-serif;
    background-color: #f5f5f5;
}
.ss_feedback {
    width: 98%;
	border-radius:5px;
    min-height: 225px;
}
p.ed_paragraph.testimonial:before {
    content: '';
    position: absolute;
    border-left: 40px solid #520a0a00;
    border-right: 40px solid #5a585800;
    border-top: 25px solid #0a3b7d;
    border-bottom: 13px solid #ab252500;
    left: 0.9em;
    bottom: -1.2em;
    z-index: -1;
}
.ss_feedback_slider .fa-quote-left:before {
    font-size: 59px;
    opacity: 0.1;
    position: absolute;
    top: 15px;
    left: 15px;
}
.ss_feedback_slider .ed_element_wrapper img {
	width: 70px;
    border-radius: 50%;
    float: left;
    margin: 1em;
	border: 2px solid #0a3b7d
}
.ss_feedback_wrapper .ed_slider {
    margin: 0px;
}
.ss_feedback p {
    color: #666666;
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
	display:inline-block;	
	padding-bottom: 16px;
}
p.ed_paragraph.testimonial{
	padding:20px 25px;
    position: relative;
    min-height: 145px;
	background-color: #0a3b7d;
	color:#fff;
}
.ss_feedback h1 {
    color: #0a3b7d;
    font-size: 24px;
    margin: 0px;
    padding: 20px 0px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ss_feedback_slider .owl-controls {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 112%;
}
.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: #f89c3e;
}
/*----blog css start----*/
.ss_blog_wrapper{
	width:100%;
	float:left;
	padding:65px 0px 72px;
	background-color:#ffffff;
	font-family: 'Open Sans', sans-serif;
}

.ss_btn {
    text-align: left;
}

.ss_btn .pc_btn1 {
    margin-right: 0px;
    width: 160px;
    height: 50px;
    line-height: 30px;
    text-transform: capitalize;
}
.pc_btn1:focus {
	color: #fff;
    text-decoration: none;
    background: #f89c3e;
    outline: none;
}
.ss_blog_left .ss_btn a.pc_btn1:focus {
    color: #fff;
    text-decoration: none;
    background: #0a3b7d;
    outline: none;
}
.ss_blog_left .ss_btn a.pc_btn1 {
    width: 140px;
    height: 40px;
    line-height: 19px;
    margin-top: 5px;
    background-color: #0a3b7d;
}
.ss_blog_left .ss_btn a.pc_btn1:hover{
	background-color:#fff
}
/*----contact form css start----*/

.ss_contact_wrapper {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
	background-image:url(../images/contact.jpg);
}
.ss_contact_box_bg{
    width: 100%;
    float: left;
    background-color: rgba(244, 244, 244, 0.9);
}
.ss_contact_form {
    width: 100%;
    float: left;
    padding: 65px 0px 70px;
	text-align:center;
}
.ss_contact_form .ss_heading {
    text-align: center;
    /* 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:#0a3b7d;
}
.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: 160px;
    border: 1px solid transparent;
    height: 50px;
    line-height: 30px;
    margin-top: 10px;
	text-transform: capitalize;
}
.ss_contact_form button:hover{
	border-color:#0a3b7d;
}
/*----help css start----*/
.ss_help_wrapper{
	padding:70px 0;
	clear:both;
    background-color: #f5f5f5;
}

.ss_footer_top h2,.ss_footer_top li a{
    color: #313131;
}
.ss_footer_top li:hover a{
    color: #fff;
}
.ss_footer_top li:hover {
	background: #0a3b7d;
}
.ss_footer_top h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.ss_footer_top li {
    display: inline-block;
    border: 1px solid #0a3b7d;
    padding: 12px;
    margin-right: 5px;
    border-radius: 3px;
	transition:0.3s;
}
.ss_footer_top ul{
	padding-left:0;
}
.ss_footer_top input {
    padding: 12px;
    border: none;
    border-radius: 3px;
    width: 100%;
	position:relative;
    outline: none;
    border: 1px solid #0a3b7d;
}
.ss_footer_top button {
    line-height: 46px;
    background: #0a3b7d;
    border: none;
    padding: 0 12px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 45px;
    right: 16px;
    border-radius: 0 3px 3px 0;
}
.ss_help_logo img {
    display: inline-block;
}
.ss_help_number {
    padding: 10px 0px 13px 35px;
}
.ss_help_number h2 {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin: 0px;
    font-weight: 500;
}
/*----footer css start----*/
.ss_footer{
	padding:70px 0px 60px;
	background-color:rgb(3, 16, 33);
	clear:both;
}
.ss_footer .footer_part1 p,.ss_footer .footer_part4 li{
	color:#b1b1b1;
	line-height:25px;
    padding-top: 4px;
}
.ss_footer .footer_part1 img{
	margin-bottom:20px;
	width: 198px;
}
.footer_part1 ul {
    padding: 0;
	margin-top:25px;
}
.footer_part1 li {
    list-style:none;
	padding:0px 3px;
	display:inline-block;
}
.footer_part1 li a{
	border: 1px solid rgba(255,255,255, 0.2);
	width:38px;
	height:38px;
	line-height:38px;
	text-align:center;
	display:block;
	color:#b1b1b1;
}
.footer_part1 li a:hover {
    background-color: #f89c3e;
	color:#fff;
}

.footer_part2 a {
    font-size: 16px;
    color: #ddd;
}
.footer_part2 p {
    line-height:25px;
    color: #7a7a7a;
	margin:0;
    padding-bottom: 5px;
}
.footer_part2 img,.ss_footer_recent {
    padding-top: 10px;
}
.footer_part2 a:hover {
    text-decoration:none;
}
.footer_part2 h2,.footer_part3 h2,.footer_part4 h2{
	margin-bottom:30px;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	font-weight: 600;
	position:relative;
	padding-bottom:10px;
    letter-spacing: 2px;
}
.footer_part2 h2:after,.footer_part3 h2:after,.footer_part4 h2:after{
	content:'';
	position:absolute;
    background-color: #f89c3e;
    width: 55px;
    height: 2px;
    left: 0;
    top: 100%;
}
.footer_part3 ul{
	column-count:3;
	padding:0;
}
.footer_part3 li {
    padding: 10px 10px 0px 0px;
	list-style:none;
}
.footer_part3 img{
	transition:0.3s;
}
.footer_part3 img:hover {
    opacity: 0.7;
}
.footer_part4 li span {
    color:#ddd;
}

.footer_part4 li:before {
    content: '';
    position: absolute;
    border-left: 5px solid #f89c3e;
    border-right: 10px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -5px;
    top: 11px;
}
.footer_part4 li {
    margin-bottom:15px;
	list-style:none;
	position:relative;
	padding-left: 10px;
}
.footer_part4 li a {
    color: #b1b1b1;
}
.footer_part4 li a:hover {
    text-decoration:none;
}
.footer_part4 ul {
    padding-left: 0;
	margin:0;
}
.ss_footer .ss_copyright_main {
    padding-top: 25px;
    border-top: 1px solid #7a7a7a40;
}
.ss_footer .ss_copyright p{
	color:#7a7a7a;
}
.ss_footer .ss_copyright a:hover {
    text-decoration: none;
}
.ss_footer .ss_copyright a{
	color:#f89c3e;
}
.ss_copyright2{
	text-align:right;
}
.footer_part1, .footer_part2, .footer_part3, .footer_part4 {
    padding-bottom: 25px;
}
.footer_part2 .row:after {
    content: '';
    background: #202a37;
    width: 259px;
    height: 1px;
    margin-left: 14px;
}
/*----footer css end----*/

.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::placeholder, input::placeholder, input.form-control::placeholder, textarea.form-control::placeholder {
    color: #0b3c7db0;
}

/*----about page css start----*/
.padding_about_slider{
	padding-bottom:128px;
}
.after_head_bg{
	background-image: url(../images/bread_bg.jpg);
	padding: 5em 8em;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
	background-position: center;
}
.ss_breadcrumbs h1 {
    color: #ffffff;
    text-transform: capitalize;
	font-size: 40px;
    font-weight: 600;
}
.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: #f78e23;
    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_main {
    padding: 70px 0px;
    font-family: 'Open Sans', sans-serif;
	clear:both;
	background-color: rgb(241, 241, 241);
}
.mission_box {
    width: 100%;
    float: left;
	background-color: rgb(255, 255, 255);
    padding: 0px 15px;
    border-radius: 4px;
}

.mission_box .ss_about_no {
    text-align: center;
    width: 100%;
    background-color: #0a3b7d;
    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;
}
.ss_about_main .arrow_about img{
    width: 100px;
    padding-top: 5em;
}
.ss_about_main .arrow_about.about_img1 img{
	transform: rotate(268deg);
}
.ss_about_main .arrow_about.about_img2 img{
	transform: scaleX(-1) rotate(268deg);
}
.ss_about_main .arrow_about.about_img1 {
	text-align:right;
}
.ss_about_main .arrow_about.about_img2 {
	text-align:left;
}
.mission_box.text_right{
	text-align:right;
}
.mission_box span.ss_no {
    font-size: 50px;
    color: #0a3b7d;
    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;
}
.mission_box p {
    color: #666666;
    margin: 0px;
    font-size: 15px;
	padding-bottom: 15px;
    line-height: 24px;
}
.ss_team_wrapper {
    width: 100%;
    float: left;
    padding: 65px 0px 70px;
}
.pc_inner_team_wrapper {
    width: 100%;
    float: left;
    padding: 100px 0px 50px;
    font-family: 'Open Sans', sans-serif;
}
.pc_team_box {
    text-align: center;
    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;
	position: relative;
}
.pc_team_box:hover{
	background-color:#f89c3e;
}
.pc_team_box:hover p {
    color: #0b3c7e;
}
.pc_team_box:hover h2, .pc_team_box:hover ul.team_social li a{
	color:#fff;
}
.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: 8px 0px 0px;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #444444;
}
.pc_team_box p {
    color: #666666;
    text-transform: capitalize;
    margin: 0px;
    padding-top: 20px;
}
.pc_team_box:hover ul.team_social {
    left: 0px;
    visibility: visible;
    opacity: 1;
}
ul.team_social {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0;
    left: -30px;
    transition: 0.3s;
    visibility: hidden;
	background-color: #f89c3e;
    opacity: 0;
    border-radius: 0px 0px 4px 0px;
}
ul.team_social li a i {
    color: white;
}
ul.team_social li {
    list-style: none;
    margin-top: 5px;
}
ul.team_social li a {
    padding: 0px 8px;
    font-size: 18px;
    color: rgb(255, 255, 255);
}
ul.team_social li a:hover{
	color:#0a3b7d;
}

.ss_service_wrapper.ss_inner_services {
    padding: 90px 0px 70px;
}

/*----pricing page css start----*/

.ss_pricing_wrapper .ss_heading h1{
	padding-bottom: 70px;
}
.ss_pricing_wrapper {
    width: 100%;
    float: left;
    background-color: rgb(241, 241, 241);
    padding: 65px 0px 70px;
    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%;
	padding-top: 5em;
    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 h1:after {
    content: '';
    position: absolute;
    border-left: 20px solid rgb(241, 241, 241);
    top: 0;
    left: -39px;
    border-top: 20px solid rgb(241, 241, 241);
    border-right: 20px solid #0c346b;
}
.ss_pricingtable h1:before {
    content: '';
    position: absolute;
    border-left: 20px solid #0c346b;
    top: 0px;
    right: -39px;
    border-top: 20px solid rgb(241, 241, 241);
    border-right: 20px solid rgb(241, 241, 241);
}
.ss_pricingtable .pc_btn1 {
    background-color: #f89c3e;
    color: #ffffff;
	text-align:center;
    height: 50px;
    width: 160px;
    line-height: 30px;
    text-decoration: none;
    margin-right: 0px;
}
.ss_pricingtable .pc_btn1:hover{
	background-color:transparent;
	color:#0a3b7d;
	border-color:#0a3b7d;
}
.ss_pricingtable:hover{
	transform: translatey(-13px);
}
.ss_pricingtable h1 {
    margin: auto;
    text-transform: capitalize;
    padding: 25px 0;
    font-size: 26px;
    color: #ffffff;
    background: #0a3b7d;
    border-radius: 0px 0px 3px 3px;
    width: 200px;
	position: absolute;
    left: 0;
    right: 0;
    top: -20px;
	box-shadow:0px 2px 6px rgba(6, 56, 120, 0.28);
}
.ss_pricingtable span.ss_pricing_span1 {
    font-size: 60px;
}
.ss_pricingtable span.ss_pricing_span2 {
    position: absolute;
}
.ss_pricingtable h3 {
    margin: 0;
    padding: 30px 0;
    font-size: 18px;
    color: #fff;
    background: #0a3b7b;
    font-weight: 600;
    text-transform: capitalize;
	position:relative;
}	 
.ss_pricingtable h3:after {
    content: '';
    border-left: 30px solid #ff000000;
    border-right: 30px solid #00800000;
    border-bottom: 20px solid #ffff0000;
    border-top: 30px solid #0a3b7b;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
}
.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;
    transition: all 0.4s ease-in-out 0s;
}
.ss_pricingtable:hover a.ss_pricingtable_btn {
    background: #0a3b7d;
}
.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;
}
.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: #0a3b7d;
}
.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 #0a3b7d;
    border-right: 1px solid #0a3b7d;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
} 
.ss_con_box:after {
    border-bottom: 1px solid #0a3b7d;
    border-top: 1px solid #0a3b7d;
    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;
}
.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:#0a3b7d;
}
.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;
    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 iframe{
	width:100%;
	height:430px;
}
.footer_info.footer_get li {
    margin-bottom: 6px;
}
.ed_element_wrapper_map {
    padding-right: 30px;
}
/* ---------------------------------------------- */

.ss_contact_bg_main .ss_icon:before {
    background: #0a3b7d;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    padding: 20px;
    box-shadow: 0px 0px 3px 1px #eee;
    font-size: 35px;
}
.ss_contact_bg {
    background: #ffffff;
    width: 97%;
    padding: 15px;
    box-shadow: 0px 1px 5px 1px #eee;
	text-align:left;
	position:relative;
	margin-bottom:1em;
	padding-left:3em;
	float:right;
	overflow:hidden;
}
.ss_contact_bg_main .ss_icon {
    position: absolute;
    left: -4em;
    top: 3em;
    color: #ffffff;
    transition: 0.3s;
	z-index:99;
}
.ss_contact_bg_main:hover.ss_contact_bg_main .ss_icon {
    left: -3em;
}
.ss_contact_padding{
	padding:70px 0px 62px;
	background-color:#f5f5f5;
}
.ss_contact_bg .ed_heading{
	color: #444444;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
}
.ss_contact_bg .ed_paragraph,.ss_contact_bg .ed_paragraph a{
	color: #666666;
    font-size: 16px;
    margin-bottom: 5px;
}
.ss_contact_bg .ed_paragraph a:hover {
    text-decoration: none;
}
.ss_Contact_icon_bg {
    position: absolute;
    top: 3em;
    right: -19px;
    transform: rotate(-15deg);
}
.ss_Contact_icon_bg i {
    color: #0a3b7d;
    opacity: 0.2;
}
.ss_Contact_icon_bg i:before {
    font-size: 90px;
}
.ss_contact_bg_main {
    position: relative;
    width: 100%;
    float: left;
}

/* blog css start */

.ss_blog_main{
	padding:70px 0px 65px;
}
.ss_blog_left h3 a:hover{
	text-decoration:none;
}
.ss_blog_left h3{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.ss_blog_left h3, .ss_blog_left h3 a{
	font-size: 18px;
    color: #0a3b7d;
	font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
	margin: 8px 0px;
}
.ss_blog_main .ss_blog_name{
	font-size:14px;
	color:#0a3b7d;
}
.ss_blog_date a:hover {
    text-decoration: none;
}
.ss_blog_date a {
    color: #0a3b7d;
}
.ss_blog_date i {
    color: #0a3b7d;
    font-weight: bold;
}
.ss_blog_date{
	font-size:14px;
	color:rgb(142, 142, 142);
	position:relative;
}
.ss_blog_left .media-left {
    padding-right: 25px;
    padding-bottom: 15px;
}
.ss_blog_left .media-left img {
    width: 720px;
    height: 230px;
}
.ss_blog_date:after {
    content: '';
    width: 53px;
    height: 1px;
    background-color: #0a3b7d;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.ss_blog_content{
	font-size: 14px;
    color: rgb(31, 30, 30);
    line-height: 1.8;
    margin-top: 18px;
}
.ss_blog_left .ss_btn {
    margin-top: 10px;
}
.ss_blog_left .media:hover .ss_blog_btn a {
    color: #f89c3e;
}
.ss_blog_left .media {
    padding-top: 15px;
}
.ss_blog_right_head h3 {
	position:relative;
    margin-bottom: 23px;
	text-transform:uppercase;
    margin-top: 1.4em;
}
.ss_blog_recent_right p:last-child {
    margin-bottom: 0;
}
.ss_blog_right_head h3:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #0a3b7d;
    top: 1.5em;
    left: 0;
}
.ss_blog_recent {
    text-align: center;
}
.ss_blog_recent h4 {
    text-align: left;
	padding:5px;
	color:#313131;
	font-size:18px;
    margin-bottom: 1em;
}
.ss_blog_recent_h5_m_0 {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

.ss_blog_a_recent h5 {
    text-align: left;
	padding:5px;
	color:#313131;
	font-size:16px;
    margin-bottom: 1em;
	line-height: 20px;;
}


.ss_blog_a_recent img {
    width: 165px;
    height: 110px;
}
.ss_blog_right .ss_social_blog li {
    display: inline-block;
	padding-bottom: 10px;
    padding-right: 8px;
}
.ss_blog_right .ss_social_blog li a{
    text-transform:uppercase;
    color: #313131;
}
.ss_blog_right li a:hover{
    text-decoration:none;
	color: #f78e23;
}
.ss_blog_right .ss_social_blog li a:hover i {
    background-color: #f78e23;
	color:rgb(255, 255, 255);
}
.ss_blog_right .ss_social_blog ul {
    padding:0;
    column-count: 2;
}
.ss_blog_right .ss_social_blog li i {
    background: rgb(255, 255, 255);
    padding: 7px;
    text-align: center;
    color: #313131;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid rgb(238, 238, 238);
    transition: 0.3s;
}
.ss_category_blog ul{
	padding:0;
}
.ss_category_blog span.count {
    float: right;
    color: #0a3b7d;
}
.ss_category_blog li a {
    color: #313131;
}
.ss_category_blog li:hover a{
	color:#f78e23;
}
.ss_category_blog li:nth-child(1) {
    padding-top: 0;
}
.ss_category_blog li {
    list-style: none;
    padding: 12px 5px;
    margin-bottom: 1px;
    border-bottom: 1px solid #eee;
}
.ss_blog_recent_right a:hover{
	text-decoration:none;
}
.ss_blog_recent_right a {
    margin-top: 0;
	color: #0a3b7d;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.ss_blog_recent_right a span {
    color:#0a3b7d;
    font-size: 14px;
    margin-bottom: 1em;
    line-height: normal;
}
.ss_blog_recent_right p{
	margin-top: 0.5em;
	font-size:14px;
	border-bottom: 1px solid #0a3b7d;
	color: rgb(142, 142, 142);
    padding-bottom: 1em;
}
.ss_blog_recent_left_m_0{
    margin-top: 0!important;
}
.ss_blog_recent_left, .ss_blog_recent_right {
    margin-top: 1em;
}

.ss_blog_search input {
    width: 100%;
    border: 1px solid #0a3b7d;
    padding: 14px;
    padding-left: 20px;
    border-radius: 25px;
    position: relative;
    outline: none;
    padding-right: 90px;
}
.ss_blog_search i {
    position: absolute;
    top: 4px;
    right: 19px;
    color: rgb(255, 255, 255);
    background: #0a3b7d;
    padding: 16px;
    width: 80px;
    height: 42px;
    line-height: 10px;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
}
.ss_blog_recent_left img {
    width: 100px;
    height: 70px;
}
.ss_blog_btn{
	padding-bottom:20px;
}
.ss_blog_btn a {
    color: #0a3b7d;
}
.ss_blog_left{
    padding: 0 15px;
	transition:0.3s;
	border-radius:5px;
}
.ss_blog_left_hover {
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0), 0 1px 5px 0px rgba(0, 0, 0, 0.12), 0 4px 6px -2px rgba(0, 0, 0, 0.01);
}
.ss_blog_left_hover:hover {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.01);
    
}
.ss_single_b_img img{
	width:345px;
	height:230px;
}
.ss_post_share li p {
    font-size: 18px;
    color: #313131;
    font-weight: 500;
    letter-spacing: 1px;
	padding-right:15px;
    margin: 30px 0px;
}
.ss_post_share ul{
	padding:0;
}
.ss_post_share li{
	display:inline-block;
}
.ss_post_share ul li a i {
    color: #0a3b7d;
    letter-spacing: 10px;
    font-size: 16px;
	text-align:center;
}
.ss_post_share a i{
	transition:0.3s;
}
.ss_post_share a:hover i {
    color: #f78e23;
}
.ss_post_share ul li a i.fa.fa-instagram {
    font-weight: bold;
}
.comments .media-left img {
    border-radius: 50%;
}
.comments .comment_head {
    margin: 20px 0px 2em;
    font-size: 20px;
    font-weight: 500;
	position:relative;
}

.comments .comment_head:before {
	content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #0a3b7d;
    top: 1.5em;
    left: 0;
}
.comments input,.comments textarea{
	margin-bottom: 20px;
	padding:20px 10px;
}
.comments textarea{
	min-height:150px;
}
.comments .ss_btn{
	text-align:center;
}

.ss_blog_wrapper.ss_blog_grid_wrapper {
	padding: 70px 0px 50px;
}
.ss_blog_wrapper.ss_blog_grid_wrapper .ss_blog_box{
	margin-bottom:50px;
}

 .form-control:focus{
	 border-color:#0a3b7d;
 }

button:focus{
	outline:none;
}
.ss_blog_padding .media{
	padding-top:0px;
}
.ss_blog_left .media-left.ss_bs_padding{
	padding-top:5px;
}
/* blog css end */

/* service page css start */
.ss_single_s p {
    font-size: 14px;
    line-height: 24px;
    color: #313131;
    margin-top: 18px;
}
.ss_single_s ul {
    padding-left: 0;
    column-count: 2;
}
.ss_single_s ul li:before {
    content: "\2022";
    color: #0a3b7d;
    font-weight: bold;
    font-size: 20px;
    padding-right: 10px;
}
.ss_single_s ul li {
    list-style:none;
    line-height: 28px;
}
.ss_single_s h3{
	position:relative;
}
.ss_single_s h3:after{
	content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #0a3b7d;
    top: 1.5em;
    left: 0;
}
ul.ss_tag_cloud li {
    list-style: none;
    padding: 10px;
    border: 1px solid #eee;
	margin: 3px;
    display: inline-block;
	transition:0.3s;
	border-radius:2px;
}
ul.ss_tag_cloud {
	padding:0;
}
ul.ss_tag_cloud li a {
    color: #313131;
	transition:0.3s;
}

ul.ss_tag_cloud li:hover{
	border:1px solid #f78e23;
}
ul.ss_tag_cloud li:hover a{
	color:#f78e23;
}

/* service page css end */

/**----pagination css start----**/

.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:4px 10px;
    color: #444444;
    width: 30px;
    height: 30px;
    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: #0a3b7d;
    border-color: #0a3b7d;
}
.ss_pagination .pagination>li>a.active{
	    color: #ffffff;
    background-color: #0a3b7d;
    border-color: #0a3b7d;
}
.pagination {
    margin: 20px 0 0;
}
.ss_pagination{
	text-align:right;
}

/**----blog single page css start----**/

.ss_block_wrapper blockquote {
    padding: 20px;
    margin: 20px 0;
    line-height: 28px;
    font-style: italic;
    font-size: 16px;
    color: #666666;
    border-left: 5px solid #0a3b7d;
    background-color: #f5f5f5;
}
.ss_block_wrapper blockquote p{
	margin-bottom:0px !important;
}

.comments h2 {
    font-size: 20px;
    color: #444444;
    text-transform: none;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 14px;
    position: relative;
    margin-bottom: 50px;
}
.comments h2:after{
	    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 45px;
    height: 2px;
    background-color: #0a3b7d;
}
.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-size: 14px;
    color: rgb(142, 142, 142);
}
.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: #0a3b7d;
    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;
	transition:0.3s;
}
.comments .media-body .button a.btn-transparent:hover i {
	transform:translate(-10px)
}
.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: 35px;
	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;
}
.leave-a-reply h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 45px;
    height: 2px;
    background-color: #0a3b7d;
}
.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;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	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;
    color: #0a3b7d;
}

.ss_error_wrapper p {
    margin: 0px;
    font-size: 18px;
    padding-top: 50px;
    color: #666666;
}

/*----Media css start----*/

@media(max-width:1600px) {
    .slider_owl2 h1, .slider_owl2 h2 {
		margin-left: 3.3em;
	}
	.slider_owl2 p {
		margin-left: 11em;
	}
	.slider_btn {
		margin-left: 13em;
	}
}
@media(max-width:1300px) {
    .ss_contact_form {
        padding: 40px 0px 94px 0px;
    }
	.after_head_bg {
    padding: 5em 0em;
}
.ss_about_img.ed_element_wrapper {
    transform: translate(15px, 0px);
}
	
}
@media(max-width:1200px) {
.ss_contact_form {
	padding: 30px 0px;
}
.slider_owl2 {
    top: 20%;
    margin-left: 4em;
}
.slider_owl2 h2 span:before {
    top: 46px;
	width: 190px;
}
.slider_owl2 h1, .slider_owl2 h2 {
    margin-left: 0.4em;
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 5px;
    padding: 8px 16px;
}
.slider_owl2 h2 {
    margin-bottom: 0px;
}	
.slider_owl2 p {
    margin-bottom: 0px;
    font-size: 14px;
    margin-left: 2em;
    padding: 10px 0px;
    line-height: 30px;
    width: 100%;
}	
.slider_btn {
    margin-left: 2em;
}
	
}
@media(min-width:1200px) and (max-width:1300px){
	.slider_owl2 {
		top: 15%;
	}
}

@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_contact_form .ss_heading h1 {
    font-size: 19px;
    }
	.ss_contact_form {
    padding: 20px 0px;
}
.ss_menu ul {
    padding-left: 0px;
}
.ss_menu ul li >a {
    font-size: 16px;
    margin-right: 0px;
}
.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;
}
.footer_part1 li a {
    width: 33px;
    height: 33px;
    line-height: 33px;
}
.footer_part3 img {
    width: 67px;
}
.ss_blog_left .ss_btn {
		margin-bottom: 15px;
	}
}
@media(min-width:768px) and (max-width:991px) {
	.ss_blog_left .ss_btn {
		margin-bottom: 15px;
	}
	.ed_img_anchor img.ed_image.img-responsive {
		padding: 0 15px;
	}
	.ed_img_anchor img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: auto;
	}
	
    .ss_top_icons ul li {
        margin-right: 3px;
    }
    .ss_service_box {
        margin-bottom: 10px;
    }
	.ss_service_box {
		padding: 20px 19px;
	}
    .ss_story {
        margin-bottom: 30px;
    }
    .ss_gallery_box.ed_box {
        text-align: center;
    }
    .ss_gallery_box img {
        display: inline-block;
    }
    
    .ss_help_logo {
        margin-top: 20px;
    }
    .ss_help_number {
        padding: 22px 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: 70%;
		margin: 0px 0px 40px;
		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: 13px;
    margin-right: 0px;
    padding: 23px 2px;
	}
.ss_menu ul {
    padding-left: 15px;
}
.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;
}
.ss_feedback {
    margin-bottom: 15px;
}


}
@media(max-width:991px) {
.ss_blog_search i {
    top: 34px;
}
.ss_blog_search input {
    margin-top: 30px;
}
.ss_about_img.ed_element_wrapper{
	margin-top:20px;
}
	
.ed_element_wrapper_map {
    padding-right: 0px;
}
.ss_contact_bg_main:hover.ss_contact_bg_main .ss_icon {
    left: 2em;
}
.ss_contact_bg {
	width: 90%;
    float: inherit;
    overflow: hidden;
    margin-left: 4em;
	padding-left: 5em;
}
.ss_contact_bg_main .ss_icon {
    left: 0em;
}
.ss_blog_right .ss_social_blog ul {
    column-count: unset;
}
.ss_blog_main {
    padding: 40px 0px;
}
.ss_pricing_wrapper .ss_heading h1 {
    padding-bottom: 60px;
}
.ss_pricing_wrapper .ed_element_wrapper_box:nth-child(3) .ss_pricingtable{
    margin-bottom: 0;
}
.ss_about_wrapper .p-t-2 {
    padding-top: 0em;
}
.ss_about_data .ss_btn {
    text-align: center;
}
.ss_counter_wrapper {
    padding: 40px 0px 10px;
}
.ss_count_box {
	margin-bottom: 30px;
}
.ss_team_wrapper {
    padding: 70px 0px 50px;
}
.pc_team_box{
	margin-bottom:20px;
}
.slider_owl2 {
    top: 10%;
}
.ss_blog_left.homeI .media{
	margin-bottom:15px;
}

.ss_menu ul li.active > a:after {
    width: 40px;
    left: 0px;
}
.ss_menu ul li:hover::after {
    width: 40px;
}
.ss_menu ul li:after {
	left:4px;
}
}
@media(min-width:768px){
	.ss_menu ul > li:hover > ul.sub-menu {
		opacity: 1;
		transform: translate(5px,0em);
		visibility: visible;
		transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
	    border-top: 11px solid white;
	}
}
@media(max-width:767px) {
	.ss_timline_left:after, .ss_timline_right:after{
		background-color:transparent;
	}
	.ss_gallery_overlay {
		left: 12%;
		right: 12%;
	}
	.ss_gallery_box:last-child {
		margin-bottom: 30px;
	}
	.ss_menu ul li ul.sub-menu li {
		width: 90%;
	}
	.ss_menu ul li.active > a {
		color: #fff;
	}
	.ss_gallery_box img {
		width: 100%;
	}
	.ss_con_box {
    margin-bottom: 30px;
	}
	.ss_pricingtable {
		margin-bottom: 40px;
	}
    .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: 20px;
        margin-top: 20px;
	    padding: 15px 19px;
    }
    .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: 0px;
        background-color: #f78e23;
        width: 100%;
		margin-top: 56px;
    }
    .ss_menu ul li {
		width: 100%;
		background-color: #0a3b7d;
		margin-bottom: 1px;
	}
    .ss_menu ul li a {
        color: #ffffff;
        padding: 9px 20px;
        width: 100%;
        display: block;
    }
    .navbar-toggle {
	background-color: #0a3b7d;
	margin-top: -70px;
	margin-bottom: 0;
	margin-left: -50px;
    float: left;
    position: absolute;
    }
    .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    .ss_top_info ul li:first-child {
        border-left: none;
    }
    .ss_menu_wrapper .navbar-collapse {
        width: 100%;
    }
    .ss_menu_wrapper .navbar-nav {
		margin: 0;
	}
    .ss_menu_wrapper #bs-example-navbar-collapse-1 {
    padding-right: 0px;
    position: absolute;
    z-index: 99999;
	}
    .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;
    text-align: center;
}
.ss_gallery_box img {
    width: 75%;
	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: 90%;
    background: transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
	transform: scaleY(1);
	display:none;
}
.ss_menu ul li ul.sub-menu.ss_submenu_block{
	display:block;
	visibility: visible;
    opacity: 1;
}
.ss_menu ul li .fa-caret-down{
	display:inline-block;
	float:right;
}
.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;
}

.ss_feedback {
    margin-bottom: 15px;
}
.ss_timeline::after {
    left: 31px;
  }
  
  .ss_about_container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  
  .ss_about_container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .ss_timline_left::after, .ss_timline_right::after {
    left: 18px;
  }
  
  .ss_timline_right {
    left: 0%;
  }
.ss_contact_padding {
    padding: 40px 0px;
}
.ss_footer .ss_copyright_main,.ss_copyright2 {
    text-align: center;
}
.footer_part3 li {
    display: inline-block;
}
.footer_part3 ul {
    column-count: unset;
}

.ss_blog_left {
    padding: 0px;
}
.ss_blog_left_hover .media-left {
    display: flex;
}
.after_head_bg {
    padding: 2em 0em;
}
.ss_pricing_wrapper {
    padding: 40px 0px;
}

.ss_team_wrapper {
    padding: 40px 0px 20px;
}
.ss_timline_line:after {
    width: 0px;
}
.ss_timline_main .ss_timline_round {
    border: 5px solid #0a3b7d;
    width: 50px;
    height: 50px;
    line-height: 3em;
    font-size: 14px;
}
.ss_timline_right .ss_timline_round:after {
    border-right: 11px solid #0a3b7d;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: -23px;
    top: 10px;
}
.ss_timline_left .ss_timline_round:after {
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 11px solid #0a3b7d;
    position: absolute;
    right: -23px;
    top: 10px;
}
.ss_timline_right h1.ss_timline_round:before {
    left: -30px;
}
h1.ss_timline_round:before {
    width: 15px;
    height: 15px;
    top: 13px;
}
.ss_timline_left h1.ss_timline_round:before {
    right: -30px;
}
.ss_timline_right {
    margin-left: 0;
}
.ss_timline_left {
    margin-right: 0;
}
.ss_timline_main .ss_heading h1 {
    padding-bottom: 30px;
}
.ss_timline_main {
    padding: 40px 0px;
}
.ss_about_img.ed_element_wrapper img {
    transform: translate(0, 0);
    border: none;
}
.ss_about_img.ed_element_wrapper {
   background: transparent; 
   transform: translate(0px, 0px);
   margin-bottom: 0px;
}
.ss_feedback_wrapper {
    padding: 40px 0px 70px;
}
.ss_feedback_slider .owl-controls {
    top: 102%;
}
.ss_count_box h1 {
    font-size: 25px;
}
.ss_blog_wrapper {
    padding: 40px 0px;
}
.ss_heading h1{
	padding-bottom: 20px;
}
.ss_blog_left .media-body {
    padding: 0 15px;
}
.ss_view_all {
    margin-top: 0px;
}
.slider_owl2 h2 span:before {
    top: 30px;
	width:146px;
}
.slider_owl2 h1, .slider_owl2 h2 {
    margin-left: 0em;
    font-size: 20px;
    line-height: 17px;
    margin-bottom: 2px;
    padding: 5px 0px;
}
.slider_owl2 p {
    margin-bottom: 0px;
    font-size: 14px;
    margin-left: 0em;
    padding: 10px 0px;
    line-height: 20px;
}

.slider_btn {
    margin-left: 0em;
}
.slider_btn .pc_btn1 {
    font-size: 16px;
    height: 40px;
    width: 160px;
    padding: 10px 14px;
    line-height: 20px;
	margin-right:5px;
}
.caruosel_owl .owl-theme .owl-dots .owl-dot {
    display: none!important;
}
.slider_owl2 {
    margin-left: 2em;
}
.ss_menu ul li ul.sub-menu {
    border-bottom: 3px solid #0a3b7d
}
.ss_menu ul > li:hover > ul.sub-menu {
    transform: translate(0px,0em);
}

}
@media(max-width:575px){

.caruosel_owl .owl-carousel .owl-item img{
	height:250px;
}
}
@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;
	}
	.ss_service_wrapper {
		padding: 40px 0px;
	}
	
	.ss_about_wrapper {
		padding: 40px 0px;
	}
	.ss_offer_wrapper {
		padding: 40px 0px;
	}
	.ss_gallery_wrapper {
		padding: 40px 0px;
	}
	.ss_blog_wrapper {
		padding: 40px 0px;
	}

.ss_footer {
    padding: 70px 70px 20px;
}
.ss_blog_left .media-left img {
    width: 250px;
    padding-left: 15px;
}

}
@media(max-width:480px) {
.ss_feedback_slider .ed_element_wrapper img {
    margin-left: 1em;
    margin-top: 2.5em;
}
.ss_feedback h1 {
    padding: 45px 0px 0px;
}
p.ed_paragraph.testimonial:before {
    left: 0em;
}
.ss_blog_main .media-body {
    padding: 0 15px;
}
.media-left {
    display: flex;
    justify-content: center;
}
.comments .meta {
    float: inherit;
    text-align: center;
}
.ss_post_share ul li a i {
    letter-spacing: 8px;
}
.ss_blog_main {
    padding: 20px 0px;
}
.ss_blog_left .media-left img {
    width: 250px;
    height: 230px;
}
.ss_post_share li p {
    margin: 30px 0px 0;
}

.ss_single_b_img img {
    width: 345px;
    height: 100px;
}
.ss_breadcrumbs h1 {
    font-size: 30px;
}
.ss_footer {
    padding: 40px 0px 20px;
}
.ss_con_map iframe {
    height: 250px;
}
.ss_contact_bg {
    width: 100%;
	margin-left:0px;
}
.ss_contact_bg_main .ss_icon:before {
    font-size: 25px;
	padding:15px;
}
.ss_contact_bg_main .ss_icon {
    left: -1em;
    top: 3.4em;
}
.ss_contact_bg_main:hover.ss_contact_bg_main .ss_icon{
	left:-1em;
}
.ss_heading h1 {
    padding-bottom: 25px;
}
.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: 100%;
}
.ss_top_icons {
    margin-bottom: 10px;
}

	.ss_footer_wrapper {
		padding: 50px 0px;
	}
	.ss_service_wrapper {
		padding: 40px 0px;
	}
	.ss_service_box {
		padding: 10px 19px;
	}
	.ss_about_wrapper {
		padding: 40px 0px;
	}
	.ss_offer_wrapper {
		padding: 40px 0px;
	}
	.ss_gallery_wrapper {
		padding: 40px 0px;
	}
	.ss_blog_wrapper {
		padding: 40px 0px;
	}
	.recent-posts .inner-box .post .inner .text {
    font-size: 14px;
	}
	
	.ss_testimonial {
		margin-bottom: 40px;
	}
	.ss_test_slider .owl-controls {
		top: 90%;
	}
	.mission_box .ss_about_no {
    width: 30%;
}
    .ss_top_info ul li {
        margin-bottom: 10px;
		border-left: none;
    }
    .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;
}

.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;
}
.form_input_app_div.pc_form_2 .pc_input_section {
    width: 100%;
}
.ss_about_data h1 {
    font-size: 23px;
	line-height: 24px;
    margin-bottom: 6px;
}
.pc_team_box h2 {
    padding: 8px 5px 0px;
    font-size: 14px;
}
.slider_owl2 {
    top: 8%;
}
.slider_owl2 h1, .slider_owl2 h2 {
    font-size: 14px;
}
.slider_btn .pc_btn1 {
    font-size: 10px;
    height: 30px;
    width: 120px;
    line-height: 9px;
}
.slider_owl2 {
    margin-left: 1em;
}
.ss_search {
    padding: 0px 0px 20px;
}
.ss_search i {
    top: 0.5em;
}

}
@media(max-width:320px) {}