

  @import url('css2-CinzelDecorativewght400700_CormorantGaramondwght400500600700_PlayfairDisplaywght400500600700800_Tangerinewght400700_swap.css');



body{
	color: #8B8D92;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h5, h6{
	color: #fff;
	font-weight: 500;
	font-family: 'Cormorant Garamond', serif;
    margin: 0px;
}
h4{
    color: #d13a41;
    font-weight: bold;
    font-family: 'Tangerine';
    margin: 0px;
}
h1{
	font-size: 48px; 
}
h2{
	font-size: 36px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}



.tab {
	text-align: center;
	padding-bottom: 30px;
 	
	 

}
.tab a {
	 
	height:35px;
	line-height: 32px;
	background: #ab0712;
	font-size: 15px; 
	display: inline-block;
	width:200PX;
	margin:2px 10px;
	text-align:center;
	padding-left:10PX;
	color: #ffc95d;
	background: url("../image/right_hover11.png") no-repeat;
}
.tab a:hover {
	color: #ab0712;
	background: url("../image/right_hover02.png") no-repeat;
	
	
}



.tab1 {
	text-align: center;
	padding-bottom: 30px;
 	
	 

}
.tab1 a {
	 
	height:45px;
	line-height: 45px;
	background: #ab0712;
	font-size: 18px; 
	display: inline-block;
	width:200PX;
	margin:2px 10px;
	text-align:center;
	padding-left:10PX;
	color: #ffc95d;
	
 
}
.tab1 a:hover {
	color: #ab0712;
	background:#FC0
	 
	
	
}

/* Links 
------------------------------------ */
a{
	/* color: #616161; */
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover{
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #0c5adb;
}





.da {
    position: fixed;
    right: 0px;
    top: 28%;
    z-index: 999;
}

.da img {
    width: 73px;
    height: 43px;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
}




/*dark-button css end*/







.mobile-menu.mean-container {
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.mobile-menu .nav-logo {
    display: none;
    position: absolute;
    left: 20px;
    top: 10px;
}

.mobile-menu .nav-logo img {
    width: 100px;
}

@media (max-width: 991px) {
    .mobile-menu .nav-logo {
        display: block;
    }

    .mobile-menu .header-logo {
        display: none;
    }
}









/* ============start saymon Header Top Menu Area=============== */

.header-top-menu {
    padding: 10px 0px 10px 0px;
    background-color: #d13a41;
    z-index: 9;
    position: relative;
}
.header-top-menu .header-top-address ul{
	display: flex;
	margin-right: 15px;
	align-items: center;
}.header-top-menu .header-top-address ul li{
	color: #fff;
	margin-right: 15px;
}

.header-top-menu .header-top-address ul li a{
	color: #fff;
	font-size: 14px;
	font-weight: 400;

}

.header-top-menu .hrader-top-social.text-right{
	text-align: end;
}
.header-top-menu .hrader-top-social.text-right a{
	color: #fff;
	margin-left: 15px;
}

.sticky-nav.header-area .sub-menu ul li a:hover {
	color: #d13a41!important;
}
.header-area .sub-menu ul li a:hover::before {
    opacity: 1;
    visibility: visible;
}

/* ============end saymon Header Top Menu Area=============== */
/*--===================start header area-=====================*/
.header-area {
 
    padding: 2px 0px 5px;
    position: relative;
    margin-bottom: 0;
    z-index: 2;
	background-image:url(../image/top_bg.jpg)
}

.header-area .container-fluid {
    width: 85%;
}

.header-area .header-logo .main-logo img{
	height: 74px;
}

.header-area .saymon_menu ul {
	display: inline-block;
}
.header-area .saymon_menu ul li {
    list-style: none;
    display: inline;
    position: relative;
}
.header-area .saymon_menu ul li a {
    display: inline-block;
    font-size: 15px;
    padding: 35px 14px;
    text-transform: capitalize;
    transition: .5s;
    letter-spacing: 1px;
    color: #333;
    font-weight: 500;
}
.header-area .saymon_menu ul li a:hover {
    color: #d13a41;
}
.header-area .saymon_menu ul li a span {
    font-size: 13px;
    font-family: FontAwesome;
    opacity: .5;
}
.header-area .d-flex.align-items-center {
    justify-content: end;
}
.header-area .header-btn {
    display: inline-block;
    position: relative;
    top: 15px;
}
.header-area .saymon_menu .header-btn .sign-btn {
    background: transparent;
    color: #fff;
    display: inline-block;
    padding: 8px 19px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    font-weight: 500;
    border: 1px solid #e1ddd54f;
}
.header-area .saymon_menu .header-btn a i {
    font-size: 18px;
}
.header-area .saymon_menu .header-btn .sign-btn:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
    transition: .5s;
    background: #d13a41;
    z-index: -1;
    border-radius: 5px; 
}
.header-area .saymon_menu .header-btn .sign-btn:hover:after{
    left:0;
    width:100%;
}
.header-area .search-box-btn a{
	color:#d13a41;
	margin-right: 25px;
	font-size: 30px;
}
.sticky-nav .search-box-btn a{
	color:#fff;
}

.nav-btn.navSidebar-button {
    display: inline-block;
    color: #FC0476;
    font-size: 26px;
    cursor: pointer;
    position: relative;
    left: 20px;
}
.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    position: fixed!important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: .5s !important;
    background: #b5091f!important;
    z-index:9999 !important;
    animation-name: slideInDown;
    animation-duration: 1.5s;
}
.sticky-nav .saymon_menu ul li a{
	color:#fff;
}
.sticky-nav .header-top-social ul li a{
    color:#fff;
}
.sticky-nav .header-top-social ul li a:hover{
    color:#FB4242;
}
.sticky-nav .saymon_menu ul li a:hover {
    color: #d13a41!important;
}
.sticky-nav .saymon_menu .header-btn .sign-btn {
    border: 1px solid #e1ddd54f;
}
.sticky-nav .saymon_menu .header-btn .sign-btn:hover{
    color: #fff !important;
}

.sticky-nav .header-area .saymon_menu .sub-menu ul li a{
    background-color: transparent!important;
}
nav.saymon_menu {
    float: right;
}
/*sticky logo*/
.header-area .header-logo .stiky-logo img{
	height: 74px;
}
a.stiky-logo img {
    display: none;
}
.sticky-nav a.main-logo img {
    display: none;
}
.sticky-nav a.stiky-logo img {
    display: block;
}
.header-button {
	display: inline-block;
	margin-left: 8px;
}
.header-button a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.5s;
	border-radius: 5px;
	margin-left: 15px;
    background: transparent;
	padding: 14px 48px;
}
.header-button a:hover{
    background: transparent;
	color:#fff;
}

.sticky-nav .header-button a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.5s;
    border-radius: 5px;
    margin-left: 15px;
    background: transparent;
    padding: 14px 48px;
}
.sticky-nav .header-button a:hover{
    background: transparent;
    color:#fff;
}

