/* Important Style */

@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200;300;400;500;600;700;800&display=swap');



@font-face {
    font-family: PlayfairDisplay;
	src: url(../fonts/PlayfairDisplay-Black.ttf);
	src: url(../fonts/PlayfairDisplay-BlackItalic.ttf);
	src: url(../fonts/PlayfairDisplay-Bold.ttf);
	src: url(../fonts/PlayfairDisplay-BoldItalic.ttf);
    src: url(../fonts/PlayfairDisplay-Italic.ttf);
	src: url(../fonts/PlayfairDisplay-Regular.ttf);
	src: url(../fonts/PlayfairDisplaySC-Black.ttf); 
	src: url(../fonts/PlayfairDisplaySC-BlackItalic.ttf);
	src: url(../fonts/PlayfairDisplaySC-Bold.ttf);
	src: url(../fonts/PlayfairDisplaySC-BoldItalic.ttf);	
	src: url(../fonts/PlayfairDisplaySC-Italic.ttf);
	src: url(../fonts/PlayfairDisplaySC-Regular.ttf);	
}
@font-face {
    font-family: Belanosima;
    src: url(../fonts/Belanosima-Bold.ttf);
    src: url(../fonts/Belanosima-SemiBold.ttf);
    src: url(../fonts/Belanosima-Regular.ttf);
	font-weight: 100;
}
.antic-didone-regular {
  font-family: "Antic Didone", serif;
  font-weight: 400;
  font-style: normal;
}


/*------------------------------------------------------------------
1. import files / import files
-------------------------------------------------------------------*/
body {
	font-family: 'Poppins', sans-serif !important;
}




.mob {
	display: none;
}

.dropdown a {
	padding-bottom: 0px !important;
}
.new-section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
	background: #f9f9f9;
}
.holder1 ul {
    padding: 0;
    list-style: none;
}
.new-box:hover {
    background: #e6960d;
}

.new-box {
    text-align: center;
    transition: 0.5s;
    padding: 70px 0;
    margin-bottom: 25px;
    border-radius: 5px;
}
.logo-img img {
	width: 100%;
	margin-bottom: 50px;
}
.second-section {
    padding-top: 50px;
    text-align: center;
}
.detal-box {
    background: #a92529;
    color: #fff;
	padding: 30px 44px;
}
.detal-box p {
    font-size: 17px;
    font-weight: 600;
	margin-bottom: 20px;
}
.news-post p {
    padding-left: 8px;
    padding-right: 8px;
}
.detal-box a {
    font-size: 14px;
    color: #e29708;
    font-weight: 600;
}
.box1 a {
    background: #e29708;
    background-color: rgb(226, 151, 8);
    padding: 12px 7px !important;
    border-radius: 5px;
    color: #9f210b !important;
	transition: 0.5s;
}
.svg-inline--fa.fa-phone-square-alt.fa-w-14 {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 0px;
}
.box1 a svg {
	margin-left: 2px;
}
.box1 a:hover {
	border-bottom: none !important;
}
.detal-box {
    background: #a92529;
    color: #fff;
    padding: 30px 44px;
    position: absolute;
    top: -60px;
    right: 37px;
}
.coll-add img {
    float: left;
    margin-right: 15px;
	margin-bottom: 100px;
}
.coll-add p {
    color: #000;
    margin: 0;
    display: block;
    width: 116%;
    line-height: 25px;
    letter-spacing: 1px;
}
.coll-add h6 {
    margin-bottom: 5px;
	font-size: 15px;
}
.coll-add {
    margin-top: 50px;
}
.coll-add a {
    color: #000;
    margin-bottom: 0;
	margin-right: 15px;
}



/* Slick slider styles */
.slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slider .slick-track, .slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.stbut a p {
  position: fixed;
  bottom: 35px;
  z-index: 9999;
  right: 20px;
  background-color: #431c77;
  padding: 5px 20px;
  font-size: 18px;
  border: 0px solid;
  border-radius: 20px;
}
.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  } 
}
.stbut a {
	background: #f6c72c;
	color: #fff;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
h1, h2, h3, h4, h5, h6, .h {
  
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h a {
  color: inherit;
}
h1 a:hover, h1 a:focus, h1 a:active, h2 a:hover, h2 a:focus, h2 a:active, h3 a:hover, h3 a:focus, h3 a:active, h4 a:hover, h4 a:focus, h4 a:active, h5 a:hover, h5 a:focus, h5 a:active, h6 a:hover, h6 a:focus, h6 a:active, .h a:hover, .h a:focus, .h a:active {
  color: #ffc000;
}
p {
  margin: 0 0 0px;
}
.element-block {
  display: block;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.bg-cover {
  background-size: cover;
  background-position: 50% 50%;
}
.bg-dark {
  background-color: #f1008f;
  padding-bottom: 0;
}
.bg-gray {
  background-color: #f6f6f6;
}
.bg-light {
  background-color: #fcfcfc;
}
/* ---------------------------------------------------------
 4. Wrapper  / #wrapper
 ---------------------------------------------------------*/
#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* ---------------------------------------------------------
 5. Page Header  / #page-header
 ---------------------------------------------------------*/
#page-header {
  position: relative;
  width: 100%;
  z-index: 99;
}
#page-header.v3 .sticky {
  position: static;
}
#page-header.v3 .navbar-search-form .search-collapse, #page-header.v3 .navbar-search-form .search-collapse.collapsing, #page-header.v3 .navbar-search-form .search-collapse.collapse, #page-header.v3 .navbar-search-form .search-collapse.collapse.in {
  right: 130px;
}
#navbar.is-maximized .page-header-stick .sticky {
  background: #3d1970;
  padding: 5px 0;
}
.hometopbg {
  background-color: #3d1970 !important;
  transition: 0.3s ease-in-out;
}

