/**
	
* Template Name: Bluebird - Multipurpose Responsive HTML Template
* Version: 3.3.1
* Author: Unicoder
* Email: unicoder16@gmail.com
* Developed By: Unicoder
* First Release: 6th October, 2019
* Author URL: www.unicoderbd.com

**/


/**
Blurbird - Multipurpose HTML Template Stylesheet, all of the demos css
are in the style.css file. But the color css are loding from seperate 
color css file in assets/css/category folder. So you can easily 
control the color option from that file. It's will not conflique or 
afftect the style.css file and you don't need to edit style.css

All the color option we use as variable system. Just the variable call
in main style.css file.

**/


/*================== Start CSS =====================*/


.container,
.container-fluid {
    transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s
}

body {
    font-size: 15px;
    font-family: var(--theme-general-font);
    font-weight: 400;
    line-height: 26px;
    width: 100%
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:hover {
    text-decoration: none
}

img {
    max-width: 100%
}

.h1,
.h1 a,
.h2,
.h2 a,
.h3,
.h3 a,
.h4,
.h4 a,
.h5,
.h5 a,
.h6,
.h6 a,
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    /* font-family: var(--theme-highlight-font); */
    margin-bottom: 0
}

.h1,
h1 {
    font-size: 40px;
    font-weight: 700
}

.h2,
h2 {
    font-size: 32px;
    font-weight: 700
}

.h3,
h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3
}

.h4,
h4 {
    font-size: 21px;
    font-weight: 700
}

.h5,
h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5
}

.h6,
h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px
}

.purchase-btn-envato {
    position: fixed;
    left: 50px;
    bottom: 50px;
    z-index: 9;
    width: 50px;
    height: 50px;
    z-index: 100
}

.purchase-btn-envato a {
    z-index: 100;
    position: relative
}

.hover-bg-light:hover {
    background-color: var(--theme-light-color)!important
}

.ball-scale-multiple.primary>div {
    background-color: var(--theme-primary-color)
}

.y-center.position-lg-absolute {
    top: 0;
    transform: translateY(0)
}

.slider-signup {
    position: relative
}

.slider-signup input {
    padding: 13px 130px 13px 15px
}

.slider-signup .btn {
    position: absolute;
    top: 0;
    right: 0
}

.insurance-policy {
    padding: 100px 50px
}

.list-icon-content-1 .icon-wrap {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 30px
}

