
/*******************************************************
    Template Name    : Rahman - Agency One Page Template
	Author			 : AMINUL
	Developer		 : Md.Aminul Islam
    Version          : 1.1
    Created          : 2023
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Style
    03.Navber Style
    04.Home Slider Section Style
    05.Why-Choose us Section Style
    06.About Section Style
    07.Features Section Style
    08.Services Section Style
    09.Hire Section Style
    10.Counter Section Style
    11.Projects Section Style
    12.Price Section Style
    13.Testimonial Section Style
    14.Client-logo Section Style
    15.Blog Section Style
    16.Contact Section Style
    17.Footer Section Style
 *************************************/
 
/**************************************
 * 01. Generale Style
 *************************************/
@import url("magnific-popup.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("hover.css");
@import url("slick.css");


body {
	background: var(--thm-white);
	color: var(--thm-p);
	font-family: var(--thm-font);
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--thm-font: 'Ubuntu', sans-serif;
	--thm-base: linear-gradient(65deg, #00c3a7 0, #124188 100%);
	--thm-color: #02b3a3;
	--thm-white: #ffffff;
	--thm-black: #072f54;
	--thm-text: #517291;
	--thm-p: #333333;
}
.bg-color {
	background-color:var(--thm-color);
}
.bg-base {
	background: var(--thm-base);
}
.bg-black {
	background-color: var(--thm-black);
}
.bg-f1{
	background:#f1f1f1! important;
}
.bg-f2{
	background:#f2f2f2! important;
}
.bg-f3{
	background:#f3f3f3! important;
}
.bg-f4{
	background:#f4f4f4! important;
}
.bg-f5{
	background:#f5f5f5! important;
}
.bg-f6 {
	background-color: #F1F8FF ! important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: var(--thm-font);
	font-weight: normal;
	color: var(--thm-p);
	font-weight:700;
	line-height:1.2;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 270px;
	z-index: 9;
	overflow: hidden;
}
a {
	color: var(--thm-black);
	text-decoration:inherit;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

a:hover {
	color: var(--thm-color);
}

a:hover, a:focus {
	color:  var(--thm-color);
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: var(--thm-p);
	line-height: 28px;
	font-family: var(--thm-font);
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid  var(--thm-black);
}

.btn:focus {
	outline: none !important;
	box-shadow: none;
}

button:focus {
	outline: 0 none;
	box-shadow: none;
}
figure {
	margin: 0 0 0;
}

/*Btn Style One*/

.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.theme-btn i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}
.btn-style-one {
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 0.05em;
	background: var(--thm-base);
	color: var(--thm-white);
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.btn-style-one .btn-title {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 28px;
	font-weight: 600;
	padding: 12px 30px;
	z-index: 1;
}

.btn-style-one:hover {
	background: var(--thm-base);
	color: var(--thm-white);
}

.btn-style-one .btn-curve {
	position: absolute;
	right: -15px;
	top: 0;
	width: 26px;
	height: 100%;
	background: var(--thm-black);
	opacity: 0.20;
	z-index: 0;
	transform: skewX(-22deg);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.btn-style-one:hover .btn-curve {
	opacity: 1;
	right: 0;
	width: 100%;
	transform: skewX(0deg);
}

.button:focus {
	outline: none;
	box-shadow: none;
}

dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.centered{
	text-align:center ! important;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.bg-fixed {
    background-attachment: fixed;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
/*Start Section Title*/

.atf-section-padding {
	padding: 100px 0;
}

.atf-section-title {
	margin-bottom: 75px;
}

.atf-section-title h2 {
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    color: var(--thm-black);
}
.atf-sub-title {
	color: var(--thm-color);
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
	background: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#e52e71));
    background: var(--thm-base);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*End Section Title*/

.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.mr-top-50 {
	margin-top: 50px;
}

/*Start Back to Top Title*/

.back-to-top {
	position: fixed;
	display: none;
	background: var(--thm-base);
	color: var(--thm-white);
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	border-radius: 5px;
	right: 25px;
	bottom: 20px;
	transition: background 0.5s;
	z-index: 11;
}
.back-to-top i {
	padding-top: 8px;
	color: var(--thm-white);
	font-size: 25px;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* owl theme */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
    line-height: .7;
}
.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 7px;
    margin: 0 8px;
    border-radius: 3px;
    background: var(--thm-white);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 2px solid #000;
}

/**************************************
 * 02.Preloader Style
 *************************************/
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--thm-base);
  z-index: 9999;
}

.loader-wrapper .middle {
  position: absolute;
  top: 50%;
  width: 100%;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--thm-white);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
/**************************************
 * 03.Navber Style
 *************************************/
.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.7px;
	font-family: var(--thm-font);
}

.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
	color: var(--thm-color);
}

.navbar-b.navbar-trans .nav-link:hover {
	color: var(--thm-color);
}

.navbar-b.navbar-trans .show > .nav-link, .navbar-b.navbar-trans .active > .nav-link, .navbar-b.navbar-trans .nav-link.show, .navbar-b.navbar-trans .nav-link.active {
	color: var(--thm-white);
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background: var(--thm-base);
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-b.navbar-reduce .nav-link {
	color: var(--thm-white);
}
.nav-link:hover, .nav-link:focus {
	color: var(--thm-color) !important;
}

.navbar-b.navbar-reduce .show > .nav-link,
 .navbar-b.navbar-reduce .active > .nav-link,
 .navbar-b.navbar-reduce .nav-link.show,
 .navbar-b.navbar-reduce .nav-link.active {
	color: var(--thm-color);
}

.navbar-b.navbar-reduce .navbar-brand {
	color: var(--thm-black);
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background: var(--thm-white);
}

.navbar-b .navbar-brand {
	color: var(--thm-white);
	font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
	font-family: var(--thm-font);
	text-transform:uppercase;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-b .dropdown.show .dropdown-menu, .navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}

.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #517291;
	color: var(--thm-white);
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #517291;
}

.navbar-toggler {
	position: relative;
}

.navbar-toggler:focus, .navbar-toggler:active {
	outline: 0;
}

.navbar-toggler span {
	display: block;
	background-color: var(--thm-white);
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}
.navbar-b .logo-black {
	display: none;
}
.navbar-b.navbar-fixed .site-logo .logo-white {
	display: none;
}
.navbar-b.navbar-fixed .site-logo .logo-black {
	display: block;
}
@media only screen and (max-width: 767px) {
	.navbar-toggler:focus {
		box-shadow: inherit;
	}
	.navbar-toggler:focus, .navbar-toggler:active {
		outline: inherit;
	}
	.navbar-toggler {
		border: inherit;
	}
	.navbar-nav {
		line-height: 33px;
	}
}
/******effect********/

.navbar-nav .nav-item .nav-link {
    display: block;
    position: relative;
    overflow: hidden;
	padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav .nav-item .nav-link span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 400;
}
.navbar-nav .nav-item .nav-link span:before{
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    font-weight: 400;
    width: 100%;
    display: block;
}
.navbar-nav .nav-item .nav-link:hover span,
.navbar-nav .nav-item .nav-link:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
/**************************************
 * 04.Home Slider Section Style
 *************************************/
.atf-slider.atf-style1 {
  position: relative; }

.swipe-arrow.atf-hidden,
.pagination.atf-hidden {
  display: none; }

.pagination.atf-style1 ul,
.pagination.atf-style2 ul {
  padding: 0;
  margin: 0;
  display: flex !important;
  list-style: none; }
.pagination.atf-style1 li,
.pagination.atf-style2 li {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: #555;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.4s ease; }
.pagination.atf-style1 li.slick-active,
.pagination.atf-style2 li.slick-active {
  background-color: #3498db; }
.pagination.atf-style1 button,
.pagination.atf-style2 button {
  display: none; }

.pagination.atf-style2 {
  position: absolute;
  bottom: 17px;
  left: 12px; }

.pagination.atf-style1.container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  padding-left: 15px; }

.atf-slider.atf-style2 {
	position: relative; }
.atf-slider.atf-style2 .slick-slide {
	padding-left: 15px;
	padding-right: 15px; }
.atf-slider.atf-style2 .slick-list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-left: -15px;
    margin-right: -15px; }
  .atf-slider.atf-style2 .slick-arrow {
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: var(--thm-white);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: all 0.4s ease; }
.atf-slider.atf-style2 .slick-arrow:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 30px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-left {
    left: 0px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-left:before {
    right: -20px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-right {
    right: 0px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-right:before {
    left: -20px; }
.atf-slider.atf-style2 .slick-arrow:hover {
    color: #222; }
.atf-slider.atf-style2:hover .slick-arrow {
    opacity: 1;
    visibility: visible; }
.atf-slider.atf-style2:hover .slick-arrow.slick-arrow-left {
    left: -70px; }
.atf-slider.atf-style2:hover .slick-arrow.slick-arrow-right {
    right: -70px; }

@media screen and (max-width: 991px) {
.atf-slider .pagination.atf-hidden {
    display: block;
    margin-top: 20px; }

.atf-slider .pagination.atf-style1 ul,
.atf-slider .pagination.atf-style2 ul {
    justify-content: center; }

.swipe-arrow.atf-style1 {
    display: none; }

.atf-hidden.atf-hidden-md,
.swipe-arrow.atf-style2 {
    display: none !important; } }
.swipe-arrow.atf-style2 .slick-arrow-left,
.swipe-arrow.atf-style2 .slick-arrow-right {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: var(--thm-white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0;
  color: #555;
  cursor: pointer;
  transition: all 0.3s ease; }
.swipe-arrow.atf-style2 .slick-arrow-left:hover,
.swipe-arrow.atf-style2 .slick-arrow-right:hover {
    color: var(--thm-white); 
    background: var(--thm-black); 
}
.swipe-arrow.atf-style2 .slick-arrow-right {
  right: 30px;
  padding-left: 2px; }
.swipe-arrow.atf-style2 .slick-arrow-left {
  left: 30px;
  padding-right: 2px; }

.atf-slider:hover .swipe-arrow.atf-style2 .slick-arrow-left,
.atf-slider:hover .swipe-arrow.atf-style2 .slick-arrow-right {
  opacity: 1; }
 .atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-bg {
  transform: scale(1.1);
  transition: all 2s ease; }
.atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-title {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out; }
.atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-subtitle {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out; }
.atf-slider-animation1 .atf-hero-btn-group {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out; }
.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-bg {
  transform: scale(1);
  transition-delay: 0.7s; }
.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-title {
  opacity: 1;
  top: 0;
  transition-delay: 0.8s; }
.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-subtitle {
  opacity: 1;
  top: 0;
  transition-delay: 0.9s; }
.atf-slider-animation1 .slick-active .atf-hero-btn-group {
  opacity: 1;
  top: 0;
  transition-delay: 1s; }
  

.atf-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; }
.atf-fixed-bg {
	background-attachment: fixed; }

.atf-hero.atf-style1 {
	height: 820px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden; }
.atf-hero.atf-style1.atf-size1 {
    height: 750px; }
.atf-hero.atf-style1 .container {
    position: relative;
    z-index: 2; }
.atf-hero.atf-style1 .atf-hero-title {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	line-height: 1.2;
}
.atf-hero.atf-style1 .atf-hero-text.atf-style1 .atf-hero-title {
    font-weight: 400; }
.atf-hero.atf-style1 .atf-hero-subtitle {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 42px; }
.atf-hero.atf-style1 .atf-hero-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
.atf-hero.atf-style1 .atf-hero-img img {
    max-height: 94%; }
.atf-hero.atf-style1.atf-white .atf-hero-title {
	color: var(--thm-white);
	text-transform: capitalize;
}
.atf-hero.atf-style1.atf-white .atf-hero-subtitle {
    color: rgba(255, 255, 255, 0.8); }

.atf-hero.atf-style1 .atf-hero-img {
  right: 0px; }

.atf-color-overlay:before,
.atf-hero-overlay:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8); }

.atf-hero-overlay:before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5); }

.atf-hero-img-group {
  height: 450px;
  width: 400px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10%;
  z-index: 2; }
.atf-hero-img-group .atf-lg-img {
    height: 100%;
    width: 65%;
    margin-left: auto; }
.atf-hero-img-group .atf-sm-img {
    position: absolute;
    height: 55%;
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 0; }
.left-area{
	text-align: left;
}
.center-area{
	text-align: center;
}
.right-area{
	text-align: right;
}

.atf-hero-text.atf-style1 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(22px);
  padding: 35px 50px 50px;
  border-radius: 10px; }
  
.atf-hero-text.atf-style1  {
    min-width: 152px; }

.atf-hero.atf-style1 .atf-hero-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }
@media screen and (max-width: 991px) {
.atf-hero-wrap .atf-hero-slider1 {
    display: none; }

.atf-hero.atf-style1 {
    height: 550px; }

.atf-hero.atf-style1 .atf-hero-title {
    font-size: 38px; }

.atf-hero.atf-style1 .atf-hero-subtitle {
    font-size: 16px;
    margin-bottom: 32px; } }
