@charset "utf-8";

/***** Design By Sagar 4.3 HTML 5 CSS*****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.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');

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 97%;

}

/* CSS Document */

body {
    background: #fff;
    color: #1d1f23;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: 'Poppins', sans-serif;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 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: 'Poppins', sans-serif;
}

p {
    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;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000f5c;
    --secondary: #f25b00;
}



/*** header ***/
.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 20px;
    padding-left: 10px;
}

.mobile3::after {
    position: absolute;
    content: '';
    right: 0;
    border-right: 1px solid #bbb4b4;
    z-index: 999;
    height: 70%;
}
table{width:100%;}
td{padding:5px; border:1px solid #ccc;}
.logo img {
    width: 260px;
    margin-top: 2px;
    margin-bottom: 0px;
}

.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: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.headerf-0flex li a {
    padding: 10px 28px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    transition: .6s linear;
    font-weight: 400;
    border-radius: 3px;
    text-transform: uppercase;
}

.headerf-0flex li a:hover {
	background:#ff8f00;

}
.active {
    background: #ff8f00;
}
.headerf-0flex li:nth-child(1n+1) {
    border-right: 1px solid #fff;
}

.headerf-0flex li:nth-last-child(1) {
    border-right: 0px solid #fff;
}

.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: fadeIn .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: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .2s;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 8px 15px;
    min-width: 220px;
    text-align: left;
    border-radius: 0px;
    color: #fff;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #ff8f00;
}

.dropdoqwn li a:hover {
    background-color: #0075ff;
    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-color: #0075ff;
    text-align: center;

}

.logo-m {
    display: none;
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
}

.darkHeader .top-head {
    display: none;
}

.darkHeader .top-header {
    display: none;
}

.top-header {
    display: flex;
    justify-content: space-between;
    padding: 0px 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: 15px;
}

.login {
    padding: 0px;
    color: #5a5b5d;
    text-align: center;
    font-size: 13px;
}

.login img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.phone_h span {
    display: block;
    color: #5a5b5d;
    padding-left: 12px;
    font-size: 13px;
}

.phone_h a {
    display: block;
    color: #5a5b5d;
    font-size: 17px;
    padding-left: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.phone_h {
    align-items: center;
    margin-left: 20px;
}

.form1 {
    display: flex;
    position: relative;
}

.formset {
    padding: 10px 50px 10px 15px;
    border-radius: 5px;
    background-color: #ffffff;
    border: none;
    transition: .5s ease-in-out;
    border: 1px solid #d1d1d1;
    color: #96989b;
}

.formset::placeholder {
    color: #96989b;
    font-size: 15px;
}

.search {
    position: absolute;
    top: 0;
    background-color: transparent !important;
    color: #404040;
    border: none;
    font-weight: bold;
    width: 40px;
    outline: none;
    top: 5px;
    left: 9px;
}

.button1 {
    background-color: #fff !important;
    border: none;
    border-radius: 100px;
    width: 55px;
    height: 43px;
    text-align: center;
    font-weight: 400;
    top: 4px;
    color: #222;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 25px;
    border-radius: 0px 5px 5px 0px;
    font-size: 18px;
    padding-right: 13px;
    padding-top: 7px;
}












.top-bar {
    background-color: #4b1b11;
    color: #fff;
    text-align: right;

}

.top-bar a {
    display: inline-flex;
    justify-content: end;
    color: #fff;
    padding: 0px 15px;
    font-size: 13px;
    line-height: 10px;
    font-weight: 300;

}

.top-bar a:nth-child(1n+1) {
    color: #fff;
    border-right: 1px solid #fff;
}

.top-bar a:nth-last-child(1) {
    border-right: 0px solid #fff;
    background-color: #fff;
    display: inline-block;
    background-color: #ffd101;
    color: #111;
    padding: 13px 17px;
    font-weight: 400;
    min-width: 100px;
    text-align: center;
}

.top-bar a:nth-last-child(2) {
    border: none;
}

.top-group {
    flex: 1;
        margin-top: 15px;
}


.navlink a {
    display: inline-block;
    padding: 18px 20px;
}

.indexfacilites h3 {
    border: 3px solid #f25a29;
    border-radius: 50px;
    padding: 10px 20px;
    color: #4b1b11;
    font-size: 30px;
    margin: 0 auto;
    display: table;
}

.indexfacilites h5 {
    text-align: center;
    padding: 20px 50px;
    line-height: 30px;
}

.indexaboutus img {
    width: 100%;
}

.indexaboutus h1 {
    color: #4b1b11;
    border-bottom: 4px solid #f25a29;
    padding: 0px 0px 20px;
    margin-bottom: 20px;
}

.bannerbottombg {
    background: #fff;
    padding:50px 0px;
}

.protabcontent h2 {
    font-weight: 600;
    margin-bottom: 15px;
}

.protabcontent a {
    border: 3px solid #fff;
    display: table;
    text-align: center;
    background: #f25a29;
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
}

.productkeybg {
    background: #0e1722;
    padding: 50px 0px;
    text-align: center;
    color: #fff;
}

.productkeybg h6 {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 15px;
}

.prokeybox {
    background: #fff;
    margin-top: 30px;
    color: #000;
    font-size: 20px;
    min-height: 330px;
    padding: 25px;
    margin: 13px;
}

.prokeybox img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 20px;
}

