.sticky-call-btn1 {
    position: fixed;
    bottom: 14px;
    margin-right: 10px;
    right: 14px;
    background-color: #4dc247;
    color: #000 !important;
    text-align: center;
    padding: 12px;
    line-height: 1;
    border-radius: 50%;
    width: 50px;
    z-index: 9999;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.sticky-call-btn1 i {
    font-size: 34px;
    color: #fff;
}

.tittle-heading{
	color:#e3000d;
	font-size:25px;
}
.tittle-text{
	color:#e3000d;
	font-weight:bold;
}
.hightlight{
	color:#e3000d;
	font-size: 17px;
	font-weight: 600;
}
.news-block{
	position: relative;
	z-index: 1;
	margin: 30px 0;
}

.news-block .inner-box{
	position: relative;
	padding: 20px 20px;
	height: 499px;
	border-radius: 15px;
	background-color: var(--white);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.21);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.21);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.21);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.21);
	box-shadow: 0 0 10px rgba(0,0,0,0.21);
}

.news-block .image-box{
	position: relative;
}

.news-block .image-box .image{
	position: relative;
	margin-bottom: 20px;
	
}

.news-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.news-block .image-box .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 0%;
	width: 100%;
	background: #ff0000;
	content: "";
	padding: 15px;
	opacity: 0;
	border-radius: 15px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	    display: none;
}

.news-block .inner-box:hover .overlay-box{
	height: 100%;
	opacity: 0.70;
}

.news-block .overlay-box a{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-left: -20px;
	margin-top: -20px;
	text-align: center;
	font-size: 25px;
	line-height: 40px;
	color: var(--white);
	font-weight: 400;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	/* background: white; */
}

