.banner-top{/* padding: 50px 0; *//* width: 100%; *//* background-size: cover; *//* min-height: 250px; *//* text-align: center; *//* position:relative; *//* margin-bottom: 40px; */}
.banner-top h1{color:#fff;text-align: center;text-transform:uppercase;font-size:40px;/* width: 100%; */font-weight:bold;position: absolute;padding: 15% 10%;z-index:1;}

.innr-pg-bnnr{padding: 50px 0; width: 100%; background-size: cover; min-height: 250px; text-align: center; position:relative;margin-bottom: 40px;}
.innr-pg-bnnr:after{content:''; position:absolute; left:-1px; right:-1px; top:-1px; width:100%; height:100%; background:rgba(0,0,0,0.65);}
.innr-pg-bnnr h1{color:#fff;text-align: justify;text-transform:uppercase;font-size:40px;font-weight:bold;position:relative;z-index:1;}
.innr-pg-bnnr h1:after{/* content:''; */position:absolute;/* top:90%; *//* margin:0 auto; *//* left:0; *//* right:0; *//* width:100px; *//* height:4px; *//* border-radius:2px; *//* background:#fff; */}

/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.contact {/*padding:10px 0 80px;*/}
.contact .map-hm-rht {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 30px 0;
  background: #fff;
}



.map-hm-rht input{
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

.map-hm-rht input::focus{
  background-color: #b22c36;
}

.map-hm-rht input {
  padding: 10px 15px;
}


.map-hm-rht .sub-btn-hm {
  background: #b22c36;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
}

.map-hm-rht .sub-btn-hm:hover {
  background: #121212;
}

.content-box {
    /* min-height: 488px; */
    margin-bottom: 15px;
}

.content-box p{ padding:10px
}

.py-100{
    padding: 10px 0;
}
.py-100-70{
    padding: 45px 0 70px 0;
}

.sec-title h2{
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
    font-weight: 600;
    /* display: inline-block; */
    text-transform: capitalize;
    position: relative;
    color: #82241f;
    font-family: 'Heebo', sans-serif;
}
.sec-title.home-2 h2:before{
	content: '';
    background-color: #82241f;
    position: absolute;
    height: 2px;
    width: 5000px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 10px);
}
.sec-title.home-3 h2{
    margin-bottom: 10px;
}
.sec-title.home-3 h2:before{
    content: '';
    background-color: #82241f;
    position: absolute;
    height: 2px;
    width: 5000px;
    bottom: -10px;
    right: 0;
}
.sec-title h3{
    font-size: 32px;
    line-height: 1.3;
    color: #1C1A30;
    text-align: justify;
    font-weight: 600;
    margin-top: 15px;
    position: relative;
}
.sec-title .sec-explain{
    font-size: 17px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 0;
    position: relative;
}

/* :: About US */
.about-us .about-us-img-box{
	position: relative;
    padding-right: 20px;
    height: 100%;
}
.about-us .about-us-img-box .img-box{
	position: relative;
    border-radius: 10px;
    height: 100%;
    background-size: cover;
    background-position: right;
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
            box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
}
.about-us .about-us-text-box .sec-title{
    margin-bottom: 30px;
}
.about-us .about-us-text-box .sec-title h3{
    margin-bottom: 20px;
}
.about-us .about-us-text-box p.providing{
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    color: #1C1A30;
}
.about-us-core-list{
    margin-bottom: 30px;
    overflow: hidden;
}
.about-us-core-list .item{
    position: relative;
    margin-bottom: 12px;
}
.about-us-core-list .item:last-of-type{
    margin-bottom: 0;
}
.about-us-core-list .item i{
    font-size: 12px;
    background-color: #82241f;
    margin-right: 8px;
    color: #FFF;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}
.about-us-core-list .item h4{
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #6c757d;
    text-transform: capitalize;
    padding-left: 30px;
}
.about-us .about-us-text-box .img-person .about-us-person{
    border-radius: 50%;
    width: 60px;
    margin-right: 20px;
}
.about-us .about-us-text-box .img-person .signature{
    width: 250px;
}
.about-us .about-us-text-box .about-us-features-carousel{
    background: #F8F6F7 url(../images/01_pattern.png);
    overflow: hidden;
    border-radius: 5px;
    background-position: center;
}
.about-us .about-us-text-box .about-us-features-carousel .item{
    padding: 40px;
}

.features-style-2 .item{
	margin-bottom: 30px;
}
.features-style-2 .item i{
    font-size: 40px;
    line-height: 1.2;
    color: #000;
    float: left;
}
.features-style-2 .item .content-box{
    padding-left: 60px;
}
.features-style-2 .item .content-box h5{
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 12px;
}
.features-style-2 .item .content-box p{
	margin-bottom: 0;
}


/* :: How It Work */
.how-it-work{
	overflow: hidden;
}
.work-item{
    text-align: center;
    position: relative;
    padding: 26px;
    border-radius: 5px;
	border:1px solid #f1f1f1;
}
.work-item:hover{
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
            box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
	
	background:#f4f4f4;
}
.work-item:after{
	content: '';
    background-color: #E9E9E9;
    height: 0px;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: calc( 141px + 30px );
	z-index: -1;
}
.work-item:hover:after{
	background-color: #b22c36;
}
.work-item:before{
	content: '';
    background:none;
    height: 0px;
    width: 1000px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: calc( 141px + 30px );
	z-index: -2;
}
.work-item .fa{
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 58px;
    display: inline-block;
    border: 0px dotted #000;
    border-radius: 50%;
    margin-bottom: 0px;
    color: #000;
    position: relative;
}
.work-item:hover .fa{
	border-color: #b22c36;
	color: #b22c36
}
.work-item:hover .fa:before{
	-webkit-animation: icon-scale 2.5s infinite ;
		animation: icon-scale 2.5s infinite ;
	display: inline-block;
    position: relative;
    z-index: 1;
}
.work-item span{
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background-color: #E9E9E9;
    display: block;
    margin: 0 auto 0px auto;
	position: relative;
}
.work-item:hover span{
	background-color: #82241f;
}
.work-item span:after{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	opacity: 0;
}
.work-item:hover span:after{
	opacity: 1
}
.work-item h4{
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: #1C1A30;
    margin-bottom: 20px;
}
.work-item p{
	margin-bottom: 0;
}

.count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #transparent;
}

.count-box i {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  background: #1977cc;
  padding: 12px;
  color: #fff;
  border-radius: 37px;
}

.count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #fff;
  padding-top: 10px;
}

.count-box p {
  padding: 10px;
  margin: 0;
	text-align:center;
  color: #fff;
  font-size: 16px;
    font-weight: bold;
}

/* :: Statistic */
.statistic{
    /* padding: 50px 0 20px 0; */
    border-bottom: 1px solid #E9E9E9;
}
.statistic-item{
    margin-bottom: 30px;
    overflow: hidden;
}
.statistic-item i{
    float: left;
    margin-bottom: 0;
    font-size: 45px;
    padding: 12px 0 0 12px;
}
.statistic-item i:after{
    width: 40px;
    height: 40px;
}
.statistic-item .content{
    padding-left: calc(-9px + 20px);
}
.statistic-item .statistic-counter{
    font-size: 50px;
    font-weight: 600;
    line-height: 0.9;
    margin-bottom: 10px;
    color: #fff;
	text-align:center;
    font-family: 'Barlow', sans-serif;
}
.statistic-item .counter-name{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
	text-align:center;
	
}

/* :: Footer */
.footer{
    padding-top: 20px;
    background-color: #b22c36;
}
.footer .logo,
.footer .links{
    margin-bottom: 30px;
}
.footer .logo img{
    width: 160px;
}
.footer .logo p{
    margin: 30px 0 30px 0;
    color: #F9F9F9;
}
.footer-title h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 25px;
}
.footer .links li a{
    display: inline-block;
    position: relative;
    color: #F9F9F9;
    font-size: 15px;
    line-height: 33px;
}
.footer .links li:hover a{
    color: #82241f;
}
.footer .links li a:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.footer .links li a:hover:after{
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #82241f;
}
.footer .newsletter p{
    color: #F9F9F9;
    margin-bottom: 26px;
    font-size: 15px;
    font-weight: 500;
}