/* ---------------------------------------------------------
 9. Header holder  / .header-holder
 ---------------------------------------------------------*/
.header-holder {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sticky .dropdown a:hover {
    border-bottom: none;
}
.header-holder.sticky{
    border-bottom: none;
}
.nav > li > a {
    font-weight: 600;
}
.logo img {
  width: auto;
}
.main-navigation > li, .main-navigation.nav > li, .main-navigation.navbar-nav > li, .main-navigation.navbar-right > li {
  margin-left: 19px !important;
  margin-right: 19px !important;
}
.header-holder.sticky {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #3d1970;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.header-holder.align-center .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-holder .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-holder .row:after, .header-holder .row:before {
  display: none;
}
/* ---------------------------------------------------------
 10. Logo  / .logo
 ---------------------------------------------------------*/
.logo {
  max-width: 129px;
  margin-top: 5px;
}
.aside .logo {
  margin-bottom: 13px;
}
/* ---------------------------------------------------------
 11. Nav  / #nav
 ---------------------------------------------------------*/
#nav {
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  min-height: 1px;
  position: static;
}
#nav:after, #nav:before {
  display: none;
}
#nav .navbar-toggle {
  margin: 0;
}
#nav .navbar-toggle:hover .icon-bar, #nav .navbar-toggle:focus .icon-bar, #nav .navbar-toggle:active .icon-bar {
  background-color: #fff;
}
#nav .navbar-collapse {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background-color: #fff;
}
.nav-holder #nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
/* ---------------------------------------------------------
 15. Intro block slide  / .intro-block-slide
 ---------------------------------------------------------*/
.intro-block-slide {
  min-height: 100vh;
  color: #fff;
  font-size: 18px;
  line-height: 1.44444;
  text-align: center;
}
.intro-block-slide.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.intro-block-slide.overlay:before {
  pointer-events: none;
}
.intro-block-slide .align-wrap {
  position: relative;
  z-index: 2;
  min-height: inherit;
  white-space: nowrap;
}
.intro-block-slide .align-wrap:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: inherit;
}
.intro-block-slide .align-wrap > .align {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}
.intro-block-slide .align-wrap .align {
  max-width: 750px;
  margin-left: -3px;
  padding: 35px 20px 60px;
}
.intro-block-slide .intro-block-heading {
  color: inherit;
  font-weight: 700;
  margin: 0 0 13px;
}
.btns-wrap1 {
    margin-top: 20px;
}
.btns-wrap1 a {
    background: #fff;
    color: #000;
}
.intro-block-slide .btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 32px;
}
.intro-block-slide .btn {
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 5px;
  min-width: 145px;
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.intro-block-slide .btn {
    margin-left: 0;
    margin-right: 11px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
}
.intro-block-slide p {
  margin: 0;
}
/* ---------------------------------------------------------
 16. Fade slider  / .fade-slider
 ---------------------------------------------------------*/
.fade-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 40px;
}
.fade-slider .slick-arrow.slick-prev {
  left: 0;
}
.fade-slider .slick-arrow.slick-next {
  right: 0;
}
.fade-slider .slick-arrow:focus {
  color: #fff;
}
.fade-slider .slick-arrow:hover {
  color: #fff;
  background-color: #000;
}

/* ---------------------------------------------------------
 43. Footer area / .footer-area
 ---------------------------------------------------------*/
.footer-area .btn-default {
  color: inherit;
  border-color: currentColor;
  background-color: transparent;
  font-weight: 600;
  border-radius: 1px;
}
.footer-area .btn-default:hover {
  background-color: #777777;
  border-color: #777777;
  color: #fff;
}
/* ---------------------------------------------------------
 44. aside / .aside
 ---------------------------------------------------------*/
.aside {
  padding-top: 30px;
  padding-bottom: 17px;
}
.aside h3, .aside .h3 {
    color: #fff;
    margin: 0 0 29px;
    font-size: 19px;
    padding-bottom: 17px;
	line-height: 30px;
margin-bottom: 10px;
}
.aside .col {
  margin-bottom: 25px;
}
.aside p {
  margin: 0 0 23px;
  font-size: 15px;
  font-weight: 500;
}
.w {
    display: block;
    width: 114%;
}
.ft-address ul {
    padding: 0;
    list-style: none;
}
.ft-address ul li {
    font-size: 15px;
    font-weight: 500;
    color: #a5232e;
}
.ft-address ul li a{
    color: #acacac;
}
.copy {
    background-color: #f1008f;
    text-align: center;
    padding: 30px 0;
	margin-top: -1px;
}
.copy p{
    margin: 0;
    color: #fff;
    font-size: 18px;
}
/* ---------------------------------------------------------
 46.Fooer-navigation / .fooer-navigation
 ---------------------------------------------------------*/
.fooer-navigation {
  margin-bottom: 0;
}
.fooer-navigation > li {
  line-height: 1.33333;
  margin-bottom: 10px;
  display: inline-block;
  width: 49%;
}
.fooer-navigation > li.active > a {
  color: #fff;
}
.fooer-navigation > li > a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.fooer-navigation > li > a:hover {
  color: #fff;
}
/*------------------------------------------------------------------
147. Back Top / #back-top
-------------------------------------------------------------------*/
#back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 25px;
  line-height: 0.53333;
  color: #fff;
  cursor: pointer;
  float: right;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background: #e6960d;
  border-radius: 5px;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#back-top.active {
  opacity: 1;
  visibility: visible;
}
#back-top:hover {
  opacity: 0.7;
}