@media screen and (max-width: 1450px) {
.atf-hero-img-group {
    right: 0; } }
@media screen and (max-width: 1199px) {
.atf-hero-img-group {
    position: relative;
    transform: initial;
    right: initial;
    top: initial;
    margin-top: 40px; }

.atf-hero.atf-style1.atf-type1 {
    padding-top: 80px;
    padding-bottom: 100px;
    height: inherit; }

.atf-hero-img-group .atf-lg-img {
    margin-left: 0; }

.atf-hero-img-group .atf-sm-img {
    left: initial;
    right: 0; } }
@media screen and (max-width: 575px) {
.atf-hero.atf-style1 .atf-hero-title br,
.atf-hero.atf-style1 .atf-hero-subtitle br {
    display: none; }
.atf-hero-btn-group .btn {
	margin-bottom:15px;
	}

.atf-hero-text.atf-style1 {
    padding: 25px 30px 40px; }

.atf-hero-btn-group {
    margin-bottom: -10px; }
.atf-hero-btn-group .atf-btn {
      margin-bottom: 10px; }

.atf-hero-img-group {
    width: 100%; }

.atf-hero.atf-style1.atf-size1 {
    height: 560px; }

.atf-hero-text.atf-style1 .atf-btn {
    min-width: 120px;
    padding: 0.62em 1.5em; } }