.news-block .inner-box:hover .overlay-box a{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.news-block .overlay-box a i{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-size: 35px;
}


.news-block .caption-box {
    position: relative;
    text-align: center;
    margin-bottom: 7px;
}

.news-block .caption-box h4{
	position: relative;
	display: block;
	font-weight: 700;
	margin: 2px 0 2px;
	color: #e3000d;
	font-size: 21px;
}

.news-block .caption-box h4 a{
	display: block;
	color: #e3000d;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box:hover .caption-box h4 a{}

.news-block .caption-box .info{
	position: relative;
	display: block;
}

.news-block .caption-box .info li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin-right: 10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-block .caption-box .info li i {
    margin-right: 10px;
}
.news-block .inner-box:hover .caption-box .info li{
	color: var(--darkgrey);
}

.news-block .caption-box .info li a{
	color: var(--main-color);
}

.news-block .caption-box .readmore {
    display: inline-block;
    font-weight: 700;
    border-bottom: 1px solid var(--main-color);
    color: var(--main-color);
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-block .caption-box p {
    margin-bottom: 18px;
    font-size: 15px;
}

.news-block .inner-box:hover .readmore {
    color: var(--secondary);
    border-bottom: 1px solid var(--secondary);
}


.features-text{}
.features-text p{
    font-size: 16px;
    margin: 20px 0;
}
.img-fluid-2{
    height: 277px;
    width: 100%;
    box-shadow: 0 2px 43px rgb(12 12 12 / 13%);
    background-color: var(--white);
    border-width: 2px 2px 0;
    border-style: solid;
    border-color: #ebebeb;
    padding: 12px;
    position: relative;
    transition: 0.4s ease;
    margin: 0;
}

.feedback-form {
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 100;
    min-height: 450px;
}

.feedback-form-btn {
	 position: absolute;
	 left: -100px;
	 color: #fff;
	 transform: rotate(90deg);
	 top: 150px;
	 padding: 10px;
	 border-bottom-left-radius: 5px;
	 border-bottom-right-radius: 5px;
	 background-color: #1f1f1f;
	 min-width: 160px;
	 text-align: center;
	 border: 1px solid #fff;
	 }

  .feedback-form-btn:hover {
	 color: #fff;
	 background-color: #14264f
  }

  .feedback-form-btn img {
	 margin-left: 5px
  }
.feedback_form_area {
    position: relative;
     display: none;
    overflow: hidden;
    background-color: #1f1f1f;
    border: 1px solid #fff;
    width: 0px;
	 -webkit-transition: all 1s;
    -ms-transition: all 1s;
   transition: all 1s;
}
.feedback_form_area.active{
	width:300px;
	display:block;
	    	 -webkit-transition: all 1s;
    -ms-transition: all 1s;
   transition: all 1s;
}
.feedback_form_area_inner {
   width: 300px;
    min-height: 430px;
    color: #fff;
    padding: 10px 20px 1px;
    background: linear-gradient( 
45deg
 , #292828, #e3000d) !important;
}
#feedback-form input {
    /* -webkit-box-shadow: 0 0 0 1000px #14264f inset; */
}
.feedback-form input {
    width: 100%;
    /* background-color: transparent; */
    padding: 10px 0 5px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #6078ae;
    color: #fff;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.textaera-text{
 width: 100%;
 background-color: #fff;
 padding: 10px 0 2px 10px;
 font-size: 14px;
 border: none;
 border-bottom: 1px solid #ffffff;
 color: #222;
 font-weight: 400;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border-radius: 8px !important;
}
.coman-btns2{
	    border: none;
	    text-align: center;
	    cursor: pointer;
	    color: #222 !important;
	    font-weight: 700;
	    font-size: 14px;
	    padding: 7px 34px;
	    margin: 0 auto;
	    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	    border-radius: 3px;
	    background: #fff !important;
}
.input-group {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
#feedback-form input {
    /* -webkit-box-shadow: 0 0 0 1000px #14264f inset; */
}
.form-check-input[type=checkbox] {
    border-radius: 0.25em;
    color: #000 !IMPORTANT;
    background: TRANSPARENT;
    border: 1px solid #fff;
}
.feedback-form input {
    width: 100%;
    padding: 10px 10px 5px 10px !important;
    font-size: 14px;
    color: #222 !important;
    font-weight: 400;
    -moz-appearance: none;
    border-bottom: 1px solid #fff;
    border-radius: 5px;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    top: 10px;
    font-size: 14px;
    color: #fff;
    transition: .2s;
}
.feedback-form select {
    padding: 5px 0;
    /* color: #fff!important; */
}
.labelwrap{
    width: 100%;
}
.feedback-form select {
    width: 100% !important;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #6078ae;
    color: #222;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
}
.desclaimer {
    font-size: 13px !important;
    color: #fff !important;
}
.form-check-label {
    position: relative;
    margin-right: 6px;
    vertical-align: text-top;
}
.blue-btn {
    padding: 7px 27px;
    position: relative;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    font-weight: 600;
	background:#fff;
}
.blue-btn .txt {
    position: relative;
    z-index: 1;
}







:root {
    --white: #fff;
    --black: ##222;
    --main-color: #1e60aa;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
	overflow-x:hidden;
}

a {
    outline: 0;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all all 0.5s ease;
    transition: all all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

figure {
    margin: 0;
    padding: 0;
}

dl,
ol,
ul {
    list-style: outside none none;
    padding-left: 0px;
    margin-bottom: 0px;
}

ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a img {
    border: none;
    max-width: 100%;
}

img,
svg {
    max-width: 100%;
    vertical-align: middle;
    border: none;
}

table,
td,
th {
    border-collapse: collapse;
}

table tbody tr td {
    padding: 8px;
    color: #222;
    font-size: 16px;
}

th {
    font-weight: 700;
}

p {
    padding: 0;
    margin: 6px 0px;
    font-size: 15px;
    color: #222 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
}

button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

input,
textarea,
select,
button {
    border: 1px solid #222;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea {
    resize: none;
    width: 100%;
    background: transparent;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.quility-container{
	max-width:1380px;
}
.silder-bg {
  background-color: #e5f9ff3d !important;
}
.carousel-caption {
  bottom: 50%;
  left: 10%;
  height: 31%;
  padding: 20px;
  width: 50%;
  text-align: left;
}

.left-btn {
  width: 42px;
  height: 42px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  z-index: 99;
  font-size: 22px;
  cursor: pointer;
  animation: white-shadow 0.8s infinite, red-shadow 0.8s infinite;
  box-shadow: 0 10px 33px rgb(0 0 0 / 10%);
  z-index: 999;
  display: block;
  background: linear-gradient(45deg, #00c3ff, #fcd2b4) !important;
}

.left-btn i {
  font-size: 16px;
}

.silder-bg1 .banner-content h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fea809;
}

.silder-bg1 .banner-content h1 {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #000;
  text-transform: capitalize;
  line-height: 62px;
  font-family: 'Ubuntu', sans-serif;
}

.silder-bg1 .banner-content p {
  color: #000;
  font-size: 20px;
  margin: 16px 0px;
}

.banner-content-btn .coman-btn2 {
  color: #fff;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  padding: 11px 25px;
  font-weight: bold;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  background: red;
}

.banner-content-btn .coman-btn2:hover {
  background: linear-gradient(45deg, #292828, #e3000d) !important;
  color: #fff;
}

.overlay-btns {
  background: linear-gradient(45deg, #00c3ff, #fcd2b4) !important;
}

.banner-content-btn .borderouter {
  /* color: #fff; */
  /* position: relative; */
  /* display: inline-block; */
  /* text-transform: uppercase; */
  /* font-size: 14px; */
  /* line-height: 26px; */
  /* color: #000; */
  /* padding: 8px 30px; */
  /* font-weight: bold; */
  /* overflow: hidden; */
  /* border-radius: 5px; */
  /* cursor: pointer; */
  /* border: 1px solid #fea809 !important; */
}

/* header-section */
.header-section {
    display: flex;
    width: 100%;
    position: relative;
    padding-left: 50px;
}

.header-left {
}

.header-left ul li {
    display: inline-block;
    color: var(--white);
    font-size: 15px;
}

.header-left ul li i {
    padding-left: 11px;
    font-size: 14px;
}

.header-left ul li a {
    font-size: 15px;
    color: var(--white);
}

/* Social Media */
.media-overtop ul {
}

.media-overtop li {
    list-style: none;
    display: inline-block;
}

.media-overtop li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 0 4px;
    display: block;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    color: var(--white);
}

.media-overtop li a.fa {
    position: relative;
    color: #262626;
    transition: 0.5s;
}

.media-overtop li a:hover .fa {
    transform: rotateY(360deg);
    transition: 0.5s;
}

.media-overtop li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0b0b0b;
    transition: 0.5s;
}

.media-overtop li a:hover:before {
    top: 0;
    transition: 0.5s;
}

.media-overtop li:nth-child(1) a {
    background: #3b5999;
}

.media-overtop li:nth-child(2) a {
    background: #55acee;
}

.media-overtop li:nth-child(3) a {
    background: #3988dd;
}

.media-overtop li:nth-child(4) a {
    background: #0077b5;
}
.media-overtop li:nth-child(5) a {
    background: #CD201F;
}
.media-overtop li:nth-child(6) a {
    background: #1DA1F2;
}

.header-nav {
    background: #e3000d;
}

/* Navigation  */

.menusbars {
    padding: 0;
}

.fixedheader {
    position: fixed;
    top: 0px;
    z-index: 999999999;
    left: 0px;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    animation-name: fixedHeader;
    animation-duration: 0.6s;
}

/* Sticky Header */
@keyframes fixedHeader {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.menusbars {
    position: relative;
}
.navbars-menus {
    position: relative;
    text-align: center;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 45px;
    z-index: 1;
}

.navbars-menus a img {
    z-index: 1;
    padding: 0px 0;
    /* position: absolute; */
}

.navbar-links li {
    padding: 0px 13px;
}

.navbar-links li a {
    padding: 18px 0 !important;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    color: #292828 !important;
    font-weight: bold;
}

.navbar-links li a:after {
    content: "";
    height: 3px;
    background: #e3000d;
    width: 0;
    position: absolute;
    bottom: 8px;
    right: -1px;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.navbar-links li:hover a:after {
    width: 100%;
    transform-origin: right;
    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    right: auto;
    left: 0;
}

.login-left {
    position: relative;
    align-items: center;
    align-self: center;
    margin: auto;
    /* background: #2883e7; */
    height: 63px;
    display: flex;
    justify-content: space-around;
}

.login-boxss {
    position: relative;
    display: flex;
    /* justify-content: space-around; */
}

.coman-btn {
    border: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    color: #000 !important;
    font-weight: 700;
    font-size: 13px;
    background-color: #222;
    padding: 9px 34px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    /* display: inline-block; */
    background: #292828;
}

.coman-btn span {
    position: relative;
    z-index: 999;
    transition: all 0.8s;
    color: #fff;
    text-transform: uppercase;
}

.coman-btn:hover span {
    color: #fff;
    z-index: 9999;
    transition: all 0.8s;
}

/* Creating the skewed sliding line. This is actually a box, but will be partially hidden */
.coman-btn:after {
    content: "";
    position: absolute;
    left: 11px;
    top: 0;
    height: 490%;
    width: 140%;
    background: #e3000d;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.coman-btn:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
    color: #fff;
}

.navigations {
    left: 0;
    width: 100%;
    z-index: 99;
    background: #f8f8f8;
    border-top: 4px solid #292828;
    border-bottom: 1px solid #d2d7e0;
    box-shadow: 0 0 10px rgb(0 0 0 / 21%);
}

.navbar {
    padding: 0;
}

/* Silders */
.silder-bootom {
    padding: 20px 0;
    /* background: #f2f2f2; */
    /* background: url(http://www.rajasthandefencedehradun.com/userassets/images/dots.png); */
    background-size: auto;
    background-position: center;
}

.silder-bg .carousel-indicators {
    justify-content: flex-end;
    margin-right: 5%;
    margin-bottom: 7rem;
    z-index: 12;
}

.silder-bg .carousel-indicators button {
    transition: 0.7s;
    width: 20px !important;
    height: 20px !important;
    border: 10px solid #e3000d;
    border-radius: 30px;
    z-index: 12;
}

.silder-bg .carousel-indicators .active {
    width: 20px !important;
    height: 20px !important;
    opacity: 1;
    z-index: 12;
}

/*======================
	Brands Area CSS
  ======================*/
.furniture-wrap{
	padding:0 0 50px;
}  
.brands-slider .brand-single-img img {
    padding: 10px;
    border: 1px dashed #876a6a80;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    margin: 0 7.5px;
}

.brand-carousel .owl-item {
    margin: 0 4px;
}

.brand-carousel .owl-controls {
    display: none !important;
}

.brands-slider .brand-single-img .on-hover {
    position: absolute;
    opacity: 0;
    top: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.brands-slider .brand-single-img img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.brands-slider .brand-single-img:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: 1px 0px 20px #eeeeee;
    box-shadow: 1px 0px 20px #eeeeee;
}

.brands-slider .brand-single-img:hover .br-img {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.brands-slider .brand-single-img:hover .on-hover {
    opacity: 1;
    top: 50%;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*** 
=======================
	About Section
====================== 
***/
.abouts-sec {
    position: relative;
    padding: 50px 0 50px;
}

.abouts-sec .image-column {
    position: relative;
}

.abouts-sec .image-column .image-box {
    position: relative;
    /* margin-left: -127px; */
}
.abouts-sec .image-column .image-box img{
    border-radius:40px;
    height: auto;
}

.sec-title {
    position: relative;
}

.sec-title .subtitle {
    color: #1e60aa;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.sec-title h2 {
    position: relative;
    display: block;
    color: #fffefe;
    font-weight: 700;
    padding: 10px 0 20px;
}

.abouts-sec .content-column .inner-box p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}

/***
==============  Counter Section  ====================
***/

.fun-fact-section {
    position: relative;
    z-index: 2;
}

.fun-fact-section .outer-box {
    position: relative;
    padding: 30px 0 30px;
    background: #efefef;
    background: linear-gradient(rgb(0 0 0 / 82%), rgb(0 0 0 / 89%)), url(../images/serve-bg.jpg);
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto auto;
}

.fact-counter {
    position: relative;
}

.fact-counter .counter-column {
    position: relative;
    text-align: center;
}

.fact-counter .count-box {
    position: relative;
    line-height: 1em;
    color: #ffffff;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-right: 1px solid #b7b7b7;
}

.fact-counter .count-box .icon-box {
    /* width: calc(37% - 0px); */
    /* display: flex; */
    /* line-height: 60px; */
    margin-bottom: 10px;
}

.fact-counter .count-box .icon-box img {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    height: 64px;
}

.fact-counter .count-box:hover .icon-box img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.fact-counter .count-box .text-box .count {
    position: relative;
    font-size: 27px;
    line-height: 1em;
    color: #e3000d;
    font-weight: 700;
}

.fact-counter .count-box .count-text {
    position: relative;
}

.fact-counter .count-box .text-box .count i {
    font-style: normal;
}

.fact-counter .count-box .counter-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    padding: 9px 0;
    color: #efefef;
}

/* case stady */
.layar-btns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layar-btns a {
    text-align: center;
    color: var(--white);
    font-size: 15px;
    transition: all 0.4s ease;
    border-radius: 50px 50px 50px 50px;
    background: #292828;
    display: inline-table;
}

.layar-btns a:hover {
    background: transparent;
    color: #fff !important;
}

.layar-btns a span {
    font-size: 14px;
    font-weight: 700;
    color: #f2eaea;
    -webkit-transition: all 0.2s linear 0ms;
    -khtml-transition: all 0.2s linear 0ms;
    -moz-transition: all 0.2s linear 0ms;
    -ms-transition: all 0.2s linear 0ms;
    -o-transition: all 0.2s linear 0ms;
    transition: all 0.2s linear 0ms;
    padding: 5px 4px 0 15px;
    position: relative;
    z-index: 0;
}

.layar-btns a span:hover {
    color: #fff;
    z-index: 1;
}

.layar-btns a i {
    -webkit-border-radius: 0 50px 50px 0;
    -khtml-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
    /* border-radius: 0 50px 50px 0; */
    font-weight: 700;
    width: 37px;
    height: 37px;
    background-color: #e3000d;
    line-height: 37px;
    color: var(--white);
    text-align: center;
    font-size: 13px;
    display: inline-block;
}

.layar-border {
    position: relative;
}

.layar-border:before {
    width: 0;
    height: 140px;
    content: "";
    border-left: 1px dashed #bfbfbf;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
 /* Home Loans */
.bg-boxshadow {
    -webkit-box-shadow: 0px 4px 16px 3px rgb(213 221 234 / 50%);
    -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5);
    box-shadow: 0px 4px 16px 3px rgb(213 221 234 / 50%);
	    border: 1px solid #dee4ee;
}
.capital-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
	line-height: 32px;
	margin: 0px 0px 10px 0px;
	color: #3c4d6b;
	}
.pinside40  p{
	    margin: 0 0 26px;
    line-height: 1.6;
    font-weight: 400;
}
.bg-white {
    background-color: #fff;
}
.pinside40 {
    padding: 32px 20px;
}
.pinside40  img{
    
height: 74px;
}
.mb30 {
    margin-bottom: 30px;
}
#services-dedicated-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}

.heading-title {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.heading-title h6 {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    color: #292828;
    font-family: 'Ubuntu', sans-serif;
}

.heading-title h6:after {
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #292828;
    display: none;
}

.heading-title h3 {
    color: #222;
    font-size: 29px;
    margin-bottom: 0;
    font-weight: 900;
    letter-spacing: 0.8px;
}

.heading-title p {
    font-size: 16px;
    text-align: center;
    color: #222;
    width: 80%;
    margin: auto;
}

.dedicated-boxs:before {
    content: "";
    height: 6px;
    left: -2px;
    right: -2px;
    position: absolute;
    bottom: 0;
    background-color: red;
}

.dedicated-main {
    padding: 0 35px !important;
    margin-top: 30px;
    margin-bottom: 50px;
}

.dedicated-boxs {
    box-shadow: 0 2px 43px rgba(12, 12, 12, 0.13);
    background-color: var(--white);
    border-width: 2px 2px 0;
    border-style: solid;
    border-color: #ebebeb;
    padding: 17px;
    position: relative;
    transition: 0.4s ease;
    min-height: 416px;
}

.dedicated-boxs .dedicated-img {
    position: relative;
}

.dedicated-boxs .dedicated-img a {
    position: relative;
    display: block;
}

.dedicated-boxs .dedicated-img a:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
    transition: 0.4s ease;
    opacity: 0;
}

.dedicated-boxs .dedicated-img a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0% !important;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
    transition: 0.4s ease;
    opacity: 0 !important;
}

.dedicated-boxs:hover .dedicated-img a:before,
.dedicated-img a:after {
    transition: 0.4s ease;
    z-index: 1;
    opacity: 1 !important;
    height: 100% !important;
}

.dedicated-boxs:hover .dedicated-img a:after {
    transition: 0.4s ease;
    z-index: 1;
    opacity: 1 !important;
    height: 100% !important;
}

.dedicated-boxs:hover {
    -webkit-transform: translateY(-18px);
    -khtml-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    transform: translateY(-18px);
    box-shadow: 0 27px 41px rgba(12, 12, 12, 0.18);
    transition: 0.4s ease;
}

.dedicated-img img {
    position: relative;
}

.dedicated-icons {
    width: 75px;
    height: 64px;
    position: absolute;
    top: 23%;
    left: -46px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 99;
    background-color: #ffffff;
    -webkit-transition: 0.4s ease;
    -khtml-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    text-align: center;
    line-height: 60px;
    box-shadow: 0 2px 43px rgba(12, 12, 12, 0.13);
}

.dedicated-boxs:hover .dedicated-icons {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 27px 41px rgba(12, 12, 12, 0.18);
}

.dedicated-icons img {
    max-height: 47px;
    max-width: 53px;
}

#dedicated-block {
    margin-top: 25px;
}

.dedicated-content {
    padding: 6px 13px 21px;
}

.dedicated-content .title {
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    color: #190200;
}

.dedicated-content .sub-title {
    font-size: 15px;
    margin-bottom: 13px;
    padding: 0px 0px;
}

.coman-button {
    width: 100%;
    text-align: left;
}

.coman-button a {
    background: transparent;
    padding: 0px 0px;
    border: none;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.coman-button a:hover {
    background: transparent;
    color: #222;
}

.coman-button a i {
    margin-left: 5px;
    transition: 0.4s ease;
}

.coman-button a:hover i {
    padding-left: 15px;
    transition: 0.4s ease;
}

#subtitle-section {
    padding-top: 50px;

    padding-bottom: 50px;
}

.left-heading-coman {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.left-heading-coman .coman-title {
    float: left;
    width: 100%;
}

.left-heading-coman .coman-title span {
    position: relative;
    padding-right: 60px;
    font-size: 29px;
    font-weight: bold;
    color: #e3000d;
    font-family: 'Ubuntu', sans-serif;
}

.left-heading-coman .coman-title span:before {
    content: "";
    width: 44px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #e3000d;
    display: none;
}

.left-heading-coman .coman-title h3 {
    font-size: 23px;
    color: #292828;
    padding: 0;
    font-weight: 900;
    /* font-family: 'Ubuntu', sans-serif; */
}

.statistic-para {
    float: left;
    width: 100%;
}

.statistic-para p {
}

.statistic-images {
    float: left;
    width: 100%;
}

.statistic-images img {
}

#case-studies {
    background-position: center center;
    padding-top: 60px;
    padding-bottom: 80px;
    /* background: url(../images/counter-bg-3.jpg); */
}

#case-studies-2 {
    margin-top: 10px;
    margin-bottom: 0;
}

.case-studie {
}

.case-studie-boxs {
    box-shadow: 0 2px 43px rgba(12, 12, 12, 0.13);
    background-color: var(--white);
    border-width: 2px 2px 0;
    border-style: solid;
    border-color: #ebebeb;
    padding: 12px;
    position: relative;
    transition: 0.4s ease;
    min-height: 383px;
    margin: 15px 15px;
}


.case-studie-boxs:hover .layar-btns a i{
    background: #e3000d;
    color:#fff;
}

.case-studie-boxs:hover .layar-btns a {
    background: #e3000d !important;
}

.case-studie-boxs:hover .layar-btns a span {
    color: #fff !important;
}

.case-studie-boxs:hover .sub-title {
    /* color: #fff !important; */
}

.case-studie-boxs .case-studie-img {
    width: 100%;
    height: 285px;
}

.case-studie-boxs .case-studie-img a {
    display: block;
    overflow: hidden;
    transition: 0.5s;
    height: 100%;
}

.case-studie-boxs .case-studie-img a img {
    width: 100%;
    transition: 0.5s;
    border-radius: 9px;
    height: 100%;
    object-fit: cover;
}

.case-studie-boxs:hover .case-studie-img a img {
    transform: scale(1.2);
    transition: 0.5s;
    border-radius: 9px;
}

#case-studies {
    padding-top: 48px;
    padding-bottom: 0;
}

.case-studie-content {
    padding: 8px 0px 0;
}

.case-studie-content .title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 900;
    color: #e3000d;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
}

.case-studie-content .sub-title {
    font-size: 14.5px;
    padding: 0px 0px;
    text-align: center;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#team-warpar {
    background: url(../images/team-section-05.jpg);
    padding-bottom: 10px;
    background-position: center center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 65px 0;
}

.team-main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #d1d0d5;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 0 0 2px 2px;
    -khtml-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -webkit-transition: all 0.3s linear 0ms;
    -khtml-transition: all 0.3s linear 0ms;
    -moz-transition: all 0.3s linear 0ms;
    -ms-transition: all 0.3s linear 0ms;
    -o-transition: all 0.3s linear 0ms;
    transition: all 0.3s linear 0ms;
}

