:root {
    --text-font: "poppins", serif;
    --title-font: "ubuntu", serif;
    --theme-color: #b01b2a;
    --theme-color2: #017d58;
    --theme-color3: #1c94d2;
    --theme-color4: #d0741a;
    --secondary-color: #2c2a26;
    --text-color: #6f6d69;
    --title-color: #2c2a26;
    --white-f: #ffffff;
    --black-f: #000000;
}
body {
  font-size:16px;
  color: var(--text-color);
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: var(--text-font);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}
a{
  font-family: var(--title-font);
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
a:hover{
  text-decoration:none;
  outline:none;
}
input,button,select,textarea{
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 17px;
  background: transparent;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}
ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}
input{
  transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}
p{
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}
h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  margin: 0px;
  transition: all 500ms ease;
}
.ScrollToTop a {
    border: 1px solid var(--theme-color4);
    color: var(--theme-color4);
}
.ScrollToTop a:hover {
    background: var(--theme-color4);
}

/*------------------  breadcrumb  -------------------------*/

.section-top {
    position: relative;
    background-image: url(../../images/images/new_images/home/others/breadcrumb.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 86px 0;
    z-index: 0;
}
.about_title, .product_title, .gallery_title, .contact_title, .services_title {
    color: var(--white-f);
    font-size: 40px;
    font-family: var(--title-font);
    font-weight: 700;
    text-align: initial;
    margin-left: 160px;
}

/*===  header  ===*/

.navigation-area {
    background: #fff;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
    color: var(--theme-color) !important;
}
.nav.navbar-nav li a {
    color: var(--black-f);
    font-family: var(--text-font);
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
}
.mail {
    color: var(--white-f);
    font-size: 14px;
    font-family: var(--text-font);
    font-weight: 400;
}
.phone a{
    color: var(--white-f);
    font-size: 14px;
    font-family: var(--text-font);
    font-weight: 400;
}
.header-top i.fa {
    background: var(--white-f);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    line-height: 30px;
    margin-right: 5px;
    color: var(--theme-color);
}
header a:hover {
    color: var(--black-f);
}
.header-top {
    background: var(--theme-color);
}
.top-bar {
    padding: 8px 0;
}
.bg-overlay:after {
    opacity: 0;
}
.teashop-btn {
    display: none;
}

/*===  footer  ===*/

.social-icons {
    display: none;
}
.footer-content p i {
    background: var(--theme-color);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    line-height: 30px;
    margin-right: 5px;
    color: var(--white-f);
}
.qc-social-list .qc-social .social:hover {
    background: var(--theme-color);
    color: var(--white-f);
}
#qcfooter-block h3:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 60px;
    background: var(--theme-color3);
    top: 40px;
    left: 0;
}
.footer-content .quicklinks li a:hover {
    color: var(--theme-color);
}
.footer-content p a:hover {
    color: var(--theme-color);
}
.footer-content p a {
    color: var(--white-f);
    font-family: var(--text-font);
}

/*QC FOOTER STYLE START*/

#qcfooter-block {
    padding: 40px 0px;
    background: var(--black-f);
    color: #fff;
}
#qcfooter-block h3 {
    font-size: 20px;
    color: var(--white-f);
    margin-bottom: 20px;
    width: 140px;
    line-height: 2;
}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {height: 60px; display: block; margin: 10px 0;}
.footer-content .qc-brand img {
    height: 100%;
    background: var(--white-f);
    padding: 0px 15px;
    border-radius: 10px;
}
.footer-content p {
    font-size: 15px;
    line-height: 28px;
    color: var(--white-f);
    margin-bottom: 10px;
}
.footer-content .quicklinks {margin: 0; padding: 0;}
.footer-content .quicklinks li {list-style: none; display: block;}
.footer-content .quicklinks li a {
    padding: 5px 0px;
    display: block;
    font-size: 18px;
    color: var(--white-f);
}
.footer-content .quicklinks li i {margin-right: 5px;}
.footer-content .social-links .qc-social-list {margin: 10px 0px; padding: 0; color: #ddd; font-size: 15px;}
.footer-content .social-links .qc-social-list li {display: inline-block; margin-right: 10px;}
.qc-social-list .qc-social .social {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: var(--theme-color);
}
.footer-content .mobile-apps {
    display: none;
}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
#qcfooter-copyrights {
    padding: 6px 0;
    background: var(--theme-color);
    border-top: 1px solid #ddd;
}
#qcfooter-copyrights .copyright {
    text-align: center;
    font-size: 14px;
    color: #fff;
}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}

/*QC FOOTER STYLE END*/

/*===============================================  home_page  =======================================================*/
#homepageid {
    overflow: hidden;
}

/*----------------------------------------------  home_topsect  ----------------------------------------------------*/

/*** 

====================================================================
        Coming Soon
====================================================================

***/