.anim {
  -webkit-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.anim.delay1 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.anim.delay2 {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.slick-active .anim {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}





.why-us-section-1 {
    background-image: url(../images/about/about-banner.jpg);
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.why-us-header {
    position: absolute;
    top: 50%;
    color: #fff;
}
.why-us-header h1 {
    margin: 0;
    font-size: 45px;
	color: #fff;
}
.about-img img {
    width: 100%;
}
.about-section, .cout-section{
    padding: 100px 0;
}
.about-text h1 {
    color: #a92328;
    font-size: 40px;
    font-weight: 800;
    margin-top: 10px;
	line-height: 50px;
}
.about-text p {
    color: #534f4f;
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 30px;
    margin-top: 15px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-right: 50px;
}
.about-text ul li {
    color: #414040;
    font-weight: 600;
    display: inline-block;
    width: 49%;
    margin-bottom: 5px;
    letter-spacing: 0.50px;
}
.about-text ul {
   padding: 0;
}
.caut-text {
    text-align: center;
}
.caut-text p{
    color: #000;
}
.about-text ul li svg {
    color: #fd5a0d;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.caut-text h1 {
    font-size: 35px;
}
.history-bg {
	background-image: url(../images/about/about--milestone.jpg);
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	padding: 50px 0;
}
.history-hed h1 {
    color: #e4950d;
    font-size: 40px;
    font-weight: 800;
    margin-top: 20;
    margin-bottom: 50px;
}
.history-hed  {
    text-align: center;
}
.history-text span {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    border: 1px solid;
    padding: 0px 20px;
    float: left;
    margin-bottom: 60px;
    margin-right: 80px;
}
.history-text h2 {
    color: #e5960d;
    font-size: 26px;
    font-weight: 700;
	position: relative;
}
.history-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 45px;
}
.history-detal {
    position: relative;
}
.history-detal::before {
    content: '';
    background: #e5960d;
    color: #e5960d;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 12%;
    top: 15px;
}
.history-text h2::before {
    content: '';
    color: #e4950d;
    background: #e4950d;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 129px;
    border-radius: 50%;
    top: 8px;
}
.box-img img {
    width: 100%;
    margin-bottom: 50px;
}
.size {
    margin-bottom: 30px;
}
.contact-text span {
    color: #8e0812;
    font-size: 15px;
    font-weight: 600;
}
.contact-text h1 {
    color: #8e0812;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 10px 0;
}
.contact-text h3 {
    margin-bottom: 0;
	font-size: 17px;
}
.contact-text p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.contact-text ul {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
.contact-text ul li {
    color: #8e0812;
	font-size: 15px;
	font-weight: 400;
}
.contact-text ul li a{
    color: #000;
	
}
.form-control_2 {
    background: #f6f6f6;
    margin-bottom: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.form-control_0 {
	padding-top: 5px;
	padding-bottom: 0;
}
.cont1 {
	padding: 0;
}
.cont2 {
	padding-right: 10px;
}
.btn {
    background: #e6960d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 25%;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: -12px;
}
.map-section {
	padding: 50px 0;
	position: relative;
}
.map-hed {
    text-align: center;
    margin-bottom: 30px;
	
}
.map-hed h1 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -1px;
}
.map-section::before {
    content: '';
    background: #f6f6f6;
    height: 51%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: -40px;
}
.infrastructure h3 {
    color: #757575;
    font-size: 28px;
    margin-top: 0;
}
.infrastructure ul li {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
.infrastructure {
	margin-left: 20px;
}
.infrastructure2 {
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 100px;
}
.infrastructure h1{
	font-size: 43px;
}
.infrastructure ul  {
    margin-bottom: 50px;
}
.infrastructure a {
    background: #e6960d;
    color: #000;
    padding: 17px 35px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px;
    transition: 0.5s;
}
.infrastructure a:hover {
	color: #fff;
	background: #a92328;
}
.infrastructure-bg {
    background: #e5e5e5;
}
.infrastructure-img img {
    width: 100%;
    position: absolute;
	top: -60px;
}
.infrastructure-img {
    position: relative;
}
.infrastructure-section {
	padding-bottom: 0;
	padding-top: 50px;
}
.holder1 ul li {
    display: inline-block;
}
.holder1 ul li a:hover {
  background: #000;
  color: #fff;
}
.holder1 ul li a {
  background: transparent;
  color: #000;
  padding: 0px 5px;
  border-radius: 3px;
  margin-right: 0px;
  font-size: 20px;
  transition: 0.5s;
}
.holder1 li img {
  width: 25px;
  transition: 0.2s;
}
.holder1 li img:hover {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.1);
}
.contecticon a {
    background: #f6f6f6;
    font-size: 18px;
    color: #000;
    padding: 14px 15px;
    border-radius: 50px;
    margin-right: 10px;
    transition: 0.5s;
}
.contecticon a:hover {
    background: #000;
    color: #fff;
}
.contecticon  {
   margin-top: 50px;
}
.detal-box a svg {
    margin-left: 6px;
}
.svg-inline--fa.fa-sort-down.fa-w-10.icon-arrow {
    vertical-align: 1px;
}


/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}



/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}


/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}