.mt-20 {
    margin-top: 50px;
}

.team-widte {
    margin-top: 50px;
}

.team-main {
    border: 1px solid #d6d6d7;
    text-align: center;
    position: relative;
    background-color: var(--white);
    -webkit-border-radius: 4px;
    transition: 0.4s ease;
}

.team-main .iocns-team {
    position: relative;
    max-width: 93px;
    margin: 36px auto 17px auto;
}

.team-main .iocns-team img {
    border-radius: 90px;
}

.team-main .iocns-team i {
    position: absolute;
    width: 39px;
    height: 39px;
    line-height: 39px;
    background-color: var(--white);
    -webkit-border-radius: 39px;
    -khtml-border-radius: 39px;
    -moz-border-radius: 39px;
    -ms-border-radius: 39px;
    -o-border-radius: 39px;
    border-radius: 39px;
    font-size: 18px;
    left: 76px;
}

.team-body-content {
    float: left;
    width: 100%;
    text-align: center;
}

.team-body-content .title {
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.team-body-content .title-sub {
    font-size: 15px;
    margin-bottom: 16px;
    display: block;
}

.team-btn {
    /* float: left; */
    width: 100%;
    margin-bottom: 20px;
}

.team-btn a {
    color: #383838;
    font-size: 14px;
    font-weight: 600;
    line-height: 33px;
    padding: 0 26px;
    border-radius: 28px;
    background-color: #e7e7e7;
    border: none;
}

.team-main:hover {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-15px);
    -khtml-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    background-color: #000;
    border-color: #000;
    transition: 0.4s ease;
}

.team-main:hover .team-body-content .title {
    color: #292828;
    transition: 0.4s ease;
}

.team-main:hover .team-body-content .title-sub {
    color: #fff;
    transition: 0.4s ease;
}

.team-main:hover .team-btn a {
    color: #fff;
    transition: 0.4s ease;
    background: black;
}

#blog-warpar {
    padding: 40px 0 10px;
    /* background: url(../images/team-section-05.jpg); */
    background-attachment: fixed;
    /* background: #ededed; */
}

.blog-warper {
    margin-top: 31px;
    margin-bottom: 1px;
}

.blog-warper .blog {
}

.blog-warper .blog-boxs {
    box-shadow: 0 2px 43px rgba(12, 12, 12, 0.13);
    background-color: var(--white);
    border-width: 2px 2px 0;
    border-style: solid;
    height: 483px;
    border-color: #ebebeb;
    padding: 17px;
    position: relative;
    transition: 0.4s ease;
    min-height: 383px;
}

.blog-warper .blog-boxs a {
    border-radius: 50px 50px 50px 50px;
    background: #18222d;
    display: inline-table;
}

.blog-warper .blog-boxs a:hover {
    background-color: #1e60aa;
}

.blog-warper .blog-boxs a img {height: 225px;}

.blog-warper .blog-boxs .blog-content {
    padding: 21px 4px 10px;
    width: 100%;
}

.blog-warper .blog-boxs .blog-content .title {
    font-size: 15px;
    line-height: 25px;
    font-weight: 900;
    color: #190200;
    text-align: left;
    margin-bottom: 5px;
}