.prokeybox a {
    border: 3px solid #fff;
    display: table;
    text-align: center;
    background: #ff8f00;
    border-radius: 50px;
    padding: 8px 20px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
}

.catkeybox {
    background: #fff;
    margin-top: 30px;
    color: #000;
    font-size: 20px;
    min-height: 330px;
    padding: 25px;
	text-align:center;
	box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
}

.catkeybox img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 20px;
}

.catkeybox a {
    border: 3px solid #fff;
    display: table;
    text-align: center;
    background: #f25a29;
    border-radius: 50px;
    padding: 8px 20px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
}
.carpropage h1{ font-size:20px; margin-bottom:20px;}
.owl-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.owl-prev {
    background-color: transparent;
    width: 34px;
    height: 44px;
    left: 0;
    font-size: 20px;
    text-align: center;
    padding: 2px;
    padding-right: 40px !important;
    color: #fff;
    opacity: .8;
    transition: .5s ease-in-out;
}

.owl-next {
    background-color: transparent;
    width: 34px;
    height: 44px;
    font-size: 20px;
    text-align: center;
    padding: 2px;
    color: #fff;
    opacity: .8;
    transition: .5s ease-in-out;
}

.aboutusbg {
    padding: 50px 0px;
    background: url(../images/aboutbg.jpg) no-repeat;
    background-size: 100%;
    text-align: center;
    color: #fff;
}

.aboutusbg h4 {
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    font-size: 40px;
    color: #fff;
}

.aboutbox {
    margin-top: 40px;
}

.aboutbox img {
    margin-bottom: 20px;
}

.aboutbox strong {
    font-size: 20px;
}

.aboutboxbutton a {
    border: 3px solid #fff;
    display: table;
    text-align: center;
    background: #ff8f00;
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
    margin: 0 auto;
}



.footertopbg {
    background: #0075ff;
    color: #fff;
    padding: 18px 0px;
}

.footerqutoebutton a {
    border: 3px solid #fff;
    display: block;
    text-align: center;
    background: #ff8f00;
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
}

.footer-section {
    background: #0e1722;
    color: #fff;
    font-size: 12px;
}

.footer-section a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
}

.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 #f15a29;
    color: #fff;
    margin-bottom: 25px;
}

.footericons {
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
}

.socialmedia li {
    display: inline;
}

.footerbottom {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    font-size: 13px;
    background: #203248;
    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: 250px;
    z-index: 9999;
}

.socialmediaright img {
    margin-bottom: 10px;
}

.dropdoqwn li:nth-child(1n+1) {
    border: none !important;
}

.list-group1 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: inherit;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #f25a29 !important;
    border-color: #f25a29 !important;

}

.list-group-item.active::after {
    position: absolute;
    /* bottom: 0; */
    width: 16px;
    height: 10px;
    z-index: 999;
    content: '';
    background: #f25a29;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    top: 49px;
    right: 50%;
}

