@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-Medium.woff2') format('woff2'),
        url('fonts/EuclidCircularA-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




/*
Typography
=========================== */
html,body {
    width:100%;
    height: auto;
    margin:0;
    padding:0;
    overflow-x:hidden;
}

body {
  font-family: "Poppins", sans-serif;
    position: relative;
    font-size:14px;
    line-height:24px;
    color:#6f6f6f;
}

a{
    color: #6f6f6f;
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
    text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #62097f;
    margin: 0 0 3px 0;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'Euclid Circular A';
}


h1{
    font-size:48px;
	    font-size: 36px;
    line-height:52px;
	 font-family: 'Euclid Circular A';
}

.main-heading {
    font-size: 32px;
    line-height: normal;
    color: #9c1019;
}

.text-white{
  color: #fff;
}

h2{
    font-size:36px;
    line-height:48px;
 font-family: 'Euclid Circular A';
}

h3{
        font-size: 23px;
    text-transform: uppercase;
    line-height: 36px;letter-spacing:1px;
}

h4{
    font-size:24px;
    line-height:30px;
}

h5{
    font-size:18px;
    line-height:24px;
}

h6{
    font-size:14px;
    line-height:18px;
}

p{
    margin-bottom:20px;
}

p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #222;
    text-align: justify;
    padding: 6px;
    font-weight: normal;
}
.section{
    padding: 70px 0;
    position: relative;
}

/*
Navbar Adjusment
=========================== */
/* Navbar Atribute ------*/
.attr-nav > ul > li > a{
    padding: 28px 15px;
}

ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}

@media (min-width: 1024px) {
    /* Navbar General ------*/
    nav.navbar ul.nav > li > a{
        padding: 30px 15px;
        font-weight: 300;
    }
    
    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 50px;
    }

    nav.navbar .navbar-brand{
        margin-top: 0;
        padding: 3px 0;
        height: 100%;
    }
    
    nav.navbar .navbar-brand img.logo{
          width: 207px;
          margin-top: 0px;
          height: auto;
    }
    
    nav.navbar li.dropdown ul.dropdown-menu{
        border-top: solid 5px;
    }
    
    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand{
        margin: 0 !important;
    }
    
    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand{
        margin: 10px !important;
    }
    
    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand{
        position: relative;
        top: -15px;
    }
    
    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand{
        margin-bottom: 50px;
    }
    
    nav.navbar-sidebar ul.nav > li > a{
        padding: 10px 15px;
        font-weight: bold;
    }
    
    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white{
        background-color: rgba(255,255,255,0.3);
        border-bottom: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #555;
    }
    
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav{
        border-left: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #555;
    }
    
    nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a{
        color: #eee;
    }
}