.blog-content .sub-title {
    font-size: 14px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-warper .blog-boxs .blog-content .item-blog {
    margin-bottom: 5px;
    display: flex;
}

.blog-warper .blog-boxs .blog-content .item-blog li {
    display: inline-block;
    font-size: 15px;
    width: 50%;
}

.blog-warper .blog-boxs .blog-content .item-blog li:nth-child(2) {
    text-align: end;
}

.blog-warper .blog-boxs .blog-content .item-blog li i {
    color: #e3000d;
    margin-right: 4px;
}

.blog-boxs:hover {
    -webkit-transform: translateY(-18px);
    -khtml-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    transform: translateY(-18px);
    box-shadow: 0 27px 41px rgba(12, 12, 12, 0.18);
    transition: 0.4s ease;
}

/* Testimonials */

.clients-area {
    position: relative;
    z-index: 1;
    background-color: #15163b;
}

.clients-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-image: url(../images/clients-img/client-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.clients-area .section-title h2 {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.clients-area .owl-nav {
    margin-top: 0;
}

.clients-area .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -7%;
    font-size: 25px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    line-height: 47px !important;
    background-color: transparent !important;
    color: #0071dc !important;
    border: 1px solid #0071dc !important;
}

.clients-area .owl-nav .owl-prev:hover {
    color: #fff !important;
    background-color: #0071dc !important;
}

.clients-area .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -7%;
    color: #444 !important;
    font-size: 25px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 45px;
    height: 45px;
    line-height: 47px !important;
    border-radius: 50px;
    background-color: transparent !important;
    color: #0071dc !important;
    border: 1px solid #0071dc !important;
}

.clients-area .owl-nav .owl-next:hover {
    color: #fff !important;
    background-color: #0071dc !important;
}

.clients-area-two {
    background-color: #fff;
}

.clients-area-two .section-title h2 {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    color: #252525;
}

.clients-content {
    position: relative;
    z-index: 1;
    background-color: var(--white);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    padding: 30px 40px 25px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.clients-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: var(--white);
    opacity: 0.5;
    border-radius: 10px;
}

.clients-content .content {
    padding-left: 110px;
    position: relative;
    margin-bottom: 30px;
}

.clients-content .content img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: unset !important;
    width: 85px !important;
    height: 85px !important;
}

.clients-content .content i {
    position: absolute;
    bottom: -10px;
    left: 60px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #ffc221;
    color: var(--white);
    text-align: center;
}

.clients-content .content h3 {
    padding-top: 20px;
    margin-bottom: 0;
}

.clients-content .content span {
    margin-bottom: 0;
}

.clients-content p {
    margin-bottom: 0;
}

.client-circle .client-circle-1 {
    position: absolute;
    top: 10%;
    left: 0;
}

.client-circle .client-circle-2 {
    position: absolute;
    top: 40%;
    left: 3%;
}

.client-circle .client-circle-3 {
    position: absolute;
    top: 75%;
    left: 0%;
}

.client-circle .client-circle-4 {
    position: absolute;
    top: 10%;
    right: 20%;
}

.client-circle .client-circle-5 {
    position: absolute;
    top: 25%;
    right: 5%;
}

.client-circle .client-circle-6 {
    position: absolute;
    top: 70%;
    right: 0;
}

.client-circle .client-circle-7 {
    position: absolute;
    bottom: 5%;
    right: 35%;
}

.circle {
    width: 40px;
    height: 40px;
    background-color: #0071dc;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    border: 13px solid #f6fbff;
}

/* arrow section */
.clients-area-three .owl-theme .owl-controls .owl-buttons div {
    height: 37px;
    width: 37px;
    line-height: 28px;
    background-color: #18222d;
    color: #ffffff;
}

.clients-area-three .owl-theme .owl-controls .owl-buttons div i {
    font-size: 12px;
}

.clients-area-three .owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    bottom: -35px;
    left: 46.5%;
    transform: translateX(-50%);
}

.clients-content-color {
    background-color: #070b3b;
}

.clients-content-color::before {
    background-color: #070b3b;
}

.clients-content-color .content h3 {
    color: #fff;
}

.clients-content-color .content span {
    color: #fff;
}

.clients-content-color p {
    color: #fff;
}

.clients-area-three {
    background-color: #f2f2f2;
    position: relative;
    z-index: 1;
    padding: 50px 0 50px;
}

.clients-area-three::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-image: url(../images/shape/bg-shape5.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.clients-area-three .owl-nav {
    margin-top: 0;
    line-height: 0;
}

.clients-area-three .owl-nav .owl-prev {
    position: absolute;
    bottom: 90px;
    left: 575px;
    font-size: 25px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 40px;
    height: 40px;
    line-height: 42px !important;
    border-radius: 50px;
    background-color: transparent !important;
    color: #0071dc !important;
    border: 1px solid #0071dc !important;
}

.clients-area-three .owl-nav .owl-prev:hover {
    color: #fff !important;
    background-color: #0071dc !important;
}

.clients-area-three .owl-nav .owl-next {
    position: absolute;
    bottom: 90px;
    left: 620px;
    color: #444 !important;
    font-size: 24px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 40px;
    height: 40px;
    line-height: 42px !important;
    border-radius: 50px;
    background-color: transparent !important;
    color: #0071dc !important;
    border: 1px solid #0071dc !important;
}

.clients-area-three .owl-nav .owl-next:hover {
    color: #fff !important;
    background-color: #0071dc !important;
}

.clients-slider-item {
    margin-top: 20px;
}

.clients-slider-img {
    position: relative;
    z-index: 1;
    text-align: center;
}

.clients-slider-img img {
    width: 108px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    height: 120px;
    object-fit: cover;
    border: 3px solid #e3000d;
}

.clients-slider-img .clients-slider-circle {
    position: absolute;
    z-index: -1;
    bottom: -20px;
    left: -20px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 68%;
    height: 89%;
    -webkit-animation: border-transform 15s infinite ease-in-out;
    animation: border-transform 15s infinite ease-in-out;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#0071dc),
        to(#070b3b)
    );
    background-image: linear-gradient(#0071dc, #070b3b);
    display: none;
}

.clients-slider-content {
    padding: 87px 15px;
    border: 1px solid #1f1f1f;
    background: #fff;
    border-radius: 10px;
    margin: 15px;
    height: 299px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}
.clients-slider-content:before{
	 content:'\f10d';
	 border-radius: 50px;
	 line-height: 40px;
	 font-size: 25px;
	 color: #e3000d;
	 text-align: center;
	 display: inline-block;
	 margin-bottom: 0px;
	 z-index: 1;
	 position: absolute;
	 top: 42px;
	 font-family: 'FontAwesome';
}
.clients-slider-content:after{
	 content:'\f10e';
	 border-radius: 50px;
	 line-height: 40px;
	 font-size: 26px;
	 color: #e3000d;
	 text-align: center;
	 display: inline-block;
	 margin-bottom: 15px;
	 z-index: 1;
	 position: absolute;
	 right: 32px;
	 font-family: 'FontAwesome';
	 bottom: 12px;
}
.clients-slider-content i {
   
}
.right-bottom{
    bottom: 51px !important;
    right: 0 !important;
}


.clients-slider-content p {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
    color: #666666;
}

.clients-slider-content h3 {
    margin-bottom: 15px;
    color: #06154b;
    font-size: 22px;
    font-weight: 800;
}

.clients-slider-content span {
    margin-bottom: 0;
    font-size: 15px;
    display: none;
}

.owl-item.active .clients-slider-item .clients-slider-img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.owl-item.active .clients-slider-item .clients-slider-content i {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.owl-item.active .clients-slider-item .clients-slider-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.owl-item.active .clients-slider-item .clients-slider-content h3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.owl-item.active .clients-slider-item .clients-slider-content span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

@-webkit-keyframes rotate-in {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg)
            rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes rotate-in {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg)
            rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes border-transform {
    0%,
    100% {
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }

    14% {
        border-radius: 50% 20% 50% 30%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform {
    0%,
    100% {
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }

    14% {
        border-radius: 50% 20% 50% 30%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

/* Footer Section */
.side-public a img {
    height: 25px;
    padding-left: 7px;
}

.social-curve {
    position: relative;
    padding: 41px 0 33px;
    display: none;
}

.social-curve:before {
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
}

.social-curve:before {
    width: 81%;
    left: -50%;
    z-index: 0;
    content: "";
    position: absolute;
    bottom: -16px;
    height: 100%;
    z-index: 0;
    background: #e3000d;
}

.social-curve .social-icon {
    z-index: 99;
    position: relative;
    padding: 12px 0 0;
}

.m-b0 {
    margin-bottom: 0;
}

.footer li {
    font-size: 13px;
    line-height: 22px;
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
}

.social-curve .social-icon .title {
    color: var(--white);
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.social-curve .social-icon li a {
    color: var(--white);
    font-size: 18px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    font-weight: 400;
    padding: 3px 5px;
}

.footer-top {
    background: #1f1f1f;
    background-position: center;
    padding: 46px 0 25px;
}
.footer-2{
	background: #1f1f1f;
	background-position: center;
	padding: 14px 0 2px;
	border-top: 1px solid #fff;
}
.unselectable{position:relative;}
.unselectable img{
    height: 40px;
    margin: auto;
}
.fcyellow {
    color: #FFF;margin: 0 0 10px;
    padding: 0;
    font-size: 17px;
    font-weight: 600;
}
.textbold {
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: .8px;
    font-size: 12px;
}
.fcwhite {
    color: #fff !important;
    font-size: 13px;
}
.saf-footer {
    max-width: 1421px;
}

.site-footer .widget_getintuch {
    padding-top: 0;
}

.widget {
    margin-bottom: 20px;
}

.widget h5 {
    color: var(--white);
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 17px;
    position: relative;
    font-weight: 800;
}
.widget h5 a{
    color: var(--white);
}
.widget h5:before {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--white);
    bottom: -13px;
}
.widget  ul{
  display:none;
}
.widget li {
    color: #b0b0b0;
}

.widget li a {
    color: #b0b0b0;
    font-size: 14px;
}

.footer-bottom {
    background-color: #000000;
    padding: 17px 0;
    color: #b0b0b0;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.side-public{
    text-align: center;
}
.footer-bottom span {
    font-size: 15px;
    color: #fff !important;
    text-align: center;
}

.footer-bottom li {
    display: inline-block;
    padding: 2px 11px;
}

.footer-bottom li a {
}

.widget_getintuch li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    font-size: 14px;
}

.footer li {
    font-size: 13px;
    line-height: 22px;
}

.widget_getintuch i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #b0b0b0;
}

.widget_getintuch b,
.widget_getintuch strong {
    display: block;
    text-transform: uppercase;
    color: #b0b0b0;
    font-weight: 400;
    font-size: 15px;
}

.widget_services ul li {
    position: relative;
    padding: 5px 10px 10px 15px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
}

.widget_services ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    font-family: FontAwesome;
    color: #b0b0b0;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget p {
    color: #b0b0b0 !important;
    margin-bottom: 25px;
    font-size: 14px;
    display: none;
}

.footer-widget .footer-logo {
    margin-bottom: 20px;
    position: relative;
}

.footer-widget .footer-logo img {
    height: 48px;
}

.footer-widget .footer-call-content {
    background-color: #18222d;
    padding: 8px 22px 10px 15px;
    border-radius: 5px;
    position: relative;
    display: none;
}

.footer-widget .footer-call-content span {
    color: var(--white);
    font-size: 14px;
}

.footer-widget .footer-call-content i {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 41px;
    height: 41px;
    font-size: 26px;
    line-height: 41px;
    text-align: center;
    display: inline-block;
    background-color: #e5f3ff;
    color: #0071dc;
    border-radius: 50px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.footer-widget .footer-call-content h3 {
    color: var(--white);
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}

/** Totop **/
.pt-80 {
}

#toTop {
    border-width: 0;
    font-size: 0;
    height: 50px;
    opacity: 0.8;
    filter: alpha(opacity=0);
    overflow: visible;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    width: 50px;
    z-index: 99999;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

#toTop {
    opacity: 0.8;
}

#toTop:hover {
    opacity: 1;
}

#toTop:active,
#toTop:focus {
    outline: none;
}

#toTop:before,
#toTop:after {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    /* -webkit-transform: rotate(45deg); */
    /* transform: rotate(45deg); */
}

#toTop:after {
    top: 11px;
    z-index: -2;
}