.coming-soon-section {
    position: absolute;
    z-index: 2;
    width: 100%;
}
.coming-soon-section .outer-box {
    position: relative;
    display: block;
    padding: 10px 80px;
    text-align: center;
    margin-top: -50px;
    background: #1e1f36;
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
}
.scroll-text-section {
    position: relative;
    display: block;
    overflow: hidden;
}
.scroll-text-section .text-list{
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 50px;
  -moz-animation: scroll-left 190s linear infinite;
  -webkit-animation: scroll-left 190s linear infinite;
  animation: scroll-left 190s linear infinite;
}
.scroll-text-section .text-list li {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 70px;
    font-family: var(--title-font);
    font-weight: 100;
    color: var(--white-f);
}
.scroll-text-section .text-list li:hover{
  color: #fff;
}
.scroll-text-section .text-list li:nth-child(even) {
    font-size: 35px;
    color: #fff;
    transform: rotate(90deg);
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-moz-keyframes scroll-left {
  0% { -moz-transform: translateX(0%); }
  100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
  0% { -webkit-transform: translateX(0%); }
  100% { -webkit-transform: translateX(-100%); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
/*----------------------------------------------  home_welcome  ----------------------------------------------------*/

/*** 

====================================================================
        About Section
====================================================================

***/

.about-section {
    position: relative;
    padding: 120px 0 50px;
}
.about-section .content-column{
    position: relative;
    margin-bottom: 50px;
}
.about-section .content-column .inner-column{
    position: relative;
	padding-right: 80px;
}
.about-section .content-column .sec-title{
	position: relative;
	margin-bottom: 20px;
}
.about-section .content-column .sec-title .text{
	margin-top: 20px;
}
.about-section .content-column .sec-title h2{
	font-size: 48px;
}
.about-section .content-column .list-style-one{
	margin-bottom: 30px;
}
.about-section .content-column .btn-box{
	position: relative;
}
.about-section .content-column .btn-box a{
	padding: 15px 30px;
	line-height: 20px;
	font-weight: 600;
	font-size: 15px;
}
.about-section .image-column{
	position: relative;
	margin-bottom: 50px;
}
.about-section .image-column .image-box{
	position: relative;
	padding-left: 80px;
}
.about-section .image-column .image-box img{
    display: block;
	z-index: 1;
	border-radius: 50%;
	border: 15px solid #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
}
.about-section .image-column .image-box .img-wrapper:hover:after {
    opacity: 1;
    top: -20%;
    left: -30%;
    transition: all 0.7s linear;
}
.about-section .image-column .image-box .img-wrapper:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(25deg);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0.0) 100%
    );
}
.about-section .image-column .image-box .img-wrapper{
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}
.about-section .image-column .image{
	position: relative;
	margin-bottom: 0;
}
.about-section .image-column .image:before{
    position: absolute;
    right: -10%;
    top: -10%;
    height: 120%;
    width: 120%;
    background-image: url(../../images/images/new_images/home/wel/wel-shape-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-animation: dizzling 10s infinite;
    -moz-animation: dizzling 10s infinite;
    -ms-animation: dizzling 10s infinite;
    -o-animation: dizzling 10s infinite;
    animation: dizzling 10s infinite;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
}
@keyframes dizzling{
	0%{
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	50%{
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	100%{
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
}
.icon-dots{
	width: 72px;
	height: 60px;
	background-image: url(../../images/images/new_images/shapes/icon-dots.png);
}
.icon-circle-1 {
    width: 500px;
    height: 500px;
    background-image: url(../../images/images/new_images/shapes/icon-circle-1.png);
    background-size: 100%;
    filter: invert(13%) sepia(59%) saturate(6918%) hue-rotate(348deg) brightness(78%) contrast(86%);
}
.icon-circle-blue{
	width: 300px;
	height: 300px;
	background-image: url(../../images/images/new_images/shapes/circle-blue.png);
}
.about-section .icon-circle-blue{
	right: -150px;
	bottom: -150px;
	opacity: .70;
	-webkit-animation: fa-spin 30s infinite;
	-moz-animation: fa-spin 30s infinite;
	-ms-animation: fa-spin 30s infinite;
	-o-animation: fa-spin 30s infinite;
	animation: fa-spin 30s infinite;
}
.about-section .icon-dots{
	left: 50%;
	top: 30%;
}
.about-section .icon-circle-1{
	left: -200px;
	top: -200px;
	opacity: .05;
}
.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}
.anim-icons.full-width {
    max-width: 100%;
}
.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
}

/* List Style One */
.list-style-one{
    position:relative;
}
.list-style-one li{
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #444444;
	font-weight: 500;
	padding-left: 35px;
	margin-bottom: 10px;
}
.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    content: "\f05d";
    font-family: 'FontAwesome';
    color: var(--theme-color2);
}

/* Button style three*/

.btn-style-three {
    position: relative;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    background-color: var(--theme-color3);
    overflow: hidden;
    border-radius: 10px;
}
.btn-style-three .btn-title {
    position: relative;
    font-family: var(--text-font);
    font-weight: 400;
}
.btn-style-three:hover{
	color:#1c94d2;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}
.btn-style-three:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffffff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.btn-style-three:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*** 

====================================================================
    Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;
}
.sec-title .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    color: var(--theme-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.sec-title h2{
	position:relative;
	display: inline-block;
	font-size:56px;
	line-height:1.2em;
	color:#1e1f36;
	font-weight:700;
}
.sec-title .text{
	position: relative;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-top: 30px;
}
.sec-title.light h2,
.sec-title.light .title{
	color: #ffffff;
	-webkit-text-fill-color:inherit; 
}


/*--------------------------------------------------  home_feature  ------------------------------------------------------*/

/*** 

====================================================================
    Features Section Two
====================================================================

***/

.features-section-two{
	position: relative;
	padding: 70px 0 100px;
}
.features-section-two.style-two{
	padding: 120px 0 100px;
}
.features-section-two .title-block{
	position: relative;
	margin-bottom: 40px;
}
.features-section-two .title-block .inner-box{
	padding: 50px 30px 0;
	background-color:#ffffff;
}
.features-section-two .title-block .sec-title{
	margin-bottom: 0;
}
.features-section-two .title-block .sec-title .title{
	margin-bottom: 5px;
}
.feature-block-two{
	position: relative;
	margin-bottom: 40px;
}
.feature-block-two .inner-box{
	position: relative;
	padding: 40px 30px;
	padding-left: 100px;
	background-color:#ffffff;
	border: 1px solid #eeeeee;
	box-shadow: 0 30px 40px rgba(0,0,0,0.10);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
}
.feature-block-two .inner-box:hover{
	box-shadow: none;
}
.feature-block-two .icon-box{
	position: absolute;
	left: 30px;
	top: 50px;
	display: block;
	margin-bottom: 30px;
}
.feature-block-two .icon-box .icon {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--theme-color4);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.feature-block-two .inner-box:hover .icon-box .icon{
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}
.feature-block-two h4{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #12114a;
	font-weight: 700;
	margin-bottom: 10px;
}
.feature-block-two h4 a{
	color: #1e1f36;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.feature-block-two h4 a:hover {
    color: var(--black-f);
}
.feature-block-two .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #888888;
	font-weight: 400;
	cursor: default;
}
.feature-block-two .link-box{
	position: relative;
	display: block;
}
.feature-block-two .link-box a{
	padding: 10px 20px;
	line-height: 20px;
	font-size: 14px;
}
.features-section-two .twist-line-1 {
    left: 80%;
    top: 480px;
}
.features-section-two .twist-line-3{
	left: 90px;
    top: -20px;
}
.twist-line-1{
	height: 70px;
	width: 80px;
	background-image: url(../../images/images/new_images/shapes/twist-line-1.png);
}
.twist-line-3{
	height: 73px;
	width: 70px;
	background-image: url(../../images/images/new_images/shapes/twist-line-3.png);
}

/*----------------------------------------------------  home_service  ----------------------------------------------------*/
.speaker-block .image-box .image a {
    display: block;
}
.servpgbot-title {
    text-align: center;
    margin-top: 30px;
}
.servpgbot-title h4 a {
    color: var(--white-f);
    font-size: 20px;
    text-transform: uppercase;
}
/*** 

====================================================================
    	Speakers Section
====================================================================

***/

.speakers-section{
	position: relative;
	padding: 120px 0 90px;
}
.speakers-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(28,139,210,.50);
	content: "";
}
.speaker-block{
	position: relative;
	margin-bottom: 40px;
}
.speaker-block .inner-box{
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 10px solid #ffffff;
	box-shadow: 0 30px 30px rgba(0,0,0,0.40);
	max-width: 300px;
	margin: 0 auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 500ms ease;
}
.speaker-block .inner-box:hover{
	box-shadow: none;
}
.speaker-block .image-box{
	position: relative;
}
.speaker-block .image-box .image{
	position: relative;
	margin-bottom: 0;
}
.speaker-block .image-box .image img{
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.speaker-block .inner-box:hover .image img{
	opacity: .80;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.speaker-block .info-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background: #000000cc !important;
}
.speaker-block .inner-box:hover .info-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	opacity: 1;
}
.speaker-block .info-box .inner{
	position: absolute;
	left: 0;
	width: 100%;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 40px;
}
.speaker-block .info-box .designation{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 15px;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 300ms ease;
}
.speaker-block .inner-box:hover .info-box .designation{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}
.speaker-block .social-links{
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 300ms ease;
}
.speaker-block .inner-box:hover .social-links{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}
.speaker-block .social-links li{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}
.speaker-block .social-links li a i {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    background-color: #ffffff;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50%;
    color: var(--theme-color);
    font-weight: 100;
}
.speaker-block .social-links li a:hover i {
    color: var(--theme-color3);
}
.servpgbot-title h4 a:hover {
    color: var(--theme-color3);
}