/*< ==============start saymon Header  Area==============-->
/*start sub menu*/
.saymon_menu .sub-menu {
    height: auto;
    width: 230px;
    background: #ffcc6a;
    box-shadow: 0 0 5px rgba(254, 246, 225, .7);
    position: absolute;
    text-align: left;
    top: 62px;
    transition: .5s;
    opacity: 0;
    left: 0;
    visibility: hidden;
    border-radius: 0;
    padding: 9px 14px 15px;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all 0.4s ease-in-out;
 
	 
}
.saymon_menu .sub-menu.sign {
    top: 46px;
}
.header-area .sub-menu ul li {
    display: block;
    transition: .5s;
    border-bottom: 1px solid#E5E5E5;
    width: 100%;
}
.header-area  .sub-menu ul li:hover{
    border-color:#d13a41;
}
.header-area .sub-menu ul li:last-child{
    border-bottom: none;
}
.header-area .saymon_menu .sub-menu ul li a {
    position: relative;
    color: #333!important;
    margin: 10px 8px 9px 12px;
    padding: 0px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
    z-index: 2;
    padding: 0;
    width: 180px;
    right: 0;
	
}
.saymon_menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
    transform: scaleY(1);
}
.saymon_menuul li{
    padding-bottom:40px; 
	
}
.header-area .sub-menu ul li a:hover {
    color: #b5091f!important;
}
.sticky-nav.header-area .sub-menu ul li a:hover {
	color: #b5091f;
}
.header-area .sub-menu ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width:100%;
    left:0;
}
.mobile-menu.mean-container {
    overflow: hidden;
}

html{
    scroll-behavior: smooth;
}



/*--==================================================-->
<!-----Start Slider Area ----->
==================================================-*/
.slider-section{
    position: relative;
    overflow: hidden;
}
.slider-section .left-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 800px;
    z-index: 1;
    overflow: hidden;
}

.slider-section .slider-content {
    background-color: rgba(39, 39, 39, .6);
    display: inline-block;
    padding: 40px 40px 40px 25px;
    position: absolute;
    left: 10%;
    top: 27%;
    z-index: 99;
}
.slider-section .slider-content h4 {
    font-size: 35px;
}
.slider-section .slider-content h2 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    word-spacing: 10px;
}
.slider-section .booking-area .input-box {
    position: relative;
    margin-right: 25px;
    padding-right: 25px;
    padding: 7px 10px 0px 0px;
}
.slider-section .booking-area .input-box:before{
    position: absolute;
    content: '';
    height: 50px;
    width: 1px;
    background-color: #fff;
    right: 0;
    top: 14px;
    opacity: .3;
}
.slider-section .booking-area .all-box {
    /* border: 1px solid #d13a41; */
    border-radius: 5px;
    padding: 0px 15px;
}
.slider-section .booking-area {
    background-color: #1E1E1E;
    display: inline-block;
    position: absolute;
    left: 0px;
    z-index: 99;
    border-radius: 5px;
    bottom: 0px;
    border: 1px solid #d13a41;
}
.slider-section .slider-content .booking-area .input-box h3{
    font-size: 20px;
    font-weight: 400;
}
.slider-section .booking-area .input-box input {
    height: 40px;
    outline: 0 !important;
    background: transparent;
    border: transparent;
    color: #fff;
    padding: 0 6px 0 0;
    font-size: 14px;
}
.slider-section .booking-area .input-box input:focus{
    box-shadow: none;
}
.slider-section .booking-area .input-box input::placeholder{
    color: #fff;
    font-size: 13px;
}

.slider-section .booking-area .input-box select {
    height: 40px;
    outline: 0;
    background: #1E1E1E;
    border: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    width: 100%;
}
.slider-section .booking-area .all-box .booking-button button {
   position: relative;
    display: block;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    padding: 11px 20px;
    border: none;
    overflow: hidden;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
    color: #fff;
    border: 1px solid #d13a41;
    z-index: 1;
    display: inline-block;
    background-color: #d13a41;
    width: 100%;
}

.slider-section .booking-area .all-box .booking-button button:hover {
    transition: all ease-in-out 0.5s;
    color: #101418; 
}
.slider-section .booking-area .all-box .booking-button button::before {
    background: #fff;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 0%;
    height: 102%;
}

.slider-section .booking-area .all-box .booking-button button:hover::before {
  width: 100%; 
}
.slider-section .left-content .image-theme img{
   width: 100%;
}

.slider-section .right-content .slider-list .slider-item-1{
   background: url('../image/slid1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 800px;
}
.slider-section .right-content .slider-list .slider-item-2{
   background: url('../image/slid4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 800px; 
}

.slider-section .right-content .slider-list .slider-item-21{
   background: url('../image/slid5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 800px; 
}



.slider-section .right-content .slider-list .slider-item-3{
   background: url('../image/slid2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 800px;
}

.slider-section .owl-nav{
    position: absolute;
    top: 50%;
    right: 0;
}

.slider-section .owl-nav .owl-next {
    position: absolute;
    right: 10px;
}
.slider-section .owl-nav .owl-prev {
    position: absolute;
    right: 10px;
}
.slider-section .owl-nav .owl-prev i, .spa-section .left-content .owl-nav .owl-next i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1E1E1E;
    color: #fff;
    border-radius: 2px;
}


/* =============About Section Start============= */
.about-section{
	padding: 100px 0px 100px 0px;
    background-color: #FCF9F4;
    position: relative;
    overflow: hidden;
}

.about-section .logos-image img{
    width: 22%;
}
.about-section .left-content{
    margin-right: -100px;
}

.about-section .top-content{
    text-align: left;
    position: relative;
}
.about-section .top-content h2{
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #1E1E1E;
    margin-top: 0px;
}

.about-section .top-content .logos-bg img {
    width: 76%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.about-section .bottom-content .description p {
    padding: 15px 54px 0px 0px;
}

.about-section .single-counter{
    text-align: center;
}
.about-section .single-counter .count-title {
    display: flex;
    align-items: baseline;
}
.about-section .single-counter .count-title h1 {
    font-size: 80px;
    color: #1E1E1E;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    margin-top: 0;
}
.about-section .single-counter .count-title span {
    font-size: 35px;
    margin-left: 10px;
    color: #d13a41;
}
.about-section .single-counter p {
    font-size: 22px;
    color: #8B8D92;
    text-align: left;
}




.about-section .left-content .bottom-content .about-button a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #d13a41;
    margin-top: 25px;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.about-section .left-content .bottom-content .about-button a:hover {
    color: #d13a41;
    background: #fff;
   box-shadow:none;
}
.about-section .left-content .bottom-content .about-button a::before,
.about-section .left-content .bottom-content .about-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #d13a41;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}

.about-section .left-content .bottom-content .about-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.about-section .left-content .bottom-content .about-button a:hover::before,
.about-section .left-content .bottom-content .about-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}


 


.about-section .left-content .icon-box {
    margin: 10px 0px 10px 50px;
}
.about-section .left-content .icon-box .icon i {
    color: #d13a41;
    font-size: 22px;
    margin-right: 10px;
}
.about-section .left-content .icon-box .icon-content h3 {
    color: #1E1E1E;
    font-size: 22px;
    margin-top: 0px;
}
.about-image-wrap{
   
}





.about-image-wrap .s-section {

    display: flex;
    align-items: center;
    justify-content: end;
   /* overflow-x: hidden;
    height: 560px;*/

}



.about-image-wrap .s-section input {

    display: none;
}

/* .container { */

    /* width: 100%; */
    /* height: 100%; */
    /* max-width: 600px; */
    /* max-height: 600px; */
    /* display: flex; */
    /* transform-style: preserve-3d; */
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-direction: column; */
/* } */

.about-image-wrap .cards {

    position: relative;
    height: 500px;
    width: 430px;
    margin-bottom: 20px;
    perspective: 220px;
    transform-style: preserve-3d;
}

.about-image-wrap .cards label {

    position: absolute;
    width: 430px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    transition: transform 0.55s ease;
}

/* .cards .card{ */

    /* position: relative; */
    /* height: 100%; */
    /* background-color: #323444; */
    /* border-radius: 10px; */
    /* padding: 30px 35px; */
/* } */


/* .card .image{ */

    /* display: flex; */
    /* justify-content: space-between; */
/* } */

.about-image-wrap .card .image img {
    border-radius: 5px;
    /* box-shadow: 15px 15px 40px rgba(0, 0, 0, 50%); */
    /* margin-top: 23px; */
    width: 100%;
    /* height: 220px; */
    object-fit: cover;
}

.about-image-wrap .card .image .dots{

    text-align: center;
}

.about-image-wrap .dots div{

    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.about-image-wrap .dots div:nth-child(1){

    background-color: var(--current-color1);
}

.about-image-wrap .dots div:nth-child(2){

    background-color: #5B85F9;
}

.about-image-wrap .dots div:nth-child(3){

    background-color: #000;
}







#s1:checked~.cards #slide4,
#s2:checked~.cards #slide5,
#s3:checked~.cards #slide1,
#s4:checked~.cards #slide2,
#s5:checked~.cards #slide3 {
/*    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 45%);*/
    transform: translate3d(-70%, 0, -220px);
    
}

#s1:checked~.cards #slide5,
#s2:checked~.cards #slide1,
#s3:checked~.cards #slide2,
#s4:checked~.cards #slide3,
#s5:checked~.cards #slide4 {
/*    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 45%);*/
    transform: translate3d(-35%, 0, -120px);
    
}

#s1:checked~.cards #slide1,
#s2:checked~.cards #slide2,
#s3:checked~.cards #slide3,
#s4:checked~.cards #slide4,
#s5:checked~.cards #slide5 {
/*    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 50%);*/
    transform: translate3d(0, 0, 0);
    
}

#s1:checked~.cards #slide2,
#s2:checked~.cards #slide3,
#s3:checked~.cards #slide4,
#s4:checked~.cards #slide5,
#s5:checked~.cards #slide1 {
/*    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 45%);*/
    transform: translate3d(35%, 0, -120px);
    
}