@media (min-width: 1000px) {
  .container {
    max-width: 1300px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.frst-p img {
  width: 18%;
  padding-top: 50px;
}
.baner-text {
  text-align: center;
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
}
.intro-block-slide {
  position: relative;
  min-height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.iconhad {
  text-align: right;
  padding-top: 40px;
}
.iconhad a {
  margin: 0 3px;
}
.intro-block-slide.overlay::before {
  content: '';
  background-color: rgba(25, 24, 24, 0.8);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-navigation > li > a, .main-navigation.nav > li > a, .main-navigation.navbar-nav > li > a, .main-navigation.navbar-right > li > a {
  transition: 0.5s;
}
.hometop_banner {
  background-image: url(../images/home/header_banner_image1.png);
  min-height: 900px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.baner-text h1 {
  color: #f6c72c;
  font-size: 60px;
  letter-spacing: 3px;
  /* font-family: "Antic Didone", serif !important; */
  font-weight: 500;
  font-family: initial;
  margin-bottom: 0;
  font-family: Belanosima !important;
}
.baner-text p {
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 400;
  color: #fff;
  font-family: Belanosima !important;
}
.frst-p h5 {
  background: #f1008f;
  color: #fff;
  width: 55%;
  margin: 0 auto;
  padding: 15px 0px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  bottom: -10px;
}
.frst-p h4 {
  background: #421c77;
  color: #fff;
  width: 65%;
  margin: 0 auto;
  padding: 15px 0px;
  font-size: 20px;
  font-weight: 400;
  padding-top: 30px;
  margin-bottom: 50px;
}
.buton-hom a {
  border: none;
  background: #fdb130;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  box-shadow: 10px 10px #f0008a;
}
/* .buton-hom a::after {
  content: '';
  background: #f0008a;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
z-index: -1;
} */
/* .buton-hom a:hover::after {
  background-color: #f0008a;
} */
.buton-hom a:hover {
  background: #f0008a;
  border: none;
  box-shadow: 10px 10px #fdb130;
  color: #fff;
}
.buton-hom.newhb a {
  margin: 0 25px;
}
 

html {
  scroll-behavior: smooth;
}

.botam-line {
  position: relative;
  margin-top: -20px;
  z-index: 1;
}
.second {
  background-image: url(../images/home/blue_art_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0;
}
.abone1 {
  margin-bottom: 50px;
}
.second-img img {
  width: 100%;
}
.ab-text h2 {
  color: #ed2d9d;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  /* font-family: "Antic Didone", serif !important; */
  font-family: Belanosima !important;
}
.ab-text h1 {
  color: #421c77;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 45px;
  font-family: Belanosima !important;
}
.ab-text1 h2 {
  color: #421c77;
}
.ab-text1 h1 {
  color: #ed2d9d;
}
.ab-text p {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}
.ab-text {
  padding-left: 80px;
  padding-top: 50px;
}
.ab-text1 {
  padding-left: 0px;
  padding-right: 80px;
}

.about-baner {
  background-image: url(../images/home/contact_banner.jpg);
  min-height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.form-sec {
  background-image: url(../images/home/grenart_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0;

}
.abou-text {
  position: relative;
  max-width: 100%;
  margin: auto;
    margin-left: auto;
  margin-left: 15px;
  padding-top: 20%;
}
.aboutfrst-p {
  text-align: center;
  color: #fff;
}
.aboutfrst-p h1 {
  color: #fab230;
  letter-spacing: 2px;
  margin-bottom: 0px;
  font-size: 70px;
  font-weight: 500;
  /* font-family: "Antic Didone", serif !important; */
  font-family: Belanosima !important;
}
.main-had h2 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  /* font-family: "Antic Didone", serif !important; */
  font-family: Belanosima !important;
}
.main-had h1 {
  color: #fab230;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 45px;
  font-family: Belanosima !important;
}
.cont-img img {
  margin-top: 25px;
}
.team-had.text-left p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.thm-btn.thm-btn1 {
  background: #f1008f;
  border: none;
  color: #fff;
  font-size: 24px;
  width: 90%;
  padding: 10px 0;
  box-shadow: 10px 10px #edb238;
  transition: 0.5s;
}
.thm-btn.thm-btn1:hover {
  background: #edb238;
  color: #fff;
  box-shadow: 10px 10px #f1008f;
}
.form-control {
  width: 90% !important;
}
.form-right textarea {
  margin: 10px 0;
  margin-bottom: 20px;
  padding: 10px 10px !important;
  color: #fff;
}
.form-control {
  width: 90% !important;
  background: #27554a;
  border: none !important;
  color: #fff;
  padding: 25px 10px !important;
}

.form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.contact-form {
  margin-top: 50px;
}
.get-section {
  background-image: url(../images/home/purple_artback-small.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0;
}
.get-img img {
  width: 100%;
}
.get-text h2 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  /* font-family: "Antic Didone", serif !important; */
  font-family: Belanosima !important;
}
.get-text h1 {
  color: #fab230;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 45px;
  font-family: Belanosima !important;
}
.get-text h3 {
  color: #f0aa33;
  font-weight: normal;
  font-size: 25px;
  margin-top: 20px;
}
.get-text p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
}
.bg-p {
  background: #3c166d;
  padding: 8px 15px;
  margin-left: -15px;
}
.bg-p a{
  color: #f0aa33;
  transition: 0.3s;
}
.bg-p a:hover{
  color: #f1008f;
  text-decoration: none;
}
.last {
  color: transparent !important;
}
.get-text p span {
  color: #f0aa33;
  margin-left: 10px;
}
.last span{
  color: #fff !important;
}
.get-text .last-on {
  margin-bottom: 0;
}

.join-section, .last-sec, .testimo, .artist {
  background-image: url(../images/home/grenart_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0;
}
.join-img img{
  width: 100%;
}
.join-text h2{
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  /* font-family: "Antic Didone", serif !important; */
  font-family: Belanosima !important;
}
.join-text h1{
  color: #dba536;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 45px;
  font-family: Belanosima !important;
}
.join-text p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}
.join-box1 {
  display: flex;
}


.join-box {
  text-align: center;
  color: #fff;
  border-radius: 15px;
  margin-right: 10px;
  padding: 15px 20px;
}
.join-box h6 {
  color: #fff;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 500;
}
.join-box p {
  font-size: 16px ;
  margin-bottom: 0;
  line-height: 20px;
}
.join-one {
  background-color: #ed2d9d;
  width: 30%;
}
.join-two {
  background-color: #421c77;
  width: 30%;
}
.join-three {
  background-color: #e37d1b;
  width: 50%;
  margin-right: 0;
}
.join-three a {
  color: #461f6e;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
}
.join-three a:hover {
	color: #fff;
}
.join-three p {
  margin-bottom: 5px;
}
.date-box {
  display: flex;
}

.date-text {
  text-align: center;
  width: 15%;
  margin-right: 40px;
}
.date-text h2 {
  color: #fff;
  /* background: #45b1a2; */
  font-size: 50px;
  font-weight: normal;
  padding: 40px 15px;
  margin-bottom: 0;
  border-radius: 17px;
  /* box-shadow: 5px 5px #035442; */
  background-image: url(../images/home/box.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.date-text p {
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
}
.last-sec {
  background-image: url(../images/home/purple_artback-small.jpg);
}
.get-text {
  width: 85%;
} 
.last-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 0px;
  grid-column-gap: 180px;
  margin-top: 50px;
}
.our-hed h2 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  font-family: Belanosima !important;
}
.our-hed h1 {
  color: #dba536;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 45px;
  font-family: Belanosima !important;
}
.our-hed {
  text-align: center;
}
.last-detasil {
  background-color: #371464;
  padding: 50px;
  color: #fff;
  border-radius: 15px;
  padding-bottom:80px;
}
.last-detasil h4 {
  color: orange;
  font-weight: normal;
  font-size: 23px;
  margin-bottom: 20px;
}
.last-detasil p {
  font-size: 16px;
  margin-bottom: 30px;
}
.but-last a {
  background: #f0008a;
  box-shadow: 10px 10px #fdb130;
  color: #fff;
  padding: 10px 50px;
}
.but-last a:hover {
  background: #fdb130;
  box-shadow: 10px 10px #f0008a;

}
.test-had h1 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
  font-size: 45px;
  font-family: Belanosima !important;
  text-align: left;
  margin-left: 28%;
}
.test-had span {
  font-size: 35px;
}
.test-det {
  display: flex;
  justify-content: center;
  margin: 0 50px;
  margin-top: 50px;
}
.t-text h4 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
}
.t-text h6 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
}
.t-text p {
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
}

.t-text {
  margin-left: 50px;
}
.testimo {
  background-image: url(../images/home/pinkart_back.jpg);
margin-top: -1px; 
 padding-bottom: 150px;
}
.swiper-button-prev-2 {
  position: absolute;
  bottom: 100px;
  left: 34%;
  z-index: 10;
}
.swiper-button-next-2 {
  position: absolute;
  bottom: 100px;
  right: 50%;
  z-index: 10;
}
.swiper-container {
  position: unset !important;
}
.artist {
  background-image: url(../images/home/purple_artback.jpg);
  background-attachment: fixed;
}
.artic-det img {
  width: 100%;
  border-radius: 15px;
}
.our-top {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.our-top h1, .our-top h2{
  text-align: left;
}
.our-top .our-hed {
  width: 60%;
}
.had-p p {
  font-size: 16px;
  color: #fff;
}
.artic-det h4 {
  color: #dba536;
  font-weight: 500;
  font-size: 19px;
  margin-top: 20px;
  text-align: left;
}
.artic-det p {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: left;
}
.arttis-box {
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
.arttis-box, .artic-det {
  transition: 0.5s;
}
.arttis-box:hover .artic-det img {
  outline: 4px solid #ffd02d;
  transition: 0.5s;
  box-shadow: 15px 15px #2c1253;
}
.artic-det p i {
  margin-left: 5px;
}
.thm-btn.thm-btn1.hombtn {
  margin: 0 auto;
  width: 25%;
  padding: 5px 0;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.expens {
  background-image: url(../images/home/yellow_artback.jpg);
position: relative;
}
.slid-mai {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 0px;
  grid-column-gap: 0px;
}
.slid-right img {
  width: 100%;
}
.experi-tophad {
  position: unset;
  left: 12.5%;
  top: 10%;
  text-align: left;
}
.experi-tophad h2 {
color: #f10096;
}
.experi-tophad h1{
  color: #391477;
}
.slid-left h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 25px;
}
.slid-left p {
  font-size: 16px;
margin-bottom: 20px;
color: #000;
}
.slid-left p:last-child {
  margin-bottom: 0;
}
.slid-left {
  padding-top: 50px;
  padding-left: 190px;
  padding-right: 100px;
}
.next-2 {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  bottom: 0;
  width: 80px;
}
.prev-2 {
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  bottom: 0;
  width: 80px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
  padding-top: 0;
  transition: all 0.3s ease;
}
.close {
  position: absolute;
  right: -23px;
  top: -15px;
  background: transparent;
  border: none;
}
.close img {
  background-color: #fff;
  border-radius: 50%;
  border: 0px solid #fff;
  border-top: 0;
}
.modal-content.modifiabo {
  background-image: url(../images/home/pop_box.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 105% 105%;
  position: relative;
  padding: 50px 70px;
  border: 3px solid #fff !important;
  border-radius: 20px;
}
.modl-img {
  display: flex;
}
.modl-img h4 {
  color: #ffb52d;
  font-size: 35px;
  margin-left: 40px;
  margin-top: 50px;
  font-weight: 500;
}
.modl-img img {
  border-radius: 20px;
}
/* .modl-img img {
  width: 50%;
} */
.modal-content {
  background-color: #fefefe;
  margin: 2% auto 2% auto;
  border: 0px solid #888;
  width: 50%;
  position: relative;
  padding: 15px;
}
.modal-body p {
  color: #000;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 25px;
}
.arttis-box a {
  cursor: pointer;
}


.opacity-animate3{
  animation:opt-animation3 1s ;
-moz-animation-fill-mode: forwards
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes opt-animation3 {
0%   { opacity: 0; transform: scale(0.75);}
100% { opacity: 1; transform: scale(1);}
}
@-moz-keyframes opt-animation3 {
 0%   { opacity: 0; transform: scale(0.75);}
100% { opacity: 1; transform: scale(1);}
}
@-o-keyframes opt-animation3{
0%   { opacity: 0; transform: scale(0.75);}
100% { opacity: 1; transform: scale(1);}
}
@keyframes opt-animation3 {
0%   { opacity: 0; transform: scale(0.75);}
100% { opacity: 1; transform: scale(1);}
}


@media (min-width: 1700px) and (max-width: 2000px) {
  .slid-left {
    padding-top: 200px;
    padding-left: 380px;
    padding-right: 100px;
  }
  .experi-tophad {
    position: absolute;
    left: 20%;
    top: 12%;
    text-align: left;
  }
}



@media (min-width: 767px) {
  #navbar.is-minimized {
    transform: translateY(-120px);
  }
}
@media (max-width: 767px) {
  #navbar.is-minimized {
    transform: translateY(-102px);
    padding: 0;
  }
}
#navbar.is-maximized {
  transform: translateY(0);
}
@media (max-width: 767px) {
  #navbar.is-maximized {
    padding: 0;
  }
}

@media (min-width: 767px) {
  #navbar .top-section {
    height: 120px;
  }
}
@media (max-width: 767px) {
  #navbar .top-section {
    height: 102px;
  }
}
#navbar .bottom-section {
  height: 50px;
}
#navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#navbar .bottom-section {
  height: 50px;
}
#navbar .top-section, #navbar .bottom-section {
  display: flex;
  align-items: center;
}
header {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
#page-header.page-header-stick.sticky {
  background: #3d1970;
  padding: 5px 0;
}
.googal {
  padding: 100px 0;
}
.map-goog h4 {
  font-size: 20px;
  font-weight: 500;
  font-size: 23px;
}