#toTop:hover:after {
    top: -5px;
}

#toTop span {
    display: inline-block;
    opacity: 1 !important;
    filter: alpha(opacity=100);
    position: relative;
    width: 100%;
}

#toTop span:before {
    content: "\f175";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    height: auto;
    line-height: 63px;
    margin: auto;
    width: auto;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#toTop:hover span:before {
    content: "\f176";
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#toTop:before {
    background-color: #e3000d;
}

#toTop:after,
#toTop span:before {
    color: #fff;
}
.logo-mobile-white{
	display:none;
}
/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
	background-image: url('../images/counter-bg.jpg');
}

.breadcrumb-area::before {
    background: rgb(0 0 0 / 38%) none repeat scroll 0 0;
    background-position: center top;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.breadcrumb-area .breadcrumbs {
}

.breadcrumb-area .breadcrumbs h1 {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
}

.breadcrumb-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: rgb(4 18 44) none repeat scroll 0 0;
    padding: 18px 0 15px;
}

.breadcrumb-bottom .left ul {
}

.breadcrumb-bottom .left ul li {
    display: inline-block;
    margin-right: 6px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.breadcrumb-bottom .left ul li:last-child {
    margin-right: 0;
}

.breadcrumb-bottom .left ul li a {
    color: #ffffff;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.breadcrumb-bottom .left ul li.active {
    color: #ffff;
}

.breadcrumb-bottom .left ul li i {
    font-size: 16px;
    color: #ffffff;
}

.breadcrumb-bottom .left ul li a:hover {
    color: #0392ce;
}

.breadcrumb-bottom .right span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.breadcrumb-bottom .right span i {
    font-size: 16px;
    display: inline-block;
    padding-right: 6px;
}

.breadcrumb-bottom .right a {
    display: inline-block;
}

.breadcrumb-bottom .right span:hover {
    color: #0392ce;
}

/* about */
.features-area .about-image {
    margin-top: 0;
}

.about-image {
    position: relative;
}

.about-image .col-lg-6:first-child .image img {
    border-radius: 25px 0 0 0;
}

.about-image .col-lg-6:nth-child(2) .image img {
    border-radius: 0 25px 0 0;
}

.about-image .col-lg-6:nth-child(3) .image img {
    border-radius: 0 0 0 25px;
}

.about-image .col-lg-6:last-child .image img {
    border-radius: 0 0 25px 0;
}

.about-image .image {
    display: flex;
    justify-content: center;
}

.about-image .image img {
    /* -webkit-box-shadow: 0px 10px 20px 0px rgba(130, 136, 147, 0.15); */
    /* box-shadow: 0px 10px 20px 0px rgba(130, 136, 147, 0.15); */
    -webkit-transition: 0.2s;
    transition: 0.2s;
    /* height: 500px; */
    /* -webkit-animation: movebounce 3s linear infinite; */
    /* animation: movebounce 2s linear infinite; */
}

.about-image .image:hover img {
    /* -webkit-animation: movebounce 3s linear infinite; */
    animation: movebounce 2s linear infinite;
}

.about-text {
    padding-left: 30px;
    position: relative;
    z-index: 5;
}

.about-text p {
    margin-bottom: 10px;
    text-align: center;
}

.mt-30 {
    margin-top: 30px;
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/* mission and vission */
.features-area-pr {
    padding: 58px 0;
}

.features-text ul {
    padding: 0;
    margin: 15px 0 25px;
    list-style-type: none;
}

.features-text ul li {
    position: relative;
    color: #333;
    margin-bottom: 5px;
    padding-left: 30px;
    font-weight: 600;
    line-height: 28px;
    font-size: 15px;
}

.features-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
    height: 17px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 1;
    background: #04122c;
}

.features-text ul li :last-child {
    margin-bottom: 0;
}

.single-features {
    text-align: center;
}

.single-features i {
    background: #ffe4d9;
    display: inline-block;
    width: 90px;
    height: 90px;
    font-size: 40px;
    line-height: 90px;
    border-radius: 100px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
}

.single-features:hover i {
    color: #ffffff;
}

/* contact us */

.single_contact_address_two {
    padding: 15px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 12%);
    border-bottom: 3px solid #2883e7;
    border-radius: 5px;
    transition: all 0.45s ease 0s;
    display: flex;
    align-items: center;
    height: 100%;
}



.single_contact_address_two:hover .single_contact_address_two_content span {
    color: #292828;
    text-transform: uppercase;
    font-weight: 600;
}

.single_contact_address_two_content h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0;
    text-align: left;
}

.single_contact_address_two_icon .icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    font-size: 35px;
    display: inline-block;
    background: #e3000d;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    float: left;
    margin-right: 15px;
    position: relative;
}

.single_contact_address_two_content {
    text-align: center;
}

.single_contact_address_two_content span {
    color: #e3000d;
    text-transform: uppercase;
    font-weight: 600;
}

.single_contact_rt_thumb img {
    width: 100%;
}

.cnt_box {
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
}

.mb-30 {
    margin-bottom: 17px;
}

.contact_sm_area .form_box input, select {
    border: 1px solid #ddd !important;
}

.contact_sm_area .form_box input:focus {
    border: 1px solid #04122c;
}

.form_box input, select {
    width: 100%;
    height: 44px;
    padding-left: 15px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #000;
    transition: 0.5s;
}

.contact_sm_area .form_box textarea {
    border: 1px solid #ddd;
    height: 180px;
    width: 100%;
    padding: 10px;
}

.social-curve .wrapper {
    position: absolute;
    transform: translateY(-27%);
}

.wrapper ul {
    padding: 11px 0;
}

.wrapper ul li {
    display: inline-block;
}

.button {
    float: left;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    margin: 0 5px;
}

.button span {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-left: 10px;
}

.button:hover {
    width: 140px;
}

.insta:hover .icon {
    background: #e1306c;
}

.faceb:hover .icon {
    background: #4267b2;
}

.tweet:hover .icon {
    background: #1da1f2;
}

.linked:hover .icon {
    background: #0e76a8;
}

.button:nth-child(5):hover .icon {
    background: #ff0000;
}

.gith:hover .icon {
    background: #333;
}

.insta:hover span {
    color: #e1306c;
}

.faceb:hover span {
    color: #4267b2;
}

.tweet:hover span {
    color: #1da1f2;
}

.linked:hover span {
    color: #0e76a8;
}

.button:nth-child(5) span {
    color: #ff0000;
}

.gith:hover span {
    color: #333;
}

