/*
Author       : Theme-Family
Template Name: Qayyum - Oil & Gas Service HTML5 Bootstrap Landing Page Theme
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (BODY, LINK COLOR, SECTION TITLE, PRELOADER, SCROLL TO TOP, BTN, SECTION PADDING etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--START HOME SLIDER
    04. START ABOUT DESIGN
		--START COUNTER DESIGN
	05. START PROJECT DESIGN
	06. START SERVICE DESIGN
	07. START BLOG DESIGN
	08. START TESTIMONIAL DESIGN
		--START NEWSLETTER DESIGN
		--START COMPANY BRAND LOGO DESIGN
	09. START CONTACT DESIGN
		--START MAP DESIGN
	10.START FOOTER DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: var(--thm-font);
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color:  var(--thm-p);
}
:root {
	--thm-font: 'Poppins', sans-serif;
	--thm-font2: 'Bebas Neue', cursive;
	--thm-base: #30355D;
	--thm-color: #0FAEEE;
	--thm-black: #30355D;
	--thm-heading:#071c1f;
	--thm-white: #ffffff;
	--thm-ase: #dff2d4;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-p: #5C727D;
	--thm-line:linear-gradient(to top, var(--thm-color) 10%, var(--thm-base) 90%);
	--thm-skew:linear-gradient(-45deg,var(--thm-white) 49%,var(--thm-color) 50%);
}
.bg-color {
	background-color:var(--thm-color);
}
.bg-base {
	background-color: var(--thm-base);
}
.bg-black {
	background-color: var(--thm-black);
}
.bg-line {
	background: var(--thm-line);
}
.bg-skew {
	background: var(--thm-skew);
}
.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: var(--thm-f6);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: var(--thm-heading);
	clear: both;
	font-family: var(--thm-font);
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0px;
}
h1, .h1 {
  font-size: 36px;
  line-height: 1.2; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

p:last-child {
	margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: var(--thm-p);
	line-height: 28px;
	font-family: var(--thm-font);
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}

a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
a:hover{
	color: inherit;
}
a {
	color: inherit;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	outline: 0;
}
*, ::before, ::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
span {
	letter-spacing: 0;
}
a, button, input {
	outline: medium none;
	color: inherit;
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
::selection {
	background: var(--thm-color);
	text-shadow: none;
	color: var(--thm-white);
}
::-webkit-input-placeholder {
	color: inherit;
}
::-moz-input-placeholder {
	color: inherit;
}
::-ms-input-placeholder {
	color: inherit;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	overflow: hidden;
}
body.locked {
  overflow: hidden;
}
button, input, textarea {
    color: inherit;
}
button, input, textarea:focus {
    outline:none;
}
.border-left{
	border-left:2px solid var(--thm-color);
}
.border-right{
	border-right:2px solid var(--thm-color);
}

.bg-overlay{
	position:relative;
	z-index:1;
}
.bg-overlay::before{
	position: absolute;
	content: '';
	background-color: rgba(0, 0, 0, 0.2);
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	z-index: -1;
}

.color-overlay {
  background-color: var(--thm-base);
  opacity: 0.9;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}

.overlay-gradient {
  background: linear-gradient(to right, #4763cb, #c0392b);
  opacity: 0.9;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
.right{
	text-align:right;
}
.p-relative{
	position:relative;
}
.p-absolute{
	position:absolute;
}
/**************************************
 * START FONT SIZE DESIGN
 *************************************/
.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}
/**************************************
 * END FONT SIZE DESIGN
 *************************************/
/**************************************
 * START LINE HEIGHT DESIGN
 *************************************/
.line-height_1_4 {
  line-height: 1.4;
}

.line_height_1_6 {
  line-height: 1.6;
}

.line_height_1_8 {
  line-height: 1.8;
}
/**************************************
 * END FONT SIZE DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
#atf-loader {
	background:var(--thm-white);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
	margin-top: 0;
	top: 0
}

#atf-loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

#atf-loading-center {
	position: absolute;
	left: 50%;
	top: 30%;
	height: 100px;
	width: 300px;
	transform: translate(-50px);
}
/* ------------------------
 SCROLL TO TOP
-------------------------- */
#back_to_top {
    position: fixed;
    right: 2%;
    top: 100%;
    width: 28px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border: 2px solid var(--thm-color);
    color: var(--thm-color);
    text-align: center;
    background-color: var(--thm-white);
    border-radius: 100px;
    z-index: 999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#back_to_top:hover {
    background-color: var(--thm-color);
    color: var(--thm-white);
}