.atf-slider .atf-style1 .home-area::after {
	position: absolute;
	top: 0;
	content:"";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
    background: #4776E6;
    background: -webkit-linear-gradient(65deg, #00c3a7 0, #124188 100%);
    background: var(--thm-base);
}

.home-area .home-content .theme-btn {
	margin-right: 15px;
	
}

/**************************************
 * 05. Why-Choose Section Style
 *************************************/
.choose-area {
    background: #f9f9f9;
}


/**************************************
 * 06. About Section Style
 *************************************/
.about-info {
	display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: column;
    height: 100%;
	padding-right: 100px;
}
.color-text {
    background: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#e52e71));
    background: var(--thm-base);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-info h2 {
	font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
.about-info p {
    margin-top: 10px;
}
.about-info .theme-btn {
    margin-top: 25px;
}

/**************************************
 * 07.Feature Section Style
 *************************************/
.feature-area .feature-item {
	background-color: rgba(255, 255, 255, 0.24);
	padding: 40px 30px;
	margin:15px 0;
	background:var(--thm-white);
	border-radius: 7px;
	position: relative;
	transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
	transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
	transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}
.feature-area .feature-item:hover{
	box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
}
.feature-icon {
    width: 55px;
    height: 55px;
    line-height: 60px;
    background: transparent;
    border: 2px solid var(--thm-color);
    border-radius: 30px;
	margin: 0 auto;
	margin-bottom:20px;
}

.feature-icon i {
    font-size: 25px;
	margin-bottom: 20px;
	color: var(--thm-color);
}
.feature-info h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

/**************************************
 * 08.Services Section Style
 *************************************/
 .color-1 {
	color: #ffb400 !important;
}
.color-2 {
	color: #b832fd !important;
}
.color-3 {
	color: #08981c !important;
}
.color-4 {
	color: #78a154 !important;
}
.color-5 {
	color: #4f93a6 !important;
}
.color-6 {
	color: #fecb3c !important;
}
.services-item {
    background: var(--thm-white);
    padding: 40px 30px;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
	margin:15px 0;
	border-radius: 7px;
    position: relative;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    text-align: center;
    background-size: cover;
    background-position: 50% 0% !important;
}
.services-item:hover{
	box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
}
.services-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    border-radius: 7px;
    background: var(--thm-base);
}
.services-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--thm-white);
    z-index: 1;
    -webkit-transition: all .7s;
    transition: all .7s;
    border-radius: 7px;
}

