/*
Copyright (c) 2017
------------------------------------------------------------------
[Master responsive Stylesheet]

Template Name: locksmith landing page

table of content:-

1. primary css/html
2. Modules - reusable parts of our design/.btn1
3. topheader/.in_topheader_wrapper
4. menu/.in_menu_wrapper
5. banner/.in_banner_wrapper
6. about us/.in_aboutus_wrapper
7. services/.in_service_wrapper
8. team/.in_team_wrapper
9. timer/.in_timer_wrapper
10. gallery/.in_gallery_wrapper
11. price/.in_price_wrapper
12. testmonial/.in_testimonial_wrapper
13. getintouch/.in_getintouch_wrapper
14. footer/.in_footer_wrapper
15. service_page/.in_inner_page_banner
16. about_page/.in_aboutus_wrapper.about
17. price/.in_testimonial_wrapper.test_price
18. contact/.in_getintouch_wrapper.contact
19. media css
------------------------------------------------------------------- */

/*-----------------------------
1. primary css
------------------------------*/
/* devanagari */


html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
	color:#6666666;
	margin:0;
	font-family: 'Roboto', sans-serif;
	line-height:25px;
	font-size:16px;
}
a{
	text-decoration:none!important;
}
a>.paragraph{
	transition:0.3px ease-in;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-ms-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
}
a>.paragraph:hover{
	color:#5ab7f3;
}
#err1 {
    padding-top: 10px;
}
.clear{
clear:both;
}

/*-----------------------------
1. primary css
------------------------------*/

/***************************************
2. Modules - reusable parts of our design start
****************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

.btn1{
	height:50px;
	line-height:47px;
	background-color:#5ab7f3;
	border:2px solid #5ab7f3;
	font-size:17px;
	display:inline-block;
	padding:0 55px;
	letter-spacing:0.3px;
	font-weight:600;
	text-decoration:none !important;
	border-radius:30px;
	color:#ffffff;
	text-transform:uppercase;
	transition:0.3px ease-in;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-ms-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
	margin-right:10px;
	position:relative;
	z-index:1;
	overflow:hidden;
	outline:none;
}
.btn1:after {
    position: absolute;
    content: '';
	outline:none;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    width: 0%;
    border-radius: 30px;
    z-index: -1;
	transition:0.3px ease-in;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-ms-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
}
.btn1:hover:after{
	width:100%;
}
.btn1:hover{
	color:#5ab7f3;
}
.My_btn {
	height:45px;
	line-height:42px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background-color:#5ab7f300;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	padding: 0px 25px;
	color: #5ab7f3;
    font-size: 18px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	border-radius: 1px;
    border: 2px solid #5ab7f3;
	transition:0.5s;
	}

.My_btn:hover, .My_btn:focus, .My_btn:active {
    color: white;
	background-color:#5ab7f3;
	border-color:#5ab7f300;
}
.My_btn:hover:before, .My_btn:focus:before, .My_btn:active:before {
     -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.show-submenu{
	display:none;
}
.btn2{
	height:69px;
	background-color:#ffffff;
	color:#5ab7f3;
	padding:0 55px;
	float:left;
	text-decoration:none !important;
	line-height:69px;
	font-size:22px;
	letter-spacing:0.3px;
	font-weight:500;
	border-radius:6px;
	text-transform:capitalize;
	transition:0.3s ease-in;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-ms-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
	margin-left:10px;
}
.btn2:hover{
	background-color:#5ab7f3;
	color:#ffffff;
}
.btn_left{
	width:50%;
	float:left;
}
.left{
	float:left;
}
.right{
	float:right;
}
.radius{
	border-radius:100%;
}
.heading1{
	font-family: 'Roboto', sans-serif;
	font-size:35px;
	line-height:40px;
	margin:0;
	letter-spacing:0.4px;
	color:#5ab7f3;
	text-transform:uppercase;
	font-weight:600;
}
.heading2,.comments-title,.comment-reply-title{
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	line-height:40px;
	letter-spacing:0.4px;
	margin:0;
	color:#222222;
	text-transform:uppercase;
	font-weight:600;
	transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}
.heading3{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	line-height:40px;
	color:#222222;
	margin:0;
	text-transform:capitalize;
	font-weight:500;
	transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}
.link{
	color: #5ab7f3;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 600;
	font-family: 'Roboto', sans-serif;
    text-decoration: none!important;
    margin-left: 20px;
    text-transform: uppercase;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}
.link:hover{
	color:#444444;
}
.padder_bottom10{
	padding-bottom:10px;
}
.padder_top10{
	padding-top:10px;
}
.padder_bottom20{
	padding-bottom:20px;
}
.padder_bottom30{
	padding-bottom:30px;
}
.padder_bottom40{
	padding-bottom:40px;
}
.padder_bottom50{
	padding-bottom:50px;
}
.padder_bottom60{
	padding-bottom:60px;
}
.padder_bottom80{
	padding-bottom:80px;
}
.padder_top80{
	padding-top:80px;
}
.padder_left20{
	padding-left:20px;
}
.padder_left10{
	padding-left:10px;
}
.padder_right10{
	padding-right:10px;
}
.paragraph{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:25px;
	letter-spacing:0.4px;
	margin:0;
	font-weight:400;
	margin-bottom:0px;
	color:#666666;
	transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}

.bg-2{
	background-color: #f5f5f5;
}
.bg-1{
	background-color: #3e3e3e;
}
.c-1 {
    color: #5ab7f3;
}
.c-2 {
    color:#222222;
}
.bg-white{
	background-color: #ffffff;
}
.text-right{
	text-align:right;
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
}
ul.locksmith_pagination{
    margin: 0;
    padding: 0;
    list-style-type: none;
	border: 1px solid #dedede;
}
ul.locksmith_pagination li{
   display:inline-block;
   border-right: 1px solid #dedede;
   margin-right: -4px;
}
.locksmith_pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #444444;
    text-align: center;
	line-height:40px;
	transition:0.5s;
}

.locksmith_pagination .active a{
    background: #5ab7f3;
    color: white;
}
.locksmith_pagination li a:hover {
    background: #5ab7f3;
    color: white;
}
ul.locksmith_pagination li:last-child {
    border: none;
	margin-right: 0;
}
div.heading_line{
	position:relative;
}
div.heading_line:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: #5ab7f3;
    left: 10px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: -8px;
}
div.heading_line:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: #5ab7f3;
    left: -10px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
/***************************************
2. Modules - reusable parts of our design end
****************************************/

/***************************************
3. top header start
****************************************/
.in_topheader_wrapper{
	width:100%;
	float:left;
	background-color:#000000;
	padding:20px 0;
}
.in_topheader_wrapper .in_top_menu{
	width:100%;
	float:left;
}
.in_topheader_wrapper .in_top_menu .paragraph{
	float:left;
	font-size:14px;
	line-height:26px;
	font-weight:400;
	text-decoration:none;
	padding-bottom:0;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
}
.in_topheader_wrapper .in_top_menu .paragraph:hover{
	color:#5ab7f3;
}
.in_social_icon{
	width:100%;
	float:left;
}
.in_social_icon>ul{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.in_social_icon>ul>li{
	float:left;
	margin-right:15px;
}
.in_social_icon>ul>li>a{
	color:#ffffff;
	display:inline-block;
	font-size:15px;
	transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}
.in_social_icon>ul>li>a:hover{
	color:#5ab7f3 !important;
}
.in_social_icon>ul>li:last-child{
	margin-right:0;
}
/* my */
section.in_tophead_wrapper {
    padding: 20px 0px;
    background: #ffffff;
}
.in_tophead_wrapper .in_top_details ul {
    margin: 0;
    padding: 0;
}
.in_tophead_wrapper .in_top_details ul > li {
    list-style-type: none;
    float: left;
    width: 50%;
    /* border-right: 1px solid #D3D3D3; */
    padding: 0 18px;
}
.in_tophead_wrapper .in_top_details ul > li:last-child {
    border: none;
}

.in_tophead_wrapper .in_top_details ul li svg {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
	width: 35px;
    height: 35px;
}
.in_tophead_wrapper .in_top_details ul li b {
    color: #222222;
}
.in_topsocial_icon ul {
    /* float: right; */
    margin: 0;
    padding: 0;
    list-style: none;
}
.in_topsocial_icon ul li {
    float: left;
    margin-right: 8px;
}
.in_topsocial_icon ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #5ab7f3;
    color: #ffffff;
    font-size: 16px;
    line-height: 35px;
    margin:12px 2px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
}
.in_menu_wrapper .navbar {
    margin-bottom: 0px;
	min-height:0px;
	border: none;
}
.in_menu_wrapper .in_menu>ul>li>a{
    display: block;
    padding: 17px 16px;
}
.in_menu_wrapper .in_menu>ul>li>a:hover{
	background:#5ab7f3;
}
.in_menu>ul>li>ul.submenu:hover {
    /* background-color: red; */
}
.in_topsocial_icon ul li a.fb:hover {
	background:rgb(57, 84, 152);

}
.in_topsocial_icon ul li a.twiiter:hover {
	background:rgb(92, 198, 247);
}
.in_topsocial_icon ul li a.vime:hover {
	background:rgb(57, 84, 152);
}
.in_topsocial_icon ul li a.linkedin:hover {
	background:rgb(0, 99, 148);;
}
.in_topsocial_icon ul li a.insta:hover {
	background-image: linear-gradient(rgb(203, 40, 137), rgb(244, 156, 75));
}
.in_menu_wrapper .in_menu>ul>li>a.active {
    background:#5ab7f3;
}
/* my */



/***************************************
3. top header end
****************************************/

/***************************************
4. menu start
****************************************/
.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
	transition:0.5s;
  }
.in_menu_wrapper{
	width:100%;
	float:left;
	background-color:#222222;
	/* position:relative; */
}
.in_menu_wrapper .in_logo{
	float:left;
}
.in_menu_wrapper .in_menu{
	width:100%;
	float:left;
	/* margin-top:10px; */
}
.in_menu>ul{
	margin:0;
	 float:right;
	padding:0;
	list-style:none;
}
.in_menu>ul>li{
	float:left;
	/* margin-right:30px; */
	/* margin-right:26px; */
	position:relative;
}

.in_menu>ul>li>ul.submenu{
	padding:0;
    margin: 0;
	position:absolute;
    list-style: none;
    background-color: #222222;
	min-width:210px;
	left:0;
	top:140%;
	z-index:999;
	opacity:0;
	visibility:hidden;
	transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
	/* box-shadow:0px 0px 6px rgba(204, 204, 204, 0.5); */
    /* border-radius: 5px; */
	border-radius:0px 0px 5px 5px;
	 border-bottom: 3px solid #5ab7f3;
}
.in_menu>ul>li>ul.submenu li:last-child {
    border: none;
}
.in_menu>ul>li:hover>ul.submenu{
    opacity: 1;
    top: 100%;
	visibility:visible;
}
.in_menu>ul>li>ul.submenu>li{
	width: 100%;
    float: left;
    padding: 10px 20px;
	border-bottom:1px solid #eeeeee4d;
	transition:0.5s;
}
.in_menu>ul>li>ul.submenu>li:hover {
    background: #5ab7f3;
}
.in_menu_wrapper .navbar-collapse{
	padding:0px;
}
.in_menu>ul>li:last-child{
	margin-right:0px;
}
.in_menu>ul>li>a,.in_menu>ul>li>ul.submenu>li>a{
	font-size:13px;
	/* line-height:40px; */
	letter-spacing:0.3px;
	font-weight:600;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}