.wrapper {
  position: relative;
  height: 12em;
}

.countdown-container {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.countdown {
  display: flex;
  transform-style: preserve3d;
  perspective: 500px;
  height: 10rem;
  width: 40em;
}
.countdown.remove {
  animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
  overflow: hidden;
}

.number, .separator {
  display: block;
  color: #fff;
  height: 3em;
  font-size: 50px;
  position: relative;
  line-height: 10rem;
  text-align: center;
  width: 100%;
  background-image: url(../images/home/box.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.newcauting {
  margin-top: 30px;
}
.separator {
  margin: 0;
  width: 2rem;
}

.new, .old, .current {
  color: #fff;
  position: absolute;
  border-radius: 1rem;
  height: 10rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.new {
  animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
}

.old {
  animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
}

.countdown section {
  position: relative;
}

#js-days:after, #js-hours:after, #js-minutes:after, #js-seconds:after {
  content: "Days";
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -80px;
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
}
#js-hours:after {
  content: "Hours";
}
#js-minutes:after {
  content: "Minutes";
}
#js-seconds:after {
  content: "Seconds";
}
@keyframes hide-countdown {
  to {
    height: 0;
    overflow: hidden;
  }
}
@keyframes show-new {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes hide-old {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
  }
}


.tick {
  padding-bottom: 1em;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans,
      Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

.tick-label {
  font-size: 0.375em;
  text-align: center;
}

.tick-group {
  margin: 0 0.25em;
  text-align: center;
}
.tick-label {
  color: #fff;
}
.tick-flip {
  margin-left: 0;
  margin-right: 0;
  min-width: 1.125em;
  border-radius: 0;
  letter-spacing: .25em;
  text-indent: .25em;
}
.tick-flip-panel {
  color: #edebeb;
  background-color: #45b1a2;
}
.tick span:first-child[data-view] {
  border-radius: 15px 0 0 15px;
  text-align: right;
}
.tick span:last-child[data-view] {
  border-radius: 0px 15px 15px 0px;
  text-align: left;
}
.tick-flip-panel-back-text, .tick-flip-panel-front-text {
}
/* .tick-flip-panel-back::after {
  background-image: none;
} */








/// Flipclock Looks
.flipclock {
  display: flex;
  justify-content: center;
  padding: $padding;
  box-sizing: border-box;
}

.flipclock * {
  box-sizing: inherit;
}

.leaf {
  display: flex;
  flex-direction: column;
  margin: 0 $gapSize;
  perspective: $perspective;
  margin: 0 20px;
  box-shadow: 5px 5px #045342;
  border-radius: 10px ;
}


.leaf::after {
  content: attr(data-label);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: $labelMarginTop;
  transform: translateX(-50%);

  color: $labelTextColor;
  font-size: $labelFontSize;
  font-weight: $labelFontWeight;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}

.top,
.bottom,
.leaf-front,
.leaf-back {
  position: relative;
  display: block;
  height: $leafHeight;
  width: $leafWidth2Digits;
  background-color: $leafBackgroundColor;
  color: $leafTextColor;
  overflow: hidden;
  border-color: $foldColor;

  span {
    position: absolute;
    left: 50%;
    width: 101%;
    height: $leafHeight * 2;
    text-align: center;
    font-family: $leafFontFamily;
    font-size: $leafFontsize;
    line-height: $leafHeight * 2;
    transform: translateX(-50%);
    background: #45b1a2;
    color: #fff;
  }
}

.leaf._3-digits {
  .top,
  .bottom,
  .leaf-front,
  .leaf-back {
    width: $leafWidth3Digits;
  }
}
.flipclock {
  display: flex;
  justify-content: left;
  padding: 0px;
  box-sizing: border-box;
}
.top,
.leaf-front {
  border-top-left-radius: $leafBorderRadius;
  border-top-right-radius: $leafBorderRadius;
  margin-bottom: ($foldSize / 2);
  border-bottom-style: none;
  border-bottom-width: ($foldSize / 2);
  
  span {
    top: 0;
  }
}

.leaf-front {
  position: absolute;
  z-index: 0;
}

.bottom,
.leaf-back {
  border-bottom-left-radius: $leafBorderRadius;
  border-bottom-right-radius: $leafBorderRadius;
  border-top-style: none;
  border-top-width: ($foldSize / 2);
  span {
    bottom: 0;
    background: #45b1a2;
    color: #fff;
  }
}

.leaf-back {
  position: absolute;
  top: $leafHeight;
  z-index: 10;
}

@media screen and (max-width: $maxSizeBreakpoint) {
  .flipclock {
    padding: (($padding * 100) / $maxSizeBreakpoint) * 1vw;
  }

  .leaf {
    margin: 0 (($gapSize * 100) / $maxSizeBreakpoint) * 1vw;
  }

  .leaf::after {
    margin-top: (($labelMarginTop * 100) / $maxSizeBreakpoint) * 1vw;
    font-size: (($labelFontSize * 100) / $maxSizeBreakpoint) * 1vw;
  }

  .top,
  .bottom,
  .leaf-front,
  .leaf-back {
    height: (($leafHeight * 100) / $maxSizeBreakpoint) * 1vw;
    width: (($leafWidth2Digits * 100) / $maxSizeBreakpoint) * 1vw;

    span {
      height: (($leafHeight * 100) / $maxSizeBreakpoint) * 1vw * 2;
      font-size: (($leafFontsize * 100) / $maxSizeBreakpoint) * 1vw;
      line-height: (($leafHeight * 100) / $maxSizeBreakpoint) * 1vw * 2;
    }
  }

  .leaf._3-digits {
    .top,
    .bottom,
    .leaf-front,
    .leaf-back {
      width: (($leafWidth3Digits * 100) / $maxSizeBreakpoint) * 1vw;
    }
  }

  .top,
  .leaf-front {
    border-top-left-radius: (($leafBorderRadius * 100) / $maxSizeBreakpoint) *
      1vw;
    border-top-right-radius: (($leafBorderRadius * 100) / $maxSizeBreakpoint) *
      1vw;
   // margin-bottom: ((($foldSize * 100) / $maxSizeBreakpoint) * 1vw / 2);
  }

  .bottom,
  .leaf-back {
    border-bottom-left-radius: (($leafBorderRadius * 100) / $maxSizeBreakpoint) *
      1vw;
    border-bottom-right-radius: (($leafBorderRadius * 100) / $maxSizeBreakpoint) *
      1vw;
    //border-top-width: ((($foldSize * 100) / $maxSizeBreakpoint) * 1vw / 2);
  }

  .leaf-back {
    top: (($leafHeight * 100) / $maxSizeBreakpoint) * 1vw;
  }
}

/// Flipclock Animation
.leaf-front {
  transform-origin: bottom center;
  transform: rotateX(0deg);
  transform-style: preserve-3d;
  transition-delay: $duration;
}

.leaf-back {
  transform-origin: top center;
  transform: rotateX(90deg);
  transform-style: preserve-3d;
  transition-delay: 0s;
}

.bottom::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, $leafShadowOpacity) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: blur(10px);
}