.post-arrow {
    position: absolute;
    left: 120px;
    width: 30px;
    height: 2px;
    background: #000;
    transition: all 0.3s ease-in-out;
}

.post-arrow::before {
		content: '';
		width: 10px;
		height: 10px;
		position: absolute;
		top: -4px;
		right: 0;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		transform: rotate(45deg);
}

.services-item:hover .post-arrow { 
	width: 50px;
	background: var(--thm-white);
 }

.services-item:hover .post-arrow::before { 

		border-top: 2px solid var(--thm-white);
		border-right: 2px solid var(--thm-white);
 }
.services-item-cover {
    position: relative;
    z-index: 7;
}
.services-item:hover:after {
    opacity: 0;
}
.services-item:hover i,
.services-item:hover h3,
.services-item:hover p {
    color: var(--thm-white);
}
.services-item.bg-1 {
    background-image: url(../img/blog/1.jpg);
}
.services-item.bg-2 {
    background-image: url(../img/blog/2.jpg);
}
.services-item.bg-3 {
    background-image: url(../img/blog/3.jpg);
}
.services-item.bg-4 {
    background-image: url(../img/blog/1.jpg);
}
.services-item.bg-5 {
    background-image: url(../img/blog/2.jpg);
}
.services-item.bg-6 {
    background-image: url(../img/blog/3.jpg);
}