#s1:checked~.cards #slide3,
#s2:checked~.cards #slide4,
#s3:checked~.cards #slide5,
#s4:checked~.cards #slide1,
#s5:checked~.cards #slide2 {
/*    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 45%);*/
    transform: translate3d(70%, 0, -220px);
    
}


/* =============Abut Section end============= */

/* ======================marque section start========================== */
 .marque-section{
	background: url('../image/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 150px 0px;
    position: relative;
    z-index: 1;
} 
.marque-section:before{
    position: absolute;
    content: "";
    background-color: rgba(30, 30, 30, .5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/*marque*/

.text_bar.style1 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.text_bar.style1 .text-item {
    display: flex;
    align-items: baseline;
    animation: pureit-animation 20s linear infinite;
    -webkit-animation: pureit-animation 20s linear infinite;
}
.text_bar.style1 .text-item.copy {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0);
    animation: pureit-animation-copy 20s linear infinite;
    -webkit-animation: pureit-animation-copy 20s linear infinite;
}
.text-item h3 {
    font-size: 100px;
    line-height: 1.1em;
    padding-right: .5em;
    padding-left: .5em;
    color: #fff;

}
.text_bar_content{
    display: flex;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;

}
/*two*/
.text_bar.style2 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.text_bar.style2 .text-item {
    display: flex;
    align-items: baseline;
     animation: qode-move-horizontal-normal-text-marquee-copy 20s linear infinite;

}
.text_bar.style2 .text-item.copy {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0);
     animation: qode-move-horizontal-normal-text-marquee-copy 20s linear infinite;

}
.text-item h3 {
    font-size: 100px;
    line-height: 1.1em;
    padding-right: .5em;
    padding-left: .5em
}
.text_bar_content{
    display: flex;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
}
@keyframes pureit-animation{
    0% {
        transform: translateX(0) translateZ(0);
    }
    100% {
        transform: translateX(-100%) translateZ(0);
    }
}
@keyframes pureit-animation-copy{
    0% {
        transform: translateX(100%) translateZ(0);
    }
    100% {
        transform: translateX(0) translateZ(0);
    }
}

/*marque*/



/* ======================marque section end========================== */

/* =============Service Categories Start============= */

.service-section{
    padding: 50px 0px 0px;
    background-color:#8c0718;
    margin-bottom: -173px;
    overflow: hidden;
}

.service-section .top-content{
    text-align: center;
    position: relative;
}
.service-section .logos-image img{
    width: 12%;
}
.service-section .top-content h2{
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
    margin-top: 0px;
}
.service-section .all-service {
    margin-top: 30px;
}
.service-section .all-service .single-service {
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fff;
    padding: 0px 0px 20px;
    border-radius: 3px;
}
.service-section .all-service .single-service .image-theme{
    overflow: hidden;
}
.service-section .all-service .single-service .image-theme img {
    width: 100%;
    transition: .5s;
}
.service-section .all-service .single-service:hover .image-theme img {
    transform: scale3d(1.1,1.1,1);
    transition: .5s;
}
.service-section .all-service .single-service .image-theme{
    position: relative;
}
.service-section .all-service .single-service .image-theme .button {
    position: absolute;
    bottom: -7px;
    left: -200px;
    transition: .5s;
}
.service-section .all-service .single-service:hover .image-theme .button {
    position: absolute;
    bottom: -6px;
    left: 1px;
    transition: .5s;
}

.service-section .all-service .single-service .image-theme a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    padding: 3px 14px;
    font-weight: 400;
    overflow: hidden;
    background: #d13a41;
    margin-top: 25px;
    border-radius: 2px;
    transition: .5s;
    z-index: 1;
}

.service-section .all-service .single-service .image-theme a:hover {
    color: #d13a41;
    background: #fff;
   box-shadow:none;
}
.service-section .all-service .single-service .image-theme a::before,
.service-section .all-service .single-service .image-theme a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #d13a41;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.service-section .all-service .single-service .image-theme a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.service-section .all-service .single-service .image-theme a:hover::before,
.service-section .all-service .single-service .image-theme a:hover::after{
  width:100%;
  transition:800ms ease all;
}


.service-section .all-service .single-service .content-box .service-title{
    position: relative;
    padding: 20px 22px 0px;
}
.service-section .all-service .single-service .content-box .service-title h2 {
    color: #1E1E1E;
    font-size: 26px;
    font-weight: 800;
    margin: 10px 0px 10px;
}
.service-section .all-service .single-service .content-box .services-icon {
    position: absolute;
    top: 20px;
    right: -130px;
    transition: .5s;
}
.service-section .all-service .single-service:hover .content-box .services-icon {
    position: absolute;
    right: 22px;
    transition: .5s;
}
.service-section .all-service .single-service .content-box .service-title .services-icon i{
    font-size: 12px;
    color: #d13a41;
}
.service-section .all-service .single-service .content-box .service-title .bed-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.service-section .all-service .single-service .content-box .bed-number .bed img {
    width: 14%;
    margin-right: 10px;
}
.service-section .all-service .single-service .content-box .bed-number .bed p{
    margin-bottom: 0px;
}
.service-section .all-service .single-service .content-box .bed-number .feet p{
    margin-bottom: 0px;
}



.service-section .all-service .single-service .content-box .services-icon img{
    width: 85%;
}
.service-section .service-button {
    text-align: center;
    margin-top: 25px;
}
.service-section .service-button a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #A229A1;
/*    box-shadow: 10px 0 30px rgb(249 147 11 / 25%);*/
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.service-section .service-button a:hover {
    color: #A229A1;
    background: #fff;
   box-shadow:none;
}
.service-section .service-button a::before,
.service-section .service-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #A229A1;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.service-section .service-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.service-section .service-button a:hover::before,
.service-section .service-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}