#back_to_top.active {
    top: calc(100% - 110px)
}

#back_to_top i {
    -webkit-animation: mymove 1s ease-in 0s infinite alternate;
    animation: mymove 1s ease-in 0s infinite alternate;
    display: inline-block;
    position: relative;
}

@-webkit-keyframes mymove {
    from {
        top: -5px;
    }
    to {
        top: 5px;
    }
}

@keyframes mymove {
    from {
        top: -5px;
    }
    to {
        top: 5px;
    }
}

/*END SCROLL TO TOP*/
/*
* ----------------------------------------------------------------------------------------
* BTN
* ----------------------------------------------------------------------------------------
*/

.atf-themes-btn {
	color: var(--thm-white);
	background: var(--thm-color);
	border-radius: 4px;
	font-size: 15px;
	padding: 14px 23px;
	font-weight: 700;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	display: inline-block;
	-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;
	text-transform: capitalize;
	letter-spacing: 0.08em;
	border:1px solid #fff;
}
.atf-themes-btn:hover{
	background: var(--thm-black);
	color: var(--thm-white);
}

.atf-main-btn .btn-2 {
	border: 1px solid var(--thm-white);
	background: transparent;
	padding: 11px 23px;
}
.atf-main-btn  .btn-2:hover {
	background: var(--thm-black);
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* SECTION PADDING
* ----------------------------------------------------------------------------------------
*/
.atf-section-padding {
	padding: 100px 0;
}
/*
* ----------------------------------------------------------------------------------------
* SECTION TITLE
* ----------------------------------------------------------------------------------------
*/
.atf-section-title h5 {
	color: var(--thm-color);
	text-transform: capitalize;
	font-family: var(--thm-font);
}
.atf-section-title h2 {
	color: var(--thm-heading);
	text-transform: capitalize;
	font-family: var(--thm-font2);
	font-size: 44px;
	margin-bottom: 0;
}
.atf-section-title h3 {
	text-transform:capitalize;
	font-family:  var(--thm-font);
}
.atf-section-title p {
	font-family: var(--thm-font);
	font-size: 15px;
	font-weight: 400;
	color: var(--thm-p);
}
.atf-animate-line img {
	width: 60px;
	height: 70px;
}
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf_header_top {
	background-color: var(--thm-color) !important;
	padding: 5px 0;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease 0s;
	position: relative;
	z-index: 1;
}
.atf_header_top::after {
	background: var(--thm-black) none repeat scroll 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: calc(75% + 0px);
	-webkit-transform: skewX(0deg);
	transform: skew(0deg);
	border-left: 4px solid #fff;
}
.atf_header-social{
	list-style-type: none;
	text-align:right;
}
.atf_header_top_left p:hover,
.atf_header_top i:hover{
	color:  var(--thm-white);
}
.atf_header-social li{
	display: inline-block;
	margin: 0 2px;
}
.atf_header_top i{
	padding-right: 5px;
	color: rgba(255, 255, 255, 0.8);
}
.atf_header_top p{
	margin-bottom: 0;color: rgba(255, 255, 255, 0.8);
}

.atf_header_top_left p,
.atf_header_top_right p{
	display: inline-block;

}

.atf_header_top_left p{
	padding-right: 12px;
}
.atf_header_top_right p{
	padding-left: 8px;
}
.atf-top-header {
	margin-top: 38px;
}
#navigation.navbar-fixed {
	margin-top: 0;
}
.site-logo {
	width: 147px;
	height: auto;
	margin-top: 15px;
}
.bg-faded {
	background-color: transparent;
	transition: all 0.5s ease 0s;
}
.navbar-fixed {
	z-index: 999;
	position: fixed;
	padding: 10px 0 0;
	opacity: .98;
	width: 100%;
	top: 0;
	-webkit-animation: fadeInDown 800ms;
	animation: fadeInDown 800ms;
	-webkit-backface-visibility: hidden;
	border-radius: 0px;
	background: var(--thm-line);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}