.services-icon i {
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.services-info h3 {
    font-size: 24px;
    font-weight:700;
    margin-bottom: 10px;
}
.services-info p {
    margin-bottom: 20px;
}
 
/**************************************
 * 09.Hire Section Style
 *************************************/
.hire-area {
	position: relative;
	text-align: center;
	background: url(../img/bg/custom-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	z-index:1;
	padding: 100px 0;
}

.hire-area::after {
	position: absolute;
	top: 0;
	content:"";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
    background: #4776E6;
    background: -webkit-linear-gradient(65deg, #00c3a7 0, #124188 100%);
    background: var(--thm-base);
}
.hire-content h1 {
    color: var(--thm-white);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}
.hire-content .theme-btn{
	margin-top:25px;
}

/**************************************
 * 10. Start Counter Design
 *************************************/
.counter-info h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--thm-p);
    margin-bottom: 15px;
}
.single-counter {margin-top: 25px;}

.counter-number{
	font-size: 40px;
	font-weight: 500;
	color: var(--thm-black);
	margin-bottom: 10px;
	display: inline-block;
	line-height: 1;
}
.single-counter h5 {
    font-size: 40px;
    font-weight: 500;
    color: var(--thm-color);
}
.counter-heading {
    font-size: 18px;
    font-weight: 700;
    color: var(--thm-black);
	margin-bottom: 10px;
}

/**************************************
 * 10. End Counter Design
 *************************************/
 
/**************************************
 * Start Video Design
 *************************************/
 
.atf-video-img {
    position: relative;
}
.atf-video-img img {
    box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}
.atf-video-img .waves-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.atf-video-img .iq-video {
    background: var(--thm-color);
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 20px;
    color: var(--thm-white);
    border-radius: 100%;
    line-height: 53px;
    z-index: 9;
    position: relative;
    border: 8px solid var(--thm-white);
}
.atf-video-img .iq-video i {
	margin-left: 3px;
}
.atf-video-img .iq-waves {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2;
}
.atf-video-img .iq-waves .waves {
	position: absolute;
	width: 130px;
	height: 130px;
	background: rgba(2, 179, 163, 0.5);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}
.atf-video-img .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf-video-img .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.atf-video-img .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

/**************************************
 * End Video Design
 *************************************/


/**
 * -------------------------------------------------------
 *  07. Portfolio Section Style
 * -------------------------------------------------------
 **/
#portfolio {
    position: relative;
}
#portfolio .atf-section-title {
	text-align: center;
	margin-bottom: 45px;
}
#portfolio .portfolio-list {
	margin-bottom: 30px;
	text-align: center;
}

#portfolio .portfolio-list .nav {
	display: inline-block;
	margin: 0;
	padding: 15px 20px;
	background: #efefef;
	border-radius: 10px;
}

