html {
  scroll-behavior: smooth;
}



body {
  font-family: 'Barlow';
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    font-weight: 400;
}

/* @font-face {
  font-family: 'Copperplate Gothic';
  src: url('../fonts/CopperplateGothic-Bold.woff2') format('woff2'),
      url('../fonts/CopperplateGothic-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
 */
@font-face {
    font-family: 'Alex Brush';
    src: url('../fonts/AlexBrush-Regular.woff2') format('woff2'),
        url('../fonts/AlexBrush-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.woff2') format('woff2'),
      url('../fonts/Barlow-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Black.woff2') format('woff2'),
      url('../fonts/Barlow-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-ExtraBold.woff2') format('woff2'),
      url('../fonts/Barlow-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.woff2') format('woff2'),
      url('../fonts/Barlow-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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


@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.woff2') format('woff2'),
      url('../fonts/Barlow-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.woff2') format('woff2'),
      url('../fonts/Barlow-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Almendra';
    src: url('../fonts/Almendra-Regular.woff2') format('woff2'),
        url('../fonts/Almendra-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Almendra';
    src: url('../fonts/Almendra-BoldItalic.woff2') format('woff2'),
        url('../fonts/Almendra-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Almendra';
    src: url('../fonts/Almendra-Bold.woff2') format('woff2'),
        url('../fonts/Almendra-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Almendra';
    src: url('../fonts/Almendra-Italic.woff2') format('woff2'),
        url('../fonts/Almendra-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



img {
  max-width: 100%;
  border: 0;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alex Brush';
}


textarea,
p,
div,
span,
li,
button,
a {
  font-family: 'Barlow';
  font-weight: 400;
  color: #000;
  transition: ease-in-out 1s;
}

input{ font-family: 'Barlow';}

ul {
  margin: 0;
  padding: 0;
}
	li {
    list-style: none;
    font-family: 'Barlow';
    font-size: 20px;
	font-weight:400;
    padding-bottom: 8px;
}
  list-style: none;
  font-family: 'Barlow';
}




.clear {
  clear: both;
  float: none;
  width: 100%;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

a {
  text-decoration: none !important;
  transition: ease-in-out 1s;
  color: #1f1f1f;
  font-family: 'Barlow';
}

a:hover {
  transition: ease-in-out 1s;
  color: #292774;
}
a,
span {
  display: inline-block;
  color: #fff;
  transition: ease-in-out 1s;
}

:focus {
  box-shadow: none !important;
  outline: none !important;
}


/* h1, h2, h3, h4, h5, h6 {font-family: 'Copperplate Gothic';} */
textarea, p, input, div, span, li, button {font-family: 'Barlow';}



/*Responsive css*/

@media (min-width: 1366px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}

}

@media (min-width: 1440px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1350px;
}

}


@media (min-width: 1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1500px;
}

}

/*------------------common-css End-------------------*/

/*nav*/  
header {
    /* position: fixed; */
    top: 0px;
    left: 0px;
    background-color:#fff;
    transition: ease-in-out 5s;
    width: 100%;
    z-index: 5;
}



/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 992px) {
.navbar { padding: 0;}
.navbar ul {margin: 0;padding: 0;display: flex;list-style: none;align-items: center;}
.navbar li {position: relative;}
.navbar>ul>li {white-space: nowrap;padding: 10px 0 10px 44px;}
.navbar a,
.navbar a:focus { display: flex;align-items: center;justify-content: space-between;padding: 0 3px;color:#fff;white-space: nowrap;transition: 0.3s;position: relative; }
.navbar a i,
.navbar a:focus i {font-size: 12px;line-height: 0;margin-left: 5px;}
.navbar>ul>li>a:before {content: "";position: absolute; width: 100%;height: 2px;bottom: -6px;left: 0; background-color:#50c4ed;visibility: hidden;width: 0px;
transition: all 0.3s ease-in-out 0s;}
.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before { visibility: visible;width: 100%;}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {color: #fff;}
.navbar .dropdown ul {display: block;position: absolute;left: 28px;top: calc(100% + 30px); margin: 0;z-index: 99;opacity: 0;visibility: hidden;background: #fff;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);transition: 0.3s;border-radius: 4px;}
.navbar .dropdown ul li {min-width: 250px;background: #50c4ed;border-bottom: 2px solid #fff;}
.navbar .dropdown ul li:hover{background: #fff;color: #50c4ed;}
.navbar .dropdown ul a {padding: 10px 10px;font-size: 26px;text-transform: none;color: #000; transition: ease-in-out 1s;}
.navbar .dropdown ul a i {font-size: 12px;}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {color:#50c4ed;transition: ease-in-out 1s; padding-left:15px;}
.navbar .dropdown:hover>ul {opacity: 1;top: 100%;visibility: visible;}
.navbar .dropdown .dropdown ul {top: 0;left: calc(100% - 30px);visibility: hidden;}
.navbar .dropdown .dropdown:hover>ul {opacity: 1;top: 0;left: 100%;visibility: visible;}
}

@media (min-width: 992px) and (max-width: 1366px) {
.navbar .dropdown .dropdown ul {left: -90%;}
.navbar .dropdown .dropdown:hover>ul {left: -100%; }}
@media (min-width: 992px) {.mobile-nav-show,.mobile-nav-hide {display: none;}
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 991px) {
.navbar {position: fixed;top: 0;right: -100%;width: 100%;max-width: 400px;bottom: 0;transition: 0.3s;z-index: 9997;}
.navbar ul {position: absolute;inset: 0;padding: 50px 0 10px 0;margin: 0;background: #fff;overflow-y: auto;transition: 0.3s;z-index: 9998;}
.navbar a,
.navbar a:focus {display: flex;align-items: center;justify-content: space-between;padding: 10px 20px;font-size: 16px;font-weight: 500; color: rgba(255, 255, 255, 0.9);white-space: nowrap;transition: 0.3s;}
.navbar a i,
.navbar a:focus i {font-size: 12px;line-height: 0; margin-left: 5px;}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {color: #50c4ed;}
.navbar .getstarted,
.navbar .getstarted:focus { padding: 8px 20px;border-radius: 4px;margin: 15px;color: #fff;}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {color: #fff;background: rgba(0, 131, 116, 0.8);}
.navbar .dropdown ul,
.navbar .dropdown .dropdown ul { position: static;display: none;padding: 10px 0;margin: 10px 20px;transition: all 0.5s ease-in-out;        background-color: #50cff399;
	border: none;}
.navbar .dropdown>.dropdown-active,
.navbar .dropdown .dropdown>.dropdown-active { display: block;}
.mobile-nav-show {color: rgba(0, 0, 0, 0.8);font-size: 28px;cursor: pointer;line-height: 0;transition: 0.5s;z-index: 9999;margin-right: 10px;}
.mobile-nav-hide {color: #000;font-size: 32px;cursor: pointer;line-height: 0;transition: 0.5s;position: fixed;right: 20px;top: 20px;z-index: 9999;}
.mobile-nav-active {overflow: hidden;}
.mobile-nav-active .navbar {right: 0;}
.mobile-nav-active .navbar:before {content: "";position: fixed;inset: 0; background: rgba(24, 24, 40, 0.8);z-index: 9996;}

.navbar>ul>li {padding: 10px 0 10px 15px;border-bottom: 1px solid #fff;}
.navbar>ul>li a i:before{font-weight:600 !important;}


}

p {
   line-height: 29px;
   font-size: 22px;
   font-weight: 400;
   margin-bottom: 15px;
   color: #2c2c2c;
   font-family: 'Barlow';
}


.header-bg{background-color: #252525}
.top-nav-bar{ position: fixed; top: 0px; left: 0; width: 100%; z-index: 11; padding: 12px 0}
.top-container{ padding: 0 70px;}
.navbar ul li a{font-size: 25px;
    letter-spacing: 1px;
    font-weight: 400;
/*     font-family: 'Alex Brush';
 * */
	} 
.home-banner{position: relative; line-height: 0}
.home-banner:after{
	    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index: 0;
}
/*.home-banner:after {content: "";position: absolute; width: 100%;height: 100%;top: 0;left: 0;background-color: rgb(0 0 0 / 40%); }*/
.home-banner-text-container { position: absolute; bottom: 20%;color: #fff; z-index: 1;}
.home-banner-text{padding: 30px 0px;}
.home-banner-title{font-size: 90px;color: #fff;font-weight: 400;}
.home-banner-heding{font-size: 56px;color: #fff;font-weight: 400;}
.home-about{padding: 100px 0px;}
/* .home-btn-1{font-size: 20px;padding: 12px 44px;font-weight: 400;color: #fff;border: 1px solid #50c4ed; background: #50c4ed; text-transform: capitalize;line-height: normal;border-radius: 10px;}
.home-btn-1:hover{color: #fff;
  background: transparent;
  border: 1px solid #50c4ed;} */

.home-btn-1{font-size: 30px;
    letter-spacing: 2px;
    padding: 13px 44px;
    font-weight: 600;
    color: #000 !important;
    border: 1px solid transparent;
    background: #fff;
    text-transform: capitalize;
    line-height: normal;
    border-radius: 10px;
    font-family: 'Alex Brush';}
.home-btn-1 img{padding-right:8px;}
.home-btn-1:hover{color: #000 !important;}

.home-banner video {object-fit: cover; width: 100%;height: 100vh; padding: 0; margin: 0; line-height: 0;    position: relative;z-index:1;}
header.header-section.fixed-nav .top-nav-bar {background-color: #000;animation: smoothScroll 4s forwards;}
header.header-section.fixed-nav a.logo.d-flex.align-items-center img {width: 250px;}
.home-top-white{ padding: 90px 0; position: relative}
.maintitle{ font-size: 50px; color: #000; margin: 0 0 20px 0; font-weight: 300;}
.home-text-container{max-width: 1100px;margin: 0 auto;}
.home-about-text{text-align: center;}
.hm-about-heading{font-size: 50px;color: #000000;font-weight: 300;}
.hm-about-title{font-size: 25px;padding-bottom: 10px;color: #000000;font-weight: bold;}



.chat-text {
  position: fixed;
  right: 0;
  top: 70%;
  z-index: 7;
}
.chat-circle{
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 2;
  background: #50c4ed;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat-text p{font-size: 14px;color: #fff;font-weight: bold;}


/* .box-1 {
    position: fixed;
    bottom: 5%;
    transform: translate(-50%, -50%);
    z-index:4;
    right: -2%;
    width: 85px;
    height: 85px;
    background: #50C4ED;
    border-radius: 50%;
    display: flex;
    justify-content: center;
	align-items: center;} */

.box-1 span {
    display: block;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin: -8px;
    animation: animate 2s infinite;
}

 .box-1 {
	 top: 70% !important;
	 z-index:12;
	 overflow: hidden;
   }

/* .box-1 span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}  */


.box-1 span:nth-child(2)
{
	animation-delay: -0.2s;
}

.box-1 span:nth-child(3)
{
	animation-delay: -0.4s;
}

@keyframes animate{
	
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
	}
}




.hm-section-1{padding: 100px 0px 100px 0px;position: relative;}
/* .hm-section-1:before{
  content: '';
  background: url(../images/hm-sec1-before.webp);
  position: absolute;
  left: -190px;
  top: -170px;
  width: 368px;
  height: 368px;
  background-repeat: no-repeat;
  z-index: -1;
} */
.hm-sec1-text{padding-bottom: 15px;}
.hm-sec1-text-heading-1{font-size: 20px;}
.hm-sec1-text-heading-1{font-size: 64px;color: #191919;font-weight: 400;}
.hm-sec1-text-heading-2{font-size: 48px;color: #50c4ed;font-weight: 400;}
.hm-sec1-text-heading-2 span{color: #000;font-weight: 400; font-family: 'Alex Brush';}
.hm-sec1-text-heading-3{font-size: 22px;color: #1c3142;font-weight: 500;font-family: 'Barlow';}
.hm-sec1-list{padding: 10px 10px 10px 18px;}
.hm-sec1-list li{
/* 	font-size: 19px;padding-bottom: 10px; */
	color: #2c2c2c;font-weight: 400;list-style: disc;}
.hm-sec1-btn1{font-size: 20px;padding: 12px 36px; color: #fff;font-weight: 500; background: #50c4ed;border: 1px solid #50c4ed; border-radius: 10px;}
/* .hm-sec1-btn2{font-size: 20px;padding: 12px 36px;margin-left: 10px; color: #fff;font-weight: 500;background: #50c4ed;border: 1px solid #50c4ed; border-radius: 10px;} */
.hm-sec1-btn2{margin-left: 10px;}
.hm-btn-hover:hover{
  color: #50c4ed;
  background: transparent;
}
.hm-sec1-img{padding: 35px;position: relative;text-align: center;}
.hm-sec1-img img{border-radius: 10px;}
.hm-sec1-img::before{
  content: "";
  top: 0px;
  left: 0px;
  position: absolute;
  transition: all 0.5s ease-in;
  width: 55%;
  height: 614px;
  z-index: -1;
  border-radius: 10px;
  border: 14px solid #50c4ed;
  margin: auto;
  bottom: 0;
 
}

.hm-section-2{padding: 100px 0px; position: relative;}
.hm-sec2-box {position: relative;z-index: 2;}
.hm-section-2::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background:url(../images/blue--bg1.webp)no-repeat;
  background-size: 100%;
  clip-path: polygon(0% 0%, 100% 6%, 100% 100%, 0% 94%);
}
.hm-section-2::before{
  content: '';
  background: url(../images/hm-sec2-after.webp);
  position: absolute;
  right: -110px;
  top: 0;
  width: 421px;
  height: 421px;
  background-repeat: no-repeat;
  z-index: 2;
}
.hm-sec2-heading-1{font-size: 64px;padding-bottom: 20px;color: #fff;font-weight: 400;text-align: center;position: relative;z-index: 1;}
.hm-sec2-heading-2{font-size: 28px;letter-spacing: 2px;padding: 20px 0px 0px 0px ; color: #fff;font-weight: 400;text-align: center;}
.hm-sec2-heading-2:hover{color: #50c4ed;transition: ease-in-out 1s;}
#home-sec2-slider .owl-carousel .owl-item img {
  width: auto;
}
#home-sec2-slider .owl-dots {
  display: none;
}
.hm-sec2-slide-img {
  overflow: hidden;
  border-radius: 10px;
}
.hm-sec2-slide-img img {
  border-radius: 10px;
  transition: opacity 1s, transform 0.7s ease-in;
}
/* .hm-sec2-slide-img img:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 1px 3px 8px 4px rgb(195, 195, 195);
} */
.hm-sec2-box .owl-carousel .owl-nav.disabled {
  display: flex !important;
  justify-content: center;
  margin-top: 30px;
}

#home-sec2-slider .owl-prev {
  padding: 20px;
}
#home-sec2-slider .owl-next {
  padding: 20px;
}
#home-sec2-slider div.owl-nav .owl-next {
    background: url(../images/right-arrow.webp) no-repeat center center;
    background-size: 100% auto;
    width: 52px;
    height: 31px;
    margin: 0px 5px;
}

#home-sec2-slider div.owl-nav .owl-prev {
  background: url(../images/left-arrow.webp) no-repeat center center;
  background-size: 100% auto;
  width: 45px;
  height: 31px;
  margin: 0px 15px;
}

/* .hm-sec3-heading-1{font-size: 48px;padding-bottom: 35px;color: #1e2a4b;font-weight: 400;text-align: center;} */
.hm-section-3{
  padding: 100px 0px;
  background: url(../images/hm-sec3-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  clip-path: polygon(0% 0%, 100% 6%, 100% 100%, 0% 94%);
  margin: -70px 0px -80px 0px;
  background-attachment: fixed;
}
.hm-section-3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 90%);
  z-index: 1;
}
.hm-sec3-container{position: relative;z-index: 2;}
.hm-sec3-heading-2 { font-size: 36px; padding-bottom: 0px; color: #1e2a4b; font-weight: 400; letter-spacing: 1px; margin-bottom: 0;}
.hm-sec3-heading-2:hover{color: #50c4ed;transition: ease-in-out 1s;}
.hm-sec3-heading-2 a{ font-size: 36px; padding-bottom: 0px; color: #1e2a4b; font-weight: 400; letter-spacing: 1px; margin-bottom: 0;}
.hm-sec3-heading-2:hover a{color: #50c4ed;transition: ease-in-out 1s;}
.hm-sec3-heading-1{font-size: 64px;padding-bottom: 35px;color: #1e2a4b;font-weight: 400;text-align: center;}
.hm-sec3-box{padding-bottom: 10px;}
.hm-sec3-box p{
/* font-size: 21px;line-height: 31px;font-weight: 400; */
color: #2c2c2c;}
.top-container-1{padding: 0px 30px;}
.top-container-2{padding: 0px 120px;}
.hm-section-4::before{background: none;}
.hm-sec4-heading-1{font-size: 48px;padding-bottom: 35px;color: #fff;font-weight: 400;text-align: center;}

#home-sec4-slider .owl-carousel .owl-item img {
  width: auto;
}
#home-sec4-slider .owl-dots {
  display: none;
}
.hm-sec4-slide-img {
  overflow: hidden;
  border-radius: 10px;
}
.hm-sec4-slide-img img {
  border-radius: 10px;
  transition: opacity 1s, transform 0.7s ease-in;
}
/* .hm-sec4-slide-img img:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 1px 3px 8px 4px rgb(195, 195, 195);
} */
.hm-sec4-box .owl-carousel .owl-nav.disabled {
  display: flex !important;
  justify-content: center;
  margin-top: 30px;
}
#home-sec4-slider .owl-prev {
  padding: 20px;
}
#home-sec4-slider .owl-next {
  padding: 20px;
}

#home-sec4-slider div.owl-nav .owl-next {
    background: url(../images/right-arrow.webp) no-repeat center center;
    background-size: 100% auto;
    width: 52px;
    height: 30px;
    margin: 0px 15px;
}

#home-sec4-slider div.owl-nav .owl-prev {
  background: url(../images/left-arrow.webp) no-repeat center center;
  background-size: 100% auto;
  width: 45px;
  height: 31px;
  margin: 0px 15px;
}
.hm-section-5{padding: 80px 0px;}
.hm-sec5-text-box-1{display: flex;align-items: center;width: 100%;}
.hm-sec5-text-box1{width: 50%;}
.hm-sec5-text-box2{padding-right: 10px; width: 50%;text-align: end;border-right: 1px solid #ced0d7;}
.hm-sec5-text-box1-heading{font-size: 60px;padding-bottom: 6px;color: #1e2a4b;font-weight: 400;}
.hm-sec5-btn1{
  font-size: 20px;
  padding: 12px 36px;
  color: #fff;
  font-weight: 500;
  background: #50c4ed;
  border: 1px solid #50c4ed;
  border-radius: 10px;
}
.hm-sec5-btn1:hover{color: #50c4ed;background: transparent;}   
.hm-sec5-text p{ padding: 0px 40px;}
.hm-sec5-text-box-2{text-align: center;}
.hm-sec5-text img  {
  padding-bottom: 20px;
  width: auto !important;
  display: inline !important;
}
#home-sec5-slider .owl-dots {
  display: none;
}
.hm-sec5-text-box-2 .owl-carousel .owl-nav.disabled {
  display: flex !important;
  justify-content: center;
  margin-top: 30px;
}
#home-sec5-slider .owl-prev {
  padding: 20px;
}
#home-sec5-slider .owl-next {
  padding: 20px;
}
#home-sec5-slider div.owl-nav .owl-next {
    background: url(../images/sec5-right-arrow.webp) no-repeat center center;
    background-size: 100% auto;
    width: 53px;
    height: 30px;
    margin: 0px 15px;
}

#home-sec5-slider div.owl-nav .owl-prev {
background: url(../images/sec5-left-arrow.webp) no-repeat center center;
background-size: 100% auto;
width: 45px;
height: 31px;
margin: 0px 15px;
}
.hm-section-6{
  padding: 100px 0px;
  background: url(../images/hm-sec6-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  clip-path: polygon(0% 0%, 100% 6%, 100% 100%, 0% 100%);
  background-attachment: fixed;
}
.hm-section-6:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(10 9 9 / 80%);
  z-index: 1;
}
.hm-sec6-container{position: relative;z-index: 3;}
.hm-sec6-btn{font-size: 20px;padding: 12px 46px; color: #fff;font-weight: 500; background: #50c4ed;border: 1px solid #50c4ed; border-radius: 10px;}
.hm-sec6-btn:hover{background: transparent;transition: ease-in-out 1s;}
.hm-sec6-image{text-align: center;  overflow: hidden;border-radius: 10px;}
.hm-sec6-image img{border-radius: 10px; transition: opacity 1s, transform 0.7s ease-in;}
/* .hm-section-6:hover .hm-sec6-image img {
  opacity: 1;
  transform: scale(1.1);
} */
.contact-sec1-form .form-control{
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  color: #222322;
  border-radius: 10px;
  border: 1px solid transparent;
  }
.contact-sec1-form .form-control:focus {border: 1px solid transparent;}
.contact-sec1-form .form-control::placeholder{color:#222322;}
.contact-sec1-form{padding-left: 15px;}


.abt-banner-menu{display:flex; }
.abt-banner-menu li{font-size: 18px;padding-right: 5px; color: #2c2c2c;font-weight: 400;}
.abt-banner-menu li a{color: #2c2c2c;text-transform: capitalize;font-weight: 400;}
.abt-banner-menu li a:hover{color: #50c4ed;}
.breadcrumbs-text{padding: 20px 0px;border-bottom: 1px solid #d7d7d7;}
.inner-banner {position: relative;}
.inner-banner-text-container {
  position: absolute;
  width: 100%;
  bottom: 32%;
  z-index: 1;
}
.inner-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
/*   background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgb(0 0 0)); */
  background-color: rgb(0 0 0 / 50%);
  z-index: 0;
}
.inner-banner-text-heading {
  font-size: 76px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 400;
}
.about-section-1 {padding: 80px 0px;}
.ab-sec1-img {
  overflow: hidden;
  border-radius: 10px;
}
.ab-sec1-img img {
  border-radius: 10px;
  transition: opacity 1s, transform 0.7s ease-in;
}
/* .about-section-1:hover  .ab-sec1-img img {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 1px 3px 8px 4px rgb(195, 195, 195);
} */
.ab-sec1-box{width: 100%;}
.ab-sec1-text-heading1{font-size: 64px;padding-bottom: 10px; color: #000;font-weight: 400;}
.about-section-2 .nav-link.active{background: #50c4ed;color: #fff;border: 1px solid #50c4ed;}
.about-section-2{
  padding: 140px 0px;
  margin:0px 0px 50px 0px;
  background: #1e2a4b;
  clip-path: polygon(0% 0%, 100% 6%, 100% 100%, 0% 96%);
  }
.ab-sec2-container{padding: 60px 50px;border-radius: 8px; background: #35405d;position: relative;z-index: 1;}  
.ab-sec2-ct-box-heading{font-size: 42px;padding-bottom: 10px; color: #fff;font-weight: 400;}
.ab-sec2-ct-box-list{padding-left: 20px;}
.ab-sec2-ct-box-list li{
color: #ffffff;font-weight:400;list-style-type: disc;}
.ab-sec2-ct-box p{color: #ffffff;font-weight:400;}
.ab-sec1-text {padding-left: 20px;}
.nav-pills .nav-link.active{
    color: #fff !important;
    background-color: #50c4ed !important;
    border: 1px solid #50c4ed !important;
}
.about-section-2 .nav-pills .nav-link{
    color: #fff !important;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 12px 48px;
   font-size: 30px;
    font-weight: 400;
    border-radius: 8px;
    font-family: 'Alex Brush';
    letter-spacing: 2px;
}
.about-section-2 .nav-pills{
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  justify-content: center;
  gap: 20px;
}


.footer-item li{
/* 	font-size: 17px;padding-bottom: 10px; */
	color: #fff;font-weight: 400;}
.footer-item li a{border-bottom: 2px solid transparent;}
.footer-item li:hover a{padding-left: 2px; border-bottom: 2px solid #50c4ed;}
.footer-section{
  padding: 100px 0px 50px;
  background: url(../images/footer-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
 z-index: 3;
  
}
.footer-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(39 40 67 / 84%);
  z-index: 0;
}

.page-template.page-template-page-template.page-template-events-calendar.page-template-page-templateevents-calendar-php.page.page-id-53.wp-custom-logo.modal-open {
    padding-right: 0 !important;
}
.footer-heading-1 {
    font-size: 38px;
    padding-bottom: 5px;
    color: #fff;
    letter-spacing: 1px;font-weight: 400;}
.footer-item-1{display: flex;}
.footer-item-1 li {
  margin-right: 8px;
}
.footer-item-1 li a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}
.footer-item-1 li:hover a{background: #50c4ed; transition: ease-in-out 1s;}
.footer-item-1 li a:hover img {
  filter: invert(1.5);
  transition: ease-in-out 1s;
}
.footer-item li:hover a{color: #50c4ed;border-bottom: 2px solid #50c4ed;}
.footer-btm-left p{font-size: 17px;color: #fff;font-weight: 300;}
.footer-btm-right p a{font-size: 17px;color: #fff;font-weight: 300;}
.footer-btm-right p a:hover{color: #50c4ed;}
.footer-btm-right p{font-size: 17px;color: #fff;font-weight: 300;text-align: end;}
.footer-bottom{padding: 50px 0px 0px 0px;position: relative;z-index: 1;}
.footer-btm-left p span{padding: 0px 3px;}
.footer-sec-1{position: relative; z-index: 1;}

.hm-section-5:hover .floating{
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.hm-section-1:hover .floating{
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

.hm-section-3:hover .floating{
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
.about-ls-section-1{padding: 80px 0px 80px 0px;}
.about-ls-section-1 p{
/* 	font-size: 19px;line-height: 30px; */
	color: #000000;font-weight: 500;
}
.abls-sec1-heading{font-size: 64px;padding: 0px 150px 0px 150px;color: #100f16;font-weight: 400;text-align: center;}
.abls-sec1-text{padding: 40px 20px 80px 20px; border-radius: 8px;border: 1px solid #d3d1d1;}
.abls-sec1-img p{font-size: 20px;line-height: 30px; color: #000;font-weight: 500;}
/* .abls-sec1-img p a{color: #0000;} */
.abls-sec1-tx-heading1{font-size: 44px;padding-bottom: 10px;color: #026eb8;font-weight: 600; font-family: 'Barlow';}
/* .abls-sec1-text p{font-size: 20px;line-height: 30px; color: #000000;font-weight: 500;} */
.about-ls-section-2{padding: 80px 0px;background: #026eb8;}
.about-ls-section-2 p{
/* 	font-size: 20px;line-height: 30px; */
color: #fff;font-weight: 400;}
.about-ls-section-2 p span{font-weight: 600;}
.abls-sec2-text-box{padding: 30px;border-radius: 8px;background: #1c7dbf;height: 100%;}
.about-ls-section-3{
  padding: 80px 0px 80px 0px;
  background: url(../images/abls-sec3-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.about-ls-section-3:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 78%);
  z-index: 1;
}
.abls-sec3-box1{padding-bottom: 20px;}
.abls-sec3-list{padding:30px 0px 0px 20px;}
/* .abls-sec3-list li{font-size: 20px; padding-bottom: 10px; color: #000;font-weight: 500;list-style: disc;}
.about-ls-section-3 p{font-size: 20px;line-height: 30px;color: #000000;font-weight: 500;} */
.about-ls-section-3 p a{color: #026eb8;font-weight: 500;}
.about-ls-section-4{
  padding: 80px 0px;
  background: url(../images/abls-sec4-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}
.about-ls-section-4:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(6, 6, 6, 0.78);
  z-index: 1;
}
.abls-sec4-text-box{padding: 30px;border-radius: 8px;    background: #47474770;height: 100%;}
.abls-sec4-list{padding: 15px;}
.abls-sec4-list li{list-style: disc;
/* 	font-size: 20px;; padding-bottom: 5px; */
	color: #fff;font-weight: 400;
	}
.about-ls-section-4 p{
/* 	font-size: 20px;line-height: 30px */
	;color: #fff;font-weight: 400;}
.about-ls-section-5{
  padding: 80px 0px;
  background: url(../images/abls-sec5-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}
.about-ls-section-5:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(6, 6, 6, 0.78);
  z-index: 1;
}
.abls-sec5-heading1{font-size: 42px;margin-bottom: 0;color: #fff;font-weight: 400;}
.about-ls-section-5 p {
  font-size: 22px;
  padding-bottom: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.abls-sec5-list{padding: 30px 0px 0px 20px;column-count: 2;}
.abls-sec5-list li{
/* 	font-size: 20px; font-weight: 400;padding: 0px 30px 5px 0px; */
	list-style: disc;color: #fff;}
.about-ls-section-6{padding: 80px 0px;}
.about-ls-section-6 .abls-sec3-list {  column-count: 2; padding-top: 0px;}
.about-ls-section-7{padding: 80px 0px 40px 0px;}
.about-ls-section-7 p{
  font-size: 22px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.about-ls-section-8{
  padding: 80px 0px;
  background: url(../images/ab-ls-sec8-bg.webp);
  background-size: cover;
  background-position: center;
	
  background-repeat: no-repeat;
  position: relative;
}
.about-ls-section-8 p {

  color: #000;
  font-weight: 500;
}
.abls-sec8-text p {

  margin:0;
  color: #000;
  font-weight: 500;
}
.abls-sec8-text p a{color: #026eb8;}
.about-ls-section-8:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 90%);
  z-index: 1;
}
.virtual-section-1 {padding: 80px 0px 80px 0px;}
.vs-sec1-box {text-align: center;margin-bottom: 55px;}
.vs-sec1-bx-video iframe{border-radius: 8px;}
.vs-sec1-bx-btn {
    font-size: 32px;
    padding: 10px 12px;
    margin-top: 10px;
    width: 100%;
    color: #100f16;
    border-radius: 8px;
    border: 1px solid #d3d1d1;
    background: #fff;
    text-align: center;
    font-weight: 500;
	font-family: 'Alex Brush';
/*     min-height: 180px !important; */
}
.change-set-padd .vs-sec1-bx-btn {
    min-height: 130px;
}
.vs-sec2-text{padding: 10px 12px;margin-bottom: 20px; border-radius: 10px; background: #026eb8;text-align: center;}
.vs-sec2-heading1{font-size: 35px;color: #fff;font-weight: 400;margin-bottom: 0;}
.vs-sec1-bx-video video {
    width: 100%;
    height: 315px;
    object-fit: cover;
    border-radius: 8px;
}
.vs-sec1-bx-video {margin-bottom: 0px;border-radius: 8px;}
.vs-sec1-bx-btn:hover {color: #50c4ed;border: 1px solid #50c4ed;}
.vs-last-btn{text-align: center;}
.vs-contact-btn{
  font-size: 20px;
  padding: 12px 50px;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #50c4ed;
  background: #50c4ed;
  text-align: center;
  font-weight: 500;
}
.vs-contact-btn:hover{color: #50c4ed;border: 1px solid #50c4ed;background: transparent;}
.virtual-sec1-heading {
  font-size: 64px;
  padding: 0px 220px 15px 220px;
  color: #100f16;
  font-weight: 400;
  text-align: center;
}
.evnent-section-1 {
    padding: 70px 0px 0px 0px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(../images/event-bg.webp);
}
.evnent-section-1:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 88%);
  z-index: 1;
  
}
.event-sec1-box{padding: 100px 30px;margin-bottom: 50px; background: #1e2a4b;
  /* clip-path: polygon(50% 0%, 50% 0%, 100% 30%, 100% 70%, 50% 100%, 50% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(50% 0%, 50% 0%, 100% 20%, 100% 80%, 50% 100%, 50% 100%, 0 80%, 0 20%);
  clip-path: polygon(50% 0%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 25%);*/
  clip-path:polygon(50% 0%, 50% 0%, 100% 20%, 100% 80%, 50% 100%, 50% 100%, 0 80%, 0 20%);
  text-align: center; position: relative;
    z-index: 2;} 
.ev-bx-heading1{font-size: 50px;padding-bottom: 0px; color: #50c4ed;font-weight: 400;}
.ev-bx-heading2{font-size: 28px;color: #fff;font-weight: 600;  font-family: 'Barlow'; padding-bottom: 2px;}
.ev-bx-heading3{font-size: 28px;color: #50c4ed;font-weight: 600;  font-family: 'Barlow';}
.event-sec1-box p{
/*   font-size: 20px;
  line-height: 30px; */
  color: #fff;
  font-weight: 400;
}
.ev-link{
    font-size: 34px;
    padding-bottom: 12px;
    color: #50c4ed;
    font-weight: 400;
    text-decoration: underline;
    display: block;
    /* border-bottom: 1px solid #50c4ed; */
    font-family: 'Alex Brush';
}
.ev-link:hover{color: #fff;}
.ev-btn{
  font-size: 18px;
  padding: 10px 32px;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #50c4ed;
  background: #50c4ed;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}
.ev-btn:hover{background: transparent;color: #50c4ed;}
.ms-sl-text{padding: 16px 100px;min-height: 150px;border: 1px solid #d3d1d1;border-radius: 8px;height: 100%;}
.ms-sl-text1{font-size: 30px;color: #026eb8;font-weight: 600;text-align: center;font-family: 'Barlow';}
.ms-sl-text2{font-size: 26px;color: #100f16;font-weight: 600;text-align: center;font-family: 'Barlow';}
/* .ms-container{max-width: 1650px;margin: auto;} */
.ms-sl-sec1-heading{
  font-size: 40px;
  padding-bottom: 40px;
  color: #100f16;
  font-weight: 400;
  text-align: center;
}
.tevent-sec1-heading{
  font-size: 64px;
  padding-bottom: 25px;
  color: #000;
  font-weight: 400;
  text-align: center;
}
.tevent-section-1{padding: 80px 0px;}
.tevent-box-1{
  position: relative;
  margin-bottom: 100px;
}
.tevent-box1-text {
    position: absolute;
    padding: 16px 50px;
    bottom: -50px;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d3d1d1;
    width: 90%;
    border-radius: 10px;
    color: #100f16;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    min-height: 100px;
    margin: auto auto auto auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-family: 'Alex Brush';
    letter-spacing: 2px;
}
.tevent-box-1:hover .tevent-box1-text {background: #50c4ed;color: #fff;}
.tevent-box1-img{
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.tevent-box1-img img{border-radius: 5px;transition: opacity 1s, transform 0.7s ease-in;}
/* .tevent-box1-img  img:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 1px 3px 8px 4px rgb(195, 195, 195);
  border-radius: 5px;} */

.vs-sec1-bx-video-1 video {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
  }
.vs-sec1-bx-video-1 {margin-bottom: 20px;border-radius: 8px;}
.event-section-1 {padding: 80px 0px;}
.event-container {max-width: 1040px;margin: auto;}
.event-sec1-heading2{font-size: 50px;padding-bottom: 10px; font-weight: 600;color: #100f16;text-align: center;}

.event-sec1-heading2 a {
    color: #50c4ed;font-weight: 600;font-family: 'Alex Brush' !important;
/*     
    border-bottom: 2px solid #50c4ed; */
}
.event-sec1-heading2 span{color: #50c4ed; font-weight: 600;border-bottom: 2px solid #50c4ed;    font-family: 'Alex Brush' !important;}
.event-sec1-form-1 .form-control{
  padding: 10px 18px;
  font-size: 19px;
  font-weight: 500;
  line-height: 34px;
  color: #222322;
  border-radius: 10px;
  border: 1px solid #d4d2d2;
  box-shadow: 0px 0px 3px #ccccccad;
  background: #fff;
}
.event-sec1-form-1 .form-control:focus {border: 1px solid #d4d2d2;}
.event-sec1-form-1 .form-control::placeholder{color:#222322;}
.event-sec1-btn{
font-size: 20px;
padding: 14px 54px;
border-radius: 5px;
border: 1px solid #50c4ed;
color: #fff;
background: #50c4ed;
font-weight: 500;

}
.event-sec1-btn:hover{border: 1px solid #50c4ed;background: transparent;color: #50c4ed;transition: ease-in-out 1s;}
.contact-us-menu {
  word-wrap: normal;
  padding: 18px 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 38px;
  color: #353631;
  border-radius: 5px;
  border: 1px solid #c1d7f7;
  width: 100%;
}
.ct-sec1-text a{
  font-size: 18px;
  color: #242424;
  font-weight: 500;
  margin-bottom: 0;border-bottom: 2px solid transparent;}
.ct-sec1-text a:hover{color: #50c4ed;}
.contact-section-2{padding: 120px 0px;background: #1e2a4b; clip-path: polygon(0% 0%, 100% 12%, 100% 100%, 0% 88%);}
.contact-sec2-box{padding: 30px 60px; background: #35405d;border-radius: 10px;text-align: center;border: 1px solid #35405d;}
.contact-sec2-box:hover{border: 1px solid #fff;}
.contact-sec2-list{
width:100px;
height: 100px;
padding: 20px;
margin: auto auto 30px auto;
border-radius: 50%;
background: #50c4ed;
display: flex;
justify-content: center;
align-items: center;
}
.contact-sec2-box a{font-size: 19px;color: #fff;font-weight:400;}
.contact-container-1{max-width: 950px;margin: auto;}
.contact-section-3{padding: 60px 0px;}
.contact-sec3-text {padding-bottom: 15px;text-align: center;}
.ct-sec3-text-heading{font-size: 50px;padding-bottom: 10px; font-weight: 400;color: #100f16;}
/* .contact-sec3-text p{font-size: 24px;color: #1e2a4b;line-height: 36px;font-weight: 400;} */
.sec3-submit-sec .form-control{
  padding: 10px 18px;
  font-size: 17px;
  font-weight: 500;
  line-height: 36px;
  color: #222322;
  border-radius: 10px;
  border: 1px solid #d4d2d2;
  box-shadow: 0px 0px 3px #ccccccad;
  background: #fff;
}
.sec3-submit-sec .form-control:focus {border: 1px solid #d4d2d2;}
.sec3-submit-sec .form-control::placeholder{color:#222322;}
.sec3-submit-sec-btn{
font-size: 20px;
padding: 10px 54px;
line-height: 36px;
border-radius: 10px;
border: 1px solid #50c4ed;
color: #fff;
background: #50c4ed;
font-weight: 500;
width: 100%;
text-align: center;
margin-left: 10px;
}
.sec3-submit-sec-btn:hover{color: #50c4ed;background: transparent;transition: ease-in-out 1s;}
.sec3-submit-sec {max-width: 650px;margin: auto;}
.contact-container-2 {max-width: 760px;margin: auto;}

.testimonial-section-1{padding: 80px 0px 80px 0px;}
.test-sec1-box {
    margin-bottom: 25px;
    padding: 30px 30px;
    background: #1e2a4b;
    border-radius: 10px;
    text-align: center;
    min-height: 100%;
}
.testimonial-section-1 .col-md-6{margin-bottom:30px;}
.test-sec1-box p{
/* 	font-size: 18px;line-height: 31px; */
	color: #fff;font-weight: 400;}
.test-sec1-name{font-size: 32px;color: #50c4ed;font-family: 'Alex Brush';font-weight: 400;}
.test-sec1-box img{padding-bottom: 15px;}

.test-pagination .page-link {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border:none;
  border-radius: 8px!important;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 400;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.test-pagination{display: flex;gap: 4px;}
.test-pagination .page-link:hover { background-color: #50c4ed !important;color: #fff;}

/* ---gallery----- */
  
.out-gallery {
  margin: 70px 0px;
  overflow: hidden;
}

.map-inner-img iframe {
  width: 100%;
  height: 90vh;
}

.maing {
  column-width: 390px;
  column-gap: 5px;
  padding: 5px;
}

.maing a {
  display: block;
}

.maing img {
  width: 100%;
  cursor: pointer;
  padding-bottom: 5px;
}

.maing-a {
  column-width: 296px;
  column-gap: 1px;
  padding: 1px;
}

.maing-a a {
  display: block;
  border: 2px solid #fff;
}

.maing-a img {
  width: 100%;
  cursor: pointer;
  padding-bottom: 1px;
 border-radius: 10px;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}
.gallery-item{
  position: relative;
}
.house-dinner-section-1{padding: 80px 0px 40px 0px;}
.house-sec1-bx-btn{font-weight: bold;}

.audio-section-1{
  padding: 80px 0px 60px 0px;
  background: url(../images/audio-sec1-bg.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
.audio-section-1:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 88%);
  z-index: 1;
}
.audio-section-2{padding: 80px 0px 60px 0px;}

.vs-sec1-bx-video-1 {
  overflow: hidden;
}
.vs-sec1-bx-video-1 img {
  transition: opacity 1s, transform 0.7s ease-in;
}
.audio-section-2:hover  .vs-sec1-bx-video-1 img {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 1px 3px 8px 4px rgb(195, 195, 195);
}
.audio-section-1:hover  .vs-sec1-bx-video-1 img {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 1px 3px 8px 4px rgb(195, 195, 195);
}


section.blog-dt-section-1 {padding: 40px 0px 100px 0px;}
.blog-sec-3-title span i{padding-right: 4px; font-size: 14px;}
.blog-sec-3-title span {padding-left: 10px; font-size: 14px;}
.blog-sec-1-container{max-width: 1000px;margin:0 auto;}
.bl-sec-1-rec-img{border: 2px solid #fff;}
.blog-sec-2-container{max-width: 1200px; margin:0 auto;text-align: center;}
.blog-sec-2-heading{font-size: 60px; color: #000;font-weight: 300;}
.blog-sec-2{padding: 100px 0px;}
.blog-sec-3-heading {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #1b1b1b;
}
.blog-sec-3-heading:hover{color: #50c4ed;transition: ease-in-out 1s;}
.blog-sec4-box{margin-bottom: 40px;}
.blog-sec-3-title:hover{color:#50c4ed;transition: ease-in-out 1s;}

.blog-sec-3-text{padding: 20px 20px;}
.blog-sec-3-text p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
          line-clamp: 2; 
  -webkit-box-orient: vertical;
  }
.blog-sec-3-btn{
  font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 10px 32px;
    border: 1px solid #50c4ed;
    background: #50c4ed;
    border-radius: 5px;
}
.blog-sec-3-btn:hover {
  border: 1px solid #50c4ed;
  color: #50c4ed;
  background: transparent;
}
.news-sec-dp-form .form-control {
  padding: 0px 0px 0px 0px;
  font-size: 19px;
  font-weight: 500;
  line-height: 36px;
  color: #2a2a2a;
  border-bottom: 2px solid #000 !important;
  border: transparent;
  border-radius: 0;
}
.news-sec-dp-form .form-control::placeholder{color: #2a2a2a;}
.news-sec-dp-form .form-control:focus {background-color: #fff;border-radius: 0;}
.news-sec-dp-form {position: relative;}
.news-sec-dp-form::before{
content: '';
position: absolute;
left: 0;
}
.news-dp-category a i{
  position: absolute;
  left: 0;
  top: 14px;
  font-size: 16px;
  color: #000;
}
.news-sec-dp-form i{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin: 0px 0px 0px 8px;
}
.blog-sec-4{padding:50px 0px 0px 0px;}
.news-pt-sec-3-heading-2 {
  font-size: 21px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
.news-pt-sec-3-heading-1 {
  font-size: 30px;
  color: #191919;
  font-weight: 500;
  text-transform: capitalize;
}
.news-sec-dp-sec-search {padding-bottom: 25px;}
.blog-sec-3-title{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #313131;
  background-color: #fff;
  text-transform: capitalize;
}
.news-dp-category li{padding: 10px 0px 10px 20px;border-bottom: 1px solid #bababa;position: relative;}
.news-dp-category li:last-child{border-bottom: none;}
.news-dp-category li a {
    font-size: 19px;
    font-weight: 500;
    color: #313131;
    background-color: #fff;
    text-transform: capitalize;
}
.news-dp-category li a:hover{color:#50c4ed;}
.blog-sec-3-img img:hover {opacity: 1;transform: scale(1.1);box-shadow: 1px 2px 8px 4px rgb(195, 195, 195);}
.blog-sec-3-img img {transition: opacity 1s, transform 0.7s ease-in;}
.test-sec1-box .blog-sec-3-img{ overflow: hidden;border-radius: 5px 5px 5px 5px;}
.test-sec1-box .blog-sec-3-img img {  transition: opacity 1s, transform 0.7s ease-in;}
.test-sec1-box .blog-sec-3-img img:hover { opacity: 1; transform: scale(1);  box-shadow: 1px 2px 8px 4px rgb(195, 195, 195);}

.blog-sec3-image-box{position: relative;border-radius: 5px;}
.blog-date-box {
  padding: 20px 30px;
  background: #50c3ed76;
  border-radius: 5px;
  width: 150px;
  text-align: center;
  position: absolute;
  bottom: 6px;
}
.blog-date{font-size: 16px;color: #fff;font-weight: 400;}
.blog-year{font-size: 26px;color: #fff;font-weight:bold;}
.news-pt-sec-3 {padding-left: 30px;}
.blog-sec-3-container {height: 100%;border: 1px solid #efeeee; background: #fff; box-shadow: 0px 0px 1px #ccc;border-radius: 5px;}
.blog-sec4-right {background: #fff;padding: 0px 20px;border-radius: 5px;}
.news-sec-dp-form:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  border-radius: 0;
}
.content h2 {
	color: #fff;
	font-size: 100px;
	position: absolute;
  text-transform: capitalize;
}
.content h2:nth-child(1) {color: transparent;-webkit-text-stroke: 2px #000;}
.content h2:nth-child(2) {color: #000;animation: animate 4s ease-in-out infinite;}
.hm-sec7-client-item:hover img {
  border: 2px solid #50c4ed;
  box-shadow: 0px 0px 20px #ccc;
  transition: ease-in-out 1s;
}
.hm-sec7-client-item img {
  border: 2px solid transparent;
  padding: 10px;
  border-radius: 5px;
  transition: ease-in-out 1s;
}
.blog-dt-sec1-heading{font-size: 28px;padding-bottom: 8px;margin-top: 20px; color: #353631;font-weight: 500;}
.blog-dt-sec1-text h4{font-size: 16px;color: #353631;font-weight: 400;}
.blog-dt-sec1-text p{font-size: 19px;line-height: 30px; color:#353631;font-weight: 400;}
.blog-dt-sec1-list li{font-size: 19px;padding-bottom: 10px; color: #353631;font-weight:600;list-style: disc;}
ul.blog-dt-sec1-list {padding-left: 20px;}
/* -----------------blog-detail-------------- */
.blog-detail-sec-1{padding: 20px 0px 50px 0px;}
.blog-dt-img{padding-bottom: 80px;}
.blog-dt-sec1-text{padding-bottom: 30px;}
.blog-dt-sec1-text-heading{font-size: 30px;padding-bottom: 15px; font-weight: 300;color: #353631;}
.blog-dt-sec1-text-container p{font-size: 18px;line-height: 32px; font-weight: 400;color: #353631;}
.blog-detail-sec2-text p{font-size: 18px;line-height: 32px; font-weight: 400;color: #353631;}
.blog-detail-sec3-heading{font-size: 30px;padding-bottom: 10px;font-weight: 300;color: #353631;}
.blog-detail-sec-3-text p{font-size: 18px;line-height: 32px; font-weight: 400;color: #353631;}
.blog-detail-sec-1 img{border-radius: 8px;}
.blog-detail-sec2-text {padding-left: 20px;}
.blog-dt-category li a:hover {color: #50c4ed;}
.blog-dt-right-searching::placeholder{font-size: 18px;font-weight: 500;color: #353631;}
.blog-dt-dp-form{padding-bottom: 20px;display: flex;gap: 10px;}
.leave-form .form-control {
  width: 100%;
  padding: 8px 12px 10px 12px !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #221e1b;
  background-color: #fff;
  border: 1px solid #d0d0d0;}
.blog-detail-sec-2{padding-bottom: 60px;}
.blog-detail-form-1{padding: 40px 30px;background: #f3f1ee;border-radius: 8px;}
.leave-form p{font-size: 18px;font-weight: 500;color: #0f0f0f;}
.leave-form-heading{font-size: 26px;color: #000000;font-weight: 600;}
.leave-form .form-control::placeholder{font-size: 17px;font-weight: 400;color: #212121;}
.leave-form .form-check-input {
  width: 34px;
  height: 28px;
  margin-top: 0;}
.form-check-label-1{
  font-size: 17px;
  padding-left: 10px;
  font-weight: 400;
  color: #0f0f0f;}
.leave-reply-form-btn {
  font-size: 18px;
    padding: 10px 50px;
    color: #fff;
    font-weight: 400;
    background: #50c4ed;
    border: 1px solid #50c4ed;
    border-radius: 5px;
}
.leave-reply-form-btn:hover {
  border: 1px solid #50c4ed;
  color: #50c4ed;
  background: transparent;
  transition: ease-in-out 1s;
}
.leave-form  .form-check-box {
  padding-bottom: 30px;
  align-items: center;
  display: flex;
}
.news-search-form-text {
  background: #50c4ed;
  padding: 12px 18px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  --f: 14px;; /* control the folded part*/
  --r: 0px; /* control the ribbon shape */
  line-height: 1.8;
  border-bottom: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  clip-path: 
    polygon(0 0,0 calc(100% - var(--f)),var(--f) 100%,
      var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
      calc(100% - var(--r)) calc(50% - var(--f)/2),100% 0);

}
.blog-dt-imgage-1{overflow: hidden;border-radius: 5px;}
.blog-dt-imgage-1 img:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 1px 2px 8px 4px rgb(195, 195, 195);
  border-radius: 5px;
}
.blog-dt-imgage-1 img {transition: opacity 1s, transform 0.7s ease-in;}

/* --------------Thank-you-------------- */
.thanku-section {padding: 200px 0px 120px 0px;position: relative;background-color: #000;}
.thanku-section:after {
  content: '';
  position: absolute;
  background: url(../images/about-sec2-after-img.webp);
  width: 404px;
  height: 530px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
}
.message {
    padding: 60px 40px;
    border-radius: 5px;
    text-align: center;
    max-width: 700px;
    margin: auto;
    position: relative;
    background: #50c4ed;
}

.thanku-text{
    font-size: 80px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 5px #ffffffd6;
    text-transform: uppercase;
}
.message p{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0px 20px 0px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
  .thanku-btn {
    padding: 12px 26px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    background: #50c4ed;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
}
.thanku-btn:hover{
  border: 1px solid #fff;
  color: #fff;
  transition: ease-in-out 1s;
  background-color: transparent;
}

.poster {
  transform: scale(0.6);
  transform-origin: top center;
}


.codepen {
  background: url(https://assets.codepen.io/images/codepen-logo.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  height: 92px;
}

.bungalow {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/bungalow.webp) no-repeat;
  height: 63px;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}

#drawing_canvas {
  position: absolute;
  width: 512px;
  height: 512px;
  top: 51px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  pointer-events: none;
}
/* --------------error-page-------------- */
.error-section {background: #000;padding: 200px 0px 100px 0px;}
.error-title {
  color: #fff;
  font-weight: 600;
  font-size: 39px;
  text-align: center;
  margin-top: 38px;
}
.error {
  padding: 150px 0px 0px 0px;
  text-align: center;
  box-shadow: 0px 0px 50px #ccc;
  max-width: 800px;
  margin: auto;
  aspect-ratio: 1.8;
  --g: radial-gradient(50% 50%, #000 98%, #0000) no-repeat;
  mask: var(--g) 100% 100%/30% 60%,var(--g) 70% 0/50% 100%,var(--g) 0 100%/36% 68%,var(--g) 27% 18%/26% 40%,linear-gradient(#000 0 0) bottom/67% 58% no-repeat;
  background: #50c4ed;}
 
.code {
  font-size: 150px;
  line-height: 100px;
  letter-spacing: 10px;
  font-weight: bold;
  color: #fff;

}
.error p {
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 20px;
  color: #fff;
}
.error-btn {
  padding: 12px 26px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff;
  background: #50c4ed;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  transition: ease-in-out 1s;
}
.error-btn:hover{
border: 1px solid #fff;
color: #50c4ed;
background: #fff;
transition: ease-in-out 1s;

}
#envirabox-left-ico {left: 0px !important;}
#envirabox-right-ico {left: inherit;right: 0 !important;}
#envirabox-left-ico, #envirabox-right-ico {left: inherit !important;}
.hm-section-6 .wpcf7 form .wpcf7-response-output {  margin: 0em 0em 0em !important; color: #fff !important;}
.wpcf7-form-control-wrap {
    width: 100% !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em !important;
}
.postid-287 .vs-sec1-box .vs-sec1-bx-btn { min-height: auto;}	
.postid-299 .vs-sec1-box .vs-sec1-bx-btn { min-height: auto;}
.postid-306 .vs-sec1-box .vs-sec1-bx-btn { min-height: auto;}


 ::-webkit-scrollbar {
  width: 20px;
}


::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
  
}
 

 ::-webkit-scrollbar-thumb {
  background: #50c4ed; 
  border-radius: 10px;

}


::-webkit-scrollbar-thumb:hover {
  background: #377f99; 
}
.ab-sec2-ct-box-heading {
    padding-top: 10px;
}

.modal-body p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}
.et-sec1-box1{margin-bottom: 30px;}
.evnent-section-1 .modal {padding-right: 0 !important;}
.modal-body h3{font-weight:500;font-size:22px;color: #002d62;text-align:center;}
.modal-dialog {max-width:100%;width: 68% !important;margin: 200px auto !important;}
.modal-footer {border-bottom:none !important;}
.modal-header {border-top:none !important;}
.hm-consume-btn:hover {background: #2b7471;}
.hm-consume-pop-up{padding: 30px;
  border-radius: 80px;
  border-radius: 8px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.00);
  background-color: #1e2a4b;
}
.modal-body {
    padding: 1rem 0rem !important;
}
.hm-consume-redirect-btn{
	cursor: pointer;


  font-weight: normal !important;
  font-size: 20px;
  padding: 14px 24px;
    margin: 8px auto;
  color: #2b63a8 !important;
  background: #88bdff;
  background: -ms-linear-gradient(top, #88bdff 0%,#60a7ff 100%);
  background: linear-gradient(to bottom, #88bdff 0%,#60a7ff 100%);
  border: 1px solid #3e8ff4;
  display: inline-block;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 26px;
}
.modal-header {
    padding: 1rem 0rem !important;
}
.btn-close {
    background-color: #fff !important;
}
.wpcf7-not-valid-tip {
    font-size: 14px !important;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 14px !important;
}


.postid-309 .vs-sec1-box .vs-sec1-bx-btn {
    min-height: auto;
}
/* --------end--------- */
.wpcf7-spinner {
    display: block !important;
	margin: auto !important;
}
.footer-logo{margin-bottom:30px;}








.change-set-padd .vs-sec1-box {
    text-align: center;
    margin-bottom: 0px;
}
#foogallery-gallery-218 .fg-image {
    width: 340px !important;
}
.navbar>ul>li { padding: 10px 0 10px 28px; }
.audio-section-1-changea .vs-sec1-box { text-align: center; margin-bottom: 0px;}
.about-ls-section-725 {
    padding: 80px 0px 80px 0px;
}
.change-set-padd .vs-sec1-box { text-align: center;  margin-bottom: 55px;}

.navbar .dropdown ul {left: 17px !important;}



/* -----------------------------New-css---------------------- */
.genres-sec-1{padding: 80px 0px;}
.geners-list{display: flex;flex-wrap: wrap;justify-content: center;gap: 10px;align-items: center;width: 100%;}


.geners-list li {
/*     font-size: 19px; */
    font-weight: 600;
    padding: 14px 5px;
    background: #50c4ed;
	border: 2px solid transparent;
    border-radius: 10px;
    width: 32%;
    text-align: center;
} 
.geners-list li a {width: 100%;}
.geners-list li:hover{background: transparent;border: 2px solid #fff;}
.geners-list li:hover a{color: #fff;}
.hm-sec3-heading-2 a {
    font-size: 36px;
    padding-bottom: 0px;
    color: #1e2a4b;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: 'Alex Brush';
}

.abls-sec3-list li {list-style:disc;}





@media (max-width: 1600px){
body, html{ overflow-x: hidden}	
a.navbar-brand.text-brand img {width: 85%;}
.navbar ul li a {font-size: 21px;}
.navbar>ul>li {white-space: nowrap;padding: 10px 0 10px 20px;}
.hm-section-1 {padding: 80px 0px 80px 0px;}
.home-banner-title {font-size: 64px;}
.home-banner-heding {font-size: 40px;}
.home-btn-1 {font-size: 19px;padding: 12px 36px}
.hm-sec1-text-heading-1 {font-size: 60px;}
.hm-sec1-text-heading-2 {font-size: 46px;}
.hm-section-1:before {background-size:82%;}
p {line-height: 27px;font-size: 20px;}
li {font-size: 19px;padding-bottom: 7px;}
.hm-sec1-text-heading-3 {font-size: 20px;}
.hm-sec1-btn1 {font-size: 19px;padding: 10px 30px;}
.hm-sec1-text {padding-bottom: 10px;}
.hm-section-2 {padding: 80px 0px;}
.hm-section-2::before {right: -205px;background-size: 70%;}
.hm-sec2-heading-2 {font-size: 26px;padding: 16px 0px 0px 0px;}
.hm-sec2-heading-1 {font-size: 60px;padding-bottom: 5px;}
.hm-section-3 {padding: 80px 0px;}
.hm-sec3-heading-1 {font-size: 60px;padding-bottom: 30px;}
.hm-sec3-heading-2 {font-size: 34px;padding-bottom: 0px;}
.hm-sec3-heading-2 a{font-size: 34px;padding-bottom: 0px;}
.hm-sec5-text-box1-heading {font-size: 36px;padding-bottom: 15px;}
.hm-section-5 {padding: 60px 0px;}
.hm-sec5-btn1 {font-size: 18px;padding: 10px 28px;}
.contact-sec1-form .form-control {padding: 8px 20px;font-size: 18px;line-height: 36px;}
.hm-section-6 {padding: 80px 0px}
.hm-sec6-btn {font-size: 18px;padding: 10px 42px;}
.footer-section {padding: 80px 0px 50px;}
.footer-heading-1 {font-size: 36px;padding-bottom: 0px;}
.footer-btm-left p {font-size: 16px;}
.footer-btm-right p a{font-size: 16px;}
.footer-btm-right p {font-size: 16px;}
/* -----------About------------ */

.ab-sec1-text-heading1 {font-size: 60px;padding-bottom: 0px;}
.about-section-2 {padding: 120px 0px;}
.about-section-2 .nav-pills .nav-link { padding: 8px 48px; font-size: 24px; }
.ab-sec2-container {padding: 40px 40px;}
.ab-sec2-ct-box-heading {font-size: 40px;padding-bottom: 0px;}
.abls-sec1-heading {font-size: 52px;}
.abls-sec1-tx-heading1 {font-size: 26px;padding-bottom: 5px;}
.abls-sec1-text {padding: 30px 20px 64px 20px;}
.about-ls-section-1 {padding: 50px 0px 80px 0px;}
.about-ls-section-2 {padding: 60px 0px;}
.about-ls-section-3 {padding: 60px 0px 50px 0px;}
.about-ls-section-4 {padding: 60px 0px;}
.abls-sec4-text-box {padding: 25px;}
.about-ls-section-8 {padding: 60px 0px;}
.about-ls-section-5 {padding: 60px 0px;}
.abls-sec5-heading1 {font-size: 36px;}
/* .abls-sec5-list li {font-size: 18px;} */
.about-ls-section-6 {padding: 60px 0px;}
.about-ls-section-7 {padding: 60px 0px 40px 0px;}
.about-ls-section-7 p {font-size: 20px;}

.inner-banner-text-heading {font-size: 62px;}

.virtual-section-1 {padding: 60px 0px 60px 0px;}
.virtual-sec1-heading {font-size: 52px;;padding: 0px 70px 15px 70px;}
.vs-sec1-bx-btn {font-size: 26px;}
.vs-contact-btn {font-size: 18px;padding: 10px 44px;}

.vs-sec1-box {margin-bottom: 45px;}
.vs-sec2-heading1 {font-size: 30px;}
.vs-sec2-text {margin-bottom: 15px;}

.event-section-1 {padding:50px 0px;}
.event-sec1-heading2 {font-size: 34px;padding-bottom: 20px;}
.event-sec1-form-1 .form-control {padding: 8px 16px;line-height: 32px;}
.event-sec1-btn {font-size: 18px;padding: 10px 46px;}
.contact-section-2 {padding: 110px 0px;}

.contact-sec2-box a {font-size: 18px;}
.contact-sec2-list {width: 100px;height: 100px;margin: auto auto 20px auto;}
.contact-section-3 {padding: 40px 0px;}
.ct-sec3-text-heading {font-size: 36px;padding-bottom: 0px;}

.sec3-submit-sec .form-control {font-size: 16px;line-height: 32px;}
.sec3-submit-sec-btn {font-size: 18px;line-height: 32px;}

.house-dinner-section-1 {padding: 60px 0px 30px 0px;}
.ms-sl-sec1-heading{font-size: 32px;padding-bottom: 30px;}
.ms-sl-text {padding: 16px 80px;}
.ms-sl-text1 {font-size: 26px;}
.ms-sl-text2 {font-size: 22px;}
.vs-sec1-bx-video-1 video {width: 100%;height: 360px;}
.testimonial-section-1 { padding: 60px 0px 50px 0px; }
.test-sec1-name {font-size: 28px;}
.tevent-section-1 { padding: 70px 0px 40px; }
.tevent-sec1-heading {font-size: 60px;padding-bottom: 15px;}
.tevent-box1-text {font-size: 25px;padding: 16px 20px; bottom: -45px;	min-height: 90px;}
.ev-bx-heading1 {font-size: 45px;padding-bottom: 0px;}
.ev-bx-heading2 {font-size: 24px;padding-bottom: 0px;}
.ev-bx-heading3 {font-size: 24px;}
.ev-link {font-size: 28px;}
.ev-btn {font-size: 17px;padding: 8px 30px;}
.evnent-section-1 {padding: 60px 0px 30px 0px;}
.blog-sec-4 {padding: 30px 0px 0px 0px;}
.blog-year {font-size: 24px;}
.blog-sec-3-heading {font-size: 21px;line-height: 28px;}
.blog-sec-3-text {padding: 15px 20px;}
.blog-date-box {padding: 15px 22px;width: 138px;}
.blog-dt-sec1-heading {font-size: 25px;padding-bottom: 4px;}
.blog-dt-sec1-text p {font-size: 18px;line-height: 26px;}
.blog-dt-sec1-list li {font-size: 17px;padding-bottom: 8px;}
.news-dp-category li a {font-size: 18px;}
.leave-form-heading {font-size: 25px;}
.blog-detail-form-1 {padding: 32px 30px;}
.leave-form p {font-size: 16px;}
.leave-form .form-control {font-size: 17px;line-height: 28px;}
.form-check-label-1 {font-size: 16px;}
.leave-reply-form-btn {font-size: 17px;padding: 10px 44px;}
.news-pt-sec-3-heading-2 {font-size: 18px;}
.news-dp-category a i {font-size: 15px;}
.blog-sec-3-btn {padding: 8px 26px;}
.chat-circle { width: 70px; height: 70px;}
.audio-section-1 {padding: 60px 0px 40px 0px;}
.audio-section-2{padding: 60px 0px 40px 0px;}
.tt-space{ padding-top:10px;}
.navbar .dropdown ul a { padding: 7px 10px; font-size: 16px; }	
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {  padding-left: 5px; }	
.inner-banner-text-container { bottom: 25%;}	
.vs-sec1-bx-video iframe { width: 100%;  height: 260px;}	
.virtual-section-1 { padding: 60px 0px 60px 0px; }	
.out-gallery {  margin: 60px 0px;}
.breadcrumbs-text { padding: 15px 0px;}	
.event-sec1-box { padding: 80px 30px 30px; height: 100%; width: 100%;}	
.top-container-2 { padding: 0px 80px;}	
.modal-dialog {  margin: 80px auto !important;}	
.vs-sec1-bx-video video { height: 260px;}	
.hm-sec1-img::before { height: 500px;}	
.hm-sec3-box.floating img {  width: 500px;}	
.tevent-box-1 { margin-bottom: 90px;}	
.modal-body p { font-size: 19px; line-height: 28px;}	
.top-container { padding: 0 50px;}	
.hm-sec5-text-box-1 .hm-sec5-text-box1-heading { font-size: 50px; }	
	
	
/* .hm-sec1-list li {font-size: 17px;padding-bottom: 7px;} */
/* .hm-sec3-box p {font-size: 18px;line-height: 28px;} */
/* .footer-item li {font-size: 16px;} */
/* .about-section-1 {padding: 40px 0px;} */
/* .ab-sec2-ct-box-list li{font-size: 17px;padding-bottom: 7px;} */
/* .abls-sec1-text p {font-size: 18px;line-height: 28px;} */
/* .about-ls-section-1 p {font-size: 18px;line-height: 28px;} */
/* .about-ls-section-2 p {font-size: 18px;line-height: 28px;} */
/* .abls-sec3-list li {font-size: 18px;padding-bottom: 6px;} */
/* .about-ls-section-3 p {font-size: 18px;line-height: 28px;} */
/* .abls-sec4-list li {font-size: 18px;padding-bottom: 2px;} */
/* .about-ls-section-4 p {font-size: 18px;line-height: 28px;} */
/* .about-ls-section-8 p {font-size: 18px;} */
/* .abls-sec8-text p {font-size: 18px;} */
/* .about-ls-section-5 p {font-size: 20px;padding-bottom: 18px;} */
/* .abt-banner-menu li {font-size: 15px;} */	
/* .contact-sec3-text p {font-size: 22px;line-height: 32px;} */
/* .test-sec1-box p {font-size: 17px;line-height: 29px;} */
/* .event-sec1-box p {font-size: 18px;line-height: 26px;} */
/* .vs-sec1-bx-btn { min-height: 110px;} */
/* .test-sec1-box { min-height: 440px;}	 */
/* .change-set-padd .vs-sec1-bx-btn { min-height: 110px;}	 */
/* .contact-sec1-form .form-control { font-size: 16px; }	 */
/* .tevent-box1-text { bottom: -45px;	min-height: 90px;} */
/* 	---------------------------------------- */

/* 	---------------------------------------- */
	
	
	
	
}
@media (max-width: 1536px){
.navbar ul li a { font-size: 20px; }	
.navbar-brand { width: 300px;}	
.footer-item li { padding-bottom: 6px;}	
.footer-item-1 li a img{ width:30px;}	
.test-sec1-box .blog-sec-3-img img { width: 50px;}
.hm-sec1-img::before { height: 555px;}	
.floating img {  width: 500px;}	
.footer-section { padding: 70px 0px 30px; }	
.hm-section-6 { clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0% 100%);}	
.about-section-1 { padding: 70px 0px 50px;}	
.ab-sec2-container { padding: 30px 30px;}	
.tevent-box-1 { margin-bottom: 90px;}	
.abls-sec3-list {  padding: 20px 0px 0px 20px;}	
.abls-sec4-text-box { padding: 25px 15px 25px 25px;}	
.about-section-2 { padding: 100px 0px;  clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0% 97%);}
.abls-sec5-list { padding: 15px 0px 0px 20px;}	
.about-ls-section-5 p { font-size: 18px; }	
.event-sec1-heading2 { font-size: 32px;}	
.contact-sec2-list { width: 90px; height: 90px; }	
.contact-section-2 { padding: 100px 0px;  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 92%);}	
.event-container { max-width: 900px;}	
/* .hm-sec1-list li { padding-bottom: 4px; }	 */
/* 	.ab-sec2-ct-box p { font-size: 17px;}	 */
/* .abls-sec3-list li {padding-right: 10px; }	 */
/* .test-sec1-box {min-height: 470px; }	 */
/* .hm-sec3-heading-2 { font-size: 22px;}	 */
/* .ab-sec2-ct-box-heading { font-size: 26px;}	 */
/* .ab-sec2-ct-box-heading {font-size: 24px; }	 */
/* .ab-sec1-text-heading1 {font-size: 34px;}	 */
/* .virtual-sec1-heading { font-size: 32px; }	 */
/* .event-sec1-box p { font-size: 17px; }	 */
/* .about-ls-section-3 p { font-size: 17px; line-height: 26px;} */
/* .about-ls-section-1 p { font-size: 17px; line-height: 26px;}	 */
/* .abls-sec8-text p { font-size: 17px; line-height: 26px; } */
/* .about-ls-section-8 p {font-size: 17px; line-height: 26px; }	 */
/* 	font-size: 17px; line-height: 26px; */
/* .about-ls-section-4 p { font-size: 17px; line-height: 26px; }	 */
/* .about-ls-section-2 p {font-size: 17px; line-height: 26px; }	 */
/* .abls-sec4-list li { font-size: 17px; }	
.abls-sec5-list li { font-size: 17px; }	 */
/* .abls-sec1-heading { font-size: 32px; }	 */
/* .hm-sec2-heading-1 {font-size: 38px;}	 */
/* .contact-sec3-text p { font-size: 20px; line-height: 30px; }	 */

}

@media (max-width: 1440px) {
.home-banner-text {padding: 20px 0px;}
.home-banner-title {font-size: 50px;}
.home-banner-heding {font-size: 38px;}
.hm-sec1-img::before {height: 480px;}
.hm-sec1-text-heading-1 {font-size: 56px;}
.hm-sec2-heading-2 {padding: 12px 0px 0px 0px;}
.hm-sec3-heading-1 {font-size: 56px;}
.hm-sec3-heading-2 {font-size: 30px;}
.hm-sec3-heading-2 a{font-size: 30px;}
.hm-section-5 {padding: 40px 0px;}
.hm-sec5-text-box1-heading {font-size: 32px;padding-bottom: 8px;}
.hm-sec5-btn1 {font-size: 17px;}
/* ----------------About------------ */

.ab-sec1-text-heading1 {font-size: 56px;}
.abls-sec1-tx-heading1 {font-size: 25px;padding-bottom: 0px;}
.about-ls-section-1 {padding: 40px 0px 60px 0px;}
.about-ls-section-3 {padding: 50px 0px 40px 0px;}
.hm-sec2-heading-1 {font-size: 56px;
/* 	padding-bottom: 20px; */
	}
.about-ls-section-8 {padding: 50px 0px;}
.about-ls-section-4 {padding: 50px 0px;}
.about-ls-section-5 {padding: 50px 0px;}
.about-ls-section-6 {padding: 50px 0px;}
.about-ls-section-2 {padding: 60px 0px;}
.ab-sec2-ct-box-heading {font-size: 36px;}
.about-ls-section-7 {padding: 50px 0px 40px 0px;}
.abls-sec1-heading {font-size: 42px;}
.abls-sec5-heading1 {font-size: 30px;}
.footer-heading-1 {font-size: 32px;}
.inner-banner-text-heading {font-size: 44px;}
.abt-banner-menu li {font-size: 16px;}
.virtual-sec1-heading {font-size: 42px;}
.vs-sec2-heading1 {font-size: 28px;}
.event-sec1-heading2 {font-size: 32px;}
.ct-sec3-text-heading {font-size: 34px;}
.house-dinner-section-1 {padding: 50px 0px 20px 0px;}
.ms-sl-sec1-heading {font-size: 28px;padding-bottom: 28px;}
.vs-sec1-bx-video-1 video {height: 330px;}
.ms-sl-text1 {font-size: 24px;}
.ms-sl-text2 {font-size: 20px;}
.ms-sl-text {min-height: 130px;}
.testimonial-section-1 {padding: 60px 0px 60px 0px;}
.tevent-section-1 {padding: 50px 0px;}
.tevent-sec1-heading {font-size: 56px;}

.ev-bx-heading1 {font-size: 42px;}
.ev-bx-heading2 {font-size: 22px;}
.news-pt-sec-3-heading-2 {font-size: 16px;}
.news-sec-dp-sec-search {padding-bottom: 20px;}
.blog-sec-3-heading {font-size: 20px;}
.audio-section-1 {padding: 60px 0px 30px 0px;}
.audio-section-2{padding: 60px 0px 30px 0px;}
.top-container { padding: 0 50px;}	
.hm-section-6 { padding: 80px 0px 60px; }	
.footer-section { padding: 60px 0px 50px; }	
.navbar ul li a { font-size: 19px;}	
.vs-sec1-bx-video iframe { height: 240px; }	
.evnent-section-1 { padding: 60px 0px 30px 0px; }	
.navbar .dropdown ul a { font-size: 16px; }	
/* .hm-sec1-text-heading-2 {font-size: 40px;} */
/* .hm-sec2-heading-1 {font-size: 40px;} */
/* .about-section-1 {padding: 30px 0px;} */
/* .abls-sec1-heading {font-size: 32px;} */
/* .tevent-box1-text { font-size: 19px;padding: 16px 28px;} */
/* .footer-item li {  padding-bottom: 7px;}	 */
/* .navbar-brand { width: 260px;}	 */
/* .test-sec1-box { min-height: 470px; }	 */
/* .contact-sec3-text p { font-size: 20px; }	 */
/* .box-1 { width: 75px; height: 75px;}	 */
/* .hm-sec1-list li { font-size: 16px; }	 */
/* .navbar>ul>li { padding: 10px 0 10px 30px; }	 */
/* .about-ls-section-2 p { font-size: 18px; }	 */
/* .contact-sec3-text p { font-size: 18px; line-height: 28px; }	 */
	
.abls-sec1-text { padding: 30px 20px 35px 20px; }	
.about-section-1 { padding: 60px 0px;}	
.tevent-box-1 { margin-bottom: 80px;}	
.vs-sec1-bx-video video { height: 240px;}	
.vs-sec1-box { margin-bottom: 30px; }	
.contact-sec1-form .form-control { padding: 8px 15px;}	
.tt-space { padding-top: 0px;}	
#foogallery-gallery-218 .fg-image {  width: 300px !important;}	
.modal-body p { font-size: 18px; line-height: 28px; }	
.footer-item-1 li a { width: 50px; height: 50px;}	

.hm-sec5-text-box-1 .hm-sec5-text-box1-heading { font-size: 50px; }	
.tevent-box1-text { padding: 16px 15px; }	
.vs-sec1-bx-btn {font-size: 24px; }	
.footer-section { padding: 60px 0px 30px; }	
.about-section-2 .nav-pills .nav-link { padding: 8px 35px; font-size: 24px; }	
	
/* li {font-size: 18px;padding-bottom: 6px;} */
	
	
}

body, html{ overflow-x: hidden}	
@media (max-width: 1400px) {
.hm-sec1-img::before {height: 450px;}
.abls-sec1-tx-heading1 {font-size: 22px;}
.ct-sec3-text-heading {font-size: 32px;}
.vs-sec1-bx-video-1 video {height: 314px;}
.ms-sl-sec1-heading {font-size: 26px;}
.ms-sl-text2 {font-size: 19px;}
.tevent-section-1 {padding: 50px 0px 30px;}
.ev-bx-heading2 {font-size: 20px;}
.ev-bx-heading3 {font-size: 22px;}
.hm-sec3-box.floating img { width: 450px;}
.about-section-2 { padding: 100px 0px; }	
.footer-item li { padding-bottom: 5px; }	
/* .test-sec1-box { min-height: 500px; }	 */
.modal-dialog {  margin: 160px auto !important;}	
/* .footer-item li { font-size: 16px;}	 */
.navbar .dropdown ul a { font-size: 18px; }	
.top-container { padding: 0 40px; }
.tevent-box1-text { font-size: 24px; padding: 16px 15px; }	
.vs-sec1-bx-btn { font-size: 24px; }	
.navbar>ul>li { padding: 10px 0 10px 20px; }	
#foogallery-gallery-218 .fg-image { width: 280px !important; }	
.event-sec1-box { padding: 80px 20px 30px;}	

/* .hm-sec3-heading-2 {font-size: 20px;} */
/* .abls-sec5-heading1 {font-size: 19px;} */
/* .virtual-sec1-heading {font-size: 28px;} */
/* .contact-sec3-text p {font-size: 20px;line-height: 31px;} */
/* .tevent-box1-text {font-size: 18px;} */
/* .ev-bx-heading1 {font-size: 24px;} */
/* .abls-sec3-list li { padding-right: 10px; }	 */
	
}






@media (max-width: 1366px) {
.logo img{width: 260px;} 
.navbar ul li a {font-size: 19px;}
.navbar>ul>li {padding: 6px 0 6px 17px;}
.home-banner-title {font-size: 50px;}
.home-banner-heding {font-size: 34px;}
.home-btn-1 {font-size: 16px;padding: 10px 30px;}
.chat-circle {width: 75px;height: 75px;}
.hm-section-1:before {background-size: 76%;}
.hm-section-1 {padding: 60px 0px 60px 0px;}
.hm-sec1-text-heading-1 {font-size: 44px;}
.hm-sec1-text-heading-2 {font-size: 34px;}
/* p {line-height: 26px;font-size: 16px;} */
.hm-sec1-text-heading-3 {font-size: 19px;}
/* .hm-sec1-list li {font-size: 16px;padding-bottom: 5px;} */
.hm-sec1-btn1 {font-size: 17px;padding: 9px 26px;}
.hm-sec2-heading-1 {font-size: 44px;padding-bottom: 15px;}
.hm-section-2 {padding: 60px 0px 80px;}
.hm-section-2::before {right: -285px;background-size: 50%;}
.hm-sec2-heading-2 {font-size: 20px;line-height: 24px;}
/* .hm-section-3 {padding: 80px 0px;} */
/* .hm-sec3-box p {font-size: 16px;line-height: 26px;} */
.hm-sec3-heading-1 {font-size: 44px;padding-bottom:20px;}
.hm-sec3-heading-2 {font-size: 20px;}
.hm-sec3-heading-2 a{font-size: 20px;}
.hm-section-5 {padding: 30px 0px;}
.hm-sec5-btn1 {font-size: 17px;padding: 8px 22px;}
.hm-sec5-text-box1-heading {padding-bottom: 4px;}
.hm-section-6 {padding: 60px 0px;}
.contact-sec1-form .form-control { font-size: 15px; line-height: 30px; }
.hm-sec6-btn {font-size: 17px;padding: 8px 37px;}
.footer-section { padding: 60px 0px 30px; }
/* .footer-item li {font-size: 16px;padding-bottom: 5px;} */
.footer-btm-left p {font-size: 15px;}
.footer-btm-right p {font-size: 15px;}
.footer-btm-right p a{font-size: 15px;}
/* ---------About----------- */
.ab-sec1-text-heading1 {font-size: 44px;}
.about-section-2 {padding: 100px 0px;}
.ab-sec2-container {padding: 30px 30px;}
.about-section-2 .nav-pills .nav-link {padding: 8px 44px;font-size: 18px;}
.ab-sec2-ct-box-heading {font-size: 30px;;padding-bottom: 0px;}

.abls-sec1-heading {font-size: 38px;}
.abls-sec1-text {padding: 22px 20px 52px 20px;}
.abls-sec1-tx-heading1 {font-size: 20px;}
.about-ls-section-3 {padding: 40px 0px 30px 0px;}
.about-ls-section-4 {padding: 40px 0px;}
.about-ls-section-5 {padding: 40px 0px;}
.about-ls-section-5 p {font-size: 18px;padding-bottom: 12px;}
.abls-sec5-heading1 {font-size: 25px;}
.about-ls-section-2 {padding: 30px 0px;}
.about-ls-section-7 {padding: 40px 0px 30px 0px;}
.footer-heading-1 {font-size: 30px;padding-bottom: 0;}
.inner-banner-text-heading {font-size: 42px;}
.virtual-section-1 { padding: 50px 0px 50px 0px; }
.virtual-sec1-heading {font-size: 36px;}
.vs-sec1-bx-btn {font-size: 22px;padding: 8px 8px; min-height: 100px;}
.vs-contact-btn {font-size: 17px;padding: 8px 44px;}
.vs-contact-btn {font-size: 16px;padding: 8px 32px;}
.vs-sec1-box {margin-bottom: 40px;}
.vs-sec2-heading1 {font-size: 24px;}
.event-sec1-heading2 {
/* 	font-size: 28px; */
	padding-bottom: 14px;}
.event-sec1-form-1 .form-control {padding: 8px 12px;line-height: 30px;font-size: 15px;}
.event-sec1-btn {font-size: 17px;padding: 10px 38px;}
.contact-section-2 {padding: 90px 0px;}
.contact-sec2-list {margin: auto auto 15px auto;}
.contact-sec2-box a {font-size: 17px;}
.contact-section-3 {padding: 30px 0px;}
.ct-sec3-text-heading {font-size: 28px;}

.sec3-submit-sec .form-control {font-size: 16px;line-height: 28px;}
.sec3-submit-sec-btn {font-size: 17px;line-height: 28px;}
.ms-sl-sec1-heading {font-size: 24px;padding-bottom: 20px;}
.vs-sec1-bx-video-1 video {height: 302px;}
.ms-sl-text1 {font-size: 20px;}
.ms-sl-text2 {font-size: 17px;}
.ms-sl-text {min-height: 116px;}
.testimonial-section-1 {padding: 50px 0px 50px 0px;}

.test-sec1-name {font-size: 24px;}
/* .test-sec1-box {min-height: 450px;} */
.test-pagination .page-link {font-size: 19px;}
.tevent-sec1-heading {font-size: 44px;padding-bottom: 10px;}
.tevent-box1-text {bottom: -38px;min-height: 80px;font-size: 22px;}
.tevent-box-1 {margin-bottom: 80px;}

.evnent-section-1 {padding: 40px 0px 10px 0px;}
.ev-bx-heading1 {font-size: 34px;}
.ev-bx-heading2 {font-size: 18px;}
.ev-bx-heading3 {font-size: 20px;}

.ev-link {font-size: 24px;}
.ev-btn {font-size: 16px;padding: 6px 26px;}
.blog-dt-sec1-heading {font-size: 19px;padding-bottom: 0px;}
.blog-dt-sec1-text h4 {font-size: 15px;}
.blog-dt-sec1-list li {font-size: 16px;padding-bottom: 4px;}
.blog-dt-sec1-text {padding-bottom: 15px;}
.leave-form-heading {font-size: 20px;}
.leave-form p {font-size: 14px;}
.form-check-label-1 {font-size: 14px;}
.leave-form .form-control {font-size: 14px;line-height: 24px;}
.leave-form .form-check-input {width: 30px;height: 24px;}
.blog-detail-form-1 {padding: 28px 20px;}
.news-dp-category li a {font-size: 14px;}
.news-dp-category li {padding: 8px 0px 8px 15px;}
.email-icon {width: 75px;height: 75px;}
.leave-reply-form-btn {font-size: 15px;padding: 8px 36px;}
.news-dp-category a i {font-size: 14px;}
.news-pt-sec-3-heading-2 {font-size: 15px;}
.blog-sec-4 {padding: 15px 0px 0px 0px;}
.blog-date-box {padding: 10px 18px;width: 115px;}
.blog-year {font-size: 20px;}
.blog-date {font-size: 14px;}
.news-sec-dp-sec-search {padding-bottom: 15px;}
.blog-sec-3-heading {font-size: 17px;line-height: 24px;}
.blog-sec-3-btn {font-size: 14px;padding: 8px 20px}
.audio-section-1 {padding: 30px 0px 20px 0px;}
.audio-section-2{padding: 30px 0px 20px 0px;}
/* .hm-sec1-list li { font-size: 16px; padding-bottom: 2px; } */
.hm-sec1-text { padding-bottom: 0px; }	
.hm-sec3-box.floating img { width:350px; }	
.contact-sec1-form .form-control { padding: 8px 15px; }	
.footer-item-1 li img { width: 30px;}	
.footer-item-1 li a { width: 45px; height: 45px;}	
.chat-circle { width: 65px; height: 65px; }	
.vs-sec1-bx-video iframe { height: 225px; }	
.vs-sec1-bx-video { margin-bottom: 10px;}	
.breadcrumbs-text { padding: 10px 0px; }	
.navbar .dropdown ul a { padding: 6px 10px; }	
.event-sec1-box { margin-bottom: 40px;}	
.about-ls-section-2 { padding: 50px 0px; }	
.abls-sec5-list { padding: 0px 0px 0px 20px;}	
/* .abls-sec2-text-box p{ margin-bottom:0px;}	 */
	
.abls-sec2-text-box {  padding: 22px;}	
.contact-sec2-list { width: 80px;  height: 80px; }	
.audio-section-2 { padding: 50px 0px 40px 0px; }	
.audio-section-1 { padding: 50px 0px 40px 0px; }	

.abls-sec5-list { padding: 20px 0px 0px 20px; }
.modal-dialog {  margin: 80px auto !important;}	
.hm-consume-pop-up { padding: 0px 15px;}	

.hm-sec5-text p { padding: 0px 10px;}	
#home-sec5-slider div.owl-nav .owl-next { height: 31px;  margin: 0px 0px;}	
#home-sec5-slider div.owl-nav .owl-prev { width: 41px; height: 31px;}
.vs-sec1-bx-video video { height: 225px; }	
#foogallery-gallery-218 .fg-image { width: 275px !important; }	
.navbar-brand { width: 280px; }	
.hm-sec1-img::before { height: 430px; }	
.ab-sec1-text { padding-left: 10px;}	
.about-section-2 { padding: 80px 0px; }
.change-set-padd .vs-sec1-box { margin-bottom: 40px;}	
.modal-header .btn-close { margin: -0.5rem 0rem -.5rem auto !important;}	
.modal-body p { font-size: 17px;line-height: 22px; margin-bottom: 10px; }	
.modal-body { padding: 1rem 0rem 0 !important;}	
.event-sec1-box { padding: 80px 20px 30px; }	
.ev-bx-heading3 { font-size: 18px; }
.ev-btn { font-size: 17px; }	
.footer-section { padding: 50px 0px 30px;}	
	
/* .ab-sec2-ct-box-list li {font-size: 16px;padding-bottom: 5px;} */
/* .about-ls-section-1 p {font-size: 16px;line-height: 25px;}
.about-ls-section-2 p {font-size: 16px;line-height: 25px;} */
/* .abls-sec3-list li {font-size: 16px;padding-bottom: 3px;} */
/* .about-ls-section-3 p { font-size: 16px;line-height: 26px;} */
/* .abls-sec4-list li {font-size: 16px;} */
/* .about-ls-section-4 p {font-size: 16px;line-height: 26px;} */
/* .about-ls-section-8 p {font-size: 16px;} */
/* .abls-sec8-text p {font-size: 16px;} */
/* .abls-sec5-list li {font-size: 16px;} */
/* .about-ls-section-7 p {font-size: 18px;} */
/* .abt-banner-menu li {font-size: 14px;} */
/* .contact-sec3-text p {font-size: 18px;line-height: 26px;} */
/* .test-sec1-box p {font-size: 16px;line-height: 25px;} */
/* .tevent-box1-text {font-size: 17px;} */
/* .event-sec1-box p {font-size: 16px;line-height: 24px;} */
/* .blog-dt-sec1-text p {font-size: 16px;line-height: 24px;} */
/* .abls-sec3-list li { padding-right: 15px; } */
/* .vs-sec1-bx-btn { min-height: 100px; }	 */
/* .modal-body p {font-size: 18px; line-height: 22px;}	 */
	
p {line-height: 24px;font-size: 17px;}
li {font-size: 17px;padding-bottom: 5px;}
	
	
}






@media (max-width: 1360px) {
  p {line-height: 24px;font-size: 18px;}
.hm-sec1-img::before {height: 420px;}
.hm-sec1-text-heading-3 {font-size: 18px;}
.hm-sec3-heading-2 {font-size: 19px;}
.hm-sec3-heading-2 a{font-size: 19px;}
/* .hm-sec3-box p {font-size: 16px;line-height: 25px;} */
.ab-sec1-text-heading1 {font-size: 28px;}
.about-section-2 .nav-pills .nav-link {font-size: 17px;}
.ab-sec2-ct-box-heading {font-size: 22px;}
.abls-sec1-heading {font-size: 24px;}
.abls-sec1-tx-heading1 {font-size: 18px;}
.about-ls-section-1 {padding: 30px 0px 50px 0px;}
.abls-sec1-text {padding: 22px 20px 36px 20px;}
.hm-sec2-heading-1 {font-size: 28px;padding-bottom: 22px;}
.abls-sec4-text-box {padding: 20px;}
.about-ls-section-8 {padding: 40px 0px;}
.inner-banner-text-heading {font-size: 32px;}
.vs-sec1-bx-btn {font-size: 15px;}
.vs-sec1-box {margin-bottom: 30px;}
.vs-contact-btn {font-size: 15px;}
.virtual-sec1-heading {font-size: 22px;}
.event-sec1-heading2 {font-size: 26px;}
.event-sec1-form-1 .form-control {line-height: 28px;font-size: 14px;}
.event-sec1-btn {font-size: 16px;padding: 8px 36px;}
.contact-sec2-box a {font-size: 16px;}
.ct-sec3-text-heading {font-size: 26px;}
.contact-sec3-text p {
/* 	font-size: 17px; */
	line-height: 25px;}
.sec3-submit-sec .form-control {font-size: 15px;line-height: 26px;}
.sec3-submit-sec-btn {font-size: 16px;line-height: 26px;}
.ms-sl-sec1-heading {font-size: 22px;}

.tevent-sec1-heading {font-size: 28px;}
.ev-bx-heading1 {font-size: 20px;}
.ev-bx-heading2 {font-size: 17px;}
.ev-bx-heading3 {font-size: 19px;}
.ev-link {font-size: 16px;}
.ev-btn {font-size: 15px;}

.news-sec-dp-form .form-control {font-size: 15px;}
.news-sec-dp-form i {font-size: 16px;}
.blog-detail-form-1 {padding: 20px 20px;}
.blog-sec-3-heading {font-size: 16px;line-height: 22px;}
.blog-sec-3-btn {font-size: 13px;padding: 8px 16px;}
.hm-sec1-text-heading-2 { font-size: 30px; }
.hm-sec1-text-heading-1 { font-size: 26px; margin-bottom: 0px;}
.hm-sec3-heading-1 { font-size: 30px;}	
#foogallery-gallery-218 .fg-image { width: 240px !important;}	
.hm-sec1-btn1 {  padding: 6px 26px; }	
#home-sec2-slider div.owl-nav .owl-next { width: 40px; height: 30px;}	
#home-sec2-slider div.owl-nav .owl-prev { width: 35px; height: 30px;}	
#home-sec2-slider .owl-next {padding: 0px;}	
#home-sec2-slider .owl-prev {padding: 0px;}	
.navbar .dropdown ul li { min-width: 200px; }	
.vs-sec1-bx-video p { margin-bottom: 10px;}	
.vs-contact-btn { font-size: 16px;}	
.navbar .dropdown ul a { font-size: 15px;}	
.event-container { max-width: 750px;}	
.contact-sec3-text p { font-size: 16px;}	
	
	
/* .hm-sec2-heading-2 { font-size: 16px; }	 */
/* 	.contact-sec1-form .form-control { font-size: 14px;}	 */
/* .hm-sec1-list li {font-size: 15px;padding-bottom: 4px;} */
/* 	.abls-sec3-list li {font-size: 16px;} */
/* .ab-sec2-ct-box-list li {font-size: 15px;padding-bottom: 4px;} */
/* .about-ls-section-1 p {font-size: 15px;}
.about-ls-section-2 p {font-size: 15px;} */
/* .about-ls-section-3 p {font-size: 15px;} */
/* .abls-sec4-list li {font-size: 15px;} */
/* .about-ls-section-4 p {font-size: 15px;} */
/* .about-ls-section-5 p {font-size: 17px;padding-bottom: 9px;}
.abls-sec5-list li {font-size: 15px;} */
/* .abt-banner-menu li {font-size: 14px;} */
/* .test-sec1-box p {font-size: 15px;line-height: 24px;} */
/* .event-sec1-box p {font-size: 15px;} */	
	
}


@media (max-width: 1280px) {
.home-banner video { height: 80vh;}
/* .ab-sec2-ct-box-list li { font-size: 16px; padding-bottom: 4px; }	 */
/* .ab-sec2-ct-box p { font-size: 18px; padding-top: 10px;}	 */
/* .ab-sec2-ct-box-list li { font-size: 16px; padding-bottom: 5px; }	 */
.about-section-2 { clip-path: polygon(0% 0%, 100% 6%, 100% 100%, 0% 96%);}	
p { line-height: 24px; font-size: 17px; }
.vs-sec1-bx-btn { font-size: 18px; }
.vs-sec1-bx-video iframe { height: 208px; }
/* .event-sec1-box p { font-size: 16px; }
.abls-sec3-list li {font-size: 16px; }
.abls-sec4-list li { font-size: 16px; }
.abls-sec5-list li { font-size: 16px; } */
/* .about-ls-section-2 p { font-size: 16px; } */
.about-ls-section-2 { padding: 30px 0px; }
.event-section-1 { padding: 50px 0px;  }	
.modal-dialog { margin: 180px auto !important;}	
.vs-sec1-bx-video video { height: 210px;}	
.home-banner-title { font-size: 45px;}	
.hm-sec1-img::before { height: 400px;}	
.navbar>ul>li { padding: 10px 0 10px 15px;}	
.top-container { padding: 0 30px;}	
.top-container{ padding: 0 30px; }
	.abls-sec1-heading { font-size: 34px;}
.navbar .dropdown ul a { font-size: 18px;}	
.tevent-sec1-heading { font-size: 32px;}	
.virtual-sec1-heading { font-size: 32px;}	
.vs-sec1-bx-btn { font-size: 20px;}	
.vs-sec2-heading1 { font-size: 26px;}	
.inner-banner-text-heading { font-size: 36px;}
.virtual-sec1-heading {font-size: 32px;}	
.hm-sec2-heading-1 { font-size: 32px;}	
.vs-sec1-bx-btn { font-size: 18px;}	
.virtual-sec1-heading { font-size: 32px;}	
.ev-bx-heading1 { font-size: 28px;}
.ev-link { font-size: 20px;}	
.event-sec1-heading2 {font-size: 32px;}	
.ct-sec3-text-heading { font-size: 32px;}	
.hm-sec3-box img {width: 340px;}
.abls-sec1-tx-heading1 {font-size: 20px;}
}


@media (max-width:1152px) {
.navbar ul li a { font-size: 13px;}
#home-sec2-slider div.owl-nav .owl-prev { width: 40px;}	
.hm-sec3-box.floating img { width: 450px;}	
.contact-sec1-form textarea { height: 130px;}	
.hm-sec1-img::before { height: 380px;}	
/* .hm-sec2-heading-2 {font-size: 15px; }	 */
.hm-sec3-heading-2 {font-size: 17px; }	
.hm-sec3-heading-2 a {font-size: 24px;line-height: 27px;}
.vs-sec2-heading1 { font-size: 18px;}	
.vs-sec1-bx-video iframe {  height: 185px;  }	
.virtual-section-1 { padding: 40px 0px 30px 0px;}	
.navbar .dropdown ul a { font-size: 14px; }	
.vs-sec1-bx-btn { padding: 8px 10px; }	
#foogallery-gallery-218 .fg-image { width: 285px !important;}	
.testimonial-section-1 .container{ max-width: 95%;}	
/* .test-sec1-box { min-height: 460px; }	 */
.footer-section { padding: 50px 0px 30px; }	
.abls-sec3-list li { padding-right: 10px; }	
.modal-dialog { margin: 130px auto !important; }	
.vs-sec1-bx-video video { height: 185px; }
.home-banner-title { font-size: 40px; }	
.about-section-2{ clip-path: polygon(0% 0%, 100% 2%, 100% 100%, 0% 96%); }	
#foogallery-gallery-218 .fg-image { width: 200px !important; }	
.navbar .dropdown ul li { min-width: 160px;}	
.about-ls-section-2 { padding: 50px 0px; }
.chat-circle { width: 60px; height: 60px; }	
.test-sec1-box{ padding: 30px 20px; 
/* 	min-height: 430px; */
	}	
.hm-sec2-heading-2 {line-height: 20px; }
.hm-sec3-box.floating img {width: 370px;}	
.hm-sec1-list { padding: 10px 10px 10px 18px;}
.about-section-2 .nav-pills .nav-link { padding: 8px 15px; font-size: 18px;}	
.tevent-box1-text { font-size: 18px; }	
.vs-sec2-heading1 {  font-size: 26px; }	
/* .test-sec1-box { min-height: 450px; }	 */
	
	
	
}








@media (max-width: 1024px) {
.navbar-nav .nav-item .nav-link {font-size: 12px;}
.top-container { padding: 0 20px; } 
.navbar>ul>li { padding: 10px 0 10px 15px; }
.navbar-brand { width: 230px; }
.navbar ul li a { font-size: 14px;}
.navbar .dropdown ul {left: 15px;}	
.hm-section-2::after { background-size: cover;}	
.home-banner-title { font-size: 40px;}	
.home-banner-heding {font-size: 32px;}	
.hm-section-1 { padding: 50px 0px 50px 0px; }
.vs-sec1-bx-video iframe { height: 175px; }	
.event-sec1-box { padding: 80px 22px 30px; }	
.test-sec1-box { 
/* 	min-height: 490px; */
	padding: 30px 15px; }	
.vs-sec1-bx-video video { height: 175px;}	
.event-section-1 { padding: 50px 0px 20px; }
.event-sec1-btn {  font-size: 16px;padding: 10px 36px; }	
.hm-sec1-img { padding: 35px 5px 35px 35px;}	
.about-section-2 .nav-pills .nav-link { padding: 8px 32px; }
.about-section-2 { clip-path: polygon(0% 0%, 100% 2%, 100% 100%, 0% 98%); }	
.about-section-2 { padding: 70px 0px; }	
.ab-sec2-container { padding: 30px 20px;}
.navbar-brand { width: 200px;}	
.top-container { padding: 0 30px;}	
.change-set-padd .vs-sec1-box { margin-bottom: 30px; }	
.virtual-section-1 { padding: 50px 0px 50px 0px; }	
.vs-sec2-heading1 { font-size: 16px;  }	
.virtual-sec1-heading { padding: 0px 100px 15px 100px;}	
.vs-sec1-bx-btn { font-size: 15px;  }	
.abls-sec1-heading { padding: 0px 100px 15px 100px;}	
.top-container-2 {  padding: 0px 40px; }
.vs-sec2-heading1 { font-size: 22px; }	
.virtual-sec1-heading { font-size: 30px; }
.change-set-padd .vs-sec1-bx-btn { min-height: 100px;}	
.virtual-sec1-heading { font-size: 30px;}	
.virtual-section-1 { padding: 50px 0px 40px 0px; }	
.vs-sec1-bx-btn {font-size: 20px; }	
.ev-bx-heading3 {font-size: 17px; }	
}

@media (max-width: 991px) {
.mobile-nav-show { color: #fff; }	
.container{ max-width: 95%;}	
.hm-sec3-heading-2 {font-size: 16px; }	
/* .hm-sec3-heading-2 a{font-size: 16px; } */
.hm-sec5-text p { padding: 0px 15px;}	
.hm-sec5-text-box-2 .owl-carousel .owl-nav.disabled { margin-top: 20px;}	
.hm-sec1-img { padding: 25px;}	
	.navbar>ul>li { padding: 10px 0 10px 5px; }
.navbar ul li a { font-size: 20px !important; padding: 0px 10px;color: #000;font-weight: 600;}	
.navbar .dropdown ul a { padding: 0px 10px; font-size: 16px; }	
.navbar a, .navbar a:focus { font-size: 20px !important; }	
.navbar a, .navbar a:focus { padding: 0px 10px;}	
.navbar { max-width: 450px;}	
.navbar .dropdown ul, .navbar .dropdown .dropdown ul {  margin: 0px 10px; }	
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a { padding-left: 15px; color: #000; font-weight: 600;}	
.navbar .dropdown ul a {  padding: 0px 10px 5px; }	
.navbar-brand { width: 320px; }	
.tevent-box1-text { padding: 10px 28px; }	
.tevent-section-1 { padding: 40px 0px 10px; }	
.hm-sec2-heading-2 { font-size: 20px; }	
.contact-sec1-form .form-control { font-size: 15px; }	
.navbar .dropdown ul, .navbar .dropdown .dropdown ul { margin: 10px 10px 0px; padding: 0px 0px; }	
.vs-sec1-bx-btn { font-size: 20px; }
.vs-sec1-bx-video iframe { height: 250px; }
.virtual-sec1-heading { padding: 0px 100px 15px 100px; }
.vs-sec1-bx-btn { min-height: 130px; }
#foogallery-gallery-218 .fg-image { width: 280px !important; }	
.out-gallery { margin: 50px 0px;  }	
.abls-sec1-tx-heading1 {font-size: 17px;  }	
.abls-sec1-text { padding: 20px 15px 10px 15px; }	
.about-ls-section-2 { padding: 40px 0px; }	
.top-container-2 { padding: 0px 40px; }	
.abls-sec4-text-box { padding: 15px;}	
.contact-sec2-box a { font-size: 18px; }	
.inner-banner-text-heading { font-size: 30px; }	
.navbar .dropdown ul li a{ font-size:17px !important; padding-bottom:10px; padding-top:10px; border-bottom: 0px solid #8080801f;}	
.contact-container-1 {  max-width: 850px;}	
.event-container { max-width: 850px;}	
/* .hm-sec1-list li {  font-size: 16px; } */
.vs-sec1-bx-video video {height: 250px; }	
.hm-sec3-box { padding-bottom: 50px;}	
.home-banner video { height: 60vh; }	
.ev-btn { font-size: 16px; }	
/* .footer-item li {  font-size: 16px;    }	 */
.footer-btm-right p { font-size: 16px; }
.vs-contact-btn {  font-size: 16px; }	
.hm-sec3-heading-2 { font-size: 18px; }	
/* .hm-sec3-heading-2 a{ font-size: 18px; }	 */
.home-banner-title {font-size: 35px; }	
h1.inner-banner-text-heading br {  display: none;}	
.footer-btm-left p { margin-bottom: 0px; font-size:16px; }
.footer-btm-right p { margin-bottom: 0px; }	
	
	
	
	
	
	
	
	
	
	
}



@media (max-width: 912px) {
.hm-sec3-box.floating img { margin-bottom: 90px; }
.about-section-1 { padding: 40px 0px 30px;}	
.about-section-2 { padding: 80px 0px; }	
.footer-section { padding: 50px 0px 20px; }	
.ab-sec1-text { padding-left: 10px;}	
.ab-sec2-container { padding: 20px 15px; }	
.about-section-2 { clip-path: polygon(0% 0%, 100% 3%, 100% 100%, 0% 98%); }	
.ab-sec2-ct-box p {
/* 	font-size: 17px; */
	padding-top: 10px; }	
.vs-sec1-bx-video iframe { height: 240px; }	
#foogallery-gallery-218 .fg-image { width: 250px !important;}	
/* .test-sec1-box { min-height: 540px;}	 */
.testimonial-section-1 { padding: 50px 0px 30px 0px; }
.abls-sec1-heading { padding: 0px 100px 15px 100px;}	
.abls-sec1-text { padding: 20px 10px 10px 10px; }	
.abls-sec3-list {  padding: 0px 0px 0px 20px;}	
.contact-container-1 {  max-width: 750px;}	
.event-container { max-width: 750px;}
.vs-sec1-bx-video video { height: 240px; }	
.home-banner video { height: 55vh; }	
.hm-sec1-img::before { height: 300px; }	
.hm-sec1-text-heading-3 { font-size: 17px; }	
.ab-sec2-ct-box-heading { font-size: 21px; }	
.about-section-2 {  margin: 0px 0px 30px 0px;}	
	
	
}




@media (max-width:840px) {
.home-banner video { height: 45vh; }
.hm-sec1-img::before { height: 300px; }	
.hm-sec1-btn1 {font-size: 16px; padding: 9px 15px; }	
.hm-section-3 {  margin: -80px 0px -80px 0px;}	
.hm-sec3-box.floating img { margin-bottom:0px; }	
.tevent-box1-text { font-size: 18px;}	
.tevent-box1-text { padding: 10px 15px; }	
.tevent-sec1-heading { font-size: 26px; }
.vs-sec1-bx-btn { font-size: 19px; }	
.virtual-sec1-heading { padding: 0px 20px 15px 20px; }	
.vs-sec1-bx-video iframe { height: 200px; }	
.inner-banner-text-heading { font-size: 28px; }	
.vs-sec1-bx-btn { font-size: 18px; }	
.vs-sec1-bx-btn {  min-height: 120px; }
#foogallery-gallery-218 .fg-image { width: 220px !important;  }	
.out-gallery { margin: 40px 0px; }	
.event-sec1-box { padding: 50px 15px 20px; }	
.ev-bx-heading3 { font-size: 17px; }	
.hm-sec3-container .mb-5 {  margin-bottom: 30px !important;}	
/* .test-sec1-box { min-height: 580px; }	 */
.abls-sec1-heading { padding: 0px 40px 15px 40px; }	
.abls-sec1-heading { font-size: 30px;line-height: 26px; }	
.about-ls-section-7 p { font-size: 17px; }	
.abls-sec2-text-box { padding: 20px; }	
.footer-heading-1 { font-size: 20px;  }	
.contact-section-3 { padding: 30px 0px 0px; }	
.modal-dialog { max-width: 100%; width: 90% !important; margin: 200px auto !important;}	
.modal-dialog {  width: 95% !important;}	
.vs-sec1-bx-video video { height: 200px; }
.hm-sec5-btn1 { font-size: 16px; padding: 8px 10px; }	
.hm-sec5-text-box-1 { display: block; text-align: center;}	
.hm-sec5-text-box1 { width: 100%;}
.hm-sec5-text-box2 { padding-right: 0px; width: 100%; text-align: center;  margin-top: 20px;}	
.home-banner-title {font-size: 30px;}	
.home-btn-1 { font-size: 17px; padding: 10px 30px;}	
.hm-sec1-img { padding: 35px 5px 35px 25px; }	
.footer-item li a { border-bottom: 2px solid transparent; word-break: break-all;}
.inner-banner-text-container { bottom: 15%; }
	
	
	
	
}




@media (max-width:768px) {
.home-banner-title { font-size: 28px; }
.about-section-2 .nav-pills .nav-link { padding: 8px 25px; }	
.footer-heading-1 { font-size: 18px; }	
.event-section-1 { padding: 50px 40px 20px;}	
.contact-section-2 { padding: 90px 40px; }	
.geners-list li {width: 100%;}
.hm-section-3 {margin:0;}
	

}


@media (max-width:767px) {
.home-banner video { height: 50vh;}
header { position:relative;}
header.fixed-nav{ position:fixed;}
.top-nav-bar { position: relative;  background: #000;}	
.home-banner-title { font-size: 26px; }
.home-banner-heding { font-size: 27px; }	
.home-banner-text-container { bottom: 15%;}	
.container { max-width: 100%; }	
.hm-sec1-img::before{ display:none;}	
.hm-sec1-img { padding: 0px 0px 15px 0px; }	
.hm-sec1-text-heading-2 { font-size: 28px; }	
.hm-sec1-btn1 { padding: 9px 10px; }
.hm-sec1-btn2 {   margin-left: 5px;}	
#home-sec2-slider .owl-nav { display: flex; justify-content: center;}	
.hm-section-2::before { width: 351px; height: 251px;}
.hm-section-3 { clip-path: polygon(0% 0%, 100% 2%, 100% 100%, 0% 96%);
/* 	margin: -70px 0px -80px 0px; */
	}
.hm-sec3-box.floating img { margin-bottom: 30px; }	
.hm-sec3-heading-2 { font-size: 20px; }	
.hm-sec3-heading-2 a{ font-size: 20px; }	
/* .hm-section-3 { margin: -70px 0px -60px 0px; } */
#home-sec4-slider .owl-nav { display: flex;justify-content: center; margin-top: 20px; }	
.top-container-1 { padding: 0px 15px;}	
#home-sec4-slider div.owl-nav .owl-prev {  width: 41px;}	
.hm-sec5-text-box-1 { display: block; text-align: center;}
.hm-sec5-text-box1 { width: 100%;}	
.hm-sec5-text-box2 {  padding-right: 0px; width: 100%; text-align: center; border-right: 0px solid #ced0d7; margin: 20px 0px;}	
#home-sec5-slider .owl-nav { display: flex;justify-content: center; margin-top: 20px; }	
.hm-section-6 { clip-path: polygon(0% 0%, 100% 2%, 100% 100%, 0% 100%);}	
.hm-sec2-heading-1 { font-size: 26px; padding-bottom: 22px; }	
.contact-sec1-form { padding-left: 0px; padding-top: 15px;}	
.hm-section-6 { padding: 50px 0px 20px; }	
.footer-section { padding: 30px 0px 20px;  }	
.footer-btm-right p { text-align: left;}	
.footer-bottom { padding: 40px 0px 0px 0px;}
/* .footer-item li {
	font-size: 16px; */
/* 	padding-bottom:6px;   }	 */
.footer-heading-1 { font-size: 26px; }	
.top-container { padding: 0 15px; }	
.footer-heading-1 { margin-top: 15px; }	
.footer-section { padding: 20px 0px 20px;}	
.footer-btm-left p { font-size: 16px; }
.footer-btm-right p { font-size: 16px; }	
#home-sec5-slider div.owl-nav .owl-prev { width: 41px;}	
.contact-sec1-form .form-control {font-size: 16px; }
.navbar-brand { width: 250px;  }	
.ab-sec1-text-heading1 { font-size: 26px; }	
.ab-sec1-text { padding-left: 0px; padding-top: 10px; }	
.about-section-2 .nav-pills .nav-link { padding: 8px 20px; }	
.about-section-2 { padding: 50px 0px; }	
.about-section-2 { margin: 0px 0px 30px 0px;}	
.hm-section-1 { padding: 30px 0px 30px 0px; }	
.tt-space { padding-top: 0px; }	
.hm-sec1-text-heading-3 { font-size: 20px; }	
.ab-sec2-container { padding: 15px 15px; }
.navbar .dropdown ul li a {  padding-bottom: 0px; }	
.tevent-box1-text { font-size: 20px; }	
.tevent-section-1 {  padding: 30px 0px 0px; }	
.navbar .dropdown ul li a { padding: 5px 10px; }
.vs-sec1-bx-btn { font-size: 22px; }	
.inner-banner-text-container {  bottom: 15%; }
.virtual-section-1 { padding: 50px 0px 10px 0px; }	
.virtual-sec1-heading { padding: 0px 0px 15px 0px; }	
#foogallery-gallery-218 .fg-image { width: 100% !important; }	
.out-gallery { margin: 30px 0px; }	
.fg-default.fg-gutter-10 { padding-left: 0px !important;}	
.fg-default.fg-m-col1.fg-gutter-10 .fg-item { min-width: calc(100% - 0px) !important; max-width: calc(100% - 20px) !important; }	
.test-sec1-box { min-height: auto; }	
.testimonial-section-1 { padding: 30px 0px 20px 0px; }
.testimonial-section-1 .container { max-width: 100%; }	
/* .test-sec1-box p { font-size: 16px; line-height: 26px; }	 */
.abls-sec1-heading { padding: 0px 0px 15px 0px; }	
/* .abls-sec1-heading { font-size: 20px;  }	 */
.abls-sec1-text { margin-bottom: 10px; }	
/* .about-ls-section-1 p { font-size: 16px; }	 */
.abls-sec2-text-box { padding: 15px; height: auto; margin-bottom: 20px;  }
.about-ls-section-2 { padding: 40px 0px 20px; }
.about-ls-section-3 { padding: 30px 0px 20px 0px; }	
.top-container-2 { padding: 0px 15px; }	
.about-ls-section-4 { padding: 30px 0px; }	
.abls-sec4-text-box { padding: 15px; height: auto; margin-bottom: 20px;}	
/* .about-ls-section-4 p { font-size: 16px; }	 */
.about-ls-section-8 { padding: 30px 0px; }	
.about-ls-section-5 { padding: 30px 0px; }	
/* .abls-sec5-heading1 { font-size: 18px; }	 */
.abls-sec5-list { column-count: 1;}	
.about-ls-section-6 .abls-sec3-list {  column-count: 1;}	
.abls-sec3-list li { padding-bottom: 8px; }	
.abls-sec5-list li { padding: 0px 0px 8px 0px;}	
.abls-sec5-list { padding: 0px 0px 0px 20px; }	
.about-ls-section-2 { padding: 30px 0px 20px; }
.about-ls-section-7 { padding: 30px 0px 30px 0px; }	
.event-section-1 { padding: 30px 15px 20px; }	
.contact-section-2 {  clip-path: polygon(0% 0%, 100% 3%, 100% 100%, 0% 96%);}	
.contact-section-2 { padding: 60px 15px 40px; }	
.contact-sec2-box { margin-bottom: 20px;}	
.contact-section-3 { padding: 30px 25px 0px; }
.sec3-submit-sec-btn { margin-left: 0px;}	
.sec3-submit-sec p{ margin-bottom:0px;}	
.text-center { text-align: left !important;}	
.event-container { max-width: 100%; }	
.event-sec1-form-1 .form-control { font-size: 16px;}	
.contact-sec2-box a { font-size: 20px;}
.vs-sec1-bx-video iframe { height: auto; }
.hm-sec3-box.floating img {  margin-bottom: 0px;}
.hm-sec5-btn1 { font-size: 16px; padding: 10px 20px;}
.hm-sec3-heading-1 { padding-bottom: 15px;}	
.hm-sec6-btn { font-size: 17px;  padding: 10px 37px;}	
.about-section-1 { padding: 30px 0px 30px;}	
.about-section-2 .nav-pills .nav-link { padding: 8px 15px; font-size:16px; }	
.change-set-padd { padding: 30px 0px 30px 0px;}
.audio-section-2 { padding: 30px 0px 20px 0px;}
.inner-banner-text-heading { font-size: 26px;}
.ev-btn { font-size: 16px; padding: 8px 26px;}	
.hm-section-5 {  padding: 0px 0px 30px;}	
.navbar { max-width: 100%;}	
.hm-sec3-heading-1 { text-align: left;}
.hm-sec5-text p { padding: 0px 0px;}
.footer-btm-right p a { font-size: 16px;}
.abls-sec1-tx-heading1 {font-size: 18px; }	
.hm-sec1-btn2 { margin-left: 0px; margin-top: 10px; }	
.hm-sec1-btn1 { padding: 10px 25px;}	
.footer-logo { margin-bottom: 10px; margin-top: 20px;}	
.home-banner-title { font-size: 26px;}	
.hm-sec3-heading-2 {font-size: 22px;}	
.hm-sec3-heading-2 a{font-size: 22px;}
.ab-sec2-ct-box-heading { font-size: 24px; }	
.footer-heading-1 { font-size: 30px; }	
.navbar ul li a {font-size: 24px !important; }	
.navbar a, .navbar a:focus { font-size: 24px !important; font-weight: 600 !important;}
.navbar .dropdown ul li a { font-size: 20px !important; }
.virtual-sec1-heading { font-size: 28px; }
.audio-section-1 { padding: 50px 0px 20px 0px; }
.vs-sec1-box {margin-bottom: 0px;}	
.testimonial-section-1 .col-md-6 {margin-bottom: 9px;}
	
	
	
}

@media (max-width:460px) {
.home-btn-1 { font-size: 17px; padding: 12px 30px; }
.hm-sec1-btn1 { padding: 10px 25px; font-size: 17px; }	
/* .hm-sec1-list li { font-size: 17px; }	 */
.hm-section-2::after {  clip-path: polygon(0% 0%, 100% 3%, 100% 100%, 0% 94%);}	
.hm-sec5-btn1 {  font-size: 17px; padding: 10px 20px;}	
.contact-sec1-form .form-control { padding: 10px 15px; }	
/* .footer-item li a { font-size: 16px;}	 */
#home-sec5-slider div.owl-nav .owl-next { width: 50px;}	
	
	
}
@media (max-width:414px) {
.hm-sec1-btn1 { padding: 10px 25px; font-size: 16px; }
.hm-sec3-box { padding-bottom: 30px; }	
#home-sec2-slider div.owl-nav .owl-next { width: 50px;}	
	
	
	
	
	
	
	
	
	
	
	
}

@media (max-width:375px) {
.hm-sec1-btn1 { padding: 10px 10px; font-size: 16px; }
.hm-sec1-btn1 { padding: 10px 8px;font-size: 15px; }	
.hm-section-2 { padding: 50px 0px 70px; }	
.navbar-brand {  width: 280px;}	
.home-banner-title { font-size: 24px; }
}

@media (max-width:360px) {
.navbar-brand { width: 250px; }
.home-banner-title { font-size: 32px; }	
.home-banner-heding { font-size: 25px; }	
.hm-sec1-text-heading-3 { font-size: 18px;}	
.hm-sec1-btn1 { font-size: 14px; padding: 9px 10px; }	
.hm-sec3-box { padding-bottom: 30px; }
.tevent-sec1-heading { font-size: 22px; }	
.navbar>ul>li { padding: 10px 0 10px 5px; }	
.inner-banner-text-heading { font-size: 22px; }	
.abls-sec3-list li { padding-right: 0px; }	
.hm-sec2-heading-1 { font-size: 24px; padding-bottom: 22px; }	
.abls-sec4-list { padding: 0px 15px;}	
.contact-section-3 {padding: 30px 15px 0px; }	
.p-0 { padding: 0px 15px !important;}	
.ct-sec3-text-heading { font-size: 24px; }	
.ev-link { font-size: 18px; }	
.ev-bx-heading1 { font-size: 22px;}	
.hm-section-2::after {  clip-path: polygon(0% 0%, 100% 3%, 100% 100%, 0% 94%);}	
.hm-section-2 { padding: 40px 0px 70px; }	
.hm-section-3 { padding: 50px 0px; }
.hm-section-3 {  margin: -65px 0px -60px 0px; }
.hm-sec1-list li { font-size: 16px; }	
.hm-sec3-heading-1 { font-size: 28px;}
.ab-sec1-text-heading1 { font-size: 23px; }	
.about-section-2 .nav-pills .nav-link { padding: 10px 30px; font-size: 18px; }	
.about-section-2 { clip-path: polygon(0% 0%, 100% 3%, 100% 100%, 0% 99%); }	
.ct-sec3-text-heading { font-size: 24px;}	
	
}