/* Preloader CSS Start */
.preloader {
    position: fixed;
    left: 0;
    width: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999999;
    transition: .1s;
  }
  .preloader .loader {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    transform: translateY(-45%);
    transition: 0.5s;
    transition: 0.5s;
  }
  .preloader .loader .loader-outter {
    position: absolute;
    border: 4px solid #ffffff;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  }
  .preloader .loader .loader-inner {
    position: absolute;
    border: 4px solid #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: calc(40% - 21px);
    top: calc(40% - 21px);
    border-right: 0;
    border-top-color: transparent;
    animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  }
  .preloader .loader .indicator {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(1.5);
  }
  .preloader .loader .indicator svg polyline {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .preloader .loader .indicator svg polyline#back {
    stroke: #ffffff;
  }
    
  .preloader .loader .indicator svg polyline#front {
    stroke: #102C57;
    stroke-dasharray: 12, 36;
    stroke-dashoffset: 48;
    animation: dash 1s linear infinite;
  }
  .preloader::before, .preloader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background:white;
    transition: .9s;
  }
  .preloader::after {
    left: auto;
    right: 0;
  }
  .preloader.preloader-deactivate {
    visibility: hidden;
  }
  .preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
    width: 0;
  }
  .preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden;
  }
  @keyframes loader-outter {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
  }
  @keyframes loader-outter {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
  }
  @keyframes loader-inner {
    0% {transform: rotate(0deg); transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
  }
  @keyframes loader-inner {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
  }
  @keyframes dash {
    62.5% {opacity: 0;} to {stroke-dashoffset: 0;}
  }
  @keyframes dash {62.5% { opacity: 0;} to {stroke-dashoffset: 0;}
  }
  /* Preloader CSS End */

  
/*======================
	Start Slider
================================*/

.slider-item {
	position: relative;
	max-height: 800px;
	height: 100%;
}
.slider-item img{
	width: 100%;
}
.slider-content-area {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 10%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.slider-content-area.content-bottom-white {
	position: absolute;
	width: 100%;
	height: auto;
    left: -50px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.slider-content-area.content-bottom-white .slider-content1{
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 24px;
    border-radius: 12px;
}
.slider-content-area.content-bottom-white .slider-content1 h2{
    font-size: 20px;
    text-transform: uppercase;
    color: #f37f0a !important;/*
    font-family: 'Roboto', sans-serif;*/
    padding-top: 10px;
    line-height: 1.2em;
}

.slider-content-area.content-bottom-white .slider-content1 h3{
    padding-top: 4px;
    color: #000;
	font-size: 16px;
}

.slider-content h3{
	display: inline-block;
	font-size: 24px;
	color: #fefefe;
  text-align: left;
	padding: 16px 15px 11px 2px;
	-webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
}

.slider-content2 h2{
  text-align: left !important;
}

.slider-content1{
  position: absolute;
  top: 120px;
  
}

.slider-content2{
  top: 200px;
}
.slider-content h2{
	font-size: 40px;
	line-height: 42px;
	font-weight: 700;
	color: #fff;
	padding-top: 15px;
	margin-bottom: 0;
	-webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
    /* transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px); */
	letter-spacing: -6px;
	
}
.slider-content p {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
	
}
.slider-content .btn-default{
	color: #fff;
	background: #53a92c;
	padding: 15px 30px;
	border: 0;
	margin: 25px 16px 0 0;
	animation-delay:2s;
	-webkit-animation-delay:2s;
}
.slider-content .btn-default:hover{
	color: #53a92c!important;
}
.slider-content .btn-default:before, 
.slider-content .btn-default:after,
.slider-content .btn-default:before, 
.slider-content .btn-default:after{
	background: #ffffff;
}
.slider-content .slider-btn{
    opacity: 0;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
}

.slider-option .carousel-item.active .slider-content h3,  
.slider-option .carousel-item.active .slider-content p, 
.slider-option .carousel-item.active .slider-content .slider-btn {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.slider-option .carousel-item.active .slider-content h2{
	opacity: 1;
	letter-spacing: 1px;
}

.slider-option .carousel-item.active .slider-content h3{
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.slider-option .carousel-item.active .slider-content h2{
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}
.slider-option .carousel-item.active .slider-content h2.orange-flag{
	-webkit-transition-delay: .8s;
	transition-delay: .8s;

}
.slider-option .carousel-item.active .slider-content h2.green-flag{
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.slider-option .carousel-item.active .slider-content h2.white-flag{
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.slider-option .carousel-item.active .slider-content h2.orange-flag img, .slider-option .carousel-item.active .slider-content h2.green-flag img {
  width: 100%;
  height: 1100px;
}
.slider-option .carousel-item.active .slider-content h2.white-flag img{
  width: 100%;
  height: auto;
  margin-top: 100%;
}

.slider-item.logo-slider{
	height: 100%;
}

.slider-item.logo-slider::before{
    position: absolute;
    width: 100%;
    content: "";
    height: 180px;
    top: 0;
    background-image: linear-gradient(#f28f0e, transparent);
}

.slider-item.logo-slider::after{
    position: absolute;
    width: 100%;
    content: "";
    height: 180px;
    top: 65%;
    bottom: 0;
    background-image: linear-gradient(transparent, #2f9c0d);
}

@media (max-width: 767px){

.slider-item.logo-slider::before, .slider-item.logo-slider::after{
	height: 90px;
}
}

@media (max-width: 575px){

.slider-item.logo-slider::before, .slider-item.logo-slider::after{
	height: 60px;
}
}

@media screen and (max-width: 1316px) {
	.slider-option .carousel-item.active .slider-content h2.white-flag img{
	  margin-top: 124%;
	}
}
@media screen and (max-width: 1199px) {
	.slider-option .carousel-item.active .slider-content h2.white-flag img{
	  margin-top: 130%;
	}
}
@media screen and (max-width: 575.98px) {
  .slider-option .carousel-item.active .slider-content h2.white-flag img{
    width: 100%;
    height: 100%;
    margin-top: 130px;

  }
  .slider-option .carousel-item.active .slider-content h2.orange-flag img{
    width: 100%;
    height: 131px;
    margin-top: 110px;

  }
 .slider-option .carousel-item.active .slider-content h2.green-flag img {
    width: 100%;
    height: 131px;
    margin-top: 110px;
  }
}

.slider-option .carousel-item.active .slider-content p{
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}
.slider-option .carousel-item.active .slider-content .slider-btn{
	-webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

/* animate flag */

.slider-item.animate-flag img {
    width: auto;
}

.slider-content-area .orange1 img{
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition-delay: .10s;  
  transition-delay: .10s;
}
@-webkit-keyframes fadeInLeft {
  0% {
     opacity: 0;
     -webkit-transform: translateX(-20px);
  }
  100% {
     opacity: 1;
     -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
     opacity: 0;
     transform: translateX(-20px);
  }
  100% {
     opacity: 1;
     transform: translateX(0);
  }
}

.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
} 


.green{
}
.animate-flag::before{
  background-image:  linear-gradient(orange, transparent);
  position: absolute;
  content: "";
  height:  200px;
  width: 200px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.8s;
  
}

@-webkit-keyframes fadeIn {
  0% {
  opacity:0
  }
  to {
    opacity: 1
  }
  }
  @keyframes fadeIn {
  0% {
  opacity:0
  }
  to {
    opacity: 1
  }
  }


.carousel-control{
	width: 0;
	opacity: 1;
}
.carousel-control{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	font-size: 24px;
    line-height: 52px;
	z-index: 3;
	text-align: center;
}
.carousel-control:focus, 
.carousel-control:hover {
	background: #97b182;
}
.slider-item:after{
	position:absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	z-index: 1;
}
.carousel-control.left,
.carousel-control.right{
	background-image: none;
}
.carousel-control.left{
	left: 20px;
}
.carousel-control.right{
	right: 20px;
}


.carousel-control-next, .carousel-control-prev {
	z-index: 2;
}

.videoslide video{
  object-fit: cover;
  position: absolute;
  height: 800px;
  width: 100%;
  top: -58px;
  left: 0;
}

.callout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 100%;
  margin: auto;
}

.callout{
}

.callout .callout-content {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 24px;
    border-radius: 12px;
    position: absolute;
    top: 120px;
    display: block;
    width: auto;
}
    
.callout .callout-content h2 {
	font-size: 20px;
	text-transform: uppercase;
    color: #f37f0a !important;
    /* font-family: 'Roboto', sans-serif; */
    padding-top: 10px;
    line-height: 1.2em;
}

.callout .callout-content h3 {
    padding-top: 4px;
    color: #000;
    font-size: 16px;
}


@media (max-width:576px) {
  .slider-content-area {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.slider-content-area.content-bottom-white .slider-content1 {
    padding: 10px 15px;
}
.slider-content2 {
  top: 60px;
  left: 20px;
}
.slider-option .carousel-item.active .slider-content h2 {
    font-size: 15px !important;
    line-height: 18px !important;
    padding-top: 5px;
}
.slider-option .carousel-item.active .slider-content h3{
  font-size: small !important;
    padding-bottom: 0px;
}

.slider-content1 {
  position: absolute;
    top: -15px;
    left: 46px;
}
.carousel-control.left{
	left: -12px;
}
.carousel-control.right{
	right: -12px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 1.5rem;
}
.videoslide video{
  object-fit: cover;
  position: absolute;
  height: 300px;
  width: 100%;
  top: 0;
  left: 0;
}

.callout .callout-content{
    padding: 10px 15px;
    left: -26px;
    top: -28px;
    right: 20px;
}
h2, .h2 {
  font-size: 31px !important;
  font-weight: 700;
  line-height: 40px !important;
}
.btn img{
  width: auto;
}
}
/*======================
	End Slider
================================*/

.why-us-content h4{
    font-size: 20px;
    font-weight: 600;
}

.author-info h6{
	font-weight:600;
}

.author-info p.designation i{
    color: #f93;
    font-size: 10px;
    margin-right: 2px;
}

.flag{
  width:200px;
  margin:100px auto;
}
.orange{
  width:200px;
  height:40px;
  background-color:#FF9933;
}
.white{
  width:200px;
  height:40px;
  background-color:#FFFFFF;
}
.green{
  width:200px;
  height:40px;
  background-color:#128807;
}
/* ===================================
   Loader
====================================== */
.loader {
  position: fixed;
  height: 100%;
  width: 100%;
text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 111111;
  background: #fff;
  overflow: hidden !important;
}

.loading {
  position: absolute;
  top: 44%;
  left: 44%;	
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading.reversed li {/*
  border: 3px solid #ffffff;*/
  -webkit-animation: LOADINGREV 2s infinite;
  animation: LOADINGREV 2s infinite;
}
.loading.reversed li:nth-child(1n) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}/*
.loading.reversed li:nth-child(2n) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loading.reversed li:nth-child(3n) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}*/
.loading li {
  position: absolute;
  margin: 0;
  height: 150px;
  width: 150px;
text-align: center;
line-height: 130px;
  border-radius: 100%;
}
.loading li:nth-child(1n) {
  left: 0px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}/*
.loading li:nth-child(2n) {
  left: 0;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loading li:nth-child(3n) {
  left: 25px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}*/
.grid-row:after {
  content: '';
  display: table;
  clear: both;
}
.grid-row .col {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@-webkit-keyframes LOADINGREV {
  0% { -webkit-transform: scale(0.5); transform: scale(0.5); }
  50% { -webkit-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(0.5); transform: scale(0.5); }
}
@keyframes LOADINGREV {
  0% { -webkit-transform: scale(0.5); transform: scale(0.5);  }
  50% { -webkit-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(0.5); transform: scale(0.5); }
}

@media screen and (max-width: 575.98px) {
  .loading {
   
    left: 30% !important;
    
}
}

.col1{
  color: #FF9933 !important;
}

.cursor {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  z-index: 111;
  border: 2px solid green;
  transition: all 0.2s ease-out;
  animation: moveCursor1 .5s infinite alternate;
}

.expand {
  background: transparent;
  animation: moveCursor2 .5s forwards;
  border: 1px solid green;
}

@keyframes moveCursor1 {
  from {
      transform: scale(1);
  }

  to {
      transform: scale(.8);
  }
}

@keyframes moveCursor2 {
  0% {
      transform: scale(1);
  }

  50% {
      transform: scale(2);
  }

  100% {
      transform: scale(1);
      opacity: 0;
  }
}

h1.main-title{
	font-size: 40px;
	line-height: 1.2em;
}

.pro-gallery{
    display: flex;
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
    gap: 10px;
}

.pro-gallery .pro-gallery-item{
    flex-basis: 19%;
}

@media(max-width: 991px){
	.pro-gallery .pro-gallery-item{
		flex-basis: 32%;
	}
}

@media(max-width: 767px){
	.pro-gallery .pro-gallery-item{
		flex-basis: 48%;
	}

h1.main-title{
	font-size: 28px;
	line-height: 1.2em;
}
}