#portfolio .portfolio-list .nav li {
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    font-weight: 700;
    text-transform: capitalize;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding: 0px 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    margin: 5px 5px;
}

#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active {
	color: var(--thm-color);
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#portfolio .portfolio-container {
	display: inline-block;
	width: 100%;
}
.portfolio-grid-item .portfolio-single-item {
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
    display: block;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.portfolio-single-item .portfolio-hover-title {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	background-color: rgba(16, 159, 126, 0.65);
}
.portfolio-single-item .portfolio-hover-title:hover {
	opacity: 1;
}

.portfolio-single-item .portfolio-hover-title .portfolio-content {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    height: auto;
    text-align: center;
	overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;

}
.portfolio-single-item .portfolio-hover-title:hover .portfolio-content {
    opacity: 1;
}
.portfolio-single-item .portfolio-hover-title .portfolio-content i {
    color: var(--thm-white);
    font-size: 30px;
	transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
}
.portfolio-single-item:hover .portfolio-hover-title .portfolio-content i {
    transition: transform ease 0.4s 0.4s;
    -webkit-transition: transform ease 0.4s 0.4s;
    -moz-transition: transform ease 0.4s 0.4s;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
}
.portfolio-grid-item img {
    width: 100%;
}
.portfolio-single-item figure .image-box{
    position: relative;
    overflow: hidden;    
	margin-bottom: 0;
}

.portfolio-grid-item figure figcaption {
	padding: 20px 20px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	background: var(--thm-black);
}
.portfolio-grid-item figure figcaption p {
	font-size: 15px;
	color: var(--thm-white);
}
.portfolio-grid-item figure figcaption h3 {
    font-size: 18px;
	color:var(--thm-white);
}

/**************************************
 * 12.Price Section Style
 *************************************/
.pricing-content {
    padding: 30px 50px;
    background: var(--thm-white);
    border-radius: 7px;
    box-shadow: -1px 3px 20px 0px rgba(75, 81, 91, 0.1);
    transition: all 0.4s ease 0s;
}
.price-heading {
    margin-bottom: 30px; 
}
.price-heading i {
    font-size: 50px;
    color: var(--thm-color);
    margin-bottom: 15px;
}
.price-heading .price-name h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.price-heading .price-name h2 {
    font-size: 33px;
    font-weight: 700;
    color: var(--thm-color);
}
.price-heading .price-name .price-small-text {
    font-size: 15px;
    font-weight: 500;
    color: #3e3e3e;
}

.price-body ul li {
    display: block;
    border-top: 1px dashed;
    padding: 10px 0;
    border-color: #dfe4e8;
}
.price-body ul li:last-child {
    padding-bottom: 0;
}
.price-body ul li i {
    color: var(--thm-color);
    padding-right: 5px;
}
.price-body .offer-list-none {
    color: #b7b7b7;
}

.price-body .offer-list-none i {
    color: rgba(247, 47, 60, 0.45);
}
.pricing-content .theme-btn {
    text-align: center;
}
.pricing-content .theme-btn{
	margin-top:25px;
}


/**************************************
 * 13.Testimonial Section Style
 *************************************/
.testimonial-area {
	position: relative;
	text-align: center;
	background: url(../img/bg/custom-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index:1;
}
.testimonial-area::after {
	position: absolute;
	top: 0;
	content:"";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
    background: #4776E6;
    background: -webkit-linear-gradient(65deg, #00c3a7 0, #124188 100%);
    background: var(--thm-base);
}
.single-testimonial {
	padding: 50px 50px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.24);
}
.testimonial-img .author img {
    width: 85px !important;
    margin: 0 auto;
    border-radius: 100%;
    border: 5px solid var(--thm-white);
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.07);
}

.testimonial-img {
    margin-bottom: 15px;
}
.testimonial-area .client-area {
    margin-bottom: 30px;
}
.testimonial-area .owl-carousel {
  position: relative;
  z-index: 2;
}
.testimonial-area .client-area {
  margin-bottom: 15px;
}
.testimonial-area .client-area .img {
  display: inline-block;
  position: relative;
}
.testimonial-area .client-area .img .icon {
  width: 50px;
  position: absolute;
  top: 70px;
}
.testimonial-area .client-area .img .icon:first-of-type {
  left: -90px;
}
.testimonial-area .client-area .img .icon:last-of-type {
  right: -90px;
}
.testimonial-area .client-area .author {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 15px;
}
.testimonial-area .client-area h6 {
    font-weight: 700;
    font-size: 16px;
}
.testimonial-area .client-area span {
  font-size: 12px;
}

/**************************************
 * 15.Blog-area Section Style
 *************************************/
.blog-area .item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border:1px solid #eee;
}
.blog-btn .theme-btn{
	margin: 0 0 20px 20px ! important;
}
.blog-area .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.blog-area .item:hover .content {
  bottom: 0;
}
.post-img.position-re.o-hidden {
    overflow: hidden;
  position: relative;
}
.post-img.position-re.o-hidden .blog-tag {
	position: absolute;
	right: 20px;
	bottom: 25px;
}
.post-img.position-re.o-hidden .blog-tag a {
    color: var(--thm-white);
    font-size: 13px;
    background: var(--thm-color);
    padding: 5px 15px;
    border-radius: 5px;
}
.blog-area .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog-area .item .content {
    padding: 20px;
    background: var(--thm-white);
}
.blog-area .item .content .data a {
    color: var(--thm-color);
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.blog-area .item .content .data a {
  margin-right: 10px;
  position: relative;
}
.blog-area .item .content .data a:after {
  content: '-';
  position: relative;
  margin-left: 10px;
}
.blog-area .item .content .data a:last-child {
  margin-right: 0;
}
.blog-area .item .content .data a:last-child:after {
  display: none;
}
.blog-area .item .content h4 a {
    font-weight: 700;
    color: var(--thm-p);
    margin-bottom: 10px;
    display: block;
	transition: all 0.3s ease-in-out 0s;
}
.blog-area .item .content h4 a:hover {
    color: var(--thm-color);
}

/**************************************
 * 16.Contact Section Style
 *************************************/
.contact-area .form input,
.contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    font-weight: 400;
    border-radius: 5px;
}
.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
	color: var(--thm-black);
}
#contact-form .button {
    margin: 0;
}
.form-group {
    margin-bottom: 25px;
}
.contact-area button, input, textarea:focus {
    border: var(--thm-color);
    outline:var(--thm-color);
}
#map-section iframe {
    width: 100%;
    height: 400px;
}

