

a.blantershow-chat {
  /*   background: #009688; */
  background: #25D366;
  color: #fff;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 20px;
  right: 10px;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}

html .scroll-to-top {
    transition: opacity 0.3s;
    background: #404040;
    border-radius: 4px 4px 0 0;
    bottom: 80px;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 10px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 50px;
    z-index: 1040;
    font-size: 0.8em;
}



/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */



/**/
.af-branding {
    display: none !important;
}
/*
* Section Contact Us - Where You Are
*/
.where-you-are-postal-cards .custom-circle-2:nth-child(1) {
		top: -10px;
		left: 30px;
}

.where-you-are-postal-cards .custom-circle-3:nth-child(2) {
		top: -10px;
		right: 30px;
}

.where-you-are-postal-cards .custom-circle-3:nth-child(3) {
		bottom: -40px;
		right: 60px;
}

.where-you-are-postal-cards .col-where-you-are-postal {
		min-height: 380px;
}

@media (max-width: 991px) {
		.where-you-are-postal-cards .col-where-you-are-postal {
				min-height: unset;
		}
}

.where-you-are-postal-cards .col-where-you-are-postal img {
		position: absolute;
		left: 0;
}

@media (max-width: 991px) {
		.where-you-are-postal-cards .col-where-you-are-postal img {
				position: static;
		}
}

.where-you-are-postal-cards .col-where-you-are-postal .col-where-you-are-postal-text {
		height: 100%;
}

@media (max-width: 991px) {
		.where-you-are-postal-cards .col-where-you-are-postal .col-where-you-are-postal-text {
				height: auto;
		}
}

/*
* Section Get in Touch
*/
.get-in-touch {
		padding: 90px 0 150px;
		background-repeat: no-repeat;
		background-size: cover;
}

@media (max-width: 1199px) {
		.get-in-touch {
				padding: 90px 0;
		}
}

.get-in-touch:after {
		content: '';
		display: block;
		width: 120%;
		height: 100px;
		position: absolute;
		bottom: -48px;
		left: -5%;
		transform: rotate(2deg);
		z-index: 3;
}

@media (max-width: 1199px) {
		.get-in-touch:after {
				display: none;
		}
}

.get-in-touch .custom-circle-1 {
		top: 20%;
		right: 10%;
}

.get-in-touch .custom-circle-2 {
		top: 70%;
		right: 5%;
}

