@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');

* {
	margin:0px;
	padding:0px;
	outline:none;
}
ul {
	list-style:none;
}
a:hover, a {
	text-decoration:none;
}
img {
	border:none;
}
h1,h2,h3,h4,h5,h6,ul,li,span,p,b,strong {
	margin:0px;
	padding:0px;
}
body {
	font-size:14px;
	color:#333;
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Poppins', sans-serif;*/
	box-sizing:border-box;
}
/*************************/
.header-nav {
	background-color: #fff;
    padding: 0 15px;
    border-radius: 10px;
}
.start-header {
	opacity: 1;
	transform: translateY(0);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand {
	padding-top:0rem;
	padding-bottom:0rem;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	position:fixed;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1);
	background: -moz-linear-gradient(45deg, #ffffff 0%,#fdfdfd 50%,#ffffff 100%);
	background: -webkit-linear-gradient(45deg, #ffffff 0%,#fdfdfd 50%,#ffffff 100%);
	background: linear-gradient(45deg, #ffffff 0%,#fdfdfd 50%,#ffffff 100%);
}
.start-header.scroll-on .navbar-brand img {
	height: 55px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	right:0;
	z-index: 123;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar {
	padding: 0px;
}
.navbar-brand {
	padding: 0px;
}
.navbar-brand img {
	width: auto;
	height: 85px;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 2px solid #333;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 2px;
	background-color: #333;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link {
	color: #333 !important;
    font-weight: 600;
    font-size: 14px;
    transition: all 200ms linear;
    position: relative;
    padding: 10px 25px 10px 0!important;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    display: inline-block;
}
.nav-item:hover .nav-link {
	color: #0061af !important;
}
.nav-item.active .nav-link {
	color: #0061af !important;
}
.nav-item:hover:after {
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after {
	opacity: 0;
}
.nav-item {
	position: relative;
    transition: all 200ms linear;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-item {
	padding: 6px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.25px;
    display: inline-block;
    border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: #0061af;
}
.lst_nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background: #0061af;
    border-radius: 25px;
}
.lst_nav a:hover {
    background: #333;
    color: #fff;
}
/*************************/
.top-main {
	position: relative;
	background: #F5F6FA;
}
.header_tp_dtl {
	padding: 10px 0 10px 0;
	display: inline-block;
}
.header_tp_dtl {
	position: relative;
	z-index: 99;
}
.header_tp_dtl ul {
    display: block;
}
.header_tp_dtl ul li {
    float: left;
    display: flex;
    padding: 0 0 0 15px;
}
.header_tp_dtl ul li:last-child {
	padding-right: 15px;
}
.header_tp_dtl ul li span {
	background-color: #fff;
    -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 7%);
    box-shadow: 0 3px 15px rgb(0 0 0 / 7%);
    width: 30px;
    height: 30px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
}
.header_tp_dtl ul li span img {
    width: 55%;
    margin:0 auto;
    margin-top: 6px;
    display: block;
}
.header_tp_dtl ul li p {
	font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-weight: 500;
    line-height: 30px;
}
.header_tp_dtl ul li a {
	font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-weight: 600;
    line-height: 30px;
}
.header_tp_dtl ul li a:hover {
	color: #0061af;
}
/**************************/
#carousel {
	overflow:hidden;
	margin-top: -40px;
}
.carousel-inner img {
	width:100%;
	height:auto;
}
.carousel-inner {
	position:relative;
}
#carousel .carousel-control {
	background:none;
	top:46%;
	font-size:20px;
	text-align:center;
	width:40px;
	height:40px;
	opacity:1;
	position:absolute;
}
#carousel .carousel-control-right{
	right:4%;
}
#carousel .carousel-control-left{
	left:2%;
}
#carousel .carousel-control-right span{
	-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
	visibility:hidden;
	transition:transform 0.5s ease;
	opacity:0;
}
#carousel .carousel-control-left span{
	-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
	visibility:hidden;
	transition:transform 0.5s ease;
	opacity:0;
}
#carousel:hover .carousel-control-right span{
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	visibility:visible;
	opacity:1;
}
#carousel:hover .carousel-control-left span{
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	visibility:visible;
	opacity:1;
}
#carousel .carousel-control span {
	color: #fff;
    background: rgba(0, 0, 0, 0.48);
    height: 50px;
    width: 50px;
    border-radius: 50px;
    z-index: 121;
    line-height: 50px;
    text-align: center;
    position: absolute;
}
/***********************/
#about_main {
	padding: 70px 0;
	background: #F5F6FA;
	overflow: hidden;
}
.hm_about_feature {
	position: relative;
}
.hm_about_feature::before {
	position: absolute;
    top: 0;
    right: -5px;
    width: 5px;
    height: 278px;
    background-color: rgb(0 97 175 / 30%);
    border-radius: 5px;
    content: "";
    z-index: 2;
}
.about_one_img img {
	border-radius: 10px;
}
.about_second_img {
	position: absolute;
	bottom: 0;
    right: -190px;
    border-radius: 10px;
}
.experience {
    position: absolute;
    background-color: #0061af;
    text-align: center;
    z-index: 2;
    border-radius: 10px;
    padding: 17px 60px;
    top: 180px;
    right: -280px;
    transform: rotate(90deg);
}
.experience p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.hm_about_dtl {
	margin-right: 35px;
	margin-top: 30px;
}
.hm_about span {
	font-size: 18px;
	font-weight: 600;
	display: block;
	letter-spacing: 0.25px;
	color: #0061af;
}
.hm_about h1 {
	font-size: 35px;
	font-weight: bold;
	display: block;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.hm_about strong {
	color: #0061af;
}
.hm_about {
	padding-bottom: 15px;
}
.about_para p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.about_para a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #0061af;
	display: block;
    width: 100%;
    padding: 20px 60px 16px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 32px;
}
.about_para a:hover {
    background: #333;
    color: #fff;
}
/**********************/
#product_main {
	padding: 70px 0 40px 0;
}
.product_hed {
    text-align: center;
    padding-bottom: 15px;
}
.service_dtl {
	padding-bottom: 40px;
}
.product_hed h2 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
    border-left: 6px solid #0061af;
    padding-left: 9px;
    border-right: 6px solid #0061af;
    padding-right: 9px;
}
.service_dtl p {
	font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #333;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 5%;
}
.service_feature {
	background: #f5f6fa;
    padding: 30px 20px;
    border: 1px solid rgb(127 130 133 / 10%);
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 10%);
}
.service_feature:hover {
	background: #0061af;
	border: 1px solid rgb(0 97 175 / 10%);
}
.service_feature:hover .ser_icn {
	display: none;
}
.service_icon .ser_icn {
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.service_icon .ser_icn1 {
	display: none;
}
.service_feature:hover .ser_icn1 {
	display: block;
}
.service_icon img {
	margin-bottom: 20px;
}
.service_hed h4 {
	font-size: 21px;
	font-weight: 600;
	padding-bottom: 10px;
	letter-spacing: 1px;
	display: block;
	color: #0061af;
}
.service_hed p {
	font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 500;
}
.service_feature:hover h4 {
	color: #fff;
}
.service_feature:hover p {
	color: #fff;
}
.service_img_slid {
	padding: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
}
.owl-nav {
	display: none;
}
/**********************/
#appoint_main {
	padding: 35px 0 80px;
	background: url(../images/appointment_bg.png) no-repeat;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}