.list-group-item {
    background-color: #4b1b11 !important;
    color: #fff !important;
    border-bottom: none !important;
    border-top: none !important;
    border-radius: 0px !important;
    padding: 0.8rem 1rem !important;
    text-align: center;
    border-right: 1px solid #68433c;
    text-transform: uppercase;
}

.allcontent {
    background: url(../images/allbg.jpg) fixed;
}
.allcontent img{ width:100%;}
.aboutusbgtrasp {
    padding: 25px 60px !important;
    font-size: 16px;
    line-height: 26px;
}
.aboutusbgtrasp h2 {
    font-weight: 700;
    font-size: 48px;
}
.aboutuspagebg{ position:relative;}
.aboutuspagebg img{ width:100%;}
.abourtuspage {
    position: absolute;
    top: 0px;
    text-align: center;
    left: 0px;
    right: 0px;
    color: #fff;
	 padding:160px 0px;
}
.abourtuspage a{ color:#fff;}
.abourtuspage h4{ font-size:50px; font-weight:700;}

.facilitiespage img{ border-radius:15px; margin-top:50px;}
.facilitiespage ul li{ line-height:30px;}

.procatpagebg{ background:#eee; border-bottom:1px solid #ccc; padding:15px 0px 0px; text-align:center; color:#000;}


.left-side-p {
    position: sticky;
    top: 52px;
    bottom: 0;
    height: 92vh;
    background-color: #fff;
    box-shadow: -14px 1px 40px 9px rgba(136, 136, 136, .50);
}

.types {
    color: #292929;
    display: block;
    border-bottom: 1px solid #f783ac;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 16px;
}

.textscrool {
    max-height: 355px;
    overflow: auto;
}

.types i {
    color: #f70059;
    padding-right: 5px;
}

.plus-icon {
    color: #4b566b;
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 12px !important;
}

.card-header {
    padding: 12px 18px;
}

.textscrool a {
    font-size: 16px;
    color: #4b566b;
    ;
    padding: 6px 0px
}

.card-body a {
    display: block;
    padding: 4px 10px;
    color: #2c343e;
    font-size: 14px;
    padding-left: 18px;
}

.card-body a:hover {
    color: #eb0000;
}

.card-body {
    padding: 0px;
    overflow-x: auto;
    max-height: 300px;
}

/* width */
.card-body::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.card-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.card-body::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.card-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.phonecall {
    padding: 0px 18px;
}

.card {
    border: none;
}
.card-body a{
	display: block;
    padding: 4px 10px;
    color: #2c343e;
    font-size: 14px;
	padding-left: 18px;
}
.card-body a:hover{
    color: #eb0000;
}
.accordion-body a i{
    padding-right: 5px;
}
.accordion-button:focus{
    box-shadow: none !important;
}
.card-body{ padding:0px; overflow-x: auto;
	max-height: 300px;}
/* width */
.card-body::-webkit-scrollbar {
	width: 0px;
  }
  
  /* Track */
  .card-body::-webkit-scrollbar-track {
	background: #f1f1f1;
  }
  
  /* Handle */
  .card-body::-webkit-scrollbar-thumb {
	background: #888;
  }
  
  /* Handle on hover */
  .card-body::-webkit-scrollbar-thumb:hover {
	background: #555;
  }	

.accordion-button{
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 0 !important;
    background-color: rgba(0,0,0,.03);
}
.accordion-item:last-of-type {
     border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.accordion-button:not(.collapsed){
    box-shadow: none !important;
}

.accordion-button::after {
    height: 15px;
    background-size: 17px 14px;
}

.accordion-button:not(.collapsed)::after {
    background-size: 17px 14px;
    height: 15px;
}

.phonecall i {
    font-size: 18px;
    color: #f70059 !important;
    padding-right: 2px;
    padding-top: 4px;
    width: 24px;
    text-align: center;
}

.card:show i {
    color: red !important;
}

.fbtext2 {
    text-align: left;
    padding: 4px 21px;
}

.fbtext2 h4 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    margin-top: 0px;
}

.seriframe {
    border: none;
    width: 100%;
    max-height: 630px;
}

.breadcrmb {
    padding: 15px 4px 0px 5px !important;
    display: block;
    font-size: 14px;
}

.breadcrmb a {
    padding: 15px 4px !important;
}

.right-side-p {
    background-color: #f2f3f5;
}

.left-side img {
    max-height: 475px;
    object-fit: contain;
    width: 100%;
}

.textpanel {
    display: block;
    padding: 0px 37px !important;
    font-size: 14px;
    text-align: center;
}
.textpanel h1{ font-size:18px;}
.readmore3 a {
    display: inline-block;
    margin: 10px auto;
    background-image: linear-gradient(#ff8400, #fb9f3d);
    color: #fff;
    padding: 10px 50px !important;
    font-size: 17px;
    border-radius: 7px;
    font-weight: 600;
    text-align: center;
}

.heading-set {
    font-size: 17px;

}

.sertpage {
    position: relative;
}
.formsetting {
    width: 100%
}

.fixed {
    position: -webkit-sticky;
    position: sticky !important;
    top: 85px !important
}

.formpage5 {
    border-radius: 7px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
}

.left-side {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.left-side img {
    width: 100%;
    object-fit: contain;
    height: 450px;
}
.innerform {
    background: #eeebeb;
    color: #555;
    padding: 0 !important;
    margin: 7px;
    border-radius: 7px
}

.formpage5 h6 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 0;
    background-color: #00b6dd;
    padding: 8px;
    border-radius: 6px 6px 0 0
}

.innerform form {
    padding: 5px 25px
}

.forminner {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 12px !important;
    padding-top: 13px;
    padding-bottom: 9px
}

.inputname {
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    padding: 7px 10px;
    width: 100%
}

.inputbutton {
    outline: 0;
    margin: 0 auto;
    border: none;
    padding: 8px 27px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    background-color: #647a91;
    display: block;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px
}
.hidden{ display:none;}
.details h2{ font-size:24px;}
.map iframe {
    width: 100%;
    height: 632px;
    border: none !important;
}

.contact-i {
    background-color: #fff;
    height: 632px;
    box-shadow: -12px -7px 30px 10px rgba(136, 136, 136, 0.17);
    padding: 40px !important;
    font-size: 16px;
    text-align: left;
    position: relative;
}

.social-media {
    text-align: center;
    margin-bottom: 18px;
}

.social-media a {
    text-decoration: none !important;
    margin-right: 7px;
    color: #fff !important;
}

.facebook {
    background-color: #4b69b0;
    color: #fff;
    padding: 6px;
    font-size: 31px;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    text-align: center;
    display: inline-block;
}

.youtube {
    background-color: #f95035;
    color: #fff;
    padding: 6px;
    font-size: 31px;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    text-align: center;
    display: inline-block;
}

.whatsapp2 {
    background-color: #1a9d13;
    color: #fff;
    padding: 6px;
    font-size: 31px;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    text-align: center;
    display: inline-block;
}

.icons1 {
    max-width: 38px;
    margin: 0px 18px 35px 0px;
    float: left;
    font-size: 30px;
    color: var(--secondary) !important;
}

.c-one {
    margin-top: 10px;
    clear: both;
}

.c-one span {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.c-one a {
    color: #000;
    font-size: 17px;
    text-decoration: none;
}

.support {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
.enquirybgpage{ background:#eee;}
.onlinebgbox{box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14); margin-top:50px; margin-bottom:50px; background:#fff; border-radius:15px; padding:35px;}
.myinputype {
    margin-top: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
    font-size: 16px;
    width: 100%;
    outline: none;
}
.onlinebgbox h5 {
    color: #3d8f2d;
}
.onlinebgbox span{ color:#FF0000;}
.myaboutpage{ text-align:justify;}
.myaboutpage ul{ margin-top:20px;}
.myaboutpage ul li{ line-height:30px; background:url(../images/arrow.png) no-repeat; background-position:0px 9px; padding-left:30px;}

.gallerypage img{ height:180px; width:100%; object-fit:cover; margin-bottom:20px; border:1px solid #dbdbdb; padding:8px;}