#navigation {
	padding: 10px 0 0px;
	/* border-bottom: 1px solid rgb(247, 243, 243 , 0.1);
	 background-color: transparent;  */
}
#navigation.navbar-fixed {
	padding-top: 8px;
	padding-bottom: 8px;
}
.header_right {
	display: flex;
	flex-basis: auto;
}
#main-menu ul{
	list-style-type: none;
}
#main-menu ul li{
	display: inline-block;
	margin-left: 25px;
	position: relative;
}
#main-menu ul li a {
	color: var(--thm-white);
	font-weight: 400;
	text-transform: capitalize;
	font-family: var(--thm-font);
	transition: .5s;
	font-size: 17px;
	padding: 24px 0 26px;
	border-bottom: 1px solid transparent;
	display: block;
}

#navigation.navbar-fixed #main-menu ul li a {
	color: var(--thm-white);
	padding: 22px 0 22px;
}
#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus,
#main-menu ul li a:hover,
#main-menu ul li a:focus{
	color: var(--thm-color);
}
#main-menu ul li > a:hover,
#main-menu ul li > a:focus{
	border-bottom: 1px solid var(--thm-color);
}
#navigation #main-menu ul li a:hover,
#navigation #main-menu ul li a:focus,
#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus{
	border-bottom: 1px solid transparent;
}
.slicknav_nav_icon{
	color: var(--thm-white);
	font-size: 24px;
}
#mobile_menu{
	display: none;
}
.navbar-light .logo-black {
	display: none;
}
.navbar-light.navbar-fixed .site-logo .logo-white {
	display: none;
}
.navbar-light.navbar-fixed .site-logo .logo-black {
	display: block;
}
/*-------------------------------
# dropdwon menu
--------------------------------*/
#navigation #main-menu ul li ul,
#navigation #main-menu ul li ul li ul {
	background: var(--thm-black);
	box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
	left: 0;
	list-style: outside none none;
	margin: 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	text-align: left;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 180px;
	z-index: 999;
	border-radius: 4px;
}
#navigation #main-menu ul li  ul li{
	position: relative;
}
#navigation #main-menu ul li ul li ul{
	top: 0;
	right: auto;
	left: 205px;
}
#navigation #main-menu ul li:hover ul,
#navigation #main-menu ul li ul li:hover > ul{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
#navigation #main-menu ul li ul li {display: block; margin: 0; padding: 0;}
#navigation.navbar-fixed #main-menu ul li ul li a,
#navigation #main-menu ul li ul li a {
	color: var(--thm-white);
	display: block;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	padding: 5px 12px;
	position: relative;
	transition: all 0.3s ease 0s !important;
	visibility: inherit !important;
	opacity: inherit !important;
	text-transform: capitalize;
}

#navigation #main-menu ul li ul li a:hover{
	color: var(--thm-white)!important;
	text-decoration: none;
	padding-left: 15px;
}