@media (max-width: 992px) {
    /* Navbar General ------*/
    nav.navbar .navbar-brand{
        margin-top: 0;
        position: relative;
        top: -2px;
    }
    
    nav.navbar .navbar-brand img.logo{
           
          width: 225px;
    margin-left: 13px;
 
    margin-top: -5px;
}
    }
    
    .attr-nav > ul > li > a{
        padding: 16px 15px 15px;
    }
    
    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav > li > a{
        padding: 15px 15px;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a{
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title{
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a{
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    /* Navbar Full ------*/
     nav.navbar-full .navbar-brand{
        top: 0;
        padding-top: 10px;
    }
    
}

/* Navbar Inverse
=================================*/
nav.navbar.navbar-inverse{
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right{
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav > li.dropdown > a{
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6{
    color: #fff;
}

nav.navbar.navbar-inverse .form-control{
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav > ul > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu{
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li{
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list > li img{
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total{
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul > li > a{
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu{
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a{
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content{
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a{
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav > li > a{
    border:none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu{
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle{
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu{
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu{
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a{
        color: #3f3f3f;
    }
}
@media (max-width: 992px)  {
    nav.navbar.navbar-inverse .navbar-toggle{
        color: #eee;
        background-color: #222 !important;
    }
    
    nav.navbar.navbar-inverse .navbar-nav > li > a{
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu  > li > a{
        color: #999;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title{
        border-bottom: solid 1px #303030;
        color: #eee;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a{
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul{
        border-top: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse{
        background-color: #222;
    }
}

@media (max-width: 767px)  {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav{
        border-top: solid 1px #222;
    }
    
}

/*
Color
=========================== */
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list > li > h6 > a,
.attr-nav > ul > li > a:hover,
.attr-nav > ul > li > a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
    color: #9c1020;
    background: transparent;
    font-size: 14px;
}
nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu  > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a{
    color: #b41019 !important;
    /* background-color: #fe9b4c; */
}

@media(max-width:920px){
    nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover{
        color: #f43438 !important;
    }
}

/*
Border
=========================== */
ul.cart-list > li.total > .btn{
    border-color: #f43438;
}

nav.navbar li.dropdown ul.dropdown-menu{
border-top-color: #fe9b4c !important;}

/*
Background
=========================== */
ul.cart-list > li.total > .btn,
.attr-nav > ul > li > a span.badge,
nav.navbar .share ul > li > a:hover,
nav.navbar .share ul > li > a:focus{
    background-color: #f43438;
}

ul.cart-list > li.total > .btn:hover,
ul.cart-list > li.total > .btn:focus{
    background-color: #dc3236 !important;
}






.hm_contact_form {
   position: relative;
   padding: 40px 20px;
   /* border: 1px solid transparent; */
   background-image: linear-gradient(45deg, #9c1019, #9c1019);
   border-radius: 30px;
 }

.hm_contact_form h2.title1 {
    background-color: transparent;
    padding: 6px 16px;
    margin: 0px -27px;
    color:#fff;
}

.hm_contact_form h2.title1 {
    padding: 0px 6px;
    margin: 0px 0px;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}

.hm_contact_form_1 {
	position: relative;
	padding: 20px;
	background-color: #2a2964;
}
.label_space {
	display: block;
	margin-bottom: 10px;
}
.form_row {
	margin-top: 10px;
}
.form_row label:not(.orderby_label) {
	float: left;
	display: block;
	width: 25%;
	color: #999;
	line-height: 39px;
}
.form_row .orderby_label {
	float: left;
	width: 75%;
}
.form_row > span {
	display: inline-block;
}
.form_row label.error {
	color: #e74c3c;
	margin-bottom: 0;
	width: 75%;
	float: right;
	font-size: 13px;
}
.form_row .hm_input_text {
	border-radius: 24px;
	color: #000;
	font-weight: 400;
	width: 100%;
	min-height: 48px;
}
.form_row .hm_textarea {
	color: #324545;
	min-height: 120px;
	width: 100%;
	resize: none;
	border-radius: 10px;
	padding-top: 13px;
}
.form_row #form-messages {
	margin-left: 25%;
}
.form_row input[type="radio"]:first-of-type, .form_row input[type="checkbox"]:first-of-type {
	margin-left: 0;
}
.form_row input[type="radio"], .form_row input[type="checkbox"] {
	display: inline-block;
	margin: 3px 5px 4px 15px;
}
.full_contact_form .form_row label {
	float: none;
	width: 100%;
}
.full_contact_form #form-messages {
	margin-left: 0;
}
.bg_gray .form_row label {
	color: #888;
}
.full_contact_form .form_row .hm_input_text, .full_contact_form .form_row .hm_textarea, .full_contact_form .form_row select, .form_row input[type="file"] {
	width: 100%;
}
.full_contact_form .form_row button, .full_contact_form .form_row input[type="submit"] {
	margin-left: 0;
	max-width: 100%;
}
.hm_requires_star {
	color: #e74c3c;
}
.my_col_half label.error, .full_contact_form label.error {
	float: none;
}
.form_row:first-child {
	margin-top: 0;
}
#form-messages.send_success {
	border: 2px solid #44a244;
	color: #555;
	padding: 14px 20px 15px;
}
.form_row button, .form_row input[type="submit"] {
	margin-left: 0;
	max-width: 59%;
}
.full_button {
	width: 100%;
}
.form_loader {
	background: url("img/camera-loader.html") no-repeat center center rgba(255, 255, 255, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding-left: 54px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.title1 {
    color: #E3106C;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 13px;
    font-family: "Oswald", "Open Sans", sans-serif;
    line-height: 33px;
}

.title1 {
    color: #E3106C;
    font-size: 21px;
    font-weight: 400;
    margin: 0 0 13px;
    font-family: 'Euclid Circular A';
    line-height: 33px;
}

.button.button-3d:hover {
    background-color: #ffffff !important;
    color: #fe7004;
    text-shadow: 1px 1px 20px rgb(254 115 9);
    transition: 0.6s ease all;
}
.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px 5px 5px 0px;
    border-radius: 25px;
    padding: 0px 22px;
    font-size: 18px;
    height: 48px;
    background-color: #ffad03;
    color: #222;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 20px rgb(255, 255, 255);
}
}


.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px 5px 5px 0px;
    border-radius: 25px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    border: 2px solid black;
    line-height: 40px;
    border: 2px solid springgreen;
    background-color: #1e1503;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 20px rgb(255, 255, 255);
}


.progress-title{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
    margin: 0 0 15px;
}
.progress{
    height: 26px;
    background: rgba(0,0,0,0.1);
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0px;
    overflow: visible;
    position: relative;
}
.progress .progress-bar{
    box-shadow: none;
    border-radius: 0;
    position: relative;
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes,animate-positive 1s;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes,animate-positive 1s;
}
.progress-bar .progress-value{
    width: 50px;
    height: 100%;
    background: #000;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    line-height: 27px;
    top: 0;
    left: 0;
}
.progress:after,
.progress .progress-bar:after,
.progress .progress-value:after{
    content: "";
    border-left: 13px solid rgba(0,0,0,0.1);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    position: absolute;
    top: 0;
    right: -13px;
}
.progress.red .progress-bar:after{ border-left-color: #d9534f; }
.progress .progress-value:after{ border-left: 13px solid #000; }
.progress.blue .progress-bar:after{ border-left-color: #5bc0de; }
.progress.yellow .progress-bar:after{ border-left-color: #f0ad4e; }
.progress.green .progress-bar:after{ border-left-color: #5cb85c; }
@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive{
    0%{ width: 0; }
}



.box {
    background: #f3f3f3;
    font-family: 'Sen', sans-serif;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}
.box:hover{
    box-shadow: 0 0 20px -5px rgba(247,126,56,0.5);
    border-radius: 10px;
}
.box:before{
    content: "";
    background:rgba(255,255,255,0.5);
    width: 100%;
    height: 100%; 
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition:all 0.5s;
}
.box:hover:before{ transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); }
.box img{
    width: 100%;
    height: auto;
    opacity: 0.95;
    transition: all 0.5s;
}
.box:hover img{
    opacity: 0.6;
    transform: rotate(10deg) scale(1.5);
}
    .box .box-content {
    color: #fff;
    background: linear-gradient(to right,transparent,rgb(0, 0, 0),rgba(255, 255, 255, 0.2));
    text-align: right;
    border-right: 3px solid #fff;
    padding: 5px 10px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: right center;
    position: absolute;
    bottom: 10px;
    right: 15px;
    transition: all 0.4s cubic-bezier(0.6, -0.1, 0.735, 0.045);

}
.box .box-content{
    opacity: 1;
    transform: scaleX(1);
}
.box .title{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
    margin: 0;
}
.box .post{
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: scale(0);
    position: absolute;
    top: 15px;
    left: 15px;
    transition: all 0.4s cubic-bezier(0.6, -0.1, 0.735, 0.045);
}
.box:hover .icon{
    opacity: 1;
    transform: scale(1);
}
.box .icon li{ margin: 0 0 10px; }
.box .icon li a{
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 33px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
    display: block;
    transition: all 0.3s;
}
.box .icon li a:hover{
    background: #f77e38;
    border-radius: 0;
}
@media only screen and (max-width:990px){
    .box { margin: 0 0 30px; }
}
.title{color:white;}











.demo{
    background: linear-gradient(to right ,#f33963 ,#ff735b);background: linear-gradient(to bottom, #800000 0%, #8d2220 100%);
}
.top-icon,
.top-icon, .bottom-icon {
    display: block;
    font-size: 38px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.testimonial{
    padding: 20px 40px;
    position: relative;
    overflow: hidden;
    background-color: #ffad03;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 10px;
    border-radius: 30px;
}

.demo {
  background: linear-gradient(to bottom, #fffafa 0%, #ffffff 100%);
}

.testimonial .pic{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 0px 0px 0 0;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-content{
    padding: 12px 0;
}
.testimonial .testimonial-title{
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 1px;
    text-transform: capitalize;
    color: #000000;
}
.testimonial .description{
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #1ec4f3;
}
.owl-theme .owl-controls .owl-page:active span{
    color: #1ec4f3;
}
@media only screen and (max-width: 767px){
    .testimonial{
        text-align: center;
    }
    .testimonial .pic{
        float: none;
        margin: 20px auto 0;
    }
    .testimonial .testimonial-content{
        width: 100%;
        float: none;
        padding: 20px 0;
    }
    .testimonial .description{
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px){
    .testimonial{ padding: 0 20px; }
    .testimonial .testimonial-title{
        font-size: 22px;
    }
}








/*Footer*/
#footer {
    background: #ff4700;
    padding: 70px 0 0;
	background: linear-gradient(to right, #ee0979, #ff6a00);

    position: relative;
    z-index: 1;
}
.footer_img{
	background-image:url(../images/new_slider02.html);
	background-blend-mode: multiply;
	-webkit-background-size: cover;
	background-size: cover;
}
#footer-widgets .widget .widget-title {
    font-size: 1.428em;
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
	
}
#footer-widgets .widget .widget-title {
    margin-bottom: 36px;
    color: #fff;
}
#sidebar .widget .widget-title > span:after, #sidebar .widget .widget-title > span:after, #footer-widgets .widget .widget-title > span:after, #footer-widgets .widget .widget-title > span:after {
    width: 0;
    height: 1px;
    background-color: #585252;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
}
#footer-widgets .widget {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    color: #979797;
}
#footer-widgets .widget:first-child {
    margin: 0;
}
#footer-widgets .widget .widget-title > span {
    display: block;
    position: relative;
    padding-bottom: 12px;
    color:#fff;
    text-transform: uppercase;
}

.margin-top-5 {
    margin-top: 5px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
 #footer-widgets .widget ul {
    margin: 0;
    list-style: none;
	padding:0;
}
#footer-widgets .widget.widget_links ul.col2 li {
    width: 50%;
    float: left;
    padding: 0 0 12px;
}
#footer-widgets .widget.widget_links ul li a {
    position: relative;
    display: inline-block;
    padding-left: 0px;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}
#footer-widgets .widget.widget_links ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}
#footer-widgets .widget.widget_links ul li a:before {
    content: "\f101";
}
#footer-widgets .widget.widget_links ul li a:before {
    color: #fe9b4c;
}
#footer-widgets .widget.widget.widget_information ul li {
    position: relative;
    padding: 0;
    border: 0;
    margin-bottom: 5px;
}
 #footer-widgets .widget.widget.widget_information ul .hl {
    font-weight: bold;
    width: 20%;
    float: left;
}
#footer-widgets .widget.widget.widget_information ul .text {
    width: 80%;
    float: left;
}
#footer-widgets .widget {
    position: relative;
    z-index: 1;
       margin-top: -22px;
    color: #FFF;
}
#footer-widgets .widget.widget_socials .socials a {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    margin-right: 3px;
    margin-bottom: 10px;
    z-index: 1;
}
#footer-widgets .widget.widget_socials .socials a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #eaeaea;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
#footer-widgets .widget.widget_socials .socials a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #0f2644;
    background-color: #07172b;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
	border: Transparent;
    background-color: Transparent;
}
#footer-widgets .widget .widget-title > span::after {
    width: 0;
    height: 1px;
    background-color: #585252;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
	width: 60px;
height: 3px;
background-color: #ffbc13;
}

#footer-widgets .widget.widget_socials .socials a:hover:before {
    background-color: #ffbc13;
    border-color: #ffbc13;
}
.footer-logo{
    margin-bottom: 20px;
	display:inline-block;
}
/* Bottom Bar
-------------------------------------------------------------- */
#bottom { font-size: 0.857em; background-color: #000000; padding: 19px 0; color: #b7b7b7; margin-top:4px; }
#bottom a:hover { color: #fff; }

#bottom .bottom-bar-inner-wrap { display: table; overflow: hidden; width: 100%; }
#bottom .bottom-bar-content { display: table-cell; margin: 0; text-align: left; vertical-align: middle; width: 50%;}
#bottom .bottom-bar-menu { display: table-cell; text-align: right; vertical-align: middle; width: 50%;}
#bottom .bottom-bar-menu li:last-child a { padding-right: 0; }
.wprt-container {
    width: 1170px;
    margin: 0 auto;
    max-width: 90%;
}
#bottom .bottom-bar-content {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}
#bottom .bottom-bar-menu {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}
#bottom ul.bottom-nav {
    list-style: none;
    margin: 0;
	padding:0;
}
#bottom ul.bottom-nav > li {
    display: inline-block;
}
#bottom ul.bottom-nav > li > a {
    display: block;
    color: #b7b7b7;
    padding: 0 10px;
    position: relative;
}
@media only screen and (max-width: 991px) {
#footer-widgets .widget .widget-title { font-size: 1.142em; margin-bottom: 28px; }

}
@media only screen and (max-width: 767px) {
#footer {    background: linear-gradient(rgb(211, 0, 71) ,rgb(248, 153, 29) 100%); }
	#footer-widgets [class^="col-md-"] .widget:last-child { margin-bottom: 30px; }

	#bottom .bottom-bar-content,
	#bottom .bottom-bar-menu { width: 100%; display: block; text-align: center; padding: 5px 0; }
	
}	




.post-slide{
    margin: 0 15px;
}
.post-slide {
    margin: 0 15px;
    padding: 10px 10px 0px;
    box-shadow: 0 4px 0px #e2e2e2;
}
.post-slide .post-img{
    overflow: hidden;
    border-radius: 30px;
}
.post-slide .post-img img {
    width: 100%;
    height: auto;
    /* background: #ffffff; */
    transform: scale(1);
    border-top: 0px solid #ffffff;
    border: 0px solid #ffffff;
    transition: all 1s ease-in-out 0s;
    padding: 0px;
    box-shadow: 0 4px 16px #e2e2e2;
    /* -webkit-box-shadow: 0 4px 16px #e2e2e2; */
    /* border-left: 1px solid #e2e2e2; */
    /* border-top: 1px solid #e2e2e2; */
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #FFC107;
    padding: 20px;
}
.post-slide .post-content {
    background: #ffffff;
    padding: 20px;
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);
    background: linear-gradient(to right, #f6af00, #fdaf00);
}
.post-slide .post-title{
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: #8a211f;
    text-transform: capitalize;font-family: 'Bebas Neue', cursive;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a {
    display: inline-block;
    color: #262121;
    text-transform: capitalize;
    font-family: 'Bebas Neue', cursive;
    transition: all 0.3s ease 0s;
}

.post-slide .post-description {
    font-size: 15px;
    color: #fff900;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .post-title a:hover {
    color: #f9ff00;
    text-align: center;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .read-more {
    display: inline-block;
    padding: 1px 6px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #86201e;
    border-bottom-right-radius: 5px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .post-title a {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

.post-slide .post-title a {
    color: #9c1019;
    text-align: center;
    text-decoration: none;
    font-family: "Mukta", sans-serif;
}


.post-slide .read-more {
    display: inline-block;
    padding: 1px 6px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #ff00c8;
    border-bottom-right-radius: 5px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}

.post-slide .read-more {
    display: inline-block;
    padding: 1px 6px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #3a2736;
    border-bottom-right-radius: 5px;
    border-radius: 7px;
    background: #8A2387;
    background: -webkit-linear-gradient(to right, #F27121, #E94057, #8A2387);
    background: linear-gradient(to right, #F27121, #E94057, #8A2387);
    text-transform: capitalize;
    transition: all 0.30s linear;
}

.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}


.ques
{color:white;font-weight:600;}


.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f500;
    border-radius: 4px;
	
}

.title {
    color: #fff;
    font-size: 21px;
	font-family: "Mukta", sans-serif;
}

.alaaa a
{
	color:black !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #ffffff !important;
}
.goog-te-gadget-simple {
    background-color: #00000030 !important;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #d5d5d5;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
    *display: inline;
}
.goog-te-gadget-icon {

    background-image: url(../../translate.googleapis.com/translate_static/img/te_ctrl3.gif);
    background-position: -65px 0px;
    background-image: none !important;
    
}
    
.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height:50px;
}

.my-float {
    margin-top: 16px;
}

h2 {
    font-size: 25px;
    color: #9c1019;
    line-height: 29px;
     font-family: 'Euclid Circular A';
}

.post-grid.grid-3 .entry {
    width: 360px;
    margin-right: 30px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    /* background: #ffffff; */
    transform: scale(1);
    border-top: 0px solid #ffffff;
    border: 0px solid #ffffff;
    transition: all 1s ease-in-out 0s;
    padding: 0px;
    /* box-shadow: 0 4px 16px #e2e2e2; */
    /* -webkit-box-shadow: 0 4px 16px #e2e2e2; */
    border-left: 1px solid #e2e2e200;
    /* border-top: 1px solid #e2e2e200; */
}
.post-slide .post-content {
    background: #ffffff;
    padding: 20px;
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);
    background: linear-gradient(to right, #f6af00, #fdaf00);
	background: #ED213A;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


.post-slide .post-content {
    background: #ffffff;
    padding: 20px;
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);
    background: linear-gradient(to right, #f6af00, #fdaf00);
    background: #ED213A;
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);
    background: linear-gradient(to right, #ff00d2, #ED213A);
}


.post-slide .post-content {
    text-align: center;
    background: #ffffff;
    padding: 5px;
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);
    background: linear-gradient(to right, #f6af00, #fdaf00);
    background: #ED213A;
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);
    background: linear-gradient(to right, #ff00d2, #ED213A);
}

.post-slide .post-content {
    text-align: center;
    background: #ffffff;
    padding: 5px;
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);
    background: linear-gradient(to right, #f6af00, #fdaf00);
    background: #ED213A;
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);
    background: linear-gradient(to right, #ff00d2, #ED213A);
    background-image: linear-gradient(117deg, rgb(242, 81, 1) 34%, rgb(0, 74, 128) 34%);
}

#footer-widgets .widget.widget_links ul li a:before {
    color: #200122;
}
#footer-widgets .widget.widget_links ul li a:before {
    color: #ff470000;
}

.post-slide .post-content {
    text-align: center;
    background: #ffad03;
    padding: 5px;
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);
    background: linear-gradient(to right, #f6af00, #fdaf00);
    background: #ffad03;
    background-image: linear-gradient(117deg, #ffad03 34%, #ffad03 34%) ! Important;
    border-radius: 0px 0px 30px 30px;
}

#footer {
    background: #ff4700;
    padding: 20px 0 0;
    background: linear-gradient(to right, #ee0979, #024b81);
    position: relative;
    z-index: 1;
	    background-image: linear-gradient(to right, #fe6e01, #d3075a);
		    background-image: linear-gradient(to right, #15053c, #880ca0);
}


.serviceBox{
    color: var(--main-color);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 25px 20px 25px 80px;
    position: relative;
    z-index: 1;
}
.serviceBox:before,
.serviceBox:after{
    content: '';
    border: 4px solid var(--main-color);
    position: absolute;
    left: 28px;
    top: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(0 0, 65% 0%, 50% 100%, 0% 100%);
}
.serviceBox:after{ clip-path: polygon(95% 15%, 100% 15%, 100% 100%, 95% 100%); }
.serviceBox .service-icon{
    color: #fff;
    background-color: var(--main-color);
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    width: 60px;
    margin: 0 0 15px;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
}
.serviceBox .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.serviceBox .description {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    color: #fff;
}
.serviceBox.orange{ --main-color: #F97406; }
.serviceBox.pink{ --main-color: #FF0748; }
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 40px; }
}

.box {
    background: #f3f3f3;
    font-family: 'Sen', sans-serif;
    overflow: hidden;
    position: relative;
    border-radius: 120px;
    transition: all 0.3s;
}

#footer-widgets .widget.widget_links ul li a {
    position: relative;
    display: inline-block;
    padding-left: 0px;
    font-weight: normal !important;
    font-size: 13px !important;
    color: #FFF;
    text-decoration: none;
}


.post-slide {
    margin: 0 15px;
    padding: 10px 10px 0px;
    box-shadow: 0 4px 0px #e2e2e200;
    border-radius: 30px;
    margin-bottom: 30px;
}

#bottom {
    font-size: 0.857em;
    background-color: #8c0ca4;
    padding: 19px 0;
    color: #b7b7b7;
    margin-top: 4px;
}

#footer {
    background: #9c1019;
    padding: 60px 0 0;
    position: relative;
    z-index: 1;
}

#bottom {
    font-size: 0.857em;
    background-color: #9c1019;
    padding: 0px 0;
    color: #b7b7b7;
    margin-top: 4px;
    border-top: 1px solid #ffffff63;
}

/* Top Header New */

	.top-header-section {
    border-bottom: 1px solid #eee;
    background-color: #ffad03;
} 
a.top-whatsapp-btn {
    background-image: linear-gradient(341deg, #3a9b1b 0%, #33b900 100%);
    width: 100%;
    display: block;
    text-align: center;
    padding: 13px;
    color: #fff;
    font-size: 14px;
}

a.top-whatsapp-btn img {
    max-width: 25px;
    margin-right: 5px;
}


.top-links {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 7px;
}

.testi-icon {
    width: 68px;
    height: 68px;
    border-radius: 49px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: absolute;
    right: 40px;
    z-index: 1;
    top: 20px;
    border: 1px solid #000000;
    color: #000000;
    font-size: 30px;
}

.top-icon img {
    max-width: 21px;
}

.top-links a {
    color: #222222;
    font-size: 14px;
    text-decoration: none;
}


.btn-icon img {
    max-width: 20px;
}

.book-btn {
    display: flex;
    align-items: center;
    margin-top: -28px;
}

.btn-icon {
    width: 40px;
    height: 41px;
    background-image: linear-gradient(0deg, #fd0809 0%, #6b0000 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -59px;
    z-index: 11;
}

.book-btn .btn-tex p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 8px;
    line-height: 26px;
    color: #222222;
    text-transform: uppercase;
    text-align: -webkit-right;
    margin-bottom: 3px;
    padding-right: 32px;
}

.btn-tex a {
    border-radius: 20px;
    background-color: #6b0000;
    padding: 9px 17px;
    padding-left: 67px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 300;
}

/* ENd  */

.shiva-img img {
    max-width: 500px;
}

body a:hover {
    text-decoration: none;
}



.aboutUs {
    padding-top: 90px;
    padding-bottom: 40px;
}

h2.home-cta-box {
    background-color: #ffad03;
    padding: 40px;
    border: 5px solid #eda000;
    position: relative;
    border-radius: 30px;
}

h2.whatsapp-cta-box {
    background-image: linear-gradient(341deg, #3a9b1b 0%, #33b900 100%);
    padding: 40px;
    border: 5px solid #33b900;
    position: relative;
    border-radius: 30px;
    margin-top:15px;
}

h2.whatsapp-cta-box:before {
    position: absolute;
    content: '';
    width: 97%;
    height: 80%;
    border: 2px solid #ffffffb8;
    top: 10px;
    margin: 0 auto;
    left: 6px;
    z-index: 0;
    border-radius: 30px;
}



h2.whatsapp-cta-box span {
    color: #fff;
}

h2.whatsapp-cta-box a.number {
    color: #fff;
    font-size: 30px;
    padding-left: 4px;
    position: relative;
}


h2.home-cta-box  a.number {
    color: #fff;
    font-size: 37px;
    padding-left: 4px;
    position: relative;
}


h2.home-cta-box:before {
    position: absolute;
    content: '';
    width: 97%;
    height: 80%;
    border: 2px solid #ffffffb8;
    top: 10px;
    margin: 0 auto;
    left: 6px;
    z-index: 0;
    border-radius: 30px;
}


a.number img {
    max-width: 50px;
}

h2.home-cta-box span {
    color: #fff;
}

.main-services-section {
    background-color: #9c1019;
    padding: 50px 0px;
}


.main-services-sec {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* home services section */
    .main-services {
        background: #eee;
        border-radius: 24px;
        padding-bottom: 30px;
        margin-top: 180px;
        border: 1px solid #ffad03;
        min-height: 469px;
    }
    
    .read-more {
        display: flex;
        align-items: center;
        background-image: linear-gradient(90deg, #ffad03 0%, #ffad03 100%);
        max-width: 281px;
        border-radius: 24px;
        margin: auto;
        height: 38px;
        justify-content: space-between;
    }
    .read-more:hover{
        background: #9c1019;
    }
     
    
    .call-img a {
        display: inline-block;
        width: 60px;
        /* background-image: linear-gradient(90deg, #ffad03 0%, #ffad03 100%); */
        border-radius: 24px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        position: relative;
        left: -5px;
        top: -5px;
    }
    
     
    
    .what-chat a {
        display: inline-block;
        width: 50px;
        background-image: linear-gradient(90deg, #ffad03  0%, #ffad03  100%);
        border-radius: 24px;
        height: 50px;
        line-height: 46px;
        text-align: center;
    }
    
    .read-more p {
        margin-bottom: 0;
    }
    
    .call-img a img {
        width: 60px;
        transition: 0.3s;
    }
      .call-img a:hover img {
         transform: scale(1.2);
    }
    .what-chat a img {
        width: 25px;
        transition: 0.3s;
    }
 

.what-chat a:hover img {
    transform: scale(1.3);
}

 
    a.read-btn {
        text-transform: uppercase;
        font-size: 14px;
        color: #000000;
        padding: 9px 15px;
        transition: 0.3s;
    }
    
    .main-services h3 {
        font-size: 22px;
        text-align: center;
        color: #9c1019;
        text-transform: capitalize;
    }

    .services-img img {
    margin-top: -134px;
    border-radius: 50%;
    transition: 0.4s;
}

.main-services:hover .services-img img {
    transform: scale(1.05);
}

.services-img {
    text-align: center;
}

.about-services {
    padding: 20px 30px;
}

.about-services p {
    text-align: center;
}




/* home services sec End  */


@keyframes rotate {
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
}

.rotate {
    animation: rotate 7s linear infinite;
}



section.more-services-sec {
    background-color: #ffad03;
    padding: 60px 0px 50px;
}



section.testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
}


/**************** Tab responsive Start *********************/
@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%!important;}
.deskshow {display:none!important ;}
.mobshow {display:block!important;}
.vegacontainer {width:100%!important; margin:0 auto!important;}

nav.navbar.navbar-default.bootsnav.navbar-sticky.on.no-full {
    padding-bottom: 20px;
}
}


/**************** Tab responsive End *********************/

.mobshow{
	display:none !important;
}



/**************** Mobile responsive Start *********************/

@media only screen and (min-width: 320px) and (max-width: 767px){
    h2.whatsapp-cta-box a.number {
    color: #fff;
    font-size: 21px;
    padding-left: 4px;
    position: relative;
    margin-left: 0px;
}
    h2.whatsapp-cta-box:before {
    position: absolute;
    content: '';
    width: 97%;
    height: 80%;
    border: 2px solid #ffffffb8;
    top: 10px;
    margin: 0 auto;
    left: 5px;
    z-index: 0;
    border-radius: 30px;
}
    h2.whatsapp-cta-box span{
        font-size:16px;
    }
    a.number img {
    max-width: 36px;
    margin-right: 20px;
}
.deskshow {display:none!important;}
.mobshow {display:block!important;}
.vegacontainer {width:100%!important; margin:0 auto!important;}

/************** header responsive start	 *************/


.main-heading {
    font-size: 26px;
    line-height: normal;
    color: #9c1019;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu li {
    width: 100%;
    float: none;
}


nav.navbar.bootsnav li.dropdown ul.dropdown-menu::before {
    display: none;
}

section.title-area {margin-top: 30px;margin-bottom: 30px;}

.title-area h1 {
    padding-top: 20px !important;
    font-size: 30px !important;
}

h2.whatsapp-cta-box {
    background-color: #ffad03;
    padding: 40px;
    border: 5px solid #eda000;
    position: relative;
    border-radius: 30px;
}




h2.home-cta-box {
    margin-bottom: 19px;
}



h2.home-cta-box span {
    display: block;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

ul.list-style li::marker{
content:"" !important;
}



/*ul.list-style li {*/
/*        list-style: none;*/
/*    padding-left: 33px;*/
/*}*/


ul.list-style li:before{
  position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 30px;
   background:url("/images/list-style.webp") no-repeat center/contain;
    left: -23px;
     
}

h2.home-cta-box a.number {
    font-size: 21px;
}

.why-us-box {
    flex-direction: column;
    text-align: center;
}
.wrap-sticky {
    height: 90px !important;
}

nav.navbar.navbar-default.bootsnav.navbar-sticky.on.no-full.sticked {
    padding-bottom: 20px;
}


h1 {
    font-size: 24px;
    line-height: normal;
}

.inner-title {
    font-size: 24px !important;
}

h2.home-cta-box span {
    display: block;
    padding-bottom: 5px !important;
    font-size:20px;
}

h2.home-cta-box {
    text-align: center !important;
}

.disc-pg-div h4 {
    font-size: 24px !important;
    line-height: normal;
}


body .more-services-sec ul.wprt-links.clearfix.col2 li {
    width: 100% !important;
}

body .aboutUs {
    padding: 50px 0px 0px;
}

body .main-services-section {
    padding: 0 0px 20px;
}

body .post-slide {
    margin-bottom: 0;
}

body .main-services-section h2.main-heading.text-center.text-white {
    color: #fff;
    margin-bottom: 20px;
}

body section.more-services-sec {
    padding-top: 20px;
    padding-bottom: 20px;
}

 

}

/**************** Mobile responsive ENd *********************/


.top-icon {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    background-image: linear-gradient(90deg, #fd0809 0%, #6b0000 100%);
    display: flex;
    align-items: center;
    justify-content: center;
        margin: 0;
}

.site-info {
    margin: 0;
    padding: 10px 0;
}

iframe.footer-map {
    border-radius: 30px;
    border: 2px solid #fff;
}


.why-us-box {
    display: flex;
    background-color: #9c1019;
    padding: 51px 20px;
    align-items: center;
    gap: 8px;
    border: 3px solid #9c1019;
    border-radius: 40px;
    margin-top: 15px;
}

.why-us-box img {
    max-width: 55px;
}

.whyus-icon {
    min-width: 80px;
    height: 81px;
    border-radius: 59px;
    /* background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 2px solid #ffffff;
}

.whyus-content h4 {
    color: #fff;
    font-weight: 300;
    margin: 0;
}

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

/* =========== title area ============ */

.title-area {
    background-color: #9c1019;
    margin-bottom: 0px;
}

.title-area h2 {
    margin-bottom: 5px;
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    line-height: normal;
}

section.second-about {
    background: #f3f3f3;
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.section-about-red{
        background: #9c1019;
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.section-about-red p {
    color:white !important;
}



 .inner-title {
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 10px;
    color: #9c1019;
    line-height: normal;
}

.inner-title-red{
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 10px;
    color: white;
    line-height: normal;
}

.inner-title-red h2{
    color:white;
}



.second-about-red p,
.second-about-red ul li{
    color:white !important;
}

.inner-title-red h3 {
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 10px;
    color: white;
    line-height: normal;
}

.adv-img{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 30px;
}

/* ========== footer links =========== */

 
.footer-linsk ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.footer-linsk ul li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

 

.inner-links span {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
}

.inner-links a {
    color: #fff;
    font-size: 15px;
}

.inner-icon {
    background: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 60px;
    text-align: center;
}

.inner-icon i {
    color: #9c1019;
    font-size: 25px;
}
.footer-linsk {
    margin-top: 48px !important;
}

 .main-lotaion {
    text-align: center;
    border-radius: 12px;
    position: relative;
}

.location-name a {
    background: #9c1019;
    display: block;
    text-transform: capitalize;
    color: #fff;
    padding: 10px;
    position: relative;
    border-radius: 12px;
}
 
.main-lotaion p {
    margin-bottom: 0;
    position:relative;
    line-height: 0;
}
 
.location-name {
  margin-top: -24px;
  margin: -35px 20px 0;
}
 
.main-lotaion.main-lotaion img {
    border-radius: 30px;
}
 
.arrow {
    position: absolute;
    z-index: 1;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    transition: 0.4s;
	opacity:0;
}

.main-lotaion:hover .arrow{
	opacity:1;
	bottom: 95px;
}
.city-name{
	transition:0.2s;
	width: 100%;
}
 .main-lotaion:hover .city-name {
    filter: opacity(0.5);
}

ul.icon.arrow {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    column-gap: 25px;
}

ul.icon.arrow a {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    background: #9c1019;
    line-height: 59px;
    border-radius: 50%;
}

ul.icon.arrow a i {
    color: #fff;
    font-size: 25px;
}

ul.icon.arrow a i.fa-solid.fa-phone {
    font-size: 22px;
}

 section.location-sec {
    margin-bottom: 70px;
}

.contact-icon {
    background: #9c1019;
    width: 70px;
    text-align: center;
    height: 70px;
    line-height: 75px;
    /* transform: rotate(45deg); */
    margin: -37px auto 0px;
    border-radius: 50%;
}

.box-one {border: 1px solid #9c1019;width: 33.33%;padding-bottom: 25px;border-radius: 30px;}

.box-one span {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    padding-top: 15px;
    color: #000;
}

.contat-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    column-gap: 20px;
}

.contact-icon i {
    color: #fff;
    font-size: 20px;
    /* transform: rotate(-45deg); */
}

.box-one a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

section.conatct-link {
    padding: 50px 0px;
}

iframe.contact-map {
    margin-bottom: 30px;
    border-radius: 30px;
}

 

@media only screen and (max-width: 991px){

 .contat-links {
    flex-direction: column;
    row-gap: 60px !important;
}

.box-one {
    width: 100% !important;
}


body ul.wprt-links.clearfix.col2 li{
    width: calc(50% - 10px) !important;
}

 }

div#copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.privacy {
    color: #fff !important;
}

.privacy a {
    color: #fff;
    font-size: 14px;
}


/***************Privacy Policy*******************/

.disc-pg-div {padding:30px 0;color: #000;}
.disc-pg-div p {font-size:15px; line-height:28px;}
.disc-pg-div h4 {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    color: #9c1019;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.disc-pg-div h5 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #3e0001;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.disc-pg-div h6 {
    text-transform: capitalize;
   margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #3e0001;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
/***************Privacy Policy End*******************/

/* ============= sticy icons ======= */

.contact_icons{position: fixed;left: 50px;bottom: 19px;z-index: 999;width: 50px;text-align: center;}
.contact_icons a{width: 66px;height: 66px;border-radius: 100%;text-align: center;line-height: 43px;font-size: 24px;color: #fff;background: #edac15;box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);clear: both;margin-bottom: 0px;display: inline-block;}
.contact_icons a.whatsapp-icon{background: #72c118;font-size: 47px;overflow: hidden;animation-duration: 1s;animation-timing-function: ease;animation-delay: 0s;animation-iteration-count: infinite;animation-direction: normal;animation-fill-mode: none;animation-play-state: running;animation-name: pulse2;color: #fff;}
a.whatsapp-icon i {
    margin-top: 10px;
    color: #fff;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2DC100;
            box-shadow: 0 0 0 0 #2DC100; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } }

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #72c118;
            box-shadow: 0 0 0 0 #72c118; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } 
} 


.contact_mobile{position: fixed;right: 58px;bottom: 19px;z-index: 999;width: 49px;text-align: center;}
.contact_mobile a{width: 65px;height: 65px;border-radius: 100%;text-align: center;line-height: 51px;font-size: 24px;color: #fff !important;background: #edac15;box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);clear: both;margin-bottom: 0px;display: inline-block;}
.contact_mobile a.phone-icon{background: #3b5aee;font-size: 33px;overflow: hidden;animation-duration: 1s;animation-timing-function: ease;animation-delay: 0s;animation-iteration-count: infinite;animation-direction: normal;animation-fill-mode: none;animation-play-state: running;animation-name: pulse3;color: #fff;padding-top: 8px;}
a.phone-icon i {
    /* margin-top: 16px; */
    /* transform: rotate(100deg); */
}

@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #3b5aee;
            box-shadow: 0 0 0 0 #3b5aee; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } }

@keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #3b5aee;
    box-shadow: 0 0 0 0 #3b5aee;
    }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } 
} 


.loader {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  background: rgba(255, 255, 255, 0.6);
}

.loading-image {
position: absolute;
top: 50%;
left: 50%;
z-index: 10;
}

pre {
  position: relative;
  color: #ffffff;
  padding-left: 35px;
  background: transparent;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.top-number {
    text-align: center;
    padding: 10px 0px;
    background: #99191f;
}

.top-number a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.top-number span {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 60px;
    background: #fff;
    border-radius: 50%;
}

.top-number i.fa-solid.fa-phone-volume {
    color: #99191f;
    font-size: 20px;
}

.main-services-section h2.main-heading.text-center.text-white {
    margin-bottom: 40px;
}

section.more-services-sec h1.text-center.hidden-xs {
    margin-bottom: 40px;
}

ul.wprt-links.clearfix.col2 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    align-items: start;
    justify-content: center;
}

ul.wprt-links.clearfix.col2 li {
    width: calc(33.33% - 10px)!important;
    background: #9c1019;
    border-radius: 24px;
    /* text-align: center; */
    padding: 10px 10px 10px 50px  !important;
    position: relative;
}

ul.wprt-links.clearfix.col2 li:After {
    position: absolute;
    content: '';
    background-image: url(../images/rrr.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    left: 6px;
    top: 7px;
}


.more-ser {
    text-align: center;
    margin-top: 70px;
}

.more-ser a {
    display: inline-block;
    background-color: #9c1019;
    color: #fff;
    border-radius: 24px;
    padding: 15px 60px;
    transition: 0.4s;
    text-transform: uppercase;
}

.more-ser a:hover {
    background-color: #ffad03;
	color:#000;
}

section.main-location-page {
    margin-bottom: 80px;
}

section.main-location-page .main-services {
    min-height: 515px;
}

.read-more:hover a {
    color: #fff;
}

@media screen and (max-width:992px) {
    

    ul.nav.navbar-nav.navbar-right a {
    color: #fff !important;
}


nav.navbar.bootsnav.no-full .navbar-collapse {
    height: 100%;
    overflow: hidden;
    margin-top: 0;
    min-height: unset;
    position: relative;
    top: 20px;
}

nav.navbar.bootsnav .navbar-nav {
    min-height: auto;
    overflow: hidden;
}

nav.navbar.bootsnav .navbar-toggle {
    z-index: 9;
}
.title-area h2 {
    font-size: 24px;
}

}


ul.breadcrum {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    color: #000000;
    margin-bottom: 0;
    background-color: #ffad03;
    padding: 8px 40px;
    border-radius: 20px;
}

ul.breadcrum a {
    color: #000000;
    font-size: 16px;
}

ul.breadcrum li {
    font-size: 16px;
    display: inline-block;
    text-transform: capitalize;
}

.inner-title-area {
    text-align: center;
    padding: 30px 0px 25px;
}


.thank-page-sec {
    text-align: center;
    margin-bottom: 50px;
}

.thank-page-sec p {
    text-align: center;
    margin-bottom: 0;
}

.thank-page-sec a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #9c1019;
    border-radius: 24px;
    padding: 15px 25px;
    text-transform: capitalize;
}

.thank-page-sec h1 {
    font-size: 35px;
    text-transform: capitalize;
    color: #000;
}

div#BotBootInputImage {
    padding: 13px 27px;
    width: 126px;
    font-size: 19px;
    margin: 1px 0;
    background: url(../images/captcha.jpg) no-repeat;
    background-color: #896633;
    color: #656464;
    padding-top: 6px;
}

 input#BotBootInput {
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 11px;
    outline: 0;
}

.recapca {
    display: flex;
    align-items: center;
    margin-top: 10px;
    column-gap: 15px;
}

.recapca .form-group {
    margin-bottom: 0;
}

a.locate {
    max-width: 290px;
    display: inline-block;
}

    
.sm-up-container {
    background: #0000;
    color: #fff;
}
.sm-up-container:hover {
    background: #000;
    color: #fff;
}

.sm-up-container {
	display: none;
	height: auto;
	right: 3px;
	margin-right: 22px;
	margin-top: auto;
	padding: 3px 6px;
	position: fixed;
	top: 85%;
	width: 45px;
	height: 45px;
	z-index: 60;
	border-radius: 50px;
	color: #fff;
	line-height: 45px;
	text-align: center;
}
.sm-up-container:hover {
	background: #000;
	color: #fff;
}
.sm-up {
	font-size: 20px;
	color: #fff;
}

      .sm-up-container:hover {
    background: #0000 !important;
    color: #fff;
}

.second-about-red{
    background: #9c101a;
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
/***************FAQ*******************/

.acc {
    max-width: 900px;
    margin: 0 auto;
}

.accordion-item {
    margin-bottom: 12px;
}

/* Button */
.accordion button {
    width: 100%;
    padding: 14px 20px;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
        background: linear-gradient(to right, #9c101a 20%, #9a242d 100%);
}

.accordion-title {
    font-size: 20px;
    color: #fff;
    text-transform:none;
}

/* Icon */
.icon {
    position: absolute;
    right: 25px;
    top: 18px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon::before,
.icon::after {
    content: "";
    position: absolute;
    background: #000;
}

.icon::before {
    width: 10px;
    height: 2px;
}

.icon::after {
    width: 2px;
    height: 10px;
    transition: transform 0.3s ease;
}

/* rotate icon when open */
button[aria-expanded="true"] .icon::after {
    transform: scaleY(0);
}

/* Content */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
       background: linear-gradient(to right, #beb7b82e 20%, #ececec 100%);
    border-radius: 0 0 3px 3px;
    transition: max-height 0.40s ease, opacity 0.35s ease;
   
}

.accordion {
    margin-top: 30px;
}

/* Open state */
button[aria-expanded="true"] + .accordion-content {
    max-height: 500px;
    opacity: 1;
}

.accordion button .icon {
    transition: transform 0.35s ease;
}

/* Text */
.accordion-content p {
    padding: 15px 20px;
    line-height: 1.8;
    font-size: 16px;
    color: #000;
}
/***************FAQ End*******************/
/* FIX LOCATION DROPDOWN LIST */

nav.navbar.bootsnav ul.dropdown-menu{
    width:220px;
    padding:0;
}

nav.navbar.bootsnav ul.dropdown-menu li{
    display:block !important;
    width:100% !important;
    float:none !important;
    clear:both;
    border-right:none !important;
}

nav.navbar.bootsnav ul.dropdown-menu li a{
    display:block;
    width:100%;
    padding:12px 15px;
}

ul.list-style li::marker{
content:"" !important;
}


ul.list-style li{
position:relative;
color:black;
}
/*ul.list-style li {*/
/*        list-style: none;*/
/*    padding-left: 33px;*/
/*}*/


ul.list-style li:before{
  position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 30px;
   background:url("/images/list-style.webp") no-repeat center/contain;
    left: -23px;
    top:5px;
     
}
ul.list-style-white li::marker{
content:"" !important;
}


ul.list-style-white li{
position:relative;
color:white;
}
ul.list-style-white li:before{
  position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 30px;
   background:url("/images/list-style-white.webp") no-repeat center/contain;
    left: -23px;
    top:5px;
     
}