.contact-area .form-message.success {
    background: #03b103;
    color: var(--thm-white);
    padding: 10px 15px;
    border-radius: 3px;
}	  
.contact-area .form-message.error {
    background: #ff4d15;
    color: var(--thm-white);
    padding: 10px 15px;
    border-radius: 3px;
}
/**************************************
 * 17.Footer Section Style
 *************************************/

.footer-area {
    background: var(--thm-base);
}
.footer-top {
    border-bottom: 1px solid #ddd;
}
.footer-boottom {
    padding: 20px 0;
}
.footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}
.footer-social-icon a i {
    font-size: 14px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    color: var(--thm-black);
    text-align: center;
    background: var(--thm-white);
}
.footer-link h4 {
    margin-bottom: 25px;
    font-weight: 700;
	color: var(--thm-white);
}

.footer-link .list-menu li a {
    color: var(--thm-white);
    margin-bottom: 5px;
    display: block;
    position: relative;
    overflow: hidden;
}
.footer-link .list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 500;
    font-family: var(--thm-font);
}
.footer-link .list-menu li a span:before{
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    font-weight: 600;
    width: 100%;
    display: block;
}
.footer-link .list-menu li a:hover span,
.footer-link .list-menu li a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.footer-boottom  p{
	color: var(--thm-white);
}
.footer-boottom  a{
	color: var(--thm-p);
	text-decoration:underline;
	transition: all 0.3s ease-in-out 0s;
}
.footer-boottom  a:hover{
	color: var(--thm-white);
	text-decoration:inherit;
}
.footer-subscribe form input {
    background-color: rgb(254, 254, 255);
    color: var(--thm-p);
    border: none;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 5px;
}

.footer-subscribe .btn-style-one:hover {
	color: var(--thm-white)! important;
}
.footer-subscribe  .theme-btn {
    margin-top: 25px;
}