@media only screen and (max-width:767px) {
  .navbar-brand {
    padding-top: 20px;
  }
}
.atf-menu-btn a{
	color: var(--thm-white)! important;
	padding: 5px 12px !important;
	-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;
	display:inline-block;
	border: 1px solid #fff ! important;
}
.atf-menu-btn a:hover {
	box-shadow:0 0 15px rgba(0,0,0,0.2);
	background:var(--thm-white)! important;
	color: var(--thm-black)! important;
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-cover-bg::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.atf-header-area {
	background-color: var(--thm-f6);
	height: 750px;
	overflow: hidden;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-single-details h5 {
	color: var(--thm-black);
	font-size: 22px;
	font-weight: 500;
	line-height: 40px;
	text-transform: capitalize;
	padding-bottom: 10px;
	font-family: var(--thm-font);
}
.atf-header-area .atf-single-details h2 {
	font-size: 60px;
	color: var(--thm-heading);
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: 0.7px;
	font-family: var(--thm-font2);
}
.atf-header-area .atf-single-details span{
	margin-left:2px;
}
.atf-header-area .atf-single-details p {
	color: var(--thm-black);
	font-size: 16px;
	margin: 20px 0 30px;
}
.atf-single-details  h5 {
	-webkit-animation: 1.7s .7s fadeInDown both;
	animation: 1.7s .7s fadeInDown both; }

.atf-single-details  h2 {
	-webkit-animation: 1.7s .7s fadeInLeft both;
	animation: 1.7s .7s fadeInLeft both; }

.atf-single-details  p {
	-webkit-animation: 1.7s .7s fadeInUp both;
	animation: 1.7s .7s fadeInUp both; }


.atf-single-details .atf-main-btn{
	-webkit-animation: 1.5s 1s fadeInUp both;
	animation: 1.5s 1s fadeInUp both; }

/**************************************
 * START HOME SLIDER
 *************************************/
/*--------------------------------------------------------------
# START HOME SLIDER
--------------------------------------------------------------*/
.atf-silder-one {
  margin-top: 0;
}

.atf-silder-one .swiper-slide {
  position: relative;
  background-color: #1e1f21db;
}

.atf-silder-one .container {
	position: relative;
	padding-top: 225px;
	padding-bottom: 225px;
	z-index: 30;
}

.atf-silder-one .image-layer-one {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
/*   -webkit-transform: scale(1);
  transform: scale(1); */
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  opacity: .40;
  z-index: 1;
}

.atf-silder-one .swiper-slide-active .image-layer-two {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.atf-silder-one__content {
  position: relative;
  display: block;
}

.atf-silder-one__sub-title {
  font-size: 14px;
  color: var(--thm-white, #ffffff);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.atf-silder-one__title {
  font-size: 80px;
  color: var(--thm-white, #ffffff);
  font-family:var(--thm-font2);
  font-weight: 400;
  line-height: 80px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.atf-slider-one__description{
	margin-bottom:35px;
	color: var(--thm-white, #ffffff);
	font-size:18px;
}
.atf-slider-one__description,
.atf-silder-one__btn-box {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.atf-thm-one__btn {
  background-color: var(--thm-white, #ffffff);
  color: var(--thm-black);
}

.atf-silder-one .swiper-slide-active .atf-silder-one__sub-title,
.atf-silder-one .swiper-slide-active .atf-slider-one__description,
.atf-silder-one .swiper-slide-active .atf-silder-one__title,
.atf-silder-one .swiper-slide-active .atf-silder-one__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}


/*slider nav*/

.atf-slider__nav {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.atf-slider__nav .swiper-button-next,
.atf-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--thm-white, #ffffff);
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.atf-slider__nav .swiper-button-next:hover,
.atf-slider__nav .swiper-button-prev:hover {
  background-color: var(--thm-color);
  color: var(--thm-white);
}

.atf-slider__nav .swiper-button-next::after,
.atf-slider__nav .swiper-button-prev::after {
  display: none;
}

/*
* ----------------------------------------------------------------------------------------
* END HOME SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-about-social-icon {
	font-size: 40px;
	color: var(--thm-color);
}
.atf-single-about{
	margin:15px 0;
}
.atf-single-about {
	margin: 15px 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	padding: 15px;
	border-left: 5px solid var(--thm-color);
	border-radius: 10px;
}
/*
* ----------------------------------------------------------------------------------------
* 04. END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
 /*
* ----------------------------------------------------------------------------------------
* START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.counter {
	color: var(--thm-color);
	font-family: var(--thm-font);
	text-align: center;
	padding: 60px 20px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.counter::before {
	content: '';
	background: linear-gradient(to right, #fff, #fff);
	border-radius: 7px;
	border: 3px solid var(--thm-white);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	top: 30px;
	z-index: -1;
}
.counter .counter-value{
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 9px;
	color:var(--thm-color);
}
.counter .counter-value:before,
.counter .counter-value:after{
    content: '';
    background: linear-gradient(to right bottom, #5ED3DA, #2793D3, #5ED3DA);
    height: 80px;
    width: 80px;
    border-radius: 10px;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 15px;
    z-index: -2;
}
.counter .counter-value:after{
    top: auto;
    bottom: 15px;
}
.counter h4 {
	color:  var(--thm-heading);
	font-weight: 700;
	text-transform: capitalize;
	margin: 5px 0 10px;
}
.counter .counter-icon img {
	color: var(--thm-color);
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.counterUp-icon,
.counterUp-letter {
	font-size: 28px;
	font-weight: 600;
	color:var(--thm-color);
}
@media screen and (max-width:991px){
    .counter{ margin-bottom: 40px; }
}
 /*
* ----------------------------------------------------------------------------------------
* 05. START PROJECT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-project {
	transition: all 0.3s ease 0s;
	border: 1px solid #eee;
	background: var(--thm-white);
	margin: 0 10px;
}
.atf-single-project .atf-project-img{
	overflow: hidden;
}
.atf-project-img img{
	width: 100%;
	height: auto;
	transition: all 0.4s ease-out 0s;
	margin-bottom:15px;
}
.atf-single-project:hover{
	box-shadow: 0 0 10px rgba(0,0,0, 0.2);
}
.atf-single-project h3 {
	margin: 0px 0 15px;
}
.atf-single-project strong{font-size:22px;}

.atf-project-content {
	padding: 5px 10px 25px 20px;
}
.atf-project-icon li {
	font-family: var(--thm-font);
	font-size: 15px;
	transition: all 0.3s ease-out 0s;
	color: var(--thm-p);
	line-height:28px;
	font-weight:500;
}
.atf-project-icon li a:hover {
	color: var(--thm-color);
}
.atf-project-content a h3:hover{
	color:var(--thm-color);
	transition:all 0.4s ease-out 0s;
}
/* slick-arrow-2 */
.slick-arrow-2 .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: -120px;
	height: 60px;
	width: 60px;
	line-height: 58px;
	display: block;
	left: auto;
	right: 100px;
	border: 2px solid;
	text-align: center;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
 }
.slick-arrow-2 .slick-arrow:hover {
    background-color: var(--thm-color);
    border-color: var(--thm-color);
    color: var(--thm-white) !important; }

.slick-arrow-2 .slick-next {
  right: 15px;
  background-color: var(--thm-white);
  border-color: var(--thm-color);
  color: var(--thm-color) !important; }

.slick-arrow-2 .slick-prev {
  background-color: var(--thm-white);
  border-color:  var(--thm-color);
  color: var(--thm-color) !important; }

 /* slick-arrow */
.slick-arrow {
  cursor: pointer;
  z-index: 9; }

/* slick-arrow-1 */
.slick-arrow-1 .slick-arrow {
  background-color: var(--thm-white);
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 15px;
  right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: block;
  border: 1px solid var(--thm-color);
  border-radius: 0%;
  text-align: center;
  font-size: 20px;
  color: var(--thm-color) !important;
  z-index: 1;
  opacity: 0;
  visibility: hidden; }
  .slick-arrow-1 .slick-arrow:hover {
    background-color: var(--thm-color);
    border-color: var(--thm-color);
    color: var(--thm-white) !important; }

.slick-arrow-1 .slick-next {
  right: 15px;
  left: auto; }

.slick-arrow-1:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.slick-arrow-1-inner.slick-arrow-1:hover .slick-arrow {
  left: 50px;
  right: auto; }

.slick-arrow-1-inner.slick-arrow-1:hover .slick-next {
  right: 50px;
  left: auto; }

@media (min-width: 1350px) {
  .slick-arrow-1:hover .slick-arrow {
    left: -50px;
    right: auto; }
  .slick-arrow-1:hover .slick-next {
    right: -50px;
    left: auto; } }

/* ----------------------------------------------------
    Slick Slider Dots, Arrow
---------------------------------------------------- */
/* Slick dots */
.slick-dots {
  margin: 30px 0 0px;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 1; }
.slick-dots li {
    display: inline-block;
    list-style: none;
    display: inline-block;
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: var(--thm-base);
    cursor: pointer;
    margin-top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .slick-dots li button {
      display: none; }
    .slick-dots li:hover, .slick-dots li.slick-active {
      background-color: var(--thm-color);
      height: 15px;
      width: 15px;
      margin-bottom: -2px; }
/*
* ----------------------------------------------------------------------------------------
* 05.END PROJECT DESIGN
* ----------------------------------------------------------------------------------------
*/

/**************************************
 *06. START SERVICE DESIGN
 *************************************/
.serviceBox {
	background: var(--thm-white);
	text-align: center;
	padding: 20px 25px 40px;
	border-radius: 20px;
	position: relative;
	transition: all 0.3s ease;
	margin: 0 10px 10px;
}
.serviceBox:hover{ box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.serviceBox .service-icon {
	color: var(--thm-white);
	background: var(--thm-line);
	font-size: 45px;
	line-height: 92px;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 100px;
	border: 15px solid var(--thm-white);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin-bottom: 20px;
}
.serviceBox .title a:hover{color:var(--thm-color);}
.serviceBox .title{
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px;
	transition: all 0.3s ease;
}
.serviceBox .description{
    margin: 0;
}
.serviceBox.pink:before,
.serviceBox.pink:after{ background: linear-gradient(to top,#f53985 49%,#fd47a4); }
.serviceBox.pink .service-icon{ background:linear-gradient(-45deg,#f53985 49%,#fd47a4 50%); }
.serviceBox.pink .title{ color: #f53985; }
.serviceBox.purple:before,
.serviceBox.purple:after{ background: linear-gradient(to top,#8b33cc 49%,#a23adc); }
.serviceBox.purple .service-icon{ background:linear-gradient(-45deg,#8b33cc 49%,#a23adc 50%); }
.serviceBox.purple .title{ color: #8b33cc; }
.serviceBox.blue:before,
.serviceBox.blue:after{ background: linear-gradient(to top,#038bec 49%,#01aeee); }
.serviceBox.blue .service-icon{ background:linear-gradient(-45deg,#038bec 49%,#01aeee 50%); }
.serviceBox.blue .title{ color: #038bec; }
@media only screen and (max-width:991px){
    /* .serviceBox{ margin: 20px 0 50px; } */
}

/**************************************
 *06. END SERVICE DESIGN
 *************************************/
 /* ----------------------------------------------------
 07.START BLOG DESIGN
---------------------------------------------------- */
.atf_blog-item {
  position: relative;
  margin: 0 10px 10px;
}
.atf_blog-img {
  position: relative; }
  .atf_blog-img img {
    margin-bottom: 0; }

.atf_blog-brief {
  padding: 30px 0 30px; }

.atf_blog-title {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 600;
	transition: all 0.3s ease 0s;}
.atf_blog-title a:hover {
	color:var(--thm-color);}
.atf_blog-meta {
	margin-bottom: 20px; }
.atf_blog-meta ul {
	padding: 0;
	margin: 0; }
.atf_blog-meta li {
	font-weight: 600;
	display: inline-block;
	margin-right: 25px;
	position: relative;
	font-size: 14px;
	margin-top: 0; }
.atf_blog-meta li:last-child {
  margin-right: 0; }
.atf_blog-meta ul li a{
	transition: all 0.3s ease 0s;
}
.atf_blog-meta ul li a:hover{
	color: var(--thm-color);
}

.atf_blog-meta li i {
  color: var(--thm-color);
  margin-right: 5px; }
.atf_blog-meta li img {
  margin-bottom: 0; }

.atf_blog-tags a {
  margin-right: 10px;
  position: relative;
  display: inline-block; }
.atf_blog-tags a::before {
	position: absolute;
	content: ",";
	right: -3px; }
.atf_blog-tags a:last-child::before {
	display: none; }

.atf_blog-author img {
  border-radius: 100%;
  margin-right: 10px;
  max-width: 30px;
  display: inline-block; }

.atf_blog-btn {
  color: var(--thm-color);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.atf_blog-category a {
  background-color: var(--thm-color);
  color: var(--thm-white);
  padding: 5px 15px 2px;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
  text-transform: uppercase; }
  .atf_blog-category a:last-child {
    margin-right: 0; }
  .atf_blog-category a:hover {
    background-color: var(--thm-color);
    color: var(--thm-white); }

.atf_blog-meta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .atf_blog-meta-btn .atf_blog-meta {
    margin-bottom: 0; }

.atf_blog-item .atf_blog-brief {
	padding: 30px 30px 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--thm-f6);
	position: relative;
}
.atf_blog-item .atf_blog-meta {
  margin-bottom: 15px; }

.atf_blog-item .atf_blog-meta-btn {
  border-top: 1px solid;
  border-color: #e5eaee;
  padding-top: 20px; }

.atf_blog-item .atf_blog-meta-btn .atf_blog-meta {
    margin-bottom: 0; }

.atf_blog-item .atf_blog-btn {
  font-size: 14px;
  font-weight: 600;
  color: var(--thm-black);
  text-transform: uppercase;
 }
.atf_blog-item .atf_blog-btn:hover {
  color: var(--thm-color);
 }
.atf_blog-item .atf_blog-brief {
  width: calc( 100% - 30px);
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28); }

.atf_blog-item .atf_blog-img + .atf_blog-brief {
  margin-top: -50px; }

.atf_blog-item .atf_blog-brief {
    width: calc( 100%); }
.atf_blog-item .atf_blog-img + .atf_blog-brief {
    margin-top: 0px; }

.atf_blog-item .atf_blog-img {
  overflow: hidden; }

.atf_blog-item .atf_blog-img img {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }

.atf_blog-item:hover .atf_blog-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

/**************************************
 * 07. END BLOG DESIGN
 *************************************/
/**************************************
 * 08. START TESTIMONIAL DESIGN
 *************************************/
#testimonial{
	position:relative;
	z-index:1;
}
#testimonial:before{
	position:absolute;
	background:rgba(0,0,0,0.4);
	content:'';
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.atf-testimonial {
	text-align: left;
	margin: 0px 10px 0;
	padding: 8% 10% 4% 5%;
	background: var(--thm-white);
	border-radius: 10px;
	opacity: 0.9;
}
.atf-testimonial .atf-testimonial-pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 5px solid rgba(255,255,255,0.3);
	display: inline-block;
	margin-top: -108px;
	overflow: hidden;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
.atf-testimonial .atf-testimonial-pic img{
    width: 100%;
    height: auto;
}
.atf-testimonial .atf-testimonial-description {
	font-style: italic;
	color: var(--thm-p);
	margin: 25px 0 20px;
}
.atf-testimonial .atf-testimonial-title {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	color: var(--thm-black);
	text-transform: uppercase;
}
.atf-testimonial .atf-testimonial-post {
	display: block;
	font-size: 13px;
	color: var(--thm-p);
	margin-bottom: 15px;
	text-transform: capitalize;
}
.atf-testimonial .atf-testimonial-post::before {
	content: "";
	width: 50px;
	display: block;
	margin: 10px 0;
	border: 1px solid var(--thm-color);
}
.atf-testimonial .atf-testimonial-rating{
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}
.atf-testimonial .atf-testimonial-rating li{
    color: var(--thm-color);
    display: inline-block;
}
.atf-testimonial .atf-testimonial-rating li.fa-star{
    color: var(--thm-color);
}
/* owl theme */
.atf-testimonial-area .owl-theme .owl-controls{
    margin-top: 30px;
}
.atf-testimonial-area .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--thm-color);
}
.atf-testimonial-area .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: var(--thm-white);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.atf-testimonial-area .owl-theme .owl-controls .owl-pagination{
    width: 140px;
    padding: 10px;
    margin: 0 auto;
    line-height: 13px;
    background: var(--thm-color);
}
.atf-testimonial-area .owl-theme .owl-controls .owl-page span{
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: transparent;
    border: 1px solid var(--thm-white);
}
.atf-testimonial-area .owl-theme .owl-controls .owl-page.active span,
.atf-testimonial-area .owl-theme .owl-controls.clickable .owl-page:hover span{
    border: 4px solid var(--thm-white);
}
 /**************************************
 * 08. END TESTIMONIAL DESIGN
 *************************************/
 /*
* ----------------------------------------------------------------------------------------
* START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-mailchamp-subscribe{
	position:relative;
}
.atf-mailchamp-subscribe form input:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.atf-mailchamp-subscribe form input {
	width: 100%;
	height: 50px;
	padding-left: 15px;
}
.atf-mailchamp-subscribe  .form-control{
	display:inline-block;
}
.atf-mailchamp-subscribe  label{
	display:block;
}
.atf-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .btn {
	position: absolute;
	right: 5px;
	background: transparent;
	box-shadow: none;
	top: 6px;
	background: var(--thm-color);
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-black);
}
.atf-mailchamp-subscribe .btn i {
	color: var(--thm-white);
}
.atf-mailchamp-headding h2 {
	color: var(--thm-white);
	font-family: var(--thm-font2);
	font-size: 34px;
}
/*
* ----------------------------------------------------------------------------------------
* END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START COMPANY BRAND LOGO DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-brand-area {
	background:var(--thm-f6);
}
#atf-brand-area .atf-section-padding {
	margin-bottom:40px;
}

#atf-brand-area .owl-controls {
	display:none;
}
.atf-brand-active{ text-align: center }
.atf-brand-active > a { display:inline-block}
/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
    width: 100%;
    height: 400px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-btn button:hover {
	color:var(--thm-white);
}
.contact .form-control {
	padding: 12px 15px;
	border-radius: 5px;
	border-left: 1px solid var(--thm-color);
	margin-bottom: 20px;
}
.contact .form-control:focus {
	border-color: var(--thm-color);
	box-shadow: none;
	outline: 0 none;
}
.contact textarea {
	border-radius: 0px;
	box-shadow: none;
	padding: 10px;
	height: 100px;
}
.contact textarea:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.success {
    background: #fff none repeat scroll 0 0;
    padding: 20px 0;
    text-align: left;
}
.form-message {
	margin-top:20px;
}
/*
* ----------------------------------------------------------------------------------------
* END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area{
	position:relative;
	background:var(--thm-line);
}
.atf-footer-top {
	padding-bottom: 55px;
}
.atf-footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}
.atf-footer-link h5 {
	margin-bottom: 35px;
	font-size: 18px;
	color: var(--thm-white);
}
.atf-footer-link .atf-list-menu li a {
	color: var(--thm-white);
	margin-bottom: 10px;
	display: inline-flex;
	align-items: center;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.atf-footer-link .atf-list-menu li a:hover {
	color: var(--thm-color);
	padding-left: 0px;
	text-decoration:underline;
}
.atf-footer-link .atf-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);
}
.atf-footer-link p{
	color: var(--thm-white);
}
.atf-footer-box strong{
	font-weight:700;
}
.atf-footer-social-icon {
	text-align: left;
}
.atf-footer-area .atf-footer-social-icon a i {
	font-size: 20px;
	margin-right: 10px;
	width: 45px;
	height: 45px;
	line-height: 40px;
	color: var(--thm-white);
	text-align: center;
	border: 1px solid var(--thm-white);
	transition: all 0.3s ease 0s;
}
.atf-footer-area .atf-footer-social-icon a i:hover{
	border: 1px solid var(--thm-color);
	color: var(--thm-white);
}
.atf-footer-area .atf-footer-link {
	position: relative;
}
.atf-footer-area .atf-footer-link::after {
	content: '';
	position: absolute;
	left: 16px;
	top: 33px;
	background: var(--thm-white);
	width: 40px;
	height: 3px;
	border-radius: 10px;
}
/* Footer coloum */
.atf-footer-boottom {
	padding: 35px 0;
	background: rgba(0,0,0, 0.4);
}
.atf-footer-boottom p {
	color: var(--thm-white);
}
.atf-footer-boottom a {
	color: var(--thm-color);
	font-weight: 700;
	-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;
}
.atf-footer-boottom  a:hover{
	color:  var(--thm-white);
	text-decoration:underline;
}

/*
* ----------------------------------------------------------------------------------------
* 10.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 991px){
	#main-menu{
		display: none;
	}
	.atf-top-header {
		margin-top: 70px;
	}
	.slicknav_nav{
		background-color: var(--thm-black);
		width:300px;
		float:right;
	}
	#main-menu ul li a .arrow-btn{
		display:none;
	}
	#mobile_menu{
		display: block;
		width: 100%;
	}
	.site-logo{
		margin-bottom:16px;
	}
	.slicknav_nav{
		background-color: var(--thm-black);
	}
	#navigation #mobile_menu li a{
		color: var(--thm-white);
		font-weight: 400;
		font-family: var(--thm-font);
	}
	#navigation #mobile_menu li li a{
		color: var(--thm-black);
	}
	#navigation #mobile_menu li i{
		display: none;
	}
	#navigation ul li ul, #navigation ul {
		transition: .5s;
	}
	#navigation.navbar-fixed #mobile_menu li a{
		color: var(--thm-white);
	}
	.slicknav_nav a{
		padding: 1px 0px;
		transition: .5s;
	}
	#navigation #mobile_menu li a:hover,
	#navigation #mobile_menu li a:focus{
		color: var(--thm-color);
	}
	.slicknav_btn {
		top: 18px;
	}
	.atf-testi-images{
		margin-bottom:30px;
	}

}
@media only screen and (max-width: 575px){

	.slicknav_btn {
		margin: 0;
		text-decoration: none;
		position: absolute;
		top: 30px;
		right: 17px;
	}

}