/* =============feature section start============= */

.feature-section{
    padding: 230px 0px 175px;
    background-color: #FCF9F4;
}

.feature-section .top-content{
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.feature-section .logos-image img{
    width: 12%;
}
.feature-section .top-content h2{
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #1E1E1E;
    margin-top: 0px;
}

.feature-section .single-feature {
    text-align: center;
    /* border: 1px solid #fff; */
    padding: 40px 0px 40px;
    background-color: #fff;
    position: relative;
    transition: .5s;
    z-index: 99;
    margin-bottom: 25px;
}
.feature-section .single-feature:hover{
    background-color: transparent;
    transition: .5s;
}
.feature-section .single-feature::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url('../image/f23.png');
    transition: .5s;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    z-index: -1;
}
.feature-section .single-feature:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.feature-section .single-feature .text h3 {
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 700;
    margin: 50px 0px 0px;
}
.feature-section .single-feature:hover .text h3{
    color: #fff;
    transition: .5s;
}
/* =============feature section end============= */








/* =============spa section start============= */
.spa-section{
    padding: 0px 0px 100px;
    background-color:#8b0617;
    
}
.spa-section .single{
    margin-top: -100px;
}
.spa-section .right-content .top-content{
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}

.spa-section .left-content {
    background-color: #fff;
}
.spa-section .right-content {
    background-color: #fff;
    padding: 40px 47px 0px 40px;
    margin-left: -24px;
    height: 560px;
}
.spa-section .right-content .top-content .logos-image img{
    width: 33%;
}
.spa-section .right-content .top-content h2{
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #1E1E1E;
    margin-top: 0px;
    line-height: 1.2;
}
.spa-section .right-content .description p{

}
.spa-section .left-content .spa-slider .slider-image {
    height: 560px;
    position: relative;
/*    margin: 0px 7px;*/
    transition: .5s;
    z-index: 1;
}
.spa-section .left-content .spa-slider .slider-image::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, .3);
    transition: .5s;
    transform: scale(1);
    z-index: -1;
}
.spa-section .left-content .spa-slider .slider-image::after {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 90%;
    height: 90%;
    border: 2px solid #fff;
    transform: scale(1);
    opacity: .5;
    transition: .5s;
}
.spa-section .left-content .spa-slider .slider-image:hover::before, .spa-section .left-content .spa-slider .slider-image:hover::after {
    transform: scale(0);
    transition: .5s;
}

.spa-section .left-content {
    position: relative;
}
.spa-section .left-content .owl-nav{
    position: absolute;
    top: 82%;
    right: 0;
}

.spa-section .left-content .owl-nav .owl-next {
    position: absolute;
    right: -163px;
}
.spa-section .left-content .owl-nav .owl-prev {
    position: absolute;
    right: -87px;
}
.spa-section .left-content .owl-nav .owl-prev i, .spa-section .left-content .owl-nav .owl-next i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1E1E1E;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #8F8F8F
}

/* =============spa section end============= */

/* =============video section start============= */
.video-section{
    background: url('../image/bg4.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
/*    padding: 100px 0px 100px;*/
    height: 700px;
}

.video-section .main-content{
    position: relative;
}
.video-section .top-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 68%;
    text-align: center;
    top: 100px;
}

.video-section .top-content .logos-image img{
    width: 25%;
}
.video-section .top-content h2{
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
    margin-top: 0px;
    line-height: 1;
}