/**/
html .toggle-primary .toggle label, html .toggle-primary .toggle .toggle-title {
    font-size: 20px;
}
.toggle .toggle {
    margin: 30px 0 0;
}
/**/
.thumb-info:hover img {
    transform: none;
}
/*Page title bar*/
.page-header.page-header-modern h1 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
}
.page-header-modern {
    background: linear-gradient(#004b87, rgba(0,75,135,0.4)), url(../img/page-header-background.jpg);
    margin: 0 0 35px 0;
    padding: 90px 0 !important;
    position: relative;
}
.page-header {
    padding: 10px 0;
}
#header .header-body {
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

/*Extra colors and bg*/ 
.text-red {
	color: #E60036 !important;
}
.red-bg {
	background: #E60036 !important;
}
.green-bg {
	background: #00815A !important;
}
.text-green {
	color: #00815A !important;
}

/*===========================
    03. Hero CSS
===========================*/
.hero-section {
  padding-top: 100px;
  position: relative;
  height: 870px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1400px) {
  .hero-section {
    height: 870px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section {
    height: 700px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section {
    height: 650px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-section {
    height: auto;
    padding-top: 150px;
  }
}

.hero-section .hero-content-wrapper h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  color: #3763EB;
  margin-bottom: 0;
}

.hero-section .hero-content-wrapper h1 {
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  color: #051441;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section .hero-content-wrapper h1 {
    font-size: 45px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-content-wrapper h1 {
    font-size: 40px;
    line-height: 52px;
  }
}


.hero-section .hero-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-section .hero-img {
    position: relative;
    width: 100%;
    top: 0;
    transform: translate(0, 0);
  }
}

.hero-section .hero-img.hero-img-2 {
  top: 50%;
}

.hero-section .hero-img .hero-img-right {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section .hero-img .hero-img-right {
    position: static;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-img .hero-img-right {
    position: static;
  }
}

.hero-section .hero-img img.dot-shape {
  position: absolute;
  left: -60px;
  bottom: 60px;
  z-index: -1;
}

.hero-section .hero-img .image {
  width: 100%;
}

.hero-section .hero-img .video-btn {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-section .hero-img .video-btn {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.hero-section .hero-img .video-btn a {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #3763EB;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 0px 20px rgba(170, 189, 249, 0.45);
}

.hero-section .hero-img .video-btn a:hover {
  box-shadow: 0px 0px 50px rgba(170, 189, 249, 0.65);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-section.hero-section-2 {
    display: block;
  }
}

.hero-section.hero-section-2 .border-btn:hover {
  background: rgba(55, 99, 235, 0.7);
  color: #fff;
}


/*Slider*/
@-webkit-keyframes customLines1anim {
		from {
				stroke-dasharray: 1600;
				stroke-dashoffset: 1600;
		}
		to {
				stroke-dasharray: 1600;
				stroke-dashoffset: 0;
		}
}

@keyframes customLines1anim {
		from {
				stroke-dasharray: 1600;
				stroke-dashoffset: 1600;
		}
		to {
				stroke-dasharray: 1600;
				stroke-dashoffset: 0;
		}
}

.customLines1anim {
		-webkit-animation-name: customLines1anim;
						animation-name: customLines1anim;
}

@media (min-width: 992px) {
		.custom-highlight-1 {
				position: relative;
				z-index: 1;
		}
		.custom-highlight-1:after {
				content: '';
				position: absolute;
				top: 60%;
				left: 50%;
				width: 0%;
				height: 25%;
				background-color: var(--primary);
				z-index: -1;
				right: 0;
		}
		.custom-highlight-1-tertiary:after {
				background-color: #00D696;
		}
}

.custom-highlight-anim:after {
		-webkit-animation-name: customHighlightAnim;
						animation-name: customHighlightAnim;
		-webkit-animation-duration: 2s;
						animation-duration: 2s;
		-webkit-animation-fill-mode: forwards;
						animation-fill-mode: forwards;
}

.custom-highlight-anim-delay:after {
		-webkit-animation-delay: 1s;
						animation-delay: 1s;
}

@-webkit-keyframes customHighlightAnim {
		0% {
				width: 0;
				opacity: 1;
		}
		100% {
				width: 52%;
				opacity: 1;
		}
}

@keyframes customHighlightAnim {
		0% {
				width: 0;
				opacity: 1;
		}
		100% {
				width: 52%;
				opacity: 1;
		}
}


/*** Service, Price & Team ***/

.my-card {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem rgba(51, 51, 51, 0.2), 0 0 2rem rgba(51, 51, 51, 0.1), 0 0 3rem rgba(51, 51, 51, 0.05);
}
.my-card__img-container {
  position: relative;
}
.my-card__img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: top;
  position: relative;
  z-index: 2;
  border-radius: 0% 0% 44% 56%/75% 75% 25% 25%;
}
.my-card__img-underlay {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(67, 176, 42, 0.6), rgba(151, 215, 0, 1));
  background-size: cover;
  background-position: -5px -5px;
  border-radius: 0% 0% 44% 56%/75% 75% 25% 25%;
  z-index: 0;
}
.img-underlay-2 {
  background-image: linear-gradient(to right, rgba(255, 97, 234, 0.6), rgba(199, 36, 177, 1)) !important;
}
.img-underlay-3 {
  background-image: linear-gradient(to right, rgba(204, 78, 0, 0.6), rgba(255, 130, 0, 1)) !important;
}
.my-card__content {
  padding: 2rem 1.5rem;
}
.my-card__icon {
  color: blue;
  margin-bottom: 0.4rem;
}
.my-card__title {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}
.my-card__desc {
  font-size: 0.9rem;
  hyphens: auto;
  margin-bottom: 0.4rem;
}
.my-card__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.my-card__author {
  color: #777;
}
.my-card__arrow {
  color: #777;
  font-size: 0.75rem;
}

/**/

.custom-el-pos-1 {
		margin-top: -100px;
}

/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*===========================
    04. About CSS 
===========================*/
.about-section {
  padding: 180px 0;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .about-section {
    padding: 120px 0;
  }
}

.about-section .about-img-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 46%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}

.about-section .about-img-wrapper img {
  width: 100%;
}

.about-section .about-img-wrapper .about-experience {
  width: 300px;
  border-radius: 27px;
  background: linear-gradient(to top left, #FF585D 0%, #E60036 100%);
  border: 5px solid #eff2f9;
  padding: 40px 20px;
  position: absolute;
  right: -40px;
 /* bottom: 10px;*/
	top: 480px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img-wrapper .about-experience {
    right: 40px;
  }
}

@media (max-width: 767px) {
  .about-section .about-img-wrapper .about-experience {
    right: 0px;
	top: 250px;
  }
	.about-section {
    padding: 60px 0 90px 0;
  }

}

.about-section .about-img-wrapper .about-experience h3 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.about-section .about-img-wrapper .about-experience p {
  color: #fff;
}

.about-section .about-content-wrapper .about-content .counter-up {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: flex;
  }
}

.about-section .about-content-wrapper .about-content .counter-up .counter {
  margin-right: 10px;
}

.about-section .about-content-wrapper .about-content .counter-up .counter:last-child {
  margin-right: 0;
}

.about-section .about-content-wrapper .about-content .counter-up .counter span {
  font-size: 40px;
  font-weight: 600;
  color: #3763EB;
  display: block;
  margin-bottom: 8px;
}

.about-section .about-content-wrapper .about-content .counter-up .counter h4 {
  font-weight: 500;
  margin-bottom: 10px;
}

.time-line {
  position: relative;
}

.time-line .row {
  position: relative;
}

.time-line::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #F4EEFB;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .time-line::after {
    display: none;
  }
}