.flip {
  .leaf-front {
    transform: rotateX(-90deg);
    transition: transform $duration ease-in, background-color $duration ease-in,
      color $duration ease-in;
    transition-delay: 0s;

    color: darken($leafTextColor, 50%);
    background-color: darken($leafBackgroundColor, 50%);
  }
  .leaf-back {
    transform: rotateX(0deg);
    transition: transform $duration ease-in, background-color $duration ease-in,
      color $duration ease-in;
    transition-delay: $duration;
  }

  .bottom::before {
    transition: height $duration ease-in-out;
    transition-delay: $duration / 2;
    height: 100%;
  }
}

.flipclock div:nth-child(5), .flipclock div:nth-child(6), .flipclock div:nth-child(7), .flipclock div:nth-child(8) {
  display: none;
}
.leaf._3-digits .bottom, {
  border-radius: 0px 0 0 15px;
}

.leaf {
  background-image: url(../images/home/box.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.leaf::before {
  content: '';
  background: #0a7a62;
  color: #05755d;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 44%;
  z-index: 10;
  border-radius: 5px;
  rotate: 43deg;
  left: -8px;
}
.date {
  position: relative;
  margin-top: 30px;
}
.side-point-1::after, .side-point-2::after, .side-point-3::after, .side-point-4::after {
  content: '';
  background: #05755d;
  color: #05755d;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 44%;
  z-index: 10;
  border-radius: 5px;
  rotate: 43deg;
}
.side-point-1::after {
  left: 114px;
}
.side-point-2::after {
  left: 39%;
}
.side-point-3::after {
  left: 60.5%;
}
.side-point-4::after {
  left: 81.8%;
}

form .error{
  color:#ff0000bf;
}




/* media */


.media-baner {
  background-image: url(../images/new/media_banner.jpg);
}
.media-slid {
  background-image: url(../images/new/grenart_back.jpg);
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  position: relative;
}
.our-top .our-hed1 {
  width: 90%;
}

.midia-imag img {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 4px;
  transition: 0.5s;
}
.midia-imag {
  margin-right: 10px;
  margin-left: 5px;
}
.mid-detal:hover img {
  outline: 4px solid #fab132;
  border-radius: 15px;
}
.media-slider {
  margin: 0 20px;
}
.mid-text p {
  color: #fff;
  font-size: 18px;
}
.med-box {
  text-align: center;
}
.med-right, .med-left {
  color: #fab132;
  font-size: 40px;
  position: absolute;
  top: 53%;
}
.med-right {
  right: 10%;
}
.med-left {
  left: 10%;
}
.midia-imag {
  position: relative;
  transition: 0.5s;
}
.midia-imag::before  {
opacity: 0;
width: 100%;
height: 90%;
background-color: rgba(240, 237, 237, 0.8);
background-color: #fff;
content: '';
position: absolute;
top: 4px;
left: 0;
border-radius: 15px;
transition: 0.5s;
}
.midia-imag .zoom {
  display: none;
  position: absolute;
  width: 20%;
  top: 37%;
  left: 0;
  right: 0;
  margin: 0 auto;
  outline: 0px !important;
  transition: 0.5s;
}
.mid-detal:hover .midia-imag .zoom {
  display: block;
  transition: 0.5s;
}
.mid-detal:hover .midia-imag::before {
    opacity: 0.7;
}

.coverage {
  background-image: url(../images/new/purple_artback.jpg);
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  position: relative;
}
.coverage-detail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 15px;
  grid-column-gap: 10px;
  margin-top: 50px;
}
.coverage-img img {
  width: 100%;
}
.coverage-text {
  background: #fff;
  padding: 5px 5px;
  border-radius: 5px;
  height: 260px;
}
.coverage-logo {
  display: flex;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  align-items: center;
}
.coverage-logo img:last-child {
  margin-left: auto;
  width: 18px;
  height: 16px;
}
.coverage-img {
  width: 100%;
  overflow: hidden;
}
.coverage-img img {
  transition: 0.5s;
}
.coverage-text:hover .coverage-img img {
  scale: 1.1;
}
.photo {
  background-image: url(../images/new/yellow_artback.jpg);
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}
.photo-had {
  text-align: center;
}
.edimg {
  width: 100%;
} 
.newglry {
  margin-top: 50px;
}
.newglry .col-lg-4, .newglry .col-md-4, .newglry .col-sm-4 {
  padding: 0 0 !important;
}
.our-hed.photo-had p {
  color: #000;
  font-size: 16px;
  padding: 0 9%;
  line-height: 25px;
}
.phot-det {
  position: relative;
  transition: 0.5s;
}
.phot-text h4 {
  color: #fff;
  font-size: 30px;
  font-family: Belanosima !important;
  font-weight: 500;
  transition: 0.5s;
}
.phot-text {
  position: absolute;
  bottom: 18%;
  left: 0;
  right: 0;
  transition: 0.5s;
}
.phot-text img {
  width: 55px;
  transition: 0.5s;
}
.phot-det:hover .phot-text h4 {
  color: #fdcf2d;
}
.phot-det:hover .phot-text img {
   width: 64px;
   transition: 0.5s;
}
.phot-det:hover  {
  transition: 0.5s;
}
.ft-baner {
  background-image: url(../images/2019/2019-banner.jpg);
}
.st-baner {
  background-image: url(../images/2023/2023-banner.jpg);
}
.tt-baner {
  background-image: url(../images/2024/2024-banner.jpg);
}
.gedition {
  background-image: url(../images/new/purple_artback.jpg);
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  position: relative;
}
.gimg {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 15px;
}
.gimg img{
  width: 100%;
  transition: 0.5s;
}
.gimg:hover img {
  scale: 1.1;
  /* box-shadow: 0 0 10px #9f9c9c; */
}


@media (min-width: 250px) and (max-width: 490px) {
 
 
  .med-right {
    right: 2%;
  }
  .med-left {
    left: 2%;
  }
  .med-right, .med-left {
    color: #fab132;
    font-size: 20px;
    position: absolute;
    top: 70%;
  }
  .mid-text p {
    color: #fff;
    font-size: 16px;
    line-height: normal;
  } 
  .media-slid, .coverage {
    padding: 50px 0;
  }
  .coverage-detail {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .coverage-text {
    height: auto;
  }
  .our-hed.photo-had p {
    padding: 0;
  }
  .gedition {
    padding: 50px 0;
  }

}
@media (min-width: 491px) and (max-width: 766px) { 
  .med-right {
    right: 2%;
  }
  .med-left {
    left: 2%;
  }
  .med-right, .med-left {
    color: #fab132;
    font-size: 25px;
    position: absolute;
    top: 60%;
  }
  .mid-text p {
    color: #fff;
    font-size: 16px;
    line-height: normal;
  } 
  .media-slid, .coverage {
    padding: 50px 0;
  }
  .coverage-detail {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .coverage-text {
    height: auto;
  }
  .our-hed.photo-had p {
    padding: 0;
  }
  .gedition {
    padding: 50px 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) { 
  .coverage-detail {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .coverage-text {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1200px) { 
  .coverage-text {
    height: auto;
  }
  .hidden-sm.hidden-md.hidden-lg {
    display: none;
  }
  .med-right {
    right: 2%;
  }
  .med-left {
    left: 2%;
  }
  .med-right, .med-left {
    color: #fab132;
    font-size: 30px;
    position: absolute;
    top: 60%;
  }
  .midia-imag::before { 
    height: 85%;
  }
}


/* media */