/*------------------------------------------------------  home_counter  ----------------------------------------------*/

/***

====================================================================
    	Fun Fact Section
====================================================================

***/

.fun-fact-section{
	position: relative;
	padding: 100px 0 50px;
}
.fun-fact-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../../images/images/new_images/home/others/counterbg.png);
	content: "";
	opacity: .10;
}
.fun-fact-section .fact-counter{
	position: relative;
}
.fun-fact-section .counter-column{
	position:relative;
	text-align: center;
	margin-bottom:50px;
}
.fun-fact-section .count-box{
	position: relative;
	font-size:80px;
	line-height: 1em;
	color:#222222;
	font-weight:700;
}
.fun-fact-section .count-box .icon{
	position: relative;
	display: inline-block;
	font-size:60px;
	color: #ffffff;
	margin-bottom: 20px;
	height: 120px;
	width: 120px;
	line-height: 120px;
	border-radius: 50%;
	font-weight: 400;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
	background-color: #222222;
	box-shadow: 5px 10px 30px rgba(0,0,0,0.10);
}
.fun-fact-section .count-box:hover .icon{
	transform:rotateY(360deg);
}
.fun-fact-section .count-box .count-text{
	position:relative;
	display: block;
	font-size:72px;
	line-height: 1em;
	color:#15212f;
	text-shadow: 10px 10px 10px rgba(0,0,0,0.10);
	font-weight:600;
	margin-bottom: 10px;
}
.fun-fact-section .count-box .counter-title{
	position: relative;
	display: block;
	font-size:22px;
	line-height:30px;
	font-weight:700;
	color:#222222;
}
.fun-fact-section .counter-column:nth-child(1) .count-box .icon {
    background-color: var(--theme-color);
}
.fun-fact-section .counter-column:nth-child(2) .count-box .icon{
	background-color: var(--theme-color2);
}
.fun-fact-section .counter-column:nth-child(3) .count-box .icon{
	background-color: var(--theme-color3);
}
.fun-fact-section .counter-column:nth-child(4) .count-box .icon{
	background-color: var(--theme-color4);
}
.fun-fact-section .counter-column:nth-child(1) .counter-title{
	color: var(--theme-color);
}
.fun-fact-section .counter-column:nth-child(2) .counter-title{
	color: var(--theme-color2);
}
.fun-fact-section .counter-column:nth-child(3) .counter-title{
	color: var(--theme-color3);
}
.fun-fact-section .counter-column:nth-child(4) .counter-title{
	color: var(--theme-color4);
}
.fun-fact-section.style-two{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.fun-fact-section.style-two:before{
	background: #1c94d2;
	opacity: 0;
}
.fun-fact-section.style-two .count-box .count-text{
	color: #ffffff;
}

/*------------------------------------------------------  home_whychoose  ----------------------------------------------*/
.why-choose-us .icon-circle-3 {
    right: -100px;
    top: 50%;
    opacity: .20;
}
.icon-circle-3 {
    height: 360px;
    width: 360px;
    background-image: url(../../images/images/new_images/home/wel/icon-circle-3.png);
    background-size: 100%;
}
.whychpgimg2 {
    position: absolute;
    width: unset !important;
    top: 100px;
}


/***

====================================================================
    		Why Choose Us
====================================================================

***/

.why-choose-us {
    position: relative;
    background-color: #fafafa;
    padding: 80px 0 40px;
}
.why-choose-us .image-column{
	position: relative;
}
.why-choose-us .image-column .image-box{
	position: relative;
}
.why-choose-us .image-column .image-box .image{
	position: relative;
	margin-bottom: 0;
}
.why-choose-us .image-column:hover .image-box .image .img-wrapper:after {
    opacity: 1;
    top: -20%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: linear;
}
.why-choose-us .image-column .image-box .image .img-wrapper:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.why-choose-us .image-column .image-box img{
	display: block;
	width: 100%;
}
.why-choose-us .content-column{
	position: relative;
}
.why-choose-us .content-column .inner-column{
	position: relative;
	padding-top: 20px;
}
.why-choose-us .content-column .sec-title{
	position: relative;
	margin-bottom: 30px;
}
.why-choose-us .content-column .list-style-one{
	margin-bottom: 30px;
}

/*-------------------------------------------------------  home_gallery  ------------------------------------------------*/

/*** 

====================================================================
    	Gallery Section
====================================================================

***/

.gallery-section {
    position: relative;
    padding: 60px 0 60px;
}
.gallery-item{
	position: relative;
	margin-bottom: 30px;
}
.gallery-item .image-box {
    position: relative;
    overflow: hidden;
    padding: 10px;
    box-shadow: rgb(204 219 232) 3px 3px 6px 0px inset, rgb(255 255 255 / 50%) -3px -3px 6px 1px inset;
}
.gallery-item .image-box .image{
	position: relative;
	margin-bottom: 0;
}
.gallery-item .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}
.gallery-item .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    content: "";
    opacity: 0;
    background-color: var(--black-f);
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    border-radius: 500px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.gallery-item .image-box:hover .overlay-box{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: .9;
	border-radius: 0px;
}
.gallery-item .overlay-box a{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -29px;
	margin-left: -29px;
}
.gallery-item .overlay-box a span {
    display: block;
    height: 58px;
    width: 58px;
    background-color: var(--theme-color);
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    line-height: 58px;
    font-weight: 100;
}
.gallery-section .owl-nav{
	display: none;
}
.gallery-section.style-two{
	padding: 0;
}
.gallery-section.style-two .gallery-item{
	margin-bottom: 0;
}