.in_menu>ul>li:hover>a{
	color:#5ab7f3;
	color:white;
}
.in_menu>ul>li>ul.submenu>li>a{
	text-transform:capitalize;
	line-height:20px;
}
.in_menu>ul>li>ul.submenu>li>a:hover{
	color:#ffffff;
}

/***************************************
4. menu end
****************************************/

/***************************************
5. banner start
****************************************/
.in_banner_wrapper{
	width:100%;
	float:left;
}
.in_banner_wrapper .in_slider_wrapper{
	width:100%;
	float:left;
}
.owl-carousel{
	display:block;
}
.in_slider{
	width:100%;
	float:left;
	padding:0 30px;
	padding-top:245px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding-bottom:245px;
}
.slide1{
	background-image:url('https://www.serrurerie-lyon.fr/images/sliders/slider1.png');
}
.slide2{
	background-image:url('https://www.serrurerie-lyon.fr/images/sliders/slider2.png');
}
.slide_3{
	background-image:url('https://www.serrurerie-lyon.fr/images/sliders/slider3.png');
}

.in_slider.loaded .head1slide1{
	animation: fadeInLeft;
	-webkit-animation: fadeInLeft;
	-ms-animation: fadeInLeft;
	-moz-animation: fadeInLeft;
	-o-animation: fadeInLeft;
      -webkit-animation-duration: 0.9s;
    -moz-animation-duration: 0.9s;
    -ms-animation-duration: 0.9s;
    -o-animation-duration: 0.9s;
    animation-duration:0.9s;
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
    animation-delay: .01s;
}
.in_slider.loaded .head2slide1{
	animation: fadeInRight;
	-webkit-animation: fadeInRight;
	-ms-animation: fadeInRight ;
	-moz-animation: fadeInRight;
	-o-animation: fadeInRight;
    -webkit-animation-duration: 0.9s;
    -moz-animation-duration: 0.9s;
    -ms-animation-duration: 0.9s;
    -o-animation-duration: 0.9s;
    animation-duration:0.9s;
-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.in_slider.loaded .head1slide2{
	animation: fadeInUp;
	-webkit-animation: fadeInUp;
	-ms-animation: fadeInUp;
	-moz-animation: fadeInUp;
	-o-animation: fadeInUp;
      -webkit-animation-duration: 2s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration:2s;
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.in_slider.loaded .head2slide2{
	animation: fadeInDown;
	-webkit-animation: fadeInDown;
	-ms-animation: fadeInDown;
	-moz-animation: fadeInDown;
	-o-animation: fadeInDown;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration:2s;

}

.in_slider.loaded .paragraph {
	animation: fadeIn;
	-webkit-animation: fadeIn;
	-ms-animation: fadeIn;
	-moz-animation: fadeIn;
	-o-animation: fadeIn;
	  -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration:2s;
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.in_slider.loaded .btn1 {
	animation: zoomIn;
	-webkit-animation: zoomIn;
	-ms-animation: zoomIn;
	-moz-animation: zoomIn;
	-o-animation: zoomIn;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration:1s;
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.in_slider.loaded .My_btn {
	animation: zoomIn;
	-webkit-animation: zoomIn;
	-ms-animation: zoomIn;
	-moz-animation: zoomIn;
	-o-animation: zoomIn;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration:1s;
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.white_color{
	color:#ffffff;
}
.in_slider .heading2{
	font-size:32px;
	line-height:26px;
	text-transform:capitalize;
	font-weight:500;
	letter-spacing:0.4px;
	color:rgba(255,255,255,0.85);
    margin-bottom:10px;
}
.in_slider .paragraph{
	font-size:18px;
	line-height:30px;
	color: #ffffff;
	margin-bottom: 20px;
}
.in_slider.slide1 .paragraph{
	padding-right:200px;
}
.in_slider.slide2 .paragraph{
	padding-left:200px;
}

.in_slider_wrapper .owl-controls {
    bottom: 40%;
}
.owl-controls{
	position: absolute;
    text-align: center;
    right: 1%;
    bottom: -25px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.owl-controls .owl-dots{
	display:inline-block;
}
.owl-controls .owl-dot {
    background-color: transparent;
	position:relative;
    width: 20px;
    height: 20px;
	margin:10px 0px;
    margin-right:8px;
    border-radius: 15px;
    border: 1.3px solid transparent;
}
.owl-controls .owl-dot.active{
    border-color:#5ab7f3;
}
.owl-controls .owl-dot:before{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	content:"";
	width:5px;
	height:5px;
	border-radius:50%;
	background-color:#5ab7f3;
}
.in_banner_wrapper .in_slider .heading1{
    display: inline-block;
	margin: 0;
	font-size:50px;
	line-height:normal;
	padding-bottom:5px;
}
.in_slider.slide3 .paragraph {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.in_banner_wrapper .in_slider .box {
    width: 900px;
}
.in_banner_wrapper .in_slider a.My_btn {
    height: 52px;
    line-height: 50px;
    padding: 0px 35px;
    background: #5ab7f3;
    color: white;
}
.in_banner_wrapper .in_slider a.My_btn:hover {
    background: transparent;
    color: #5ab7f3;
    border: solid 2px #5ab7f3;
}
.in_banner_wrapper .in_slider .box.slider_left {

	/* position:absolute; */
	margin-left: 200px;

}
.in_banner_wrapper .in_slider .box.slider_right {
	float:right;
	margin-right: 200px;
	text-align:right;
}
.in_banner_wrapper .in_slider .box.slider_center {
    *background: green;
	/* position:absolute; */
	left:0;
	right:0;
	margin:auto;
}
/***************************************
5. banner end
****************************************/

/***************************************
6. service start
****************************************/
.in_service_wrapper{
	width:100%;
	float:left;
	padding-top:62px;
	padding-bottom: 30px;;
	overflow:hidden;
	background-color:#f5f5f5;
}


/* services custome css */
.in_service_wrapper .service_box{
	position: relative;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	background:#ffffff;
	padding: 56px 35px 23px;
}


.service_box:before {
     position: absolute;
     content: "";
     width: 99%;
     height: 100%;
     border: 1px solid #ececec;
     left: 0;
     top: 0;
     border-width: 1px 0px 0px 1px;
     transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
}
.service_box:after {
     position: absolute;
     content: "";
     width: 99%;
     height: 100%;
     border: 1px solid #ececec;
     right: 0;
     bottom: 0;
     border-width: 0px 1px 1px 0px;
     transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
}
 .service_box:hover:before, .service_box:hover:after {
     width: 60px;
     height: 60px;
     border-color:#ffc426;
}
 .service_box:hover:before{
     border-width: 3px 0px 0px 3px;
}
 .service_box:hover:after{
     border-width: 0px 3px 3px 0px;
 }

.in_service_wrapper .service_box:hover .service_icon span{
    background: #5ab7f3;
	color:#ffffff;
}

.in_service_wrapper .service_box .bg_img:after {
    content: "";
    position: absolute;
    /* background: rgba(4, 4, 4, 0.83); */
    background: rgba(9, 49, 79, 0.93);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.in_service_wrapper .service_box .service_icon {
    position: relative;
}
.in_service_wrapper .service_box .service_icon span {
	color: #5ab7f3;
    font-size: 40px;
    margin: 0;
    background: #ffffff;
    padding: 18px;
    border-radius: 50%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	transition:0.2s;
}
.in_service_wrapper .service_box .service_data {
    padding: 40px 0px 0px;
	position:relative;
}
.in_service_wrapper .service_box .service_data {
    color: white;
}
.in_service_wrapper .service_box .service_bottom a {
    color: #5ab7f3;
}
.in_service_wrapper .service_box .service_bottom a:hover {
    color:rgb(210, 210, 210);
}
.in_service_wrapper .service_box .service_data h2 {
    position: relative;
    padding-bottom: 20px;
    color: #333333;
    text-transform: uppercase;
	font-size: 18px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	transition:0.5s;
}

.in_service_wrapper .service_box .service_data p {
	color: rgb(119, 119, 119);
	transition:0.5s;
}





.in_service_wrapper .btm_margin {
    margin-bottom: 40px;
}

/* services custome css */

/* services deails */
.in_ser_details_wrapper {
    width: 100%;
    float: left;
    padding: 62px 0 70px;
}
.in_ser_details_wrapper .details_img img {
    width: 100%;
}
/* services deails */

/***************************************
6. service end
****************************************/

/***************************************
7. about us start
****************************************/
.in_aboutus_wrapper{
	width:100%;
	float:left;
	padding: 70px 0;
	background-color:#ffffff;
}
.in_aboutus_wrapper .paragraph {
    padding-bottom: 20px;
}
.in_aboutus_wrapper .in_about_detail{
	width:100%;
	float:left;
}
.in_aboutus_wrapper .in_about_detail .heading2{
	color:#444444;
	text-transform:uppercase;
	font-size:26px;
	line-height:30px;
	margin-bottom:30px;
	position:relative;
}
.in_aboutus_wrapper h5 {
    font-size: 20px;
    color: #222;
    font-weight: 600;
}
.in_aboutus_wrapper .in_about_detail h2 {
    font-size: 30px;
    padding-bottom: 12px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
	color: #222222;
}
.in_aboutus_wrapper .in_about_detail b {
    color: #5ab7f3;
}
.border_bottom:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #f69e00;
    left: 0;
    bottom: -10px;
}

.in_about_detail>ul{
	padding:0;
	margin:0;
	display:inline-block;
	list-style:none;
	padding-bottom:12px;
}
.in_about_detail>ul>li{
	float:left;
	line-height:30px;
	width:100%;
}

.in_about_detail>ul>li>span{
	font-size:15px;
	color:#666666;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:0.4px;
	text-transform:capitalize;
	text-decoration:none;
	float:left;
}
.in_about_detail>ul>li>.pr{
	padding-left:10px;
}
.in_about_detail svg {
   vertical-align:middle;

}
.in_aboutus_wrapper .abimg_border{
	position:relative;
	transition:0.5s;
}


.in_aboutus_wrapper .abimg_border .img_2 {
    position: absolute;
    top: 80%;
    left: 20%;
}
.in_about_detail .My_btn {
    height: 40px;
    line-height: 37px;
    font-size: 17px;
    padding: 0px 24px;
    font-weight: normal;
	margin-top: 10px;
}
/***************************************
7. about us end
****************************************/

/***************************************
8. team start
****************************************/
.in_team_wrapper{
	width:100%;
	float:left;
	background-color:#ffffff;
	padding-top: 62px;
    padding-bottom: 70px;

}
.in_team_wrapper .in_team_member{
	width:100%;
	float:left;
	overflow: hidden;
}
.in_team_member.ls_team_box {
    margin-top: 30px;
}
.in_team_member .in_social_icon>ul>li>a{
	color:#444444;
	font-size:16px;
}
.in_team_wrapper .radius{
	/* border-radius:10px; */
}
.in_team_member .heading2, .in_testimonial .heading2{
	font-size:20px;
	color:#5ab7f3;
	text-transform:capitalize;
	line-height:40px;
	font-weight:500;
}
.in_team_member:hover .heading2{
	color:#5ab7f3;
}
.in_team_member .paragraph{
	font-size:15px;
	text-transform:capitalize;
	padding-bottom:0px;
}
.in_team_member .in_social_icon>ul{
	display: inline-block;
    float: initial;
	padding-top:5px;
}
.ih-item.square{
	width:auto;
	height:auto;
	border:none;
	box-shadow:none;
}
.ih-item.square.effect3.colored .info{
	background: rgba(0, 0, 0, 0.15);
    border-top: 3px solid #5ab7f3;

}

.ih-item.square.effect3 .info h3{
	padding:20px 0;
}
.in_team_wrapper .in_team_member .ih-item.square.effect15.colored .info {
    background: rgba(0, 0, 0, 0.45);
}
.in_team_wrapper .in_team_member .ih-item.square.effect15 .info h3 {
    background: #5ab7f3;
	/* transform:scale(0); */
	transition:1.5s;
	position: absolute;

    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}
.in_team_wrapper .in_team_member .ih-item.square.effect15 a:hover .img {
    opacity: 1;
    visibility: visible;
}
.in_team_wrapper .in_team_member .ih-item.square.effect15.bottom_to_top a:hover .img {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.in_team_wrapper .team_box .info, .in_team_wrapper .team_box{
    position: relative;
}
.in_team_wrapper .infodata {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	background:#5ab7f3c9;
	padding: 8px;
	/* border-radius: 0 0 10px 10px; */
}
.in_team_wrapper .team_box img{
	width:100%;
	height:auto;
}
.in_team_wrapper .infodata h3, .in_team_wrapper .infodata p {
    color: white;
	padding:0;
}
.in_team_wrapper .infodata h3{
	font-size:20px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.in_team_wrapper .team_box .info {
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
	visibility:hidden;
    -webkit-transition: all .35s ease-in-out .3s;
    -moz-transition: all .35s ease-in-out .3s;
    transition: all .35s ease-in-out .3s;
	-webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);

}

.team_box:hover .info {
    visibility: visible;
    opacity: 1;
	-webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}
.team_social ul {
    margin:0;
	padding:0;
}
.team_social ul li {
    list-style: none;
	margin-bottom: 5px;
}
.team_social_ul {
    position: absolute;
    left: 0;
    top: -176px;
	transition:0.5s;
}

.in_team_wrapper .team_social ul li a {
    display: block;
    background: #5ab7f3;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
	transition:0.5s;
	font-size: 14px;
}
.in_team_wrapper .team_social ul li a:hover {
    background: #222222;
}
.team_box:hover .team_social_ul {
    top: 0;
}
/*********************** Demo - 20 *******************/
.box20{position:relative}
.box20:after,.box20:before{position:absolute;content:""}
.box20:before{width:80%;height:220%;background:#5ab7f3;top:-50%;left:-100%;z-index:1;transform:rotate(25deg);transform-origin:center top 0;transition:all .5s ease 0s}
.box20:hover:before{left:10%}
.box20:after{width:55%;height:175%;background-color:rgba(0,0,0,.8);bottom:-1000%;left:53%;transform:rotate(-33deg);transform-origin:center bottom 0;transition:all .8s ease 0s}
.box20 .box-content,.box20 .icon{width:100%;padding:0 20px;position:absolute;right:55px;z-index:2;transition:all 1.1s ease 0s}
.box20:hover:after{bottom:-70%}
.box20 img{width:100%;height:auto}
.box20 .box-content{top:-100%;color:#fff}
.box20:hover .box-content{top:30px}
.box20 .title{font-size:24px;margin:0}
.box20 .icon li a,.box20 .post{display:inline-block;font-size:14px}
.box20 .post{margin-top:5px}
.box20 .icon{list-style:none;margin:0;bottom:-100%}
.box20:hover .icon{bottom:25px}
.box20 .icon li{display:inline-block}
.box20 .icon li a{width:35px;height:35px;line-height:35px;background:#fff;border-radius:50%;margin:0 3px;color:#222;text-align:center;transition:all .5s ease 0s}
.box20 .icon li a:hover{background:#fff;color:#5ab7f3}

@media only screen and (max-width:479px){.box20 .title{font-size:20px}
}
/***************************************
8. team end
****************************************/
/***************************************
9. timer start
****************************************/
.in_timer_wrapper{
	width:100%;
	float:left;
	background:url(https://via.placeholder.com/1920x317);
	padding-top: 80px;
    padding-bottom: 63px;
	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
	z-index:1;
	background-attachment: fixed;
}
.in_timer_wrapper:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.7294117647058823);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index:-1;
}
.in_timer_wrapper .in_timer{
	width:100%;
	float:left;
}
.in_timer_wrapper .in_timer>ul{
	margin:0;
	padding:0;
	list-style:none;
}
.in_timer_wrapper .in_timer>ul>li{
	float:left;
	width:25%;
}
.in_timer_wrapper .in_timer>ul>li .heading2{
	font-size:20px;
	color:#ffffff;
	line-height:30px;
	text-transform:capitalize;
}
.in_timer_section span {
    transform: rotate(40deg);
    border: solid 2px #fff;
    display: inline-block;
    border-radius: 10px;
}
.in_timer_section span.c-1 {
    transform: none;
}
.in_timer_section .myflaticon:before {
    transform: rotate(-40deg);
    display: inline-block;
}
.in_timer_section img {
    width: 65px;
    display: block;
    margin: auto;
    border: 1px solid #5ab7f3;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    margin-bottom: 18px;
}
.in_timer_section span.myflaticon {
	font-size: 30px;
    color: white;
    text-align: center;
    margin: 0;
    width: 70px;
    height: 70px;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}


@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}



.in_timer_section span.myflaticon:hover {
    color:#5ab7f3;
    box-shadow: 0 0 0 0px rgba(255,255,255,1);

}
.in_timer_section span.myflaticon:hover:after {

   opacity:1;
   visibility:visible;

}
.in_timer_section .heading1 {
    margin-top: 30px;
	font-size: 35px;
	margin-bottom: 4px;
}

/***************************************
9. timer end
****************************************/

/***************************************
10. gallery start
****************************************/
.in_gallery_wrapper{
	width:100%;
	float:left;
	background-color:#ffffff;
	padding-top:62px;
	padding-bottom:70px;
}

/***************************************/
.in_gallery_wrapper .img_grid {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.in_gallery_wrapper .column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.in_gallery_wrapper  .column img {
    vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .in_gallery_wrapper .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .in_gallery_wrapper .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}
.in_gallery_wrapper .grid_itesms a {
	display: block;
    position: relative;

}
.in_gallery_wrapper .grid_itesms a:before {
    content: "";
    position: absolute;
    /* background: #000000ad; */
    background: #222222b8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
	opacity:0;
	visibility:hidden;
	transition: all 0.4s;
}
.in_gallery_wrapper .grid_itesms:hover a:before, .in_gallery_wrapper .grid_itesms:hover .grid_content {

	opacity:1;
	visibility:visible;
}
.in_gallery_wrapper .grid_content {

    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
	color: white;
	text-align: center;
	opacity: 0;
    z-index: 11;
}
.in_gallery_wrapper .grid_content i {
    font-size: 30px;
}
.in_gallery_wrapper .grid_itesms {
    margin-top: 8px;
}
.in_gallery_wrapper .locksmith_pagination {
    margin-top:30px;
}

/***************************************
10. gallery end
****************************************/

/***************************************
11. price start
****************************************/
.in_pricing_wrapper{
	width:100%;
	float:left;
	padding-top:62px;
	padding-bottom:40px;
}
.in_pricing_wrapper .in_price_table{
	width:100%;
	float:left;
	background-color:transparent;
	border:1px solid #5ab7f3;
	padding:35px 0;
	color:#5ab7f3;
	margin-bottom:30px;
	transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
}
.in_pricing_wrapper .in_price_table:hover{
	/* box-shadow: 0 0 14px rgba(246, 157, 1, 0.5); */
	    box-shadow: 0px 0px 15px rgba(70, 70, 70, 0.28);
    transform: translate(0px,-5px);

}
.in_price_table .heading2{
	font-size:20px;
	line-height:30px;
}
.in_price_table .paragraph{
	text-transform:capitalize;
}
.in_price_table .heading1{
	font-size:50px;
	background-color:#5ab7f3;
	padding:30px 0;
	text-transform:capitalize;
	margin-top:30px;
	margin-bottom:10px;
	color:#ffffff;
	font-weight:400;
}
.in_price_table>ul{
	margin:0;
	padding:0;
	padding:0 40px;
	margin-bottom:30px;
	display:inline-block;
	list-style:none;
}
.in_price_table>ul>li{
	float:left;
	width:100%;
	border-bottom:1px solid #888888;
	padding-bottom:15px;
	padding-top:20px;
}
.in_price_table>ul>li> .paragraph{
	text-transform:initial;
}
.in_price_table span.price{
	font-size:16px;
}
/***************************************
11. price end
****************************************/

/***************************************
12. testimonial start
****************************************/
.in_testimonial_wrapper{
	width:100%;
	float:left;
	padding: 63px 78px 160px 78px;
	background-color:#ffffff;
}
.in_testimonial_wrapper .in_testimonial{
	width:100%;
	float:left;
	padding-bottom:30px;
	text-align: center;
    background: #ffffff;
    padding: 20px 54px;
    box-shadow: 0px 0px 10px #82828282;
    border: 1px solid #5ab7f3;
}
.in_testimonial_wrapper.ls_testimonial {
    padding-bottom: 115px;
}
.testimonial_slider{
	width:100%;
	float:left;
}
.in_testimonial_wrapper .owl-carousel .owl-item img{
	display: initial;
    width:auto;
}
.in_testimonial_wrapper .owl-carousel .test_name .paragraph{
	font-size:14px;
	padding:0;
	text-transform:capitalize;
	text-align:right;
}
.in_testimonial_wrapper .owl-carousel .heading2{
	text-align:right;
	font-size:16px;
	line-height:20px;
	color:#000000;
	text-transform:capitalize;
}
.in_testimonial_wrapper .owl-carousel .heading2:hover{
	color:#5ab7f3;
}
.test_name{
	width:calc(100% - 106px);
	float:left;
	padding-right:16px;
	position:relative;
	padding-top:40px;
}
.test_name:after{
	position:absolute;
	content:'';
	width:100%;
	height:1px;
	background-color:#cccccc;
	right:0;
	top:25px;
}
.test_image{
	width:106px;
	float:right;
}

.in_testimonial_wrapper .owl-controls {
    text-align: center;
    float: left;
    right: 0;
    margin: auto;
    left: 0;
    bottom: -62px;
    -webkit-transform: translateX(0%);

}
.in_testimonial_wrapper .owl-controls .owl-dots{
	display:inline-block;
}
.in_testimonial_wrapper .owl-controls .owl-dot {
    background-color: transparent;
    width: 20px;
    height: 20px;
    float: left;
    margin-right:8px;
    border-radius: 15px;
    border: 1.3px solid transparent;



}
.in_testimonial_wrapper .owl-controls .owl-dot.active{
       border-color: #5ab7f3;
}
.ih-item img{
	width:100%;
	height:auto;
	/* border-radius:10px; */
}
.in_testimonial .name {
    padding: 20px 0px;
}
.in_testimonial .name h2 {
    color: #5ab7f3;
    font-size: 18px;
}
.in_testimonial .name p {
    margin:0;
}
.in_testimonial i {
    /* background: #5ab7f3; */
    padding: 10px;
    color: #5ab7f3;
	font-size: 30px;
}

.in_testimonial .data {
    padding-top: 20px;
  border-radius: 50%;
}
/***************************************
12. testimonial end
****************************************/

/***************************************
13. getintouch start
****************************************/
.in_getintouch_wrapper{
	width:100%;
	float:left;
	background-color: white;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.ls_appointment {
    margin-top: -60px;
}
.in_contact_form.ls_form_make {
    padding: 47px 0 0;
}
.in_getintouch_wrapper.contact {
	padding: 50px 0 70px;
}
.in_getintouch_wrapper .heading2{
	color:#ffffff;
}
.in_getintouch_wrapper .paragraph{
	color:#ffffff;
}
.in_getintouch_wrapper .in_contact_form{
	width:100%;
	float:left;
}
.in_contact_form .message{
	width:100%;
}
.feild_left {
    float: left;
    width: 50%;
}
.feild_left .form-control{
    width:95%
}
.in_contact_form.ls_form_make .message>textarea,.comment-respond .message>textarea{
	min-height:100px;
}
.in_contact_form .message>textarea,.comment-respond .message>textarea{
	width:97%;
	min-height:165px;
	/* border-radius:10px; */
	border:1px solid #999999;
	box-shadow:none;
	color:#ffffff;
	font-size:16px;
	resize:none;
	outline:none;
	background-color:transparent;
}
.in_contact_form .form-control, .comment-respond .form-control{
	height:45px;
	line-height:45px;
	background-color:transparent;
	border:1px solid #999999;
	padding:0 20px;
	color:#ffffff;
	outline:none;
	box-shadow:none;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0
}
.in_newsletter_wrapper input::-moz-placeholder, .in_newsletter_wrapper textarea::-moz-placeholder{
 color: red;

}
.in_newsletter_wrapper input:-ms-input-placeholder, .in_newsletter_wrapper textarea::-ms-input-placeholder {
 color: #fff;
}
.in_newsletter_wrapper input::-webkit-input-placeholder, .in_newsletter_wrapper textarea::-webkit-input-placeholder  {
 color: #fff;
}

.in_contact_form .My_btn {
    box-shadow: none;
    text-shadow: none;
    margin: 0;
	outline:none;
}
/***************************************
13. getintouch end
****************************************/
.ls_client_slider {
    background: #5ab7f3;
}
.testimonial_slider.ls_client {
    padding: 70px 0;
}
.testimonial_slider.ls_client img {
    width: auto;
	margin: auto;
}
.ls_client .owl-controls {
    display: none;
}
/***************************************
14. footer start
****************************************/
.in_footer_wrapper{
	width:100%;
	float:left;
	background-color:#ffffff;
	padding-top:40px;
}
.in_footer_menu
 .in_logo {
    float: right;
}
.in_footer_wrapper .in_footer_menu{
	width:100%;
	float:left;
	border-bottom:1px solid #000000;
}
.in_footer_menu .navbar{
	margin-bottom:30px;
}
.footer_submenu{
	padding:30px 0;
	width:100%;
	float:left;
}
.footer_submenu .in_top_menu>ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer_submenu .in_top_menu>ul>li{
	line-height:28px;
	margin-right:28px;
	display: inline-block;
}
.footer_submenu .in_top_menu>ul>li:hover .paragraph{
	color:#5ab7f3;
}
.footer_submenu .in_top_menu>ul>li>a{
	margin-right:10px;
}
.footer_submenu .in_top_menu>ul>li:last-child{
	margin-right:0px;
}
.footer_submenu .in_top_menu>ul>li>a p{
	margin-bottom: 0px;
}
.in_footer_menu .navbar-collapse{
	padding:0px;
}
.footer_submenu .paragraph{
	padding-left:15px;
}
.in_footer_wrapper .in_social_icon>ul>li>a{
	color:#444444;
	padding:5px 0;
	font-size:16px;
}
.copyright_wrapper{
	width:100%;
	float:left;
	padding:35px 0;
	background-color:#232222;
}
.copyright_wrapper .copyright_detail{
	width:100%;
	float:left;
}
.copyright_detail .paragraph{
	color:#c6c6c6;
	padding-bottom:0px !important;
}
.copyright_detail .paragraph:hover{
	color:#5ab7f3;
}



section.top_footer_wrapper {
    width: 100%;
    float: left;
	background: #222222;
}
.top_footer_wrapper .main_box1 {
    padding-top: 66px;
    padding-bottom: 54px;
}
.top_footer_wrapper .top_footer_box h3 {
    padding-bottom: 40px;
	position: relative;
	color: #ffffff;
	/* color: #222222; */
}
.top_footer_wrapper .top_footer_box p {
    color: #dad9d9;
}

.top_footer_wrapper .top_footer_box a {
    display: inline-block;
    /* color: rgb(102, 102, 102); */
    color: #dad9d9;;
    padding-bottom: 1.3px;
	transition:0.5s;
}
.top_footer_wrapper .top_footer_box a:hover {

    color: #5ab7f3;
}
.top_footer_wrapper .tfb_icon a:hover {
    padding-left: 5px;

}

.top_footer_wrapper .tf_socialicon ul li {
    display: inline-block;
	padding-right: 10px;
}
.top_footer_wrapper .tf_socialicon ul {
    padding:0;

}
.top_footer_wrapper .top_footer_box .social_icn {
    color: #5ab7f3;
	position: absolute;
    left: 0px;
    top: 5px;
	font-size: 18px;

}
.top_footer_wrapper .top_footer_box h3:after {
    content: "";
    background: #5ab7f3;
    position: absolute;
    width: 50px;
    height: 1px;
	left:0;
	bottom:32px;
}
.top_footer_wrapper .top_footer_box h3:before {
    content: "";
    background: #5ab7f3;
    position: absolute;
    width: 50px;
    height: 1px;
    left: 8px;
    bottom: 28px;
}

.top_footer_wrapper .tf_socialicon i {
    z-index: 2;
    border: 1px solid #5ab7f3;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
	color: white;
	position:relative;
}
.top_footer_wrapper .tf_socialicon i:after {
    content: '';
    position: absolute;
    background: #5ab7f3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
	transition:0.5s;
}
.top_footer_wrapper .tf_socialicon .fb:hover:after {
   transform: scale(0.85);
   background:rgb(57, 84, 152);

}
.top_footer_wrapper .tf_socialicon .twitter:hover:after {
   transform: scale(0.85);
   background:rgb(9, 156, 229);

}
.top_footer_wrapper .tf_socialicon .vimeo:hover:after {
   transform: scale(0.85);
   background:rgb(92, 198, 247);

}
.top_footer_wrapper .tf_socialicon .linkedin:hover:after {
   transform: scale(0.85);
   background:rgb(0, 99, 148);

}
.top_footer_wrapper .tf_socialicon .insta:hover:after {
   transform: scale(0.85);
   background-image: linear-gradient(rgb(203, 40, 137), rgb(244, 156, 75));

}
.top_footer_wrapper .top_footer_box .tf_socialicon {
    padding-top: 12px;
}
.top_footer_wrapper p.icn {
    padding-left: 25px;
	position:relative;
	word-break: break-all;
}


/***************************************
14. footer end
****************************************/


/***************************************
. botom footer start
****************************************/
section.bottom_footer_wrapper {
    width: 100%;
    float: left;
	background: #000000;
	padding: 22px 0;
}

.bottom_footer_wrapper .bottom_footer p {
    margin: 0;
	transition:0.5s;
	display:inline-block;
	color:#cacaca;
}


/***************************************
. botom footer end
****************************************/

/***************************************
15. service page start
****************************************/
.in_inner_page_banner{
	width:100%;
	float:left;
	background-color:#424242;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:70px 0;
	background-attachment:fixed;
}
.in_inner_page_banner .breadcrumb{
	background-color:transparent;
	margin-bottom:0;
	margin-top:10px;
	padding:0px;
}
.in_inner_page_banner .breadcrumb>li{
	position:relative;
	text-transform:capitalize;
}
.in_inner_page_banner .breadcrumb>li.active:before{
	position:absolute;
	left:0;
	padding:0 3px;
}
.in_inner_page_banner .breadcrumb>li>a{
	color:#ffffff;
	text-decoration:none;
}
.in_inner_page_banner .breadcrumb>li.active>.paragraph{
	color:#5ab7f3;
	padding-left:15px;
}
.in_service_wrapper.service_single{
	background-color:#ffffff;
}
.in_service_wrapper.service_single_wrapper{
	background-color:#f5f5f5;
	padding-bottom: 62px;
}
.in_service_wrapper .in_service .clear {
    clear: both;
}
.in_service_wrapper .in_service:hover {
    border: 1px solid #5ab7f3;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
	background:white;
}
.in_service_wrapper .in_service {
        border: 1px solid #5ab7f300;
    padding: 15px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
	transition:0.5s;
	cursor:pointer;
	margin-bottom: 20px;
}

.in_service_wrapper .in_service:hover .heading3 {
    color: #5ab7f3;

}
.service1{
	padding-bottom:50px;
}
.service1 .in_about_detail {
    width: 100%;
    float: left;
}
.services{
	width:100%;
	float:left;
	padding-top: 72px;
    padding-bottom: 52px;
}
.services .in_service{
	width:100%;
	float:left;

}

.services .in_service .heading3{
	padding-left:15px;
}
.service_single_testimonial{
	background-color:#f5f5f5;
}

.in_whatwedo_wrapper {
    width: 100%;
    float: left;
    background: #5ab7f3;
}

.in_whatwedo_wrapper .in_what .in_whatright p {
	color: #444444;
	margin: 0;
}

.in_whatwedo_wrapper .in_what .in_whatright h3 {
	font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom:0;
}
.in_whatwedo_wrapper .in_what .in_whatleft span{
	font-size: 33px;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 18px;
    transition: 0.5s;
    background: #5ab7f3;
    border-radius: 50%;
}
.in_whatwedo_wrapper .in_what .in_whatleft span:hover {

    color: #2a2a2a;
    background: #ffffff;
    border-color: #3b3b3b00;
}
.in_whatwedo_wrapper .in_what{
	padding-bottom: 40px;
	margin-top: 0;
}
.in_whatwedo_wrapper .heading2 {
    color: white;
}
.in_whatwedo_wrapper .bg-img {
    background-image: url(../images/blog1.jpg);
    min-height: 536px;
    background-repeat: no-repeat;
    background-size: cover;
}
.in_whatwedo_wrapper .whatwepadding {
    padding-left: 0;
    padding-right: 0;
}
.in_whatwedo_wrapper .in_what.media.first_child {
    /* padding-top: 12px; */
}
.in_whatwedo_wrapper .right_side {
    padding-top: 62px;
	padding-left: 15px;
}
.in_whatwedo_wrapper .media-middle {
    padding-bottom: 23px;
	padding-right: 20px;
}

/* new whatwe do */
.in_whatwe_do_wrapper  {
    width: 100%;
    float: left;
	 background-image: url(https://via.placeholder.com/1920x544);
    background-repeat: no-repeat;
    background-size: cover;
	background-size: cover;
    background-position: center;
}

.in_whatwe_do_wrapper .heading2 {
    color: white;
	padding-bottom: 18px;
}
.in_whatwe_do_wrapper span.media_sapn {
    font-size: 30px;
    border: 2px solid white;
    padding: 15px;
    color: white;
    border-radius: 5px;
	transition:0.5s;
    margin: 0;
}
.in_whatwe_do_wrapper .icon{
    padding-top: 25px;
	padding-right:20px;
}
.in_whatwe_do_wrapper h3 {
    font-weight: 600;
	font-size:20px;
	color: white;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.in_whatwe_do_wrapper span.media_sapn:hover {
    background: white;
    color: #222222;
}
.in_whatwe_do_wrapper p {
   margin-bottom:0;
   line-height:24px;
}
.in_whatwe_do_wrapper .bg-img {

}
.in_whatwe_do_wrapper .whatwepadding {
    padding-left: 0;
    padding-right: 0;
}
.in_whatwe_do_wrapper .left_box {
    width: 100%;
    float: left;
    background: #5ab7f3;
}
.in_whatwe_do_wrapper p.whatwe_p {
    color: #e8ffef;
}
/* new whatwe do */

/***************************************
14. service page end
****************************************/

/***************************************
15. about page start
****************************************/
.in_aboutus_wrapper.about{
	padding-bottom:0;
}
.in_team_wrapper.team_about{
	padding-bottom: 40px;
}
.service_single_wrapper .heading3{
	padding-left:10px;
}
.service_single_wrapper .paragraph{
	padding-top:10px;
}

.in_news_wrapper {
    width: 100%;
    float: left;
	background-color:#2a2a2a;
}
.in_news_wrapper .news_box {
    padding: 63px 0px;
    width: 100%;
    float: left;
}

.in_news_wrapper h1.heading2 {
    color: #ffffff;

}
.in_news_wrapper input, .in_news_wrapper select{
    outline: none;
    display: block;
    width: 100%;
	height:45px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -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;
	border-radius: inherit;

}
.in_news_wrapper input.date {
    padding: 10px 12px;
    height: inherit;
}
.in_news_wrapper .news_box h2 {
    margin-bottom: 35px;
	text-transform: uppercase;
	color: #5ab7f3;
	font-size: 20px;
}

/* ********************************************************************************************* */
.in_newsletter_wrapper {
    width: 100%;
    float: left;
	text-align:center;
	padding: 62px 0px 70px;
	background: #5ab7f3;
}

.in_newsletter_wrapper input, .in_newsletter_wrapper select, .in_newsletter_wrapper .nice-select{
    outline: none;
    display: block;
    width: 100%;
	height:45px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: white;
    background-color: #5ab7f3;
    background-image: none;
    border: 2px solid #fff;
    -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;
	border-radius: inherit;

}

.in_newsletter_wrapper .news_btn{
	*text-align:right;
}
.in_newsletter_wrapper h1.heading2, .in_newsletter_wrapper h2 {
    color: white;
}
.in_newsletter_wrapper h2 {
    font-size: 22px;
	padding-bottom: 30px;
	padding-top: 5px;
}
.in_newsletter_wrapper button.My_btn {
    border-color: white;
    background: white;
    color: #5ab7f3;
}
.in_newsletter_wrapper button.My_btn:hover {
   background: #5ab7f3;
    color: #ffffff;
}
.in_newsletter_wrapper .new_div {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
	width: 250px;
}

.in_newsletter_wrapper span.current{
   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
	line-height: 32px;
}
.in_newsletter_wrapper .nice-select .list{
	border-radius:0px;
	}

	.nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
	}
.nice-select .option {


	color:#555;
}
.in_newsletter_wrapper .margin_right{

	margin-left: 49px;
}
.in_newsletter_wrapper .inpt{
	float: left;
    width: 100%;
}
.in_newsletter_wrapper .news_btn{
	float:left;
}

/***************************************
15. about page end
****************************************/

/***************************************
16. price page start
****************************************/
.in_testimonial_wrapper.test_price{
	background-color:#f5f5f5;
}
.in_nwepricing_wrapper{
	width:100%;
	float:left;
	padding-top:62px;
	padding-bottom: 50px;
}
.in_nwepricing_wrapper .pricing_box {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	text-align:center;
	padding: 40px 20px;
	background: white;
	transition:0.5s;
	margin-bottom: 20px;
}

.in_nwepricing_wrapper .pricing_box svg {
	padding-bottom: 15px;
	width: 60px;
}
.in_nwepricing_wrapper .pricing_box ul {
    list-style: none;
    margin: 0;
    padding: 5px 0px;
	text-align: left;
    display: inline-block;
}
.in_nwepricing_wrapper .pricing_box ul li {
    padding-bottom:12px;
}

.in_nwepricing_wrapper .pricing_box h1 {
    font-size:45px;
	padding-bottom: 30px;
	font-weight: bold;
}
.in_nwepricing_wrapper .pricing_box span.sn_month {
    font-size: 18px;
    color: #5ab7f3;
	font-weight: normal;
}
.in_nwepricing_wrapper .pricing_box i {
    color: #5ab7f3;
	padding-right: 5px;
}
.in_nwepricing_wrapper .pricing_box:hover {
    transform: translate(0px,-5px);
}
.in_nwepricing_wrapper .pricing_box h2.heading2 {
    padding-bottom: 8px;
	font-size: 20px;
}
/***************************************
16. price page end
****************************************/
/***************************************
16. blog page start
****************************************/
.in_blog_wrapper{
	width:100%;
	float:left;
	padding-top:70px;
	padding-bottom:70px;
}
.in_blog_section{
	width:100%;
	float:left;
}
.in_blog_section .blog_img{
	width:100%;
	float:left;
	position:relative;
	overflow: hidden;
}
.in_blog_section img{
	transition:0.7s;
	width: 100%;
}
.blog_heading_wrapper{
	width:100%;
	float:left;
	padding:20px;
}
.blog_img .date{
	position: absolute;
    top: 0;
    left: -115px;
	width:15%;
	height:20%;
    text-align: center;
    background-color: #5ab7f3;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.blog3column .blog_img .date{
	height:25%;
}
.blog4column .blog_img .date{
	height:35%;
	width:25%;
}
.blog4column .blog_heading_wrapper .heading3{
	font-size:17px;
}
.in_blog_section:hover .blog_img .date{
	/* background-color:rgba(246, 157, 1, 0.6); */
	/* border-top-right-radius: 10px; */
	/* width:100%;  */
	/* height:100%; */
	left:0;
}
.in_blog_section:hover .blog_img img{
	transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
}
.blog_img .date .heading3{
	color: #ffffff;
	line-height:24px;
	left:50%;
	top:50%;
	position:inherit;
    transform:translate(-50%,-50%);
}
.blog_heading_wrapper{
	width:100%;
	float:left;
	padding-left:20px;
}
.blog4 .blog_heading_wrapper .heading3{
	font-size:19px;
	line-height:27px;
}
.blog_heading_wrapper .heading3{
	line-height:25px;
}

.blog_heading_wrapper ul{
	margin:0;
	padding:0;
	list-style:none;
}
.blog_heading_wrapper ul>li{
	float:left;
	margin-right:20px;
}
.blog_heading_wrapper ul>li .paragraph{
	color:#444444;
	font-size:14px;
}
.blog_heading_wrapper ul>li .paragraph>span{
	font-weight:600;
	padding-right:10px;
	position:relative;
}
.blog_heading_wrapper ul>li .paragraph>span:after{
	content:':';
	position:absolute;
	right:0;
	color:#444444;
}
.blog_heading_wrapper ul>li:last-child{
	margin-right:0px;
}
.description{
	width:100%;
	float:left;
	padding:0 20px;
}
.description .paragraph{
	color:#444444;
}
.left >ul{
	margin:0;
	padding:0;
	list-style:none;
}
.left >ul>li{
	float:left;
	margin-right:15px;
}
.left >ul>li:last-child{
	margin-right:0px;
}
.left >ul>li>a{
	color:#444444;
	font-size:15px;
	text-decoration:none;
	transition:0.3s ease-in;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-ms-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
}
.left >ul>li>a:hover{
	color:#5ab7f3;
}
.right .read_more{
	color:#444444;
	text-decoration:none;
	font-size:15px;
	letter-spacing:0.4px;
	text-transform:capitalize;
	font-family: 'Roboto', sans-serif;
	position:relative;
	padding-bottom:6px;
	transition:0.3s ease-in;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-ms-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
}
.right .read_more:hover{
	color:#5ab7f3;
}
.right .read_more:after{
	position:absolute;
	background-color:#5ab7f3;
	height:1px;
	width:55px;
	content:'';
	bottom:0;
	right:10px;
}
/*****blog sidebar css*****/
.locksmith_sidebar{
	width:100%;
	float:left;
}
.widget{
	width:100%;
	float:left;
}
.widget_search .form-control{
	color:#444444;
}




.widget_resentpost ul,.widget_archive ul,.widget_categories ul{
	margin:0;
	padding:0;
	list-style:none;
}

.widget_resentpost ul>li:last-child,.widget_archive ul>li:last-child,.widget_categories ul>li:last-child{
	/* margin-bottom:0px; */
	/* border-bottom:none; */
	/* padding-bottom:0px; */
}
.widget_archive ul>li .paragraph,.widget_categories>ul>li .paragraph{
	line-height:25px;
	text-decoration:none;
	text-transform:capitalize;
}
.widget_resentpost ul>li .rp_img{
	width:80px;
	float:left;
}
.widget_resentpost ul>li .rp_content{
	width:calc(100% - 80px);
	float:left;
	padding-left:15px;
}
.widget_resentpost ul>li .rp_content>a .paragraph{
	line-height:25px;
}
.widget_flickrgallery ul{
	margin:0;
	padding:0;
	list-style:none;
}
.widget_flickrgallery ul>li{
	float:left;
	width:29%;
	margin-bottom:10px;
	margin-right:10px;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
}
.widget_flickrgallery ul>li:hover{
	opacity:0.7;
}
.widget_tag_cloud .locksmith_tag{
	width:100%;
	float:left;
}

.widget_tag_cloud .locksmith_tag .My_btn{
	height: 40px;
    line-height: 38px;
    padding: 0px 18px;
    font-size: 15px;
    margin-bottom: 6px;
    border: 1px solid;
	text-transform: capitalize;
}

.widget_tag_cloud .locksmith_tag a:hover:after{
	width:100%;
}
.widget_tag_cloud .locksmith_tag a:hover{
	color:#ffffff;
}
/*****blog sidebar css*****/
/*****blog single css*****/
.comments-area{
	width:100%;
	float:left;
}
.comment-list,.comments-area ul{
	margin:0;
	padding:0;
	list-style:none;
}
.comment-list li{
	width:100%;
	float:left;
}
.comment_wrapper{
	float: left;
    width: 100%;
    padding: 20px 0 0px;;
}
.comments{
	width:100%;
	float:left;
	background: #f8f8f8c7;
    padding: 10px;
}


.comments .content .heading3{
	line-height:30px;
	margin-bottom:5px;
	color: #222222;
}
.comments .content .date{
	width:100%;
	float:left;
	/* margin-bottom:5px; */
}
.comments .content .date span,.comments .content .date .reply>a{
	color:#5ab7f3;
	font-size:14px;
	text-transform:capitalize;
	font-weight:400;
	display:inline-block;
	vertical-align: middle;
}
.comments .content .date .reply>a:hover{
	color:#5ab7f3;
}
.comments .content .date .reply{
	float:right;
}
.comments-area .children .comment_wrapper{
	padding-left:30px;
}

.comment-respond{
	float:left;
	width:100%;
}
.comment-respond .form-control{
	color:#444444;
	width:100%;
	font-size:14px;
}
.comment-respond .message .form-control{
	width:100%;
	font-size:14px;
	color:#444444;
}
.paragraph_italic{
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#444444;
	text-transform:capitalize;
	border-left:5px solid #5ab7f3;
	letter-spacing:0.4px;
	line-height:30px;
	font-style:italic;
	padding:0 30px;
	margin-bottom:20px;
}
/*****blog single css*****/
/***************************************
16. blog page end
****************************************/
/* blog new */
.in_blog_wrapper span.date_span {
    color: rgb(62, 62, 62);
    font-size: 16px;
	font-weight: 500;
}
.in_blog_wrapper span.date {
    color: #5ab7f3;
    font-size: 30px;
}
.in_blog_wrapper .blog_h2 {
    padding-top: 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
}
.in_blog_wrapper .content_p {
    color: #666666;
	    margin: 0;
}
.in_blog_wrapper .blog_footer {
        padding-top : 15px;
}
.in_blog_wrapper ul.top li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.in_blog_wrapper ul.top i {
    color: #5ab7f3;
	transition:0.5s;
}
.in_blog_wrapper ul.top i:hover {
    color: #222222;
}
.in_blog_wrapper ul.top a {
    color: #666666;
}
.in_blog_wrapper ul.top {
    margin: 0;
    padding: 0;
}
.in_blog_wrapper li.width {
    width: 85px;
}
ul.top.bottom i {
    font-size: 18px;
    left: 30px;
    line-height: 28px;
    text-align: center;
}

.in_blog_wrapper .blog_box {
	margin-bottom: 30px;
    width: 100%;
    float: left;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.in_blog_wrapper .widget.widget_search form {
    position: relative;
}
.in_blog_wrapper .widget {
    width: 100%;
    float: left;
    background: #ffffff;
    margin-bottom: 30px;
}
.in_blog_wrapper .blog_heading {
    margin-bottom: 30px;
}
.widget-title{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	letter-spacing:0.4px;
	margin:0;
	color:#5ab7f3;
	text-transform:uppercase;
	transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
	position:relative;
}
.in_blog_wrapper .data {
    width: 100%;
    float: left;
}
.widget_search .search {
     position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: #ffffff;
    line-height: 40px;
    background: #5ab7f3;
    padding: 0px 18px;
}
.data .form-control{
	border-radius: 0;
    height: 45px;
    line-height: 45px;
    background-color: transparent;
    border: 1px solid #5ab7f3;
    padding: 0px 60px 0px 10px;
    outline: none;
    box-shadow: none;
    font-size: 16px;
	}


.in_blog_wrapper p.re_p {
    line-height: normal;
    font-size: 14px;
    color: #444444;
	font-weight: 400;
}
.in_blog_wrapper p.calender {
    color: #5ab7f3;
    font-size: 14px;
}

.in_blog_wrapper .blog_icon { margin-right:5px; }
.in_blog_wrapper .panel-body { padding:0px; }
.in_blog_wrapper .panel-body table tr td { padding-left: 30px }
.in_blog_wrapper .panel-body .table {margin-bottom: 0px; }

.in_blog_wrapper .panel-body a {
    color: #5ab7f3;
}
.in_blog_wrapper .panel-group{
	margin-bottom:0;
}
.widget_resentpost ul>li,.widget_archive ul>li,.widget_categories ul>li{
	float: left;
    width: 100%;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
.blog_h2:hover{
	color:#5ab7f3;
}
.in_blog_wrapper a.blog_read {
    display: inline-block;
    color: #5ab7f3;
}
h2.widget-title:after {
    content: "";
    position: absolute;
    width: 53px;
    height: 2px;
    background: #5ab7f3;
    left: 0;
    bottom: -6px;
}

.widget_categories ul.categories a {
	transition:0.5s;
    color: #777;
}
.widget_categories ul.categories a:hover{
	color:#5ab7f3;
}
.widget_categories .categories span {
    float: right;
    color: #5ab7f3;
}
.widget_categories ul.categories i {
    padding-right: 5px;
    color: #5ab7f3;
}
.blog_box .blog_right span {
    color: #777;
    padding: 0 8px;
	position:relative;
}
.blog_box .blog_right a {
    color: #5ab7f3;

}
.in_blog_wrapper .blog_content, .in_blog_wrapper .blog_footer, .in_blog_wrapper .blog_head  {
    width: 100%;
	float:left;
}

  .blog_right span.border:after {
    content: "";
    position: absolute;
    border-left: 2px solid #b4b4b4;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
}
.in_blog_wrapper .blog_right, .in_blog_wrapper .blog_footer_right {
    padding: 0;
    text-align: right;
}
.in_blog_wrapper  .blog_left, .in_blog_wrapper .blog_footer_left {
    padding: 0;

}
.blog_head .blog_right {
    padding-top: 2px;
}
.in_blog_wrapper .blog_img {
    float: left;
    width: 100%;
}

/* two blog */
.two_blog .blog_box .blog_right span:first-child {
    padding-left: 0;
}
.two_blog .heading2 {
    line-height: 22px;
	padding-bottom: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.two_blog .blog_right{
	text-align:left;
}
.two_blog .blog_box{
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
	transition:0.4s;
}

.two_blog .blog_data {
    padding: 0 15px;
	padding: 0 15px;
    width: 100%;
    float: left;
}
.two_blog .blog_box:hover {
    transform: translateY(-10px);
}
.four_blog .heading2 {
    padding-bottom: 5px;
	 font-size: 15px;
    font-weight: 600;
}
.four_blog span.date {
    font-size: 24px;
}
.four_blog span.date_span {
    font-size: 14px;
}
/* two blog */
/* single blog */
section.in_blog_wrapper.single_blog {
    padding-bottom: 40px;
}
.single_blog .comments-area .comments-title, .single_blog .comment-respond .comment-reply-title  {
    font-size: 20px;
	position:relative;
	line-height: normal;
	font-weight: 500;
}
.single_blog .comments-area .comments-title:after, .single_blog .comment-respond .comment-reply-title:after {
    content: "";
    position: absolute;
    width: 53px;
    height: 2px;
    background: #5ab7f3;
    left: 0;
    bottom: -6px;
}
.single_blog .comments .authore_img{
	width:100px;
	height:100px;
	float:left;
}
.single_blog .comments .content{
	width:calc(100% - 100px);
	float:left;
	padding-left:15px;
}
.single_blog span.minutes {
    color: #bcbcbc;
    font-size: 16px;
}
.single_blog p.comnt_paragraph {
    color: #666666;
    margin: 0;
}
.single_blog .comment-respond form {
    margin-top: 30px;
}
.single_blog .comments-area .comments-title {
    margin-bottom: 10px;
}
.single_blog blockquote {
    font-size: 15px;
    /* padding-top: 0px; */
    /* padding-bottom: 0px; */
    border-left-color: #5ab7f3;
    margin: 10px 0;
	background: #f5f5f5;

}
.single_blog blockquote a.block_span {
    color: #5ab7f3;
}
/* single blog */


/* blog new */



/***************************************
17. work page start
****************************************/
.work_single_wrapper{
	width:100%;
	float:left;
	padding-top: 70px;
    padding-bottom: 67px;
	background-color:#f5f5f5;
}
.work_img{
	width:100%;
	float:left;
	padding-bottom:17px;
}
.work_img img{
    width: 100%;
}
.work_detail{
	width:100%;
	float:left;
}
.work_single{
	background-color:#ffffff;
}
section.in_gallery_wrapper .owl-controls{
	display:none;
}
.in_gallery_wrapper .in_gallery{
	position:relative;

}
.in_gallery_wrapper .in_gallery .info {
    position: absolute;
    margin: auto;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    color: white;
    text-align: center;
	z-index: 2;
	opacity: 0;
	visibility:hidden;
	transition:0.5s;
	text-transform: capitalize;
}
.in_gallery:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000c7;
    opacity: 0;
	visibility:hidden;
	transition:0.5s;
}
.in_gallery_wrapper .in_gallery:hover:after, .in_gallery_wrapper .in_gallery:hover .info {
    opacity: 1;
	visibility:visible;
}
.in_gallery_wrapper .in_gallery .info h3:hover {
color: #5ab7f3;
}

/***************************************
17. work page end
****************************************/

/***************************************
17. contact page end
****************************************/
.in_getintouch_wrapper.contact{
	background-image:none;
	background-color:#ffffff;
	text-align: center;
}
.in_getintouch_wrapper.contact .heading2{
	color:#444444;
}
.in_getintouch_wrapper.contact .in_contact_form input, .in_getintouch_wrapper.contact .in_contact_form textarea{
	color:#fff;
}
.in_getintouch_wrapper.contact .in_contact_form input::-moz-placeholder, .in_getintouch_wrapper.contact .in_contact_form textarea::-moz-placeholder{
 color: #fff;
 opacity: 1;
}
.in_getintouch_wrapper.contact .in_contact_form input:-ms-input-placeholder, .in_getintouch_wrapper.contact .in_contact_form textarea::-ms-input-placeholder {
 color: #fff;
}
.in_getintouch_wrapper.contact .in_contact_form input::-webkit-input-placeholder, .in_getintouch_wrapper.contact .in_contact_form textarea::-webkit-input-placeholder  {
 color: #fff;
}
.in_map_section{
	width:100%;
	float:left;
}
.in_map_section .map{
	width: 100%;
	height: 447px;
	position: relative;
	overflow: hidden;
}

/* **************************************** */
section.in_contact_social {
    width: 100%;
    float: left;
	padding-top: 62px;
}
.in_contact_social .address_bgbox {

    /* background: #f9f8f4; */
    padding: 20px;
    transition: 0.5s;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    position:relative;

}
.in_contact_social .address_bgbox.bgbox1 {
    background: url(https://via.placeholder.com/570x570);

}
.in_contact_social .address_bgbox.bgbox2 {
    background: url(https://via.placeholder.com/570x570));

}
.in_contact_social .address_bgbox.bgbox3 {
    background: url(https://via.placeholder.com/570x570);

}
.in_contact_social .address_bgbox:after {
    content: "";
    background: #222222bd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.in_contact_social .address {
    transition:0.5s;
}
.in_contact_social .address:hover {
    transform: translateY(-8px);
}
.in_contact_social .address_box {
    background: white;
    padding: 20px;
	/* -webkit-box-shadow: 0px 0px 3px 0px rgba(231,229,222,1); */
    /* -moz-box-shadow: 0px 0px 3px 0px rgba(231,229,222,1); */
    /* box-shadow: 0px 0px 3px 0px rgba(231,229,222,1); */
}
.address_box span {
        color: white;
    background: #5ab7f3;
    border-radius: 100%;
    font-size: 30px;
    position: relative;
    margin-left: 0;
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.in_contact_social .address:hover{
	cursor:pointer;
}

.in_contact_social h3 {
    font-size: 18px;
    padding: 15px 0 5px 0;
    margin: 0;
	color: #5ab7f3;
}
.in_contact_social .address_box p {
    margin: 0;
    padding: 0;
	color: #666666;
}
.in_getintouch_wrapper.contact .in_contact_form{
	background: #5ab7f3;
    padding: 28px 30px 10px 30px;
}
.in_getintouch_wrapper.contact .in_contact_form .form-control{
    background-color: #5ab7f3;
    border: 1px solid #dcdcdc;
	border: 1px solid #ffffff;
    opacity: 0.9;
}
.in_getintouch_wrapper.contact .in_contact_form .My_btn {

    background-color: #ffffff;
	border-color:white;
}
.in_getintouch_wrapper.contact .in_contact_form .My_btn:hover {
    background-color: #ffffff00;
    border-color: white;
    color: white;
}
.in_getintouch_wrapper.contact h4.leave_message {
    color: white;
    padding-bottom: 25px;
    margin: 0;
}
.in_getintouch_wrapper.contact .contact_leftpadding{
	padding-left:0;
}
.in_getintouch_wrapper.contact .contact_rightpadding{
	padding-right:0;
}

/***************************************
17. contact page end
****************************************/


/*******responsive css start****/

@media (min-width: 1700px){
.in_whatwedo_wrapper .right_side {
    padding-right: 115px;
}
}
@media (max-width: 1920px){
	.in_whatwe_do_wrapper .left_box {
    padding: 63px 300px 13px 15px;
}
}
@media (max-width: 1800px){
	.in_whatwe_do_wrapper .left_box {
    padding: 63px 160px 13px 15px;
	}
	.in_banner_wrapper .in_slider .box.slider_left {
    margin-left: 150px;
	}
	.in_banner_wrapper .in_slider .box.slider_right {
    margin-right: 150px;
	}

}

@media (max-width: 1500px){
.in_slider .paragraph {
    font-size: 18px;
    *line-height: normal;
    color: #ffffff;
}
.in_testimonial_wrapper {
    padding: 62px 10px 115px;
}
.in_whatwe_do_wrapper .left_box {
    padding: 63px 15px 13px 15px;
}
.in_banner_wrapper .in_slider .box.slider_left {
    margin-left: 80px;
}
.in_banner_wrapper .in_slider .box.slider_right {
    margin-right: 80px;
}
.in_slider .heading2 {
    font-size: 24px;
}
.in_banner_wrapper .in_slider .heading1 {
    font-size: 35px;
    line-height: normal;
}
.in_banner_wrapper .in_slider .box {
    width: 700px;
}
.in_banner_wrapper .in_slider a.My_btn {
    height: 45px;
    line-height: 42px;
    padding: 0px 25px;
}
}

@media (max-width: 1230px){
	.in_menu>ul>li:nth-child(n+4)>ul.submenu {
		/* right: 0; */
		left:auto;
	}
}
@media (max-width: 1199px){
	.max-width{
		max-width:100%;
	}
	.in_news  .heading3{
		font-size:17px;
	}
	.heading3{
		font-size:18px;
	}
	.heading1{
		font-size:35px;
	}
	.services .in_service .left {
		float: left;
		width: 100%;
		text-align: center;
	}

	.in_menu_wrapper .in_menu>ul>li>a {
    padding: 16px 12px;
	}

	.widget_flickrgallery ul>li {
    width: 28%;
	}
	.top_footer_wrapper .tf_socialicon i {
    width: 28px;
    height: 28px;
    line-height: 26px;
	}
.ls_appointment {
    margin-top: 0;
}
}
@media (max-width: 991px){
	/* .in_menu>ul>li{ */
		/* margin-right:15px; */
	/* } */

}
@media (max-width: 991px){
	.in_team_member.ls_team_box {
    margin-top: 0;
}
	.navbar-toggle{
		display:block;
	}
	.ih-item img{
		width:auto;
	}
	.navbar-toggle .icon-bar {
		background-color: white;
	}
	.in_menu_wrapper .navbar-collapse .in_menu.nav.navbar-nav{
		position: fixed;
		left:0px;
		top: 0;
		height: 100%;
		z-index: 999;
		max-width:0px;
		overflow:visible;
		background-color: #5ab7f3;
		margin: 0;
		transition: 0.25s ease-in;
		-webkit-transition: 0.25s ease-in;
		-moz-transition: 0.25s ease-in;
		-ms-transition: 0.25s ease-in;
	}
	.in_menu_wrapper .navbar-collapse.in .in_menu.nav.navbar-nav{
		max-width:250px;
	}
	.in_menu_wrapper .navbar-collapse .in_menu>ul{
		padding-top:30px;
	}
	.in_menu_wrapper .navbar-collapse .in_menu>ul>li{
		width:100%;
		float:left;
		margin-right:0;
		padding:0 20px;
	}
	.in_menu_wrapper .navbar-collapse .in_menu>ul>li>a{
		color:#ffffff;
		font-size:15px;
	}
	.in_aboutus_wrapper  .right{
		float:none;
	}
	.in_about_detail>ul{
		/* float:none;  */
		/* display:block; */
	}
	.in_about_detail>ul>li {
		clear: both;
		text-align: center;
		width: 100%;
	}
	.in_slider{
		padding-top:100px;
		padding-bottom:100px;
	}

	.in_testimonial_wrapper .owl-controls{
		/* bottom:0; */
	}
	.in_blog_wrapper{
		padding-bottom:20px;
		padding-top:50px;
	}
	.service1{
		padding-bottom:0px !important;
	}
	.padder_bottom60,.comment-respond{
		padding-bottom:30px;
	}
	.in_project_wrapper, .in_aboutus_wrapper, .in_news_wrapper, .in_getintouch_wrapper, .in_newslatter_wrapper, .in_inner_page_banner,.work_single{
		padding:50px 0;
	}
	.in_getintouch_wrapper .in_contact_form, .in_newslatter_wrapper .in_newslatter{
		padding:0px 40px;
	}

	.content-responsive{
		/* float:none !important; */
		/* display:inline-block; */
		/* width: auto !important; */
	}
	.margin_bottom_20{
		margin-bottom:20px !important;
	}
	.owl-carousel .owl-item img {
		/* display: inline-block; */
		width: auto;
		margin: 0 auto;
	}
	.in_testimonial_wrapper .owl-carousel .paragraph{
		padding:10px 30px;
	}
	.in_contact_form .btn1{
		padding:0 55px;
	}
	.in_newslatter .form_input_app_div.pc_form_1 .pc_input_section{
		width:70%;
	}
	.in_newslatter .btn1{
		width:30%;
		margin:0;
		padding:0;
		text-align:center;
	}
	.in_footer_menu .navbar {
		display: none;
	}
	.in_footer_menu .in_logo {
		float:initial;
		padding-bottom: 30px;
		text-align: center;
	}
	.in_menu_wrapper .navbar-toggle{
		position: relative;
		float: right;
		padding: 12px 10px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.in_menu>ul>li>ul.submenu{
		position:relative;
		left:auto;
		top:auto;
		min-width:100%;
		opacity:1;
		visibility:visible;
		padding-left:20px;
		display:none;
	}
	.show-submenu {
		display:block;
		position: absolute;
		right: 20px;
		top: 15px;
		color:#ffffff;
		font-size:16px;
		transition: 0.25s ease-in;
		-webkit-transition: 0.25s ease-in;
		-moz-transition: 0.25s ease-in;
		-ms-transition: 0.25s ease-in;
		-o-transition: 0.25s ease-in;
	}
	.in_menu>ul>li>ul.submenu>li{
		padding:5px 0px;
	}
	.blog_img img{
		width:100%;
	}
	.in_menu_wrapper .in_menu>ul>li>a.active {
    background:transparent;
	}
	.in_menu_wrapper .navbar-collapse .in_menu>ul>li>a>.anl_dwn {

    display: none;
	}
	.in_menu_wrapper .in_menu>ul>li>a:hover {
    background: rgba(62, 62, 62, 0);
	}
	.in_banner_wrapper .in_slider .heading1 {
	font-size: 29px;
	}

	.in_aboutus_wrapper .in_about_detail h2 {
    font-size: 29px;
	}
	section.in_testimonial_wrapper {
    padding-top: 42px;
    padding-bottom: 95px;
	}
	/* 19-12-18 */
	.in_newsletter_wrapper .margin_right {
    margin-left: 0px;
	}
	.in_blog_wrapper .locksmith_sidebar {
    margin-top: 50px;
	}
	.widget_flickrgallery ul>li {
    width: 9%;
	}
	.widget_resentpost ul>li {
    width: 50%;
	}
	.in_contact_social .address {
    margin-bottom: 20px;
	}
	.in_getintouch_wrapper.contact .contact_rightpadding {
    padding-right: 15px;
	margin-bottom:20px;
	}
	.in_getintouch_wrapper.contact .contact_leftpadding {
    padding-left: 15px;
	}
	.in_service_wrapper{
    padding-bottom: 5px;
    padding-top: 42px;
	}
	.in_team_wrapper.team_about{
    padding-bottom: 10px;
    padding-top: 42px;
	}
	.in_team_wrapper {
    padding-top: 42px;
    padding-bottom: 30px;
	}
	.in_timer_wrapper {
    padding-top: 80px;
    padding-bottom: 47px;
	}
	.in_gallery_wrapper{
    padding-bottom: 50px;
    padding-top: 42px;
	}
	.in_nwepricing_wrapper {
    padding-top: 42px;
    padding-bottom: 30px;
	}
	.in_getintouch_wrapper{
	padding: 42px 0 30px;
	}
	.top_footer_wrapper .main_box1 {
    padding-top: 46px;
    padding-bottom: 34px;
	}
	.in_team_wrapper.team_about {
    padding-bottom: 20px;
	}
	.in_whatwe_do_wrapper .left_box {
    padding: 43px 15px 0px 15px;
	}
	section.in_aboutus_wrapper.in_ser_details_wrapper{
    padding-bottom: 30px;
	}
	.services {
    padding-top: 52px;
    padding-bottom: 32px;
	}
	section.in_blog_wrapper.two_blog.three_blog {
    padding-bottom: 50px;
	}
	section.in_blog_wrapper.blog_left {
    padding-top: 0px;
	padding-bottom: 50px;
	}
	section.in_blog_wrapper.single_blog {
    padding-bottom: 10px;
	}
	.in_pricing_wrapper{
    padding-bottom: 20px;
    padding-top: 42px;
	}
	.work_single_wrapper {
    padding-top: 50px;
    padding-bottom: 47px;
	}
	section.in_contact_social {
    padding-top: 42px;
	}
	.in_getintouch_wrapper.contact{
	padding: 23px 0 50px;
	}
	.nice-select .option {
    padding-left: 10px;
	}
	.top_footer_wrapper .tf_socialicon i {
    margin-bottom: 3px;
	}
	.in_banner_wrapper .in_slider .box.slider_left {
    margin-left: 20px;
	}
	.in_banner_wrapper .in_slider .box.slider_right {
    margin-right: 20px;
	}
	.in_slider_wrapper .owl-controls {
    right: 0%;
	}
	.ls_appointment {
    margin-bottom: 50px;
}
.in_team_member {
    margin-bottom: 40px;
}
}
@media (max-width: 768px) {
	.in_about_detail {
    padding-top: 40px;
}
	.in_team_member.padder_bottom50{
		padding-bottom:35px!important;
	}
	.in_team_member .paragraph{
		padding-top:10px!important;
	}
	.service_single.in_service_wrapper .in_service{
		padding-bottom:20px;
	}
	.in_pricing_wrapper .in_price_table {
		/* width: 400px; */
		margin: 0 auto;
		float: none;
		margin-bottom:20px;
	}
	.in_menu_wrapper .navbar-toggle {
		display: block;
	}
	.in_inner_page_banner .breadcrumb>li.active>.paragraph{
		padding-bottom:0px!important;
		padding-right:0px!important;
	}
	.in_gallery_wrapper .gallery .mix{
		width:50%;
	}
	.in_timer_wrapper .in_timer>ul>li {
		width: 50%;
		padding-bottom: 50px;
	}
	.textcenter2{
		text-align:center;
	}

	.in_menu_wrapper .in_search{
		padding:15px 0;
	}
	.heading1{
		font-size:25px;
	}

	.btn1, .btn2{
		margin:0;
	}
	.in_about_detail .heading2{
		padding:0 20px;
	}
	.in_service .left {
		float: left;
		width: 100%;
	}
	.in_news .paragraph{
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
	}
	.in_footer_section3>ul>li{
		width:100%;
	}
	.in_news .heading3 {
		font-size: 16px;
		line-height: 23px;
		margin-top: 10px;
	}
	.in_news>ul>li{
		padding:0;
		text-align:center;
	}
	.footer_submenu .in_top_menu>ul>li {
		clear: both;
		float:none;
		line-height: 28px;
		margin-right: 0;
		display:block;
	}
	.in_logo{
		float:left;
	}
	.footer_submenu .in_top_menu>ul>li .paragraph{
		padding-right:0px;
		padding-left:0px;
	}
	.in_pricing_wrapper .paragraph{
		padding:0;
	}
	.footer_submenu .left {
		float: none;
	}
	.blog_img img{
		width:100%;
	}
	.description .paragraph{
		padding:0 0 30px;
	}
	.blog_heading_wrapper>ul>li .paragraph{
		padding:0;
	}
	.work_detail .paragraph{
		padding:0 0 30px;
	}
	.in_tophead_wrapper .in_logo {
    padding-bottom: 24px;
	text-align: center;
    float: none;
	}

	.in_timer_section span.myflaticon {
    font-size: 30px;
    padding: 15px;
	}
	.in_timer_section .heading1 {
    margin-top: 20px;
    font-size: 30px;
    margin-bottom: 0px;
	}
	section.in_timer_wrapper {
    padding-top: 70px;
    padding-bottom: 0px;
	}
	.textcenter{
		text-align:center;
	}

}
@media (max-width: 750px){
	.in_news_wrapper .col-xs-offset-3 {
		margin-left: 0;
	}
	.in_news_wrapper .col-xs-6 {
		width: 100%;
	}
	.textcenter1{
		text-align:center;
	}
	.full_width{
		float:left;
		width:100%;
	}
	.feild_left{
		width:100%;
	}
	.feild_left .form-control {
		width: 100%;
	}
	.in_contact_form .message>textarea{
    width:100%;
	}
	.top_footer_wrapper .tf_socialicon ul li {
    padding-right: 8px;
	}
	.service_box {
    padding: 45px 10px 0px;
	}

}

@media (max-width: 767px) {
	.in_pricing_wrapper .in_price_table {
		width: 400px;

	}
	.in_nwepricing_wrapper .pricing_box {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
	}
	.in_newsletter_wrapper .inpt {
    padding-bottom: 10px;
	width: 400px;
    margin: 0 auto;
    float: none;
	}
	.in_newsletter_wrapper .news_btn {
    padding-top: 20px;
    text-align: center;
    width: 100%;
	}
	.services .in_service {
    width: 400px;
    margin: 0 auto;
    float: none;
    display: inline-block;
	margin-bottom:20px;
	}
	.in_contact_social .address {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
	}
	.in_aboutus_wrapper .abimg_border img {
    margin: auto;
	}
	.in_service_wrapper {
    padding-bottom: 25px;
	}
	.paragraph{
		font-size:14px;
		padding:0 20px;
		padding-bottom:20px;
	}
	.in_banner_wrapper .in_slider .box {
    width: 500px;
	}
	.in_slider.slide1 .paragraph {
    padding: 0;
	}
	.in_slider.slide2 .paragraph {
    padding: 0;
	}



}

@media (max-width: 576px){
.in_banner_wrapper .in_slider .heading1 {

    font-size: 21px;
}
.in_slider .heading2 {
    font-size: 21px;
}

.in_slider {
    padding-top: 50px;
    padding-bottom: 50PX;
}

.in_service_wrapper .btm_margin {
    width: 100%;
    padding: 0px 100px;
}
.in_team_wrapper .width_100 {
    width: 100%;
    padding: 0px 100px;
}
.in_slider_wrapper .owl-controls {
	bottom: 35%;
	right: -13px;
}

/* 19-12-18 */
	.in_testimonial_wrapper .in_testimonial {
    width: 400px;
    margin: 0 auto;
    float: none;
	}
	.top_footer_wrapper .width-100 {
    width: 100%;
	}
	.in_service_wrapper .btm_margin {
    margin-bottom: 50px;
	}
	.in_banner_wrapper .in_slider .box {
    width: 95%;
	}
	.in_slider .paragraph {
    font-size: 16px;
    line-height: normal;
	}
	.in_banner_wrapper .in_slider a.My_btn {
    height: 40px;
    line-height: 38px;
    padding: 0px 10px;
    font-size: 16px;
	}
	.in_banner_wrapper .in_slider .box.slider_right {
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    float: left;
	}


}
@media (max-width: 485px){
	.in_tophead_wrapper .in_top_details ul li svg {
    float: none;
    text-align: center;
	}
	.in_tophead_wrapper .in_top_details > ul > li {
    border: none;
    text-align: center;
}
}

@media (max-width: 480px){
	.in_pricing_wrapper .in_price_table {
		width: 100%;
		margin: 0 auto;
		float: left;
		margin-bottom:20px;
	}
	.in_timer_wrapper .in_timer>ul>li{
		width:50%;
	}
	.in_menu_wrapper .navbar-collapse .in_menu>ul>li{
		padding:0 25px;
	}
	.btn1 {
		padding: 0 27px !important;
		height:45px;
		line-height:45px;
		font-size:16px;
	}
	.in_about_detail>ul>li>a{
		font-size: 12px;
		letter-spacing: 0.1px;
		padding-left: 5px;

	}
	.in_newslatter .form_input_app_div .pc_input_section{
		width:100%;
	}
	.in_newslatter .form_input_app_div .pc_input_section>input, .in_newslatter .btn1{
		border-radius:5px;
	}
	.in_newslatter .btn1{
		width:100%;
		margin:0;
		padding:0;
		border:2px solid transparent;
		text-align:center;
	}
	.max-width{
		max-width:100%;
	}
	.in_contact_form .form_input_app_div.pc_form_2 .pc_input_section{
		width:100%;
	}
	.in_about_detail .heading2{
		padding:0 20px;
	}
	.in_menu_wrapper .navbar-collapse.in .in_menu.nav.navbar-nav {
		/* max-width: 175px; */
	}
	.in_about_detail>ul>li{
		width:100%;
	}
	.heading2{
		font-size:25px;
	}
	.heading3{
		font-size:20px;
	}
	.paragraph{
		font-size:14px;
	}
	.in_gallery_wrapper .gallery .mix{
		width:100%;
	}

	.in_tophead_wrapper .in_top_details > ul > li {
	border:none;
	text-align: center;
	}
	.in_tophead_wrapper .in_top_details ul li svg {
    float: none;
    text-align: center;
	}
	.in_slider .heading2 {
    font-size: 18px;
	}

	.in_aboutus_wrapper .in_about_detail h2 {
    font-size: 22px;
	}
	.in_about_detail>ul>li>span {
    font-size: 12px;
    letter-spacing: 0;
	}
	.in_service_wrapper .btm_margin {
    padding: 0px 35px;
	}
	.in_team_wrapper .width_100 {

    padding: 0px 45px;
	}
	.in_timer_section span.myflaticon {
    font-size: 25px;
    padding: 12px;
	}
	.in_timer_wrapper .in_timer>ul>li .heading2 {
    font-size: 16px;
	}
	.in_timer_section .heading1 {
    margin-top: 10px;
    font-size: 25px;
	}
	.in_whatwedo_wrapper .in_what .in_whatleft {
    display: block;
    margin: 35px 0;
	}

	/* 19/12/18 */
	.in_nwepricing_wrapper .pricing_box {
    width:100%;
    margin: 0 auto;
	margin-bottom: 20px;
	}
	.in_testimonial_wrapper .in_testimonial {
    width: 300px;
	}
	.in_newsletter_wrapper .inpt {
    width: 100%;
	}
	.services .in_service {
    width: 100%;
	}
	.widget_flickrgallery ul>li {
    width: 21%;
	}
	.widget_resentpost ul>li {
    width: 100%;
	}
	.in_blog_wrapper .blog_right, .in_blog_wrapper .blog_footer_right {
    text-align: left;
	}
	.in_contact_social .address {
    width: 300px;
	}
	.in_getintouch_wrapper .in_contact_form{
    padding: 0px 0px;
   }
   .in_getintouch_wrapper.contact .in_contact_form {
    background: #5ab7f3;
    padding: 28px 10px 10px 10px;
	}
	.in_banner_wrapper .in_slider .box.slider_left {
    margin-left: 0;
	}
	.in_banner_wrapper .in_slider .box {
    width: 100%;
	}
	.in_banner_wrapper .in_slider .box.slider_right {
    margin-left: 0;
	}

}
@media (max-width: 400px){
	.in_tophead_wrapper .in_top_details > ul > li {
    width: 100%;

	}
	.in_banner_wrapper .in_slider a.My_btn {
    height: 40px;
    line-height: 38px;
    padding: 0px 10px;
    font-size: 13px;
	}
	.in_slider .heading2 {
    margin-bottom: 5px;
	}
}



@media (max-width: 340px){

	.in_menu_wrapper .overlay {
		right: 40%;
		left:-25%;
	}
	.in_topsocial_icon ul li {
    float: left;
    margin-right: 7px;
	}
	.in_service_wrapper .btm_margin {
    padding: 0px 15px;
	}

	/* 19-12-18 */
	.in_newsletter_wrapper .inpt {
    width: 100%;
	}
	.media-left.media-top.icon {
    display: block;
    margin-bottom: 25px;
	}
	.in_contact_social .address {
    width: 100%;
	}
	.in_banner_wrapper .in_slider .heading1 {
    font-size: 18px;
	}
	.in_slider .heading2 {
    font-size: 16px;
	}
	.in_slider .paragraph {
    font-size: 13px;
	}
}


/*******responsive css end****/