.video-section .offer-button a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #d13a41;
    margin-top: 25px;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.video-section .offer-button a:hover {
    color: #d13a41;
    background: #fff;
    box-shadow:none;
}
.video-section .offer-button a::before,
.video-section .offer-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #d13a41;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.video-section .offer-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.video-section .offer-button a:hover::before,
.video-section .offer-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}
.video-section .video {
    position: absolute;
    top: 47%;
    right: 25%;
    margin: auto;
    text-align: center;
}
.video-section .video .slider-video-icon a{
    position: relative;
}
.video-section .video .slider-video-icon a i{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    background: #d13a41;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    position: relative;
    /* z-index: 1; */
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


.video-section .video .slider-video-icon a::after {
  content: "";
  border: 2px solid #d13a41;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.video-section .video .slider-video-icon a::before {
  content: "";
  border: 2px solid #d13a41;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

canvas {
    display: block !important;
    width: 100% !important;
}
.video-section .offer-shape-image {
    position: absolute;
    left: 50%;
    top: 50%;
}
.video-section .offer-shape-image img{
    width: 52%;
}
/* =============video section end============= */

/* ======================team section start========================== */
.team-section{
    background-color: #FCF9F4;
    padding: 20px 0px 0px;
    position: relative;
    overflow: hidden;
    margin-bottom: -96px;
}
.team-section .top-content{
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.team-section .logos-image img{
    width: 12%;
}
.team-section .top-content h2{
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #1E1E1E;
    margin-top: 0px;
}
.team-section .single-team{
    text-align: center;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px 0px 7px;
    z-index: 9;
}

.team-section .single-team .team-contant .team-image:before{
    content: "";
    width: 100%;
    height: 100%;
/*    border-radius: 50%;*/
    box-shadow: 100px 0 0 #ffffff03 inset, 0 100px 0 rgb(255 255 255 / 1%) inset, -100px 0 0 rgb(255 255 255 / 1%) inset, 0 -100px 0 rgb(255 255 255 / 1%) inset;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 300ms linear 0s;
    visibility: visible;
}

.team-section .single-team .team-contant .team-image:after {
    content: "";
    width: 139%;
    height: 86%;
    /* border-radius: 50%; */
    box-shadow: 100px 0 0 #ffffff03 inset, 0 100px 0 rgb(255 255 255 / 1%) inset, -100px 0 0 rgb(255 255 255 / 1%) inset, 0 -100px 0 rgb(255 255 255 / 1%) inset;
    position: absolute;
    top: -16px;
    left: -16px;
    bottom: 0;
    transition: all 300ms linear 0s;
    visibility: visible;
    transform: rotate(90deg);
}


.team-section .single-team:hover .team-contant .team-image:after, .team-section .single-team:hover .team-contant .team-image:before {
    box-shadow: 5px 0 0 rgb(255 255 255 / 50%) inset, 0 5px 0 rgb(255 255 255 / 50%) inset, -5px 0 0 rgb(255 255 255 / 50%) inset, 0 -5px 0 rgb(255 255 255 / 50%) inset;
}


.team-section .single-team .team-contant .team-image img{
    width: 100%;
}
.team-section .single-team .team-contant .team-title h3{
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 18px;
}
.team-section .single-team .team-contant .social-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    left: -50px;
    transition: .5s;
}
.team-section .single-team:hover .team-contant .social-icon {
    left: 10px;
    transition: .5s;
}
.team-section .single-team .team-contant .social-icon a{
    display: block;
}
.team-section .single-team .team-contant .social-icon i {
    color: #fff;
    background-color: #d13a41;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    margin: 8px;
    transition: .5s;
}
.team-section .single-team .team-contant .social-icon i:hover {
    color: #d13a41;
    background-color: #fff;
    transition: .5s;
}


/* ======================team section end========================== */
/* ======================brand section start========================== */

/* ======================brand section end========================== */
/* ======================Testimonial section start========================== */
.testimonial-section{ 
    background-color: #8b0617;
    text-align: center;
    position: relative;
    padding: 96px 0px 80px;

}

.testimonial-section .row {
    align-items: center;
}
.testimonial-section .top-content{
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.testimonial-section .logos-image img{
    width: 12%;
}
.testimonial-section .top-content h2{
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
    margin-top: 0px;
}
.testimonial-section .image-tham{
    margin-right: -120px;

}

.testimonial-section .image-tham img{
    width: 100%;
    border-radius: 10px;
}

.testimonial-section .testi-slider2{
  box-shadow: 0 0 35px rgb(255 255 255 / 10%);
  
}

.testimonial-section .testi-slider2 .testi-box{
   
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 10px;
}

.testimonial-section .testi-slider2 .testi-box .testi-content{
    position: relative;
    padding: 65px 50px;
}

.testimonial-section .testi-slider2 .testi-box .testi-content h2{
    font-size: 38px;
    color: #fff;
}

.testimonial-section .testi-slider2 .testi-box .testi-content p{
    font-size: 16px;
    margin: 40px 0px 50px 0px;
    color: #CCCCCC;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .people img{
    width: 11%;
    border: 3px solid #fff;
    border-radius: 10%;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .people .text{
    margin: 0px 0px 5px 20px;
}
.testimonial-section .testi-slider2 .testi-box .testi-content .people .text h4{
    color: #fff;
}
.testimonial-section .testi-slider2 .testi-box .testi-content .people .text span{
    color: #d13a41;
}
/* .testimonial-section .testi-slider2 .testi-box .testi-content .icon {
    position: absolute;
    bottom: 63px;
    left: 36%;
} */
.testimonial-section .testi-slider2 .testi-box .testi-content .icon img{
    width: 50%;
    border: none;
}
@media (max-width: 992px){
  .testimonial-section .image-tham img {
      display: none !important;
  }
}
/* ======================Testimonial section end========================== */






/* ======================blog section start========================== */
.blog-section{
    background-color: #FCF9F4;
	padding: 100px 0px;
}


.blog-section .top-content{
    text-align: center;
    position: relative;
    margin-bottom: 18px;
}
.blog-section .logos-image img{
    width: 12%;
}
.blog-section .top-content h2{
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #1E1E1E;
    margin-top: 0px;
}

.blog-section .songle-blog {
    border-radius: 7px;
    box-shadow: 0 0 35px rgb(0 0 0 / 3%);
    /* margin-bottom: 22px; */
    background-color: #fff;
    margin-top: 22px;
}

.blog-section .songle-blog .blog-image{
	position: relative;
}
.blog-section .songle-blog .blog-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    transform: scale(0);
    transform-origin: bottom right;
    background-image: linear-gradient(-86deg, #1E1E1E 0%, #1E1E1E 100%);
    pointer-events: none;
    transition: all 500ms linear;
    border-radius: 5px;
    opacity: .5;
}

.blog-section .songle-blog .blog-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
    transform: scale(0);
    transform-origin: top left;
    background-image: linear-gradient(-86deg, #d13a41 0%, #d13a41 100%);
    pointer-events: none;
    transition: all 500ms linear;
    border-radius: 5px;
    opacity: .5;
}

.blog-section .songle-blog:hover .blog-image::before,
.blog-section .songle-blog:hover .blog-image::after{
	transform: scale(1);

}
.blog-section .songle-blog .category p {
    display: inline-block;
    margin-bottom: 0;
    padding: 3px 10px;
    background-color: #d13a41;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 99;
}
.blog-section .songle-blog .blog-image img{
	width: 100%;
    border-radius: 0px 0px 7px 7px;
}

.blog-section .songle-blog .blog-content{
	padding: 20px 20px 10px 20px;
	position: relative;

}
.blog-section .songle-blog .blog-content .blog-meta {
    display: inline-block;
    left: 20px;
    top: -28px;
    border-radius: 5px;
}
.blog-section .songle-blog .blog-content .blog-meta a{
	font-size: 14px;
	font-weight: 400;
	color: #d13a41;
}
.blog-section .songle-blog .blog-content .blog-meta span{
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
    color: #d13a41;
}
.blog-section .songle-blog .blog-content .blog-text h3 {
    margin-top: 5px;
}
.blog-section .songle-blog .blog-content .blog-text h3 a{
	font-size: 24px;
	color: #030f27;
	font-weight: 600;
	padding: 10px 0px 10px 0px;
	transition: .5s;
}
.blog-section .songle-blog .blog-content .blog-text h3 a:hover{
	color: #d13a41;
	transition: .5s;
}
.blog-section .songle-blog .blog-content .blog-text p{
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
}

/* ======================blog section end========================== */
/* ======================brand section start========================== */
 .brand-section{
    background-color: #1E1E1E;
    text-align: center;
    padding: 20px 0px;
} 
.brand-section .brand-thumb{
    transition: .5s;
}
.brand-section .brand-thumb:hover img{
    filter: brightness(0) invert(1);
    transition: .5s;
}

/* ======================brand section end========================== */


/* ======================footer section start========================== */
.footer-section{
	background-image: url('../image/footer.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 90px;
	position: relative;
	z-index: 1;
}
.footer-section::before{
	position: absolute;
	content: "";
	background-color: rgba(30, 30, 30, .2);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.footer-section .footer-image img{
	height: 74px;
}

.footer-section p{
	color: #fff;
	font-size: 16px;
	margin-top: 35px;
	line-height: 1.7;
}

/*social button*/
.footer-section .footer-about-social-icon ul li {
    display: inline-block;
    margin-right: 6px;
}
.footer-section .footer-about-social-icon ul li a {
    height: 41px;
    width: 41px;
    line-height: 41px;
    text-align: center;
    background: #272727;
    display: inline-block;
    transition: .5s;
    border-radius: 8%;
    color: #d13a41;
    position: relative;
    z-index:1;
    overflow: hidden;
}
.footer-section .footer-about-social-icon ul li a::after{
    position: absolute;
    content:"";
    top:0;
    right:0;
    height:100%;
    width:0;
    transition:.5s;
    background:#d13a41;
    z-index: -1;
    border-radius: 5px;
}
.footer-section .footer-about-social-icon ul li a:hover::after{
    left:0;
    width:100%;
}
.footer-section .footer-about-social-icon ul li a:hover{
	color: #fff;
}

.footer-section h2{
	color: #f6ebbd;
	font-size: 24px;
	margin-bottom: 60px;
	margin-top: 20px;
}
.footer-section .link ul li{
	margin-bottom: 21px;
}

.footer-section .link ul li a{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	transition: .5s;
}

.footer-section .link ul li a:hover{
	color: #d13a41;
	transition: .5s;
}

.footer-section .link ul li a i{
	margin-right: 10px;
}

.footer-section .footer-news{
	margin-bottom: 30px;
}

.footer-section .footer-news .image img{
	width: 100%;
	height: 65px;
	border-radius: 5px;
}

.footer-section .footer-news .image-content p {
	margin: 0px 0px 10px 10px;
	font-size: 16px;
  	font-weight: 400;
  	color: #fff;
}

.footer-section .footer-news .image-content p a{
	color: #fff;
}

.footer-section .footer-news .image-content p a:hover{
	color: #d13a41;
}


.footer-section .footer-news .image-content span{
	margin: 0px 0px 0px 10px;
	color: #d13a41;
}

.footer-section .footer-icon .icon i{
	color: #d13a41;
	font-size: 20px;
	font-weight: 600;
}

.footer-section .footer-icon p{
	margin: 0px 0px 0px 10px;

}

.footer-section .bar1{
	height: 1px;
	width: 100%;
	background-color: #d13a41;
	margin: 25px 0px;
    opacity: .4;
}

.footer-section .bar2{
	height: 1px;
	width: 100%;
	background-color: #d13a41;
	margin: 25px 0px;
    opacity: .4;
}

.footer-section .footer-bar{
	height: 1px;
	width: 100%;
	background-color: #d13a41;
	margin-top: 50px;
    opacity: .4;
}

.footer-section .cuppyright-section p{
	text-align: center;
	color: #fff;
	padding: 37px 0px;
  	margin-bottom: 0;
  	font-weight: 400;
  	margin-top: 0;
}

/* ======================footer section end========================== */

/* ======================start contact page ========================== */
/* ======================start contact page ========================== */
.bratecome-section {

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 160px 0px;
  position: relative;
  z-index: 1;
}

.bratecome-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(30, 30, 30, .5);
  z-index: -1;
}

.bratecome-section .contant {
  text-align: center;
}

.bratecome-section .contant .title h2 {
  font-size: 55px;
  color: #fff;
  letter-spacing: 1px;
}

.bratecome-section .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-section .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.bratecome-section .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.bratecome-section .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
}

/* ======================start contact section ========================== */
.contact-section{
/*	background-color: rgba(2, 95, 255, .1);*/
  	padding: 90px 0px 60px 0px;
}
.contact-section .top-content{
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}
.contact-section .logos-image img{
    width: 12%;
}
.contact-section .top-content h2{
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #1E1E1E;
    margin-top: 0px;
}
.contact-section .contact-icon {
    box-shadow: 0px 2px 35px 0px rgb(0 0 0 / 10%);
    padding: 25px 5px;
    margin: 0px 15px 60px 0px;
    border-left: 8px solid #d13a41;
}
.contact-section .contact-icon .icon i {
    font-size: 25px;
    color: #fff;
    background-color: #d13a41;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 26px;
    margin: 0px 26px 0px 17px;
}

.contact-section .con-iage img{
    width: 100%;
    border-radius: 5px;
}
.contact-section .contact-icon .text h3{
	color: #030f27;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

.contact-section .contact_from .form_box input {
    border: 1px solid #d13a41;
    outline: 0;
    padding: 16px 10px;
    background-color: #E9ECEF;
    padding-left: 15px;
}
.contact-section .contact_from {
    box-shadow: 0px 2px 35px 0px rgb(0 0 0 / 10%);
    padding: 15px 30px 30px;
}
.contact-section .contact_from .form_box .form-control:focus {
    color: #d13a41;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(228, 197, 144, .25);
}
.contact-section .contact_from .form_box h3 {
    color: #1E1E1E;
    margin-bottom: 10px;
    margin-top: 15px;
}
.contact-section .contact_from .quote_btn button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 11px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #d13a41;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
    width: 100%;
    margin-top: 50px;
}

.contact-section .contact_from .form_box select#place {
    width: 100%;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #d13a41;
    background-color: #E9ECEF;
    outline: 0;
    padding: 0px 10px;
}
.contact-section .contact_from .quote_btn button:hover {
  	color: #d13a41;
  	background: #fff;
    box-shadow:none;
}
.contact-section .contact_from .quote_btn button::before,
.contact-section .contact_from .quote_btn button::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #d13a41;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.contact-section .contact_from .quote_btn button::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.contact-section .contact_from .quote_btn button:hover::before,
.contact-section .contact_from .quote_btn button:hover::after{
  width:100%;
  transition:800ms ease all;
}
.contact-section .contact_from .quote_btn button i{
	margin-left: 10px;
}

.contact-section .midd{
    position: relative;
}
.contact-section .midd .con-shap{
    position: absolute;
    z-index: -1;
    bottom: 0;
    text-align: center;
}
.contact-section .midd .con-shap img{
    width: 57%;
}
.map-section{
    padding: 0px 0px 90px 0px;
}

/* ======================end contact section ========================== */

/* ======================end contact page ========================== */
/* ======================end contact page ========================== */

/* ======================start about page ========================== */
/* ======================start about page ========================== */

/* ======================end about page ========================== */
/* ======================end about page ========================== */


/* =========================Blog-detail page start ========================================= */
/* ================================================================================ */
.blog-detail-section {
  padding: 100px 0px 70px;
}
.blog-detail-section .star-image{
    position: absolute;
    left: 0;
    top: 0;
}
.blog-detail-section .star-image img{
    width: 100%;
}
.blog-detail-section .main-section .top-image img {
  width: 100%;
}

.blog-detail-section .main-section .text-detail {
  position: relative;
}

.blog-detail-section .main-section .text-detail span {
  color: #d13a41;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
}

.blog-detail-section .main-section .text-detail a {
  color: #d13a41;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  display: inline-block;
  padding: 24px 33px 20px 10px;
}



.blog-detail-section .main-section .blog-quote {
    text-align: center;
    padding: 60px 40px 30px;
    margin: 20px 0px 50px;
    border-radius: 10px;
    background-color: #A4A4A4;

}
.blog-detail-section .main-section .blog-quote p{
    color: #fff;
    font-style: italic;
}

.blog-detail-section .main-section .blog-imagelist img{
    border-radius: 10px;
    width: 100%;
}
.blog-detail-section .main-section .ts{
    font-size: 16px;
    margin: 50px 0px 50px;
}
.blog-detail-section .main-section .single-comment h3{
    font-size: 30px;
    margin-bottom: 50px;
}
.blog-detail-section .main-section .single-comment .comment-image img{
    border-radius: 10px;
    width: 60px;
}
.blog-detail-section .main-section .single-comment .comment-box{
  margin-bottom: 40px;
}
.blog-detail-section .main-section .single-comment .comment-box .comment-content{
    border-bottom: 1px dashed #f1f1f1;
    position: relative;
    background: #f3f5f0;
    padding: 20px;
    margin-left: 30px;
    border-radius: 10px;
}
.blog-detail-section .main-section .single-comment .comment-box .comment-content:before{
    content: '';
    position: absolute;
    left: -20px;
    top: 25px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f3f5f0;
}
.blog-detail-section .main-section .single-comment .comment-box .comment-content .flx {
    display: flex;
    justify-content: space-around;
}
.blog-detail-section .main-section .single-comment .comment-box .comment-content .flx .comment-rate {
    text-align: center;
}
.blog-detail-section .main-section .single-comment .comment-box .comment-content p.comment {
    margin: 10px 0px 30px;
}

.blog-detail-section .main-section .single-comment .comment-box .comment-content .comment-like a {
    background-color: #fff;
    padding: 5px 13px;
    border-radius: 10px;
}





.blog-detail-section .main-section .text-detail p {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .text-detail h5 {
  margin-top: 40px;
  line-height: 1.3;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
  color: #1E1E1E;
}

.blog-detail-section .main-section .text-detail .block {
  line-height: 1.5;
  background: #f6f6f6;
  font-style: normal;
  color: #232;
  font-weight: 400;
  padding: 26px 34px;
  font-size: 16px;
  border-left: 4px solid #d13a41;
}

.blog-detail-section .main-section .text-detail h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 50px;
  color: #1E1E1E;
}

.blog-detail-section .main-section .text-detail .line {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
}

.blog-detail-section .main-section .text-detail .icon a {
  padding: 5px 35px 35px 0px;
  display: inline-block;
}

.blog-detail-section .main-section .text-detail .icon a i {
  border: 1px solid #d13a41;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  width: 40px;
  border-radius: 5px;
  color: #d13a41;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .icon a i:hover {
  background: #d13a41;
  border-color: #d13a41;
  color: #fff;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .comment-title h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 11px;
  color: #1E1E1E;
}

.blog-detail-section .main-section .text-detail .left-comment-line {
  height: 1px;
  width: 100px;
  background: #b52424;
  right: 53%;
  bottom: 34%;
  position: absolute;
}



.blog-detail-section .main-section .text-detail .contact_from .form_box input {
    margin-bottom: 25px;
    border: 1px solid #d13a41;
    outline: 0;
    padding: 16px 10px;
}

.blog-detail-section .main-section .text-detail .contact_from .form_box .form-control:focus {
    color: #d13a41;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(2, 95, 255, .5);
}
.blog-detail-section .main-section .text-detail .contact_from .form_box textarea {
    margin-bottom: 25px;
    border: 1px solid #d13a41;
    outline: 0;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button {
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #d13a41;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.blog-detail-section .main-section .text-detail .contact_from .quote_btn button:hover {
   color: #d13a41;
   background: #fff;
   box-shadow:none;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button::before,
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #d13a41;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button:hover::before,
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button:hover::after{
  width:100%;
  transition:800ms ease all;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button i{
	margin-left: 10px;
}

.blog-detail-section .main-section .right-side {
  position: relative;
}

.blog-detail-section .main-section .right-side input {
  background: #fff none repeat scroll 0 0;
  height: 60px;
  border: 1px solid #d13a41;
  color: #d13a41 !important;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .right-side .form-control:focus {
    color: #d13a41;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(2, 95, 255, .25);
}
.blog-detail-section .main-section .right-side input::placeholder{
	color: #d13a41;
}
.blog-detail-section .main-section .right-side .icon {
  position: absolute;
  right: 5px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 25px;
}
.blog-detail-section .main-section .right-side .icon i{
	color: #d13a41;
}
.blog-detail-section .main-section .right-side h2 {
  display: block;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 57px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  color: #1E1E1E;
}


.blog-detail-section .main-section .right-side .post {
  display: flex;
  margin-bottom: 15px;
}
.blog-detail-section .main-section .right-side .post .image img{
	height: 85px;
	border: 1px solid #d13a41;
}
.blog-detail-section .main-section .right-side .post .text h3 a {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  margin-left: 22px;
  text-transform: capitalize;
  font-weight: 700;
}

.blog-detail-section .main-section .right-side .post .text span {
  color: #616161;
  font-size: 15px;
  margin-left: 22px;
}

.blog-detail-section .main-section .right-side h4 {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 60px;
}

.blog-detail-section .main-section ul.sidebar-tags li {
    display: inline-block;
    margin-bottom: 0;
}
.blog-detail-section .main-section ul.sidebar-tags li a {
    padding: 10px 15px;
    background: #fff;
    display: inline-block;
    margin-bottom: 3px;
    border-radius: 10px;
    color: #444;
    border: 1px solid #cccccc80;
    box-shadow: 0 10px 40px #0e64d714;
    transition: all ease-in-out 0.5s;
}
/* =========================Blog-detail page end ================ */



/* ======================================================
<-- Service Section Css -->
====================================================== */


/*
<!-- ============================================================== -->
<!--  start Service Detials Section -->
<!-- ============================================================== -->*/

.service-details {
    background: #fff;
    padding: 100px 0 0px;
    position: relative;
    z-index: 1;
}

.service-details:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 40%;
    height: 100%;
    background-color: #FCF9F4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.service-details .sidebar-widget {
    margin-bottom: 30px;
}

.service-details .sidebar-widget form {
    position: relative;
}

.service-details .sidebar-widget input {
    height: 60px;
    width: 100%;
    background: #ffffff;
    border: 0;
    border-radius: 4px;
    padding: 0 20px 0;
    border: 1px solid #d13a41;
}

.service-details .sidebar-widget input::placeholder{
	color: #d13a41;
}
.service-details .sidebar-widget input:focus{
	box-shadow: 0 0 0 0.25rem rgb(249 147 11 / 25%);
}
.service-details .sidebar-widget button.subscribe-btn {
    height: 60px;
    width: 60px;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #d13a41;
    color: #fff;
    position: absolute;
    right: 0;
}

.service-details .widget-sidebar-box {
    padding: 24px 30px 24px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px;
}

.service-details h4.sidebar-title {
    font-size: 22px;
    padding: 0 0 0px;
    position: relative;
    z-index: 1;
}

.service-details ul.sidebar-menu {
    border-top: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 30px 0 0;
}

.service-details ul.sidebar-menu li {
    padding: 13px 15px 13px;
    display: block;
    border: 1px solid rgba(19,17,37,0.1);
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .5s;
}

.service-details ul.sidebar-menu li a {
    font-size: 16px;
    color: #062461;
    font-weight: 400;
    transition: .5s;
}

.service-details ul.sidebar-menu li a i {
    background: #E5E8EF;
    font-size: 16px;
    padding: 3px 3px;
    margin-right: 5px;
    transition: .5s;
    color: #d13a41;
}

.service-details ul.sidebar-menu li:hover {
    background: #F6F6F6;
    border: 1px solid #f6f6f6;
}

.service-details ul.sidebar-menu li:hover a i {
    background: #d13a41;
    color: #fff;
}

.service-details ul.sidebar-menu2 li {
    display: block;
    list-style: none;
    background: #F6F6F6;
    color: #062461;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}

.service-details li.sidbr-mb {
    margin: 0 !important;
}

.service-details img.sidbr-icn {
    padding-right: 15px;
}

/*sidebar quick contact*/

.service-details .widget-sidebar-quick-contact {
    background-image: url('../image/16.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.service-details h3.widget-title2 {
    padding: 25px 0 20px;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

.service-details h5.sidebar-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.service-details h5.sidebar-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 168px;
    top: 8px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.2);
}

.service-details h5.sidebar-title:after {
    position: absolute;
    content: "";
    left: 168px;
    right: 0;
    top: 8px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.2);
}

.service-details h5.sidebar-title2 {
    font-size: 24px;
    color: #fff;
    padding: 12px 0 48px;
}

.service-details .widget-button a {
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #d13a41;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.service-details .widget-button a:hover {
  	color: #d13a41;
  	background: #fff;
   box-shadow:none;
}
.service-details .widget-button a::before,
.service-details .widget-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #d13a41;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.service-details .widget-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.service-details .widget-button a:hover::before,
.service-details .widget-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}


/*service details right */

.service-details .service-dtls-all-items {
    padding-left: 50px;
}

.service-details .service-dtls-all-items .service-thumb img {
    width: 100%;
}
.service-details h2.service-title {
    font-size: 30px;
    line-height: 50px;
    padding: 10px 0 10px;
}

.service-details p.service-dtls-desc2 {
    padding: 0 0 20px;
}

/*service dtls box*/

.service-details .service-dtls-box {
    display: flex;
    align-items: center;
    background-color: #FCF9F4;
    border-radius: 5px;
}

.service-details .service-dtls-box .dtls-thumb img{
	height: 150px;
}
.service-details .sevice-dtls-content {
    padding-left: 25px;
}

.service-details .sevice-dtls-content h5 {
    font-size: 20px;
    padding: 0 0 11px;
	color: #d13a41;
    font-weight: bold;
    font-family: 'Tangerine';
}

/*service dtls pannel*/

.service-details .service-dtls-itm-pannel {
    border-top: 1px solid rgba(6,36,98,0.10196078431372549);
    border-bottom: 1px solid rgba(6,36,98,0.10196078431372549);
    padding: 25px 0 37px;
    margin: 40px 0 20px 0;
}

.service-details .service-dtls-items ul li {
    display: block;
    list-style: none;
    padding: 12px 0 0;
    color: #062461;
    font-weight: 400;
}

.service-details .service-dtls-items ul li a {
    color: #d13a41;
}
.service-details .service-dtls-items ul li i {
    background: #E5E8EF;
    color: #d13a41;
    font-size: 15px;
    padding: 0px 3px;
    line-height: 20px;
    margin-right: 5px;
    transition: .5s;
    display: inline-block;
}
.service-details .service-dtls-items ul li:hover i {
    background: #d13a41;
    color: #fff;
    transition: .5s;
}

.service-details .service-dtls-cont h5 {
    font-size: 16px;
    color: #d13a41;
    font-weight: 500;
    text-transform: uppercase;
}

.service-details .service-dtls-cont h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding: 6px 0 0;
    color: #1E1E1E;
}

.service-details .video-sections{
	position: relative;
}

.service-details .video-sections .image img{
	width: 100%;
}
.service-details .video-sections .video {
    position: absolute;
    top: 101px;
    right: 227px;
}
.service-details .video-sections .video .slider-video-icon a{
	position: relative;
}
.service-details .video-sections .video .slider-video-icon a i{
	width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    background: #d13a41;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    position: relative;
    /* z-index: 1; */
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


.service-details .video-sections .video .slider-video-icon a::after {
  content: "";
  border: 2px solid #d13a41;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.service-details .video-sections .video .slider-video-icon a::before {
  content: "";
  border: 2px solid #d13a41;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}





/*
<!-- ============================================================== -->
<!-- end Service Detials Section -->
<!-- ============================================================== -->*/


 



/* ======================Shake Animation section start========================== */





/* animation */



.whychoose-rotateme {
  -webkit-animation-name: whychoose-rotateme;
          animation-name: whychoose-rotateme;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes whychoose-rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}



.branding-shape {
  position: absolute !important;
  left: 0;
  top: 50%;
  z-index: -1;
}
.branding-shape img {
    -webkit-animation: moveBounce 2s linear infinite;
    animation: moveBounce 2s linear infinite;
}

.finace-shape {
  position: absolute !important;
  left: 0;
  top: 50%;
  z-index: -1;
}
.finace-shape img {
    -webkit-animation: moveBounce 2.5s linear infinite;
    animation: moveBounce 2.5s linear infinite;
}
.finace-shape-two {
  position: absolute !important;
  left: 0;
  top: 40%;
  z-index: -1;
}
.finace-shape-two img {
    -webkit-animation: moveBounce 2s linear infinite;
    animation: moveBounce 2s linear infinite;
}

.finace-shape-three {
  position: absolute !important;
  left: 50%;
  top: 15%;
  z-index: -1;
}

.finace-shape-three img {
  -webkit-animation: moveLeftBounceright 2s linear infinite;
    animation: moveLeftBounceright 2s linear infinite;
}
@keyframes moveLeftBounceright {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35px);
            transform: translateX(35px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.dance {
  -webkit-animation: dance 1.5s alternate infinite;
  animation: dance 1.5s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.5);
  }
}


.about-dance {
  -webkit-animation: about-dance 1.5s alternate infinite;
  animation: about-dance 1.5s alternate infinite;
}

@keyframes about-dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}




.finace-shape-about img {
  -webkit-animation: moveUpBounce 2s linear infinite;
    animation: moveUpBounce 2s linear infinite;
}
@keyframes moveUpBounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}















.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.bounce-animate {
animation-name: float-bob;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate2 {
animation-name: float-bob2;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob2;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob2;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob2;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate3 {
animation-name: float-bob3;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob3;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob3;
-ms-animation-duration: 4s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob3;
-o-animation-duration: 4s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate4 {
animation-name: float-bob4;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob4;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob4;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob4;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate5 {
animation-name: float-bob5;
animation-duration: 6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob5;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob5;
-ms-animation-duration: 6s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob5;
-o-animation-duration: 6s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
50% {
-webkit-transform: translateY(-7px);
transform: translateY(-7px); }
100% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); } }
@-webkit-keyframes float-bob2 {
0% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); }
50% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
0% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); }
50% {
-webkit-transform: translateY(-25px);
transform: translateY(-25px); }
100% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
0% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
0% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme{
  0%{ 
    transform:rotate(0deg);
   }
  25%{ 
    transform:rotate(90deg);
   }
  50%{ 
    transform:rotate(180deg);
   }
  100%{
     transform:rotate(360deg);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}


/*--==============================================->
  <!-- print_shop Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance {
  -webkit-animation: dance 2s alternate infinite;
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}
.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}


/* ==========================================
start search Popup Css
=========================================*/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(250, 151, 50, .5);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #A229A1;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(250, 151, 50, .5);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-popup .close-search i{
    position: relative;
    font-size: 30px;
    color: #ffffff;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"], 
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #0e3d60;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    outline: 0;
    border: none;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #0e3d60;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.header-src-btn {
    display: inline-block;
}




/* PRELOADER CSS */
.loading-screen {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--text-color-white);
    z-index: 1000;
}