.button .icon {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.button .icon i {
    font-size: 22px;
    line-height: 40px;
    transition: all 0.3s ease-in-out;
}

.button:hover i {
    color: #fff;
}

/* NEW CSS ADDED BY PRAVEEN @ 18-12-2021 */

.blog-boxmb {
    margin-bottom: 24px;
}

.blogpost-category h4 {
    font-size: 19px;
    color: #ff0000;
    margin-bottom: 0;
}

.blogpost-comments li {
    color: #888e92;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
}

.blogpost-comments li i {
    padding: 5px;
}

.singlepost-container {
    padding: 40px 0;
}

.blogpost-category {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}

.blogpost-comments ul {
    display: flex;
    justify-content: flex-end;
}

.singlepost-heading {
    margin: 30px 0;
}

.singlepost-heading h1 {
    font-size: 25px;
    padding-bottom: 10px;
}

.singlepost-imgbox {
    width: auto;
    height: 450px;
}

.singlepost-heading img {
    border: 1px solid gray;
    padding: 15px;
    width: 100%;
    height: 100%;
    margin-top: 8px;
}

.author-img-box {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(228, 229, 230);
    border-radius: 50%;
    overflow: hidden;
}

.author-img-box img {
    border-radius: 50%;
    padding: 7px;
}

.author-name-text {
    margin-left: 15px;
}

.author-name-text a {
    color: rgb(23, 34, 43);
    font-weight: 500;
}

.author-name-text p {
    color: gray;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}

.author-social-icons ul {
    display: flex;
    justify-content: flex-end;
}

.author-social-icons ul li a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: rgb(228, 229, 230);
    color: rgb(23, 34, 43);
    padding: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.author-social-icons ul li a:hover {
    background: #1091ff;
    color: #fff;
}

.author-social-icons ul li a i {
    font-size: 27px;
}

.blogpost-desc {
    padding: 45px 0px;
}

.blogpost-desc p {
    font-size: 15.25px;
    font-weight: 500;
    margin: 0;
}

.singlepost-widget {
    min-height: 70px;
    position: relative;
}

.singlepost-widget-img {
    height: 90px;
    overflow: hidden;
    object-fit: cover;
}

.singlepost-widget-img img {
    width: 100%;
    transition: all 0.15s ease-in;
}

.singlepost-widget-text a:nth-child(1) {
    color: rgb(255 0 0);
    font-size: 15px;
    font-weight: 700;
}

.singlepost-widget-text a:nth-child(2) {
    position: relative;
    margin-left: 20px;
    color: rgb(23, 34, 43);
    opacity: 0.75;
    font-size: 13px;
}

.singlepost-widget-text {
    margin-left: 15px;
}

.singlepost-widget-text a:nth-child(2):before {
    position: absolute;
    content: "/";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: rgb(23, 34, 43);
    opacity: 0.3;
    text-align: center;
}

.singlepost-widget-title h4 a {
    color: #000 !important;
    font-size: 18px;
}

.singlepost-widget-title h4 a:hover {
    color: rgb(16, 145, 255) !important;
    font-size: 18px;
}

.singlepost-widget {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgb(220, 222, 223);
    padding: 10px 0;
}

.singlepost-widget-img:hover img {
    transform: scale(1.2);
}

.right-followus-box h2 {
    font-size: 16px;
    margin: 30px 0 6px 0;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    display: flow-root;
    background: red;
    color: #fff;
    padding: 10px;
}

.social-follows a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    padding: 12px 12px 12px 35px;
    background: #3b5998;
    margin: 4px 3px;
    color: #fff;
    width: 104px;
    line-height: 12px;
}

.social-follows a .follow_icon {
    position: absolute;
    left: 8px;
    font-size: 12px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    margin-top: -10px;
}

.social-follows a .icon_text {
    display: block;
    line-height: 10px;
    font-size: 11px;
    margin-top: 5px;
}

.social-follows a.twitter_icon {
    background: #1da1f2;
}

.social-follows a.youtube_icon {
    background: #ff5050;
}

.social-follows a.insta_icon {
    background: #9b45d5;
}

.social-follows a.vimeo_icon {
    background: #1ab7ea;
}

.social-follows a.medium_icon {
    background: #00ab6c;
}

.sticky-side {
    position: sticky;
    top: 0;
}

.f-size {
    font-size: 15px !important;
}

.gallery-section-title span {
    font-size: 20px;
    color: #ea512e;
    font-weight: 600;
    font-family: sacramento, cursive;
}

.gallery-section-title h2 {
    font-size: 45px;
    margin-top: 15px;
    margin-bottom: 0;
}

.gallery-container {
    padding: 40px 0;
}

.single-gallery-box {
    text-align: center;
    position: relative;
    width: auto;
    height: 252px;
    margin-bottom: 20px;
    border: 5px solid #efefef;
}

.single-gallery-box a {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.single-gallery-box a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
    border-radius: 15px;
    transition: 0.35s all ease-in-out;
}

.single-gallery-box a:hover::before {
    opacity: 0.5;
    transition: 0.35s all ease-in-out;
}

