@charset "utf-8";

/***** Design By Sagar 4.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');


/* CSS Document */

body {
    background: #fff;
    color: #1d1f23;
    font-size: 16px;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: 'Philosopher', sans-serif;
}

p {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}
#dyanmic .one{animation:fadeInUp 1s;}
#dyanmic .one:nth-child(2n+2){animation:fadeInUp 2s;}
#dyanmic .one:nth-child(2n+3){animation:fadeInUp 3s;}
#dyanmic .one:nth-child(2n+4){animation:fadeInUp 4s;}
#dyanmic .one:nth-child(2n+5){animation:fadeInUp 5s;}
#dyanmic .one:nth-child(2n+6){animation:fadeInUp 6s;}
#dyanmic .one:nth-child(2n+7){animation:fadeInUp 7s;}
#dyanmic .one:nth-child(2n+8){animation:fadeInUp 8s;}
#dyanmic .one:nth-child(2n+9){animation:fadeInUp 9s;}
#dyanmic .one:nth-child(2n+10){animation:fadeInUp 9.46s;}
#dyanmic .one:nth-child(2n+11){animation:fadeInUp 9.8s;}
#dyanmic .one:nth-child(2n+12){animation:fadeInUp 10s;}
#dyanmic .one:nth-child(2n+13){animation:fadeInUp 10.4s;}
#dyanmic .one:nth-child(2n+14){animation:fadeInUp 10.8s;}
#dyanmic .one:nth-child(2n+15){animation:fadeInUp 11.2s;}
#dyanmic .one:nth-child(2n+16){animation:fadeInUp 11.6s;}
#dyanmic .one:nth-child(2n+17){animation:fadeInUp 12s;}
#dyanmic .one:nth-child(2n+18){animation:fadeInUp 12.4s;}
#dyanmic .one:nth-child(2n+19){animation:fadeInUp 12.8s;}
#dyanmic .one:nth-child(2n+19){animation:fadeInUp 13s;}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #020228;
    --secondary: #f50101;
}

.headerpart {
    background-color: #fff;
}

.carousel-item img {
    object-fit: cover;
    width: 100%;
}

.header-s {
    padding: 1px 10px;
    font-size: 14px;
}


/*** header ***/
.mobile3 {
    display: none;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.headerf-0flex li a {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    transition: .6s linear;
    font-weight: 400;
    border-radius: 3px;
}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeInUp .5s forwards;
    z-index: 9999;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color:#af0505;
}

.dropdoqwn {
    background-color:#af0505;
}

.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 8px 15px;
    min-width: 160px;
    text-align: left;
    border-radius: 0px;
    color: #fff;
    text-transform: capitalize !important;
    font-weight: 400;
}

.dropdoqwn li a:hover {
    background-color: #f50101;
    color: #fff;
}

.meg:hover {
    background-color: #fff;
}

.headerlist {
    padding: 10px 30px;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    animation: fadeInDown .5s forwards;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    height: 380px;
    border-radius: 0px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}