.time-line .box-icon-style {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #F4EEFB;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line .box-icon-style {
    position: static;
    transform: translate(0);
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .time-line .box-icon-style {
    position: static;
    transform: translate(0);
    margin-bottom: 30px;
  }
}

.time-line .box-icon-style i {
  transition: all 0.3s ease-out 0s;
  font-size: 20px;
  padding: 2px;
  color: #3763EB;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line .single-timeline {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .time-line .single-timeline {
    margin-bottom: 50px;
  }
}

.time-line .single-timeline:hover .box-icon-style {
  background: linear-gradient(#E60036 0%, #E60036 100%);
  color: #fff;
  border-color: transparent;
}

.time-line .single-timeline:hover .box-icon-style i {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line .single-timeline .timeline-img {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .time-line .single-timeline .timeline-img {
    margin-bottom: 30px;
  }
}

.time-line .single-timeline .timeline-img img {
  width: 100%;
}
/*About end*/

@media (min-width: 992px) {
	#header .header-nav.header-nav-line nav > ul li:hover > a:before {
		background: #FF6064;
	}
	#header .header-nav.header-nav-line nav > ul li:hover > a {
		color: #ffffff;
	}
	#header .header-nav-main nav > ul > li > a {
		letter-spacing: 0.5px;
	}
}
#header .dropdown-item {
    font-size: 16px !important;
    font-weight: 500 !important;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0;
}
p {
    font-weight: 500;
    font-size: 15px;
    color: #212529;
}
a {
	text-decoration: none !important;
}

@media (min-width: 992px) {
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
		background: #FF6064;
	}
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
    color: #ffffff;

	}
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
    background-color: #FF6064;

	}
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
    color: #FFF;
    border-bottom-color: #fd888b;
}
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
    background: rgba(0,0,0,0.2);
}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    padding: 0;
}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    padding: 10px 18px 10px 18px;
    letter-spacing: 0;
}
}