.single-gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-gallery-box i {
    opacity: 0;
    left: 50%;
    top: 50%;
    font-size: 27px;
    font-weight: 100;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.gallery-container {
    padding: 40px 0 25px;
}

.single-gallery-box:hover i {
    opacity: 1;
    color: #fff;
}

.single-service-container {
    padding: 40px 0;
}
.single-service-container img{
    width: 100%;
    box-shadow: 0 2px 43px rgb(12 12 12 / 13%);
    background-color: var(--white);
    border-width: 2px 2px 0;
    border-style: solid;
    border-color: #ebebeb;
    padding: 12px;
    position: relative;
    transition: 0.4s ease;
    margin: 0;
}
.single-service-box img {
    border-radius: 10px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.single-service-box h2 {
    font-size: 29px;
    font-weight: bold;
    color: #e3000d;
    font-family: 'Ubuntu', sans-serif;
}

.single-service-box h6 {
    font-weight: 600;
    font-size: 18px;
}

.single-service-box p {
    font-size: 17px;
}

.single-serive-right-box {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 2em 2em 2em 2em;
    border-radius: 10px 10px 0 0;
}

.single-serive-right-box h3 {
    color: #4b8abb;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.single-serive-right-box p {
    font-size: 12px;
}

.service-single-point {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.service-single-point i {
    font-size: 22px;
    color: #4b8abb;
}

.service-single-point p {
    margin: 0;
    padding: 0 15px;
    font-weight: 100;
}

.single-service-contact-box {
    background: linear-gradient(#43a9e885, #5a73ccad),
        url(https://images.unsplash.com/photo-1633113092754-523fd2d9a90c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDF8MHxlZGl0b3JpYWwtZmVlZHwzOXx8fGVufDB8fHx8&auto=format&fit=crop&w=400&q=60);
}

.single-service-contact-box {
    padding: 1.5em 2em 1.5em 2em;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

.single-service-contact-box img {
    width: 110px;
}

.single-service-contact-box h1 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 15px 0 0;
    font-weight: 600;
}

.cm-bbtn {
    text-align: center;
    margin: 15px 0 0;
}

.txt i {
    display: none;
}

/* NEW CSS BY @PRAVEEN 21-12-2021 */
.widget-link-parent {
    display: flex;
    justify-content: flex-end;
}

.single_contact_address_two_content span {
    display: block;
    text-align: left;
}

.logo-mobile {
    display: none;
}

.navbar-toggler,
.navbar-toggler:focus {
    box-shadow: none;
}

.m-l {
    display: none;
}

#awards-secation{
	padding: 40px 0px 40px;
	background: url(../images/call-to-action.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.awrds-develop{
	transform: skewX(-22deg);
    background:#14A6E466;
}
.awards-logo i{
	color: #fff;
	float: left;
	font-size: 50px;
	line-height: 80px;
	margin-right: 49px;
	transform: skewX(22deg);
	margin-left: 14px;
}
.awards-headings{
	float:left;
}
.awards-headings h3{
	color: #FFF;
	font-size: 30px;
	text-transform: capitalize;
	padding-top: 15px;
	font-weight: 400;
	transform: skewX(22deg);
}

.knowawrds{
	margin-top: 20px;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease- 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
 	 transform: skewX(22deg);
	margin-left: 15px;
}
.invest-business{
	 transform: skewX(-22deg);
	 background: #e3000d;
	 padding: 0px 0px 15px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
.awards-headings p {
    color: #fff !important;
    font-size: 15px;
    transform: skewX(
22deg
);
}

/*** 

====================================================================
	Services Section Four
====================================================================

***/

.services-section-four{
	position:relative;
	padding: 63px 0px 50px;
	z-index:1;
	background: linear-gradient(rgb(0 0 0 / 82%), rgb(0 0 0 / 89%)), url(../images/serve-bg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-size: auto auto;
}

.services-section-four .sec-title .text{
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    max-width: 600px;
    width: 100%;
    margin-top:0px;
}

.services-block-four{
	position:relative;
}

.services-block-four .inner-box{
	position:relative;
	overflow:hidden;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.services-block-four .inner-box .image{
	position:relative;
}

.services-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	height: 235px;
	object-fit: cover;
}

.services-block-four .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	padding: 10px 20px 10px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	background-color: rgb(227 0 13 / 81%);
}

.services-block-four .inner-box .image .overlay-box .content{
	position:relative;
	padding-left: 37px;
}

.services-block-four .inner-box .image .overlay-box .content .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color: #efefef;
	font-size: 25px;
	line-height:1em;
}

.services-block-four .inner-box .image .overlay-box h6{
	position:relative;
	font-weight:700;
	color:#ffffff;
}

.services-block-four .inner-box:hover .image .overlay-box{
	margin-bottom:-100px;
}

.services-block-four .inner-box .image .overlay-box-two{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	color: #ffffff;
	opacity: 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	background-color: rgb(9 7 8 / 89%);
}

.services-block-four .inner-box:hover .image .overlay-box-two{
    top: 0px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.services-block-four .inner-box .image .overlay-box-two .overlay-inner-two{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
}

.services-block-four .inner-box .image .overlay-box-two .overlay-inner-two .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
	padding-left:70px;
}

.services-block-four .inner-box .image .overlay-box-two .icon-box{
	position:absolute;
	left:0px;
	color: #efefef;
	font-size:46px;
	line-height:1em;
}

.services-block-four .inner-box .image .overlay-box-two h6{
	position:relative;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:12px;
}

.services-block-four .inner-box .image .overlay-box-two h6 a{
	position:relative;
	color:#ffffff;
}

.services-block-four .inner-box .image .overlay-box-two .text{
	position:relative;
	font-size:16px;
	font-weight:400;
	line-height:1.6em;
	color:#ffffff;
	margin-bottom:15px;
}

.services-block-four .inner-box .image .overlay-box-two .read-more{
	position:relative;
	color: #ffffff;
	font-size:14px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.services-block-four .inner-box .image .overlay-box-two .read-more:hover{
	color:#ffffff;
}

.services-section-four .btn-box{
	position:relative;
	margin-top:45px;
}

.services-section-six{
	position:relative;
	padding: 31px 0px 40px;
}

.services-section-six .outer-container{
	position:relative;
}

.services-section-six .outer-container:before{
	position:absolute;
	content:'';
	left:0px;
	top:70px;
	width:100%;
	height:91px;
	background:url(../images/pattern-3.png) center top no-repeat;
}

.services-section-six .outer-container .services-block-nine:nth-child(2),
.services-section-six .outer-container .services-block-nine:nth-child(4){
	margin-top:70px;
}

.services-block-nine{
	position:relative;
	margin-bottom:40px;
}

.services-block-nine .inner-box{
	position:relative;
	text-align:center;
}

.services-block-nine .inner-box .icon-outer{
	position:relative;
	display:inline-block;
}

.services-block-nine .inner-box .icon-outer .service-number{
	position:absolute;
	left:-7px;
	top:-2px;
	width:24px;
	height:24px;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color: #e3000d;
}

.services-block-nine .inner-box .icon-outer .icon-box{
	position:relative;
	width:135px;
	height:135px;
	color:#ffffff;
	text-align:center;
	border-radius:50%;
	line-height:138px;
	font-size: 45px;
	background-color: #292828;
}

.services-block-nine .inner-box .icon-outer .icon-box .icon{
	position:relative;
}

.services-block-nine .inner-box .icon-outer .icon-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	border-radius:50%;
	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:-webkit-linear-gradient(top,#F44C01, #ff7a01); */
	background:-moz-linear-gradient(top,#F44C01, #ff7a01);
	background:-o-linear-gradient(top,#F44C01, #ff7a01);
	background:-ms-linear-gradient(top,#F44C01, #ff7a01);
}

.services-block-nine .inner-box:hover .icon-outer .icon-box:before{
	opacity:1;
}

.services-block-nine .inner-box .lower-box{
	position:relative;
	margin-top:30px;
}

.services-block-nine .inner-box .lower-box h6{
	position:relative;
	font-size:18px;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:14px;
}

.services-block-nine .inner-box .lower-box h6 a{
	position:relative;
	color:#012068;
	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;
	font-family: 'Ubuntu', sans-serif;
}

.services-block-nine .inner-box .lower-box h6 a:hover{
	color:#4659e2;
}

.services-block-nine .inner-box .lower-box .text{
	position:relative;
	font-size:16px;
	margin-bottom:14px;
}

.services-block-nine .inner-box .lower-box .contact{
	position:relative;
	color:#4659e2;
	font-size:15px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
}

.services-block-nine .inner-box .lower-box .contact .arrow{
	position:relative;
	font-weight:600;
	color:#4659e2;
	margin-left:4px;
}
.steps-section{
	margin-bottom:70px;
}
.banner-bg{
	 padding: 86px 0px 40px !important;
}
.banner-images{
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	padding: 13px;
	border-radius: 8px;
	text-align: center;
}
.banner-images h3{
    font-size: 23px;
    color: #ffffff;
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: -58px;
    background: #292828;
    display: inline-block;
    padding: 13px 39px;
    border-radius: 10px;
    text-transform: uppercase;
}
.banner-images h2{
    font-size: 45px;
    position: relative;
    font-weight: 700;
    padding: 0px 39px 0;
    border-radius: 10px;
    text-transform: uppercase;
}
.banner-images h2 span{
    font-weight: bold;
    font-size: 60px;
    color: #e3000d;
}
.furniture-wrap .owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translate(-50%);
}

.furniture-service {
    text-align: center;
    display: inline-block;
    width: 167px;
    margin: 24px 8px;
}
.furniture {
    background: #ffffff;
    padding: 15px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 8px rgb(0 0 0 / 42%);
    -moz-box-shadow: 0 1px 8px rgb(0 0 0 / 42%);
    box-shadow: 0 1px 8px rgb(0 0 0 / 42%);
}
.furniture .icon img{
    width: 38px;
}
.furniture h3 {
    font-size: 13px;
    color: #292828;
    margin-top: 5px;
    margin-bottom: 8px;
}
.furniture-service li a {
    text-decoration: none;
}
.furniture p{
	/* display:none; */
	font-size: 13px;
	font-weight:600;
}
/* .furniture:hover p{ */
	/* display:block; */
/* } */
.icon-arrow-left, .icon-arrow-right{font-size:11px;}
.apply-btn{
	padding: 5px 10px;
	background-color: #283d73;
	color: #fff !important;
	font-size: 10px;
	border-radius: 50px;
}
.departments-area {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    background: url(../images/bootom-banner.jpg);
}
.departments-area .owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translate(-50%);
}

.innerproduct-area {
    padding-bottom: 50px;
    padding-top: 50px;
}

.center-title {
    float: left;
    width: 100%;
}

.center-title h6 {
    font-size: 22px;
    font-weight: 800;
    color: #E3010F;
    line-height: 20px;
    letter-spacing: 0.7px;
    /* margin: 4px; */
    font-size: 17px;
    font-weight: bold;
    background: #E3010F;
    text-transform: capitalize;
    color: #fff;
    border-radius: 15px;
    display: inline-block;
    padding: 9px 30px;
}

.mrb-15 {
    margin-bottom: 15px
}

.product-modal .modal-dialog {
    max-width: 368px;
    margin: 1.75rem auto;
}

.our-department-wrapper {
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    padding: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 10px #0000003d;
    margin: 10px;
}

.our-department-wrapper:hover .body-content {
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.10);
    transition: 0.4s;
    z-index: 9999;
}

.our-department-wrapper .gallery-box-department {
    width: 100%;
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
    overflow: hidden;
}

.products-images {
    overflow: hidden;
    text-align: center;
    /* background: #f2f2f2; */
}

.our-department-wrapper .gallery-box-department img {
    transition: all ease .5s;
    cursor: pointer;
    height: 120px;
    width: 120px;
    margin: 15px auto;
    text-align: center;
    /* border-radius: 50%; */
}

.our-department-wrapper .gallery-box-department img:hover {
    transform: scale(1.1);
    transition: all ease .5s;
}

.our-department-wrapper .body-content {
    padding: 0px 7px 20px;
    transition: 0.4s;
    height: 270px;
}

.our-department-wrapper .body-content a {
    color: #ffffff;
    font-weight: 500;
    background-color: #e3010f;
    padding: 9px 19px;
    border-radius: 22px;
    border: none;
    font-size: 13px;
    margin: auto;
    text-align: center;
    justify-content: center;
    display: table;
    margin-top: 14px;
    transition: all ease .5s;
}

.our-department-wrapper .body-content a i {
    padding-left: 5px;
    display: none;
}

.our-department-wrapper .body-content .departments-title {
    font-size: 15px;
    background: #292828;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 0px 0px;
    text-align: center;
    padding: 6px;
    color: #fff;
}

.our-department-wrapper .body-content p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    text-align: justify;
}

 /* Documents */
/* Abouts sections */
 .mr-tb-40 {
    margin: 40px 0;
}
.head-title-left{
    font-size: 22px;
    font-weight: bold;
    color: #e3000d;
    text-transform: capitalize;
    letter-spacing: 0.7px;
}
.head-title-cebter{
    font-size: 23px;
    font-weight: bold;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 0.7px;
	text-align:center;
}
.head-icons{
	 margin: 0px 0 6px;
}
 #price-inner-sec {
    padding-top: 20px !important;
    padding-bottom: 20px !IMPORTANT;
}
  
  /* table Css */

#price-inner-sec {
  padding-top: 20px !important;
  padding-bottom: 20px !IMPORTANT;
}
.price-grid {
  margin-bottom: 28px;
  float: left;
  width: 100%;
  background: #f3f3f3;
}
.price-grid .media-price {
  background: #f3f3f3;
  float: left;
  width: 100%;
}
.price-grid .media-price .media-left {
  float: left;
  width: 100%;
}
.price-grid .media-price .media-left a {
  display: block;
  height: auto;
  background: #000;
  overflow: hidden;
}
.price-grid .media-price .media-left a img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.price-grid .media-price .media-left a img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
.price-grid .media-body {
  padding: 31px 25px;
}
.price-grid .media-body .price-grid-title {
  font-size: 19px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #242424;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price-grid .media-body .price-grid-price {
  color: #242424;
  margin: 0;
  font-size: 39px;
  font-weight: bold;
}
.price-grid .media-body .price-grid-price i {
  font-size: 41px;
  margin-right: 9px;
}
.price-grid .media-body .price-grid-price small {
  font-weight: normal;
  font-size: 20px;
  color: #898989;
}
.prices-title {
  background: #292828;
  margin-top:30px;
}
.prices-title h2 {
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.head-center-inner{
	text-align: center !important;
}
.table-tittles {
  margin-bottom: 0px;
}
.table-tittles thead tr th {
  background: #e3000d;
  color: #fff;
}
.table-tittles tbody td{
	vertical-align:middle;
}
.table-tittles tbody tr td {
  color: #222;
  padding: 8px;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.elig-text {
  height: 100%;
}
.elig-text h3 {
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  padding: 10px;
  border-left: 3px solid #292828;
  padding-left: 15px;
  box-shadow: 1px 1px 3px -2px #292828;
}
.elig-text h3 span {
  font-weight: 300;
  font-size: 13px;
  background: #fff;
}
.border-row {
  border: 1px solid #f88222;
}
.elig-text h2 {
  background: #f88222;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  border-bottom: 2px solid #00984b;
  margin: 0;
}
.message-para{}
.message-para p{
	 font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #555;
    margin-bottom: 23px;
	text-align:justify;
	
}
.mr-t-40{
	padding-top:30px;
}
.message-image h3{
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #00984b;
}
.message-image p{
    text-align: center;
    color: #f88222;
    font-size: 16px;
}
.message-image img{
	    display: block;
    width: 100%;
    height: auto;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}
#price-inner-sec .table>:not(:first-child) {
    border:none;
}
.border-doco{
	border: 1px solid #223a72;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 29px 25px;
}
.table>:not(:first-child) {
    border-top: 0px solid currentColor;
}


/* Responsive  */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .menusbars {
    position: relative;
    background: white;
    margin-top: 6px;
}
.footer-widget .footer-logo img {
    height: 29px;
}  
.fcyellow {
    margin: 0 0 17px;
}
	.navbar-links li a:after{
		display:none
	}
.clients-slider-content h3 {
    margin-bottom: 15px;
    color: #06154b;
    font-size: 18px;
    font-weight: 800;
}
.unselectable img {
    margin-bottom: 20px;
}	
.furniture h3 {
    font-size: 12px;
}	
	
	
	
	
	.services-section-six .outer-container .services-block-nine:nth-child(2), .services-section-six .outer-container .services-block-nine:nth-child(4) {
    margin-top: -35px;
}
.heading-title h6 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #292828;
    font-family: 'Ubuntu', sans-serif;
}
.left-heading-coman .coman-title span {
    position: relative;
    padding-right: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #e3000d;
    font-family: 'Ubuntu', sans-serif;
}
.widget h5 {
    color: var(--white);
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    font-weight: 800;
}
.banner-images h2 {
    font-size: 31px;
	padding: 0px 14px 0;
}	
.banner-images h3 {
    font-size: 17px;
}	
.logo-mobile-white{
	display: none;
	height: 37px;
	z-index: 99999;
}	
#awards-secation{
	display:none;
}
.services-block-four {
    position: relative;
    margin-bottom: 20px;
}
.furniture-service li {
    width: 128px;
    margin: 10px 17px;
}

.furniture-service {
    margin: 14px auto 14px;
}
.clients-slider-content {
    text-align: center;
    height: auto;
}
.breadcrumb-area .breadcrumbs h1 {
    font-size: 18px;
}
.breadcrumb-bottom {
    padding: 4px 0 8px;
}
.carousel-item {
	height: auto;
}

.carousel-caption {
        display: block !important;
            bottom: 53%;
            left: 10%;
            height: 31%;
            padding: 1px;
            width: 50%;
            text-align: left;
    }
.owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
    .m-l {
    }

    .navbars-menus {
        display: none;
    }

    .silder-bg::before {
        display: none;
    }

    .mobile-header {
        /* background: #e9333d; */
        z-index: 99;
    }

    .navbar-toggler span {
        color: #222;
        font-size: 26px;
    }

    .navbar-links li a {
        padding: 6px 0 !important;
        color: #000 !important;
        font-size: 15px;
    }

    .logo-mobile {
        display: block;
    }

    .singlepost-widget-text a:nth-child(2) {
        font-size: 11px;
    }

    .widget_getintuch li {
        margin-bottom: 10px;
    }

    #case-studies {
        padding-top: 20px;
        padding-bottom: 65px;
    }

    .case-studie-content {
        padding-bottom: 0;
    }

    .footer-top {
        padding: 35px 0 2px;
    }

    .footer-widget .footer-logo {
        margin-bottom: 10px;
    }

    .footer-widget {
        margin-bottom: 15px;
    }

    .button:hover {
        width: auto;
    }

    .social-curve:before {
        left: -7%;
    }

    .button span,
    .header-section,
    .login-left {
        display: none;
            margin-bottom: 10px;
    }

    .media-overtop {
        display: block;
    }
    #case-studies-2,
    .widget,
    .left-heading-coman {
        margin-bottom: 0;
    }

    .team-right-pera {
        margin-top: 0;
    }

    .case-studie-boxs {
        min-height: 360px;
        margin-bottom: 15px;
    }

    .widget-link-parent {
        justify-content: center;
        margin: 10px 0 0;
    }

    .site-footer .widget_getintuch {
        /* padding-top: 15px; */
    }

    #blog-warpar {
        padding: 20px 0;
    }

    .blog-warper {
        margin-top: 0;
    }

    .blog-warper .blog {
        margin-top: 15px;
    }

    .clients-area-three .owl-theme .owl-controls {
        left: 50.5% !important;
        transform: translateX(-50%);
    }

    .clients-area-three {
        padding: 30px 0 60px;
    }

    .brands-slider .brand-single-img {
        margin: 8px 0px;
    }

    .abouts-sec {
        padding: 35px 0 20px;
    }

    .left-heading-coman .coman-title h3 {
        font-size: 18px;
    }

    .silder-bg .carousel-indicators {
        justify-content: center;
        margin: 0 0 10px 0;
    }

    .silder-bg .carousel-indicators button,
    .silder-bg .carousel-indicators .active {
        width: 5px !important;
        height: 5px !important;
    }

    .fun-fact-section .outer-box {
        background-size: cover;
    }

    .fact-counter .count-box {
        justify-content: center;
        display: flex;
    }

    .text-box {
        width: 50%;
    }

    .about-image .image img {
        height: auto;
    }

    .about-text {
        padding: 15px 0 0 0;
    }

    .features-area-pr {
        padding: 0 12px;
    }

    .pmobile {
        padding: 0;
    }

    #case-studies-2 {
        margin-bottom: 0;
    }

    #case-studies {
        padding-top: 15px;
        padding-bottom: 65px;
    }

    .breadcrumb-area {
        padding-top: 20px;
        padding-bottom: 45px;
    }

    .single-service-container {
        padding: 40px 0 0;
    }

    .single-serive-right-box {
        margin-top: 15px;
        padding: 1em;
    }

    .single-service-box h2 {
        font-size: 23px;
    }

    .single-service-contact-box h1 {
        font-size: 18px;
    }

    .single-service-contact-box {
        padding: 1em;
    }

    .gallery-container {
        padding: 30px 0 0 0;
    }

    .singlepost-heading {
        margin: 10px 0;
    }

    .singlepost-imgbox {
        height: auto;
    }

    .author-social-icons ul {
        margin-top: 7px;
        justify-content: flex-end;
    }

    .blogpost-desc {
        padding: 20px 0px;
    }

    .right-followus-box h2 {
        margin: 5px 0 6px 0;
    }

    .singlepost-widget-img {
        width: 110px;
        align-items: center;
        display: flex;
    }

    .singlepost-heading img {
        padding: 7px;
    }

    .singlepost-container {
        padding: 15px 0 0;
    }

    .singlepost-heading h1 {
        font-size: 18px;
    }

    .blogpost-category h4,
    .blogpost-comments li {
        font-size: 15px;
    }

    .author-name-text a,
    .author-name-text p {
        font-size: 12px;
    }

    .author-social-icons ul li a {
        height: 30px;
        width: 30px;
        padding: 16px;
    }

    .author-social-icons ul li a i {
        font-size: 20px;
    }

    .blogpost-comments li:nth-child(2) {
        margin-right: 0;
    }

    .single_contact_address_two {
        margin-bottom: 40px;
    }

    .mob-padding {
        margin-bottom: 15px;
    }

    .single_contact_rt_thumb {
        margin-bottom: 15px;
    }

    .single-gallery-box {
        width: auto;
        height: auto;
        margin-bottom: 15px;
    }

    .logo-mobile {
        display: block;
        height: 42px;
        z-index: 99999;
    }

    .singlepost-widget {
        padding: 0;
    }

    #blog-warpar {
        padding-bottom: 0;
    }

    .case-studie-boxs .case-studie-img {
        height: 200px;
    }

    .single-service-box img {
        height: 300px;
    }

    .navigations {
        height: 63px;
    }

    .clients-slider-img .clients-slider-circle {
        width: 45%;
        height: 79%;
    }
    .nav-link,
    .nav-link:focus,
    .nav-link:hover {
        color: #fff;
    }
    .navbar-links li a:after {
        background: #fff;
    }
      .silder-bg1 .banner-content h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #000;
    text-transform: capitalize;
    line-height: 31px;
    font-family: 'Ubuntu', sans-serif;
}
.silder-bg1 .banner-content p {
    color: #000;
    font-size: 16px;
    margin: 4px 0px;
}
.banner-content-btn .coman-btn2 {
    color: #fff;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    padding: 2px 13px;
    font-weight: bold;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    background: red;
}
.silder-bg .carousel-indicators button {
   transition: 0.7s;
    width: 2px !important;
    height: 2px !important;
    border: 2px solid #e3000d;
    border-radius: 30px;
    z-index: 12;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .features-area-pr {
        padding: 20px 0;
    }

    .about-text {
        padding: 15px 0 0 0;
    }

    .pmobile {
        padding: 0;
    }

    #case-studies-2 {
        margin-bottom: 0;
    }

    #case-studies {
        padding-top: 25px;
        padding-bottom: 80px;
    }

    .breadcrumb-area {
        padding-top: 20px;
        padding-bottom: 45px;
    }

    .single-serive-right-box {
        margin-top: 15px;
        padding: 1em;
    }

    .single-service-contact-box h1 {
        font-size: 18px;
    }

    .single-service-contact-box {
        padding: 1em;
    }

    .single-service-box h2 {
        font-size: 28px;
    }

    .gallery-container {
        padding: 30px 0 0 0;
    }

    .singlepost-imgbox {
        height: auto;
    }

    .blogpost-desc {
        padding: 45px 0px 0;
    }

    .singlepost-container {
        padding: 40px 0 20px;
    }

    .header-nav,
    .login-left,
    .navbars-menus {
        display: none;
    }

    .logo-mobile {
        display: block;
        width: 130px;
        margin-left: 15px;
    }
    
  
}

@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .header-nav,
    .logo-mobile {
        display: none !important;
    }

    .logo-mobile {
        display: block;
        width: 130px;
        margin-left: 15px;
    }
}
@media (min-width: 1400px){
	.container-header{
		max-width: 1335px;
	}
}