.header-bg {
    background-image: linear-gradient(to top, #aa0505, #b6005c);
}

.logo-m {
    display: none;
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 10px #e7e9f1;
    animation: fadeInDown .4s;
}

.darkHeader .top-head {
    display: none;
}

.darkHeader .top-header {
    display: none;
}

.top-header {
    display: flex;
    justify-content: space-between;
    padding: 4px 0px;
    font-size: 14px;
    flex-wrap: wrap;
}

.social_media {
    display: flex;
    margin-left: 10px;
    justify-content: end;
}

.social_media a {
    text-align: center;
    font-size: 15px !important;
    transition: .5s ease-in-out;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    padding: 9px 10px !important;
    border-right: 1px solid #5f5f62;
}

.email-b {
    align-items: center;
    display: flex;
    margin-left: 25px;
}

.email-b a {
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    font-size: 20px;
    background: #b6005c;
    color: #fff;
    padding: 9px 34px;
    border-radius: 10px;
    text-transform: uppercase;
}

.carousel-inner img {
    border-radius: 20px;
}

.carousel-inner {
    border-radius: 20px;
    margin-top: 20px;
}

.form_panel {
    min-height:408px;
    background-color: #e8edf0;
    border-radius: 20px;
	margin-top: 20px;
padding: 30px 35px;
}
.form_panel strong{font-family: 'Philosopher', sans-serif; font-size:24px; padding-bottom:10px;}
.indexinput{ border:1px solid #ccc; border-radius:4px; padding:5px 8px; font-size:14px; width:100%; outline:none; margin-bottom:8px;}
.indexinputbutton{ border:none; border-radius:4px; padding:5px 8px; font-size:14px; width:100%; outline:none; background:#b6005c; color:#fff; font-size:18px; text-align:center;}
.indexwhatsaap{ font-size:30px !important; text-align:center;font-family: 'Philosopher', sans-serif; }
.indexwhatsaap img{ width:40px;}
.ourcontent{ background:#f9f6f0; padding:50px 0px; text-align:center;}
.headingtext{ font-size:30px; border-bottom:3px solid #b6005c; padding-bottom: 3px; margin:0 auto;    margin-bottom: 15px; display:table; text-align:center;}
.ourpackages img{ width:100%; object-fit:cover; height:200px; margin-bottom:10px;}
.indexaboutus{ margin-top:50px;}
.indexaboutus h1{ color:#b6005c; padding-bottom:15px;}
.indexaboutus a{ background:#b6005c; color:#fff; padding:8px 15px; font-size:16px; }
.indexaboutus h2{ color:#F60; padding-bottom:15px;}
.socialmediaright{ display:inline; position:fixed; right:15px; top:200px; z-index:99999;}
.socialmediaright img{ margin-bottom:10px;}
.testibg{ text-align:left;background:#fff;border-radius:5px; padding:50px;box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%);min-height: 255px;}
.testibg img{border-radius:50px; width:80px;height: 80px;object-fit: cover;}
.footer-section{ background:#1c0410; color:#fff; font-size:14px;}
.footer-section a{color:#fff;font-weight:300; font-size:14px; }
.footerlist{ margin-top:40px;font-weight:300; font-size:14px;}
.footerlist h6{ font-weight:600; font-size:18px; line-height:30px; border-bottom:1px solid #fff; color:#fff; margin-bottom:25px;}
.footerlist ul li{ line-height:30px;}
.footericons{ font-weight:400; font-size:16px; margin:0px;}
.socialmedia li{ display:inline;}
.footerbottom{ margin-top:40px !important; background:#b6005c; padding:10px 0px; text-align:center; color:#fff;}
.footerbottom ul li{ display:inline; padding:5px 15px;}
.footerdown{ text-align:center; padding:15px 15px; font-weight:300;}
.footerdown a{ color:#fff;}
.socialmediaright{ display:inline; position:fixed; right:15px; top:200px; z-index:99999;}
.socialmediaright img{ margin-bottom:10px;}

.blogs{ font-size:14px;min-height: 445px;}
.blogs img{ object-fit:cover; height:250px; width:100%; padding-bottom:15px;}
.blogs h3{ padding:20px 0px;}
.blogs span{ background:#F60; color:#fff;border-radius:25px; padding:5px 15px; font-size:14px; font-weight:400;position: absolute;margin: -34px 45px;}

.gallery img{ width:100%; height:250px; object-fit:cover;}
.mobilefixed {
	position: fixed;
	background-color: #fff;
	width: 100%;
	bottom: 0;
	color: #fff;
	display: flex;
	text-align: center;
	z-index: 99999!important;
	box-shadow: -8px 2px 21px 0 rgba(136, 136, 136, .4);
	border-radius: 10px 10px 0 0
}

.mobilefixed ul {
	width: 100%
}

.mobilefixed li {
	display: inline-block;
	width: 19%;
	margin-bottom: -11px
}

.mobilefixed li a {
	color: #000 !important;
	padding: 10px 15px 0 15px;
	font-weight: 400;
	font-size: 13px;
	display: inline-block
}

.google {
	padding-top: 20px
}

.mobilefixed img {
	width: 22px;
	margin: 0 auto
}

.home-cions {
	background-color: #fff;
	border-radius: 100px;
	padding: 15px!important;
	height: 52px!important;
	position: relative;
	top: -42px;
	box-shadow: 0 0 9px 0 #a0a0a0
}

.home-cions img {
	width: 24px;
	margin-top: -3px
}

.mobilefixed span {
	width: 100%;
	display: block;
	font-size: 12px
}


.breadcrumbbg{ background:url(../images/brdbg.jpg) no-repeat; background-image:100%; line-height:40px; padding:10px 0px; color:#fff;}
.breadcrumbbg a{ color:#fff;}
.blogrightlist h4{font-size: 20px;
    padding-bottom: 3px;
    margin: 0 auto;
    margin-bottom: 0px;
}
.blogheadingtext h3{
    font-size: 30px;
    border-bottom: 3px solid #b6005c;
    padding-bottom: 3px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.blogdetails h3{ font-size:30px; color:#b6005c; padding:10px 0px;}
.inputype{ border:1px solid #ccc; padding:5px 8px; font-size:16px; width:100%; margin-bottom:8px;}
.inputsubmit{background-image: linear-gradient(to top, #aa0505, #b6005c); border:4px solid #CCC;border-radius:5px; font-size:16px; color:#fff; padding:8px 15px; outline:none;}
.servicesdetails img{ width:100%; height:300px; object-fit:contain;}
.servicesdetails{ color:#b6005c;text-align: text-justify;}
.indexinputnone{ display:none;}




/***** Design By Sagar ********/