.loading-screen .bar {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #d13a41;
}

.loading-screen .top-bar {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.loading-screen .down-bar {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
}


.loading-screen .animation-preloader {
    z-index: 1000;
}

.loading-screen .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 4px solid #1E1E1E;
    border-top-color: #d13a41;
    width: 150px;
    height: 150px;
    margin: 0 auto 3.5em auto;
}

.loading-screen .animation-preloader .txt-loading {
    font: bold 5em "Montserrat", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loading-screen .animation-preloader .txt-loading .letters-loading {
    color: #E2DFDD;
    position: relative;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #010103;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}


@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .loading-screen .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .loading-screen .animation-preloader .txt-loading {
        font: bold 3.5em "Montserrat", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .loading-screen .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .loading-screen .animation-preloader .txt-loading {
        font: bold 2em "Montserrat", sans-serif;
    }
}




/* ===========================scroll strat===========================  */
/* ===========================************===========================  */
.scroll-area{
  position: relative;
  z-index: 999;
 }
.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}
.scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; 
  }
.scroll-area .go-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%; 
    }
.scroll-area .go-top::before {
    content: "";
    border: 2px solid #d13a41;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #fff; 
  }
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
 }
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
}
.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 50px;
    border-radius: 100%;
}
.top-wrap {
  position: relative; 
}
.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background: #d13a41;
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}
 .top-wrap .go-top-button i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff;
 }
.top-wrap .go-top-button::after {
    content: "";
    border: 2px solid #d13a41;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.top-wrap .go-top-button:hover {
    background-color: #FFD737;
    color: #fff;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/* ===========================scroll end===========================  */
/* ===========================************===========================  */

/* ===========================scroll 2 start===========================  */
/* ===========================************===========================  */
#progress {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    position: fixed;
    bottom: 25px;
    right: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: grid;
    place-items: center;
    z-index: 222;
    cursor: pointer;
    color: #000;
}

.progress.hide {
    display: none !important;
    transition: .5s !important;
}

#progress-value{
    display: block;
    height: calc(100% - 12px);
    width: calc(100% - 12px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 18px;
}
/* ===========================scroll 2 end===========================  */
/* ===========================************===========================  */