/*--------------------------------------------------------  home_label  -----------------------------------------------------*/

/*** 

====================================================================
    	Call to Action
====================================================================

***/

.call-to-action{
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
	background-attachment:fixed;
}
.call-to-action:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: .50;
	content: "";
}
.call-to-action .content-box{
	position: relative;
	text-align: center;
}
.call-to-action .content-box .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: var(--theme-color4);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.call-to-action .content-box h2{
	display: block;
	font-size: 56px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 30px;
}
.call-to-action .play-now{
    position: relative;
    display: inline-block;
    margin-top: 50px;
}
.call-to-action .play-now .icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: var(--theme-color);
    padding-left: 0;
    font-size: 50px;
}
.play-now {
	position: relative;
	display: block;
	z-index: 9;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.play-now .icon{
	position: relative;
	display: inline-block;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background-color: #000000;
	color: #ffffff;
	z-index: 1;
	padding-left: 5px;
	font-size: 24px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	-ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	-o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	box-shadow: 0  0px 10px 0 rgba(255, 255, 255, .3);
	-webkit-transform-origin:center; 
	-moz-transform-origin:center; 
	-ms-transform-origin:center; 
	-o-transform-origin:center; 
	transform-origin:center; 
}
.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}
.play-now .ripple:before {
    -webkit-animation-delay: .9s !important;
    -moz-animation-delay: .9s !important;
    -ms-animation-delay: .9s !important;
    -o-animation-delay: .9s !important;
    animation-delay: .9s !important;
    content: "";
    position: absolute;
}
.play-now .ripple:after {
    -webkit-animation-delay: .6s !important;
    -moz-animation-delay: .6s !important;
    -ms-animation-delay: .6s !important;
    -o-animation-delay: .6s !important;
    animation-delay: .6s !important;
    content: "";
    position: absolute;
}
@-webkit-keyframes ripple {
	70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
	100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
@keyframes ripple {
	70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
	100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
/*-------------------------------------------------  home_getintouch  --------------------------------------------------*/

/*** 

====================================================================
    	App Section
====================================================================

***/

.app-section {
    position: relative;
    background-color: #fafafa;
    padding: 60px 0 30px;
    z-index: 9;
}
.app-section .image-column{
	position: relative;
}
.app-section .image-column .inner-column{
	position: relative;
	text-align: right;
}
.app-section .image-column .image-box{
	position: relative;
}
.app-section .image{
	position: relative;
	margin-bottom: 0;
}
.app-section .image img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.app-section .content-column{
	position: relative;
	margin-bottom: 50px;
}
.app-section .content-column .inner-column{
	position: relative;
	padding-top: 60px;
}
.app-section .content-column .sec-title{
	margin-bottom: 30px;
}
.app-section .content-column .text-box{
	font-size: 16px;
	margin-bottom: 30px;
}
.app-section .btn-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.callstyle-span i {
    background: var(--theme-color);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    line-height: 40px;
    margin-right: 5px;
    color: var(--white-f);
}
.callstyle-span a {
    font-family: var(--text-font);
    color: var(--black-f);
}
.callstyle-span a:hover {
    color: var(--theme-color3);
}
.callstyle-span {
    display: flex;
    align-items: center;
}
.app-section .play-now .ripple,.app-section .play-now .ripple:before,.app-section .play-now .ripple:after {
    left: 47%;
    height: 40px;
    width: 40px;
    -webkit-box-shadow: 0 0 0 0 rgb(153 24 24 / 60%);
    -moz-box-shadow: 0 0 0 0 rgb(153 24 24 / 60%);
    -ms-box-shadow: 0 0 0 0 rgb(153 24 24 / 60%);
    -o-box-shadow: 0 0 0 0 rgb(153 24 24 / 60%);
    box-shadow: 0 0 0 0 rgb(153 24 24 / 60%);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple2 3s infinite;
    -ms-animation: ripple2 3s infinite;
    -o-animation: ripple2 3s infinite;
    animation: ripple2 3s infinite;
}
@keyframes ripple2{
70% {
    box-shadow: 0 0 0 20px rgb(255 255 255 / 0%);
}
100% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
}
}
.video-iframe {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 80px;
}

/*===================================================  about_page  ===================================================*/
#aboutpage-id {
    overflow: hidden;
}
/*** 

====================================================================
    	About Section Two
====================================================================

***/