.footer .newsletter form{
    position: relative
}
.footer .newsletter form input{
    width: 100%;
    color: #9B9B9B;
    background-color: transparent;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0 15px;
    line-height: 44px;
    border-radius: 3px;
    letter-spacing: 0.25px;
    position: relative;
    border: 1px solid rgb(204 204 204 / 0.1);
}
.footer .newsletter form input:focus{
    border-color: #82241f;
}
.footer .newsletter form button{
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    background-color: #82241f;
    font-size: 11px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    color: #FFF;
}
.footer .newsletter form button:hover{
    color: #82241f;
    background-color: #FFF;
}
.footer ul.icon{
    margin: 30px 0;
}
.footer ul.icon li{
    display: inline-block;
}
.footer ul.icon li a{
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #993c3e;
    color: #FFF;
    font-size: 13px;
    margin-right: 5px;
    border-radius: 2px;
}
.footer ul.icon li:hover a{
    background-color: #FFF;
    color: #82241f;
}
.copyright{
    margin-top: 5px;
    padding: 10px 0;
    background-color: #993c3e;
    overflow: hidden
}
.copyright p{
    margin: 0;
    color: #F4F4F4;
    float: left;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.copyright p a{
    color: #82241f;
}
.copyright ul{
    float: right;
}
.copyright ul li{
    display: inline-block;
    margin-left: 10px;
}
.copyright ul li a{
    color: #FFF !important
}
.copyright ul li:hover a{
    color: #82241f !important;
}

/* :: Scroll Up */
.scroll-up {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 30px;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.scroll-up.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.scroll-up a {
    background-color: #82241f;
    font-size: 16px;
    color: #FFF;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #82241f;
    border-radius: 3px;
    outline: none;
}
.scroll-up:hover a{
    background-color: #1C1A30;
    border: 1px solid #1C1A30;
}