.appoinment {
    display: block;
    background: #ffffff;
    border-radius: 20px;
}
.app_title h3 {
    display: block;
    padding: 15px 0;
    background: #0061af;
    text-align: center;
    margin-bottom: 36px;
    letter-spacing: 1px;
    font-size: 24px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #ffffff;    
}
.text p {
    display: block;
    padding: 0 30px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
}
.appoinment .appoinment-form {
    display: block;
    padding: 0 30px 60px;
}
.inner-title h4 {
	font-size: 21px;
    font-weight: 600;
    padding-bottom: 10px;
    letter-spacing: 1px;
    display: block;
    color: #0061af;
}
.appoinment-form .form-group input[type=text] {
    width: 100%;
    border: 1px solid #7f8285;
    height: 45px;
    display: block;
    padding: 5px 20px;
    color: #0061af;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
}
.appoinment-form .form-group select {
    width: 100%;
    border: 1px solid #7f8285;
    height: 45px;
    display: block;
    padding: 5px 20px;
    color: #0061af;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
}
.appoinment-form .form-group textarea {
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
    width: 100%;
    background: #fff;
    padding: 15px 20px;
    min-height: 100px;
    border: 1px solid #7f8285;
}
.appoinment-form .form-group input::placeholder {
	color: #333;
	opacity: 1; 
	font-size:14px;
}
.appoinment-form .form-group textarea::placeholder {
	color: #333;
	opacity: 1; 
	font-size:14px;
}
.butn-bg {
	font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #0061af;
    display: block;
    width: 100%;
    padding: 20px 60px 16px;
    letter-spacing: 1px;
    border-radius: 5px;
    border:0px;
    cursor: pointer;
}
.butn-bg:hover {
	background: #333;
    color: #fff;
}
.appointment-right-style1{
    position: relative;
    display: block;
    padding: 42px 30px 41px;
    max-width: 370px;
    border: 2px solid #0061af;
    border-radius: 20px;
    margin-top: 258px;
    margin-left: 100px;
}
.appointment-right-style1 .top {
    position: relative;
    display: block;
    padding-left: 70px;
    border-bottom: 1px solid #274971;
    padding-bottom: 45px;
    margin-bottom: 20px;
}
.appointment-right-style1 .top .icon {
    position: absolute;
    top: 0;
    left: 0;
}
.appointment-right-style1 .top .title h4 {
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 5px 15px;
}
.appointment-right-style1 .top .title span {
    color: #fff;
    margin: 0 0 0 15px;
}
.appointment-right-style1 .text {
    overflow: hidden;
    display: block;
}
.appointment-right-style1 .text h4 {
    color: #fff;
    font-size: 21px;
    display: block;
    text-align: center;
    margin: 0 0 13px;
}
.appointment-right-style1 .text p {
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}
/**********************/
#counter_main {
	padding: 50px 0;
	background: #F5F6FA;
	text-align: center;
}
.counter_section h3 { 
  	color: #0061af;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Ubuntu', sans-serif;
 	padding: 0 0 6px 0;
}
.counter_section h3::after {
  	content: " +";
  	display: inline-block;
}
.counter_section h4 { 
  	color: #333;
  	font-weight: 600;
 	font-size: 21px;
}
/**********************/
#steps_repairing {
    text-align: center;
    padding: 50px 0;
}
.process-row {
    display: table-row;
}
.process {
    display: table;
    width: 100%;
    position: relative;
}
.repairing_but {
    width: 100px;
    height: 100px;
    background: #fff;
}
.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.process-row:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    border: dashed 0.5px #0061af;
}
.process-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.process-step img {
    width: 70%;
}
.process-step h5 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.50px;
    display: block;
}
/**********************/
#testimonial_main {
	background: url(../images/testimonial_bg.jpg) no-repeat;
	padding: 60px 0;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.testimonial_hed, .inner_sub_hd {
    text-align: center;
    padding-bottom: 40px;
}
.testimonial_hed h3 {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
    border-left: 6px solid #fff;
    padding-left: 9px;
    border-right: 6px solid #fff;
    padding-right: 9px;
}
.testimonial{
    margin: 0 20px 0;
}
.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #0061af;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #0061af;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial-content p {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    line-height: 24px;
}
.testimonial h5 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial span {
    display: block;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.50px;
}
/**********************/
footer {
	padding:50px 0 40px 0;
	background-color: #dcdee3;
}
.footer_heading h5 {
	font-size:18px;
	color:#333;
	letter-spacing:0.25px;
	padding-bottom:8px;
	font-weight:600;
	margin-bottom:15px;
	display:block;
	position:relative;
}
.footer_heading h5:before {
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	width:30px;
	height:3px;
	border-radius:50px;
	background:#333;
	display:block;
}
.footer_heading h5:after {
	position:absolute;
	content:'';
	bottom:0;
	left:35px;
	width:15px;
	height:3px;
	border-radius:50px;
	background:#000;
	display:block;
}
.footer_heading ul {
	display:inline-block;
	float:left;
}
.footer_heading ul li span {
	font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 30px;
    display: block;
}
.footer_heading ul li a {
	font-size: 15px;
    font-weight: 500;
    color: #333;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    padding-right: 10px;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0.25px;
}
.footer_heading ul li a:hover {
	color:#0061af;
}
.foot_cont {
	padding-bottom:12px;
	display:inline-block;
}
.foot_cont i {
	float: left;
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 17px;
    text-align: center;
    display: block;
    background: #fff;
    color: #0061af;
}
.cont {
	padding-left:55px;
}
.cont p {
	color:#333;
	display:block;
	font-size:14px;
	letter-spacing:0.25px;
	line-height:20px;
	font-weight: 600;
}
.cont span {
	line-height:36px;
}
.cont span a {
	font-weight: 600;
    letter-spacing: 0.50px;
    display: inline-block;
    font-size: 14px;
	color:#333;
}
.cont span a:hover {
	color:#0061af;
}
#footer_bottom {
	padding: 10px 0;
    text-align: center;
    background-color: #0061af;
}
#footer_bottom p {
	color:#fff;
	letter-spacing:0.25px;
	font-weight:500;
}
#footer_bottom p a {
	color:#fff;
}
#footer_bottom p a:hover {
	color:#000000;
}
/******************/
#inner_banner {
	background:url(../images/testimonial_bg.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
	padding:100px 20px;
	display:block;
	margin-top: -40px;
	background-position: 50% 0px;
	text-align:center;
	position: relative;
}
.banner_overlay h2 {
	font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
	text-transform:uppercase;
    padding-bottom: 10px;
}
.banner_overlay ul li {
	display:inline-block;
	padding:0 5px;
}
.banner_overlay ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.banner_overlay ul li a:hover {
	color:#f5f6fa;
}
.banner_overlay ul li span {
	color:#f5f6fa;
    font-weight: 500;
}
.banner_overlay ul li a i {
	margin-left:5px;
	color:#f5f6fa;
}
/*********************/
#service_inner_section {
	padding: 70px 0 30px 0;
}
.service_images_box {
	padding: 10px;
    box-shadow: 0 1px 9px 2px #f5f6fa;
    -webkit-box-shadow: 0 1px 9px 2px #f5f6fa;
    -o-box-shadow: 0 1px 9px 2px #f5f6fa;
    -moz-box-shadow: 0 1px 9px 2px #f5f6fa;
    background: #fff;
    margin-bottom: 20px;
}
.service_images_box_last {
	padding: 10px;
    box-shadow: 0 1px 9px 2px #f5f6fa;
    -webkit-box-shadow: 0 1px 9px 2px #f5f6fa;
    -o-box-shadow: 0 1px 9px 2px #f5f6fa;
    -moz-box-shadow: 0 1px 9px 2px #f5f6fa;
    background: #fff;
    margin-bottom: 20px;
	margin-top: 50%;
}
.service_inn_detail {
	padding-left: 30px;
}
.service_inn_hd h1 {
	font-size: 30px;
    font-weight: bold;
    display: block;
    color: #0061af;
    letter-spacing: 1px;
    padding-bottom: 20px;
}
.service_dscp p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.section_pd {
	padding-top: 50px;
}
.inner_sub_hd h4 {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	text-align: center;
	display: inline-block;
    border-left: 6px solid #0061af;
    padding-left: 9px;
    border-right: 6px solid #0061af;
    padding-right: 9px;
}
.service_bx {
	position: relative;
    text-align: center;
    z-index: 1;
    padding: 10px;
    padding: 25px;
    margin: 0 0 20px;
    background-color: #fff;
    box-shadow: 0 1px 9px 2px #f5f6fa;
}
.images_bx {
	display: inline-block;
    background: #0061af;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 1px 9px 2px #f5f6fa;
}
.images_bx img {
	padding: 10px;
}
.service_bx_dtl h5 {
	font-size: 18px;
    color: #0061af;
    font-weight: 600;
    letter-spacing: 0.50px;
    display: block;
}
.service_bx_dtl span {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.brand .item img {
    width: 150px !important;
    display: block;
}
/********************/
#inner_contact_sec {
	padding:80px 0 20px 0;
}
.inn_contact_lft {
	padding: 50px 35px 45px;
    background-color: #0061af;
    -webkit-box-shadow: 0px 0px 45px rgb(0 0 0 / 20%);
    -ms-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 45px rgb(0 0 0 / 20%);
	margin-bottom:25px;
}
.inn_cont_hed h3 {
	font-size: 24px;
    color: #fff;
	letter-spacing:1px;
	font-weight:500;
	padding-bottom:10px;
}
.inn_cont_hed span {
    font-size: 14px;
    color: #fff;
    display: block;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 30px;
}
.inn_contact_rht h1 {
    font-size: 30px;
    font-weight: bold;
    display: block;
    color: #0061af;
    letter-spacing: 1px;
    padding-bottom: 20px;
}
.contact-form .form-group input, .form-group select {
    display: block;
    width: 100%;
    color: #333;    
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 2px;
    background: #dcdee3;
    border: 1px solid transparent;
}
.contact-form .form-group textarea {
    border: 0px;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 28px;
    color: #333;
    height: 80px;
    font-size: 14px;
    border-radius: 2px;
    background: #dcdee3;
}
.submit-btn {
	font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #0061af;
    display: block;
    width: 30%;
    padding: 10px 20px;
    letter-spacing: 1px;
    border-radius: 5px;
    border:0px;
    cursor: pointer;
}
.submit-btn:hover {
	background: #333;
    color: #fff;
}
.contact_detail p {
	color: #fff;
}
.contact_detail span a {
	color: #fff;
}
.contact_detail span:hover a {
    color: #333;
}
/*******************/
#inner_about_top {
	padding:80px 0 30px 0;
}
.our_story p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 40px;
}
.about_bg_image {
	position: relative;
}
.about_bg_image:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: #0061af;
    left: -15px;
    bottom: -15px;
    z-index: -1;
}
.company_profile {
	background: #0061af;
	padding: 30px;
	margin-left: -100px;
	margin-top: 60px;
}
.company_profile h4 {
	font-size: 21px;
    font-weight: bold;
    padding-bottom: 15px;
    display: block;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.company_profile p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.25px;
    padding-bottom: 10px;
}
/*******************/
#location {
	padding: 60px 0 40px 0;
}
.location_hed {
    text-align: center;
    padding-bottom: 40px;
}
.location_hed h3 {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
    border-left: 6px solid #0061af;
    padding-left: 9px;
    border-right: 6px solid #0061af;
    padding-right: 9px;
}
.location-list ul li {
	width: 22%;
	display: inline-block;
	margin: 0 10px;
}
.location-list span {
    display: block;
    color: #0061af;
    text-align: center;
    font-size: 15px;
    margin-bottom: 12px;
    padding: 10px 12px 10px 20px;
    background: #fff;
    border-radius: 6px;
    letter-spacing: 0.50px;
    box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 10%);
    font-weight: 600;
}
/**********************/
.disclaimer {
	padding: 15px 0 0 0;
	border-top: 1px solid rgb(51 51 51 / 10%);
	margin-top: 15px;
}
.disclaimer_detail span {
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.50px;
	color: #333;
}
.disclaimer_detail p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 500;
}
.disclaimer_detail p a {
	color: #0061af;
}
/**********************/
.nb-form {
	position: fixed;
	z-index: 9999;
	width: 240px;
	background: #FFF;
	right: 20px;
	bottom: -475px;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.title {
	font-size: 16px;
	padding: 10px 15px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
}
.btn:hover {
	color:#fff;
}
.new-form form {
	padding: 0 15px 15px 15px;
}
.new-form input,
.new-form textarea {
	font-size: 12px;
	margin-bottom: 10px;
	padding: 6px;
	border: none;
	border-radius: 4px;
	color: #fff;
	border-bottom: 1px solid #f0f0f0;
}
.new-form input:focus,
.new-form textarea:focus {
	outline: none;
	box-shadow: none;
}
.new-form input[type='submit'] {
	display: block;
	width: 100px;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	border-radius: 20px;
	cursor: pointer;
	transition: all .4s ease;
	color: #fff !important;
	border: none;
	font-size: 15px;
	margin: 0 10px;
	float: left;
}
.new-form input[type='submit']:hover {
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 7px 0 rgba(0, 0, 0, 0.02), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}
.new-form ::-webkit-input-placeholder {
	color: #000;
}
.new-form ::-moz-placeholder {
	color: #000;
}
.new-form :-ms-input-placeholder {
	color: #000;
}
.new-form :-moz-placeholder {
	color: #000;
}
.new-form input[type='submit'] {
	background: #ff0800;
}
.new-form input[type='submit']:hover {
	background: #224979;
}
#mrova-contactform-input {
	width: 100%;
	padding: 5px 10px;
	border: 2px solid #ebebeb;
	margin-bottom: 10px;
	color: #333;
	font-weight: normal;
	margin-top: 0px;
}
#mrova-contactform-textarea {
	width: 100%;
	height: 60px;
	padding: 5px 10px;
	border: 2px solid #ebebeb;
	margin-bottom: 10px;
	color: #333;
	font-weight: normal;
}
.open-button {
	background-color: #870c0c;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 0px;
	cursor: pointer;
	opacity: 1;
	position: fixed;
	color: #fff;
	bottom: 0px;
	right: 5px;
	width: 230px;
	z-index: 9;
	transition: all 0.4s;
}
.form-popup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 15px;
	z-index: 9999;
	transition: all 0.4s;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.form-container {
	max-width: 240px;
	padding: 10px;
	background-color: white;
}
.form-container .cancel {
	background-color: #333;
	width: 100px;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	border-radius: 20px;
	cursor: pointer;
}
.form-popup h5 {
	background-color: #0061af;
	color: #fff;
	margin: 0px;
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.btm-watsap {
    position: fixed;
    bottom: 5px;
    left: 8px;
    z-index: 99;
}
.review {
	text-align:center;
}
.review a {
	display: inline-block;
    color: #0061af;
	margin-top:25px;
    padding: 10px 30px;
    transition: 0.3s;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background: #fff;
    border-radius: 25px;
    font-weight: 600;
    text-align: center;
}
.modal-header {
	border-bottom:0px;
	padding:0px;
}
.modal-header .close {
	margin:0px;
    left: 0px;
    bottom: auto;
    top: 0;
	cursor:pointer;
    z-index: 9999;
    padding: 10px 15px;
    color: #ffffff;
    font-weight: 400;
    font-size: 19px;
    /* line-height: 36px; */
    opacity: 1;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 1px 1px 3px 0px rgb(2 2 2 / 23%);
    text-shadow: 0px 0px 0px rgb(0 0 0 / 23%);
    background-color: rgb(254 0 0);
}

.modal-body {
	padding: 12px;
    border-radius: 0px;
    border: 2px solid #0061af;
    box-shadow: 1px 1px 3px 0px rgb(255 255 255 / 16%);
    background-color: rgba( 249, 249, 249, 1.00 );
}
.quick_form_heading h3 {
	display: block;
    padding: 10px 0;
    background: #0061af;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 24px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #ffffff;
}
.quick_para p {
	display: block;
    padding: 0 30px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
}
.quick_md_form {
	padding: 0 20px 30px 20px;
}
.modal-dialog {
	max-width:600px;
}
.quick_form_heading {
	background:#fff;
}

.quick_md_form .form-group input[type=text], input[type=email] {
    width: 100%;
    border: 2px solid #7f8285;
    height: 40px;
    display: block;
    padding: 5px 20px;
    color: #0061af;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
}
.quick_md_form .form-group input::placeholder {
	color: #333;
	opacity: 1; 
	font-size:14px;
}
.quick-butn-bg {
	font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #0061af;
    display: block;
    width: 100%;
    padding: 15px 20px 15px;
    letter-spacing: 1px;
    border-radius: 5px;
    border:0px;
    cursor: pointer;
}
.quick-butn-bg:hover {
	background: #333;
    color: #fff;
}
.quick_call .quick_icon {
	float:left;
	margin-right:15px;
}
.quick_title span {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
	padding-bottom:5px;
	display:block;
}
.quick_title h5 a {
	font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    color: #0061af;
	text-align:center;
}