.about-section-two {
    position: relative;
    padding: 60px 0 60px;
}
.about-section-two .content-column{
	position: relative;
	margin-bottom: 50px;
}
.about-section-two .content-column .inner-column{
	position: relative;
	padding-top: 50px;
}
.about-section-two .content-column .sec-title{
	position: relative;
	margin-bottom: 20px;
}
.about-section-two .content-column .sec-title .text{
	margin-top: 20px;
}
.about-section-two .content-column .sec-title h2{
	font-size: 48px;
}
.about-section-two .content-column .list-style-one{
	margin-bottom: 30px;
}
.about-section-two .content-column .btn-box{
	position: relative;
}
.about-section-two .content-column .btn-box a{
	padding: 15px 30px;
	line-height: 20px;
	font-weight: 600;
	font-size: 15px;
}
.about-section-two .about-block{
	position: relative;
	margin-bottom: 30px;
}
.about-section-two .about-block .inner-box{
	position: relative;
}
.about-section-two .about-block h4{
	position: relative;
	padding-left: 35px;
	font-size: 24px;
	line-height: 50px;
	color: #24293d;
	font-weight:600;
}
.about-section-two .about-block .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	line-height: 50px;
	color: #e6275a;
}
.about-section-two .about-block .text{
	font-size: 16px;
	color: #888888;
	line-height: 1.2em;
	font-weight: 500;
}
.about-section-two .image-column{
	position: relative;
	margin-bottom: 50px;
}
.about-section-two .image-column .image-box {
    position: relative;
    padding-right: 50px;
    padding-top: 50px;
}
.about-section-two .image-column .image-box img{
	display: block;
	width: 100%;
	z-index: 1;
}
.about-section-two .image-column .image{
	position: relative;
	margin-bottom: 0;
}
.about-section-two .image-column .image:before{
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	background-image: url(../../images/images/new_images/about/aboutpgbg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	z-index: 8;
}
.about-section-two .icon-circle-blue {
    left: -150px;
    bottom: -150px;
    opacity: .70;
    -webkit-animation: fa-spin 30s infinite;
    -moz-animation: fa-spin 30s infinite;
    -ms-animation: fa-spin 30s infinite;
    -o-animation: fa-spin 30s infinite;
    animation: fa-spin 30s infinite;
    z-index: 1;
}
.about-section-two .icon-dots {
    left: 5%;
    top: 5%;
}
.about-section-two .icon-circle-1{
	right: -200px;
	top: -200px;
	opacity: .05;
}
/*** 

====================================================================
    Features Section Three
====================================================================

***/

.features-section-three{
	position: relative;
	padding: 120px 0 80px;
}
.features-section-three.no-pd-top {
    padding-top: 0;
    z-index: 1;
}
.feature-block-three{
	position: relative;
	margin-bottom: 40px;
}
.feature-block-three .inner-box{
	position: relative;
	padding: 20px 30px;
	padding-left: 170px;
	padding-right: 100px;
	background-color:#ffffff;
	border: 1px solid #eeeeee;
	box-shadow: 0 30px 40px rgba(0,0,0,0.10);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
}
.feature-block-three .inner-box:hover{
	box-shadow: none;
}
.feature-block-three .icon-box{
	position: absolute;
	left: 50px;
	top: 0;
	height: 100%;
	width: 70px;
	padding: 0 20px;
}
.feature-block-three .icon-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color3);
    content: "";
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.feature-block-three .inner-box:hover .icon-box:before{
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-ms-transform: skew(15deg);
	-o-transform: skew(15deg);
	transform: skew(15deg);
}
.feature-block-three .icon-box .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	font-size: 40px;
	line-height: 1em;
  	margin-top: -20px;
  	margin-left: -20px;
	color: #ffffff;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.feature-block-three .inner-box:hover .icon-box .icon{
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}
.feature-block-three h4{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #12114a;
	font-weight: 700;
	margin-bottom: 10px;
}
.feature-block-three h4 a{
	color: #12114a;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.feature-block-three h4 a:hover {
    color: var(--theme-color3);
}
.feature-block-three .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	font-weight: 400;
	cursor: default;
}
.feature-block-three .link-box{
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
	font-size: 20px;
	border-radius: 50%;
}
.feature-block-three .link-box a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    background-color: var(--theme-color3);
    border-radius: 10px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.feature-block-three .inner-box:hover .link-box a{
	transform:rotate(360deg);
	border-radius:0px;
}
.feature-block-three .inner-box:hover .link-box a{
	color: #ffffff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.10);
}
.feature-block-three:nth-child(2) .icon-box:before, .feature-block-three:nth-child(2) .link-box a {
    background-color: var(--theme-color2);
}
.feature-block-three:nth-child(3) .icon-box:before, .feature-block-three:nth-child(3) .link-box a {
    background-color: var(--theme-color);
}
.feature-block-three:nth-child(4) .icon-box:before, .feature-block-three:nth-child(4) .link-box a {
    background-color: var(--theme-color4);
}

.feature-block-three:nth-child(2) h4 a:hover {
    color: var(--theme-color2);
}
.feature-block-three:nth-child(3) h4 a:hover {
    color: var(--theme-color);
}
.feature-block-three:nth-child(4) h4 a:hover {
    color: var(--theme-color4);
}
/***

====================================================================
    		Fluid Section One
====================================================================

***/

.fluid-section-one {
    position: relative;
    background-color: var(--theme-color3);
}
.fluid-section-one .outer-box{
	position: relative;
}
.fluid-section-one .content-column{
	position: relative;
	float: right;
	width: 50%;
	padding: 0 15px;
}
.fluid-section-one .content-column .inner-column {
    position: relative;
    max-width: 700px;
    padding: 85px 20px;
    margin: 0 auto;
}
.fluid-section-one .content-column h3{
	position: relative;
	font-size: 48px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 28px;
}
.fluid-section-one .content-column .text{
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 30px;
}
.fluid-section-one .content-column .theme-btn{
	border-radius: 5px;
	box-shadow: 0 10px 30px rgba(80,4,42,.15);
}
.fluid-section-one .image-column{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
}
.fluid-section-one .image-column .image{
	position: relative;
	margin-bottom: 0;
}
.fluid-section-one .image-column .image img{
	display: block;
	width: 100%;
	height: auto;
}
/* Button style four*/
.btn-style-four{
    position:relative;
	padding:10px 30px;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	font-weight:400;
	text-align:center;
	background-color: #24293d;
	overflow: hidden;
	border-radius: 10px;
}
.btn-style-four .btn-title {
    position: relative;
    font-family: var(--text-font);
}
.btn-style-four:hover{
	color:#24293d;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}
.btn-style-four:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffffff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.btn-style-four:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*================================================  services_page  ========================================================*/

/*** 

====================================================================
    Speker Detail								
====================================================================

***/

.speaker-detail {
    position: relative;
    padding: 60px 0 40px;
}
.speaker-detail .image-column{
	position: relative;
}
.speaker-detail .image-column .image-box{
	position: relative;
}
.speaker-detail .image-column .image{
	position: relative;
	overflow: hidden;
	border: 10px solid #ffffff;
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
}
.speaker-detail .image-column .image img{
	display: block;
	width: 100%;
}
.speaker-detail .image-column:hover .image-box .image:after {
    opacity: 1;
    top: -20%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: linear;
}
.speaker-detail .image-column .image-box .image:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.speaker-detail .info-column{
	position: relative;
}
.speaker-detail .info-column .inner-column {
    position: relative;
    padding: 20px 0;
}
.speaker-detail .info-column h3{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 20px;
	color: #101130;
}
.speaker-detail .info-column .text-box{
	position: relative;
}
.speaker-detail .info-column p{
	position: relative;
	font-size: 16px;
	line-height: 1.6em;
	color: #888888;
}
.servicepgcont-div {
    margin: 40px 0px;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
}

/*=====================================================  gallery_page  ======================================================*/

.shop-cart-box .cart-price1 img {
    width: 100%;
}
.cart-price1 img {
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    padding: 5px;
}
.shop-cart-box {
    margin-top: 20px;
}
.main-gall {
    margin-top: 40px;
}
.featurs-navigation {
    display: none;
}

/*=================================================  contact_page  =====================================================*/

.contact-page-section .contact-column{
    position: relative;
	margin-bottom: 30px;
}
.contact-page-section .sec-title {
    margin-bottom: 30px;
}
.contact-page-section .sec-title h2 {
    font-size: 36px;
}
.contact-page-section .contact-info {
    position: relative;
    margin-bottom: 37px;
    padding: unset;
}
.contact-page-section .contact-info li{
	position: relative;
	padding-left: 55px;
	margin-bottom: 30px;
}
.contact-page-section .contact-info li p {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    margin: 0;
}
.contact-page-section .contact-info li strong{
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #222222;
	font-weight: 600;
}
.contact-page-section .contact-info li .icon{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	background-color: #1c94d2;
	color: #ffffff;
}
.contact-page-section .contact-info li a {
    color: #777777;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: var(--text-font);
}
.contact-page-section .contact-info li a:hover {
    color: var(--theme-color);
}
.contact-form h4 {
    position: relative;
    display: inline-block;
    line-height: 1.2em;
    color: #1e1f36;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 30px;
}
.read-btn {
    background: var(--theme-color);
    color: var(--white-f);
    font-family: var(--text-font);
    font-size: 16px;
    font-weight: 400 !important;
}
.read-btn:hover {
    color: #1c94d2;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    background: unset;
}
.contact_map iframe {
    margin-top: 40px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  responsive  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

@media (max-width:767px){
.scroll-text-section .text-list {
    gap: 10px;
}
.scroll-text-section .text-list li {
    font-size: 20px;
    line-height: 40px;
}
.scroll-text-section .text-list li:nth-child(even) {
    font-size: 20px;
}
.coming-soon-section .outer-box {
    padding: 10px 10px;
    margin-top: -15px;
}
#home-slider, .page-banner {
    margin-top: 100px;
}
.single-slide-item {
    padding: 57px 0;
}
.about-section .content-column .inner-column {
    padding-right: 0px;
}
.about-section .content-column .sec-title h2, .sec-title h2 {
    font-size: 34px;
    line-height: 1.2em;
}
.header-top span:after {
    display: none;
}
.top-bar {
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
}
.navbar-toggle {
    z-index: 1;
    margin-top: 22px !important;
}
.about-section .image-column .image-box {
    padding-left: 0;
    text-align: center;
}
.about-section .image-column .image {
    max-width: 500px;
    display: inline-block;
}
.about-section .icon-dots {
    left: 10%;
    top: 66%;
}
.features-section-two .title-block .inner-box {
    background-color: transparent;
    padding: 0;
}
.features-section-two .twist-line-2 {
    display: none;
}
.feature-block-two .inner-box {
    padding: 40px 20px;
    text-align: center;
}
.feature-block-two .icon-box {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    margin-bottom: 20px;
}
.about-section, .speakers-section, .features-section-two, .fun-fact-section, .why-choose-us, .gallery-section, .features-section-three  {
    padding: 70px 0 40px;
}
.fun-fact-section .counter-column:last-child {
    margin-bottom: 0;
}
.why-choose-us .content-column .sec-title {
    margin-top: 180px;
}
.sec-title.light h2 br {
    display: none;
}
.call-to-action .content-box h2 {
    font-size: 34px;
    line-height: 1.2em;
}
.call-to-action {
    padding: 70px 0;
}
.call-to-action .play-now {
    margin-top: 20px;
}
.app-section .content-column .inner-column {
    padding-top: 20px;
}
.app-section {
    padding: 30px 0 30px;
}
.app-section .btn-box {
    display: block;
}
.callstyle-span {
    margin-top: 30px;
}
.nav.navbar-nav li a {
    padding: 1px 18px !important;
}
.nav.navbar-nav li {
    border-bottom: 1px solid #f1f1f1;
    text-align: initial;
}
.nav.navbar-nav li:last-child {
    border-bottom: unset;
}
.about_title, .product_title, .gallery_title, .contact_title, .services_title {
    font-size: 20px;
    margin-left: 80px;
}
.section-top {
    background-position: initial;
    padding: 35px 0;
    margin-top: 100px;
}
.video-iframe iframe {
    width: 100%;
}
.video-iframe {
    display: block;
    margin-top: 40px;
}
.about-section-two .image-column .image-box {
    padding-right: 0;
    padding-top: 0px;
}
.about-section-two .content-column .inner-column {
    padding-top: 10px;
}
.about-section-two .content-column .sec-title h2 {
    font-size: 34px;
}
.feature-block-three .inner-box {
    padding: 40px 20px;
    text-align: center;
}
.feature-block-three .icon-box {
    position: relative;
    display: inline-block;
    left: 0;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.feature-block-three .icon-box:before {
    transform: none;
    border-radius: 50%;
}
.feature-block-three .link-box {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    margin: 15px 0 0;
}
.fluid-section-one .content-column, .fluid-section-one .image-column {
    position: relative;
    width: 100%;
    float: left;
}
.fluid-section-one .content-column .inner-column {
    padding: 70px 0;
}
.fluid-section-one .content-column h3 {
    font-size: 30px;
}
.about-section-two .icon-circle-blue {
    bottom: -200px;
}
.about-section-two .icon-dots {
    top: 10px;
}
.speaker-detail {
    padding: 10px 0 10px;
}
.servicepgcont-div {
    margin: 30px 0px;
    padding: 15px;
}
.speaker-detail .info-column h3 {
    font-size: 30px;
}












}

/*------------------------------------- Disktop 1400----------------------------------------------------------*/
@media (min-width:1400px) and (max-width:1500px) {
    .single-slide-item {
        padding: 290px 0;
    }

}
/*------------------------------------- Disktop 1500----------------------------------------------------------*/
@media (min-width:1500px) and (max-width:1600px) {
    .single-slide-item {
        padding: 300px 0;
    }
}
/*------------------------------------- Disktop 1600----------------------------------------------------------*/
@media (min-width:1600px) and (max-width:1700px) {
    .single-slide-item {
        padding: 320px 0;
    }
}


